Bug 108939

Summary: Web Inspector: UISourceCode uri should contain project name.
Product: WebKit Reporter: Vsevolod Vlasov <vsevik>
Component: Web Inspector (Deprecated)Assignee: Vsevolod Vlasov <vsevik>
Status: RESOLVED INVALID    
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 none

Vsevolod Vlasov
Reported 2013-02-05 07:16:39 PST
UISourceCode uri now has following format: <project_name>/path. Drive-by introduced Project.isSnippetProject() and removed isSnippet parameter from workspace project/providers. Added UISourceCode.projectName(), implemented UISourceCode.project() based on it and removed Workspace.projectForUISourceCode()
Attachments
Patch (35.29 KB, patch)
2013-02-05 07:19 PST, Vsevolod Vlasov
no flags
Vsevolod Vlasov
Comment 1 2013-02-05 07:19:04 PST
Pavel Feldman
Comment 2 2013-02-05 07:19:59 PST
Comment on attachment 186621 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=186621&action=review > Source/WebCore/inspector/front-end/UISourceCode.js:184 > + this._projectName = uri.substr(0, uri.indexOf("/")); When does this happen?
Vsevolod Vlasov
Comment 3 2013-03-01 01:15:53 PST
Comment on attachment 186621 [details] Patch Clearing r?
Vsevolod Vlasov
Comment 4 2013-03-01 01:16:13 PST
This was fixed in another bug.
Note You need to log in before you can comment on or make changes to this bug.