DevTools/Fission: Difference between revisions

no edit summary
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 19: Line 19:


= Fission Compatibility =
= Fission Compatibility =
Known issues are split into two milestones (<span style="background-color: #38761d; color: white;">M2</span> and <span style="background-color: #ff9900; color: white;>M3</span>).
Milestones:


* <span style="background-color: #38761d; color: white;">M2</span> Q4 2020
* <span style="background-color: #38761d; color: white;">M2</span> Q4 2020
* <span style="background-color: #ff9900; color: white;>M3</span> Q1 2021
* <span style="background-color: #ff9900; color: white;>M3</span> Q1-Q3 2021
* <span style="background-color: #2669b0; color: white;>MF</span> Future


== Panels ==
== Panels ==
Line 31: Line 32:


=== Application ===
=== Application ===
* <span style="background-color: #ff9900; color: white;>M3</span> Service Workers coming from remote frames are not displayed ([https://bugzilla.mozilla.org/show_bug.cgi?id=1473257 bug 1473257]).  
* <span style="background-color: #2669b0; color: white;>MF</span> Service Workers coming from remote frames are not displayed ([https://bugzilla.mozilla.org/show_bug.cgi?id=1473257 bug 1473257]).  


=== Performance ===
=== Performance ===
* <span style="background-color: #ff9900; color: white;>M3</span> New Fission compatible Performance panel is enabled in Nightly. It yet needs to be enabled in Beta ([https://bugzilla.mozilla.org/show_bug.cgi?id=1693314 bug 1693314]).
* <span style="background-color: #2669b0; color: white;>MF</span> New Fission compatible Performance panel is enabled in Nightly and Beta. It yet needs to be enabled in Release ([https://bugzilla.mozilla.org/show_bug.cgi?id=1693314 bug 1693316]).


=== Inspector ===
=== Inspector ===
* <span style="background-color: #ff9900; color: white;>M3</span> Advanced features related to highlighting elements in the page. This includes support for highlighting grid elements, shapes defined using CSS clip-path property, highlighting fonts, geometry editor for absolute positioned elements within relative positioned elements and inspecting CSS animations ([https://bugzilla.mozilla.org/show_bug.cgi?id=1568827 bug 1568827])
* <span style="background-color: #2669b0; color: white;>MF</span> Advanced features related to highlighting elements in the page. This includes support for highlighting grid elements, shapes defined using CSS clip-path property, highlighting fonts, geometry editor for absolute positioned elements within relative positioned elements and inspecting CSS animations ([https://bugzilla.mozilla.org/show_bug.cgi?id=1568827 bug 1568827])
* <span style="background-color: #ff9900; color: white;>M3</span> Search within the Inspector panel doesn't included remote iframes ([https://bugzilla.mozilla.org/show_bug.cgi?id=1568880 bug 1568880])


=== Console ===
=== Console ===
Line 44: Line 44:


=== Network ===
=== Network ===
* <span style="background-color: #ff9900; color: white;>M3</span> Proper support for JS Context Switching ([https://bugzilla.mozilla.org/show_bug.cgi?id=1594726 bug 1594726], [https://bugzilla.mozilla.org/show_bug.cgi?id=1594728 bug 1594728])
* <span style="background-color: #2669b0; color: white;>MF</span> Proper support for JS Context Switching ([https://bugzilla.mozilla.org/show_bug.cgi?id=1594726 bug 1594726], [https://bugzilla.mozilla.org/show_bug.cgi?id=1594728 bug 1594728])


=== Debugger ===
=== Debugger ===
* <span style="background-color: #ff9900; color: white;>M3</span> Debugging of service workers should work as expected
* <span style="background-color: #2669b0; color: white;>MF</span> Debugging of service workers should work as expected
* <span style="background-color: #ff9900; color: white;>M3</span> Special breakpoints set for: DOM mutation, XHR, various DOM events, Logpoints and Watchpoints should work as expected.
* <span style="background-color: #2669b0; color: white;>MF</span> Debugger doesn't work properly if page loads two remote iframes from the same domain ([https://bugzilla.mozilla.org/show_bug.cgi?id=1503499 bug 1503499], [https://bugzilla.mozilla.org/show_bug.cgi?id=1678741 bug 1678741])
* <span style="background-color: #ff9900; color: white;>M3</span> When there are several frames from various origins, sources will be missing for some of the origins in the source pane ([https://bugzilla.mozilla.org/show_bug.cgi?id=1659969 bug 1659969])
* <span style="background-color: #ff9900; color: white;>M3</span> Search across all processes ([https://bugzilla.mozilla.org/show_bug.cgi?id=1577878 bug 1577878])
* <span style="background-color: #ff9900; color: white;>M3</span> Debugger doesn't work properly if page loads two remote iframes from the same domain ([https://bugzilla.mozilla.org/show_bug.cgi?id=1503499 bug 1503499], [https://bugzilla.mozilla.org/show_bug.cgi?id=1678741 bug 1678741])


=== Style Editor ===
=== Style Editor ===
Line 57: Line 54:


=== Storage ===
=== Storage ===
* <span style="background-color: #ff9900; color: white;>M3</span> Show all data coming from remote frames: Cookies, Session & Local storage, Extension storage, IndexDB and Cache data ([https://bugzilla.mozilla.org/show_bug.cgi?id=1644192 bug 1644192])
* <span style="background-color: #2669b0; color: white;>MF</span> Show all data coming from remote frames: Cookies, Session & Local storage, Extension storage, IndexDB and Cache data ([https://bugzilla.mozilla.org/show_bug.cgi?id=1644192 bug 1644192])


=== Memory ===
=== Memory ===
* <span style="background-color: #ff9900; color: white;>M3</span> Memory usage of remote frames is not displayed.
* <span style="background-color: #2669b0; color: white;>MF</span> Memory usage of remote frames is not displayed.


=== DOM ===
=== DOM ===
* <span style="background-color: #ff9900; color: white;>M3</span> Objects coming from remote frames are not displayed.
* <span style="background-color: #2669b0; color: white;>MF</span> Objects coming from remote frames are not displayed.


== Miscellaneous Features ==
== Miscellaneous Features ==
Summary of known issues related to independent features.
Summary of known issues related to independent features.
=== Screenshot ===
* <span style="background-color: #ff9900; color: white;>M3</span> Screenshot doesn't work with remote frames ([https://bugzilla.mozilla.org/show_bug.cgi?id=1568833 bug 1568833])


=== Service Workers ===
=== Service Workers ===
* <span style="background-color: #ff9900; color: white;>M3</span> Support for Service Workers is not not compatible with Fission.
* <span style="background-color: #2669b0; color: white;>MF</span> Support for Service Workers is not not compatible with Fission.
Confirmed users
837

edits