Bug 79906

Summary: Web Inspector: abstract out the common pattern of creating auto-updated locations.
Product: WebKit Reporter: Pavel Podivilov <podivilov>
Component: Web Inspector (Deprecated)Assignee: Pavel Podivilov <podivilov>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch vsevik: review+

Description Pavel Podivilov 2012-02-29 07:10:40 PST
Web Inspector: abstract out the common pattern of creating auto-updated locations.
Comment 1 Pavel Podivilov 2012-02-29 07:12:52 PST
Created attachment 129441 [details]
Patch
Comment 2 Vsevolod Vlasov 2012-02-29 09:05:23 PST
Comment on attachment 129441 [details]
Patch

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

> Source/WebCore/inspector/front-end/DebuggerPresentationModel.js:891
> +    formatRawSourceCodeAnchor: function(anchor, uiLocation)

Could you please rename this method to something like formatLiveAnchor now that it does not depend on rawSourceCode?
Comment 3 Pavel Podivilov 2012-03-01 02:29:24 PST
Committed r109328: <http://trac.webkit.org/changeset/109328>