Bug 97113 - Web Inspector: Prepare UISourceCode to transformation into File.
Summary: Web Inspector: Prepare UISourceCode to transformation into File.
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: 2012-09-19 08:28 PDT by Vsevolod Vlasov
Modified: 2012-09-28 01:44 PDT (History)
10 users (show)

See Also:


Attachments
Patch (39.74 KB, patch)
2012-09-19 09:07 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 2012-09-19 08:28:41 PDT
I'd like to transform UISourceCode to domain/debugger agnostic File.
I want to move all domain specific logic to editor, breakpoint manager and debugger model and remove JavaScriptSource, StyleSource, SASSSource and SnippetJavaScriptSource classes.
In this patch I am removing all methods and fields from this classes except for the modification bindings.
Comment 1 Vsevolod Vlasov 2012-09-19 09:07:05 PDT
Created attachment 164745 [details]
Patch
Comment 2 Pavel Feldman 2012-09-20 04:19:58 PDT
Comment on attachment 164745 [details]
Patch

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

> Source/WebCore/inspector/front-end/BreakpointManager.js:64
> +WebInspector.BreakpointManager.isDivergedFromVM = function(uiSourceCode)

hasDiverged ?
Comment 3 Vsevolod Vlasov 2012-09-28 01:44:27 PDT
Committed r129862: <http://trac.webkit.org/changeset/129862>