Bug 81904

Summary: Web Inspector: Introduce ScriptBound/ScriptUnbound events in ScriptMapping.
Product: WebKit Reporter: Vsevolod Vlasov <vsevik>
Component: Web Inspector (Deprecated)Assignee: Vsevolod Vlasov <vsevik>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, podivilov, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch
none
Patch pfeldman: review+

Description Vsevolod Vlasov 2012-03-22 06:52:38 PDT
This is another step on the way to cleaner BreakpointManager logic.
Comment 1 Vsevolod Vlasov 2012-03-22 06:58:35 PDT
Created attachment 133250 [details]
Patch
Comment 2 Pavel Podivilov 2012-03-22 07:04:16 PDT
Comment on attachment 133250 [details]
Patch

looks good.
Comment 3 Pavel Feldman 2012-03-22 07:24:39 PDT
Comment on attachment 133250 [details]
Patch

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

> Source/WebCore/ChangeLog:8
> +        This is another step on the way to cleaner BreakpointManager logic.

I see. But why do we need it and what happens inside?
Comment 4 Vsevolod Vlasov 2012-03-22 07:30:40 PDT
Created attachment 133256 [details]
Patch
Comment 5 Vsevolod Vlasov 2012-03-22 07:48:17 PDT
Committed r111694: <http://trac.webkit.org/changeset/111694>