tor-browser

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

fullscreen-and-pointerlock.inc.xhtml (1155B)


      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 <html:div id="fullscreen-warning" class="pointerlockfswarning" popover="manual" hidden="">
      6  <html:div class="pointerlockfswarning-domain-text">
      7    <html:span class="pointerlockfswarning-domain" data-l10n-name="domain"/>
      8  </html:div>
      9  <html:div class="pointerlockfswarning-generic-text"
     10            data-l10n-id="fullscreen-warning-no-domain"></html:div>
     11  <html:button id="fullscreen-exit-button"
     12 #ifdef XP_MACOSX
     13               data-l10n-id="fullscreen-exit-mac-button"
     14 #else
     15               data-l10n-id="fullscreen-exit-button"
     16 #endif
     17          >
     18  </html:button>
     19 </html:div>
     20 
     21 <html:div id="pointerlock-warning" class="pointerlockfswarning" popover="manual" hidden="">
     22  <html:div class="pointerlockfswarning-domain-text">
     23    <html:span class="pointerlockfswarning-domain" data-l10n-name="domain"/>
     24  </html:div>
     25  <html:div class="pointerlockfswarning-generic-text"
     26            data-l10n-id="pointerlock-warning-no-domain"></html:div>
     27 </html:div>