gecko/browser/base/content
2010-02-25 14:13:00 -08:00
..
overrides Bug 464994. about:license and about:rights potentially contradict each other. r=gerv, a=blocking-firefox3.1 2008-11-26 20:59:47 -05:00
pageinfo Bug 539068 - View Image Info selects the CSS background-image of an image rather than the image itself. r=dao 2010-01-14 11:47:24 +01:00
test Bug 510202 - xlink:title should only work on links. r=dao,sr=bzbarsky 2010-02-23 20:45:13 +00:00
aboutDialog.css Bug 479598 - About dialog's user agent field should always be LTR; r=dao 2009-03-09 00:43:18 +03:30
aboutDialog.js
aboutDialog.xul Bug 541791 - about dialog "about:license" link target shouldn't be localizable, r=gavin 2010-01-25 00:41:24 -08:00
aboutRobots-icon-rtl.png Bug 455057 - some chrome images have embedded profiles. r=dbaron, ui-r=faaborg 2008-12-20 21:46:38 -08:00
aboutRobots-icon.png
aboutRobots-widget-left.png
aboutRobots-widget-right.png
aboutRobots.xhtml Bug 523476 - Switch application/x-javascript to application/javascript, Firefox part. r=vlad 2009-11-05 14:53:26 +01:00
aboutSupport.xhtml Backed out changeset 3b9cc80b3ef0 2009-11-05 09:24:16 +01:00
baseMenuOverlay.xul Bug 538536 - allow middle-clicks on some additional Help menu items. r=mconnor 2010-01-17 18:29:56 -08:00
browser-context.inc Backed out changeset 15e478e4abd8 2010-01-27 13:26:21 +01:00
browser-doctype.inc Bug 478416, replace chromedir attribute with :moz-locale-dir pseudoclass, r=neil,dao,dbaron,sr=dbaron 2009-07-29 14:33:53 -04:00
browser-fullZoom.js Bug 544018 - print preview doesn't work in view source , r=dao 2010-02-09 18:24:49 +02:00
browser-menubar.inc Bug 544047 - Remove Places dependency on nsDragAndDrop.js. Use the new drag and drop API everywhere. r=mano 2010-02-23 16:20:36 +01:00
browser-places.js Bug 520659 - Lazily build places trees when possible. r=mak. 2010-02-25 20:30:09 +02:00
browser-sets.inc Bug 449010 - In browser.js, don't prototype single-instance objects. r=mano,gavin 2009-10-06 17:58:00 +02:00
browser-tabPreviews.js browser chrome test for the all-tabs panel 2010-02-08 21:10:38 +01:00
browser-tabPreviews.xml Bug 482065 - Allow rearranging of thumbnails in the all tabs panel. r=enn 2010-01-22 09:44:16 +01:00
browser.css fullow-up to bug 455334 2010-02-23 10:06:56 +01:00
browser.js Bug 548646 - Permission manager getter in Services.jsm should be more descriptive. r=gavin 2010-02-25 14:13:00 -08:00
browser.xul Bug 354048, allow toolbaritems to be placed directly inside toolbar so that uncustomized toolbars don't need to be rebuilt at startup, r=dao 2010-02-23 13:16:16 -05:00
browserMountPoints.inc
credits.xhtml Bug 536336 - Remove copyright strings in UI, r=gavin,handerson 2009-12-29 14:13:00 -08:00
downloadManagerOverlay.xul
extensionsManagerOverlay.xul
fullscreen-video.xhtml Bug 530654 - Full-screen video closes immediately on OS X. r=gavin 2009-11-26 07:36:17 +01:00
global-scripts.inc Bug 523476 - Switch application/x-javascript to application/javascript, Firefox part. r=vlad 2009-11-05 14:53:26 +01:00
hiddenWindow.xul
jsConsoleOverlay.xul
macBrowserOverlay.xul Add "New Window" dock menu item to Firefox on Mac OS X. b=415463 r=josh r=mano ui-r=faaborg 2010-02-22 12:51:30 -08:00
NetworkPrioritizer.jsm Bug 507387 - fix copyright holder; Mozilla Corporation -> Mozilla Foundation. r=gerv. 2009-12-21 21:50:30 +00:00
nsContextMenu.js Backed out changeset 15e478e4abd8 2010-01-27 13:26:21 +01:00
openLocation.js Another follow-up to bug 527784: just use resource:/// across the board because xpcshell doesn't implement resource://app/ like toolkit's nsXREDirProvider does. 2009-11-10 23:39:13 -06:00
openLocation.xul Bug 523476 - Switch application/x-javascript to application/javascript, Firefox part. r=vlad 2009-11-05 14:53:26 +01:00
openLocationLastURL.jsm Bug 528416 - Download Directory Persists After "Clear Recent History"; r=gavin ui-r=faaborg 2009-11-16 20:14:28 -05:00
pageReportFirstTime.xul Bug 470048 - feed and "popup blocked" button cleanup. r=gavin 2008-12-18 12:25:29 +01:00
safeMode.js Bug 527417 - nsIPluginHost::getPluginTags aPluginCount out param should be optional. r=josh 2009-11-09 22:11:58 +01:00
safeMode.xul Bug 523476 - Switch application/x-javascript to application/javascript, Firefox part. r=vlad 2009-11-05 14:53:26 +01:00
sanitize.js Bug 5265285 - getAllLogins, getAllDisabledHosts and getAllEncryptedLogins count out params should be optional. r=dolske 2009-11-08 10:22:11 +01:00
sanitize.xul Bug 495452 - Size of "Details" box in "Clear Recent History" dialog is not updated when window gets resized 2009-05-29 20:39:34 -07:00
sanitizeDialog.css Bug 480169 - Clear recent history refresh (sprint) 2009-04-15 10:59:07 -07:00
sanitizeDialog.js Bug 535603 - Clear recent history title not set to all correctly on opening window; r=dao 2009-12-18 13:26:06 -05:00
softwareUpdateOverlay.xul
tabbrowser.css Bug 543306 - tabpanels background briefly visible when opening a new tab. r=gavin 2010-02-02 08:47:11 +01:00
tabbrowser.xml Bug 541393 - gBrowser.moveTabTo(gBrowser.selectedTab, 0) with only one tab open moves the tab after the new tab button. r=gavin 2010-02-05 08:33:46 +01:00
urlbarBindings.xml attempt to fix possible twinopen regression from bug 544657 2010-02-11 15:47:39 +01:00
utilityOverlay.js Bug 512784: add Services.jsm module to allow easy global access to common services, r=dao, r=Mossop 2010-01-28 13:31:45 -05:00
viewSourceOverlay.xul
web-panels.js
web-panels.xul Bug 523476 - Switch application/x-javascript to application/javascript, Firefox part. r=vlad 2009-11-05 14:53:26 +01:00