Bug 162773 - Web Inspector: Simplify Debugger::Script to use SourceProvider
Summary: Web Inspector: Simplify Debugger::Script to use SourceProvider
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (show other bugs)
Version: WebKit Nightly Build
Hardware: All All
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords: DoNotImportToRadar
Depends on:
Blocks:
 
Reported: 2016-09-29 22:42 PDT by Joseph Pecoraro
Modified: 2020-08-18 09:50 PDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2016-09-29 22:42:46 PDT
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.