Bug 65472 - Web Inspector: SourceFrame should store saved scroll positions in View.
Summary: Web Inspector: SourceFrame should store saved scroll positions in View.
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: 2011-08-01 08:06 PDT by Vsevolod Vlasov
Modified: 2011-08-02 11:33 PDT (History)
10 users (show)

See Also:


Attachments
Patch (6.42 KB, patch)
2011-08-01 11:44 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 2011-08-01 08:06:32 PDT
SourceFrame should store saved scroll positions in View.
Comment 1 Vsevolod Vlasov 2011-08-01 11:44:56 PDT
Created attachment 102538 [details]
Patch
Comment 2 Pavel Feldman 2011-08-02 09:39:09 PDT
Comment on attachment 102538 [details]
Patch

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

> Source/WebCore/inspector/front-end/ScriptsPanel.js:655
> +        newSourceFrame.storeScrollPositionsFromView(oldSourceFrame);

inherit*
Comment 3 Vsevolod Vlasov 2011-08-02 11:33:12 PDT
Committed r92212: <http://trac.webkit.org/changeset/92212>