RESOLVED FIXED 109282
Web Inspector: Introduce workspace provider/project type, encapsulate uri creation in SimpleWorkspaceProvider.
https://bugs.webkit.org/show_bug.cgi?id=109282
Summary Web Inspector: Introduce workspace provider/project type, encapsulate uri cre...
Vsevolod Vlasov
Reported 2013-02-08 03:40:37 PST
SimpleWorkspaceProvider now fully takes care of creating uri based on project/workspace provider type. This is the first step on the way to project-per-domain mode for non file system project types.
Attachments
Patch (44.24 KB, patch)
2013-02-08 03:45 PST, Vsevolod Vlasov
no flags
Patch (45.25 KB, patch)
2013-02-08 03:55 PST, Vsevolod Vlasov
no flags
Patch (45.15 KB, patch)
2013-02-08 04:00 PST, Vsevolod Vlasov
apavlov: review+
Vsevolod Vlasov
Comment 1 2013-02-08 03:45:49 PST
Vsevolod Vlasov
Comment 2 2013-02-08 03:55:56 PST
Vsevolod Vlasov
Comment 3 2013-02-08 04:00:19 PST
Alexander Pavlov (apavlov)
Comment 4 2013-02-08 04:40:35 PST
Comment on attachment 187285 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=187285&action=review > Source/WebCore/ChangeLog:11 > + Drive-by: ScriptsPanel now uses FileMApping to show anchor location properly. FileMapping > Source/WebCore/inspector/front-end/SimpleWorkspaceProvider.js:141 > + odd line > Source/WebCore/inspector/front-end/Workspace.js:337 > + result = result.concat(project.uiSourceCodes()); result.push.apply(result, project.uiSourceCodes());
Vsevolod Vlasov
Comment 5 2013-02-08 06:12:34 PST
Note You need to log in before you can comment on or make changes to this bug.