Bug 55582 - Web Inspector: make selected call frame debugger presentation model property
Summary: Web Inspector: make selected call frame debugger presentation model property
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-02 08:47 PST by Pavel Podivilov
Modified: 2011-03-03 03:27 PST (History)
10 users (show)

See Also:


Attachments
Patch. (9.97 KB, patch)
2011-03-02 08:48 PST, Pavel Podivilov
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 Podivilov 2011-03-02 08:47:53 PST
Web Inspector: make selected call frame debugger presentation model property
Comment 1 Pavel Podivilov 2011-03-02 08:48:36 PST
Created attachment 84422 [details]
Patch.
Comment 2 Yury Semikhatsky 2011-03-02 21:56:06 PST
Comment on attachment 84422 [details]
Patch.

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

> Source/WebCore/inspector/front-end/ScriptsPanel.js:406
>      selectedCallFrameId: function()

This method should be moved to the presentation model.
Comment 3 Pavel Podivilov 2011-03-03 03:27:24 PST
Committed r80228: <http://trac.webkit.org/changeset/80228>