Closed
Bug 1605323
Opened 5 years ago
Closed 5 years ago
"Store as Global Variable" should switch context and update selector
Categories
(DevTools :: Console, enhancement, P1)
DevTools
Console
Tracking
(Fission Milestone:M6, firefox76 fixed)
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: Honza, Assigned: nchevobbe)
References
(Blocks 1 open bug)
Details
(Whiteboard: dt-fission-m2-mvp)
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
When the user executes "Store as Global Variable" (context menu action) on an object coming from remote iframe the execution context should switch to that iframe and the Context Selector should be updated.
Honza
Reporter | ||
Updated•5 years ago
|
Fission Milestone: --- → M6
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•5 years ago
|
||
This makes "store as global variable" set the appropriate context
for the console, so the user can directly work on the newly created
variable.
Depends on D67627
Updated•5 years ago
|
Priority: P2 → P1
Updated•5 years ago
|
Attachment #9135032 -
Attachment description: Bug 1605323 - Set toolbox context when evaluating from a given webconsole front. r=jlast. → Bug 1605323 - Set toolbox context in "Store as global variable" context menu entry. r=jlast.
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/333706f92cf5
Set toolbox context in "Store as global variable" context menu entry. r=jlast.
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 76
You need to log in
before you can comment on or make changes to this bug.
Description
•