RESOLVED CONFIGURATION CHANGED 191852
Web Inspector: REGRESSION(r238330): 'Timeline' domain was not found
https://bugs.webkit.org/show_bug.cgi?id=191852
Summary Web Inspector: REGRESSION(r238330): 'Timeline' domain was not found
Devin Rousso
Reported 2018-11-19 23:00:17 PST
Every time I open WebInspector, with the Timelines tab showing, I see an error in the console: CONSOLE ERROR Unhandled Promise Rejection: Error: 'Timeline' domain was not found This also prevents auto-capture on page navigation from working properly. This error does not appear if the Timelines tab is was not previously showing.
Attachments
Devin Rousso
Comment 1 2018-11-26 10:26:47 PST
I'm also seeing this happen for "DOMDebugger": .../Release/WebInspectorUI.framework/Resources/Protocol/Connection.js:101:30: CONSOLE ERROR Request with id = 1 failed. {"code":-32601,"message":"'DOMDebugger' domain was not found","data":[{"code":-32601,"message":"'DOMDebugger' domain was not found"}]} .../Release/WebInspectorUI.framework/Resources/Controllers/DOMDebuggerManager.js:461:30: CONSOLE ERROR 'DOMDebugger' domain was not found
Radar WebKit Bug Importer
Comment 2 2018-11-27 11:58:18 PST
Joseph Pecoraro
Comment 3 2018-11-29 13:19:38 PST
I'm not seeing these in a Release build (r238660). Are you still seeing this?
Devin Rousso
Comment 4 2018-11-29 14:03:15 PST
I'm not seeing this error anymore, but I am still not seeing auto-capture working properly. * STEPS TO REPRODUCE: 1. inspect <https://webkit.org> 2. show Timelines tab 3. refresh the page (timeline auto-capture will start) 4. wait for timeline to stop capturing (or manually stop it) 5. navigate to <https://apple.com> => auto-capture didn't start => refreshing the page will not start auto-capture
Joseph Pecoraro
Comment 5 2018-11-29 14:11:54 PST
(In reply to Devin Rousso from comment #4) > I'm not seeing this error anymore, but I am still not seeing auto-capture > working properly. Correct auto-capture is a separate issue that I'll be looking into.
Joseph Pecoraro
Comment 6 2018-11-30 13:19:35 PST
(In reply to Joseph Pecoraro from comment #5) > (In reply to Devin Rousso from comment #4) > > I'm not seeing this error anymore, but I am still not seeing auto-capture > > working properly. > > Correct auto-capture is a separate issue that I'll be looking into. Bug 192248. Lets close this I'm not seeing it anymore so I think we've addressed it (likely fixing InspectorFrontendAPI ordering).
Note You need to log in before you can comment on or make changes to this bug.