[Webkit-unassigned] [Bug 126038] New: Web Inspector: Extract CommandLineAPI into its own InjectedScriptModule
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Dec 19 18:50:28 PST 2013
https://bugs.webkit.org/show_bug.cgi?id=126038
Summary: Web Inspector: Extract CommandLineAPI into its own
InjectedScriptModule
Product: WebKit
Version: 528+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Severity: Normal
Priority: P2
Component: Web Inspector
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: joepeck at webkit.org
CC: timothy at apple.com, joepeck at webkit.org,
webkit-bug-importer at group.apple.com, graouts at apple.com
The CommandLineAPI that currently lives inside of InjectedScriptSource.js is infested with knowledge and functions dealing with the DOM. "getEventListeners", "$n", "$$", etc. These APIs cannot be used when inspecting a JSContext. However the rest of InjectedScriptSource is generic. Split the CommandLineAPI code out into is own module.
--
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