Bug 105799

Summary: Web Inspector: Introduce uri as a UISourceCode unique identifier in workspace.
Product: WebKit Reporter: Vsevolod Vlasov <vsevik>
Component: Web Inspector (Deprecated)Assignee: Vsevolod Vlasov <vsevik>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, keishi, loislo, pfeldman, pmuellr, vsevik, web-inspector-bugs, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch pfeldman: review+

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>