Bug 105799 - Web Inspector: Introduce uri as a UISourceCode unique identifier in workspace.
Summary: Web Inspector: Introduce uri as a UISourceCode unique identifier in workspace.
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-12-27 05:34 PST by Vsevolod Vlasov
Modified: 2012-12-28 08:12 PST (History)
8 users (show)

See Also:


Attachments
Patch (50.10 KB, patch)
2012-12-27 05:57 PST, 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-12-27 05:34:53 PST
Added uri field to UISourceCode. 
Debugger and LiveEdit uiSourceCodes are now created through WorkspaceProviders (not projects yet though)
which are responsible for unique uri generation. 
Extracted generic content provider based WorkspaceProvider functionality and url-to-uri conversion logic to ContentProviderWorkspaceProvider class.
Comment 1 Vsevolod Vlasov 2012-12-27 05:57:28 PST
Created attachment 180795 [details]
Patch
Comment 2 Vsevolod Vlasov 2012-12-28 08:12:28 PST
Committed r138536: <http://trac.webkit.org/changeset/138536>