Bug 82214 - Web Inspector: store UIBreakpoints on UISourceCode.
Summary: Web Inspector: store UIBreakpoints on UISourceCode.
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: 82224
  Show dependency treegraph
 
Reported: 2012-03-26 08:36 PDT by Pavel Podivilov
Modified: 2012-03-27 03:04 PDT (History)
11 users (show)

See Also:


Attachments
Patch (12.75 KB, patch)
2012-03-26 08:37 PDT, Pavel Podivilov
no flags Details | Formatted Diff | Diff
Patch (18.67 KB, patch)
2012-03-26 11:18 PDT, 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-26 08:36:15 PDT
This is needed to get rid of UISourceCode -> breakpoint map in BreakpointManager.
Comment 1 Pavel Podivilov 2012-03-26 08:37:35 PDT
Created attachment 133819 [details]
Patch
Comment 2 Vsevolod Vlasov 2012-03-26 09:29:33 PDT
Comment on attachment 133819 [details]
Patch

The motivation behind this patch is not clear from the ChangeLog / bug comments.
Comment 3 Pavel Podivilov 2012-03-26 11:18:51 PDT
Created attachment 133852 [details]
Patch
Comment 4 Pavel Podivilov 2012-03-26 11:20:07 PDT
(In reply to comment #2)
> (From update of attachment 133819 [details])
> The motivation behind this patch is not clear from the ChangeLog / bug comments.

Updated change log.
Comment 5 Pavel Podivilov 2012-03-27 03:04:11 PDT
Committed r112236: <http://trac.webkit.org/changeset/112236>