Implement JS execution context selector UI
Categories
(DevTools :: Console, enhancement, P1)
Tracking
(Fission Milestone:M6, firefox75 fixed)
Tracking | Status | |
---|---|---|
firefox75 | --- | fixed |
People
(Reporter: Honza, Assigned: jlast)
References
(Blocks 3 open bugs)
Details
(Keywords: dev-doc-complete, Whiteboard: dt-fission-m2-mvp)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
The Console panel should offer (drop down) selector that can be used to select JS execution context for evaluating JS expressions.
The selector should offer hierarchy of:
- Frames
- Workers
See UX exploration:
https://www.figma.com/file/Gt8V23ty0RNEUHAn9frzGa/Fission-Target-Switching?node-id=0%3A1
Development should happen behind a pref:
devtools.context-switching.enabled
Honza
Reporter | ||
Updated•5 years ago
|
Updated•5 years ago
|
Comment 1•5 years ago
|
||
Tracking dt-fission-m2-mvp bugs for Fission Nightly (M6)
Assignee | ||
Comment 2•5 years ago
|
||
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Comment 4•5 years ago
|
||
bugherder |
Comment 6•5 years ago
|
||
I've documented this under https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Experimental_features#Execution_context_selector.
Is the plan for this to get enabled together with all the changes of bug 1605153 (in bug 1605330) or independantly of that?
Sebastian
Reporter | ||
Comment 7•5 years ago
|
||
Thanks Sebastian!
The first step is to enable this on Nightly (bug 1605330 - patch already in review). We'll collect some feedback and then enable in DevEdition. As soon as bug 1605153 is resolved we'll enable on all channels.
Honza
Description
•