From cfc66f7a7c4d27dc49640d9d257e3c840c9de702 Mon Sep 17 00:00:00 2001 From: Gavin Sharp Date: Thu, 13 May 2010 16:36:43 -0400 Subject: [PATCH] Backed out changeset f551d1be254e (inspector-0.1, fixing commit message) --HG-- extra : rebase_source : b7a94409c817d49822920a8d38aadfc8dae1a0db --- browser/base/content/browser-menubar.inc | 7 - browser/base/content/browser-sets.inc | 5 +- browser/base/content/browser.css | 7 - browser/base/content/browser.js | 2 - browser/base/content/browser.xul | 32 - browser/base/content/inspector.js | 758 ------------------ browser/base/content/test/Makefile.in | 3 - .../test/browser_inspector_highlighter.js | 123 --- .../test/browser_inspector_initialization.js | 87 -- .../test/browser_inspector_treeSelection.js | 114 --- .../locales/en-US/chrome/browser/browser.dtd | 4 - browser/themes/pinstripe/browser/browser.css | 1 - 12 files changed, 2 insertions(+), 1141 deletions(-) delete mode 100644 browser/base/content/inspector.js delete mode 100644 browser/base/content/test/browser_inspector_highlighter.js delete mode 100644 browser/base/content/test/browser_inspector_initialization.js delete mode 100644 browser/base/content/test/browser_inspector_treeSelection.js diff --git a/browser/base/content/browser-menubar.inc b/browser/base/content/browser-menubar.inc index 3096ef23c04b..1d19c0c4dde1 100644 --- a/browser/base/content/browser-menubar.inc +++ b/browser/base/content/browser-menubar.inc @@ -21,7 +21,6 @@ # # Contributor(s): # Ehsan Akhgari -# Rob Campbell # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 2 or later (the "GPL"), or @@ -599,12 +598,6 @@ accesskey="&addons.accesskey;" command="Tools:Addons"/> - # Shawn Wilsher # Ehsan Akhgari -# Rob Campbell # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 2 or later (the "GPL"), or @@ -125,7 +124,6 @@ - @@ -207,6 +205,8 @@ # system setting to use emacs emulation, and we should respect it. Focus-Search-Box # is a fundamental keybinding and we are maintaining a XP binding so that it is easy # for people to switch to Linux. +# +# Do *not* tamper with these values without talking to ben@mozilla.org # #ifdef XP_MACOSX @@ -222,7 +222,6 @@ #endif - diff --git a/browser/base/content/browser.css b/browser/base/content/browser.css index 0a12ce223fb0..65579e8ad485 100644 --- a/browser/base/content/browser.css +++ b/browser/base/content/browser.css @@ -256,10 +256,3 @@ window[chromehidden~="toolbar"] toolbar:not(.toolbar-primary):not(.chromeclass-m -moz-binding: url("chrome://global/content/bindings/toolbarbutton.xml#toolbarbutton-image"); margin: 0; } - -/* Inspector / Highlighter */ - -#highlighter-panel { - -moz-appearance: none; - -moz-window-shadow: none; -} diff --git a/browser/base/content/browser.js b/browser/base/content/browser.js index 3d6f214a2008..646fe9d98505 100644 --- a/browser/base/content/browser.js +++ b/browser/base/content/browser.js @@ -51,7 +51,6 @@ # Dietrich Ayala # Gavin Sharp # Justin Dolske -# Rob Campbell # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 2 or later (the "GPL"), or @@ -129,7 +128,6 @@ let gInitialPages = [ ]; #include browser-fullZoom.js -#include inspector.js #include browser-places.js #include browser-tabPreviews.js diff --git a/browser/base/content/browser.xul b/browser/base/content/browser.xul index 7dd4afec4e54..feb34e6e21fd 100644 --- a/browser/base/content/browser.xul +++ b/browser/base/content/browser.xul @@ -33,7 +33,6 @@ # Dão Gottwald # Ehsan Akhgari # Robert Strong -# Rob Campbell # # Alternatively, the contents of this file may be used under the terms of # either the GNU General Public License Version 2 or later (the "GPL"), or @@ -219,35 +218,6 @@ -