Bug 56179 - Web Inspector: move breakpoints restoring after live edit to debugger presentation model
Summary: Web Inspector: move breakpoints restoring after live edit to debugger present...
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: 2011-03-11 03:39 PST by Pavel Podivilov
Modified: 2011-03-14 06:37 PDT (History)
10 users (show)

See Also:


Attachments
Patch. (11.01 KB, patch)
2011-03-11 03:40 PST, Pavel Podivilov
pfeldman: 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 2011-03-11 03:39:26 PST
Web Inspector: move breakpoints restoring after live edit to debugger presentation model.

Presentation model should move breakpoints based on text diff as required by "revert to revision" action in resources panel.
Comment 1 Pavel Podivilov 2011-03-11 03:40:09 PST
Created attachment 85456 [details]
Patch.
Comment 2 Pavel Feldman 2011-03-14 06:04:44 PDT
Comment on attachment 85456 [details]
Patch.

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

> Source/WebCore/inspector/front-end/DebuggerModel.js:33
> +    this._debuggerPausedDetails = {};

Is this relevant to the change?
Comment 3 Pavel Podivilov 2011-03-14 06:37:18 PDT
Committed r81020: <http://trac.webkit.org/changeset/81020>