summaryrefslogtreecommitdiff
path: root/firefox-mozconfig
Commit message (Collapse)AuthorAge
* Updated PGO build setup, spec file tweaksMartin Stransky2018-12-12
|
* Updated to Firefox 64 (Build 1), Build with clangMartin Stransky2018-12-05
|
* Added an option to build with clang/llvm.Martin Stransky2018-11-13
|
* Added fix for mozbz#1497534 - titlebar appearance during D&D, Added fix for ↵Martin Stransky2018-11-06
| | | | mozbz#1502457- disable Contextual Feature Recommender/shield studies by default.
* Update to 62.0, spec file tweaks - removed unused optionsMartin Stransky2018-08-28
|
* Make Wayland backend optional and disable it by default due to WebGL issues.Martin Stransky2018-05-03
|
* Build with Wayland backend enabledMartin Stransky2018-04-30
|
* Back to X11Martin Stransky2018-03-06
|
* Added X11 launcherMartin Stransky2018-01-31
|
* Update to Firefox 59.0 Beta 4, Enabled Wayland backendMartin Stransky2018-01-29
|
* Updated to 57.0 Beta 5Martin Stransky2017-10-06
|
* Disabled stylo due to build failures with system nspr/nssMartin Stransky2017-09-29
|
* Added google api key for safebrowsing, fixing failing builds on latest fedorasJan Horak2017-08-29
|
* Build fixMartin Stransky2017-08-02
|
* Updated mozilla-1337988.patch to build on armMartin Stransky2017-05-17
|
* Enable telemetryJan Horak2017-01-17
|
* Build fixesMartin Stransky2016-07-26
|
* Build fixesMartin Stransky2016-07-26
|
* Spec clean-up - removed toolkit_gtk3 switchMartin Stransky2016-07-11
|
* Disabled system libvpx on Fedora 22 where is 1.3.0Martin Stransky2016-03-02
|
* Enabled Skia (rhbz#1282134)Martin Stransky2016-01-04
|
* Removed redundant entries from mozconfig fileMartin Stransky2015-09-29
|
* ppc64le build fixMartin Stransky2015-09-02
|
* Enabled pie - rhbz#1246287Martin Stransky2015-08-20
|
* Update to 39.0 Build 3Martin Stransky2015-06-23
|
* Enable Skia for all arches (rhbz#1197007)Martin Stransky2015-03-03
|
* Enable release build configMartin Stransky2015-01-19
|
* Fixed geolocation key locationMartin Stransky2014-11-29
|
* rawhide build fixMartin Stransky2014-11-04
|
* Gtk3 support - WIPMartin Stransky2014-10-31
|
* Fix for geolocation apiJan Horak2014-09-10
|
* Build fix - disabled shared jsMartin Stransky2014-06-04
|
* Enabled necko-wifiMartin Stransky2014-05-20
|
* Build with system ICUMartin Stransky2014-04-25
|
* Added support to enable/disable gstreamer to specJan Horak2014-01-29
|
* Standalone firefox package without need of xulrunnerJan Horak2014-01-09
|
* Buidl to objdirMartin Stransky2013-12-10
|
* Update to 26.0 Build 2Martin Stransky2013-12-09
|
* Update to 24.0Martin Stransky2013-09-13
|
* Enabled crashreporterJan Horak2013-06-13
|
* Update to 17 Beta 6Martin Stransky2012-11-15
|
* build fixMartin Stransky2012-10-09
|
* build fixesMartin Stransky2012-10-09
|
* build fixMartin Stransky2012-07-17
|
* * 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
* Update to 5.0Martin Stransky2011-06-21
|
* Rebuild against libxul, disabled gnomevfs and enabled gioJan Horak2011-03-17
|
* Use omnijar as our chrome file formatChristopher Aillon2011-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 executableChristopher Aillon2011-01-30
|
* Fix up optimize flagsChristopher Aillon2011-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
bgstack15