Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use pre-versioning similar to XULRunner | Christopher Aillon | 2011-03-22 |
| | |||
* | 4.0 RC 2 | Christopher Aillon | 2011-03-18 |
| | |||
* | Install langpacks as .xpi files instead of unpacking them | Christopher Aillon | 2011-03-18 |
| | | | | | | | This helps performance of the browser, notably at startup, as it needs to open less files. http://blog.mozilla.com/tglek/2010/03/11/extensions-startup/ | ||
* | Refactor the langpack symlink creation stuff at startup | Christopher Aillon | 2011-03-18 |
| | | | | | | | | | We try to create a symlink for the short locale first if we can, and then try the longer locale. The code to do this is extremely similar, so create a bash function to do the work for each. This will make it easier to switch to a packed langpack extension format in the future, which will help with startup performance. | ||
* | We don't need to pass -UILocale | Christopher Aillon | 2011-03-18 |
| | | | | | matchOS takes care of this, so this has actually not been needed for a long while! A remnant of the initial import... | ||
* | Macro-ize the langpack directory name | Christopher Aillon | 2011-03-18 |
| | |||
* | typo fix: s/completelly/completely/ | Christopher Aillon | 2011-03-18 |
| | |||
* | typo fix: s/LAUCHER/LAUNCHER/ | Christopher Aillon | 2011-03-18 |
| | |||
* | Rebuild against libxul, disabled gnomevfs and enabled gio | Jan Horak | 2011-03-17 |
| | |||
* | 4.0 RC 1 | Christopher Aillon | 2011-03-09 |
| | | | | Update tarballdir for 2.0 | ||
* | Don't explicitly define MOZ_SERVICES_SYNC=1 | Christopher Aillon | 2011-02-27 |
| | | | | it's part of the default build so it gets defined anyway | ||
* | stop shipping ghosted {compreg,xpti}.dat | Christopher Aillon | 2011-02-26 |
| | | | | they both moved to the profile directory ages ago | ||
* | Use omnijar as our chrome file format | Christopher Aillon | 2011-02-26 |
| | | | | | | | | | | | | | | | Don't bother passing a chrome file format in our mozconfig, omnijar is the default, but it didn't work before. Adjust the %files list accordingly. Move various bits to happen before running make install so they get automatically added to omni.jar. Make sure to add our prefs file to the manifest file so it gets pulled in, too. See http://blog.mozilla.com/mwu/2010/08/13/omnijar-how-does-it-work/ | ||
* | Remove User-Agent customizations | Christopher Aillon | 2011-02-26 |
| | | | | | | Support got dropped in https://bugzilla.mozilla.org/show_bug.cgi?id=581008 https://developer.mozilla.org/en/Gecko_user_agent_string_reference | ||
* | 4.0 Beta 12 | Christopher Aillon | 2011-02-25 |
| | |||
* | find-external-requires isn't needed | Christopher Aillon | 2011-02-10 |
| | | | | since we build against xulrunner. | ||
* | Update gecko-{libs,devel} requires | Christopher Aillon | 2011-02-10 |
| | |||
* | Use %{ix86} instead of i386 i686 | Christopher Aillon | 2011-02-10 |
| | |||
* | Remove some unused local variables | Christopher Aillon | 2011-02-10 |
| | |||
* | Revert the bump, it's not needed. | Christopher Aillon | 2011-02-08 |
| | | | | | | | If only koji weren't sucking because of the mass rebuild, this would have gotten submitted hours ago... still waiting on koji to start the finish the newRepo with the nss we need to start the XR build that this needs.... | ||
* | - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild | Dennis Gilmore | 2011-02-08 |
| | |||
* | Firefox 4.0 Beta 11 | Christopher Aillon | 2011-02-08 |
| | | | | also, use xz for our generated langpack tarball | ||
* | Bring back the default browser check | Christopher Aillon | 2011-02-07 |
| | | | | | but we don't want the default of '/usr/lib{,64}/firefox-XYZ/firefox %s' change it to be simply 'firefox %s' | ||
* | Remove some crufty commented out code | Christopher Aillon | 2011-02-01 |
| | |||
* | Use the -gdwarf-2 format instead of the obsolete -gstabs+ | Christopher Aillon | 2011-01-31 |
| | | | | ...when we're building mozilla crash reporter support | ||
* | Remove the jemalloc specific patches | Christopher Aillon | 2011-01-31 |
| | | | | They belong in XR, but have already been fixed in other ways anyway | ||
* | Move the categories directly into the .desktop file itself | Christopher Aillon | 2011-01-31 |
| | | | | No need to --add-category when we simply control the .desktop file | ||
* | The mozconfig files should not be executable | Christopher Aillon | 2011-01-30 |
| | |||
* | Don't overwrite CFLAGS/CXXFLAGS | Christopher Aillon | 2011-01-29 |
| | | | | The -debuginfo mozconfig was stomping on our CFLAGS/CXXFLAGS. | ||
* | No longer need to define and clean up the build root | Christopher Aillon | 2011-01-29 |
| | | | | | | In Fedora 13+ this is handled automatically. http://fedoraproject.org/wiki/Packaging/Guidelines#BuildRoot_tag http://fedoraproject.org/wiki/Packaging/Guidelines#.25clean | ||
* | Firefox 4.0 Beta 10 | Christopher Aillon | 2011-01-25 |
| | | | | And update firefox-default.patch to continue applying to the new tree | ||
* | trivial: change the langpacks from source2 to source1 | Christopher Aillon | 2011-01-25 |
| | | | | so that source0 and source1 are the two tarballs we always update | ||
* | Fix up optimize flags | Christopher Aillon | 2011-01-25 |
| | | | | | | | | | Don't pass the opt flags twice to moz, as that will just cause them to be duplicated in the compile lines. Remove commented out optimization flags in the mozconfig Also add a comment about why we disable cpp exceptions | ||
* | Update the parallel build flags | Christopher Aillon | 2011-01-25 |
| | | | | | Up to -j4 is supported on x86 arches (upstream builds with -j4) Leave the other arches out still since they are not proven to be reliable. | ||
* | Firefox 4.0 Beta 9 | Christopher Aillon | 2011-01-14 |
| | |||
* | housekeeping: remove upstreamed patch | Christopher Aillon | 2011-01-12 |
| | | | | Pushed upstream as http://hg.mozilla.org/mozilla-central/rev/526ea23c8b21 | ||
* | Remove global prefs | Christopher Aillon | 2011-01-12 |
| | | | | Remove global prefs that already exist in our XULRunner package's prefs. | ||
* | - disable ipc on non-x86 arches to match xulrunner | Dan Horák | 2011-01-06 |
| | |||
* | application.ini permission check fix | Martin Stransky | 2011-01-06 |
| | |||
* | Fixed rhbz#667477 - broken launch script | Martin Stransky | 2011-01-06 |
| | |||
* | Fixed rhbz#664877 - Cannot read application.ini | Martin Stransky | 2011-01-04 |
| | |||
* | build fixes | Martin Stransky | 2010-12-21 |
| | |||
* | .desktop file MimeType key needs a trailing semi-colon | Christopher Aillon | 2010-12-21 |
| | |||
* | Update to Beta 8 | Martin Stransky | 2010-12-21 |
| | |||
* | Fixed rhbz#437608 - When prelink is installed, rpm builds are garbage | Martin Stransky | 2010-12-21 |
| | |||
* | pre-releases can be officially branded, as long as they are official ↵ | Christopher Aillon | 2010-12-08 |
| | | | | pre-releases. nightlies would still need to be unofficial builds | ||
* | - Use official branding since this is an official beta | Christopher Aillon | 2010-12-08 |
| | | | | - Fix Tab Candy/Panorama (#658573) | ||
* | Fixed files section | Jan Horak | 2010-11-15 |
| | |||
* | Fixed files section | Jan Horak | 2010-11-15 |
| | |||
* | Added module files | Jan Horak | 2010-11-15 |
| |