Bug 162773
Summary: | Web Inspector: Simplify Debugger::Script to use SourceProvider | ||
---|---|---|---|
Product: | WebKit | Reporter: | Joseph Pecoraro <joepeck> |
Component: | Web Inspector | Assignee: | Joseph Pecoraro <joepeck> |
Status: | NEW | ||
Severity: | Normal | CC: | hi, inspector-bugzilla-changes |
Priority: | P2 | Keywords: | DoNotImportToRadar |
Version: | WebKit Nightly Build | ||
Hardware: | All | ||
OS: | All | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=215362 |
Joseph Pecoraro
Summary:
Simplify ScriptDebugListener::Script to use SourceProvider
We should also move it to the Inspector namespace and maybe rename it. ScriptDebugServer is a horrible place for this.
Almost all of its properties just duplicate SourceProvider. It looks like it really only needs a SourceProvider and maybe a few other values.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |