summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* * Tue Mar 13 2012 Martin Stransky <stransky@redhat.com> - 11.0-1Martin Stransky2012-03-13
| | | | | | - Update to 11.0 - Fixed rhbz#800622 - make default home page of fedoraproject.org conditional - Fixed rhbz#801796 - enable debug build by some simple way
* Add ARM config options to fix compile on ARMPeter Robinson2012-02-27
|
* Update to 10.0.1Jan Horak2012-02-09
|
* Fixed rhbz#786983Jan Horak2012-02-03
|
* update to 10Jan Horak2012-01-31
|
* - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_RebuildDennis Gilmore2012-01-12
|
* Update to 9.0.1Jan Horak2011-12-23
|
* Fixed langpacks loadingJan Horak2011-12-21
|
* Update to 9.0, fixed src dirJan Horak2011-12-20
|
* Update to 9.0Jan Horak2011-12-20
|
* fixed test-fail during buildJan Horak2011-12-15
|
* Update to 9.0 beta 5, fixed build dir nameJan Horak2011-12-15
|
* 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>
bgstack15