2002-09-04 11:26:02 +04:00
|
|
|
<?xml version="1.0"?>
|
2012-05-21 15:12:37 +04:00
|
|
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
2002-10-09 11:03:15 +04:00
|
|
|
|
2002-09-04 11:26:02 +04:00
|
|
|
<bindings xmlns="http://www.mozilla.org/xbl"
|
|
|
|
xmlns:html="http://www.w3.org/1999/xhtml">
|
2002-10-09 11:03:15 +04:00
|
|
|
|
2014-08-12 07:06:55 +04:00
|
|
|
<binding id="prettyprint" bindToUntrustedContent="true">
|
2002-09-04 11:26:02 +04:00
|
|
|
|
2018-02-08 22:03:31 +03:00
|
|
|
<content><html:div id="top"/>
|
2002-10-09 11:03:15 +04:00
|
|
|
<html:span style="display: none;"><children/></html:span>
|
2002-09-04 11:26:02 +04:00
|
|
|
</content>
|
|
|
|
|
2002-10-09 11:03:15 +04:00
|
|
|
<handlers>
|
2013-10-03 18:02:36 +04:00
|
|
|
<handler event="prettyprint-dom-created" allowuntrusted="false">
|
|
|
|
<![CDATA[
|
|
|
|
document.getAnonymousNodes(this).item(0).appendChild(event.detail);
|
|
|
|
]]>
|
|
|
|
</handler>
|
2002-10-09 11:03:15 +04:00
|
|
|
</handlers>
|
|
|
|
|
2002-09-04 11:26:02 +04:00
|
|
|
</binding>
|
2002-10-09 11:03:15 +04:00
|
|
|
|
2002-09-04 11:26:02 +04:00
|
|
|
</bindings>
|