summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Update to 9.0 beta 5Jan Horak2011-12-15
|
* Disabled addon check UI (#753551)Martin Stransky2011-11-15
|
* Temporary workaround for langpacks (#753551)Martin Stransky2011-11-15
|
* Update to 8.0 - build fixesMartin Stransky2011-11-08
|
* Update to 8.0 - build fixesMartin Stransky2011-11-08
|
* fixed xulrunner versionJan Horak2011-11-08
|
* Update to 8.0Jan Horak2011-11-08
|
* * Mon Oct 24 2011 Martin Stransky <stransky@redhat.com> - 7.0.1-3Martin Stransky2011-10-24
| | | | - reverted the desktop file name for Fedora15 & 16
* * Mon Oct 24 2011 Martin Stransky <stransky@redhat.com> - 7.0.1-2Martin Stransky2011-10-24
| | | | | - renamed mozilla-firefox.desktop to firefox.desktop (#736558) - nspluginwrapper is not run in plugin-container (#747981)
* Update to 7.0.1Jan Horak2011-09-30
|
* Merge branch 'master' of ssh://pkgs.fedoraproject.org/firefoxJan Horak2011-09-28
|\
| * Requiere only main xulrunner/gecko version, not a specific releaseMartin Stransky2011-09-28
| |
| * removed unused RequiresMartin Stransky2011-09-28
| |
* | Update to 7Jan Horak2011-09-27
|/
* update to 7Jan Horak2011-09-27
|
* update to 7Jan Horak2011-09-27
|
* Update to 7Jan Horak2011-09-27
|
* Update to 7Jan Horak2011-09-27
|
* Update to 6.0.2Jan Horak2011-09-06
|
* Added missing patchMartin Stransky2011-08-16
|
* Update to 6.0Martin Stransky2011-08-16
|
* Fix an issue with a stray glyph in the window title bar.Christopher Aillon2011-06-24
| | | | | | | | | | The ASCII DEL (127) character was appended to the end of every title bar. This patch fixes the issue by properly assigning PRE_RELEASE_SUFFIX to an empty string rather than a literal "". The literal double-quotes were getting defined to the preprocessor as -DPRE_RELEASE_SUFFIX="""" and after preprocessing, browser.xul had ASCII DEL (127) characters instead of the empty string.
* Reversed mozbz#642795 - Remove support for registering and finding system ↵Martin Stransky2011-06-21
| | | | XULRunner via config files or the registry.
* Update to 5.0Martin Stransky2011-06-21
|
* Fixed rhbz#676183 - firefox -g is brokenMartin Stransky2011-05-10
|
* 4.0.1 - bump the gecko version, too.Christopher Aillon2011-04-29
|
* 4.0.1Christopher Aillon2011-04-28
|
* Bump release to -4Christopher Aillon2011-04-21
|
* Preserve icon file timestampsChristopher Aillon2011-04-16
|
* Simplify the icon install codeChristopher Aillon2011-04-16
|
* Move %preun before the %post scriptletsChristopher Aillon2011-04-15
|
* Update scriptlets per latest guidelinesChristopher Aillon2011-04-15
| | | | http://fedoraproject.org/wiki/Packaging/ScriptletSnippets
* Let's do a -3 releaseChristopher Aillon2011-04-04
|
* Manage network state via NetworkManagerChristopher Aillon2011-04-04
| | | | | | https://bugzilla.mozilla.org/show_bug.cgi?id=620472 changed the default value of this pref in Firefox. Re-enable it since our XULRunner build fixes the issues from the upstream bug.
* Updates for GNOME 3Christopher Aillon2011-04-03
| | | | | | | | | | | | Taken from https://bugzilla.mozilla.org/show_bug.cgi?id=611953 Patches 2-5. Not all patches have positive review yet; there's a question of whether to ensure a gsettings key exists, due to picture-filename changing to picture-uri in the middle of the review process. This is something we can control in the distribution, though, and don't need to be dynamic about it.
* Use upstream's version of our patch to set the default browserChristopher Aillon2011-04-03
| | | | | | | | | | | | | | When setting the default browser, we want to set it to 'firefox %s' instead of '/usr/lib{,64}/firefox-4/firefox %s' firefox-default.patch did the job for us for a bit, but upstream now has a patch to do this which we can now use. The patch will check to see if MOZ_APP_LAUNCHER is passed, and if so, it will use only the basename when setting the default browser. We already set MOZ_APP_LAUNCHER, so just need to switch to using the patch. From https://bugzilla.mozilla.org/show_bug.cgi?id=611953 Patch 1 - Use MOZ_APP_LAUNCHER for default browser executable (v3, un-bitrotted)
* RebuildChristopher Aillon2011-03-22
|
* Use the gecko_verrel macro for our various requiresRemi Collet2011-03-22
| | | | | | | | This should have been done as part of 59e26d3 but was erroneously left out. Not doing this would mean that it would be theoretically possible to update Firefox without a matching XULRunner. Signed-off-by: Christopher Aillon <caillon@redhat.com>
* Firefox 4Christopher Aillon2011-03-22
|
* Use pre-versioning similar to XULRunnerChristopher Aillon2011-03-22
|
* 4.0 RC 2Christopher Aillon2011-03-18
|
* Install langpacks as .xpi files instead of unpacking themChristopher Aillon2011-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 startupChristopher Aillon2011-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 -UILocaleChristopher Aillon2011-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 nameChristopher Aillon2011-03-18
|
* typo fix: s/completelly/completely/Christopher Aillon2011-03-18
|
* typo fix: s/LAUCHER/LAUNCHER/Christopher Aillon2011-03-18
|
* Rebuild against libxul, disabled gnomevfs and enabled gioJan Horak2011-03-17
|
* 4.0 RC 1Christopher Aillon2011-03-09
| | | | Update tarballdir for 2.0
* Don't explicitly define MOZ_SERVICES_SYNC=1Christopher Aillon2011-02-27
| | | | it's part of the default build so it gets defined anyway
bgstack15