Bug 80396 - Web Inspector: prepare for extracting ScriptMapping implementation from DebuggerPresentationModel.
Summary: Web Inspector: prepare for extracting ScriptMapping implementation from Debug...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Pavel Podivilov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-06 01:23 PST by Pavel Podivilov
Modified: 2012-03-06 04:40 PST (History)
10 users (show)

See Also:


Attachments
Patch [depends on bug 80395] (16.69 KB, patch)
2012-03-06 01:25 PST, Pavel Podivilov
vsevik: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Podivilov 2012-03-06 01:23:32 PST
Web Inspector: prepare for extracting ScriptMapping implementation from DebuggerPresentationModel.

Limit RawSourceCode usages to a subset of methods. This subset will be moved to ScriptMapping implementation in a separate change.
Comment 1 Pavel Podivilov 2012-03-06 01:25:31 PST
Created attachment 130327 [details]
Patch [depends on bug 80395]
Comment 2 Vsevolod Vlasov 2012-03-06 03:55:15 PST
Comment on attachment 130327 [details]
Patch [depends on bug 80395]

View in context: https://bugs.webkit.org/attachment.cgi?id=130327&action=review

> LayoutTests/ChangeLog:8
> +        * inspector/debugger/breakpoint-manager.html:

Looks like you should re-prepare ChangeLog.
Comment 3 Pavel Podivilov 2012-03-06 04:40:06 PST
Committed r109905: <http://trac.webkit.org/changeset/109905>