summaryrefslogtreecommitdiff
path: root/firefox-redhat-default-prefs.js
Commit message (Collapse)AuthorAge
* Added spellchecker.dictionary_path pref pointer to /usr/share/myspell. ↵Martin Stransky2018-09-17
| | | | Thanks to Peter Oliver (rhbz#1627837)
* Fixed broken langpacks.Martin Stransky2018-03-14
|
* Resolves: #1403970 some images rendered as dark because of buggy color ↵Jan Horak2017-04-18
| | | | profiles (stop overriding gfx.color_management.enablev4 pref)
* Added async negotiate patch and fixed default prefs to allow using negotiate ↵Jan Horak2016-07-27
| | | | auth for all https:// pages
* Move negotiate auth off the main thread, allow negotiate auth for all ↵Jan Horak2016-05-26
| | | | https:// pages which offers www-authenticate:Negotiate header
* Explicitly add 'layers.use-image-offscreen-surfaces' config key to allow to ↵Martin Stransky2015-09-24
| | | | experiment with that.
* Enabled OMTC, Disabled system cairoMartin Stransky2015-09-15
|
* Removed the dom.ipc.plugins.asyncInit hackMartin Stransky2015-09-03
|
* Disable async addons init - mozbz#1196000, spec file clean-upMartin Stransky2015-08-19
|
* Disabling layers.offmainthreadcomposition.enabled to workaround reported crashesJan Horak2015-08-12
|
* Disabled system colors by default (rhbz#1226489)Martin Stransky2015-06-05
|
* Make start.fedoraproject.org the homepage againJan Horak2015-01-15
|
* Disabled flash plugin instllation pop-up (mozbz#1108645)Martin Stransky2014-12-10
|
* Gtk3 flash plugin fix (rhbz#1171457), Gtk3 theme fixesMartin Stransky2014-12-08
|
* More preferences to disable H264 from cisco - rhbz#1155499Martin Stransky2014-11-29
|
* Disabled downloads non-free OpenH264 blob on first start (rhbz#1155499)Martin Stransky2014-11-13
|
* Fix for geolocation apiJan Horak2014-09-10
|
* Fixed rhbz#1098090 - Enable plugin-container for nspluginwrapperMartin Stransky2014-05-15
|
* Set homepage to about:newtabJan Horak2014-01-23
|
* Standalone firefox package without need of xulrunnerJan Horak2014-01-09
|
* Homepage moved to preferences, fix for upgrade from F18 -> F19 due to ↵Jan Horak2013-08-30
| | | | problems with symlinks
* Fixed extension compatibility dialog (rhbz#963422)Martin Stransky2013-05-16
|
* * Thu May 9 2013 Martin Stransky <stransky@redhat.com> - 20.0-5Martin Stransky2013-05-09
| | | | | - Removed firstrun page (rhbz#864793) - Made zip/unzip quiet in langpacks processing
* Added a workaround for rhbz#907424 - textarea redrawn wrongly during editMartin Stransky2013-04-18
|
* - Fix bug 878831 - Please enable gfx.color_management.enablev4=trueMartin Stransky2012-12-18
|
* Disabled addon check UI (#753551)Martin Stransky2011-11-15
|
* * 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)
* 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.
* Remove User-Agent customizationsChristopher Aillon2011-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
* Remove global prefsChristopher Aillon2011-01-12
| | | | Remove global prefs that already exist in our XULRunner package's prefs.
* - Firefox 3 FinalChristopher Aillon2008-06-18
|
* Disable the default browser checkChristopher Aillon2008-01-31
|
* - Update to latest trunk (20080113)Christopher Aillon2008-01-14
| | | | - Fix the default prefs, homepage, and useragent string
* - Tweak the default backspace behavior to be more in line with GNOMEChristopher Aillon2007-10-31
| | | | | convention, Mozilla upstream, and other distros rht#355511 moz#358764 novl#215502
* not sure how these ended up in hereChristopher Aillon2007-09-25
|
* - Startup notification supportChristopher Aillon2007-09-25
|
* - Fix default page for all localesChristopher Aillon2007-09-06
|
* - Ensure initial homepage on all locales is our proper defaultChristopher Aillon2007-04-10
|
* - Update to 2.0Christopher Aillon2006-10-24
| | | | - Add patch from Behdad to fix pango printing.
* - Ship langpacks again from upstreamChristopher Aillon2006-01-27
| | | | - Stop providing MozillaFirebird and mozilla-firebird
* - Add patch from Christian Persch to make the file chooser modalChristopher Aillon2005-07-23
| | | | | | | | - Change default behavior of opening links from external apps to: New Tab - New build options: --enable-system-cairo --enable-svg --enable-canvas
* - Update to Deer Park Alpha 2Christopher Aillon2005-07-18
| | | | | | | | - STILL TODO: - This build is not localized yet. - Theme issues not yet resolved. - Building on ppc platforms is busted, disable them for now. - Forward port all remaining patches.
* - Make the "browser.link.open_external" pref work (David Fraser)Christopher Aillon2005-03-25
|
* - Don't have downloads "disappear" when downloading to desktop (139015)Christopher Aillon2004-12-16
| | | | | - Add RPM version to the useragent - BuildRequires pango-devel
* - Fix spacing in textareas when using pango for renderingChristopher Aillon2004-12-12
- Enable pango rendering by default. - Enable smooth scrolling by default
bgstack15