tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

window_chromeOuterWindowID.xhtml (667B)


      1 <?xml version="1.0"?>
      2 <?xml-stylesheet type="text/css" href="chrome://global/skin"?>
      3 <?xml-stylesheet type="text/css" href="chrome://mochikit/content/tests/SimpleTest/test.css"?>
      4 <!--
      5 https://bugzilla.mozilla.org/show_bug.cgi?id=1474662
      6 Test that the chromeOuterWindowID on the MessageManager interface
      7 works, and that it properly updates when swapping frameloaders between
      8 windows.
      9 -->
     10 <window title="Mozilla Bug 1242644"
     11        xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
     12  <browser id="non-remote" nodefaultsrc="true" type="content" flex="1"/>
     13  <browser id="remote" remote="true" nodefaultsrc="true" type="content" flex="1"/>
     14 </window>