Bug 84704 - Web Inspector: remove pure delegation code from DebuggerPresentationModel
Summary: Web Inspector: remove pure delegation code from DebuggerPresentationModel
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 Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-24 04:04 PDT by Pavel Feldman
Modified: 2012-04-24 04:24 PDT (History)
10 users (show)

See Also:


Attachments
Patch (28.68 KB, patch)
2012-04-24 04:07 PDT, Pavel Feldman
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 2012-04-24 04:04:10 PDT
This change removes the code that delegates calls to breakpoint manager and exposes the breakpoint manager in debugger presentation model itself. It allows narrowing dpm dependencies.
Comment 1 Pavel Feldman 2012-04-24 04:07:32 PDT
Created attachment 138532 [details]
Patch
Comment 2 Pavel Feldman 2012-04-24 04:24:48 PDT
Committed r115032: <http://trac.webkit.org/changeset/115032>