[Webkit-unassigned] [Bug 27203] Inspector: Remove Unintended Global Variables

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 12 22:23:06 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=27203





--- Comment #2 from Joseph Pecoraro <joepeck02 at gmail.com>  2009-07-12 22:23:06 PDT ---
Just a heads up, I ran some scripts to check the differences of the global
scope of a Web Inspector window and a normal global scope.  I also removed all
the expected global functions from inspector.js and utilities.js and I was left
with the following leftovers:

> ["WebInspector", "localizedStrings", "UserInitiatedProfileName", "TreeElement", "TreeOutline", "Preferences", "InspectorController", "key", "subPropertyName"]

"key" and "subPropertyName" are now squashed.  And I assume the rest are
expected to be in the global scope. Let me know if any of these should be
moved, but I think its all good now. =)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list