New issue
Advanced search Search tips

Issue 674627 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Dec 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Mac
Pri: 0
Type: Bug



Sign in to add a comment

[REGRESSION] DevTools: performance tab is broken on tip-of-tree

Project Member Reported by lushnikov@chromium.org, Dec 15 2016

Issue description

Try to record "performance". 

Here's the exception i get whenever I hit "stop": 

Uncaught (in promise) DOMException: Failed to construct 'SharedWorker': The location of the SharedWorker named 'utility_shared_worker' does not exactly match the provided URL ('chrome-devtools://devtools/custom/utility_shared_worker.js').
    at Services.ServiceManager.createAppService (chrome-devtools://devtools/custom/services/ServiceManager.js:39:35)
    at Function.ensureTempStorageCleared (chrome-devtools://devtools/custom/bindings/TempFile.js:124:35)
    at Function.create (chrome-devtools://devtools/custom/bindings/TempFile.js:110:30)
    at new Bindings.DeferredTempFile (chrome-devtools://devtools/custom/bindings/TempFile.js:236:23)
    at Bindings.TempFileBackingStorage._flush (chrome-devtools://devtools/custom/bindings/TempFile.js:467:20)
    at Bindings.TempFileBackingStorage.finishWriting (chrome-devtools://devtools/custom/bindings/TempFile.js:478:10)
    at SDK.TracingModel.tracingComplete (chrome-devtools://devtools/custom/sdk/TracingModel.js:140:26)
    at Timeline.TimelineController._allSourcesFinished (chrome-devtools://devtools/custom/timeline/TimelineController.js:243:24)
    at Promise.all.then (chrome-devtools://devtools/custom/timeline/TimelineController.js:91:57)
 
Ah, this might be due to the Hosted Mode - I'll check on tip-of-tree build as I get to the desk.

Comment 2 by alph@chromium.org, Dec 15 2016

Owner: dgozman@chromium.org
Dmitry could you please take a look.
Cc: -caseq@chromium.org dgozman@chromium.org
Owner: caseq@chromium.org
Andrey, didn't you fix this?

Comment 4 by caseq@chromium.org, Dec 20 2016

Status: WontFix (was: Assigned)
As we found out, it only happens due to modifications to DevTools URL present in local build by lushnikov@.

Sign in to add a comment