tor-browser

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

browser-box.inc.xhtml (2036B)


      1 # This Source Code Form is subject to the terms of the Mozilla Public
      2 # License, v. 2.0. If a copy of the MPL was not distributed with this
      3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      4 
      5 <hbox flex="1" id="browser">
      6  <box context="sidebar-context-menu" id="sidebar-main" hidden="true">
      7    <html:sidebar-main flex="1">
      8      <box id="vertical-tabs" slot="tabstrip" customizable="true" contextmenu="toolbar-context-menu"></box>
      9    </html:sidebar-main>
     10  </box>
     11  <splitter id="sidebar-launcher-splitter" class="chromeclass-extrachrome sidebar-splitter" resizebefore="sibling" resizeafter="none" hidden="true"/>
     12  <vbox id="sidebar-box" hidden="true" class="chromeclass-extrachrome">
     13    <box id="sidebar-header" align="center">
     14      <toolbarbutton id="sidebar-switcher-target" class="tabbable" aria-expanded="false">
     15        <image id="sidebar-icon" consumeanchor="sidebar-switcher-target"/>
     16        <label id="sidebar-title" crop="end" control="sidebar"/>
     17        <image id="sidebar-switcher-arrow"/>
     18      </toolbarbutton>
     19      <image id="sidebar-throbber"/>
     20      <spacer id="sidebar-spacer"/>
     21      <toolbarbutton id="sidebar-close" class="close-icon tabbable" data-l10n-id="sidebar-close-button"/>
     22    </box>
     23    <stack class="sidebar-browser-stack">
     24      <browser id="sidebar" autoscroll="false" disablehistory="true" disablefullscreen="true" tooltip="aHTMLTooltip"/>
     25    </stack>
     26  </vbox>
     27  <splitter id="sidebar-splitter" class="chromeclass-extrachrome sidebar-splitter" resizebefore="sibling" resizeafter="none" hidden="true"/>
     28  <tabbox id="tabbrowser-tabbox" flex="1" tabcontainer="tabbrowser-tabs">
     29    <tabpanels id="tabbrowser-tabpanels" flex="1" selectedIndex="0"/>
     30  </tabbox>
     31  <splitter id="ai-window-splitter" class="chromeclass-extrachrome sidebar-splitter" resizebefore="none" resizeafter="sibling" hidden="true"/>
     32  <vbox id="ai-window-box" hidden="true" class="chromeclass-extrachrome ai-window-right-sidebar">
     33    <stack class="ai-window-browser-stack" flex="1">
     34    </stack>
     35  </vbox>
     36 </hbox>