Closed
Bug 1401548
Opened 7 years ago
Closed 7 years ago
Migrate browser_bug_869003_inspect_cross_domain_object.js to new console
Categories
(DevTools :: Console, enhancement, P1)
DevTools
Console
Tracking
(firefox57 wontfix, firefox59 fixed)
RESOLVED
FIXED
Firefox 59
People
(Reporter: nchevobbe, Assigned: jdescottes)
References
Details
(Whiteboard: [newconsole-mvp])
Attachments
(1 file)
The test ensure we can inspect objects from iframes.
The VariableView part should be migrated to use the ObjectInspector instead.
Reporter | ||
Updated•7 years ago
|
Priority: -- → P3
Reporter | ||
Updated•7 years ago
|
Updated•7 years ago
|
Priority: P3 → P2
Whiteboard: [newconsole-mvp]
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → jdescottes
Status: NEW → ASSIGNED
Assignee | ||
Updated•7 years ago
|
Flags: needinfo?(nchevobbe)
Assignee | ||
Comment 1•7 years ago
|
||
The ni? fired without letting me write my comment :)
My question was: I'm migrating the test, but part of it is asserting the "edit" features of the Variables View.
We can either:
- migrate right now and only check that cross domain properties can be read
- wait for the new Variables View -like feature to be implemented and migrate then (provided edit features will be supported there)
What do you think?
Comment hidden (mozreview-request) |
Assignee | ||
Comment 3•7 years ago
|
||
Reporter | ||
Comment 4•7 years ago
|
||
I think we can migrate it right now. If we implement edit-in-objectInspector at some point, we'll write the tests.
I don't expect to have edit in OI soon (i'd like to think more about this interaction)
Flags: needinfo?(nchevobbe)
Reporter | ||
Comment 5•7 years ago
|
||
mozreview-review |
Comment on attachment 8932915 [details]
Bug 1401548 - rename and enable browser_bug_869003_inspect_cross_domain_object.js;
https://reviewboard.mozilla.org/r/203922/#review209412
This looks good, thanks Julian !
Attachment #8932915 -
Flags: review+
Comment hidden (mozreview-request) |
Updated•7 years ago
|
Priority: P2 → P1
Pushed by jdescottes@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/897dda0b93d8
rename and enable browser_bug_869003_inspect_cross_domain_object.js;r=nchevobbe
Comment 8•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 59
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•