display service worker console messages on related windows in different child processes
Categories
(DevTools :: Console, enhancement, P3)
Tracking
(Not tracked)
People
(Reporter: bkelly, Unassigned)
References
(Depends on 1 open bug, Blocks 3 open bugs)
Details
(Whiteboard: SW-CLEANUP)
Reporter | ||
Updated•7 years ago
|
Reporter | ||
Updated•7 years ago
|
Comment 1•7 years ago
|
||
Reporter | ||
Comment 2•7 years ago
|
||
Reporter | ||
Comment 3•7 years ago
|
||
Comment 4•7 years ago
|
||
Comment 5•7 years ago
|
||
Comment 6•7 years ago
|
||
Reporter | ||
Comment 7•7 years ago
|
||
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Comment 8•6 years ago
|
||
Updated•2 years ago
|
Comment 10•10 months ago
|
||
Recent STRs:
(In reply to Jan Honza Odvarko [:Honza] (always need-info? me) from Bug 1875472 comment #0)
STR:
- Download and install an app
git clone https://github.com/janodvarko/prototypes cd prototypes/service-workers npm install --force npm start
Don't forget to set
devtools.debugger.features.windowless-service-workers
totrue
- Open DevTools Toolbox, select the Console panel
- Load the app (the index.js file)
- Click "Register Worker" button on the page
- Click "Execute Console log (from SW)" button
- Check the Console panel, the message isn't there
Honza
Comment 12•10 months ago
|
||
(In reply to Julian Descottes [:jdescottes] from comment #10)
Recent STRs:
(In reply to Jan Honza Odvarko [:Honza] (always need-info? me) from Bug 1875472 comment #0)
STR:
- Download and install an app
git clone https://github.com/janodvarko/prototypes cd prototypes/service-workers npm install --force npm start
Don't forget to set
devtools.debugger.features.windowless-service-workers
totrue
- Open DevTools Toolbox, select the Console panel
- Load the app (the index.js file)
- Click "Register Worker" button on the page
- Click "Execute Console log (from SW)" button
- Check the Console panel, the message isn't there
Honza
If I have the dom.worker.console.dispatch_events_to_main_thread
set to false, then start the debugger first (so we have a service worker target), then open the split console and click on the "Execute Console log (from SW)" button, I do see the logs in the console. So this should be fixed by Bug 1876530
Description
•