We used to try catch around calling DevToolsFrameParent.addOrSetSessionDataEntry but when migrating to JSProcessActors, the try catch was removed. One of the console listeners fails to start on broken XML documents which prevents from using devtools at all on a page which contains an iframe with such a document. The listener is updated to safely read the performance timing or use -1 if unavailable. Test is added to cover toolbox opening in this case. Differential Revision: https://phabricator.services.mozilla.com/D232193
4 lines
146 B
XML
4 lines
146 B
XML
<?xml-stylesheet type="text/xml" href="#style1"?>
|
|
<xsl:stylesheet id="style1" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
|
</xsl:stylesheet>
|