From 99ebf6581c27e2da587ed642a3eba071e9875ff0 Mon Sep 17 00:00:00 2001 From: "mozilla.mano%sent.com" Date: Wed, 20 Apr 2005 15:32:57 +0000 Subject: [PATCH] Bug 239218 - [Mac] Menus are nonfunctional in the Extensions/themes manager and in the JS Console. r=mconnor a=asa git-svn-id: svn://10.0.0.236/trunk@172489 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/browser/base/content/browser.xul | 9 ++-- mozilla/browser/base/content/contents.rdf | 15 ++++++ .../base/content/extensionsManagerOverlay.xul | 50 +++++++++++++++++++ ...browser-scripts.inc => global-scripts.inc} | 1 - .../browser/base/content/jsConsoleOverlay.xul | 50 +++++++++++++++++++ .../base/content/macBrowserOverlay.xul | 7 +-- mozilla/browser/base/jar.mn | 4 +- 7 files changed, 128 insertions(+), 8 deletions(-) create mode 100644 mozilla/browser/base/content/extensionsManagerOverlay.xul rename mozilla/browser/base/content/{browser-scripts.inc => global-scripts.inc} (96%) create mode 100644 mozilla/browser/base/content/jsConsoleOverlay.xul diff --git a/mozilla/browser/base/content/browser.xul b/mozilla/browser/base/content/browser.xul index b99c406980c..2600c192efc 100644 --- a/mozilla/browser/base/content/browser.xul +++ b/mozilla/browser/base/content/browser.xul @@ -65,9 +65,12 @@ screenX="4" screenY="4" persist="screenX screenY width height sizemode"> -# All JS files that browser.xul wishes to include *must* go into the browser-scripts.inc file -# so that they can be shared by hiddenWindow.xul. -#include browser-scripts.inc +# All JS files which are not content (only) dependent that browser.xul +# wishes to include *must* go into the global-scripts.inc file +# so that they can be shared by macBrowserOverlay.xul. +#include global-scripts.inc + +