DevTools/Fission: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Headings polish)
Line 62: Line 62:
* M3 Objects coming from remote frames are not displayed.
* M3 Objects coming from remote frames are not displayed.


= Miscellaneous Features =
== Miscellaneous Features ==


== Screenshot ==
=== Screenshot ===
* Screenshot doesn't work with remote frames ([https://bugzilla.mozilla.org/show_bug.cgi?id=1568833 bug 1568833])
* Screenshot doesn't work with remote frames ([https://bugzilla.mozilla.org/show_bug.cgi?id=1568833 bug 1568833])

Revision as of 12:25, 28 September 2020

DevTools support for cross-site iframes with Fission is in progress and this page summarizes the current state.

Contact

The DevTools team is listening in in the #devtools:mozilla.org room on Mozilla's Matrix server.

Enabling Fission

  1. In about:config, set the "fission.autostart"
  2. Restart the browser

Reporting Bugs

You can file DevTools Fission related bug in Bugzilla, here.

Resources

  • DevTools Testing For Fission Nightly Experiment doc

Fission Compatibility

Panels

Summary of known issues related to DevTools panels.

Accessibility

The Accessibility panel is fully compatible with Fission.

Application

  • M3 Service Workers coming from remote frames are not displayed (bug 1473257).

Performance

  • M2 New Fission compatible Performance panel will be enabled (by default) at the end of October.

Inspector

Console

Network

Debugger

  • M2 Early breakpoints
  • M3 Service workers
  • M3 Special breakpoints (DOM, XHR, Event, etc.)

Style Editor

Compatible with Fission, but there is some remaining work.

Storage

Memory

  • M3 Memory usage of remote frames is not displayed.

DOM

  • M3 Objects coming from remote frames are not displayed.

Miscellaneous Features

Screenshot

  • Screenshot doesn't work with remote frames (bug 1568833)