Bug 81904 - Web Inspector: Introduce ScriptBound/ScriptUnbound events in ScriptMapping.
Summary: Web Inspector: Introduce ScriptBound/ScriptUnbound events in ScriptMapping.
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: Vsevolod Vlasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-22 06:52 PDT by Vsevolod Vlasov
Modified: 2012-03-22 07:48 PDT (History)
11 users (show)

See Also:


Attachments
Patch (13.43 KB, patch)
2012-03-22 06:58 PDT, Vsevolod Vlasov
no flags Details | Formatted Diff | Diff
Patch (13.70 KB, patch)
2012-03-22 07:30 PDT, Vsevolod Vlasov
pfeldman: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>