From 99a4798115191d016914178f312602d2be94eaad Mon Sep 17 00:00:00 2001 From: "ben%bengoodger.com" Date: Thu, 11 Mar 2004 04:46:48 +0000 Subject: [PATCH] bug 169378 - first Firefox window is ignored by window mediator - causing windows opened before the DOM inspector is opened to not appear in the DOM inspector's window list. This is fixed by initializing the window datasource after the first window is shown, when the DOM inspector is installed. --- .../inspector/content/tasksOverlay.xul | 20 +++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/browser/extensions/inspector/content/tasksOverlay.xul b/browser/extensions/inspector/content/tasksOverlay.xul index 5b5c5c9dd4e..653d514fa08 100644 --- a/browser/extensions/inspector/content/tasksOverlay.xul +++ b/browser/extensions/inspector/content/tasksOverlay.xul @@ -6,6 +6,26 @@ xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">