Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Updated PGO build setup, spec file tweaks | Martin Stransky | 2018-12-12 |
| | |||
* | Updated to Firefox 64 (Build 1), Build with clang | Martin Stransky | 2018-12-05 |
| | |||
* | Added an option to build with clang/llvm. | Martin Stransky | 2018-11-13 |
| | |||
* | Added fix for mozbz#1497534 - titlebar appearance during D&D, Added fix for ↵ | Martin Stransky | 2018-11-06 |
| | | | | mozbz#1502457- disable Contextual Feature Recommender/shield studies by default. | ||
* | Update to 62.0, spec file tweaks - removed unused options | Martin Stransky | 2018-08-28 |
| | |||
* | Make Wayland backend optional and disable it by default due to WebGL issues. | Martin Stransky | 2018-05-03 |
| | |||
* | Build with Wayland backend enabled | Martin Stransky | 2018-04-30 |
| | |||
* | Back to X11 | Martin Stransky | 2018-03-06 |
| | |||
* | Added X11 launcher | Martin Stransky | 2018-01-31 |
| | |||
* | Update to Firefox 59.0 Beta 4, Enabled Wayland backend | Martin Stransky | 2018-01-29 |
| | |||
* | Updated to 57.0 Beta 5 | Martin Stransky | 2017-10-06 |
| | |||
* | Disabled stylo due to build failures with system nspr/nss | Martin Stransky | 2017-09-29 |
| | |||
* | Added google api key for safebrowsing, fixing failing builds on latest fedoras | Jan Horak | 2017-08-29 |
| | |||
* | Build fix | Martin Stransky | 2017-08-02 |
| | |||
* | Updated mozilla-1337988.patch to build on arm | Martin Stransky | 2017-05-17 |
| | |||
* | Enable telemetry | Jan Horak | 2017-01-17 |
| | |||
* | Build fixes | Martin Stransky | 2016-07-26 |
| | |||
* | Build fixes | Martin Stransky | 2016-07-26 |
| | |||
* | Spec clean-up - removed toolkit_gtk3 switch | Martin Stransky | 2016-07-11 |
| | |||
* | Disabled system libvpx on Fedora 22 where is 1.3.0 | Martin Stransky | 2016-03-02 |
| | |||
* | Enabled Skia (rhbz#1282134) | Martin Stransky | 2016-01-04 |
| | |||
* | Removed redundant entries from mozconfig file | Martin Stransky | 2015-09-29 |
| | |||
* | ppc64le build fix | Martin Stransky | 2015-09-02 |
| | |||
* | Enabled pie - rhbz#1246287 | Martin Stransky | 2015-08-20 |
| | |||
* | Update to 39.0 Build 3 | Martin Stransky | 2015-06-23 |
| | |||
* | Enable Skia for all arches (rhbz#1197007) | Martin Stransky | 2015-03-03 |
| | |||
* | Enable release build config | Martin Stransky | 2015-01-19 |
| | |||
* | Fixed geolocation key location | Martin Stransky | 2014-11-29 |
| | |||
* | rawhide build fix | Martin Stransky | 2014-11-04 |
| | |||
* | Gtk3 support - WIP | Martin Stransky | 2014-10-31 |
| | |||
* | Fix for geolocation api | Jan Horak | 2014-09-10 |
| | |||
* | Build fix - disabled shared js | Martin Stransky | 2014-06-04 |
| | |||
* | Enabled necko-wifi | Martin Stransky | 2014-05-20 |
| | |||
* | Build with system ICU | Martin Stransky | 2014-04-25 |
| | |||
* | Added support to enable/disable gstreamer to spec | Jan Horak | 2014-01-29 |
| | |||
* | Standalone firefox package without need of xulrunner | Jan Horak | 2014-01-09 |
| | |||
* | Buidl to objdir | Martin Stransky | 2013-12-10 |
| | |||
* | Update to 26.0 Build 2 | Martin Stransky | 2013-12-09 |
| | |||
* | Update to 24.0 | Martin Stransky | 2013-09-13 |
| | |||
* | Enabled crashreporter | Jan Horak | 2013-06-13 |
| | |||
* | Update to 17 Beta 6 | Martin Stransky | 2012-11-15 |
| | |||
* | build fix | Martin Stransky | 2012-10-09 |
| | |||
* | build fixes | Martin Stransky | 2012-10-09 |
| | |||
* | build fix | Martin Stransky | 2012-07-17 |
| | |||
* | * Tue Mar 13 2012 Martin Stransky <stransky@redhat.com> - 11.0-1 | Martin Stransky | 2012-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 | ||
* | Update to 5.0 | Martin Stransky | 2011-06-21 |
| | |||
* | Rebuild against libxul, disabled gnomevfs and enabled gio | Jan Horak | 2011-03-17 |
| | |||
* | 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/ | ||
* | The mozconfig files should not be executable | Christopher Aillon | 2011-01-30 |
| | |||
* | 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 |