gecko/browser/components/preferences
2011-12-12 21:56:26 +01:00
..
tests Backout 4997c6f8b24d (bug 616542) for causing locally run mochitest-browser-chrome test runs to fail 2011-11-05 18:35:59 +00:00
aboutPermissions.css Bug 573176 - Implement Site-Specific Privacy Preferences, r=sdwilsh+gavin 2011-05-10 15:57:05 -07:00
aboutPermissions.js Bug 693848 - Fix Batching in about:permissions; r=margaret.leibovic 2011-10-15 21:07:09 +01:00
aboutPermissions.xml Bug 660229 - about:permissions left-side list auto resizes when string not found. r=dao 2011-05-31 14:14:08 -07:00
aboutPermissions.xul Bug 658530 - Part 2: Update about:permissions style to use common inContentUI page styles. r=dao 2011-08-11 12:42:38 +12:00
advanced-scripts.xul Bug 690648 - Clarify popup-only move/resize window preference label. 2011-10-14 14:43:25 -07:00
advanced.js Bug 701987: Remove checkbox for add-on auto-checking for updates (extensions.update.enabled) from the options window, and make enabling extensions.update.autoUpdateDefault in the add-ons manager also enable extensions.update.enabled. ui-review=boriss, r=mossop, a=xul/js-only 2011-12-12 21:56:26 +01:00
advanced.xul Bug 701987: Remove checkbox for add-on auto-checking for updates (extensions.update.enabled) from the options window, and make enabling extensions.update.autoUpdateDefault in the add-ons manager also enable extensions.update.enabled. ui-review=boriss, r=mossop, a=xul/js-only 2011-12-12 21:56:26 +01:00
applicationManager.js
applicationManager.xul
applications.js Bug 574457 - Back out the functional changes from revision 0327e126ea24, bug 569644, because of 100ms (20%) Ts regression on Linux/Mac. This leaves the nsIContentUtils helper function, but restores the plugin host category entry munging. 2010-06-29 16:56:13 -04:00
applications.xul Bug 547224 - Remove the custom emptyText implementation, implement textbox.placeholder using the input field's native placeholder facility. r=enn 2010-03-04 08:13:27 +01:00
colors.xul
connection.js Bug 388195 - Remove gopher support. r=jduell,gavin sr=bz 2010-04-16 17:05:47 -04:00
connection.xul Bug 388195 - Remove gopher support. r=jduell,gavin sr=bz 2010-04-16 17:05:47 -04:00
content.js
content.xul Bug 523476 - Switch application/x-javascript to application/javascript, Firefox part. r=vlad 2009-11-05 14:53:26 +01:00
cookies.js Bug 495511 - Remove All Cookies button is enabled when no cookies are present. r=jwein 2011-10-19 11:18:29 -04:00
cookies.xul Bug 399998 - Use Escape to close permission manager and cookie manager dialogs, r=sdwilsh, ui-r=faaborg 2011-05-14 16:11:48 -07:00
fonts.js
fonts.xul Add Tibetan to font selection UI. Bug 441110, r=emk 2010-03-04 10:55:53 +02:00
handlers.css
handlers.xml
jar.mn Bug 573176 - Implement Site-Specific Privacy Preferences, r=sdwilsh+gavin 2011-05-10 15:57:05 -07:00
languages.js Bug 246827 - Newly added languages should appear on top of the list. r=gavin 2011-12-05 00:25:24 +01:00
languages.xul Bug 523476 - Switch application/x-javascript to application/javascript, Firefox part. r=vlad 2009-11-05 14:53:26 +01:00
main.js Bug 648683 - Expose tabs on-demand preference [r=dietrich, r=gavin, ui-r=boriss] 2011-08-15 23:24:25 -07:00
main.xul Bug 378577 - "Use Bookmark" button needs three dots after text, r=gavin 2011-09-08 15:55:00 -07:00
Makefile.in Bug 526333 - Having to create patches for each app's package manifest and removed-files and then get reviews from each app is a PITA. configure.in changes for MOZ_UPDATER only. r=ted.mielczarek 2010-06-09 16:02:13 -07:00
permissions.js Bug 399998 - Use Escape to close permission manager and cookie manager dialogs, r=sdwilsh, ui-r=faaborg 2011-05-14 16:11:48 -07:00
permissions.xul Bug 399998 - Use Escape to close permission manager and cookie manager dialogs, r=sdwilsh, ui-r=faaborg 2011-05-14 16:11:48 -07:00
permissionsutils.js Change in-tree users of Array.prototype.splice to not rely on non-standard behavior of deleting all elements from |k| onward for |arr.splice(k)|. r=jwalden 2011-09-22 15:43:11 -07:00
preferences.xul Bug 631336 - Advanced should be the last pane [r=dolske, a=dolske] 2011-02-07 17:49:05 -08:00
privacy.js Bug 614326 - browser_privacypane_*.js cause ASSERTION: XPConnect is being called on a scope without a 'Components' property due to no unregistration of autoStartPrivateBrowsingObserver; r,a=gavin 2010-11-26 15:24:26 -05:00
privacy.xul Bug 495577 - Rename the "Permanent Private Browsing mode" checkbox in the Privacy prefpane to better match the surrounding options; r=dao ui-r=faaborg 2011-06-03 15:04:52 -04:00
sanitize.xul
security.js Bug 513166 - Remove "Warning Messages" settings button from Preferences --> Security; r=dao 2009-09-19 21:08:56 +04:30
security.xul Bug 641182 - Remove stray outdated ARIA namespace in security prefpane, r=gavin 2011-03-14 02:29:26 -07:00
selectBookmark.js Bug 620988 - preferences code uses getFolderContents but never closes the container. 2010-12-22 19:26:20 +01:00
selectBookmark.xul Bug 523476 - Switch application/x-javascript to application/javascript, Firefox part. r=vlad 2009-11-05 14:53:26 +01:00
sync.js Bug 689311 - "Pair a Device" and "Set up Sync" links in the Sync prefpane. r=rnewman 2011-10-02 01:16:06 -07:00
sync.xul Bug 689311 - "Pair a Device" and "Set up Sync" links in the Sync prefpane. r=rnewman 2011-10-02 01:16:06 -07:00
tabs.js Bug 509664 - Add support for browser.link.open_newwindow.override.external. r=dao 2011-10-08 10:36:11 +02:00
tabs.xul Back out changeset 7395f456cf4b (bug 594614) because it wasn't quite ready 2011-03-28 16:35:05 -04:00