browser/base/content/browser.xhtml
author Harry Twyford <htwyford@mozilla.com>
Sun, 30 May 2021 16:04:16 +0000
changeset 581440 1514fcbf80a014f6e3b96d8815f53a9b4ebd3303
parent 581438 e1a42874f27687b884d383b8a31424beeb2be337
permissions -rw-r--r--
Bug 1712569 - Restore tooltip to reader view button. r=adw Differential Revision: https://phabricator.services.mozilla.com/D116273
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
25015
8a3394e165a9a6bcb027adafd4f87ae7020c34dd Bug 468197 - Simplify / automate the addition of the pre-release suffix string (e.g. Alpha 1, Beta 2, etc.). r=mconnor
Robert Strong <robert.bugzilla@gmail.com>
parents: 24109
diff changeset
     1
#filter substitution
1
9b2a99adc05e53cd4010de512f50118594756650 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
hg@mozilla.com
parents:
diff changeset
     2
<?xml version="1.0"?>
9b2a99adc05e53cd4010de512f50118594756650 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
hg@mozilla.com
parents:
diff changeset
     3
# -*- Mode: HTML -*-
9b2a99adc05e53cd4010de512f50118594756650 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
hg@mozilla.com
parents:
diff changeset
     4
#
94475
Gervase Markham <gerv@gerv.net>
parents: 94097
diff changeset
     5
# This Source Code Form is subject to the terms of the Mozilla Public
Gervase Markham <gerv@gerv.net>
parents: 94097
diff changeset
     6
# License, v. 2.0. If a copy of the MPL was not distributed with this
Gervase Markham <gerv@gerv.net>
parents: 94097
diff changeset
     7
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
1
9b2a99adc05e53cd4010de512f50118594756650 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
hg@mozilla.com
parents:
diff changeset
     8
425446
96ecf3102f8d7eaf0cb7ecab561a07e4e4bcade7 Bug 1473598 - Remove "browser-window.css" since the workaround isn't needed anymore. r=paolo
Mike Conley <mconley@mozilla.com>
parents: 425198
diff changeset
     9
<!-- The "global.css" stylesheet is imported first to allow other stylesheets to
96ecf3102f8d7eaf0cb7ecab561a07e4e4bcade7 Bug 1473598 - Remove "browser-window.css" since the workaround isn't needed anymore. r=paolo
Mike Conley <mconley@mozilla.com>
parents: 425198
diff changeset
    10
     override rules using selectors with the same specificity. This applies to
96ecf3102f8d7eaf0cb7ecab561a07e4e4bcade7 Bug 1473598 - Remove "browser-window.css" since the workaround isn't needed anymore. r=paolo
Mike Conley <mconley@mozilla.com>
parents: 425198
diff changeset
    11
     both "content" and "skin" packages, which bug 1385444 will unify later. -->
522470
d3dbafdc9b00acbf1b62b997aa1a1c62a6debeb9 Bug 1623992 - Automated rewrite from chrome://global/skin/ to chrome://global/skin/global.css in markup r=marionette-reviewers,perftest-reviewers,mossop,whimboo,sparky
Brian Grinstead <bgrinstead@mozilla.com>
parents: 521666
diff changeset
    12
<?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?>
425446
96ecf3102f8d7eaf0cb7ecab561a07e4e4bcade7 Bug 1473598 - Remove "browser-window.css" since the workaround isn't needed anymore. r=paolo
Mike Conley <mconley@mozilla.com>
parents: 425198
diff changeset
    13
439503
df5adaaa7e64ce2ba46c6bbaa1e02f555b08a603 Bug 1473910 - Load "tabprompts.css" as a document stylesheet in the browser window. r=dao
Paolo Amadini <paolo.mozmail@amadzone.org>
parents: 439305
diff changeset
    14
<!-- While these stylesheets are defined in Toolkit, they are only used in the
df5adaaa7e64ce2ba46c6bbaa1e02f555b08a603 Bug 1473910 - Load "tabprompts.css" as a document stylesheet in the browser window. r=dao
Paolo Amadini <paolo.mozmail@amadzone.org>
parents: 439305
diff changeset
    15
     main browser window, so we can load them here. Bug 1474241 is on file to
df5adaaa7e64ce2ba46c6bbaa1e02f555b08a603 Bug 1473910 - Load "tabprompts.css" as a document stylesheet in the browser window. r=dao
Paolo Amadini <paolo.mozmail@amadzone.org>
parents: 439305
diff changeset
    16
     consider moving these widgets to the "browser" folder. -->
df5adaaa7e64ce2ba46c6bbaa1e02f555b08a603 Bug 1473910 - Load "tabprompts.css" as a document stylesheet in the browser window. r=dao
Paolo Amadini <paolo.mozmail@amadzone.org>
parents: 439305
diff changeset
    17
<?xml-stylesheet href="chrome://global/content/tabprompts.css" type="text/css"?>
df5adaaa7e64ce2ba46c6bbaa1e02f555b08a603 Bug 1473910 - Load "tabprompts.css" as a document stylesheet in the browser window. r=dao
Paolo Amadini <paolo.mozmail@amadzone.org>
parents: 439305
diff changeset
    18
<?xml-stylesheet href="chrome://global/skin/tabprompts.css" type="text/css"?>
df5adaaa7e64ce2ba46c6bbaa1e02f555b08a603 Bug 1473910 - Load "tabprompts.css" as a document stylesheet in the browser window. r=dao
Paolo Amadini <paolo.mozmail@amadzone.org>
parents: 439305
diff changeset
    19
425446
96ecf3102f8d7eaf0cb7ecab561a07e4e4bcade7 Bug 1473598 - Remove "browser-window.css" since the workaround isn't needed anymore. r=paolo
Mike Conley <mconley@mozilla.com>
parents: 425198
diff changeset
    20
<?xml-stylesheet href="chrome://browser/content/browser.css" type="text/css"?>
96ecf3102f8d7eaf0cb7ecab561a07e4e4bcade7 Bug 1473598 - Remove "browser-window.css" since the workaround isn't needed anymore. r=paolo
Mike Conley <mconley@mozilla.com>
parents: 425198
diff changeset
    21
<?xml-stylesheet href="chrome://browser/content/tabbrowser.css" type="text/css"?>
96ecf3102f8d7eaf0cb7ecab561a07e4e4bcade7 Bug 1473598 - Remove "browser-window.css" since the workaround isn't needed anymore. r=paolo
Mike Conley <mconley@mozilla.com>
parents: 425198
diff changeset
    22
<?xml-stylesheet href="chrome://browser/content/downloads/downloads.css" type="text/css"?>
96ecf3102f8d7eaf0cb7ecab561a07e4e4bcade7 Bug 1473598 - Remove "browser-window.css" since the workaround isn't needed anymore. r=paolo
Mike Conley <mconley@mozilla.com>
parents: 425198
diff changeset
    23
<?xml-stylesheet href="chrome://browser/content/places/places.css" type="text/css"?>
96ecf3102f8d7eaf0cb7ecab561a07e4e4bcade7 Bug 1473598 - Remove "browser-window.css" since the workaround isn't needed anymore. r=paolo
Mike Conley <mconley@mozilla.com>
parents: 425198
diff changeset
    24
<?xml-stylesheet href="chrome://browser/content/usercontext/usercontext.css" type="text/css"?>
96ecf3102f8d7eaf0cb7ecab561a07e4e4bcade7 Bug 1473598 - Remove "browser-window.css" since the workaround isn't needed anymore. r=paolo
Mike Conley <mconley@mozilla.com>
parents: 425198
diff changeset
    25
<?xml-stylesheet href="chrome://browser/skin/" type="text/css"?>
96ecf3102f8d7eaf0cb7ecab561a07e4e4bcade7 Bug 1473598 - Remove "browser-window.css" since the workaround isn't needed anymore. r=paolo
Mike Conley <mconley@mozilla.com>
parents: 425198
diff changeset
    26
<?xml-stylesheet href="chrome://browser/skin/controlcenter/panel.css" type="text/css"?>
96ecf3102f8d7eaf0cb7ecab561a07e4e4bcade7 Bug 1473598 - Remove "browser-window.css" since the workaround isn't needed anymore. r=paolo
Mike Conley <mconley@mozilla.com>
parents: 425198
diff changeset
    27
<?xml-stylesheet href="chrome://browser/skin/customizableui/panelUI.css" type="text/css"?>
96ecf3102f8d7eaf0cb7ecab561a07e4e4bcade7 Bug 1473598 - Remove "browser-window.css" since the workaround isn't needed anymore. r=paolo
Mike Conley <mconley@mozilla.com>
parents: 425198
diff changeset
    28
<?xml-stylesheet href="chrome://browser/skin/downloads/downloads.css" type="text/css"?>
96ecf3102f8d7eaf0cb7ecab561a07e4e4bcade7 Bug 1473598 - Remove "browser-window.css" since the workaround isn't needed anymore. r=paolo
Mike Conley <mconley@mozilla.com>
parents: 425198
diff changeset
    29
<?xml-stylesheet href="chrome://browser/skin/searchbar.css" type="text/css"?>
432576
973b58266e4437e2cb14cd47d4cf8f052f4a1fa4 Bug 1484512 - Split up places.css and only load relevant parts of it. r=dao
Tim Nguyen <ntim.bugs@gmail.com>
parents: 432426
diff changeset
    30
<?xml-stylesheet href="chrome://browser/skin/places/tree-icons.css" type="text/css"?>
425446
96ecf3102f8d7eaf0cb7ecab561a07e4e4bcade7 Bug 1473598 - Remove "browser-window.css" since the workaround isn't needed anymore. r=paolo
Mike Conley <mconley@mozilla.com>
parents: 425198
diff changeset
    31
<?xml-stylesheet href="chrome://browser/skin/places/editBookmark.css" type="text/css"?>
21843
da2f2a61757bb61a51547ea24181903f60217230 Backed out changeset 2686d82a880c
Dão Gottwald <dao@mozilla.com>
parents: 21821
diff changeset
    32
1
9b2a99adc05e53cd4010de512f50118594756650 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
hg@mozilla.com
parents:
diff changeset
    33
# All DTD information is stored in a separate file so that it can be shared by
475035
0ea1bd2302b2713271b60d799b872669835ed880 Bug 1551334 - Migrate OSX hidden window from XUL to XHTML r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 474857
diff changeset
    34
# hiddenWindowMac.xhtml.
408794
44eb7c6b5b76da28cbe8b997164e40e24357da35 Bug 1442829: Remove macBrowserOverlay.xul. r=Gijs
Brendan Dahl <brendan.dahl@gmail.com>
parents: 408542
diff changeset
    35
<!DOCTYPE window [
1
9b2a99adc05e53cd4010de512f50118594756650 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
hg@mozilla.com
parents:
diff changeset
    36
#include browser-doctype.inc
408794
44eb7c6b5b76da28cbe8b997164e40e24357da35 Bug 1442829: Remove macBrowserOverlay.xul. r=Gijs
Brendan Dahl <brendan.dahl@gmail.com>
parents: 408542
diff changeset
    37
]>
7096
dccf1ba85433d9ce331e99b0c3c20a69fb60a325 Bug 400745 - Re-remove favicon cache. r+a=mconnor
rflint@ryanflint.com
parents: 7084
diff changeset
    38
501402
fa9ff3a262bc60d20ac657087579d7e2a0829e8f Bug 1492582 - Use html root element in browser.xhtml and update styling to support html roots r=Gijs
Brendan Dahl <bdahl@mozilla.com>
parents: 501201
diff changeset
    39
<html id="main-window"
151224
6d4f3127e050e66c5c14b89dd248a6dd3f95af1c Bug 862998 - Add XHTML namespace to browser.xul. r=dolske
Blair McBride <bmcbride@mozilla.com>
parents: 150186
diff changeset
    40
        xmlns:html="http://www.w3.org/1999/xhtml"
352401
174e08cd1f55f0d271c836bd767823587da2cd59 Bug 1329942 - Fix alignment of webextensions permissions doorhanger r=florian
Mark Striemer <mstriemer@mozilla.com>
parents: 352341
diff changeset
    41
        xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
501402
fa9ff3a262bc60d20ac657087579d7e2a0829e8f Bug 1492582 - Use html root element in browser.xhtml and update styling to support html roots r=Gijs
Brendan Dahl <bdahl@mozilla.com>
parents: 501201
diff changeset
    42
        xmlns="http://www.w3.org/1999/xhtml"
521666
5db76e42440f772712bf596a267c03a89d6025d8 Bug 1602808 - Revert Window Title to use DTD. r=fluent-reviewers,Gijs
Zibi Braniecki <zbraniecki@mozilla.com>
parents: 521513
diff changeset
    43
#ifdef XP_MACOSX
531863
1d1482c8d52cb8ad8491f3c699e0f92a5401561f Bug 1626842 - migrate the browser window title to fluent, r=zbraniecki,fluent-reviewers
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 531520
diff changeset
    44
        data-l10n-id="browser-main-window-mac"
521666
5db76e42440f772712bf596a267c03a89d6025d8 Bug 1602808 - Revert Window Title to use DTD. r=fluent-reviewers,Gijs
Zibi Braniecki <zbraniecki@mozilla.com>
parents: 521513
diff changeset
    45
#else
531863
1d1482c8d52cb8ad8491f3c699e0f92a5401561f Bug 1626842 - migrate the browser window title to fluent, r=zbraniecki,fluent-reviewers
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 531520
diff changeset
    46
        data-l10n-id="browser-main-window"
521666
5db76e42440f772712bf596a267c03a89d6025d8 Bug 1602808 - Revert Window Title to use DTD. r=fluent-reviewers,Gijs
Zibi Braniecki <zbraniecki@mozilla.com>
parents: 521513
diff changeset
    47
#endif
531863
1d1482c8d52cb8ad8491f3c699e0f92a5401561f Bug 1626842 - migrate the browser window title to fluent, r=zbraniecki,fluent-reviewers
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 531520
diff changeset
    48
        data-l10n-args="{&quot;content-title&quot;:&quot;CONTENTTITLE&quot;}"
1d1482c8d52cb8ad8491f3c699e0f92a5401561f Bug 1626842 - migrate the browser window title to fluent, r=zbraniecki,fluent-reviewers
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 531520
diff changeset
    49
        data-l10n-attrs="data-content-title-default, data-content-title-private, data-title-default, data-title-private"
155553
078338b16829ce761f8d4005053527e2d9184883 Bug 893682 - Default @chromemargin to the eventual value when CAN_DRAW_IN_TITLEBAR is true. r=Gijs
Matthew Noorenberghe <mozilla@noorenberghe.ca>
parents: 155532
diff changeset
    50
#ifdef XP_WIN
078338b16829ce761f8d4005053527e2d9184883 Bug 893682 - Default @chromemargin to the eventual value when CAN_DRAW_IN_TITLEBAR is true. r=Gijs
Matthew Noorenberghe <mozilla@noorenberghe.ca>
parents: 155532
diff changeset
    51
        chromemargin="0,2,2,2"
078338b16829ce761f8d4005053527e2d9184883 Bug 893682 - Default @chromemargin to the eventual value when CAN_DRAW_IN_TITLEBAR is true. r=Gijs
Matthew Noorenberghe <mozilla@noorenberghe.ca>
parents: 155532
diff changeset
    52
#else
078338b16829ce761f8d4005053527e2d9184883 Bug 893682 - Default @chromemargin to the eventual value when CAN_DRAW_IN_TITLEBAR is true. r=Gijs
Matthew Noorenberghe <mozilla@noorenberghe.ca>
parents: 155532
diff changeset
    53
        chromemargin="0,-1,-1,-1"
078338b16829ce761f8d4005053527e2d9184883 Bug 893682 - Default @chromemargin to the eventual value when CAN_DRAW_IN_TITLEBAR is true. r=Gijs
Matthew Noorenberghe <mozilla@noorenberghe.ca>
parents: 155532
diff changeset
    54
#endif
155532
727132bea25c2b042ea6ae0769f57820b882ba12 Bug 890105 - Avoid uninterruptible reflows in TabsInTitleBar._update. r=Gijs
Matthew Noorenberghe <mozilla@noorenberghe.ca>
parents: 155522
diff changeset
    55
        tabsintitlebar="true"
1
9b2a99adc05e53cd4010de512f50118594756650 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
hg@mozilla.com
parents:
diff changeset
    56
        windowtype="navigator:browser"
87070
2ffb4e09ac4a8482e8377837f3c5ebf9ee58ecc9 Bug 674370 - Make browser windows (and other document-like windows) zoom on creation on OS X 10.7. r=mstange,dao sr=bzbarsky
Cameron McCormack <cam@mcc.id.au>
parents: 86614
diff changeset
    57
        macanimationtype="document"
535700
2b85a2e15ba335df67dc7369e7eb7ec4265c49e3 Bug 1644212 - reintroduce an attribute to limit which windows allow full screen, r=xidorn,haik
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 533716
diff changeset
    58
        macnativefullscreen="true"
1
9b2a99adc05e53cd4010de512f50118594756650 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
hg@mozilla.com
parents:
diff changeset
    59
        screenX="4" screenY="4"
155412
13e40012da07f1d54e0f9b82e03c046a02d574eb Bug 879581 - Put a default sizemode="normal" on the browser window so we don't get windows without a sizemode, r=MattN
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 155407
diff changeset
    60
        sizemode="normal"
483104
a0c57ddf072577c513ec7f72cf9b427a0d10c826 Bug 1513337 - Inline urlbar markup into browser.xhtml. r=mak
Dão Gottwald <dao@mozilla.com>
parents: 483086
diff changeset
    61
        retargetdocumentfocus="urlbar-input"
501407
d9fa29c55c42606dd014abe3816667384d19288e Bug 1492582 - Don't create scroll frames for windows that don't need them. r=emilio
Brendan Dahl <bdahl@mozilla.com>
parents: 501403
diff changeset
    62
        scrolling="false"
440743
bb7c6b3e49c79adb61ab85785e408b0e012b63bf Bug 1497975 - Prevent layouts during parse of browser.xhtml;r=Gijs,emilio
Brian Grinstead <bgrinstead@mozilla.com>
parents: 439655
diff changeset
    63
        persist="screenX screenY width height sizemode"
485970
1f622156e9eab1d2c58d5d77bb5908fcc83db253 Bug 1501886 - Migrate menubar to Fluent. r=fluent-reviewers,Pike,flod
Zibi Braniecki <zbraniecki@mozilla.com>
parents: 485960
diff changeset
    64
        data-l10n-sync="true">
501402
fa9ff3a262bc60d20ac657087579d7e2a0829e8f Bug 1492582 - Use html root element in browser.xhtml and update styling to support html roots r=Gijs
Brendan Dahl <bdahl@mozilla.com>
parents: 501201
diff changeset
    65
<head>
fa9ff3a262bc60d20ac657087579d7e2a0829e8f Bug 1492582 - Use html root element in browser.xhtml and update styling to support html roots r=Gijs
Brendan Dahl <bdahl@mozilla.com>
parents: 501201
diff changeset
    66
  <link rel="localization" href="branding/brand.ftl"/>
fa9ff3a262bc60d20ac657087579d7e2a0829e8f Bug 1492582 - Use html root element in browser.xhtml and update styling to support html roots r=Gijs
Brendan Dahl <bdahl@mozilla.com>
parents: 501201
diff changeset
    67
  <link rel="localization" href="browser/branding/sync-brand.ftl"/>
507504
c49bd4bc613dd6db0ed46890ac80a71f8373d88a Bug 1600528 - Migrate browser-context.inc to Fluent. r=Gijs,flod,fluent-reviewers
Zibi Braniecki <zbraniecki@mozilla.com>
parents: 506603
diff changeset
    68
  <link rel="localization" href="browser/branding/brandings.ftl"/>
c49bd4bc613dd6db0ed46890ac80a71f8373d88a Bug 1600528 - Migrate browser-context.inc to Fluent. r=Gijs,flod,fluent-reviewers
Zibi Braniecki <zbraniecki@mozilla.com>
parents: 506603
diff changeset
    69
  <link rel="localization" href="toolkit/global/textActions.ftl"/>
501402
fa9ff3a262bc60d20ac657087579d7e2a0829e8f Bug 1492582 - Use html root element in browser.xhtml and update styling to support html roots r=Gijs
Brendan Dahl <bdahl@mozilla.com>
parents: 501201
diff changeset
    70
  <link rel="localization" href="browser/browser.ftl"/>
507504
c49bd4bc613dd6db0ed46890ac80a71f8373d88a Bug 1600528 - Migrate browser-context.inc to Fluent. r=Gijs,flod,fluent-reviewers
Zibi Braniecki <zbraniecki@mozilla.com>
parents: 506603
diff changeset
    71
  <link rel="localization" href="browser/browserContext.ftl"/>
512160
0096054a3156207eeabc61b834f6478b2204f5a1 Bug 1608022 - Migrate browser-sets to Fluent. r=fluent-reviewers,Gijs,flod
Zibi Braniecki <zbraniecki@mozilla.com>
parents: 512147
diff changeset
    72
  <link rel="localization" href="browser/browserSets.ftl"/>
501402
fa9ff3a262bc60d20ac657087579d7e2a0829e8f Bug 1492582 - Use html root element in browser.xhtml and update styling to support html roots r=Gijs
Brendan Dahl <bdahl@mozilla.com>
parents: 501201
diff changeset
    73
  <link rel="localization" href="browser/menubar.ftl"/>
fa9ff3a262bc60d20ac657087579d7e2a0829e8f Bug 1492582 - Use html root element in browser.xhtml and update styling to support html roots r=Gijs
Brendan Dahl <bdahl@mozilla.com>
parents: 501201
diff changeset
    74
  <link rel="localization" href="browser/protectionsPanel.ftl"/>
fa9ff3a262bc60d20ac657087579d7e2a0829e8f Bug 1492582 - Use html root element in browser.xhtml and update styling to support html roots r=Gijs
Brendan Dahl <bdahl@mozilla.com>
parents: 501201
diff changeset
    75
  <link rel="localization" href="browser/appmenu.ftl"/>
512459
3621f71e018c0614066f6e0a43905a1c736f88f2 Bug 1612496 - Use data-l10n-id to localize Tips and Interventions. r=harry
Marco Bonardo <mbonardo@mozilla.com>
parents: 512160
diff changeset
    76
  <link rel="localization" href="preview/interventions.ftl"/>
520265
581560b069b4a21494b9f8b9953b0860034d0616 Bug 1609555 - Migrate sidebar menu DTD to fluent r=Gijs,fluent-reviewers
Artem <salniker@msu.edu>
parents: 519860
diff changeset
    77
  <link rel="localization" href="browser/sidebarMenu.ftl"/>
523084
ff6f24a8bdad65c00b77fc58bdf715fe5ee08416 Bug 1609563 - Migrate browser-allTabsMenu.inc.xhtml to Fluent r=fluent-reviewers,mconley,flod
Artem <salniker@msu.edu>
parents: 522983
diff changeset
    78
  <link rel="localization" href="browser/allTabsMenu.ftl"/>
523809
6b4d325bd6f7ff377b3d66958996f49962190ceb Bug 1609557 - Migrate placesContextMenu.inc.xhtml to Fluent. r=fluent-reviewers,flod,Gijs
Julian <shomalij@msu.edu>
parents: 523367
diff changeset
    79
  <link rel="localization" href="browser/places.ftl"/>
544565
35842513b5f7f7eae36ece294f3679ddc71489c7 Bug 1653323: show print preview progress in the print preview browser when preview is being rendered. r=fluent-reviewers,flod,jaws
Emma Malysz <emalysz@mozilla.com>
parents: 544548
diff changeset
    80
  <link rel="localization" href="toolkit/printing/printUI.ftl"/>
574799
1489f5116eef7a7e0eb7d8b18bda44fd91c8a17e Bug 1694661 - Update tab switch checkbox labels for content prompts, r=Gijs,fluent-reviewers,jaws
Zibi Braniecki <zbraniecki@mozilla.com>
parents: 574529
diff changeset
    81
  <link rel="localization" href="browser/tabbrowser.ftl"/>
501101
f05dfbeff17b6fcad6815daa15e35c6f6d7b0792 Bug 1492582 - Use document.title instead of writing the title attribute on the document element r=dao
Brendan Dahl <bdahl@mozilla.com>
parents: 501100
diff changeset
    82
531863
1d1482c8d52cb8ad8491f3c699e0f92a5401561f Bug 1626842 - migrate the browser window title to fluent, r=zbraniecki,fluent-reviewers
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 531520
diff changeset
    83
  <title data-l10n-id="browser-main-window-title"></title>
501403
47030db7c541ef3e8102572d88a60289828dde62 Bug 1492582 - Use document.title instead of writing the title attribute on the document element r=dao
Brendan Dahl <bdahl@mozilla.com>
parents: 501402
diff changeset
    84
476527
1adf382a3e65049d968c4a1c3c57ddb3e89bfd10 Bug 1553188 - Part 4 - Update remaining references to browser.xul;r=bdahl
Brian Grinstead <bgrinstead@mozilla.com>
parents: 476526
diff changeset
    85
# All JS files which are needed by browser.xhtml and other top level windows to
408794
44eb7c6b5b76da28cbe8b997164e40e24357da35 Bug 1442829: Remove macBrowserOverlay.xul. r=Gijs
Brendan Dahl <brendan.dahl@gmail.com>
parents: 408542
diff changeset
    86
# support MacOS specific features *must* go into the global-scripts.inc file so
503251
e9ecb93275c0939c83cae4e69384a96ce5493f11 Bug 1596591 - Rename inc.xul files to inc.xhtml r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 501409
diff changeset
    87
# that they can be shared with macWindow.inc.xhtml.
1
9b2a99adc05e53cd4010de512f50118594756650 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
hg@mozilla.com
parents:
diff changeset
    88
#include global-scripts.inc
5151
90238a46cc271335c1438a32ecef7d209b479421 Bug 385266 - New add-bookmark ui, another round of changes, see comment 23 on the bug. r=dietrich.
mozilla.mano@sent.com
parents: 4747
diff changeset
    89
471205
70858ec04904f0b15fc718e67a092cf736e69a39 Bug 1546501 - Remove unnecessary type attributes (i.e. [type="application/javascript"]) on non-test script tags r=mossop
Brian Grinstead <bgrinstead@mozilla.com>
parents: 470617
diff changeset
    90
<script>
476526
36bbf3fd6b6c84500ccbd8c2028220a05907070f Bug 1553188 - Part 3 - Support eslint for browser.xhtml;r=Standard8
Brian Grinstead <bgrinstead@mozilla.com>
parents: 476524
diff changeset
    91
  /* eslint-env mozilla/browser-window */
377128
b80466887686fbefe5a67aebc86f6f4aaf5feac8 Bug 1384714: Use subscript loader to load browser.xul scripts. r=Mossop
Kris Maglione <maglione.k@gmail.com>
parents: 376941
diff changeset
    92
  Services.scriptloader.loadSubScript("chrome://global/content/contentAreaUtils.js", this);
448384
5e1161b3716a6b8492ee8029920a19595c42a136 Bug 1509309 - Move most browser-*.js scripts from global-scripts.inc to browser.xul. r=Standard8
Dão Gottwald <dao@mozilla.com>
parents: 448360
diff changeset
    93
  Services.scriptloader.loadSubScript("chrome://browser/content/browser-captivePortal.js", this);
476526
36bbf3fd6b6c84500ccbd8c2028220a05907070f Bug 1553188 - Part 3 - Support eslint for browser.xhtml;r=Standard8
Brian Grinstead <bgrinstead@mozilla.com>
parents: 476524
diff changeset
    94
  if (AppConstants.MOZ_DATA_REPORTING) {
36bbf3fd6b6c84500ccbd8c2028220a05907070f Bug 1553188 - Part 3 - Support eslint for browser.xhtml;r=Standard8
Brian Grinstead <bgrinstead@mozilla.com>
parents: 476524
diff changeset
    95
    Services.scriptloader.loadSubScript("chrome://browser/content/browser-data-submission-info-bar.js", this);
36bbf3fd6b6c84500ccbd8c2028220a05907070f Bug 1553188 - Part 3 - Support eslint for browser.xhtml;r=Standard8
Brian Grinstead <bgrinstead@mozilla.com>
parents: 476524
diff changeset
    96
  }
36bbf3fd6b6c84500ccbd8c2028220a05907070f Bug 1553188 - Part 3 - Support eslint for browser.xhtml;r=Standard8
Brian Grinstead <bgrinstead@mozilla.com>
parents: 476524
diff changeset
    97
  if (!AppConstants.MOZILLA_OFFICIAL) {
36bbf3fd6b6c84500ccbd8c2028220a05907070f Bug 1553188 - Part 3 - Support eslint for browser.xhtml;r=Standard8
Brian Grinstead <bgrinstead@mozilla.com>
parents: 476524
diff changeset
    98
    Services.scriptloader.loadSubScript("chrome://browser/content/browser-development-helpers.js", this);
36bbf3fd6b6c84500ccbd8c2028220a05907070f Bug 1553188 - Part 3 - Support eslint for browser.xhtml;r=Standard8
Brian Grinstead <bgrinstead@mozilla.com>
parents: 476524
diff changeset
    99
  }
448384
5e1161b3716a6b8492ee8029920a19595c42a136 Bug 1509309 - Move most browser-*.js scripts from global-scripts.inc to browser.xul. r=Standard8
Dão Gottwald <dao@mozilla.com>
parents: 448360
diff changeset
   100
  Services.scriptloader.loadSubScript("chrome://browser/content/browser-pageActions.js", this);
5e1161b3716a6b8492ee8029920a19595c42a136 Bug 1509309 - Move most browser-*.js scripts from global-scripts.inc to browser.xul. r=Standard8
Dão Gottwald <dao@mozilla.com>
parents: 448360
diff changeset
   101
  Services.scriptloader.loadSubScript("chrome://browser/content/browser-sidebar.js", this);
5e1161b3716a6b8492ee8029920a19595c42a136 Bug 1509309 - Move most browser-*.js scripts from global-scripts.inc to browser.xul. r=Standard8
Dão Gottwald <dao@mozilla.com>
parents: 448360
diff changeset
   102
  Services.scriptloader.loadSubScript("chrome://browser/content/browser-tabsintitlebar.js", this);
406596
562966f195b0f071cf1d973f7b4fd51ec8594343 Bug 1442651 - Remove the tabbrowser element and binding. r=bgrins
Dão Gottwald <dao@mozilla.com>
parents: 406408
diff changeset
   103
  Services.scriptloader.loadSubScript("chrome://browser/content/tabbrowser.js", this);
476041
89b0dcdb08b1f44382af48716a73f88668258fd8 Bug 1519514 - convert tabbrowser-tab binding to a Custom Element, r=aswan
Alexander Surkov <surkov.alexander@gmail.com>
parents: 476006
diff changeset
   104
  Services.scriptloader.loadSubScript("chrome://browser/content/tabbrowser-tab.js", this);
480660
8f15ea3b3223c91e84a671b7ad32916d62e1ca84 Bug 1555060 Convert <tabs> to a custom element
Andrew Swan <aswan@mozilla.com>
parents: 480657
diff changeset
   105
  Services.scriptloader.loadSubScript("chrome://browser/content/tabbrowser-tabs.js", this);
486978
bd7cd9d7b6ade7bf9fa8441a8686f19c36f2a7e5 Bug 1539651 - Convert places-popup-base and places-popup-arrow bindings to Custom Elements r=mak
Alexander Surkov <surkov.alexander@gmail.com>
parents: 486808
diff changeset
   106
  Services.scriptloader.loadSubScript("chrome://browser/content/places/places-menupopup.js", this);
462705
ebd4899255b6c93864f17ce68eba5b6122987890 Bug 1525101 - Convert browser-search-autocomplete-result-popup into a Custom Element, r=MattN
Alexander Surkov <surkov.alexander@gmail.com>
parents: 462653
diff changeset
   107
  Services.scriptloader.loadSubScript("chrome://browser/content/search/autocomplete-popup.js", this);
447426
01b16c628645c783aacfa9dbd9fd370fadf96a8f Bug 1508590 - Load searchbar.js from browser.xul rather than global-scripts.inc. r=adw
Dão Gottwald <dao@mozilla.com>
parents: 447254
diff changeset
   108
  Services.scriptloader.loadSubScript("chrome://browser/content/search/searchbar.js", this);
433369
71d8a7a05ee06192ee309a092d9e5c6015eed311 Bug 1482448 - Part 1 - Move window listeners for browser.xul into one place;r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 433303
diff changeset
   109
71d8a7a05ee06192ee309a092d9e5c6015eed311 Bug 1482448 - Part 1 - Move window listeners for browser.xul into one place;r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 433303
diff changeset
   110
  window.onload = gBrowserInit.onLoad.bind(gBrowserInit);
71d8a7a05ee06192ee309a092d9e5c6015eed311 Bug 1482448 - Part 1 - Move window listeners for browser.xul into one place;r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 433303
diff changeset
   111
  window.onunload = gBrowserInit.onUnload.bind(gBrowserInit);
71d8a7a05ee06192ee309a092d9e5c6015eed311 Bug 1482448 - Part 1 - Move window listeners for browser.xul into one place;r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 433303
diff changeset
   112
  window.onclose = WindowIsClosing;
440743
bb7c6b3e49c79adb61ab85785e408b0e012b63bf Bug 1497975 - Prevent layouts during parse of browser.xhtml;r=Gijs,emilio
Brian Grinstead <bgrinstead@mozilla.com>
parents: 439655
diff changeset
   113
433369
71d8a7a05ee06192ee309a092d9e5c6015eed311 Bug 1482448 - Part 1 - Move window listeners for browser.xul into one place;r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 433303
diff changeset
   114
  window.addEventListener("MozBeforeInitialXULLayout",
71d8a7a05ee06192ee309a092d9e5c6015eed311 Bug 1482448 - Part 1 - Move window listeners for browser.xul into one place;r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 433303
diff changeset
   115
    gBrowserInit.onBeforeInitialXULLayout.bind(gBrowserInit), { once: true });
463341
f996bb0f3d232ad13c8d9f87ecbe9baa868ebac2 Bug 1527977 - Share XUL prototype cache with XUL and XHTML. r=smaug
Brendan Dahl <bdahl@mozilla.com>
parents: 462705
diff changeset
   116
433369
71d8a7a05ee06192ee309a092d9e5c6015eed311 Bug 1482448 - Part 1 - Move window listeners for browser.xul into one place;r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 433303
diff changeset
   117
  // The listener of DOMContentLoaded must be set on window, rather than
71d8a7a05ee06192ee309a092d9e5c6015eed311 Bug 1482448 - Part 1 - Move window listeners for browser.xul into one place;r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 433303
diff changeset
   118
  // document, because the window can go away before the event is fired.
71d8a7a05ee06192ee309a092d9e5c6015eed311 Bug 1482448 - Part 1 - Move window listeners for browser.xul into one place;r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 433303
diff changeset
   119
  // In that case, we don't want to initialize anything, otherwise we
71d8a7a05ee06192ee309a092d9e5c6015eed311 Bug 1482448 - Part 1 - Move window listeners for browser.xul into one place;r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 433303
diff changeset
   120
  // may be leaking things because they will never be destroyed after.
71d8a7a05ee06192ee309a092d9e5c6015eed311 Bug 1482448 - Part 1 - Move window listeners for browser.xul into one place;r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 433303
diff changeset
   121
  window.addEventListener("DOMContentLoaded",
71d8a7a05ee06192ee309a092d9e5c6015eed311 Bug 1482448 - Part 1 - Move window listeners for browser.xul into one place;r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 433303
diff changeset
   122
    gBrowserInit.onDOMContentLoaded.bind(gBrowserInit), { once: true });
377128
b80466887686fbefe5a67aebc86f6f4aaf5feac8 Bug 1384714: Use subscript loader to load browser.xul scripts. r=Mossop
Kris Maglione <maglione.k@gmail.com>
parents: 376941
diff changeset
   123
</script>
501402
fa9ff3a262bc60d20ac657087579d7e2a0829e8f Bug 1492582 - Use html root element in browser.xhtml and update styling to support html roots r=Gijs
Brendan Dahl <bdahl@mozilla.com>
parents: 501201
diff changeset
   124
</head>
fa9ff3a262bc60d20ac657087579d7e2a0829e8f Bug 1492582 - Use html root element in browser.xhtml and update styling to support html roots r=Gijs
Brendan Dahl <bdahl@mozilla.com>
parents: 501201
diff changeset
   125
<html:body xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
432817
bf68c78fb8597abea5a9c3583b840f7137194196 Bug 1482648 - Part 4 - Clean up remaining references to broadcasters in front-end code. r=bgrins
Paolo Amadini <paolo.mozmail@amadzone.org>
parents: 432797
diff changeset
   126
# All sets except for popupsets (commands, keys, and stringbundles)
408794
44eb7c6b5b76da28cbe8b997164e40e24357da35 Bug 1442829: Remove macBrowserOverlay.xul. r=Gijs
Brendan Dahl <brendan.dahl@gmail.com>
parents: 408542
diff changeset
   127
# *must* go into the browser-sets.inc file so that they can be shared with other
503251
e9ecb93275c0939c83cae4e69384a96ce5493f11 Bug 1596591 - Rename inc.xul files to inc.xhtml r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 501409
diff changeset
   128
# top level windows in macWindow.inc.xhtml.
1
9b2a99adc05e53cd4010de512f50118594756650 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
hg@mozilla.com
parents:
diff changeset
   129
#include browser-sets.inc
9b2a99adc05e53cd4010de512f50118594756650 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
hg@mozilla.com
parents:
diff changeset
   130
  <popupset id="mainPopupSet">
40059
7f9ba4ef648d322853eddde55f67c0e4ebf04cf6 Bug 554991: move tab context menu outside of the tab containers anonymous content to make it easier to overlay directly, r=dao, r=davidb on a11y test
Gavin Sharp <gavin@gavinsharp.com>
parents: 39889
diff changeset
   131
    <menupopup id="tabContextMenu"
7f9ba4ef648d322853eddde55f67c0e4ebf04cf6 Bug 554991: move tab context menu outside of the tab containers anonymous content to make it easier to overlay directly, r=dao, r=davidb on a11y test
Gavin Sharp <gavin@gavinsharp.com>
parents: 39889
diff changeset
   132
               onpopupshowing="if (event.target == this) TabContextMenu.updateContextMenu(this);"
7f9ba4ef648d322853eddde55f67c0e4ebf04cf6 Bug 554991: move tab context menu outside of the tab containers anonymous content to make it easier to overlay directly, r=dao, r=davidb on a11y test
Gavin Sharp <gavin@gavinsharp.com>
parents: 39889
diff changeset
   133
               onpopuphidden="if (event.target == this) TabContextMenu.contextTab = null;">
576206
9527c2ab9c42d54a1cd4c80a86b82fee9c4c1da2 Bug 1705387 - simplify tab context menu 'new tab' label, r=fluent-reviewers,flod
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 576025
diff changeset
   134
      <menuitem id="context_openANewTab" data-lazy-l10n-id="tab-context-new-tab"
575432
758854f18b75d515f5d1d2aba6549a6cebb5ca36 Bug 1692840 - Add "Open a New Tab" at the top of the tabstrip context menu. r=Gijs
Gabriel Luong <gabriel.luong@gmail.com>
parents: 575129
diff changeset
   135
                oncommand="gBrowser.addAdjacentNewTab(TabContextMenu.contextTab)"/>
758854f18b75d515f5d1d2aba6549a6cebb5ca36 Bug 1692840 - Add "Open a New Tab" at the top of the tabstrip context menu. r=Gijs
Gabriel Luong <gabriel.luong@gmail.com>
parents: 575129
diff changeset
   136
      <menuseparator/>
466771
028c0eff90a7ad121827f45040699bbca433c5e7 Bug 1523763 - Move tab context menu strings to FTL file loaded on-demand. r=Gijs,flod
Brian <chenbri2@msu.edu>
parents: 465794
diff changeset
   137
      <menuitem id="context_reloadTab" data-lazy-l10n-id="reload-tab"
40059
7f9ba4ef648d322853eddde55f67c0e4ebf04cf6 Bug 554991: move tab context menu outside of the tab containers anonymous content to make it easier to overlay directly, r=dao, r=davidb on a11y test
Gavin Sharp <gavin@gavinsharp.com>
parents: 39889
diff changeset
   138
                oncommand="gBrowser.reloadTab(TabContextMenu.contextTab);"/>
466771
028c0eff90a7ad121827f45040699bbca433c5e7 Bug 1523763 - Move tab context menu strings to FTL file loaded on-demand. r=Gijs,flod
Brian <chenbri2@msu.edu>
parents: 465794
diff changeset
   139
      <menuitem id="context_reloadSelectedTabs" data-lazy-l10n-id="reload-tabs" hidden="true"
424764
1050ddd2bad88b0a44c4659534fc2ff03a010b10 Bug 1458061 - Implement ability to reload a selection of tabs. r=Gijs
Abdoulaye O. Ly <ablayelyfondou@gmail.com>
parents: 424480
diff changeset
   140
                oncommand="gBrowser.reloadMultiSelectedTabs();"/>
259389
f65705f6dc2a2cd2a585407aee9885e3dd15ff47 Bug 1197569 - Add a tab context menu entry for toggling the tab's muted state; r=jaws
Ehsan Akhgari <ehsan@mozilla.com>
parents: 258010
diff changeset
   141
      <menuitem id="context_toggleMuteTab" oncommand="TabContextMenu.contextTab.toggleMuteAudio();"/>
423112
ff8e661f8b074c558b70493034beed22e6213b93 Bug 1458039 - Implement ability to mute/unmute a selection of tabs. r=jaws
layely <ablayelyfondou@gmail.com>
parents: 423070
diff changeset
   142
      <menuitem id="context_toggleMuteSelectedTabs" hidden="true"
ff8e661f8b074c558b70493034beed22e6213b93 Bug 1458039 - Implement ability to mute/unmute a selection of tabs. r=jaws
layely <ablayelyfondou@gmail.com>
parents: 423070
diff changeset
   143
                oncommand="gBrowser.toggleMuteAudioOnMultiSelectedTabs(TabContextMenu.contextTab);"/>
466771
028c0eff90a7ad121827f45040699bbca433c5e7 Bug 1523763 - Move tab context menu strings to FTL file loaded on-demand. r=Gijs,flod
Brian <chenbri2@msu.edu>
parents: 465794
diff changeset
   144
      <menuitem id="context_pinTab" data-lazy-l10n-id="pin-tab"
47227
563e67d69a8ac2a0916f86156634a066f1f0213f Bug 574487 - Add context menu to convert tabs to/from app tabs r=dao ui-r=beltzner (non-final strings)
Johnathan Nightingale <johnath@mozilla.com>
parents: 47132
diff changeset
   145
                oncommand="gBrowser.pinTab(TabContextMenu.contextTab);"/>
466771
028c0eff90a7ad121827f45040699bbca433c5e7 Bug 1523763 - Move tab context menu strings to FTL file loaded on-demand. r=Gijs,flod
Brian <chenbri2@msu.edu>
parents: 465794
diff changeset
   146
      <menuitem id="context_unpinTab" data-lazy-l10n-id="unpin-tab" hidden="true"
47227
563e67d69a8ac2a0916f86156634a066f1f0213f Bug 574487 - Add context menu to convert tabs to/from app tabs r=dao ui-r=beltzner (non-final strings)
Johnathan Nightingale <johnath@mozilla.com>
parents: 47132
diff changeset
   147
                oncommand="gBrowser.unpinTab(TabContextMenu.contextTab);"/>
466771
028c0eff90a7ad121827f45040699bbca433c5e7 Bug 1523763 - Move tab context menu strings to FTL file loaded on-demand. r=Gijs,flod
Brian <chenbri2@msu.edu>
parents: 465794
diff changeset
   148
      <menuitem id="context_pinSelectedTabs" data-lazy-l10n-id="pin-selected-tabs" hidden="true"
424470
8ca7657db998d8ae4e4f59c9a62c59ff1467d825 Bug 1458060 - Implement ability to pin/unpin a selection of tabs. r=jaws
Abdoulaye O. Ly <ablayelyfondou@gmail.com>
parents: 424440
diff changeset
   149
                oncommand="gBrowser.pinMultiSelectedTabs();"/>
466771
028c0eff90a7ad121827f45040699bbca433c5e7 Bug 1523763 - Move tab context menu strings to FTL file loaded on-demand. r=Gijs,flod
Brian <chenbri2@msu.edu>
parents: 465794
diff changeset
   150
      <menuitem id="context_unpinSelectedTabs" data-lazy-l10n-id="unpin-selected-tabs" hidden="true"
424470
8ca7657db998d8ae4e4f59c9a62c59ff1467d825 Bug 1458060 - Implement ability to pin/unpin a selection of tabs. r=jaws
Abdoulaye O. Ly <ablayelyfondou@gmail.com>
parents: 424440
diff changeset
   151
                oncommand="gBrowser.unpinMultiSelectedTabs();"/>
466771
028c0eff90a7ad121827f45040699bbca433c5e7 Bug 1523763 - Move tab context menu strings to FTL file loaded on-demand. r=Gijs,flod
Brian <chenbri2@msu.edu>
parents: 465794
diff changeset
   152
      <menuitem id="context_duplicateTab" data-lazy-l10n-id="duplicate-tab"
378326
c49c61106fe2785de6e90d0df85bff35fd92b14d Bug 455722 - Add context menu item to duplicate (clone) tab. r=dao
Zibi Braniecki <zbraniecki@mozilla.com>
parents: 378181
diff changeset
   153
                oncommand="duplicateTabIn(TabContextMenu.contextTab, 'tab');"/>
466771
028c0eff90a7ad121827f45040699bbca433c5e7 Bug 1523763 - Move tab context menu strings to FTL file loaded on-demand. r=Gijs,flod
Brian <chenbri2@msu.edu>
parents: 465794
diff changeset
   154
      <menuitem id="context_duplicateTabs" data-lazy-l10n-id="duplicate-tabs"
445487
07394876f5be95a0b4d73e2dc8368869bc6aa99d Bug 1497980 - Add a 'Duplicate Tabs' menuitem when multiple tabs are selected. r=Felipe,dao
Jared Wein <jwein@mozilla.com>
parents: 445470
diff changeset
   155
                oncommand="TabContextMenu.duplicateSelectedTabs();"/>
439466
ab9ffb1f10de16b60fba405774c91688337efe66 Bug 1495286 - Arrange the tab context menuitems to maintain muscle memory as best as possible while also keeping the Select All Tabs menuitem high in the order. r=Felipe
Jared Wein <jwein@mozilla.com>
parents: 439305
diff changeset
   156
      <menuseparator/>
ab9ffb1f10de16b60fba405774c91688337efe66 Bug 1495286 - Arrange the tab context menuitems to maintain muscle memory as best as possible while also keeping the Select All Tabs menuitem high in the order. r=Felipe
Jared Wein <jwein@mozilla.com>
parents: 439305
diff changeset
   157
      <menuitem id="context_bookmarkSelectedTabs"
ab9ffb1f10de16b60fba405774c91688337efe66 Bug 1495286 - Arrange the tab context menuitems to maintain muscle memory as best as possible while also keeping the Select All Tabs menuitem high in the order. r=Felipe
Jared Wein <jwein@mozilla.com>
parents: 439305
diff changeset
   158
                hidden="true"
466771
028c0eff90a7ad121827f45040699bbca433c5e7 Bug 1523763 - Move tab context menu strings to FTL file loaded on-demand. r=Gijs,flod
Brian <chenbri2@msu.edu>
parents: 465794
diff changeset
   159
                data-lazy-l10n-id="bookmark-selected-tabs"
522617
71de2075e13ea98ed94f80788a6003980b1a1a3d Bug 1622243 - Implement the bookmark pages option in the library window. r=mak
Mark Banner <standard8@mozilla.com>
parents: 522533
diff changeset
   160
                oncommand="PlacesUIUtils.showBookmarkPagesDialog(PlacesCommandHook.uniqueSelectedPages);"/>
439466
ab9ffb1f10de16b60fba405774c91688337efe66 Bug 1495286 - Arrange the tab context menuitems to maintain muscle memory as best as possible while also keeping the Select All Tabs menuitem high in the order. r=Felipe
Jared Wein <jwein@mozilla.com>
parents: 439305
diff changeset
   161
      <menuitem id="context_bookmarkTab"
466771
028c0eff90a7ad121827f45040699bbca433c5e7 Bug 1523763 - Move tab context menu strings to FTL file loaded on-demand. r=Gijs,flod
Brian <chenbri2@msu.edu>
parents: 465794
diff changeset
   162
                data-lazy-l10n-id="bookmark-tab"
522617
71de2075e13ea98ed94f80788a6003980b1a1a3d Bug 1622243 - Implement the bookmark pages option in the library window. r=mak
Mark Banner <standard8@mozilla.com>
parents: 522533
diff changeset
   163
                oncommand="PlacesUIUtils.showBookmarkPagesDialog(PlacesCommandHook.getUniquePages([TabContextMenu.contextTab]));"/>
541340
f0ed5585b6adac269e39dc3241fba9c4f52aa4c4 Bug 1652641 - use consistent access key for tab context menu's items to close 1 tab or selected tabs, r=dao,fluent-reviewers,flod
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 541234
diff changeset
   164
      <menu id="context_moveTabOptions"
f0ed5585b6adac269e39dc3241fba9c4f52aa4c4 Bug 1652641 - use consistent access key for tab context menu's items to close 1 tab or selected tabs, r=dao,fluent-reviewers,flod
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 541234
diff changeset
   165
            data-lazy-l10n-id="tab-context-move-tabs"
f0ed5585b6adac269e39dc3241fba9c4f52aa4c4 Bug 1652641 - use consistent access key for tab context menu's items to close 1 tab or selected tabs, r=dao,fluent-reviewers,flod
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 541234
diff changeset
   166
            data-l10n-args='{"tabCount": 1}'>
439288
0f5faf5435a815f27817a2944e5d0e83dea0c685 Bug 1480461 - Add 'Move Tab' sub-menu and 'Move To Start' and 'Move to End' options in tab context menu. r=Felipe
Jared Wein <jwein@mozilla.com>
parents: 439281
diff changeset
   167
        <menupopup id="moveTabOptionsMenu">
0f5faf5435a815f27817a2944e5d0e83dea0c685 Bug 1480461 - Add 'Move Tab' sub-menu and 'Move To Start' and 'Move to End' options in tab context menu. r=Felipe
Jared Wein <jwein@mozilla.com>
parents: 439281
diff changeset
   168
          <menuitem id="context_moveToStart"
466771
028c0eff90a7ad121827f45040699bbca433c5e7 Bug 1523763 - Move tab context menu strings to FTL file loaded on-demand. r=Gijs,flod
Brian <chenbri2@msu.edu>
parents: 465794
diff changeset
   169
                    data-lazy-l10n-id="move-to-start"
439288
0f5faf5435a815f27817a2944e5d0e83dea0c685 Bug 1480461 - Add 'Move Tab' sub-menu and 'Move To Start' and 'Move to End' options in tab context menu. r=Felipe
Jared Wein <jwein@mozilla.com>
parents: 439281
diff changeset
   170
                    tbattr="tabbrowser-multiple"
0f5faf5435a815f27817a2944e5d0e83dea0c685 Bug 1480461 - Add 'Move Tab' sub-menu and 'Move To Start' and 'Move to End' options in tab context menu. r=Felipe
Jared Wein <jwein@mozilla.com>
parents: 439281
diff changeset
   171
                    oncommand="gBrowser.moveTabsToStart(TabContextMenu.contextTab);"/>
0f5faf5435a815f27817a2944e5d0e83dea0c685 Bug 1480461 - Add 'Move Tab' sub-menu and 'Move To Start' and 'Move to End' options in tab context menu. r=Felipe
Jared Wein <jwein@mozilla.com>
parents: 439281
diff changeset
   172
          <menuitem id="context_moveToEnd"
466771
028c0eff90a7ad121827f45040699bbca433c5e7 Bug 1523763 - Move tab context menu strings to FTL file loaded on-demand. r=Gijs,flod
Brian <chenbri2@msu.edu>
parents: 465794
diff changeset
   173
                    data-lazy-l10n-id="move-to-end"
439288
0f5faf5435a815f27817a2944e5d0e83dea0c685 Bug 1480461 - Add 'Move Tab' sub-menu and 'Move To Start' and 'Move to End' options in tab context menu. r=Felipe
Jared Wein <jwein@mozilla.com>
parents: 439281
diff changeset
   174
                    tbattr="tabbrowser-multiple"
0f5faf5435a815f27817a2944e5d0e83dea0c685 Bug 1480461 - Add 'Move Tab' sub-menu and 'Move To Start' and 'Move to End' options in tab context menu. r=Felipe
Jared Wein <jwein@mozilla.com>
parents: 439281
diff changeset
   175
                    oncommand="gBrowser.moveTabsToEnd(TabContextMenu.contextTab);"/>
466771
028c0eff90a7ad121827f45040699bbca433c5e7 Bug 1523763 - Move tab context menu strings to FTL file loaded on-demand. r=Gijs,flod
Brian <chenbri2@msu.edu>
parents: 465794
diff changeset
   176
          <menuitem id="context_openTabInWindow" data-lazy-l10n-id="move-to-new-window"
439288
0f5faf5435a815f27817a2944e5d0e83dea0c685 Bug 1480461 - Add 'Move Tab' sub-menu and 'Move To Start' and 'Move to End' options in tab context menu. r=Felipe
Jared Wein <jwein@mozilla.com>
parents: 439281
diff changeset
   177
                    tbattr="tabbrowser-multiple"
0f5faf5435a815f27817a2944e5d0e83dea0c685 Bug 1480461 - Add 'Move Tab' sub-menu and 'Move To Start' and 'Move to End' options in tab context menu. r=Felipe
Jared Wein <jwein@mozilla.com>
parents: 439281
diff changeset
   178
                    oncommand="gBrowser.replaceTabsWithWindow(TabContextMenu.contextTab);"/>
0f5faf5435a815f27817a2944e5d0e83dea0c685 Bug 1480461 - Add 'Move Tab' sub-menu and 'Move To Start' and 'Move to End' options in tab context menu. r=Felipe
Jared Wein <jwein@mozilla.com>
parents: 439281
diff changeset
   179
        </menupopup>
0f5faf5435a815f27817a2944e5d0e83dea0c685 Bug 1480461 - Add 'Move Tab' sub-menu and 'Move To Start' and 'Move to End' options in tab context menu. r=Felipe
Jared Wein <jwein@mozilla.com>
parents: 439281
diff changeset
   180
      </menu>
434578
bc1e9abe3747c5c93ba1d8615785d71da22e6571 Bug 1470555 - Implement ability to send a selection of tabs. r=flod,jaws
Abdoulaye O. Ly <ablayelyfondou@gmail.com>
parents: 434395
diff changeset
   181
      <menu id="context_sendTabToDevice"
bc1e9abe3747c5c93ba1d8615785d71da22e6571 Bug 1470555 - Implement ability to send a selection of tabs. r=flod,jaws
Abdoulaye O. Ly <ablayelyfondou@gmail.com>
parents: 434395
diff changeset
   182
            class="sync-ui-item">
305122
3db372da6fe108ddb0727003447f22c2483fb86d Bug 677372 - Send Tab/Page/Link to device. r=markh, a=KWierso
Edouard Oger <eoger@fastmail.com>
parents: 304987
diff changeset
   183
        <menupopup id="context_sendTabToDevicePopupMenu"
439655
90f4fff5f1453a2eb43c5c7d37a380dde2c7b204 Bug 1496309 - Fix arguments to populateSendTabToDevicesMenu and add automated test for coverage. r=Felipe
Jared Wein <jwein@mozilla.com>
parents: 439505
diff changeset
   184
                   onpopupshowing="gSync.populateSendTabToDevicesMenu(event.target, TabContextMenu.contextTab.linkedBrowser.currentURI.spec, TabContextMenu.contextTab.linkedBrowser.contentTitle, TabContextMenu.contextTab.multiselected);"/>
305122
3db372da6fe108ddb0727003447f22c2483fb86d Bug 677372 - Send Tab/Page/Link to device. r=markh, a=KWierso
Edouard Oger <eoger@fastmail.com>
parents: 304987
diff changeset
   185
      </menu>
569356
e6c54b6ab46dd4c1ab30b292b5d9b1a76fc16d73 Bug 1692667 - Update labeling and ordering of the tabstrip context menu. r=Gijs
Jared Wein <jwein@mozilla.com>
parents: 569328
diff changeset
   186
      <menu id="context_reopenInContainer"
571272
ef9c3f2a254463e8dd8734f95ebe8d45e7009379 Bug 1697682 - Update container-related content and tab context menu labels to 'Open Link in New Container Tab' and 'Open in New Container Tab', r=fluent-reviewers,flod.
Florian Quèze <florian@queze.net>
parents: 570946
diff changeset
   187
            data-lazy-l10n-id="tab-context-open-in-new-container-tab"
569356
e6c54b6ab46dd4c1ab30b292b5d9b1a76fc16d73 Bug 1692667 - Update labeling and ordering of the tabstrip context menu. r=Gijs
Jared Wein <jwein@mozilla.com>
parents: 569328
diff changeset
   188
            hidden="true">
e6c54b6ab46dd4c1ab30b292b5d9b1a76fc16d73 Bug 1692667 - Update labeling and ordering of the tabstrip context menu. r=Gijs
Jared Wein <jwein@mozilla.com>
parents: 569328
diff changeset
   189
        <menupopup oncommand="TabContextMenu.reopenInContainer(event);"
e6c54b6ab46dd4c1ab30b292b5d9b1a76fc16d73 Bug 1692667 - Update labeling and ordering of the tabstrip context menu. r=Gijs
Jared Wein <jwein@mozilla.com>
parents: 569328
diff changeset
   190
                   onpopupshowing="TabContextMenu.createReopenInContainerMenu(event);"/>
e6c54b6ab46dd4c1ab30b292b5d9b1a76fc16d73 Bug 1692667 - Update labeling and ordering of the tabstrip context menu. r=Gijs
Jared Wein <jwein@mozilla.com>
parents: 569328
diff changeset
   191
      </menu>
e6c54b6ab46dd4c1ab30b292b5d9b1a76fc16d73 Bug 1692667 - Update labeling and ordering of the tabstrip context menu. r=Gijs
Jared Wein <jwein@mozilla.com>
parents: 569328
diff changeset
   192
      <menuitem id="context_selectAllTabs" data-lazy-l10n-id="select-all-tabs"
e6c54b6ab46dd4c1ab30b292b5d9b1a76fc16d73 Bug 1692667 - Update labeling and ordering of the tabstrip context menu. r=Gijs
Jared Wein <jwein@mozilla.com>
parents: 569328
diff changeset
   193
                oncommand="gBrowser.selectAllTabs();"/>
40059
7f9ba4ef648d322853eddde55f67c0e4ebf04cf6 Bug 554991: move tab context menu outside of the tab containers anonymous content to make it easier to overlay directly, r=dao, r=davidb on a11y test
Gavin Sharp <gavin@gavinsharp.com>
parents: 39889
diff changeset
   194
      <menuseparator/>
569356
e6c54b6ab46dd4c1ab30b292b5d9b1a76fc16d73 Bug 1692667 - Update labeling and ordering of the tabstrip context menu. r=Gijs
Jared Wein <jwein@mozilla.com>
parents: 569328
diff changeset
   195
      <menuitem id="context_closeTab"
e6c54b6ab46dd4c1ab30b292b5d9b1a76fc16d73 Bug 1692667 - Update labeling and ordering of the tabstrip context menu. r=Gijs
Jared Wein <jwein@mozilla.com>
parents: 569328
diff changeset
   196
                data-lazy-l10n-id="tab-context-close-tabs"
e6c54b6ab46dd4c1ab30b292b5d9b1a76fc16d73 Bug 1692667 - Update labeling and ordering of the tabstrip context menu. r=Gijs
Jared Wein <jwein@mozilla.com>
parents: 569328
diff changeset
   197
                data-l10n-args='{"tabCount": 1}'
e6c54b6ab46dd4c1ab30b292b5d9b1a76fc16d73 Bug 1692667 - Update labeling and ordering of the tabstrip context menu. r=Gijs
Jared Wein <jwein@mozilla.com>
parents: 569328
diff changeset
   198
                oncommand="TabContextMenu.closeContextTabs();"/>
533105
8aaca63ec5c6dd73365ba31d1972771cb847d5bc Bug 887515 - Restore multiple tab closings using Undo Close Tab(s) after a multiple-tab operation. r=fluent-reviewers,flod,Gijs
Jared Wein <jwein@mozilla.com>
parents: 533104
diff changeset
   199
      <menu id="context_closeTabOptions"
8aaca63ec5c6dd73365ba31d1972771cb847d5bc Bug 887515 - Restore multiple tab closings using Undo Close Tab(s) after a multiple-tab operation. r=fluent-reviewers,flod,Gijs
Jared Wein <jwein@mozilla.com>
parents: 533104
diff changeset
   200
            data-lazy-l10n-id="tab-context-close-multiple-tabs">
8aaca63ec5c6dd73365ba31d1972771cb847d5bc Bug 887515 - Restore multiple tab closings using Undo Close Tab(s) after a multiple-tab operation. r=fluent-reviewers,flod,Gijs
Jared Wein <jwein@mozilla.com>
parents: 533104
diff changeset
   201
        <menupopup id="closeTabOptions">
568842
539d6c25a60e5ebf9bd38aa01a6261fdb4513695 Bug 1009728 - Implement "Close Tabs to the Left" r=jaws
Patrick Storz <eduard.braun2@gmx.de>
parents: 568836
diff changeset
   202
          <menuitem id="context_closeTabsToTheStart" data-lazy-l10n-id="close-tabs-to-the-start"
539d6c25a60e5ebf9bd38aa01a6261fdb4513695 Bug 1009728 - Implement "Close Tabs to the Left" r=jaws
Patrick Storz <eduard.braun2@gmx.de>
parents: 568836
diff changeset
   203
                    oncommand="gBrowser.removeTabsToTheStartFrom(TabContextMenu.contextTab, {animate: true});"/>
533105
8aaca63ec5c6dd73365ba31d1972771cb847d5bc Bug 887515 - Restore multiple tab closings using Undo Close Tab(s) after a multiple-tab operation. r=fluent-reviewers,flod,Gijs
Jared Wein <jwein@mozilla.com>
parents: 533104
diff changeset
   204
          <menuitem id="context_closeTabsToTheEnd" data-lazy-l10n-id="close-tabs-to-the-end"
8aaca63ec5c6dd73365ba31d1972771cb847d5bc Bug 887515 - Restore multiple tab closings using Undo Close Tab(s) after a multiple-tab operation. r=fluent-reviewers,flod,Gijs
Jared Wein <jwein@mozilla.com>
parents: 533104
diff changeset
   205
                    oncommand="gBrowser.removeTabsToTheEndFrom(TabContextMenu.contextTab, {animate: true});"/>
8aaca63ec5c6dd73365ba31d1972771cb847d5bc Bug 887515 - Restore multiple tab closings using Undo Close Tab(s) after a multiple-tab operation. r=fluent-reviewers,flod,Gijs
Jared Wein <jwein@mozilla.com>
parents: 533104
diff changeset
   206
          <menuitem id="context_closeOtherTabs" data-lazy-l10n-id="close-other-tabs"
8aaca63ec5c6dd73365ba31d1972771cb847d5bc Bug 887515 - Restore multiple tab closings using Undo Close Tab(s) after a multiple-tab operation. r=fluent-reviewers,flod,Gijs
Jared Wein <jwein@mozilla.com>
parents: 533104
diff changeset
   207
                    oncommand="gBrowser.removeAllTabsBut(TabContextMenu.contextTab);"/>
8aaca63ec5c6dd73365ba31d1972771cb847d5bc Bug 887515 - Restore multiple tab closings using Undo Close Tab(s) after a multiple-tab operation. r=fluent-reviewers,flod,Gijs
Jared Wein <jwein@mozilla.com>
parents: 533104
diff changeset
   208
        </menupopup>
8aaca63ec5c6dd73365ba31d1972771cb847d5bc Bug 887515 - Restore multiple tab closings using Undo Close Tab(s) after a multiple-tab operation. r=fluent-reviewers,flod,Gijs
Jared Wein <jwein@mozilla.com>
parents: 533104
diff changeset
   209
      </menu>
40059
7f9ba4ef648d322853eddde55f67c0e4ebf04cf6 Bug 554991: move tab context menu outside of the tab containers anonymous content to make it easier to overlay directly, r=dao, r=davidb on a11y test
Gavin Sharp <gavin@gavinsharp.com>
parents: 39889
diff changeset
   210
      <menuitem id="context_undoCloseTab"
569356
e6c54b6ab46dd4c1ab30b292b5d9b1a76fc16d73 Bug 1692667 - Update labeling and ordering of the tabstrip context menu. r=Gijs
Jared Wein <jwein@mozilla.com>
parents: 569328
diff changeset
   211
                data-lazy-l10n-id="tab-context-reopen-closed-tabs"
533105
8aaca63ec5c6dd73365ba31d1972771cb847d5bc Bug 887515 - Restore multiple tab closings using Undo Close Tab(s) after a multiple-tab operation. r=fluent-reviewers,flod,Gijs
Jared Wein <jwein@mozilla.com>
parents: 533104
diff changeset
   212
                data-l10n-args='{"tabCount": 1}'
48381
a68fa21f86b2fe8e5113081802951aba9295340a Bug 580956: 'Undo Close Tab' should not be hidden when there are none to undo. r=dao
Frank Yan <fyan@mozilla.com
parents: 48162
diff changeset
   213
                observes="History:UndoCloseTab"/>
40059
7f9ba4ef648d322853eddde55f67c0e4ebf04cf6 Bug 554991: move tab context menu outside of the tab containers anonymous content to make it easier to overlay directly, r=dao, r=davidb on a11y test
Gavin Sharp <gavin@gavinsharp.com>
parents: 39889
diff changeset
   214
    </menupopup>
7f9ba4ef648d322853eddde55f67c0e4ebf04cf6 Bug 554991: move tab context menu outside of the tab containers anonymous content to make it easier to overlay directly, r=dao, r=davidb on a11y test
Gavin Sharp <gavin@gavinsharp.com>
parents: 39889
diff changeset
   215
56054
664dc9adfcf5e234a37191e5b606b7cefd1fd700 Bug 582485 - Remove history dropdown arrow behind back button r=gavin a=sdwilsh
Margaret Leibovic <margaret.leibovic@gmail.com>
parents: 55882
diff changeset
   216
    <!-- bug 415444/582485: event.stopPropagation is here for the cloned version
544428
c75bd47455a88c9310a29d20cac2cfa8f691ad35 Bug 1657992 - Handle middle-click on long-press backForwardMenu only once + tests r=dao
Rob Wu <rob@robwu.nl>
parents: 544120
diff changeset
   217
         of this menupopup, to prevent already-handled clicks on menu items from
c75bd47455a88c9310a29d20cac2cfa8f691ad35 Bug 1657992 - Handle middle-click on long-press backForwardMenu only once + tests r=dao
Rob Wu <rob@robwu.nl>
parents: 544120
diff changeset
   218
         propagating to the back or forward button.
c75bd47455a88c9310a29d20cac2cfa8f691ad35 Bug 1657992 - Handle middle-click on long-press backForwardMenu only once + tests r=dao
Rob Wu <rob@robwu.nl>
parents: 544120
diff changeset
   219
    -->
11050
a282a0359994a961bb85b86a2004615ea978e14b Bug 386228: Unify back and forward button and provide a single dropdown, patch by Dão Gottwald <dao@mozilla.com>, r=me, sr=mconnor, a=mconnor
gavin@gavinsharp.com
parents: 11011
diff changeset
   220
    <menupopup id="backForwardMenu"
a282a0359994a961bb85b86a2004615ea978e14b Bug 386228: Unify back and forward button and provide a single dropdown, patch by Dão Gottwald <dao@mozilla.com>, r=me, sr=mconnor, a=mconnor
gavin@gavinsharp.com
parents: 11011
diff changeset
   221
               onpopupshowing="return FillHistoryMenu(event.target);"
576812
8c46cf21aba87a587ba7a609bfdb3736183b27b6 Bug 1704948 - Remove onclick handlers from menuitems, because menuitems now dispatch command events even on middle click. r=Gijs
Markus Stange <mstange.moz@gmail.com>
parents: 576392
diff changeset
   222
               oncommand="gotoHistoryIndex(event); event.stopPropagation();"/>
125743
431d49245e29bcc60af88c7ba4032e91f95a0bf9 Bug 480356, move content page tooltip text generation code into tooltip binding so that it can be shared, r=neil,mratcliffe
Neil Deakin <neil@mozilla.com>
parents: 125615
diff changeset
   223
    <tooltip id="aHTMLTooltip" page="true"/>
164753
a1877d97194db90c2a4e5cf7f6470c7b4d8b8feb Bug 938904 - [e10s] Make tooltips work (r=smaug,enn)
Bill McCloskey <wmccloskey@mozilla.com>
parents: 163526
diff changeset
   224
    <tooltip id="remoteBrowserTooltip"/>
1
9b2a99adc05e53cd4010de512f50118594756650 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
hg@mozilla.com
parents:
diff changeset
   225
511571
4a6071f143a5ffca548f745084b5652c40f66829 Bug 1606265 - Work on new tab containers menu popup. r=fluent-reviewers,Gijs,flod
Kendall Werts <kmwerts@gmail.com>
parents: 511449
diff changeset
   226
    <menupopup id="new-tab-button-popup"
576812
8c46cf21aba87a587ba7a609bfdb3736183b27b6 Bug 1704948 - Remove onclick handlers from menuitems, because menuitems now dispatch command events even on middle click. r=Gijs
Markus Stange <mstange.moz@gmail.com>
parents: 576392
diff changeset
   227
               onpopupshowing="return CreateContainerTabMenu(event);"/>
8459
1b867255b2ff8f4774d024987b9e36a91bfc8cd1 fix for bug #399664: In location bar auto-complete, indicate which part of the result matches the query fix for bug #403159: Switch location bar auto-complete to a two line view fix for bug #399281: Transition location bar auto-complete results to a richlistbox widget r=gavin, with additional reviews from neil deakin a=firefox-3-+ sheriff approval from dietrich to check in on orange
sspitzer@mozilla.org
parents: 8317
diff changeset
   228
    <!-- for search and content formfill/pw manager -->
319308
38ac5c0d5d5579c2322b538ba510b411aaa159dd Bug 1312244 - Autocomplete popup does not close when anchor clicked a second time. r=enndeakin+6102
Mike Conley <mconley@mozilla.com>
parents: 319276
diff changeset
   229
462495
a83c218cd961857e02be7bac0ff9c971b026c4ce Bug 1525101 - Convert autocomplete-rich-result-popup into a Custom Element, r=MattN
Alexander Surkov <surkov.alexander@gmail.com>
parents: 462195
diff changeset
   230
    <panel is="autocomplete-richlistbox-popup"
a83c218cd961857e02be7bac0ff9c971b026c4ce Bug 1525101 - Convert autocomplete-rich-result-popup into a Custom Element, r=MattN
Alexander Surkov <surkov.alexander@gmail.com>
parents: 462195
diff changeset
   231
           type="autocomplete-richlistbox"
319308
38ac5c0d5d5579c2322b538ba510b411aaa159dd Bug 1312244 - Autocomplete popup does not close when anchor clicked a second time. r=enndeakin+6102
Mike Conley <mconley@mozilla.com>
parents: 319276
diff changeset
   232
           id="PopupAutoComplete"
403405
e458f8679b88977f8f171b0d5c4b75b50f425832 Bug 1437431 - Give the Rich autocomplete panel a proper role to override the default popup XBL binding of menupopup, r=Paolo
Marco Zehe <mzehe@mozilla.com>
parents: 402870
diff changeset
   233
           role="group"
319308
38ac5c0d5d5579c2322b538ba510b411aaa159dd Bug 1312244 - Autocomplete popup does not close when anchor clicked a second time. r=enndeakin+6102
Mike Conley <mconley@mozilla.com>
parents: 319276
diff changeset
   234
           noautofocus="true"
38ac5c0d5d5579c2322b538ba510b411aaa159dd Bug 1312244 - Autocomplete popup does not close when anchor clicked a second time. r=enndeakin+6102
Mike Conley <mconley@mozilla.com>
parents: 319276
diff changeset
   235
           hidden="true"
341114
2edf2a4c017aa348db91dcc979d0634f9359ad72 Bug 1330840 - Add Padding to in-content Insecure Password Warning. r=MattN
Johann Hofmann <jhofmann@mozilla.com>
parents: 340987
diff changeset
   236
           overflowpadding="4"
359288
190c25686f1cf06876f78b8b476b37af62ec6ad9 Bug 1352620 - Don't have a hardcoded limit of 20 items in AutoCompletePopups. r=MattN
Mike Conley <mconley@mozilla.com>
parents: 359277
diff changeset
   237
           norolluponanchor="true"
190c25686f1cf06876f78b8b476b37af62ec6ad9 Bug 1352620 - Don't have a hardcoded limit of 20 items in AutoCompletePopups. r=MattN
Mike Conley <mconley@mozilla.com>
parents: 359277
diff changeset
   238
           nomaxresults="true" />
1
9b2a99adc05e53cd4010de512f50118594756650 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
hg@mozilla.com
parents:
diff changeset
   239
217846
495a9f216f118487c8ce5ebf031709af91d0803d Bug 1088660 - Improve the search bar UI to support one-off searches, r=felipe.
Florian Quèze <florian@queze.net>
parents: 217095
diff changeset
   240
    <!-- for search with one-off buttons -->
462705
ebd4899255b6c93864f17ce68eba5b6122987890 Bug 1525101 - Convert browser-search-autocomplete-result-popup into a Custom Element, r=MattN
Alexander Surkov <surkov.alexander@gmail.com>
parents: 462653
diff changeset
   241
    <panel is="search-autocomplete-richlistbox-popup"
ebd4899255b6c93864f17ce68eba5b6122987890 Bug 1525101 - Convert browser-search-autocomplete-result-popup into a Custom Element, r=MattN
Alexander Surkov <surkov.alexander@gmail.com>
parents: 462653
diff changeset
   242
           type="autocomplete-richlistbox"
402594
0969471cf1492adc395cb8fcbc649068d0479c3b Bug 1427350 - Part 1 - Use "autocomplete-rich-result-popup" instead of "autocomplete-result-popup" for the search bar. r=mak
Paolo Amadini <paolo.mozmail@amadzone.org>
parents: 399626
diff changeset
   243
           id="PopupSearchAutoComplete"
581438
e1a42874f27687b884d383b8a31424beeb2be337 Bug 1708735 - Make the arrowpanel code more generic. r=dao,zombie
Emilio Cobos Alvarez <emilio@crisal.io>
parents: 581437
diff changeset
   244
           orient="vertical"
403405
e458f8679b88977f8f171b0d5c4b75b50f425832 Bug 1437431 - Give the Rich autocomplete panel a proper role to override the default popup XBL binding of menupopup, r=Paolo
Marco Zehe <mzehe@mozilla.com>
parents: 402870
diff changeset
   245
           role="group"
402594
0969471cf1492adc395cb8fcbc649068d0479c3b Bug 1427350 - Part 1 - Use "autocomplete-rich-result-popup" instead of "autocomplete-result-popup" for the search bar. r=mak
Paolo Amadini <paolo.mozmail@amadzone.org>
parents: 399626
diff changeset
   246
           noautofocus="true"
0969471cf1492adc395cb8fcbc649068d0479c3b Bug 1427350 - Part 1 - Use "autocomplete-rich-result-popup" instead of "autocomplete-result-popup" for the search bar. r=mak
Paolo Amadini <paolo.mozmail@amadzone.org>
parents: 399626
diff changeset
   247
           hidden="true" />
217846
495a9f216f118487c8ce5ebf031709af91d0803d Bug 1088660 - Improve the search bar UI to support one-off searches, r=felipe.
Florian Quèze <florian@queze.net>
parents: 217095
diff changeset
   248
533716
1585337fe15cc6b7a1ddb20eca0e88edc637de21 Bug 1634046: lazy load invalid form, date/time picker, and autoscroll panels and popups by placing in templates. r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 533105
diff changeset
   249
    <html:template id="dateTimePickerTemplate">
1585337fe15cc6b7a1ddb20eca0e88edc637de21 Bug 1634046: lazy load invalid form, date/time picker, and autoscroll panels and popups by placing in templates. r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 533105
diff changeset
   250
      <!-- for date/time picker. consumeoutsideclicks is set to never, so that
1585337fe15cc6b7a1ddb20eca0e88edc637de21 Bug 1634046: lazy load invalid form, date/time picker, and autoscroll panels and popups by placing in templates. r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 533105
diff changeset
   251
           clicks on the anchored input box are never consumed. -->
1585337fe15cc6b7a1ddb20eca0e88edc637de21 Bug 1634046: lazy load invalid form, date/time picker, and autoscroll panels and popups by placing in templates. r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 533105
diff changeset
   252
      <panel id="DateTimePickerPanel"
1585337fe15cc6b7a1ddb20eca0e88edc637de21 Bug 1634046: lazy load invalid form, date/time picker, and autoscroll panels and popups by placing in templates. r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 533105
diff changeset
   253
             type="arrow"
1585337fe15cc6b7a1ddb20eca0e88edc637de21 Bug 1634046: lazy load invalid form, date/time picker, and autoscroll panels and popups by placing in templates. r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 533105
diff changeset
   254
             orient="vertical"
1585337fe15cc6b7a1ddb20eca0e88edc637de21 Bug 1634046: lazy load invalid form, date/time picker, and autoscroll panels and popups by placing in templates. r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 533105
diff changeset
   255
             noautofocus="true"
1585337fe15cc6b7a1ddb20eca0e88edc637de21 Bug 1634046: lazy load invalid form, date/time picker, and autoscroll panels and popups by placing in templates. r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 533105
diff changeset
   256
             norolluponanchor="true"
1585337fe15cc6b7a1ddb20eca0e88edc637de21 Bug 1634046: lazy load invalid form, date/time picker, and autoscroll panels and popups by placing in templates. r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 533105
diff changeset
   257
             consumeoutsideclicks="never"
1585337fe15cc6b7a1ddb20eca0e88edc637de21 Bug 1634046: lazy load invalid form, date/time picker, and autoscroll panels and popups by placing in templates. r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 533105
diff changeset
   258
             level="parent"
1585337fe15cc6b7a1ddb20eca0e88edc637de21 Bug 1634046: lazy load invalid form, date/time picker, and autoscroll panels and popups by placing in templates. r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 533105
diff changeset
   259
             tabspecific="true">
1585337fe15cc6b7a1ddb20eca0e88edc637de21 Bug 1634046: lazy load invalid form, date/time picker, and autoscroll panels and popups by placing in templates. r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 533105
diff changeset
   260
      </panel>
1585337fe15cc6b7a1ddb20eca0e88edc637de21 Bug 1634046: lazy load invalid form, date/time picker, and autoscroll panels and popups by placing in templates. r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 533105
diff changeset
   261
    </html:template>
316900
ccff388a7ef4eafbd2ea4ae969ed67415f9160f4 Bug 1288591 - Implement the layout for <input type=time>. r=mconley, r=dholbert, r=smaug
Jessica Jong <jjong@mozilla.com>
parents: 315011
diff changeset
   262
226031
3e382ae494a8fb130c8c978e20f6d3e5852ec761 Bug 1108761 - Make the parent process use a menulist popup for <select>'s in the content process. feedback=dao,r=Enn.
Mike Conley <mconley@mozilla.com>
parents: 224629
diff changeset
   263
    <!-- for select dropdowns. The menupopup is what shows the list of options,
3e382ae494a8fb130c8c978e20f6d3e5852ec761 Bug 1108761 - Make the parent process use a menulist popup for <select>'s in the content process. feedback=dao,r=Enn.
Mike Conley <mconley@mozilla.com>
parents: 224629
diff changeset
   264
         and the popuponly menulist makes things like the menuactive attributes
3e382ae494a8fb130c8c978e20f6d3e5852ec761 Bug 1108761 - Make the parent process use a menulist popup for <select>'s in the content process. feedback=dao,r=Enn.
Mike Conley <mconley@mozilla.com>
parents: 224629
diff changeset
   265
         work correctly on the menupopup. ContentSelectDropdown expects the
3e382ae494a8fb130c8c978e20f6d3e5852ec761 Bug 1108761 - Make the parent process use a menulist popup for <select>'s in the content process. feedback=dao,r=Enn.
Mike Conley <mconley@mozilla.com>
parents: 224629
diff changeset
   266
         popuponly menulist to be its immediate parent. -->
3e382ae494a8fb130c8c978e20f6d3e5852ec761 Bug 1108761 - Make the parent process use a menulist popup for <select>'s in the content process. feedback=dao,r=Enn.
Mike Conley <mconley@mozilla.com>
parents: 224629
diff changeset
   267
    <menulist popuponly="true" id="ContentSelectDropdown" hidden="true">
248636
7ccc403458ffb645778efbbd38d258a91a23443e Bug 1171973, consume clicks outside of select popup, r=dao
Neil Deakin <neil@mozilla.com>
parents: 248220
diff changeset
   268
      <menupopup rolluponmousewheel="true"
309152
13f74c2a6ec21d33f6be5e5797d1219db65a8f75 Bug 52106, open menulist popup with selection over cursor, r=mstange
Neil Deakin <neil@mozilla.com>
parents: 308964
diff changeset
   269
                 activateontab="true" position="after_start"
329833
544ad41d3dcf9059a70aeae55a9dcce031f22b1c Bug 1309935 - Add ability to find within select dropdown when over 40 elements. r=jaws
Tyler Maklebust <tmaklebust@gmail.com>
parents: 328945
diff changeset
   270
                 level="parent"
248636
7ccc403458ffb645778efbbd38d258a91a23443e Bug 1171973, consume clicks outside of select popup, r=dao
Neil Deakin <neil@mozilla.com>
parents: 248220
diff changeset
   271
#ifdef XP_WIN
325285
70791e56e69ae0ce66c430a6e453eff5aeeef09e Bug 1313130, change menu shortcut handling so that Windows does not call preventDefault only when the accelerator key is down rather than when a key isn't handled, r=ksteuber
Neil Deakin <neil@mozilla.com>
parents: 322031
diff changeset
   272
                 consumeoutsideclicks="false" ignorekeys="shortcuts"
248636
7ccc403458ffb645778efbbd38d258a91a23443e Bug 1171973, consume clicks outside of select popup, r=dao
Neil Deakin <neil@mozilla.com>
parents: 248220
diff changeset
   273
#endif
7ccc403458ffb645778efbbd38d258a91a23443e Bug 1171973, consume clicks outside of select popup, r=dao
Neil Deakin <neil@mozilla.com>
parents: 248220
diff changeset
   274
        />
226031
3e382ae494a8fb130c8c978e20f6d3e5852ec761 Bug 1108761 - Make the parent process use a menulist popup for <select>'s in the content process. feedback=dao,r=Enn.
Mike Conley <mconley@mozilla.com>
parents: 224629
diff changeset
   275
    </menulist>
144252
56c09de8d0f69caabff5d02ded01875ddf8875a0 Bug 897060 - Display select dropdowns in the parent process. r=enndeakin
Felipe Gomes <felipc@gmail.com>
parents: 141229
diff changeset
   276
545372
6e38ea8c830cfec83c8f2f8a59d9a3f65d032658 Bug 1653317 - Use TabDialogBox for tab modal print UI r=Gijs,pbz
Mark Striemer <mstriemer@mozilla.com>
parents: 544915
diff changeset
   277
    <html:template id="printPreviewStackTemplate">
561191
84d74806a0f714937f8de369fef595c5220f9381 Bug 1670122: add check box in print UI to print selection only. r=mstriemer,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 561163
diff changeset
   278
      <stack class="previewStack" rendering="true" flex="1" previewtype="primary">
545859
72ba4a955fb40f1ea4e47ab4ab27252e55f2f220 Bug 1654962 - Size tab modal print UI to available window size r=Gijs,sfoster,emalysz,pbz
Mark Striemer <mstriemer@mozilla.com>
parents: 545653
diff changeset
   279
        <vbox class="previewRendering" flex="1">
545372
6e38ea8c830cfec83c8f2f8a59d9a3f65d032658 Bug 1653317 - Use TabDialogBox for tab modal print UI r=Gijs,pbz
Mark Striemer <mstriemer@mozilla.com>
parents: 544915
diff changeset
   280
          <h1 class="print-pending-label" data-l10n-id="printui-loading"></h1>
543013
a09b54a535f4154e2070b60f68888182cf0cd809 Bug 1648868 - Part 2: Move modal print UI into a tab modal r=Gijs
Mark Striemer <mstriemer@mozilla.com>
parents: 542979
diff changeset
   281
        </vbox>
545372
6e38ea8c830cfec83c8f2f8a59d9a3f65d032658 Bug 1653317 - Use TabDialogBox for tab modal print UI r=Gijs,pbz
Mark Striemer <mstriemer@mozilla.com>
parents: 544915
diff changeset
   282
      </stack>
543013
a09b54a535f4154e2070b60f68888182cf0cd809 Bug 1648868 - Part 2: Move modal print UI into a tab modal r=Gijs
Mark Striemer <mstriemer@mozilla.com>
parents: 542979
diff changeset
   283
    </html:template>
a09b54a535f4154e2070b60f68888182cf0cd809 Bug 1648868 - Part 2: Move modal print UI into a tab modal r=Gijs
Mark Striemer <mstriemer@mozilla.com>
parents: 542979
diff changeset
   284
533716
1585337fe15cc6b7a1ddb20eca0e88edc637de21 Bug 1634046: lazy load invalid form, date/time picker, and autoscroll panels and popups by placing in templates. r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 533105
diff changeset
   285
    <html:template id="invalidFormTemplate">
1585337fe15cc6b7a1ddb20eca0e88edc637de21 Bug 1634046: lazy load invalid form, date/time picker, and autoscroll panels and popups by placing in templates. r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 533105
diff changeset
   286
      <!-- for invalid form error message -->
1585337fe15cc6b7a1ddb20eca0e88edc637de21 Bug 1634046: lazy load invalid form, date/time picker, and autoscroll panels and popups by placing in templates. r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 533105
diff changeset
   287
      <panel id="invalid-form-popup" type="arrow" orient="vertical" noautofocus="true" level="parent">
1585337fe15cc6b7a1ddb20eca0e88edc637de21 Bug 1634046: lazy load invalid form, date/time picker, and autoscroll panels and popups by placing in templates. r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 533105
diff changeset
   288
        <description/>
1585337fe15cc6b7a1ddb20eca0e88edc637de21 Bug 1634046: lazy load invalid form, date/time picker, and autoscroll panels and popups by placing in templates. r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 533105
diff changeset
   289
      </panel>
1585337fe15cc6b7a1ddb20eca0e88edc637de21 Bug 1634046: lazy load invalid form, date/time picker, and autoscroll panels and popups by placing in templates. r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 533105
diff changeset
   290
    </html:template>
52447
e3f194205a3bd556d471bb69c2621a9457945c76 Bug 561636 (4/4) - When an invalid form is submitted, an error messages should be displayed. r=dolske a2.0=blocking
Mounir Lamouri <mounir.lamouri@gmail.com>
parents: 52403
diff changeset
   291
520265
581560b069b4a21494b9f8b9953b0860034d0616 Bug 1609555 - Migrate sidebar menu DTD to fluent r=Gijs,fluent-reviewers
Artem <salniker@msu.edu>
parents: 519860
diff changeset
   292
    <html:template id="editBookmarkPanelTemplate">
518530
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   293
      <panel id="editBookmarkPanel"
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   294
             class="panel-no-padding"
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   295
             type="arrow"
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   296
             orient="vertical"
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   297
             ignorekeys="true"
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   298
             hidden="true"
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   299
             tabspecific="true"
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   300
             aria-labelledby="editBookmarkPanelTitle">
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   301
        <box class="panel-header">
568532
2560f3f055fd371f4c2bc528a8c7e270ac7c0714 Bug 1688960 - Use h1 and h2 elements for panel headers and subheaders. r=Standard8,yzen,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 568505
diff changeset
   302
          <html:h1 id="editBookmarkPanelTitle"/>
518530
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   303
          <toolbarbutton tabindex="0" id="editBookmarkPanelInfoButton" class="panel-info-button" oncommand="StarUI.toggleRecommendation();" >
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   304
            <image/>
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   305
          </toolbarbutton>
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   306
        </box>
578032
0bb236e351f1d4211b88a0c15ff9d73a3813c9ff Bug 1708481, add separator beneath bookmarks panel header r=mconley
Emma Malysz <emalysz@mozilla.com>
parents: 577900
diff changeset
   307
        <toolbarseparator id="editBookmarkHeaderSeparator"></toolbarseparator>
576870
851ad4f16be31a11de2f1750dde884af81b4934d Bug 1702298 - Allow the bookmark create/edit panel to scroll. r=mconley
Molly Howell <mhowell@mozilla.com>
parents: 576855
diff changeset
   308
        <vbox class="panel-subview-body">
851ad4f16be31a11de2f1750dde884af81b4934d Bug 1702298 - Allow the bookmark create/edit panel to scroll. r=mconley
Molly Howell <mhowell@mozilla.com>
parents: 576855
diff changeset
   309
          <html:div id="editBookmarkPanelInfoArea">
851ad4f16be31a11de2f1750dde884af81b4934d Bug 1702298 - Allow the bookmark create/edit panel to scroll. r=mconley
Molly Howell <mhowell@mozilla.com>
parents: 576855
diff changeset
   310
            <html:div id="editBookmarkPanelRecommendation"></html:div>
851ad4f16be31a11de2f1750dde884af81b4934d Bug 1702298 - Allow the bookmark create/edit panel to scroll. r=mconley
Molly Howell <mhowell@mozilla.com>
parents: 576855
diff changeset
   311
            <html:div id="editBookmarkPanelFaviconContainer">
851ad4f16be31a11de2f1750dde884af81b4934d Bug 1702298 - Allow the bookmark create/edit panel to scroll. r=mconley
Molly Howell <mhowell@mozilla.com>
parents: 576855
diff changeset
   312
              <html:img id="editBookmarkPanelFavicon"/>
851ad4f16be31a11de2f1750dde884af81b4934d Bug 1702298 - Allow the bookmark create/edit panel to scroll. r=mconley
Molly Howell <mhowell@mozilla.com>
parents: 576855
diff changeset
   313
            </html:div>
851ad4f16be31a11de2f1750dde884af81b4934d Bug 1702298 - Allow the bookmark create/edit panel to scroll. r=mconley
Molly Howell <mhowell@mozilla.com>
parents: 576855
diff changeset
   314
            <html:div id="editBookmarkPanelImage"></html:div>
518530
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   315
          </html:div>
577128
071d91360e5b507b4802ea87a92c09a2a1b551e5 Bug 1702990, add toolbarseparator to bookmark panel r=mconley
Emma Malysz <emalysz@mozilla.com>
parents: 576870
diff changeset
   316
          <toolbarseparator id="editBookmarkSeparator"></toolbarseparator>
503251
e9ecb93275c0939c83cae4e69384a96ce5493f11 Bug 1596591 - Rename inc.xul files to inc.xhtml r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 501409
diff changeset
   317
#include ../../components/places/content/editBookmarkPanel.inc.xhtml
518530
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   318
          <vbox id="editBookmarkPanelBottomContent"
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   319
                flex="1">
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   320
            <checkbox id="editBookmarkPanel_showForNewBookmarks"
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   321
                      data-l10n-id="bookmark-panel-show-editor-checkbox"
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   322
                      oncommand="StarUI.onShowForNewBookmarksCheckboxCommand();"/>
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   323
          </vbox>
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   324
          <hbox id="editBookmarkPanelBottomButtons"
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   325
                class="panel-footer"
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   326
                data-l10n-id="bookmark-panel"
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   327
                data-l10n-attrs="style">
13492
185d1ee0d424cc90d9e34d10060914939cc582d7 Bug 392976 - "Cancel / Done Buttons in the new add bookmark dialog are in a "mac like" order" [p=fittysix@gmail.com (Ryan A. C.) r=Mano a1.9b5=mconnor]
reed@reedloden.com
parents: 13468
diff changeset
   328
#ifndef XP_UNIX
518530
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   329
            <button id="editBookmarkPanelDoneButton"
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   330
                    class="editBookmarkPanelBottomButton"
573765
2ca52cd7f2178a5f9d48cebba7d8a50e156156f4 Bug 1697491 - Update remaining copy for Bookmarks Panel. r=flod,fluent-reviewers
Mike Conley <mconley@mozilla.com>
parents: 573761
diff changeset
   331
                    data-l10n-id="bookmark-panel-save-button"
518530
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   332
                    default="true"
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   333
                    oncommand="StarUI.panel.hidePopup();"/>
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   334
            <button id="editBookmarkPanelRemoveButton"
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   335
                    class="editBookmarkPanelBottomButton"
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   336
                    oncommand="StarUI.removeBookmarkButtonCommand();"/>
13492
185d1ee0d424cc90d9e34d10060914939cc582d7 Bug 392976 - "Cancel / Done Buttons in the new add bookmark dialog are in a "mac like" order" [p=fittysix@gmail.com (Ryan A. C.) r=Mano a1.9b5=mconnor]
reed@reedloden.com
parents: 13468
diff changeset
   337
#else
518530
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   338
            <button id="editBookmarkPanelRemoveButton"
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   339
                    class="editBookmarkPanelBottomButton"
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   340
                    oncommand="StarUI.removeBookmarkButtonCommand();"/>
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   341
            <button id="editBookmarkPanelDoneButton"
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   342
                    class="editBookmarkPanelBottomButton"
573765
2ca52cd7f2178a5f9d48cebba7d8a50e156156f4 Bug 1697491 - Update remaining copy for Bookmarks Panel. r=flod,fluent-reviewers
Mike Conley <mconley@mozilla.com>
parents: 573761
diff changeset
   343
                    data-l10n-id="bookmark-panel-save-button"
518530
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   344
                    default="true"
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   345
                    oncommand="StarUI.panel.hidePopup();"/>
13492
185d1ee0d424cc90d9e34d10060914939cc582d7 Bug 392976 - "Cancel / Done Buttons in the new add bookmark dialog are in a "mac like" order" [p=fittysix@gmail.com (Ryan A. C.) r=Mano a1.9b5=mconnor]
reed@reedloden.com
parents: 13468
diff changeset
   346
#endif
518530
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   347
          </hbox>
576870
851ad4f16be31a11de2f1750dde884af81b4934d Bug 1702298 - Allow the bookmark create/edit panel to scroll. r=mconley
Molly Howell <mhowell@mozilla.com>
parents: 576855
diff changeset
   348
        </vbox>
518530
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   349
      </panel>
1dde34e3f3854334cf95f128c64b7edbe3906ba7 Bug 1600228, lazy load the edit bookmark panel by storing in an HTML template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 518519
diff changeset
   350
    </html:template>
4710
080d227fff72f4b5602c9aa1ed264ad4d75cdb38 Bug 385266 - New starring, bookmarking and tagging UI. This is work-in-progress and not yet enabled for anything but the star button itself. Smart folders are not yet hooked up either. r=dietrich.
mozilla.mano@sent.com
parents: 4709
diff changeset
   351
530665
d7ca9c89d955f8d47d43e237862c95cc31164bc4 Bug 1634048, lazify UI Tour panels by placing in templates r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 530309
diff changeset
   352
    <html:template id="UITourTooltipTemplate">
d7ca9c89d955f8d47d43e237862c95cc31164bc4 Bug 1634048, lazify UI Tour panels by placing in templates r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 530309
diff changeset
   353
      <!-- UI tour experience -->
d7ca9c89d955f8d47d43e237862c95cc31164bc4 Bug 1634048, lazify UI Tour panels by placing in templates r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 530309
diff changeset
   354
      <panel id="UITourTooltip"
d7ca9c89d955f8d47d43e237862c95cc31164bc4 Bug 1634048, lazify UI Tour panels by placing in templates r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 530309
diff changeset
   355
             type="arrow"
d7ca9c89d955f8d47d43e237862c95cc31164bc4 Bug 1634048, lazify UI Tour panels by placing in templates r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 530309
diff changeset
   356
             noautofocus="true"
d7ca9c89d955f8d47d43e237862c95cc31164bc4 Bug 1634048, lazify UI Tour panels by placing in templates r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 530309
diff changeset
   357
             noautohide="true"
d7ca9c89d955f8d47d43e237862c95cc31164bc4 Bug 1634048, lazify UI Tour panels by placing in templates r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 530309
diff changeset
   358
             align="start"
d7ca9c89d955f8d47d43e237862c95cc31164bc4 Bug 1634048, lazify UI Tour panels by placing in templates r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 530309
diff changeset
   359
             orient="vertical"
d7ca9c89d955f8d47d43e237862c95cc31164bc4 Bug 1634048, lazify UI Tour panels by placing in templates r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 530309
diff changeset
   360
             role="alert">
d7ca9c89d955f8d47d43e237862c95cc31164bc4 Bug 1634048, lazify UI Tour panels by placing in templates r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 530309
diff changeset
   361
       <vbox>
d7ca9c89d955f8d47d43e237862c95cc31164bc4 Bug 1634048, lazify UI Tour panels by placing in templates r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 530309
diff changeset
   362
        <hbox id="UITourTooltipBody">
d7ca9c89d955f8d47d43e237862c95cc31164bc4 Bug 1634048, lazify UI Tour panels by placing in templates r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 530309
diff changeset
   363
          <image id="UITourTooltipIcon"/>
d7ca9c89d955f8d47d43e237862c95cc31164bc4 Bug 1634048, lazify UI Tour panels by placing in templates r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 530309
diff changeset
   364
          <vbox flex="1">
d7ca9c89d955f8d47d43e237862c95cc31164bc4 Bug 1634048, lazify UI Tour panels by placing in templates r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 530309
diff changeset
   365
            <hbox id="UITourTooltipTitleContainer">
d7ca9c89d955f8d47d43e237862c95cc31164bc4 Bug 1634048, lazify UI Tour panels by placing in templates r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 530309
diff changeset
   366
              <label id="UITourTooltipTitle" flex="1"/>
d7ca9c89d955f8d47d43e237862c95cc31164bc4 Bug 1634048, lazify UI Tour panels by placing in templates r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 530309
diff changeset
   367
              <toolbarbutton id="UITourTooltipClose" class="close-icon"
d7ca9c89d955f8d47d43e237862c95cc31164bc4 Bug 1634048, lazify UI Tour panels by placing in templates r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 530309
diff changeset
   368
                             tooltiptext="&uiTour.infoPanel.close;"/>
d7ca9c89d955f8d47d43e237862c95cc31164bc4 Bug 1634048, lazify UI Tour panels by placing in templates r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 530309
diff changeset
   369
            </hbox>
d7ca9c89d955f8d47d43e237862c95cc31164bc4 Bug 1634048, lazify UI Tour panels by placing in templates r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 530309
diff changeset
   370
            <description id="UITourTooltipDescription" flex="1"/>
d7ca9c89d955f8d47d43e237862c95cc31164bc4 Bug 1634048, lazify UI Tour panels by placing in templates r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 530309
diff changeset
   371
          </vbox>
d7ca9c89d955f8d47d43e237862c95cc31164bc4 Bug 1634048, lazify UI Tour panels by placing in templates r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 530309
diff changeset
   372
        </hbox>
d7ca9c89d955f8d47d43e237862c95cc31164bc4 Bug 1634048, lazify UI Tour panels by placing in templates r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 530309
diff changeset
   373
        <hbox id="UITourTooltipButtons" flex="1" align="center"/>
d7ca9c89d955f8d47d43e237862c95cc31164bc4 Bug 1634048, lazify UI Tour panels by placing in templates r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 530309
diff changeset
   374
       </vbox>
d7ca9c89d955f8d47d43e237862c95cc31164bc4 Bug 1634048, lazify UI Tour panels by placing in templates r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 530309
diff changeset
   375
      </panel>
d7ca9c89d955f8d47d43e237862c95cc31164bc4 Bug 1634048, lazify UI Tour panels by placing in templates r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 530309
diff changeset
   376
    </html:template>
d7ca9c89d955f8d47d43e237862c95cc31164bc4 Bug 1634048, lazify UI Tour panels by placing in templates r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 530309
diff changeset
   377
    <html:template id="UITourHighlightTemplate">
d7ca9c89d955f8d47d43e237862c95cc31164bc4 Bug 1634048, lazify UI Tour panels by placing in templates r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 530309
diff changeset
   378
      <!-- type="default" forces frames to be created so that the panel's size can be determined -->
d7ca9c89d955f8d47d43e237862c95cc31164bc4 Bug 1634048, lazify UI Tour panels by placing in templates r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 530309
diff changeset
   379
      <panel id="UITourHighlightContainer"
d7ca9c89d955f8d47d43e237862c95cc31164bc4 Bug 1634048, lazify UI Tour panels by placing in templates r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 530309
diff changeset
   380
             type="default"
d7ca9c89d955f8d47d43e237862c95cc31164bc4 Bug 1634048, lazify UI Tour panels by placing in templates r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 530309
diff changeset
   381
             noautofocus="true"
d7ca9c89d955f8d47d43e237862c95cc31164bc4 Bug 1634048, lazify UI Tour panels by placing in templates r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 530309
diff changeset
   382
             noautohide="true"
d7ca9c89d955f8d47d43e237862c95cc31164bc4 Bug 1634048, lazify UI Tour panels by placing in templates r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 530309
diff changeset
   383
             flip="none"
d7ca9c89d955f8d47d43e237862c95cc31164bc4 Bug 1634048, lazify UI Tour panels by placing in templates r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 530309
diff changeset
   384
             consumeoutsideclicks="false">
d7ca9c89d955f8d47d43e237862c95cc31164bc4 Bug 1634048, lazify UI Tour panels by placing in templates r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 530309
diff changeset
   385
        <box id="UITourHighlight"></box>
d7ca9c89d955f8d47d43e237862c95cc31164bc4 Bug 1634048, lazify UI Tour panels by placing in templates r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 530309
diff changeset
   386
      </panel>
d7ca9c89d955f8d47d43e237862c95cc31164bc4 Bug 1634048, lazify UI Tour panels by placing in templates r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 530309
diff changeset
   387
    </html:template>
151228
300cc4ded5d62110dd5738ba09a10fb810a4b4fa Bug 862998 - Add glue to allow Firefox first run page to highlight UI elements. r=dolske
Christian Sonne <csonne@mozilla.com>
parents: 151227
diff changeset
   388
544915
bda4bce8e69d6cdcac6169ab3cda4eb4f5ae9dcf Bug 1650795 - Implemented TabDialogBox to show chrome dialogs embedded on tab level. r=Gijs,preferences-reviewers
pbz <pbz@mozilla.com>
parents: 544711
diff changeset
   389
    <html:template id="dialogStackTemplate">
bda4bce8e69d6cdcac6169ab3cda4eb4f5ae9dcf Bug 1650795 - Implemented TabDialogBox to show chrome dialogs embedded on tab level. r=Gijs,preferences-reviewers
pbz <pbz@mozilla.com>
parents: 544711
diff changeset
   390
      <stack class="dialogStack tab-dialog-box" hidden="true">
bda4bce8e69d6cdcac6169ab3cda4eb4f5ae9dcf Bug 1650795 - Implemented TabDialogBox to show chrome dialogs embedded on tab level. r=Gijs,preferences-reviewers
pbz <pbz@mozilla.com>
parents: 544711
diff changeset
   391
        <vbox class="dialogTemplate dialogOverlay" align="center" topmost="true" hidden="true">
546230
fc79c351750f6c544719a33325e50cc67366c7e0 Bug 1660365: Fix a11y dialog role placement for the Print modal. r=Gijs
James Teh <jteh@mozilla.com>
parents: 545859
diff changeset
   392
          <hbox class="dialogBox">
544915
bda4bce8e69d6cdcac6169ab3cda4eb4f5ae9dcf Bug 1650795 - Implemented TabDialogBox to show chrome dialogs embedded on tab level. r=Gijs,preferences-reviewers
pbz <pbz@mozilla.com>
parents: 544711
diff changeset
   393
            <browser class="dialogFrame"
545372
6e38ea8c830cfec83c8f2f8a59d9a3f65d032658 Bug 1653317 - Use TabDialogBox for tab modal print UI r=Gijs,pbz
Mark Striemer <mstriemer@mozilla.com>
parents: 544915
diff changeset
   394
                     autoscroll="false"
6e38ea8c830cfec83c8f2f8a59d9a3f65d032658 Bug 1653317 - Use TabDialogBox for tab modal print UI r=Gijs,pbz
Mark Striemer <mstriemer@mozilla.com>
parents: 544915
diff changeset
   395
                     disablehistory="true"/>
6e38ea8c830cfec83c8f2f8a59d9a3f65d032658 Bug 1653317 - Use TabDialogBox for tab modal print UI r=Gijs,pbz
Mark Striemer <mstriemer@mozilla.com>
parents: 544915
diff changeset
   396
          </hbox>
544915
bda4bce8e69d6cdcac6169ab3cda4eb4f5ae9dcf Bug 1650795 - Implemented TabDialogBox to show chrome dialogs embedded on tab level. r=Gijs,preferences-reviewers
pbz <pbz@mozilla.com>
parents: 544711
diff changeset
   397
        </vbox>
bda4bce8e69d6cdcac6169ab3cda4eb4f5ae9dcf Bug 1650795 - Implemented TabDialogBox to show chrome dialogs embedded on tab level. r=Gijs,preferences-reviewers
pbz <pbz@mozilla.com>
parents: 544711
diff changeset
   398
      </stack>
bda4bce8e69d6cdcac6169ab3cda4eb4f5ae9dcf Bug 1650795 - Implemented TabDialogBox to show chrome dialogs embedded on tab level. r=Gijs,preferences-reviewers
pbz <pbz@mozilla.com>
parents: 544711
diff changeset
   399
    </html:template>
bda4bce8e69d6cdcac6169ab3cda4eb4f5ae9dcf Bug 1650795 - Implemented TabDialogBox to show chrome dialogs embedded on tab level. r=Gijs,preferences-reviewers
pbz <pbz@mozilla.com>
parents: 544711
diff changeset
   400
358618
e589d6b01b8d7b23c8807064b93a24144fa8ce31 Bug 1355324 - Create a popup to switch between sidebars from the sidebar header;r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 357899
diff changeset
   401
    <panel id="sidebarMenu-popup"
e589d6b01b8d7b23c8807064b93a24144fa8ce31 Bug 1355324 - Create a popup to switch between sidebars from the sidebar header;r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 357899
diff changeset
   402
           class="cui-widget-panel"
e589d6b01b8d7b23c8807064b93a24144fa8ce31 Bug 1355324 - Create a popup to switch between sidebars from the sidebar header;r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 357899
diff changeset
   403
           role="group"
e589d6b01b8d7b23c8807064b93a24144fa8ce31 Bug 1355324 - Create a popup to switch between sidebars from the sidebar header;r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 357899
diff changeset
   404
           type="arrow"
e589d6b01b8d7b23c8807064b93a24144fa8ce31 Bug 1355324 - Create a popup to switch between sidebars from the sidebar header;r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 357899
diff changeset
   405
           hidden="true"
e589d6b01b8d7b23c8807064b93a24144fa8ce31 Bug 1355324 - Create a popup to switch between sidebars from the sidebar header;r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 357899
diff changeset
   406
           flip="slide"
e589d6b01b8d7b23c8807064b93a24144fa8ce31 Bug 1355324 - Create a popup to switch between sidebars from the sidebar header;r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 357899
diff changeset
   407
           orient="vertical"
e589d6b01b8d7b23c8807064b93a24144fa8ce31 Bug 1355324 - Create a popup to switch between sidebars from the sidebar header;r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 357899
diff changeset
   408
           position="bottomcenter topleft">
e589d6b01b8d7b23c8807064b93a24144fa8ce31 Bug 1355324 - Create a popup to switch between sidebars from the sidebar header;r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 357899
diff changeset
   409
      <toolbarbutton id="sidebar-switcher-bookmarks"
520265
581560b069b4a21494b9f8b9953b0860034d0616 Bug 1609555 - Migrate sidebar menu DTD to fluent r=Gijs,fluent-reviewers
Artem <salniker@msu.edu>
parents: 519860
diff changeset
   410
                     data-l10n-id="sidebar-menu-bookmarks"
577900
19a1125b92508deac38fb58a954fc882f7d618e2 Bug 1705084 - remove icons from builtin items in the sidebar selector dropdown, and stop using checkbox items in it altogether, r=emalysz
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 577128
diff changeset
   411
                     class="subviewbutton"
358618
e589d6b01b8d7b23c8807064b93a24144fa8ce31 Bug 1355324 - Create a popup to switch between sidebars from the sidebar header;r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 357899
diff changeset
   412
                     key="viewBookmarksSidebarKb"
432426
be8aca082faf9aef30236657c9c486750e831a21 Bug 1482610 - Part 2 - Move the remaining attributes and remove the sidebar broadcasters. r=jaws,mixedpuppy
Paolo Amadini <paolo.mozmail@amadzone.org>
parents: 432425
diff changeset
   413
                     oncommand="SidebarUI.show('viewBookmarksSidebar');"/>
358618
e589d6b01b8d7b23c8807064b93a24144fa8ce31 Bug 1355324 - Create a popup to switch between sidebars from the sidebar header;r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 357899
diff changeset
   414
      <toolbarbutton id="sidebar-switcher-history"
520265
581560b069b4a21494b9f8b9953b0860034d0616 Bug 1609555 - Migrate sidebar menu DTD to fluent r=Gijs,fluent-reviewers
Artem <salniker@msu.edu>
parents: 519860
diff changeset
   415
                     data-l10n-id="sidebar-menu-history"
577900
19a1125b92508deac38fb58a954fc882f7d618e2 Bug 1705084 - remove icons from builtin items in the sidebar selector dropdown, and stop using checkbox items in it altogether, r=emalysz
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 577128
diff changeset
   416
                     class="subviewbutton"
358618
e589d6b01b8d7b23c8807064b93a24144fa8ce31 Bug 1355324 - Create a popup to switch between sidebars from the sidebar header;r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 357899
diff changeset
   417
                     key="key_gotoHistory"
432426
be8aca082faf9aef30236657c9c486750e831a21 Bug 1482610 - Part 2 - Move the remaining attributes and remove the sidebar broadcasters. r=jaws,mixedpuppy
Paolo Amadini <paolo.mozmail@amadzone.org>
parents: 432425
diff changeset
   418
                     oncommand="SidebarUI.show('viewHistorySidebar');"/>
358618
e589d6b01b8d7b23c8807064b93a24144fa8ce31 Bug 1355324 - Create a popup to switch between sidebars from the sidebar header;r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 357899
diff changeset
   419
      <toolbarbutton id="sidebar-switcher-tabs"
520265
581560b069b4a21494b9f8b9953b0860034d0616 Bug 1609555 - Migrate sidebar menu DTD to fluent r=Gijs,fluent-reviewers
Artem <salniker@msu.edu>
parents: 519860
diff changeset
   420
                     data-l10n-id="sidebar-menu-synced-tabs"
577900
19a1125b92508deac38fb58a954fc882f7d618e2 Bug 1705084 - remove icons from builtin items in the sidebar selector dropdown, and stop using checkbox items in it altogether, r=emalysz
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 577128
diff changeset
   421
                     class="subviewbutton sync-ui-item"
432426
be8aca082faf9aef30236657c9c486750e831a21 Bug 1482610 - Part 2 - Move the remaining attributes and remove the sidebar broadcasters. r=jaws,mixedpuppy
Paolo Amadini <paolo.mozmail@amadzone.org>
parents: 432425
diff changeset
   422
                     oncommand="SidebarUI.show('viewTabsSidebar');"/>
358618
e589d6b01b8d7b23c8807064b93a24144fa8ce31 Bug 1355324 - Create a popup to switch between sidebars from the sidebar header;r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 357899
diff changeset
   423
      <toolbarseparator/>
399543
db5c4c3edbda2c620aff869a76b25159a208bc6a Bug 1424259 - Fix alignment of extension sidebar action icons r=mixedpuppy
Mark Striemer <mstriemer@mozilla.com>
parents: 399005
diff changeset
   424
      <!-- Extension toolbarbuttons go here. -->
db5c4c3edbda2c620aff869a76b25159a208bc6a Bug 1424259 - Fix alignment of extension sidebar action icons r=mixedpuppy
Mark Striemer <mstriemer@mozilla.com>
parents: 399005
diff changeset
   425
      <toolbarseparator id="sidebar-extensions-separator"/>
360498
1475d108174d941fb18cb546ff89076da9de8845 Bug 1355331 - Create an option to move sidebar between the left and right sides of the window;r=mikedeboer
Brian Grinstead <bgrinstead@mozilla.com>
parents: 359288
diff changeset
   426
      <toolbarbutton id="sidebar-reverse-position"
1475d108174d941fb18cb546ff89076da9de8845 Bug 1355331 - Create an option to move sidebar between the left and right sides of the window;r=mikedeboer
Brian Grinstead <bgrinstead@mozilla.com>
parents: 359288
diff changeset
   427
                     class="subviewbutton"
1475d108174d941fb18cb546ff89076da9de8845 Bug 1355331 - Create an option to move sidebar between the left and right sides of the window;r=mikedeboer
Brian Grinstead <bgrinstead@mozilla.com>
parents: 359288
diff changeset
   428
                     oncommand="SidebarUI.reversePosition()"/>
1475d108174d941fb18cb546ff89076da9de8845 Bug 1355331 - Create an option to move sidebar between the left and right sides of the window;r=mikedeboer
Brian Grinstead <bgrinstead@mozilla.com>
parents: 359288
diff changeset
   429
      <toolbarseparator/>
520265
581560b069b4a21494b9f8b9953b0860034d0616 Bug 1609555 - Migrate sidebar menu DTD to fluent r=Gijs,fluent-reviewers
Artem <salniker@msu.edu>
parents: 519860
diff changeset
   430
      <toolbarbutton data-l10n-id="sidebar-menu-close"
358618
e589d6b01b8d7b23c8807064b93a24144fa8ce31 Bug 1355324 - Create a popup to switch between sidebars from the sidebar header;r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 357899
diff changeset
   431
                     class="subviewbutton"
e589d6b01b8d7b23c8807064b93a24144fa8ce31 Bug 1355324 - Create a popup to switch between sidebars from the sidebar header;r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 357899
diff changeset
   432
                     oncommand="SidebarUI.hide()"/>
e589d6b01b8d7b23c8807064b93a24144fa8ce31 Bug 1355324 - Create a popup to switch between sidebars from the sidebar header;r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 357899
diff changeset
   433
    </panel>
131098
7d3a05e286a6c5e04df7155813a0630b93fd3e09 bug 818675 implement new social share panel, r=felipe
Shane Caraveo <scaraveo@mozilla.com>
parents: 131095
diff changeset
   434
44124
1be071f3b9cbd470bb31f612b6a6354d6260be93 Bug 571567 - use <menupopup> instead of <popup>. r=enn
Dão Gottwald <dao@mozilla.com>
parents: 43905
diff changeset
   435
    <menupopup id="toolbar-context-menu"
434783
1ea4e6ffa2e65ae36008cb969c8e92211d803d4e Bug 1401610 - Add "Remove Extension" context menu item to browserAction. r=dao
Oriol Brufau <oriol-bugzilla@hotmail.com>
parents: 434578
diff changeset
   436
               onpopupshowing="onViewToolbarsPopupShowing(event, document.getElementById('viewToolbarsMenuSeparator')); ToolbarContextMenu.updateDownloadsAutoHide(this); ToolbarContextMenu.updateExtension(this)">
443778
777c4f39c2b8cd571cd88226659812ed0bfe3195 Bug 1503600 - Reorder "Manage Extension" and "Remove Extension" in browserAction context menu. r=Gijs
Oriol Brufau <oriol-bugzilla@hotmail.com>
parents: 443223
diff changeset
   437
      <menuitem oncommand="ToolbarContextMenu.openAboutAddonsForContextAction(this.parentElement)"
532550
81a5e4af9a33a031513d80c671e253ae82a3c774 Bug 1609556 - Migrate toolbar-context-menu to Fluent r=Gijs,fluent-reviewers
Artem <salniker@msu.edu>
parents: 531863
diff changeset
   438
                data-lazy-l10n-id="toolbar-context-menu-manage-extension"
443778
777c4f39c2b8cd571cd88226659812ed0bfe3195 Bug 1503600 - Reorder "Manage Extension" and "Remove Extension" in browserAction context menu. r=Gijs
Oriol Brufau <oriol-bugzilla@hotmail.com>
parents: 443223
diff changeset
   439
                contexttype="toolbaritem"
777c4f39c2b8cd571cd88226659812ed0bfe3195 Bug 1503600 - Reorder "Manage Extension" and "Remove Extension" in browserAction context menu. r=Gijs
Oriol Brufau <oriol-bugzilla@hotmail.com>
parents: 443223
diff changeset
   440
                class="customize-context-manageExtension"/>
434783
1ea4e6ffa2e65ae36008cb969c8e92211d803d4e Bug 1401610 - Add "Remove Extension" context menu item to browserAction. r=dao
Oriol Brufau <oriol-bugzilla@hotmail.com>
parents: 434578
diff changeset
   441
      <menuitem oncommand="ToolbarContextMenu.removeExtensionForContextAction(this.parentElement)"
532550
81a5e4af9a33a031513d80c671e253ae82a3c774 Bug 1609556 - Migrate toolbar-context-menu to Fluent r=Gijs,fluent-reviewers
Artem <salniker@msu.edu>
parents: 531863
diff changeset
   442
                data-lazy-l10n-id="toolbar-context-menu-remove-extension"
434783
1ea4e6ffa2e65ae36008cb969c8e92211d803d4e Bug 1401610 - Add "Remove Extension" context menu item to browserAction. r=dao
Oriol Brufau <oriol-bugzilla@hotmail.com>
parents: 434578
diff changeset
   443
                contexttype="toolbaritem"
1ea4e6ffa2e65ae36008cb969c8e92211d803d4e Bug 1401610 - Add "Remove Extension" context menu item to browserAction. r=dao
Oriol Brufau <oriol-bugzilla@hotmail.com>
parents: 434578
diff changeset
   444
                class="customize-context-removeExtension"/>
472750
8f6b0e4004271985c3e14d28e9f3c608dc1d498e Bug 1544928 - Add Report extension in browserAction context menu. r=flod,jaws,mstriemer
Luca Greco <lgreco@mozilla.com>
parents: 471322
diff changeset
   445
      <menuitem oncommand="ToolbarContextMenu.reportExtensionForContextAction(this.parentElement, 'toolbar_context_menu')"
532550
81a5e4af9a33a031513d80c671e253ae82a3c774 Bug 1609556 - Migrate toolbar-context-menu to Fluent r=Gijs,fluent-reviewers
Artem <salniker@msu.edu>
parents: 531863
diff changeset
   446
                data-lazy-l10n-id="toolbar-context-menu-report-extension"
472750
8f6b0e4004271985c3e14d28e9f3c608dc1d498e Bug 1544928 - Add Report extension in browserAction context menu. r=flod,jaws,mstriemer
Luca Greco <lgreco@mozilla.com>
parents: 471322
diff changeset
   447
                contexttype="toolbaritem"
8f6b0e4004271985c3e14d28e9f3c608dc1d498e Bug 1544928 - Add Report extension in browserAction context menu. r=flod,jaws,mstriemer
Luca Greco <lgreco@mozilla.com>
parents: 471322
diff changeset
   448
                class="customize-context-reportExtension"/>
419240
73bbbe5c59b88d5c0f388aaf9454bae0d3a0a2fd Bug 1457474 - Add 'Manage Extension' in browserAction context menu r=Gijs,mixedpuppy
Oriol Brufau <oriol-bugzilla@hotmail.com>
parents: 419224
diff changeset
   449
      <menuseparator/>
535949
a94462f7697ad4a298caa4f3f78573f48de8f409 Bug 1620358: Gather telemetry on toolbar state. r=Gijs,zombie
Dave Townsend <dtownsend@oxymoronical.com>
parents: 535700
diff changeset
   450
      <menuitem oncommand="gCustomizeMode.addToPanel(document.popupNode, 'toolbar-context-menu')"
532550
81a5e4af9a33a031513d80c671e253ae82a3c774 Bug 1609556 - Migrate toolbar-context-menu to Fluent r=Gijs,fluent-reviewers
Artem <salniker@msu.edu>
parents: 531863
diff changeset
   451
                data-lazy-l10n-id="toolbar-context-menu-pin-to-overflow-menu"
193048
4a7bfc90109f6d808293dfc3a353cd5909fef03d Bug 1014313 - part 1: add tabs options to tabstrip context menu, r=dao
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 192310
diff changeset
   452
                contexttype="toolbaritem"
160908
8e25403f7096bfe5a284d5f6f135cc76a1538862 Bug 951364 - [Australis] button context menu should offer to "move", not "add". r=jaws
Justin Dolske <dolske@mozilla.com>
parents: 160782
diff changeset
   453
                class="customize-context-moveToPanel"/>
445440
55f917d4f4834353522521fc6b748eab64c4d15d Bug 1506112 - Replace customize-context-autoHide class with meaningful id. r=Gijs
Dão Gottwald <dao@mozilla.com>
parents: 445115
diff changeset
   454
      <menuitem id="toolbar-context-autohide-downloads-button"
55f917d4f4834353522521fc6b748eab64c4d15d Bug 1506112 - Replace customize-context-autoHide class with meaningful id. r=Gijs
Dão Gottwald <dao@mozilla.com>
parents: 445115
diff changeset
   455
                oncommand="ToolbarContextMenu.onDownloadsAutoHideChange(event);"
417581
5436da349c53af0dc317450d68a20bdb991626c2 Bug 1452970 - Add auto-hide option to Download toolbar icon context menu r=Gijs
Oriol Brufau <oriol-bugzilla@hotmail.com>
parents: 417548
diff changeset
   456
                type="checkbox"
568297
01744b591cf8fcca8a87348196e24986d74f90dd Bug 1690575 - Clarify toolbar context menu items. r=Gijs,fluent-reviewers,jaws
Micah Tigley <mtigley@mozilla.com>
parents: 567906
diff changeset
   457
                data-lazy-l10n-id="toolbar-context-menu-auto-hide-downloads-button-2"
445440
55f917d4f4834353522521fc6b748eab64c4d15d Bug 1506112 - Replace customize-context-autoHide class with meaningful id. r=Gijs
Dão Gottwald <dao@mozilla.com>
parents: 445115
diff changeset
   458
                contexttype="toolbaritem"/>
535949
a94462f7697ad4a298caa4f3f78573f48de8f409 Bug 1620358: Gather telemetry on toolbar state. r=Gijs,zombie
Dave Townsend <dtownsend@oxymoronical.com>
parents: 535700
diff changeset
   459
      <menuitem oncommand="gCustomizeMode.removeFromArea(document.popupNode, 'toolbar-context-menu')"
532550
81a5e4af9a33a031513d80c671e253ae82a3c774 Bug 1609556 - Migrate toolbar-context-menu to Fluent r=Gijs,fluent-reviewers
Artem <salniker@msu.edu>
parents: 531863
diff changeset
   460
                data-lazy-l10n-id="toolbar-context-menu-remove-from-toolbar"
193048
4a7bfc90109f6d808293dfc3a353cd5909fef03d Bug 1014313 - part 1: add tabs options to tabstrip context menu, r=dao
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 192310
diff changeset
   461
                contexttype="toolbaritem"
157026
4b21f6a03667443d66d928c23e83f3f2681559ed Bug 880164 - Australis toolbar buttons contextual menu in toolbar, palette and customize mode. r=Gijs
Jared Wein <jwein@mozilla.com>
parents: 156779
diff changeset
   462
                class="customize-context-removeFromToolbar"/>
575432
758854f18b75d515f5d1d2aba6549a6cebb5ca36 Bug 1692840 - Add "Open a New Tab" at the top of the tabstrip context menu. r=Gijs
Gabriel Luong <gabriel.luong@gmail.com>
parents: 575129
diff changeset
   463
      <menuitem id="toolbar-context-openANewTab"
758854f18b75d515f5d1d2aba6549a6cebb5ca36 Bug 1692840 - Add "Open a New Tab" at the top of the tabstrip context menu. r=Gijs
Gabriel Luong <gabriel.luong@gmail.com>
parents: 575129
diff changeset
   464
                contexttype="tabbar"
758854f18b75d515f5d1d2aba6549a6cebb5ca36 Bug 1692840 - Add "Open a New Tab" at the top of the tabstrip context menu. r=Gijs
Gabriel Luong <gabriel.luong@gmail.com>
parents: 575129
diff changeset
   465
                command="cmd_newNavigatorTab"
576206
9527c2ab9c42d54a1cd4c80a86b82fee9c4c1da2 Bug 1705387 - simplify tab context menu 'new tab' label, r=fluent-reviewers,flod
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 576025
diff changeset
   466
                data-lazy-l10n-id="toolbar-context-menu-new-tab"/>
575432
758854f18b75d515f5d1d2aba6549a6cebb5ca36 Bug 1692840 - Add "Open a New Tab" at the top of the tabstrip context menu. r=Gijs
Gabriel Luong <gabriel.luong@gmail.com>
parents: 575129
diff changeset
   467
      <menuseparator id="toolbarNavigatorItemsMenuSeparator"/>
440944
99483ca5d3c61c9cfcc6d36f243769a454ab74e1 Bug 1480532 - Remove 'Reload All Tabs' from tab context menu. r=Felipe
Jared Wein <jwein@mozilla.com>
parents: 440943
diff changeset
   468
      <menuitem id="toolbar-context-reloadSelectedTab"
193048
4a7bfc90109f6d808293dfc3a353cd5909fef03d Bug 1014313 - part 1: add tabs options to tabstrip context menu, r=dao
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 192310
diff changeset
   469
                contexttype="tabbar"
440944
99483ca5d3c61c9cfcc6d36f243769a454ab74e1 Bug 1480532 - Remove 'Reload All Tabs' from tab context menu. r=Felipe
Jared Wein <jwein@mozilla.com>
parents: 440943
diff changeset
   470
                oncommand="gBrowser.reloadMultiSelectedTabs();"
470617
d566c68b2876efaf676c4f8c69817547547ea948 Bug 1544501 - Convert the ToolbarContextMenu to use strings from Fluent r=jaws,flod
Christian Frey <christianhfrey@gmail.com>
parents: 469286
diff changeset
   471
                data-lazy-l10n-id="toolbar-context-menu-reload-selected-tab"/>
440944
99483ca5d3c61c9cfcc6d36f243769a454ab74e1 Bug 1480532 - Remove 'Reload All Tabs' from tab context menu. r=Felipe
Jared Wein <jwein@mozilla.com>
parents: 440943
diff changeset
   472
      <menuitem id="toolbar-context-reloadSelectedTabs"
99483ca5d3c61c9cfcc6d36f243769a454ab74e1 Bug 1480532 - Remove 'Reload All Tabs' from tab context menu. r=Felipe
Jared Wein <jwein@mozilla.com>
parents: 440943
diff changeset
   473
                contexttype="tabbar"
99483ca5d3c61c9cfcc6d36f243769a454ab74e1 Bug 1480532 - Remove 'Reload All Tabs' from tab context menu. r=Felipe
Jared Wein <jwein@mozilla.com>
parents: 440943
diff changeset
   474
                oncommand="gBrowser.reloadMultiSelectedTabs();"
470617
d566c68b2876efaf676c4f8c69817547547ea948 Bug 1544501 - Convert the ToolbarContextMenu to use strings from Fluent r=jaws,flod
Christian Frey <christianhfrey@gmail.com>
parents: 469286
diff changeset
   475
                data-lazy-l10n-id="toolbar-context-menu-reload-selected-tabs"/>
440943
ab824c7f0dd9c50b042d620fbe751432e00dec68 Bug 1496338 - Tab bar context menu should read 'Bookmark Selected Tab...' if only one tab is selected. r=Felipe
Jared Wein <jwein@mozilla.com>
parents: 440743
diff changeset
   476
      <menuitem id="toolbar-context-bookmarkSelectedTab"
ab824c7f0dd9c50b042d620fbe751432e00dec68 Bug 1496338 - Tab bar context menu should read 'Bookmark Selected Tab...' if only one tab is selected. r=Felipe
Jared Wein <jwein@mozilla.com>
parents: 440743
diff changeset
   477
                contexttype="tabbar"
522617
71de2075e13ea98ed94f80788a6003980b1a1a3d Bug 1622243 - Implement the bookmark pages option in the library window. r=mak
Mark Banner <standard8@mozilla.com>
parents: 522533
diff changeset
   478
                oncommand="PlacesUIUtils.showBookmarkPagesDialog(PlacesCommandHook.uniqueSelectedPages);"
470617
d566c68b2876efaf676c4f8c69817547547ea948 Bug 1544501 - Convert the ToolbarContextMenu to use strings from Fluent r=jaws,flod
Christian Frey <christianhfrey@gmail.com>
parents: 469286
diff changeset
   479
                data-lazy-l10n-id="toolbar-context-menu-bookmark-selected-tab"/>
439206
de5c2979877f9f7fb8731a86ad52aacf0c5f1082 Bug 1480529 - Changed 'Bookmark All Tabs' to 'Bookmark Tab' for single tab selections. r=Felipe
Jared Wein <jwein@mozilla.com>
parents: 439189
diff changeset
   480
      <menuitem id="toolbar-context-bookmarkSelectedTabs"
193048
4a7bfc90109f6d808293dfc3a353cd5909fef03d Bug 1014313 - part 1: add tabs options to tabstrip context menu, r=dao
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 192310
diff changeset
   481
                contexttype="tabbar"
522617
71de2075e13ea98ed94f80788a6003980b1a1a3d Bug 1622243 - Implement the bookmark pages option in the library window. r=mak
Mark Banner <standard8@mozilla.com>
parents: 522533
diff changeset
   482
                oncommand="PlacesUIUtils.showBookmarkPagesDialog(PlacesCommandHook.uniqueSelectedPages);"
470617
d566c68b2876efaf676c4f8c69817547547ea948 Bug 1544501 - Convert the ToolbarContextMenu to use strings from Fluent r=jaws,flod
Christian Frey <christianhfrey@gmail.com>
parents: 469286
diff changeset
   483
                data-lazy-l10n-id="toolbar-context-menu-bookmark-selected-tabs"/>
438709
02f06f657185208fdd389ff82f0a7d0b144c8223 Bug 1480456 - Add 'Select All Tabs' into tab context menu. r=Felipe
Jared Wein <jwein@mozilla.com>
parents: 438708
diff changeset
   484
      <menuitem id="toolbar-context-selectAllTabs"
02f06f657185208fdd389ff82f0a7d0b144c8223 Bug 1480456 - Add 'Select All Tabs' into tab context menu. r=Felipe
Jared Wein <jwein@mozilla.com>
parents: 438708
diff changeset
   485
                contexttype="tabbar"
02f06f657185208fdd389ff82f0a7d0b144c8223 Bug 1480456 - Add 'Select All Tabs' into tab context menu. r=Felipe
Jared Wein <jwein@mozilla.com>
parents: 438708
diff changeset
   486
                oncommand="gBrowser.selectAllTabs();"
470617
d566c68b2876efaf676c4f8c69817547547ea948 Bug 1544501 - Convert the ToolbarContextMenu to use strings from Fluent r=jaws,flod
Christian Frey <christianhfrey@gmail.com>
parents: 469286
diff changeset
   487
                data-lazy-l10n-id="toolbar-context-menu-select-all-tabs"/>
193048
4a7bfc90109f6d808293dfc3a353cd5909fef03d Bug 1014313 - part 1: add tabs options to tabstrip context menu, r=dao
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 192310
diff changeset
   488
      <menuitem id="toolbar-context-undoCloseTab"
4a7bfc90109f6d808293dfc3a353cd5909fef03d Bug 1014313 - part 1: add tabs options to tabstrip context menu, r=dao
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 192310
diff changeset
   489
                contexttype="tabbar"
569356
e6c54b6ab46dd4c1ab30b292b5d9b1a76fc16d73 Bug 1692667 - Update labeling and ordering of the tabstrip context menu. r=Gijs
Jared Wein <jwein@mozilla.com>
parents: 569328
diff changeset
   490
                data-lazy-l10n-id="toolbar-context-menu-reopen-closed-tabs"
193048
4a7bfc90109f6d808293dfc3a353cd5909fef03d Bug 1014313 - part 1: add tabs options to tabstrip context menu, r=dao
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 192310
diff changeset
   491
                observes="History:UndoCloseTab"/>
568297
01744b591cf8fcca8a87348196e24986d74f90dd Bug 1690575 - Clarify toolbar context menu items. r=Gijs,fluent-reviewers,jaws
Micah Tigley <mtigley@mozilla.com>
parents: 567906
diff changeset
   492
      <menuseparator id="toolbarItemsMenuSeparator"/>
157026
4b21f6a03667443d66d928c23e83f3f2681559ed Bug 880164 - Australis toolbar buttons contextual menu in toolbar, palette and customize mode. r=Gijs
Jared Wein <jwein@mozilla.com>
parents: 156779
diff changeset
   493
      <menuseparator id="viewToolbarsMenuSeparator"/>
169027
97b384579f34a25a899f0b507b7ebea2ada85b75 Bug 884402 - allow users to customize out items from Australis' overflow panel, r=mconley
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 168681
diff changeset
   494
      <!-- XXXgijs: we're using oncommand handler here to avoid the event being
97b384579f34a25a899f0b507b7ebea2ada85b75 Bug 884402 - allow users to customize out items from Australis' overflow panel, r=mconley
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 168681
diff changeset
   495
                    redirected to the command element, thus preventing
97b384579f34a25a899f0b507b7ebea2ada85b75 Bug 884402 - allow users to customize out items from Australis' overflow panel, r=mconley
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 168681
diff changeset
   496
                    listeners on the menupopup or further up the tree from
97b384579f34a25a899f0b507b7ebea2ada85b75 Bug 884402 - allow users to customize out items from Australis' overflow panel, r=mconley
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 168681
diff changeset
   497
                    seeing the command event pass by. The observes attribute is
97b384579f34a25a899f0b507b7ebea2ada85b75 Bug 884402 - allow users to customize out items from Australis' overflow panel, r=mconley
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 168681
diff changeset
   498
                    here so that the menuitem is still disabled and re-enabled
97b384579f34a25a899f0b507b7ebea2ada85b75 Bug 884402 - allow users to customize out items from Australis' overflow panel, r=mconley
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 168681
diff changeset
   499
                    correctly. -->
374177
5370f4a8426806f0644e0a01f45f60aaade70b56 Bug 1388032 - Remove BrowserCustomizeToolbar. r=dao
Hossain Al Ikram <hossainalikram@gmail.com>
parents: 373974
diff changeset
   500
      <menuitem oncommand="gCustomizeMode.enter()"
169027
97b384579f34a25a899f0b507b7ebea2ada85b75 Bug 884402 - allow users to customize out items from Australis' overflow panel, r=mconley
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 168681
diff changeset
   501
                observes="cmd_CustomizeToolbars"
157026
4b21f6a03667443d66d928c23e83f3f2681559ed Bug 880164 - Australis toolbar buttons contextual menu in toolbar, palette and customize mode. r=Gijs
Jared Wein <jwein@mozilla.com>
parents: 156779
diff changeset
   502
                class="viewCustomizeToolbar"
568297
01744b591cf8fcca8a87348196e24986d74f90dd Bug 1690575 - Clarify toolbar context menu items. r=Gijs,fluent-reviewers,jaws
Micah Tigley <mtigley@mozilla.com>
parents: 567906
diff changeset
   503
                data-lazy-l10n-id="toolbar-context-menu-view-customize-toolbar-2"/>
44124
1be071f3b9cbd470bb31f612b6a6354d6260be93 Bug 571567 - use <menupopup> instead of <popup>. r=enn
Dão Gottwald <dao@mozilla.com>
parents: 43905
diff changeset
   504
    </menupopup>
1
9b2a99adc05e53cd4010de512f50118594756650 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
hg@mozilla.com
parents:
diff changeset
   505
58896
48a4773a6316b10b953f93ad3d1b842c5c9ca0dd Bug 597321 - Need id for 'Move To Group | New Group' sub menu entry in the tab context menu. r=dao, a=bsmedberg
Henrik Skupin <hskupin@gmail.com>
parents: 58649
diff changeset
   506
    <menupopup id="blockedPopupOptions"
59410
18a8c936ce3338c39e15ead4a151470c9d10b774 Bug 618437 - No indication of blocked popups when the notification bar is disabled. r=dao, a=blocking-beta9
Margaret Leibovic <margaret.leibovic@gmail.com>
parents: 59386
diff changeset
   507
               onpopupshowing="gPopupBlockerObserver.fillPopupList(event);"
18a8c936ce3338c39e15ead4a151470c9d10b774 Bug 618437 - No indication of blocked popups when the notification bar is disabled. r=dao, a=blocking-beta9
Margaret Leibovic <margaret.leibovic@gmail.com>
parents: 59386
diff changeset
   508
               onpopuphiding="gPopupBlockerObserver.onPopupHiding(event);">
426812
d13a54a85e2fd7a3b81876fb0cac355eedaa9e33 Bug 1475304 - Remove broadcasters that only have one observer;r=Gijs,johannh
Brian Grinstead <bgrinstead@mozilla.com>
parents: 426481
diff changeset
   509
      <menuitem id="blockedPopupAllowSite"
d13a54a85e2fd7a3b81876fb0cac355eedaa9e33 Bug 1475304 - Remove broadcasters that only have one observer;r=Gijs,johannh
Brian Grinstead <bgrinstead@mozilla.com>
parents: 426481
diff changeset
   510
                accesskey="&allowPopups.accesskey;"
d13a54a85e2fd7a3b81876fb0cac355eedaa9e33 Bug 1475304 - Remove broadcasters that only have one observer;r=Gijs,johannh
Brian Grinstead <bgrinstead@mozilla.com>
parents: 426481
diff changeset
   511
                oncommand="gPopupBlockerObserver.toggleAllowPopupsForSite(event);"/>
d13a54a85e2fd7a3b81876fb0cac355eedaa9e33 Bug 1475304 - Remove broadcasters that only have one observer;r=Gijs,johannh
Brian Grinstead <bgrinstead@mozilla.com>
parents: 426481
diff changeset
   512
      <menuitem
d13a54a85e2fd7a3b81876fb0cac355eedaa9e33 Bug 1475304 - Remove broadcasters that only have one observer;r=Gijs,johannh
Brian Grinstead <bgrinstead@mozilla.com>
parents: 426481
diff changeset
   513
#ifdef XP_WIN
d13a54a85e2fd7a3b81876fb0cac355eedaa9e33 Bug 1475304 - Remove broadcasters that only have one observer;r=Gijs,johannh
Brian Grinstead <bgrinstead@mozilla.com>
parents: 426481
diff changeset
   514
                label="&editPopupSettings.label;"
d13a54a85e2fd7a3b81876fb0cac355eedaa9e33 Bug 1475304 - Remove broadcasters that only have one observer;r=Gijs,johannh
Brian Grinstead <bgrinstead@mozilla.com>
parents: 426481
diff changeset
   515
#else
d13a54a85e2fd7a3b81876fb0cac355eedaa9e33 Bug 1475304 - Remove broadcasters that only have one observer;r=Gijs,johannh
Brian Grinstead <bgrinstead@mozilla.com>
parents: 426481
diff changeset
   516
                label="&editPopupSettingsUnix.label;"
d13a54a85e2fd7a3b81876fb0cac355eedaa9e33 Bug 1475304 - Remove broadcasters that only have one observer;r=Gijs,johannh
Brian Grinstead <bgrinstead@mozilla.com>
parents: 426481
diff changeset
   517
#endif
d13a54a85e2fd7a3b81876fb0cac355eedaa9e33 Bug 1475304 - Remove broadcasters that only have one observer;r=Gijs,johannh
Brian Grinstead <bgrinstead@mozilla.com>
parents: 426481
diff changeset
   518
                accesskey="&editPopupSettings.accesskey;"
d13a54a85e2fd7a3b81876fb0cac355eedaa9e33 Bug 1475304 - Remove broadcasters that only have one observer;r=Gijs,johannh
Brian Grinstead <bgrinstead@mozilla.com>
parents: 426481
diff changeset
   519
                oncommand="gPopupBlockerObserver.editPopupSettings();"/>
d13a54a85e2fd7a3b81876fb0cac355eedaa9e33 Bug 1475304 - Remove broadcasters that only have one observer;r=Gijs,johannh
Brian Grinstead <bgrinstead@mozilla.com>
parents: 426481
diff changeset
   520
      <menuitem id="blockedPopupDontShowMessage"
d13a54a85e2fd7a3b81876fb0cac355eedaa9e33 Bug 1475304 - Remove broadcasters that only have one observer;r=Gijs,johannh
Brian Grinstead <bgrinstead@mozilla.com>
parents: 426481
diff changeset
   521
                accesskey="&dontShowMessage.accesskey;"
d13a54a85e2fd7a3b81876fb0cac355eedaa9e33 Bug 1475304 - Remove broadcasters that only have one observer;r=Gijs,johannh
Brian Grinstead <bgrinstead@mozilla.com>
parents: 426481
diff changeset
   522
                type="checkbox"
d13a54a85e2fd7a3b81876fb0cac355eedaa9e33 Bug 1475304 - Remove broadcasters that only have one observer;r=Gijs,johannh
Brian Grinstead <bgrinstead@mozilla.com>
parents: 426481
diff changeset
   523
                oncommand="gPopupBlockerObserver.dontShowMessage();"/>
d13a54a85e2fd7a3b81876fb0cac355eedaa9e33 Bug 1475304 - Remove broadcasters that only have one observer;r=Gijs,johannh
Brian Grinstead <bgrinstead@mozilla.com>
parents: 426481
diff changeset
   524
      <menuseparator id="blockedPopupsSeparator"/>
44124
1be071f3b9cbd470bb31f612b6a6354d6260be93 Bug 571567 - use <menupopup> instead of <popup>. r=enn
Dão Gottwald <dao@mozilla.com>
parents: 43905
diff changeset
   525
    </menupopup>
1
9b2a99adc05e53cd4010de512f50118594756650 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
hg@mozilla.com
parents:
diff changeset
   526
12794
5894f07e523724cc6603a537468ea6a3cdea6b03 Bug 240859 - "Full Screen Navigation Bar Should Have Auto Hide" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=mconnor ui-r+a1.9=beltzner]
reed@reedloden.com
parents: 12724
diff changeset
   527
    <menupopup id="autohide-context"
5894f07e523724cc6603a537468ea6a3cdea6b03 Bug 240859 - "Full Screen Navigation Bar Should Have Auto Hide" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=mconnor ui-r+a1.9=beltzner]
reed@reedloden.com
parents: 12724
diff changeset
   528
           onpopupshowing="FullScreen.getAutohide(this.firstChild);">
496335
c6c4ca4c944fdb5cb7fc46423ed1fd73ad1d37eb Bug 1586246 - Migrate autohide-context to Fluent using convert script. r=fluent-reviewers,bgrins,flod
Zibi Braniecki <zbraniecki@mozilla.com>
parents: 495861
diff changeset
   529
      <menuitem type="checkbox" data-l10n-id="full-screen-autohide"
12794
5894f07e523724cc6603a537468ea6a3cdea6b03 Bug 240859 - "Full Screen Navigation Bar Should Have Auto Hide" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=mconnor ui-r+a1.9=beltzner]
reed@reedloden.com
parents: 12724
diff changeset
   530
                oncommand="FullScreen.setAutohide();"/>
5894f07e523724cc6603a537468ea6a3cdea6b03 Bug 240859 - "Full Screen Navigation Bar Should Have Auto Hide" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=mconnor ui-r+a1.9=beltzner]
reed@reedloden.com
parents: 12724
diff changeset
   531
      <menuseparator/>
496335
c6c4ca4c944fdb5cb7fc46423ed1fd73ad1d37eb Bug 1586246 - Migrate autohide-context to Fluent using convert script. r=fluent-reviewers,bgrins,flod
Zibi Braniecki <zbraniecki@mozilla.com>
parents: 495861
diff changeset
   532
      <menuitem data-l10n-id="full-screen-exit"
12794
5894f07e523724cc6603a537468ea6a3cdea6b03 Bug 240859 - "Full Screen Navigation Bar Should Have Auto Hide" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=mconnor ui-r+a1.9=beltzner]
reed@reedloden.com
parents: 12724
diff changeset
   533
                oncommand="BrowserFullScreen();"/>
5894f07e523724cc6603a537468ea6a3cdea6b03 Bug 240859 - "Full Screen Navigation Bar Should Have Auto Hide" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=mconnor ui-r+a1.9=beltzner]
reed@reedloden.com
parents: 12724
diff changeset
   534
    </menupopup>
5894f07e523724cc6603a537468ea6a3cdea6b03 Bug 240859 - "Full Screen Navigation Bar Should Have Auto Hide" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r=mconnor ui-r+a1.9=beltzner]
reed@reedloden.com
parents: 12724
diff changeset
   535
186094
df7a4c3e5eafc0b7496bfc501ffd2b4506f55ecf Bug 1016582 - pin new back/fwd/refresh/stop/star group at the top of the context menu, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 184447
diff changeset
   536
    <menupopup id="contentAreaContextMenu" pagemenu="#page-menu-separator"
48400
5b189034696e45fa4c3f0767fee81fba2abd520f Bug 581475 - Bail out early if the context menu isn't going to be displayed, remove duplicate property initialization. r=mano
Dão Gottwald <dao@mozilla.com>
parents: 48381
diff changeset
   537
               onpopupshowing="if (event.target != this)
5b189034696e45fa4c3f0767fee81fba2abd520f Bug 581475 - Bail out early if the context menu isn't going to be displayed, remove duplicate property initialization. r=mano
Dão Gottwald <dao@mozilla.com>
parents: 48381
diff changeset
   538
                                 return true;
120040
274c7e3f6e3fc69ee5439b09fd5ec9f96e747e74 Bug 782850 fix nsContextMenu to work in social content panels, r=felipe
Shane Caraveo <scaraveo@mozilla.com>
parents: 120007
diff changeset
   539
                               gContextMenu = new nsContextMenu(this, event.shiftKey);
48400
5b189034696e45fa4c3f0767fee81fba2abd520f Bug 581475 - Bail out early if the context menu isn't going to be displayed, remove duplicate property initialization. r=mano
Dão Gottwald <dao@mozilla.com>
parents: 48381
diff changeset
   540
                               if (gContextMenu.shouldDisplay)
5b189034696e45fa4c3f0767fee81fba2abd520f Bug 581475 - Bail out early if the context menu isn't going to be displayed, remove duplicate property initialization. r=mano
Dão Gottwald <dao@mozilla.com>
parents: 48381
diff changeset
   541
                                 updateEditUIVisibility();
5b189034696e45fa4c3f0767fee81fba2abd520f Bug 581475 - Bail out early if the context menu isn't going to be displayed, remove duplicate property initialization. r=mano
Dão Gottwald <dao@mozilla.com>
parents: 48381
diff changeset
   542
                               return gContextMenu.shouldDisplay;"
82168
06e75dde1c5acd114e9bcd2f19be3dc5127cbac5 Bug 708071 - Make the spell checking UI not hold on to a document in memory when spelling suggestion is invoked through the context menu. r=gavin
Dão Gottwald <dao@mozilla.com>
parents: 80949
diff changeset
   543
               onpopuphiding="if (event.target != this)
06e75dde1c5acd114e9bcd2f19be3dc5127cbac5 Bug 708071 - Make the spell checking UI not hold on to a document in memory when spelling suggestion is invoked through the context menu. r=gavin
Dão Gottwald <dao@mozilla.com>
parents: 80949
diff changeset
   544
                                return;
569555
873822e544614bd755622f8857c8c8dd2b08c5a4 Bug 1691860, move code that hides separators in the content area context menu into a single place that just hides duplicates, r=Gijs,robwu
Neil Deakin <neil@mozilla.com>
parents: 569438
diff changeset
   545
                              gContextMenu.hiding(this);
82168
06e75dde1c5acd114e9bcd2f19be3dc5127cbac5 Bug 708071 - Make the spell checking UI not hold on to a document in memory when spelling suggestion is invoked through the context menu. r=gavin
Dão Gottwald <dao@mozilla.com>
parents: 80949
diff changeset
   546
                              gContextMenu = null;
06e75dde1c5acd114e9bcd2f19be3dc5127cbac5 Bug 708071 - Make the spell checking UI not hold on to a document in memory when spelling suggestion is invoked through the context menu. r=gavin
Dão Gottwald <dao@mozilla.com>
parents: 80949
diff changeset
   547
                              updateEditUIVisibility();">
1
9b2a99adc05e53cd4010de512f50118594756650 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
hg@mozilla.com
parents:
diff changeset
   548
#include browser-context.inc
44124
1be071f3b9cbd470bb31f612b6a6354d6260be93 Bug 571567 - use <menupopup> instead of <popup>. r=enn
Dão Gottwald <dao@mozilla.com>
parents: 43905
diff changeset
   549
    </menupopup>
1
9b2a99adc05e53cd4010de512f50118594756650 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
hg@mozilla.com
parents:
diff changeset
   550
487741
b134d9db39a9da2cdb1a4b7c19e6023063fde7f4 Bug 1568320 - Add a context menu to the Picture-in-Picture toggle to allow for easy hiding. r=NeilDeakin,JSON_voorhees
Mike Conley <mconley@mozilla.com>
parents: 487652
diff changeset
   551
    <menupopup id="pictureInPictureToggleContextMenu">
b134d9db39a9da2cdb1a4b7c19e6023063fde7f4 Bug 1568320 - Add a context menu to the Picture-in-Picture toggle to allow for easy hiding. r=NeilDeakin,JSON_voorhees
Mike Conley <mconley@mozilla.com>
parents: 487652
diff changeset
   552
      <menuitem label="&pictureInPictureHideToggle.label;"
b134d9db39a9da2cdb1a4b7c19e6023063fde7f4 Bug 1568320 - Add a context menu to the Picture-in-Picture toggle to allow for easy hiding. r=NeilDeakin,JSON_voorhees
Mike Conley <mconley@mozilla.com>
parents: 487652
diff changeset
   553
                accesskey="&pictureInPictureHideToggle.accesskey;"
b134d9db39a9da2cdb1a4b7c19e6023063fde7f4 Bug 1568320 - Add a context menu to the Picture-in-Picture toggle to allow for easy hiding. r=NeilDeakin,JSON_voorhees
Mike Conley <mconley@mozilla.com>
parents: 487652
diff changeset
   554
                oncommand="PictureInPicture.hideToggle();" />
b134d9db39a9da2cdb1a4b7c19e6023063fde7f4 Bug 1568320 - Add a context menu to the Picture-in-Picture toggle to allow for easy hiding. r=NeilDeakin,JSON_voorhees
Mike Conley <mconley@mozilla.com>
parents: 487652
diff changeset
   555
    </menupopup>
b134d9db39a9da2cdb1a4b7c19e6023063fde7f4 Bug 1568320 - Add a context menu to the Picture-in-Picture toggle to allow for easy hiding. r=NeilDeakin,JSON_voorhees
Mike Conley <mconley@mozilla.com>
parents: 487652
diff changeset
   556
503251
e9ecb93275c0939c83cae4e69384a96ce5493f11 Bug 1596591 - Rename inc.xul files to inc.xhtml r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 501409
diff changeset
   557
#include ../../components/places/content/placesContextMenu.inc.xhtml
295489
f98e3add979e3b2eba6461fdaed2cfc80961ff6f Bug 1248268 - Add option for disabling the "Recently Bookmarked" UI. r=mak
Dão Gottwald <dao@mozilla.com>
parents: 294489
diff changeset
   558
307233
28c06a8a920886900feef350561aa11e74122513 Bug 1290094 - Clean up Ctrl-Tab panel styling. r=mdeboer
Dão Gottwald <dao@mozilla.com>
parents: 307225
diff changeset
   559
    <panel id="ctrlTab-panel" hidden="true" norestorefocus="true" level="top">
418921
84a09a4a0dc2dac930cf8f531b010c403c07fd73 Bug 1462297 - Remove the "ctrlTab-preview" binding. r=bgrins
Paolo Amadini <paolo.mozmail@amadzone.org>
parents: 418218
diff changeset
   560
      <hbox id="ctrlTab-previews"/>
84a09a4a0dc2dac930cf8f531b010c403c07fd73 Bug 1462297 - Remove the "ctrlTab-preview" binding. r=bgrins
Paolo Amadini <paolo.mozmail@amadzone.org>
parents: 418218
diff changeset
   561
      <hbox id="ctrlTab-showAll-container" pack="center"/>
30482
0bcfdbd54fbc705bcbd654f1d7e0e62a1a6a04dd Bug 465076 - Ctrl+Tab / All Tabs design revision (pref'd off). r=enn
Dão Gottwald <dao@mozilla.com>
parents: 30165
diff changeset
   562
    </panel>
0bcfdbd54fbc705bcbd654f1d7e0e62a1a6a04dd Bug 465076 - Ctrl+Tab / All Tabs design revision (pref'd off). r=enn
Dão Gottwald <dao@mozilla.com>
parents: 30165
diff changeset
   563
551639
b95ecac8758c114e7797f9f017cde3790fb428fb Bug 1634042, Part 2: lazify page action panel r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 551155
diff changeset
   564
    <html:template id="pageActionPanelTemplate">
b95ecac8758c114e7797f9f017cde3790fb428fb Bug 1634042, Part 2: lazify page action panel r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 551155
diff changeset
   565
      <panel id="pageActionPanel"
b95ecac8758c114e7797f9f017cde3790fb428fb Bug 1634042, Part 2: lazify page action panel r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 551155
diff changeset
   566
             class="cui-widget-panel panel-no-padding"
b95ecac8758c114e7797f9f017cde3790fb428fb Bug 1634042, Part 2: lazify page action panel r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 551155
diff changeset
   567
             role="group"
b95ecac8758c114e7797f9f017cde3790fb428fb Bug 1634042, Part 2: lazify page action panel r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 551155
diff changeset
   568
             type="arrow"
b95ecac8758c114e7797f9f017cde3790fb428fb Bug 1634042, Part 2: lazify page action panel r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 551155
diff changeset
   569
             hidden="true"
b95ecac8758c114e7797f9f017cde3790fb428fb Bug 1634042, Part 2: lazify page action panel r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 551155
diff changeset
   570
             flip="slide"
b95ecac8758c114e7797f9f017cde3790fb428fb Bug 1634042, Part 2: lazify page action panel r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 551155
diff changeset
   571
             position="bottomcenter topright"
b95ecac8758c114e7797f9f017cde3790fb428fb Bug 1634042, Part 2: lazify page action panel r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 551155
diff changeset
   572
             tabspecific="true"
b95ecac8758c114e7797f9f017cde3790fb428fb Bug 1634042, Part 2: lazify page action panel r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 551155
diff changeset
   573
             noautofocus="true">
b95ecac8758c114e7797f9f017cde3790fb428fb Bug 1634042, Part 2: lazify page action panel r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 551155
diff changeset
   574
        <panelmultiview id="pageActionPanelMultiView"
b95ecac8758c114e7797f9f017cde3790fb428fb Bug 1634042, Part 2: lazify page action panel r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 551155
diff changeset
   575
                        mainViewId="pageActionPanelMainView"
b95ecac8758c114e7797f9f017cde3790fb428fb Bug 1634042, Part 2: lazify page action panel r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 551155
diff changeset
   576
                        viewCacheId="appMenu-viewCache">
b95ecac8758c114e7797f9f017cde3790fb428fb Bug 1634042, Part 2: lazify page action panel r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 551155
diff changeset
   577
          <panelview id="pageActionPanelMainView"
b95ecac8758c114e7797f9f017cde3790fb428fb Bug 1634042, Part 2: lazify page action panel r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 551155
diff changeset
   578
                     context="pageActionContextMenu"
b95ecac8758c114e7797f9f017cde3790fb428fb Bug 1634042, Part 2: lazify page action panel r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 551155
diff changeset
   579
                     class="PanelUI-subView">
b95ecac8758c114e7797f9f017cde3790fb428fb Bug 1634042, Part 2: lazify page action panel r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 551155
diff changeset
   580
            <vbox class="panel-subview-body"/>
b95ecac8758c114e7797f9f017cde3790fb428fb Bug 1634042, Part 2: lazify page action panel r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 551155
diff changeset
   581
          </panelview>
b95ecac8758c114e7797f9f017cde3790fb428fb Bug 1634042, Part 2: lazify page action panel r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 551155
diff changeset
   582
        </panelmultiview>
b95ecac8758c114e7797f9f017cde3790fb428fb Bug 1634042, Part 2: lazify page action panel r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 551155
diff changeset
   583
      </panel>
b95ecac8758c114e7797f9f017cde3790fb428fb Bug 1634042, Part 2: lazify page action panel r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 551155
diff changeset
   584
    </html:template>
423431
b8939927a9b9f394e4317301913ed1635896ea03 Bug 1459907 - Implement new bookmark confirmation. r=mak
Dão Gottwald <dao@mozilla.com>
parents: 423393
diff changeset
   585
528929
5e7a7485f5a6e08f3675971ca4a147e76b944459 Bug 1636559 - make confirmation hint panel lazy, r=emalysz
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 528024
diff changeset
   586
    <html:template id="confirmation-hint-wrapper">
5e7a7485f5a6e08f3675971ca4a147e76b944459 Bug 1636559 - make confirmation hint panel lazy, r=emalysz
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 528024
diff changeset
   587
      <panel id="confirmation-hint"
5e7a7485f5a6e08f3675971ca4a147e76b944459 Bug 1636559 - make confirmation hint panel lazy, r=emalysz
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 528024
diff changeset
   588
             role="alert"
5e7a7485f5a6e08f3675971ca4a147e76b944459 Bug 1636559 - make confirmation hint panel lazy, r=emalysz
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 528024
diff changeset
   589
             type="arrow"
5e7a7485f5a6e08f3675971ca4a147e76b944459 Bug 1636559 - make confirmation hint panel lazy, r=emalysz
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 528024
diff changeset
   590
             flip="slide"
5e7a7485f5a6e08f3675971ca4a147e76b944459 Bug 1636559 - make confirmation hint panel lazy, r=emalysz
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 528024
diff changeset
   591
             position="bottomcenter topright"
5e7a7485f5a6e08f3675971ca4a147e76b944459 Bug 1636559 - make confirmation hint panel lazy, r=emalysz
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 528024
diff changeset
   592
             tabspecific="true"
5e7a7485f5a6e08f3675971ca4a147e76b944459 Bug 1636559 - make confirmation hint panel lazy, r=emalysz
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 528024
diff changeset
   593
             noautofocus="true">
5e7a7485f5a6e08f3675971ca4a147e76b944459 Bug 1636559 - make confirmation hint panel lazy, r=emalysz
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 528024
diff changeset
   594
        <hbox id="confirmation-hint-checkmark-animation-container">
5e7a7485f5a6e08f3675971ca4a147e76b944459 Bug 1636559 - make confirmation hint panel lazy, r=emalysz
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 528024
diff changeset
   595
         <image id="confirmation-hint-checkmark-image"/>
5e7a7485f5a6e08f3675971ca4a147e76b944459 Bug 1636559 - make confirmation hint panel lazy, r=emalysz
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 528024
diff changeset
   596
        </hbox>
5e7a7485f5a6e08f3675971ca4a147e76b944459 Bug 1636559 - make confirmation hint panel lazy, r=emalysz
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 528024
diff changeset
   597
        <vbox id="confirmation-hint-message-container">
5e7a7485f5a6e08f3675971ca4a147e76b944459 Bug 1636559 - make confirmation hint panel lazy, r=emalysz
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 528024
diff changeset
   598
         <label id="confirmation-hint-message"/>
5e7a7485f5a6e08f3675971ca4a147e76b944459 Bug 1636559 - make confirmation hint panel lazy, r=emalysz
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 528024
diff changeset
   599
         <label id="confirmation-hint-description"/>
5e7a7485f5a6e08f3675971ca4a147e76b944459 Bug 1636559 - make confirmation hint panel lazy, r=emalysz
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 528024
diff changeset
   600
        </vbox>
5e7a7485f5a6e08f3675971ca4a147e76b944459 Bug 1636559 - make confirmation hint panel lazy, r=emalysz
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 528024
diff changeset
   601
      </panel>
5e7a7485f5a6e08f3675971ca4a147e76b944459 Bug 1636559 - make confirmation hint panel lazy, r=emalysz
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 528024
diff changeset
   602
    </html:template>
355432
fd2450cc9ba57123d2b7d0a7938d4e9bec469733 Bug 1355322 - Add anchor button to urlbar for action menu. r=Gijs
Drew Willcoxon <adw@mozilla.com>
parents: 354655
diff changeset
   603
389205
a1759c0cbd1ae4e1102d7ae2b99dc78488656926 Bug 1412170 - Integrate WebExtension page action context menus with the Photon page action context menu: Photon page action changes. r=jaws
Drew Willcoxon <adw@mozilla.com>
parents: 389202
diff changeset
   604
    <menupopup id="pageActionContextMenu"
371974
01b509ec5e0d7969bd318d2a962bc91ece0ce2b5 Bug 1374477 - Remove page actions from browser.xul. r=Gijs
Drew Willcoxon <adw@mozilla.com>
parents: 371133
diff changeset
   605
               onpopupshowing="BrowserPageActions.onContextMenuShowing(event, this);">
572820
cb333be8d8059eded2f5016968720ca56a09a459 Bug 1700364 - Page action buttons should not be remove-able in Proton. r=adw
Marco Bonardo <mbonardo@mozilla.com>
parents: 572816
diff changeset
   606
      <menuitem class="pageActionContextMenuItem extensionPinned extensionUnpinned manageExtensionItem"
493853
f8223f3c02b0008137871a07161bbb7e6a5f2bf0 Bug 1581185 - Migrate pageActionContextMenu in browser.xhtml to Fluent. r=fluent-reviewers,bgrins,flod
Zibi Braniecki <zbraniecki@mozilla.com>
parents: 493850
diff changeset
   607
                oncommand="BrowserPageActions.openAboutAddonsForContextAction();"
f8223f3c02b0008137871a07161bbb7e6a5f2bf0 Bug 1581185 - Migrate pageActionContextMenu in browser.xhtml to Fluent. r=fluent-reviewers,bgrins,flod
Zibi Braniecki <zbraniecki@mozilla.com>
parents: 493850
diff changeset
   608
                data-l10n-id="page-action-manage-extension"/>
522983
526c65b7b51694b6657d6d284de4af705acbfe48 Bug 1489430 - Add "Remove Extension" context menu item for pageAction. r=robwu,mstriemer,fluent-reviewers,Gijs
William Durand <will+git@drnd.me>
parents: 522979
diff changeset
   609
      <menuitem class="pageActionContextMenuItem extensionPinned extensionUnpinned removeExtensionItem"
526c65b7b51694b6657d6d284de4af705acbfe48 Bug 1489430 - Add "Remove Extension" context menu item for pageAction. r=robwu,mstriemer,fluent-reviewers,Gijs
William Durand <will+git@drnd.me>
parents: 522979
diff changeset
   610
                oncommand="BrowserPageActions.removeExtensionForContextAction();"
526c65b7b51694b6657d6d284de4af705acbfe48 Bug 1489430 - Add "Remove Extension" context menu item for pageAction. r=robwu,mstriemer,fluent-reviewers,Gijs
William Durand <will+git@drnd.me>
parents: 522979
diff changeset
   611
                data-l10n-id="page-action-remove-extension"/>
371974
01b509ec5e0d7969bd318d2a962bc91ece0ce2b5 Bug 1374477 - Remove page actions from browser.xul. r=Gijs
Drew Willcoxon <adw@mozilla.com>
parents: 371133
diff changeset
   612
    </menupopup>
01b509ec5e0d7969bd318d2a962bc91ece0ce2b5 Bug 1374477 - Remove page actions from browser.xul. r=Gijs
Drew Willcoxon <adw@mozilla.com>
parents: 371133
diff changeset
   613
503251
e9ecb93275c0939c83cae4e69384a96ce5493f11 Bug 1596591 - Rename inc.xul files to inc.xhtml r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 501409
diff changeset
   614
#include ../../components/places/content/bookmarksHistoryTooltip.inc.xhtml
1
9b2a99adc05e53cd4010de512f50118594756650 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
hg@mozilla.com
parents:
diff changeset
   615
568836
0a3da2090e4859473f52b585bcb39baae2876b28 Bug 1665390 - Style bookmarks toolbar and tabs toolbar tooltips. r=NeilDeakin,ntim
Jared Wein <jwein@mozilla.com>
parents: 568758
diff changeset
   616
    <tooltip id="tabbrowser-tab-tooltip"
0a3da2090e4859473f52b585bcb39baae2876b28 Bug 1665390 - Style bookmarks toolbar and tabs toolbar tooltips. r=NeilDeakin,ntim
Jared Wein <jwein@mozilla.com>
parents: 568758
diff changeset
   617
             class="places-tooltip"
0a3da2090e4859473f52b585bcb39baae2876b28 Bug 1665390 - Style bookmarks toolbar and tabs toolbar tooltips. r=NeilDeakin,ntim
Jared Wein <jwein@mozilla.com>
parents: 568758
diff changeset
   618
             onpopupshowing="gBrowser.createTooltip(event);">
0a3da2090e4859473f52b585bcb39baae2876b28 Bug 1665390 - Style bookmarks toolbar and tabs toolbar tooltips. r=NeilDeakin,ntim
Jared Wein <jwein@mozilla.com>
parents: 568758
diff changeset
   619
      <vbox class="places-tooltip-box" flex="1">
569746
1b87e126cd753e1eee1028776067e8b77be608f7 Bug 1695351 - Wrap rich tab tooltip titles instead of cropping them. r=jaws
Tim Nguyen <ntim.bugs@gmail.com>
parents: 569727
diff changeset
   620
        <description class="tooltip-label places-tooltip-title"/>
569727
a0b9303969bd215fab881b2d08a39df998c5f87c Bug 1695568 - Strip https:// from the URL in proton tab tooltips; add a broken-lock icon to http:// URLs. r=jaws
Jonathan Kew <jkew@mozilla.com>
parents: 569555
diff changeset
   621
        <hbox>
a0b9303969bd215fab881b2d08a39df998c5f87c Bug 1695568 - Strip https:// from the URL in proton tab tooltips; add a broken-lock icon to http:// URLs. r=jaws
Jonathan Kew <jkew@mozilla.com>
parents: 569555
diff changeset
   622
          <image id="places-tooltip-insecure-icon"></image>
a0b9303969bd215fab881b2d08a39df998c5f87c Bug 1695568 - Strip https:// from the URL in proton tab tooltips; add a broken-lock icon to http:// URLs. r=jaws
Jonathan Kew <jkew@mozilla.com>
parents: 569555
diff changeset
   623
          <description crop="center" class="tooltip-label places-tooltip-uri uri-element"/>
a0b9303969bd215fab881b2d08a39df998c5f87c Bug 1695568 - Strip https:// from the URL in proton tab tooltips; add a broken-lock icon to http:// URLs. r=jaws
Jonathan Kew <jkew@mozilla.com>
parents: 569555
diff changeset
   624
        </hbox>
568836
0a3da2090e4859473f52b585bcb39baae2876b28 Bug 1665390 - Style bookmarks toolbar and tabs toolbar tooltips. r=NeilDeakin,ntim
Jared Wein <jwein@mozilla.com>
parents: 568758
diff changeset
   625
      </vbox>
0a3da2090e4859473f52b585bcb39baae2876b28 Bug 1665390 - Style bookmarks toolbar and tabs toolbar tooltips. r=NeilDeakin,ntim
Jared Wein <jwein@mozilla.com>
parents: 568758
diff changeset
   626
    </tooltip>
73455
45750d4529d95b4c9ed92589cfc1b7aeb0536653 Bug 619930 - Change the back/forward buttons tooltips to inform users about the history menu. r=gavin ui-r=faaborg
Dão Gottwald <dao@mozilla.com>
parents: 72609
diff changeset
   627
45750d4529d95b4c9ed92589cfc1b7aeb0536653 Bug 619930 - Change the back/forward buttons tooltips to inform users about the history menu. r=gavin ui-r=faaborg
Dão Gottwald <dao@mozilla.com>
parents: 72609
diff changeset
   628
    <tooltip id="back-button-tooltip">
565363
9cb2464b80def0335ba2a0de985a5eb87d01a7c4 Bug 1685779 - Add Alt/Command + Left Arrow keyboard shortcut to Back button tooltip. r=Gijs,masayuki,fluent-reviewers,flod
Chris Peterson <cpeterson@mozilla.com>
parents: 565325
diff changeset
   629
      <description id="back-button-tooltip-description" class="tooltip-label"/>
507504
c49bd4bc613dd6db0ed46890ac80a71f8373d88a Bug 1600528 - Migrate browser-context.inc to Fluent. r=Gijs,flod,fluent-reviewers
Zibi Braniecki <zbraniecki@mozilla.com>
parents: 506603
diff changeset
   630
      <description class="tooltip-label" data-l10n-id="navbar-tooltip-instruction"/>
73455
45750d4529d95b4c9ed92589cfc1b7aeb0536653 Bug 619930 - Change the back/forward buttons tooltips to inform users about the history menu. r=gavin ui-r=faaborg
Dão Gottwald <dao@mozilla.com>
parents: 72609
diff changeset
   631
    </tooltip>
93540
9399756013e37aeb4e5f43ac9f9c8f08ea211b6c Bug 716107 part 6 - Add UI to approve DOM fullscreen entry. r=dao
Chris Pearce <cpearce@mozilla.com>
parents: 92775
diff changeset
   632
73455
45750d4529d95b4c9ed92589cfc1b7aeb0536653 Bug 619930 - Change the back/forward buttons tooltips to inform users about the history menu. r=gavin ui-r=faaborg
Dão Gottwald <dao@mozilla.com>
parents: 72609
diff changeset
   633
    <tooltip id="forward-button-tooltip">
565363
9cb2464b80def0335ba2a0de985a5eb87d01a7c4 Bug 1685779 - Add Alt/Command + Left Arrow keyboard shortcut to Back button tooltip. r=Gijs,masayuki,fluent-reviewers,flod
Chris Peterson <cpeterson@mozilla.com>
parents: 565325
diff changeset
   634
      <description id="forward-button-tooltip-description" class="tooltip-label"/>
507504
c49bd4bc613dd6db0ed46890ac80a71f8373d88a Bug 1600528 - Migrate browser-context.inc to Fluent. r=Gijs,flod,fluent-reviewers
Zibi Braniecki <zbraniecki@mozilla.com>
parents: 506603
diff changeset
   635
      <description class="tooltip-label" data-l10n-id="navbar-tooltip-instruction"/>
73455
45750d4529d95b4c9ed92589cfc1b7aeb0536653 Bug 619930 - Change the back/forward buttons tooltips to inform users about the history menu. r=gavin ui-r=faaborg
Dão Gottwald <dao@mozilla.com>
parents: 72609
diff changeset
   636
    </tooltip>
116828
06cdd349042e501dee55995944bd28f55f75dfcf Bug 802421 - Allow specifying a mic and a camera in the doorhanger UI when audio and video are both requested through gUM. r=gavin
Dão Gottwald <dao@mozilla.com>
parents: 116813
diff changeset
   637
136208
c5c17f15196ca65c791255908a5e1644749f005d bug 883346 permissions support for standalone chat window, r=felipe
Shane Caraveo <scaraveo@mozilla.com>
parents: 136176
diff changeset
   638
#include popup-notifications.inc
120343
a74d6901fd71bb53de89ea97a797d367a6f9c476 Bug 822371 - Mixed Content Doorhanger UI. r=dao
Tanvi Vyas <tvyas@mozilla.com>
parents: 120040
diff changeset
   639
503251
e9ecb93275c0939c83cae4e69384a96ce5493f11 Bug 1596591 - Rename inc.xul files to inc.xhtml r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 501409
diff changeset
   640
#include ../../components/customizableui/content/panelUI.inc.xhtml
e9ecb93275c0939c83cae4e69384a96ce5493f11 Bug 1596591 - Rename inc.xul files to inc.xhtml r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 501409
diff changeset
   641
#include ../../components/controlcenter/content/identityPanel.inc.xhtml
566315
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
   642
#include ../../components/controlcenter/content/permissionPanel.inc.xhtml
503251
e9ecb93275c0939c83cae4e69384a96ce5493f11 Bug 1596591 - Rename inc.xul files to inc.xhtml r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 501409
diff changeset
   643
#include ../../components/controlcenter/content/protectionsPanel.inc.xhtml
e9ecb93275c0939c83cae4e69384a96ce5493f11 Bug 1596591 - Rename inc.xul files to inc.xhtml r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 501409
diff changeset
   644
#include ../../components/downloads/content/downloadsPanel.inc.xhtml
526741
91d89a77be32d1efcdc4bb2f36bf661b14757bc9 Bug 1630228 - Show a doorhanger when using F12 r=fluent-reviewers,nchevobbe,Gijs,victoria
Julian Descottes <jdescottes@mozilla.com>
parents: 526607
diff changeset
   645
#include ../../../devtools/startup/enableDevToolsPopup.inc.xhtml
503251
e9ecb93275c0939c83cae4e69384a96ce5493f11 Bug 1596591 - Rename inc.xul files to inc.xhtml r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 501409
diff changeset
   646
#include browser-allTabsMenu.inc.xhtml
155824
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 150004 155822
diff changeset
   647
166212
579ea635878a7634717c1a9a0a96fdef6535f818 Bug 940116 - part 3: update XUL buttons to have a dynamic tooltip that includes a shortcut (Australis), r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 165784
diff changeset
   648
    <tooltip id="dynamic-shortcut-tooltip"
170787
ec51bb26527af7c988a235856c8bf6ecae2b0074 Bug 976905 - Let dynamic-shortcut-tooltip use the anonymous tooltip label. r=gijs
Dão Gottwald <dao@mozilla.com>
parents: 170579
diff changeset
   649
             onpopupshowing="UpdateDynamicShortcutTooltipText(this);"/>
281663
c7752fe06e7fa7c925e1289041e3e98b751d4ac3 Backed out changeset 80d218022132 (bug 1234355) for Android M12 Test failures on a CLOSED TREE
Carsten "Tomcat" Book <cbook@mozilla.com>
parents: 281655
diff changeset
   650
281987
b66a58e676f8a203d5836b119185e6375ced928d Bug 1210586 - Create a Synced tabs sidebar r=markh
Zachary Carter <zack.carter@gmail.com>
parents: 281663
diff changeset
   651
    <menupopup id="SyncedTabsSidebarContext">
466863
ff28f10d27592add533e4b535b79bdaa019945a7 Bug 1523761 - Move the syncedTabs strings from browser.dtd to fluent, r=Gijs,flod
Yuan Cheng <chengy12@msu.edu>
parents: 466771
diff changeset
   652
      <menuitem data-lazy-l10n-id="synced-tabs-context-open"
291525
65f8ae7bb13301e3c1ef6ccddd71945ab513d24b Bug 1246156 - Show additional link options in the synced tabs sidebar context menu. r=markh
Kit Cambridge <kcambridge@mozilla.com>
parents: 291237
diff changeset
   653
                id="syncedTabsOpenSelected" where="current"/>
466863
ff28f10d27592add533e4b535b79bdaa019945a7 Bug 1523761 - Move the syncedTabs strings from browser.dtd to fluent, r=Gijs,flod
Yuan Cheng <chengy12@msu.edu>
parents: 466771
diff changeset
   654
      <menuitem data-lazy-l10n-id="synced-tabs-context-open-in-new-tab"
291525
65f8ae7bb13301e3c1ef6ccddd71945ab513d24b Bug 1246156 - Show additional link options in the synced tabs sidebar context menu. r=markh
Kit Cambridge <kcambridge@mozilla.com>
parents: 291237
diff changeset
   655
                id="syncedTabsOpenSelectedInTab" where="tab"/>
466863
ff28f10d27592add533e4b535b79bdaa019945a7 Bug 1523761 - Move the syncedTabs strings from browser.dtd to fluent, r=Gijs,flod
Yuan Cheng <chengy12@msu.edu>
parents: 466771
diff changeset
   656
      <menuitem data-lazy-l10n-id="synced-tabs-context-open-in-new-window"
291525
65f8ae7bb13301e3c1ef6ccddd71945ab513d24b Bug 1246156 - Show additional link options in the synced tabs sidebar context menu. r=markh
Kit Cambridge <kcambridge@mozilla.com>
parents: 291237
diff changeset
   657
                id="syncedTabsOpenSelectedInWindow" where="window"/>
466863
ff28f10d27592add533e4b535b79bdaa019945a7 Bug 1523761 - Move the syncedTabs strings from browser.dtd to fluent, r=Gijs,flod
Yuan Cheng <chengy12@msu.edu>
parents: 466771
diff changeset
   658
      <menuitem data-lazy-l10n-id="synced-tabs-context-open-in-new-private-window"
291525
65f8ae7bb13301e3c1ef6ccddd71945ab513d24b Bug 1246156 - Show additional link options in the synced tabs sidebar context menu. r=markh
Kit Cambridge <kcambridge@mozilla.com>
parents: 291237
diff changeset
   659
                id="syncedTabsOpenSelectedInPrivateWindow" where="window" private="true"/>
65f8ae7bb13301e3c1ef6ccddd71945ab513d24b Bug 1246156 - Show additional link options in the synced tabs sidebar context menu. r=markh
Kit Cambridge <kcambridge@mozilla.com>
parents: 291237
diff changeset
   660
      <menuseparator/>
466863
ff28f10d27592add533e4b535b79bdaa019945a7 Bug 1523761 - Move the syncedTabs strings from browser.dtd to fluent, r=Gijs,flod
Yuan Cheng <chengy12@msu.edu>
parents: 466771
diff changeset
   661
      <menuitem data-lazy-l10n-id="synced-tabs-context-bookmark-single-tab"
281987
b66a58e676f8a203d5836b119185e6375ced928d Bug 1210586 - Create a Synced tabs sidebar r=markh
Zachary Carter <zack.carter@gmail.com>
parents: 281663
diff changeset
   662
                id="syncedTabsBookmarkSelected"/>
466863
ff28f10d27592add533e4b535b79bdaa019945a7 Bug 1523761 - Move the syncedTabs strings from browser.dtd to fluent, r=Gijs,flod
Yuan Cheng <chengy12@msu.edu>
parents: 466771
diff changeset
   663
      <menuitem data-lazy-l10n-id="synced-tabs-context-copy"
291525
65f8ae7bb13301e3c1ef6ccddd71945ab513d24b Bug 1246156 - Show additional link options in the synced tabs sidebar context menu. r=markh
Kit Cambridge <kcambridge@mozilla.com>
parents: 291237
diff changeset
   664
                id="syncedTabsCopySelected"/>
281987
b66a58e676f8a203d5836b119185e6375ced928d Bug 1210586 - Create a Synced tabs sidebar r=markh
Zachary Carter <zack.carter@gmail.com>
parents: 281663
diff changeset
   665
      <menuseparator/>
466863
ff28f10d27592add533e4b535b79bdaa019945a7 Bug 1523761 - Move the syncedTabs strings from browser.dtd to fluent, r=Gijs,flod
Yuan Cheng <chengy12@msu.edu>
parents: 466771
diff changeset
   666
      <menuitem data-lazy-l10n-id="synced-tabs-context-open-all-in-tabs"
328945
b485d4522a9b5631f1af901e82f750cbe4de07ff Bug 1324895 - Add 'Open All in Tabs' to client context menu in Synced Tabs. r=markh
Edouard Oger <eoger@fastmail.com>
parents: 328923
diff changeset
   667
                id="syncedTabsOpenAllInTabs"/>
466863
ff28f10d27592add533e4b535b79bdaa019945a7 Bug 1523761 - Move the syncedTabs strings from browser.dtd to fluent, r=Gijs,flod
Yuan Cheng <chengy12@msu.edu>
parents: 466771
diff changeset
   668
      <menuitem data-lazy-l10n-id="synced-tabs-context-manage-devices"
347350
8ffb5d661b03c94c2e22314f727899f659f1a68b Bug 1269277 - Add Manage Device button in Synced Tabs menu/sidebar. r=markh
Edouard Oger <eoger@fastmail.com>
parents: 347021
diff changeset
   669
                id="syncedTabsManageDevices"
356410
619b0f41a72ad072b5601169201d0cf95288674b Bug 1353571 part 3 - Refactor browser-syncui and browser-fxaccounts. r=markh
Edouard Oger <eoger@fastmail.com>
parents: 356336
diff changeset
   670
                oncommand="gSync.openDevicesManagementPage('syncedtabs-sidebar');"/>
497290
12ff69a8f36063cfc440216c21c6bacb53540ffd Bug 1549049 - Unify Sync Now buttons logic. r=markh,fluent-reviewers,flod
Edouard Oger <eoger@fastmail.com>
parents: 497192
diff changeset
   671
      <menuitem data-lazy-l10n-id="synced-tabs-context-sync-now"
281987
b66a58e676f8a203d5836b119185e6375ced928d Bug 1210586 - Create a Synced tabs sidebar r=markh
Zachary Carter <zack.carter@gmail.com>
parents: 281663
diff changeset
   672
                id="syncedTabsRefresh"/>
b66a58e676f8a203d5836b119185e6375ced928d Bug 1210586 - Create a Synced tabs sidebar r=markh
Zachary Carter <zack.carter@gmail.com>
parents: 281663
diff changeset
   673
    </menupopup>
289609
ba9179915fb0d9cbb3914cdce6f67154d0777074 Bug 1254544 - Show clipboard commands in the synced tabs filter context menu. r=markh
Kit Cambridge <kcambridge@mozilla.com>
parents: 287827
diff changeset
   674
    <menupopup id="SyncedTabsSidebarTabsFilterContext"
ba9179915fb0d9cbb3914cdce6f67154d0777074 Bug 1254544 - Show clipboard commands in the synced tabs filter context menu. r=markh
Kit Cambridge <kcambridge@mozilla.com>
parents: 287827
diff changeset
   675
               class="textbox-contextmenu">
508367
ca49196116bbeff33885ddb142d73c66a0b92da4 Bug 1604960 - Migrate all text actions to use Fluent. r=fluent-reviewers,Gijs,flod
Zibi Braniecki <zbraniecki@mozilla.com>
parents: 508364
diff changeset
   676
      <menuitem data-l10n-id="text-action-undo"
289609
ba9179915fb0d9cbb3914cdce6f67154d0777074 Bug 1254544 - Show clipboard commands in the synced tabs filter context menu. r=markh
Kit Cambridge <kcambridge@mozilla.com>
parents: 287827
diff changeset
   677
                cmd="cmd_undo"/>
ba9179915fb0d9cbb3914cdce6f67154d0777074 Bug 1254544 - Show clipboard commands in the synced tabs filter context menu. r=markh
Kit Cambridge <kcambridge@mozilla.com>
parents: 287827
diff changeset
   678
      <menuseparator/>
508367
ca49196116bbeff33885ddb142d73c66a0b92da4 Bug 1604960 - Migrate all text actions to use Fluent. r=fluent-reviewers,Gijs,flod
Zibi Braniecki <zbraniecki@mozilla.com>
parents: 508364
diff changeset
   679
      <menuitem data-l10n-id="text-action-cut"
289609
ba9179915fb0d9cbb3914cdce6f67154d0777074 Bug 1254544 - Show clipboard commands in the synced tabs filter context menu. r=markh
Kit Cambridge <kcambridge@mozilla.com>
parents: 287827
diff changeset
   680
                cmd="cmd_cut"/>
508367
ca49196116bbeff33885ddb142d73c66a0b92da4 Bug 1604960 - Migrate all text actions to use Fluent. r=fluent-reviewers,Gijs,flod
Zibi Braniecki <zbraniecki@mozilla.com>
parents: 508364
diff changeset
   681
      <menuitem data-l10n-id="text-action-copy"
289609
ba9179915fb0d9cbb3914cdce6f67154d0777074 Bug 1254544 - Show clipboard commands in the synced tabs filter context menu. r=markh
Kit Cambridge <kcambridge@mozilla.com>
parents: 287827
diff changeset
   682
                cmd="cmd_copy"/>
508367
ca49196116bbeff33885ddb142d73c66a0b92da4 Bug 1604960 - Migrate all text actions to use Fluent. r=fluent-reviewers,Gijs,flod
Zibi Braniecki <zbraniecki@mozilla.com>
parents: 508364
diff changeset
   683
      <menuitem data-l10n-id="text-action-paste"
289609
ba9179915fb0d9cbb3914cdce6f67154d0777074 Bug 1254544 - Show clipboard commands in the synced tabs filter context menu. r=markh
Kit Cambridge <kcambridge@mozilla.com>
parents: 287827
diff changeset
   684
                cmd="cmd_paste"/>
508367
ca49196116bbeff33885ddb142d73c66a0b92da4 Bug 1604960 - Migrate all text actions to use Fluent. r=fluent-reviewers,Gijs,flod
Zibi Braniecki <zbraniecki@mozilla.com>
parents: 508364
diff changeset
   685
      <menuitem data-l10n-id="text-action-delete"
289609
ba9179915fb0d9cbb3914cdce6f67154d0777074 Bug 1254544 - Show clipboard commands in the synced tabs filter context menu. r=markh
Kit Cambridge <kcambridge@mozilla.com>
parents: 287827
diff changeset
   686
                cmd="cmd_delete"/>
ba9179915fb0d9cbb3914cdce6f67154d0777074 Bug 1254544 - Show clipboard commands in the synced tabs filter context menu. r=markh
Kit Cambridge <kcambridge@mozilla.com>
parents: 287827
diff changeset
   687
      <menuseparator/>
508367
ca49196116bbeff33885ddb142d73c66a0b92da4 Bug 1604960 - Migrate all text actions to use Fluent. r=fluent-reviewers,Gijs,flod
Zibi Braniecki <zbraniecki@mozilla.com>
parents: 508364
diff changeset
   688
      <menuitem data-l10n-id="text-action-select-all"
289609
ba9179915fb0d9cbb3914cdce6f67154d0777074 Bug 1254544 - Show clipboard commands in the synced tabs filter context menu. r=markh
Kit Cambridge <kcambridge@mozilla.com>
parents: 287827
diff changeset
   689
                cmd="cmd_selectAll"/>
ba9179915fb0d9cbb3914cdce6f67154d0777074 Bug 1254544 - Show clipboard commands in the synced tabs filter context menu. r=markh
Kit Cambridge <kcambridge@mozilla.com>
parents: 287827
diff changeset
   690
      <menuseparator/>
497290
12ff69a8f36063cfc440216c21c6bacb53540ffd Bug 1549049 - Unify Sync Now buttons logic. r=markh,fluent-reviewers,flod
Edouard Oger <eoger@fastmail.com>
parents: 497192
diff changeset
   691
      <menuitem data-lazy-l10n-id="synced-tabs-context-sync-now"
289609
ba9179915fb0d9cbb3914cdce6f67154d0777074 Bug 1254544 - Show clipboard commands in the synced tabs filter context menu. r=markh
Kit Cambridge <kcambridge@mozilla.com>
parents: 287827
diff changeset
   692
                id="syncedTabsRefreshFilter"/>
ba9179915fb0d9cbb3914cdce6f67154d0777074 Bug 1254544 - Show clipboard commands in the synced tabs filter context menu. r=markh
Kit Cambridge <kcambridge@mozilla.com>
parents: 287827
diff changeset
   693
    </menupopup>
433528
05672d13ef562c31cdac1bfb8889a9c1646ecf77 Bug 1486079 - create initial browser dynamically so we can set various attributes from the start, r=dao
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 433381
diff changeset
   694
519860
b27100f4160f550592bdd1b589f70def5b10dac7 Bug 1622360 - Remove front-end references to render roots. r=mconley
Kartikaya Gupta <kgupta@mozilla.com>
parents: 518530
diff changeset
   695
    <hbox id="statuspanel" inactive="true">
433528
05672d13ef562c31cdac1bfb8889a9c1646ecf77 Bug 1486079 - create initial browser dynamically so we can set various attributes from the start, r=dao
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 433381
diff changeset
   696
      <hbox id="statuspanel-inner">
05672d13ef562c31cdac1bfb8889a9c1646ecf77 Bug 1486079 - create initial browser dynamically so we can set various attributes from the start, r=dao
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 433381
diff changeset
   697
        <label id="statuspanel-label"
05672d13ef562c31cdac1bfb8889a9c1646ecf77 Bug 1486079 - create initial browser dynamically so we can set various attributes from the start, r=dao
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 433381
diff changeset
   698
               role="status"
05672d13ef562c31cdac1bfb8889a9c1646ecf77 Bug 1486079 - create initial browser dynamically so we can set various attributes from the start, r=dao
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 433381
diff changeset
   699
               aria-live="off"
05672d13ef562c31cdac1bfb8889a9c1646ecf77 Bug 1486079 - create initial browser dynamically so we can set various attributes from the start, r=dao
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 433381
diff changeset
   700
               flex="1"
05672d13ef562c31cdac1bfb8889a9c1646ecf77 Bug 1486079 - create initial browser dynamically so we can set various attributes from the start, r=dao
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 433381
diff changeset
   701
               crop="end"/>
05672d13ef562c31cdac1bfb8889a9c1646ecf77 Bug 1486079 - create initial browser dynamically so we can set various attributes from the start, r=dao
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 433381
diff changeset
   702
      </hbox>
05672d13ef562c31cdac1bfb8889a9c1646ecf77 Bug 1486079 - create initial browser dynamically so we can set various attributes from the start, r=dao
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 433381
diff changeset
   703
    </hbox>
530709
3e0c3c7f0d0435199592aef678fa77930c540a13 Bug 1634796 - Add a panel that warns users before switching tabs when sharing the window over WebRTC. r=johannh,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 530665
diff changeset
   704
3e0c3c7f0d0435199592aef678fa77930c540a13 Bug 1634796 - Add a panel that warns users before switching tabs when sharing the window over WebRTC. r=johannh,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 530665
diff changeset
   705
    <html:template id="sharing-tabs-warning-panel-template">
3e0c3c7f0d0435199592aef678fa77930c540a13 Bug 1634796 - Add a panel that warns users before switching tabs when sharing the window over WebRTC. r=johannh,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 530665
diff changeset
   706
      <panel id="sharing-tabs-warning-panel"
3e0c3c7f0d0435199592aef678fa77930c540a13 Bug 1634796 - Add a panel that warns users before switching tabs when sharing the window over WebRTC. r=johannh,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 530665
diff changeset
   707
             role="alert"
3e0c3c7f0d0435199592aef678fa77930c540a13 Bug 1634796 - Add a panel that warns users before switching tabs when sharing the window over WebRTC. r=johannh,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 530665
diff changeset
   708
             flip="slide"
3e0c3c7f0d0435199592aef678fa77930c540a13 Bug 1634796 - Add a panel that warns users before switching tabs when sharing the window over WebRTC. r=johannh,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 530665
diff changeset
   709
             type="arrow"
3e0c3c7f0d0435199592aef678fa77930c540a13 Bug 1634796 - Add a panel that warns users before switching tabs when sharing the window over WebRTC. r=johannh,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 530665
diff changeset
   710
             orient="vertical"
3e0c3c7f0d0435199592aef678fa77930c540a13 Bug 1634796 - Add a panel that warns users before switching tabs when sharing the window over WebRTC. r=johannh,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 530665
diff changeset
   711
             ignorekeys="true"
3e0c3c7f0d0435199592aef678fa77930c540a13 Bug 1634796 - Add a panel that warns users before switching tabs when sharing the window over WebRTC. r=johannh,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 530665
diff changeset
   712
             consumeoutsideclicks="never"
3e0c3c7f0d0435199592aef678fa77930c540a13 Bug 1634796 - Add a panel that warns users before switching tabs when sharing the window over WebRTC. r=johannh,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 530665
diff changeset
   713
             norolluponanchor="true"
3e0c3c7f0d0435199592aef678fa77930c540a13 Bug 1634796 - Add a panel that warns users before switching tabs when sharing the window over WebRTC. r=johannh,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 530665
diff changeset
   714
             onpopupshown="gSharedTabWarning.sharedTabWarningShown();">
3e0c3c7f0d0435199592aef678fa77930c540a13 Bug 1634796 - Add a panel that warns users before switching tabs when sharing the window over WebRTC. r=johannh,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 530665
diff changeset
   715
        <hbox type="window" align="start">
3e0c3c7f0d0435199592aef678fa77930c540a13 Bug 1634796 - Add a panel that warns users before switching tabs when sharing the window over WebRTC. r=johannh,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 530665
diff changeset
   716
          <image class="screen-icon popup-notification-icon"></image>
3e0c3c7f0d0435199592aef678fa77930c540a13 Bug 1634796 - Add a panel that warns users before switching tabs when sharing the window over WebRTC. r=johannh,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 530665
diff changeset
   717
          <vbox flex="1" pack="start">
3e0c3c7f0d0435199592aef678fa77930c540a13 Bug 1634796 - Add a panel that warns users before switching tabs when sharing the window over WebRTC. r=johannh,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 530665
diff changeset
   718
            <label>
3e0c3c7f0d0435199592aef678fa77930c540a13 Bug 1634796 - Add a panel that warns users before switching tabs when sharing the window over WebRTC. r=johannh,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 530665
diff changeset
   719
              <html:span id="sharing-warning-window-panel-header"
3e0c3c7f0d0435199592aef678fa77930c540a13 Bug 1634796 - Add a panel that warns users before switching tabs when sharing the window over WebRTC. r=johannh,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 530665
diff changeset
   720
                         role="heading"
3e0c3c7f0d0435199592aef678fa77930c540a13 Bug 1634796 - Add a panel that warns users before switching tabs when sharing the window over WebRTC. r=johannh,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 530665
diff changeset
   721
                         aria-level="1"
3e0c3c7f0d0435199592aef678fa77930c540a13 Bug 1634796 - Add a panel that warns users before switching tabs when sharing the window over WebRTC. r=johannh,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 530665
diff changeset
   722
                         data-l10n-id="sharing-warning-window"/>
3e0c3c7f0d0435199592aef678fa77930c540a13 Bug 1634796 - Add a panel that warns users before switching tabs when sharing the window over WebRTC. r=johannh,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 530665
diff changeset
   723
              <html:span id="sharing-warning-screen-panel-header"
3e0c3c7f0d0435199592aef678fa77930c540a13 Bug 1634796 - Add a panel that warns users before switching tabs when sharing the window over WebRTC. r=johannh,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 530665
diff changeset
   724
                         role="heading"
3e0c3c7f0d0435199592aef678fa77930c540a13 Bug 1634796 - Add a panel that warns users before switching tabs when sharing the window over WebRTC. r=johannh,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 530665
diff changeset
   725
                         aria-level="1"
3e0c3c7f0d0435199592aef678fa77930c540a13 Bug 1634796 - Add a panel that warns users before switching tabs when sharing the window over WebRTC. r=johannh,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 530665
diff changeset
   726
                         data-l10n-id="sharing-warning-screen"/>
3e0c3c7f0d0435199592aef678fa77930c540a13 Bug 1634796 - Add a panel that warns users before switching tabs when sharing the window over WebRTC. r=johannh,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 530665
diff changeset
   727
            </label>
3e0c3c7f0d0435199592aef678fa77930c540a13 Bug 1634796 - Add a panel that warns users before switching tabs when sharing the window over WebRTC. r=johannh,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 530665
diff changeset
   728
            <hbox align="center">
3e0c3c7f0d0435199592aef678fa77930c540a13 Bug 1634796 - Add a panel that warns users before switching tabs when sharing the window over WebRTC. r=johannh,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 530665
diff changeset
   729
              <button id="sharing-warning-proceed-to-tab" oncommand="gSharedTabWarning.allowSharedTabSwitch();" flex="1" data-l10n-id="sharing-warning-proceed-to-tab"/>
3e0c3c7f0d0435199592aef678fa77930c540a13 Bug 1634796 - Add a panel that warns users before switching tabs when sharing the window over WebRTC. r=johannh,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 530665
diff changeset
   730
            </hbox>
3e0c3c7f0d0435199592aef678fa77930c540a13 Bug 1634796 - Add a panel that warns users before switching tabs when sharing the window over WebRTC. r=johannh,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 530665
diff changeset
   731
            <hbox pack="start">
3e0c3c7f0d0435199592aef678fa77930c540a13 Bug 1634796 - Add a panel that warns users before switching tabs when sharing the window over WebRTC. r=johannh,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 530665
diff changeset
   732
              <checkbox id="sharing-warning-disable-for-session" data-l10n-id="sharing-warning-disable-for-session"/>
3e0c3c7f0d0435199592aef678fa77930c540a13 Bug 1634796 - Add a panel that warns users before switching tabs when sharing the window over WebRTC. r=johannh,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 530665
diff changeset
   733
            </hbox>
3e0c3c7f0d0435199592aef678fa77930c540a13 Bug 1634796 - Add a panel that warns users before switching tabs when sharing the window over WebRTC. r=johannh,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 530665
diff changeset
   734
          </vbox>
3e0c3c7f0d0435199592aef678fa77930c540a13 Bug 1634796 - Add a panel that warns users before switching tabs when sharing the window over WebRTC. r=johannh,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 530665
diff changeset
   735
        </hbox>
3e0c3c7f0d0435199592aef678fa77930c540a13 Bug 1634796 - Add a panel that warns users before switching tabs when sharing the window over WebRTC. r=johannh,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 530665
diff changeset
   736
      </panel>
3e0c3c7f0d0435199592aef678fa77930c540a13 Bug 1634796 - Add a panel that warns users before switching tabs when sharing the window over WebRTC. r=johannh,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 530665
diff changeset
   737
    </html:template>
36480
f2c3c598b911ca47cb1e7e8032a9132adaab65dc Bug 535974 - move bhTooltip and customizeToolbarSheetPopup into mainPopupSet. r=mano
Dão Gottwald <dao@mozilla.com>
parents: 34595
diff changeset
   738
  </popupset>
537806
126d8d9901b072b503723d7d6bfb617b5e678f73 Bug 1648175, remove history and library panel views from the main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 535949
diff changeset
   739
126d8d9901b072b503723d7d6bfb617b5e678f73 Bug 1648175, remove history and library panel views from the main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 535949
diff changeset
   740
  <html:template id="appMenu-viewCache">
544120
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   741
    <panelview id="appMenu-mainView" class="PanelUI-subView"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   742
               descriptionheightworkaround="true">
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   743
      <vbox class="panel-subview-body">
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   744
        <vbox id="appMenu-addon-banners"/>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   745
        <toolbarbutton id="appMenu-update-banner" class="panel-banner-item"
575105
583f9e9cd0b794c3e73048da69dd8542e66f0146 Bug 1703088 - Use correct string for the unsupported update menu notification. r=fluent-reviewers,flod
Molly Howell <mhowell@mozilla.com>
parents: 574799
diff changeset
   746
                       data-l10n-id="appmenuitem-update-banner3"
572159
f60666a066fa3cb0bd7fab249de5aee68b79b398 Bug 1695783 - Update copy for app menu notifcations relating to app update. r=mconley,flod,fluent-reviewers
Molly Howell <mhowell@mozilla.com>
parents: 572124
diff changeset
   747
                       data-l10n-attrs="label-update-downloading, label-update-available, label-update-manual, label-update-unsupported, label-update-restart"
544120
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   748
                       oncommand="PanelUI._onBannerItemSelected(event)"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   749
                       wrap="true"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   750
                       hidden="true"/>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   751
        <toolbaritem id="appMenu-fxa-status"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   752
                     class="sync-ui-item"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   753
                     defaultlabel="&fxa.menu.signin.label;"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   754
                     flex="1">
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   755
          <image id="appMenu-fxa-avatar"/>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   756
          <toolbarbutton id="appMenu-fxa-label"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   757
                        class="subviewbutton subviewbutton-iconic subviewbutton-nav"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   758
                        label="&fxa.menu.signin.label;"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   759
                        closemenu="none"
568396
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
   760
                        oncommand="gSync.toggleAccountPanel(this, event)"/>
544120
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   761
        </toolbaritem>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   762
        <toolbarseparator class="sync-ui-item"/>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   763
        <toolbaritem>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   764
          <toolbarbutton id="appMenu-protection-report-button"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   765
               class="subviewbutton subviewbutton-iconic"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   766
               oncommand="gProtectionsHandler.openProtections(); gProtectionsHandler.recordClick('open_full_report', null, 'app_menu');">
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   767
            <image id="appMenu-protection-report-icon" class="toolbarbutton-icon"/>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   768
            <label id="appMenu-protection-report-text"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   769
                   class="toolbarbutton-text"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   770
                   data-l10n-id="appmenuitem-protection-dashboard-title">
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   771
            </label>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   772
          </toolbarbutton>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   773
        </toolbaritem>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   774
        <toolbarseparator id="appMenu-tp-separator"/>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   775
        <toolbarbutton id="appMenu-new-window-button"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   776
                       class="subviewbutton subviewbutton-iconic"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   777
                       label="&newNavigatorCmd.label;"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   778
                       key="key_newNavigator"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   779
                       command="cmd_newNavigator"/>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   780
        <toolbarbutton id="appMenu-private-window-button"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   781
                       class="subviewbutton subviewbutton-iconic"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   782
                       label="&newPrivateWindow.label;"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   783
                       key="key_privatebrowsing"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   784
                       command="Tools:PrivateBrowsing"/>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   785
#ifdef NIGHTLY_BUILD
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   786
        <toolbarbutton id="appMenu-fission-window-button"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   787
                       class="subviewbutton subviewbutton-iconic"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   788
                       label="New Fission Window"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   789
                       accesskey="s"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   790
                       command="Tools:FissionWindow"/>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   791
        <toolbarbutton id="appMenu-non-fission-window-button"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   792
                       class="subviewbutton subviewbutton-iconic"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   793
                       label="New Non-Fission Window"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   794
                       accesskey="s"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   795
                       command="Tools:NonFissionWindow"/>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   796
#endif
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   797
        <toolbarbutton id="appMenuRestoreLastSession"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   798
                       label="&appMenuHistory.restoreSession.label;"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   799
                       class="subviewbutton subviewbutton-iconic"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   800
                       command="Browser:RestoreLastSession"/>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   801
        <toolbarseparator/>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   802
        <toolbaritem id="appMenu-zoom-controls" class="toolbaritem-combined-buttons" closemenu="none">
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   803
          <!-- Use a spacer, because panel sizing code gets confused when using CSS methods. -->
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   804
          <spacer class="before-label"/>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   805
          <label value="&fullZoom.label;"/>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   806
          <!-- This spacer keeps the scrollbar from overlapping the view. -->
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   807
          <spacer class="after-label"/>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   808
          <toolbarbutton id="appMenu-zoomReduce-button"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   809
                         class="subviewbutton subviewbutton-iconic"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   810
                         command="cmd_fullZoomReduce"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   811
                         data-l10n-id="appmenuitem-zoom-reduce"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   812
                         tooltip="dynamic-shortcut-tooltip"/>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   813
          <toolbarbutton id="appMenu-zoomReset-button"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   814
                         class="subviewbutton"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   815
                         command="cmd_fullZoomReset"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   816
                         tooltip="dynamic-shortcut-tooltip"/>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   817
          <toolbarbutton id="appMenu-zoomEnlarge-button"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   818
                         class="subviewbutton subviewbutton-iconic"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   819
                         command="cmd_fullZoomEnlarge"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   820
                         data-l10n-id="appmenuitem-zoom-enlarge"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   821
                         tooltip="dynamic-shortcut-tooltip"/>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   822
          <toolbarseparator orient="vertical"/>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   823
          <toolbarbutton id="appMenu-fullscreen-button"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   824
                         class="subviewbutton subviewbutton-iconic"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   825
                         label="&fullScreenCmd.label;"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   826
                         observes="View:FullScreen"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   827
                         type="checkbox"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   828
                         closemenu="auto"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   829
                         onclick="if (event.button == 0) this.closest('panel').hidePopup();"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   830
                         tooltip="dynamic-shortcut-tooltip"/>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   831
        </toolbaritem>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   832
        <toolbarseparator/>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   833
        <toolbaritem id="appMenu-edit-controls" class="toolbaritem-combined-buttons" closemenu="none">
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   834
          <!-- Use a spacer, because panel sizing code gets confused when using CSS methods. -->
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   835
          <spacer class="before-label"/>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   836
          <label value="&editMenu.label;"/>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   837
          <!-- This spacer keeps the scrollbar from overlapping the view. -->
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   838
          <spacer class="after-label"/>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   839
          <toolbarbutton id="appMenu-cut-button"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   840
                         class="subviewbutton subviewbutton-iconic"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   841
                         command="cmd_cut"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   842
                         tooltip="dynamic-shortcut-tooltip"/>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   843
          <toolbarbutton id="appMenu-copy-button"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   844
                         class="subviewbutton subviewbutton-iconic"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   845
                         command="cmd_copy"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   846
                         tooltip="dynamic-shortcut-tooltip"/>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   847
          <toolbarbutton id="appMenu-paste-button"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   848
                         class="subviewbutton subviewbutton-iconic"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   849
                         command="cmd_paste"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   850
                         tooltip="dynamic-shortcut-tooltip"/>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   851
        </toolbaritem>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   852
        <toolbarseparator/>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   853
        <toolbarbutton id="appMenu-library-button"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   854
                       class="subviewbutton subviewbutton-iconic subviewbutton-nav"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   855
                       label="&places.library.title;"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   856
                       closemenu="none"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   857
                       oncommand="PanelUI.showSubView('appMenu-libraryView', this)"/>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   858
        <toolbarbutton id="appMenu-logins-button"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   859
                       class="subviewbutton subviewbutton-iconic"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   860
                       label="&logins.label;"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   861
                       oncommand="LoginHelper.openPasswordManager(window, { entryPoint: 'mainmenu' })"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   862
                       />
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   863
        <toolbarbutton id="appMenu-addons-button"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   864
                       class="subviewbutton subviewbutton-iconic"
572124
caf170e17366862c6420dbcc0ed806fef249bb73 Bug 1698931 - Update addons menuitems to be 'Add-ons and Themes'. r=flod,fluent-reviewers
Mike Conley <mconley@mozilla.com>
parents: 571604
diff changeset
   865
                       data-l10n-id="appmenuitem-addons-and-themes"
544120
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   866
                       key="key_openAddons"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   867
                       command="Tools:Addons"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   868
                       />
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   869
        <toolbarbutton id="appMenu-preferences-button"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   870
                       class="subviewbutton subviewbutton-iconic"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   871
#ifdef XP_WIN
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   872
                       label="&preferencesCmd2.label;"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   873
#else
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   874
                       label="&preferencesCmdUnix.label;"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   875
#ifdef XP_MACOSX
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   876
                       key="key_preferencesCmdMac"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   877
#endif
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   878
#endif
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   879
                       oncommand="openPreferences()"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   880
                       />
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   881
        <toolbarbutton id="appMenu-customize-button"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   882
                       class="subviewbutton subviewbutton-iconic"
566827
93aab6a4a920da467ccd665401879bc51d750060 Bug 1690351 - Create a Proton-specific More Tools panel. r=jdescottes,mconley,fluent-reviewers,flod
Micah Tigley <mtigley@mozilla.com>
parents: 566315
diff changeset
   883
                       data-l10n-id="appmenu-customizetoolbar"
544120
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   884
                       command="cmd_CustomizeToolbars"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   885
                       />
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   886
        <toolbarseparator/>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   887
        <toolbarbutton id="appMenu-open-file-button"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   888
                       class="subviewbutton"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   889
                       label="&openFileCmd.label;"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   890
                       key="openFileKb"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   891
                       command="Browser:OpenFile"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   892
                       />
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   893
        <toolbarbutton id="appMenu-save-file-button"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   894
                       class="subviewbutton"
562158
c3aed1881d35960abe2ce9f6a828ede6457ddadf Bug 1682022 - Fork strings from the context menu and browser.dtd for use in the AppMenu. r=flod,fluent-reviewers
Mike Conley <mconley@mozilla.com>
parents: 562147
diff changeset
   895
                       data-l10n-id="appmenuitem-save-page"
544120
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   896
                       key="key_savePage"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   897
                       command="Browser:SavePage"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   898
                       />
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   899
        <toolbarbutton id="appMenu-print-button"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   900
                       class="subviewbutton subviewbutton-iconic"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   901
                       label="&printCmd.label;"
547067
2ac24d2fdaf7e5602bf8d7ef340408d01c34accc Bug 1661618, update shortcut in app menu and toolbar tip for the toolbarbutton r=mstriemer
Emma Malysz <emalysz@mozilla.com>
parents: 546230
diff changeset
   902
                       key="printKb"
544120
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   903
#ifdef XP_MACOSX
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   904
                       command="cmd_print"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   905
#else
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   906
                       command="cmd_printPreview"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   907
#endif
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   908
                       />
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   909
        <toolbarseparator/>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   910
        <toolbarbutton id="appMenu-find-button"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   911
                       class="subviewbutton subviewbutton-iconic"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   912
                       label="&findOnCmd.label;"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   913
                       key="key_find"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   914
                       command="cmd_find"/>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   915
        <toolbarbutton id="appMenu-more-button"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   916
                       class="subviewbutton subviewbutton-nav"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   917
                       label="&moreMenu.label;"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   918
                       closemenu="none"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   919
                       oncommand="PanelUI.showSubView('appMenu-moreView', this)"/>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   920
        <toolbarbutton id="appMenu-developer-button"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   921
                       class="subviewbutton subviewbutton-nav"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   922
                       label="&webDeveloperMenu.label;"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   923
                       closemenu="none"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   924
                       oncommand="PanelUI.showSubView('PanelUI-developer', this)"/>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   925
        <toolbarbutton id="appMenu-whatsnew-button"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   926
                       class="subviewbutton subviewbutton-iconic subviewbutton-nav"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   927
                       hidden="true"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   928
                       closemenu="none"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   929
                       oncommand="PanelUI.showSubView('PanelUI-whatsNew', this)"/>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   930
        <toolbarbutton id="appMenu-help-button"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   931
                       class="subviewbutton subviewbutton-iconic subviewbutton-nav"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   932
                       label="&appMenuHelp.label;"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   933
                       closemenu="none"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   934
                       oncommand="PanelUI.showSubView('PanelUI-helpView', this)"/>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   935
#ifndef XP_MACOSX
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   936
        <toolbarseparator/>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   937
        <toolbarbutton id="appMenu-quit-button"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   938
                       class="subviewbutton subviewbutton-iconic"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   939
#ifdef XP_WIN
563611
b559da4d69e50009511bfd0b8e9523fa995e2892 Bug 1568133 - Migrate the rest of the menubar to Fluent. r=fluent-reviewers,flod,Gijs
Mike Conley <mconley@mozilla.com>
parents: 563267
diff changeset
   940
                       data-l10n-id="menu-quit-button-win"
544120
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   941
#else
563611
b559da4d69e50009511bfd0b8e9523fa995e2892 Bug 1568133 - Migrate the rest of the menubar to Fluent. r=fluent-reviewers,flod,Gijs
Mike Conley <mconley@mozilla.com>
parents: 563267
diff changeset
   942
                       data-l10n-id="menu-quit-button"
544120
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   943
#endif
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   944
                       key="key_quitApplication"
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   945
                       command="cmd_quitApplication"/>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   946
#endif
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   947
      </vbox>
Emma Malysz <emalysz@mozilla.com>
parents: 543970
diff changeset
   948
    </panelview>
563782
b1cac3b3ffd0a57d37f6449ddf92988e9a434771 Bug 1686324 - Introduce a temporary Proton AppMenu skeleton. r=mconley
Molly Howell <mhowell@mozilla.com>
parents: 563611
diff changeset
   949
b1cac3b3ffd0a57d37f6449ddf92988e9a434771 Bug 1686324 - Introduce a temporary Proton AppMenu skeleton. r=mconley
Molly Howell <mhowell@mozilla.com>
parents: 563611
diff changeset
   950
    <!-- This is a placeholder app menu which should be replaced with the "real"
b1cac3b3ffd0a57d37f6449ddf92988e9a434771 Bug 1686324 - Introduce a temporary Proton AppMenu skeleton. r=mconley
Molly Howell <mhowell@mozilla.com>
parents: 563611
diff changeset
   951
         Proton app menu before the Proton pref starts getting enabled. -->
b1cac3b3ffd0a57d37f6449ddf92988e9a434771 Bug 1686324 - Introduce a temporary Proton AppMenu skeleton. r=mconley
Molly Howell <mhowell@mozilla.com>
parents: 563611
diff changeset
   952
    <panelview id="appMenu-protonMainView" class="PanelUI-subView"
565736
fd749c4aeba698348bacdcd768b6b69f468891c7 Bug 1689366, simplify bookmark panel r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 565408
diff changeset
   953
               descriptionheightworkaround="true"
fd749c4aeba698348bacdcd768b6b69f468891c7 Bug 1689366, simplify bookmark panel r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 565408
diff changeset
   954
               lockpanelvertical="true">
563782
b1cac3b3ffd0a57d37f6449ddf92988e9a434771 Bug 1686324 - Introduce a temporary Proton AppMenu skeleton. r=mconley
Molly Howell <mhowell@mozilla.com>
parents: 563611
diff changeset
   955
      <vbox class="panel-subview-body">
567347
51f787a8d5463cd08519bc88fcb137bc4b631bc0 Bug 1690662 - Port the add-on and browser update banners to the Proton AppMenu. r=ewright
Mike Conley <mconley@mozilla.com>
parents: 567344
diff changeset
   956
        <vbox id="appMenu-proton-addon-banners"/>
51f787a8d5463cd08519bc88fcb137bc4b631bc0 Bug 1690662 - Port the add-on and browser update banners to the Proton AppMenu. r=ewright
Mike Conley <mconley@mozilla.com>
parents: 567344
diff changeset
   957
        <toolbarbutton id="appMenu-proton-update-banner" class="panel-banner-item"
575105
583f9e9cd0b794c3e73048da69dd8542e66f0146 Bug 1703088 - Use correct string for the unsupported update menu notification. r=fluent-reviewers,flod
Molly Howell <mhowell@mozilla.com>
parents: 574799
diff changeset
   958
                       data-l10n-id="appmenuitem-update-banner3"
572159
f60666a066fa3cb0bd7fab249de5aee68b79b398 Bug 1695783 - Update copy for app menu notifcations relating to app update. r=mconley,flod,fluent-reviewers
Molly Howell <mhowell@mozilla.com>
parents: 572124
diff changeset
   959
                       data-l10n-attrs="label-update-downloading, label-update-available, label-update-manual, label-update-unsupported, label-update-restart"
567347
51f787a8d5463cd08519bc88fcb137bc4b631bc0 Bug 1690662 - Port the add-on and browser update banners to the Proton AppMenu. r=ewright
Mike Conley <mconley@mozilla.com>
parents: 567344
diff changeset
   960
                       oncommand="PanelUI._onBannerItemSelected(event)"
51f787a8d5463cd08519bc88fcb137bc4b631bc0 Bug 1690662 - Port the add-on and browser update banners to the Proton AppMenu. r=ewright
Mike Conley <mconley@mozilla.com>
parents: 567344
diff changeset
   961
                       wrap="true"
51f787a8d5463cd08519bc88fcb137bc4b631bc0 Bug 1690662 - Port the add-on and browser update banners to the Proton AppMenu. r=ewright
Mike Conley <mconley@mozilla.com>
parents: 567344
diff changeset
   962
                       hidden="true"/>
568396
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
   963
        <toolbaritem id="appMenu-fxa-status2"
571311
9e419d8d872ade5c07b4c9606ba770cb9b3f9fdf Bug 1696930 - fix the hamburger menu closing when clicking 'sync and save data' label, r=emalysz
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 571272
diff changeset
   964
                     closemenu="none"
568396
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
   965
                     class="subviewbutton toolbaritem-combined-buttons">
579307
dccfbc75e6ac942887a79dc16474a6d9122b7fdf Bug 1703494 - Use CSS box for FxA CTA item to avoid need for descriptionHeightWorkaround. r=emalysz
Mike Conley <mconley@mozilla.com>
parents: 578252
diff changeset
   966
          <html:div id="appMenu-fxa-text" data-l10n-id="appmenu-fxa-sync-and-save-data2"/>
568396
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
   967
          <toolbarbutton id="appMenu-fxa-label2"
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
   968
                        class="subviewbutton"
573577
f2c9db31190194e81b27ff7d32d7972cbe7addfd Bug 1700993, adjust app menu fxa button for different states. r=fluent-reviewers,flod,markh
Emma Malysz <emalysz@mozilla.com>
parents: 573031
diff changeset
   969
                        oncommand="gSync.toggleAccountPanel(this, event)">
f2c9db31190194e81b27ff7d32d7972cbe7addfd Bug 1700993, adjust app menu fxa button for different states. r=fluent-reviewers,flod,markh
Emma Malysz <emalysz@mozilla.com>
parents: 573031
diff changeset
   970
            <vbox flex="1">
f2c9db31190194e81b27ff7d32d7972cbe7addfd Bug 1700993, adjust app menu fxa button for different states. r=fluent-reviewers,flod,markh
Emma Malysz <emalysz@mozilla.com>
parents: 573031
diff changeset
   971
              <label id="appMenu-header-title"
f2c9db31190194e81b27ff7d32d7972cbe7addfd Bug 1700993, adjust app menu fxa button for different states. r=fluent-reviewers,flod,markh
Emma Malysz <emalysz@mozilla.com>
parents: 573031
diff changeset
   972
                     crop="end"/>
f2c9db31190194e81b27ff7d32d7972cbe7addfd Bug 1700993, adjust app menu fxa button for different states. r=fluent-reviewers,flod,markh
Emma Malysz <emalysz@mozilla.com>
parents: 573031
diff changeset
   973
              <label id="appMenu-header-description"
f2c9db31190194e81b27ff7d32d7972cbe7addfd Bug 1700993, adjust app menu fxa button for different states. r=fluent-reviewers,flod,markh
Emma Malysz <emalysz@mozilla.com>
parents: 573031
diff changeset
   974
                     crop="end"/>
f2c9db31190194e81b27ff7d32d7972cbe7addfd Bug 1700993, adjust app menu fxa button for different states. r=fluent-reviewers,flod,markh
Emma Malysz <emalysz@mozilla.com>
parents: 573031
diff changeset
   975
            </vbox>
f2c9db31190194e81b27ff7d32d7972cbe7addfd Bug 1700993, adjust app menu fxa button for different states. r=fluent-reviewers,flod,markh
Emma Malysz <emalysz@mozilla.com>
parents: 573031
diff changeset
   976
          </toolbarbutton>
568396
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
   977
        </toolbaritem>
570344
38607d980ba725a4f0fccdf5f446d7fc3a8c3e8c Bug 1695518 - Disable Save and Sync Data in App Menu is fxa is disabled. r=emalysz
Zibi Braniecki <zbraniecki@mozilla.com>
parents: 569746
diff changeset
   978
        <toolbarseparator id="appMenu-fxa-separator" class="proton-zap"/>
564930
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
   979
        <toolbarbutton id="appMenu-new-tab-button2"
567348
e03221c8abfcb7077fc41cdb152b0fdfdfa6edae Bug 1691152 - Apply latest Proton stylings to AppMenu. r=ewright
Mike Conley <mconley@mozilla.com>
parents: 567347
diff changeset
   980
                       class="subviewbutton"
564930
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
   981
                       label="&tabCmd.label;"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
   982
                       key="key_newNavigatorTab"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
   983
                       command="cmd_newNavigatorTab"/>
563782
b1cac3b3ffd0a57d37f6449ddf92988e9a434771 Bug 1686324 - Introduce a temporary Proton AppMenu skeleton. r=mconley
Molly Howell <mhowell@mozilla.com>
parents: 563611
diff changeset
   984
        <toolbarbutton id="appMenu-new-window-button2"
567348
e03221c8abfcb7077fc41cdb152b0fdfdfa6edae Bug 1691152 - Apply latest Proton stylings to AppMenu. r=ewright
Mike Conley <mconley@mozilla.com>
parents: 567347
diff changeset
   985
                       class="subviewbutton"
564930
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
   986
                       data-l10n-id="appmenuitem-new-window"
563782
b1cac3b3ffd0a57d37f6449ddf92988e9a434771 Bug 1686324 - Introduce a temporary Proton AppMenu skeleton. r=mconley
Molly Howell <mhowell@mozilla.com>
parents: 563611
diff changeset
   987
                       key="key_newNavigator"
b1cac3b3ffd0a57d37f6449ddf92988e9a434771 Bug 1686324 - Introduce a temporary Proton AppMenu skeleton. r=mconley
Molly Howell <mhowell@mozilla.com>
parents: 563611
diff changeset
   988
                       command="cmd_newNavigator"/>
564930
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
   989
        <toolbarbutton id="appMenu-new-private-window-button2"
567348
e03221c8abfcb7077fc41cdb152b0fdfdfa6edae Bug 1691152 - Apply latest Proton stylings to AppMenu. r=ewright
Mike Conley <mconley@mozilla.com>
parents: 567347
diff changeset
   990
                       class="subviewbutton"
564930
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
   991
                       data-l10n-id="appmenuitem-new-private-window"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
   992
                       key="key_privatebrowsing"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
   993
                       command="Tools:PrivateBrowsing"/>
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
   994
        <toolbarseparator/>
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
   995
        <toolbarbutton id="appMenu-bookmarks-button"
567348
e03221c8abfcb7077fc41cdb152b0fdfdfa6edae Bug 1691152 - Apply latest Proton stylings to AppMenu. r=ewright
Mike Conley <mconley@mozilla.com>
parents: 567347
diff changeset
   996
                       class="subviewbutton subviewbutton-nav"
564930
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
   997
                       data-l10n-id="library-bookmarks-menu"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
   998
                       closemenu="none"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
   999
                       oncommand="BookmarkingUI.showSubView(this);"/>
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1000
        <toolbarbutton id="appMenu-history-button"
567348
e03221c8abfcb7077fc41cdb152b0fdfdfa6edae Bug 1691152 - Apply latest Proton stylings to AppMenu. r=ewright
Mike Conley <mconley@mozilla.com>
parents: 567347
diff changeset
  1001
                       class="subviewbutton subviewbutton-nav"
564930
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1002
                       label="&historyMenu.label;"
563782
b1cac3b3ffd0a57d37f6449ddf92988e9a434771 Bug 1686324 - Introduce a temporary Proton AppMenu skeleton. r=mconley
Molly Howell <mhowell@mozilla.com>
parents: 563611
diff changeset
  1003
                       closemenu="none"
564930
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1004
                       oncommand="PanelUI.showSubView('PanelUI-history', this)"/>
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1005
        <toolbarbutton id="appMenu-downloads-button"
567348
e03221c8abfcb7077fc41cdb152b0fdfdfa6edae Bug 1691152 - Apply latest Proton stylings to AppMenu. r=ewright
Mike Conley <mconley@mozilla.com>
parents: 567347
diff changeset
  1006
                       class="subviewbutton"
564930
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1007
                       label="&libraryDownloads.label;"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1008
                       key="key_openDownloads"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1009
                       command="Tools:Downloads"/>
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1010
        <toolbarbutton id="appMenu-passwords-button"
567348
e03221c8abfcb7077fc41cdb152b0fdfdfa6edae Bug 1691152 - Apply latest Proton stylings to AppMenu. r=ewright
Mike Conley <mconley@mozilla.com>
parents: 567347
diff changeset
  1011
                       class="subviewbutton"
564930
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1012
                       data-l10n-id="appmenuitem-passwords"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1013
                       oncommand="LoginHelper.openPasswordManager(window, { entryPoint: 'mainmenu' })"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1014
                       />
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1015
        <toolbarbutton id="appMenu-extensions-themes-button"
567348
e03221c8abfcb7077fc41cdb152b0fdfdfa6edae Bug 1691152 - Apply latest Proton stylings to AppMenu. r=ewright
Mike Conley <mconley@mozilla.com>
parents: 567347
diff changeset
  1016
                       class="subviewbutton"
572124
caf170e17366862c6420dbcc0ed806fef249bb73 Bug 1698931 - Update addons menuitems to be 'Add-ons and Themes'. r=flod,fluent-reviewers
Mike Conley <mconley@mozilla.com>
parents: 571604
diff changeset
  1017
                       data-l10n-id="appmenuitem-addons-and-themes"
564930
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1018
                       key="key_openAddons"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1019
                       command="Tools:Addons"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1020
                       />
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1021
        <toolbarseparator/>
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1022
        <toolbarbutton id="appMenu-print-button2"
567348
e03221c8abfcb7077fc41cdb152b0fdfdfa6edae Bug 1691152 - Apply latest Proton stylings to AppMenu. r=ewright
Mike Conley <mconley@mozilla.com>
parents: 567347
diff changeset
  1023
                       class="subviewbutton"
564930
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1024
                       label="&printCmd.label;"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1025
                       key="printKb"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1026
#ifdef XP_MACOSX
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1027
                       command="cmd_print"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1028
#else
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1029
                       command="cmd_printPreview"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1030
#endif
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1031
                       />
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1032
        <toolbarbutton id="appMenu-save-file-button2"
567348
e03221c8abfcb7077fc41cdb152b0fdfdfa6edae Bug 1691152 - Apply latest Proton stylings to AppMenu. r=ewright
Mike Conley <mconley@mozilla.com>
parents: 567347
diff changeset
  1033
                       class="subviewbutton"
564930
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1034
                       data-l10n-id="appmenuitem-save-page"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1035
                       key="key_savePage"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1036
                       command="Browser:SavePage"/>
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1037
        <toolbarbutton id="appMenu-find-button2"
567348
e03221c8abfcb7077fc41cdb152b0fdfdfa6edae Bug 1691152 - Apply latest Proton stylings to AppMenu. r=ewright
Mike Conley <mconley@mozilla.com>
parents: 567347
diff changeset
  1038
                       class="subviewbutton"
564930
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1039
                       data-l10n-id="appmenuitem-find-in-page"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1040
                       key="key_find"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1041
                       command="cmd_find"/>
567348
e03221c8abfcb7077fc41cdb152b0fdfdfa6edae Bug 1691152 - Apply latest Proton stylings to AppMenu. r=ewright
Mike Conley <mconley@mozilla.com>
parents: 567347
diff changeset
  1042
        <toolbaritem id="appMenu-zoom-controls2" class="subviewbutton toolbaritem-combined-buttons" closemenu="none">
566009
dc3cfadd11f1bec21da81a7d7a97f5a3706a0e92 Bug 1689410 - Fix zoom controls styling in proton appmenu. r=mconley
Micah Tigley <mtigley@mozilla.com>
parents: 565871
diff changeset
  1043
          <label class="toolbarbutton-text" value="&fullZoom.label;"/>
564930
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1044
          <toolbarbutton id="appMenu-zoomReduce-button2"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1045
                         class="subviewbutton subviewbutton-iconic"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1046
                         command="cmd_fullZoomReduce"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1047
                         data-l10n-id="appmenuitem-zoom-reduce"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1048
                         tooltip="dynamic-shortcut-tooltip"/>
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1049
          <toolbarbutton id="appMenu-zoomReset-button2"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1050
                         class="subviewbutton"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1051
                         command="cmd_fullZoomReset"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1052
                         tooltip="dynamic-shortcut-tooltip"/>
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1053
          <toolbarbutton id="appMenu-zoomEnlarge-button2"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1054
                         class="subviewbutton subviewbutton-iconic"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1055
                         command="cmd_fullZoomEnlarge"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1056
                         data-l10n-id="appmenuitem-zoom-enlarge"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1057
                         tooltip="dynamic-shortcut-tooltip"/>
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1058
          <toolbarbutton id="appMenu-fullscreen-button2"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1059
                         class="subviewbutton subviewbutton-iconic"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1060
                         label="&fullScreenCmd.label;"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1061
                         observes="View:FullScreen"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1062
                         type="checkbox"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1063
                         closemenu="auto"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1064
                         onclick="if (event.button == 0) this.closest('panel').hidePopup();"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1065
                         tooltip="dynamic-shortcut-tooltip"/>
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1066
        </toolbaritem>
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1067
        <toolbarseparator/>
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1068
        <toolbarbutton id="appMenu-settings-button"
567348
e03221c8abfcb7077fc41cdb152b0fdfdfa6edae Bug 1691152 - Apply latest Proton stylings to AppMenu. r=ewright
Mike Conley <mconley@mozilla.com>
parents: 567347
diff changeset
  1069
                       class="subviewbutton"
564930
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1070
                       data-l10n-id="appmenuitem-settings"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1071
#ifdef XP_MACOSX
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1072
                       key="key_preferencesCmdMac"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1073
#endif
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1074
                       oncommand="openPreferences()"/>
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1075
        <toolbarbutton id="appMenu-more-button2"
567348
e03221c8abfcb7077fc41cdb152b0fdfdfa6edae Bug 1691152 - Apply latest Proton stylings to AppMenu. r=ewright
Mike Conley <mconley@mozilla.com>
parents: 567347
diff changeset
  1076
                       class="subviewbutton subviewbutton-nav"
564930
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1077
                       data-l10n-id="appmenuitem-more-tools"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1078
                       closemenu="none"
566827
93aab6a4a920da467ccd665401879bc51d750060 Bug 1690351 - Create a Proton-specific More Tools panel. r=jdescottes,mconley,fluent-reviewers,flod
Micah Tigley <mtigley@mozilla.com>
parents: 566315
diff changeset
  1079
                       oncommand="PanelUI.showMoreToolsPanel(this);"/>
564930
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1080
        <toolbarbutton id="appMenu-help-button2"
567348
e03221c8abfcb7077fc41cdb152b0fdfdfa6edae Bug 1691152 - Apply latest Proton stylings to AppMenu. r=ewright
Mike Conley <mconley@mozilla.com>
parents: 567347
diff changeset
  1081
                       class="subviewbutton subviewbutton-nav"
564930
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1082
                       label="&appMenuHelp.label;"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1083
                       closemenu="none"
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1084
                       oncommand="PanelUI.showSubView('PanelUI-helpView', this)"/>
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1085
#ifndef XP_MACOSX
563782
b1cac3b3ffd0a57d37f6449ddf92988e9a434771 Bug 1686324 - Introduce a temporary Proton AppMenu skeleton. r=mconley
Molly Howell <mhowell@mozilla.com>
parents: 563611
diff changeset
  1086
        <toolbarseparator/>
b1cac3b3ffd0a57d37f6449ddf92988e9a434771 Bug 1686324 - Introduce a temporary Proton AppMenu skeleton. r=mconley
Molly Howell <mhowell@mozilla.com>
parents: 563611
diff changeset
  1087
        <toolbarbutton id="appMenu-quit-button2"
567348
e03221c8abfcb7077fc41cdb152b0fdfdfa6edae Bug 1691152 - Apply latest Proton stylings to AppMenu. r=ewright
Mike Conley <mconley@mozilla.com>
parents: 567347
diff changeset
  1088
                       class="subviewbutton"
572742
22bd81fc283ee0c65d170ee2aea273458be14120 Bug 1700001 - Added quit option for appmenu in Linux r=flod
Asif Youssuff <yoasif@gmail.com>
parents: 572159
diff changeset
  1089
                       data-l10n-id="appmenuitem-exit2"
567401
2a990b27ce9266dbd305422ce958504cf7504298 Bug 1691976, add keyboard shortcut to quit button in proton app menu r=mconley
Emma Malysz <emalysz@mozilla.com>
parents: 567398
diff changeset
  1090
                       key="key_quitApplication"
564930
563591e6ddec99ae86785df983d450e061ee0595 Bug 1688700, add items to proton app menu r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 564913
diff changeset
  1091
                       command="cmd_quitApplication"/>
564913
5751619a01d89f218a7eb6e9f753bf572e4eea3e Backed out changeset 9226bc3ca03c (bug 1688700) for causing failures on browser_preferences_usage.js.
Butkovits Atila <abutkovits@mozilla.com>
parents: 564903
diff changeset
  1092
#endif
563782
b1cac3b3ffd0a57d37f6449ddf92988e9a434771 Bug 1686324 - Introduce a temporary Proton AppMenu skeleton. r=mconley
Molly Howell <mhowell@mozilla.com>
parents: 563611
diff changeset
  1093
      </vbox>
b1cac3b3ffd0a57d37f6449ddf92988e9a434771 Bug 1686324 - Introduce a temporary Proton AppMenu skeleton. r=mconley
Molly Howell <mhowell@mozilla.com>
parents: 563611
diff changeset
  1094
    </panelview>
b1cac3b3ffd0a57d37f6449ddf92988e9a434771 Bug 1686324 - Introduce a temporary Proton AppMenu skeleton. r=mconley
Molly Howell <mhowell@mozilla.com>
parents: 563611
diff changeset
  1095
537806
126d8d9901b072b503723d7d6bfb617b5e678f73 Bug 1648175, remove history and library panel views from the main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 535949
diff changeset
  1096
    <panelview id="PanelUI-history" flex="1">
126d8d9901b072b503723d7d6bfb617b5e678f73 Bug 1648175, remove history and library panel views from the main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 535949
diff changeset
  1097
      <vbox class="panel-subview-body">
567344
cf9e26b44245660df75a84ad9d2622090cb34b9d Bug 1691896 - Put Recently Closed Tabs and Recently Closed Windows at the top of the History panel body. r=emalysz
Mike Conley <mconley@mozilla.com>
parents: 567113
diff changeset
  1098
        <toolbarbutton id="appMenuRecentlyClosedTabs"
cf9e26b44245660df75a84ad9d2622090cb34b9d Bug 1691896 - Put Recently Closed Tabs and Recently Closed Windows at the top of the History panel body. r=emalysz
Mike Conley <mconley@mozilla.com>
parents: 567113
diff changeset
  1099
                       label="&historyUndoMenu.label;"
cf9e26b44245660df75a84ad9d2622090cb34b9d Bug 1691896 - Put Recently Closed Tabs and Recently Closed Windows at the top of the History panel body. r=emalysz
Mike Conley <mconley@mozilla.com>
parents: 567113
diff changeset
  1100
                       class="subviewbutton subviewbutton-iconic subviewbutton-nav"
cf9e26b44245660df75a84ad9d2622090cb34b9d Bug 1691896 - Put Recently Closed Tabs and Recently Closed Windows at the top of the History panel body. r=emalysz
Mike Conley <mconley@mozilla.com>
parents: 567113
diff changeset
  1101
                       closemenu="none"
cf9e26b44245660df75a84ad9d2622090cb34b9d Bug 1691896 - Put Recently Closed Tabs and Recently Closed Windows at the top of the History panel body. r=emalysz
Mike Conley <mconley@mozilla.com>
parents: 567113
diff changeset
  1102
                       oncommand="PanelUI.showSubView('appMenu-library-recentlyClosedTabs', this)"/>
cf9e26b44245660df75a84ad9d2622090cb34b9d Bug 1691896 - Put Recently Closed Tabs and Recently Closed Windows at the top of the History panel body. r=emalysz
Mike Conley <mconley@mozilla.com>
parents: 567113
diff changeset
  1103
        <toolbarbutton id="appMenuRecentlyClosedWindows"
cf9e26b44245660df75a84ad9d2622090cb34b9d Bug 1691896 - Put Recently Closed Tabs and Recently Closed Windows at the top of the History panel body. r=emalysz
Mike Conley <mconley@mozilla.com>
parents: 567113
diff changeset
  1104
                       label="&historyUndoWindowMenu.label;"
cf9e26b44245660df75a84ad9d2622090cb34b9d Bug 1691896 - Put Recently Closed Tabs and Recently Closed Windows at the top of the History panel body. r=emalysz
Mike Conley <mconley@mozilla.com>
parents: 567113
diff changeset
  1105
                       class="subviewbutton subviewbutton-iconic subviewbutton-nav"
cf9e26b44245660df75a84ad9d2622090cb34b9d Bug 1691896 - Put Recently Closed Tabs and Recently Closed Windows at the top of the History panel body. r=emalysz
Mike Conley <mconley@mozilla.com>
parents: 567113
diff changeset
  1106
                       closemenu="none"
cf9e26b44245660df75a84ad9d2622090cb34b9d Bug 1691896 - Put Recently Closed Tabs and Recently Closed Windows at the top of the History panel body. r=emalysz
Mike Conley <mconley@mozilla.com>
parents: 567113
diff changeset
  1107
                       oncommand="PanelUI.showSubView('appMenu-library-recentlyClosedWindows', this)"/>
573905
b47220558c6c3a88dae5e49993bb3e48fb58550c Bug 1692176, add restore previous session to history panel r=jaws
Emma Malysz <emalysz@mozilla.com>
parents: 573876
diff changeset
  1108
        <toolbarbutton id="appMenuRestoreSession"
b47220558c6c3a88dae5e49993bb3e48fb58550c Bug 1692176, add restore previous session to history panel r=jaws
Emma Malysz <emalysz@mozilla.com>
parents: 573876
diff changeset
  1109
                       label="&appMenuHistory.restoreSession.label;"
b47220558c6c3a88dae5e49993bb3e48fb58550c Bug 1692176, add restore previous session to history panel r=jaws
Emma Malysz <emalysz@mozilla.com>
parents: 573876
diff changeset
  1110
                       class="subviewbutton subviewbutton-iconic"
b47220558c6c3a88dae5e49993bb3e48fb58550c Bug 1692176, add restore previous session to history panel r=jaws
Emma Malysz <emalysz@mozilla.com>
parents: 573876
diff changeset
  1111
                       command="Browser:RestoreLastSession"/>
567344
cf9e26b44245660df75a84ad9d2622090cb34b9d Bug 1691896 - Put Recently Closed Tabs and Recently Closed Windows at the top of the History panel body. r=emalysz
Mike Conley <mconley@mozilla.com>
parents: 567113
diff changeset
  1112
        <toolbarseparator/>
537806
126d8d9901b072b503723d7d6bfb617b5e678f73 Bug 1648175, remove history and library panel views from the main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 535949
diff changeset
  1113
        <toolbarbutton id="appMenuClearRecentHistory"
126d8d9901b072b503723d7d6bfb617b5e678f73 Bug 1648175, remove history and library panel views from the main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 535949
diff changeset
  1114
                       label="&appMenuHistory.clearRecent.label;"
126d8d9901b072b503723d7d6bfb617b5e678f73 Bug 1648175, remove history and library panel views from the main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 535949
diff changeset
  1115
                       class="subviewbutton subviewbutton-iconic"
126d8d9901b072b503723d7d6bfb617b5e678f73 Bug 1648175, remove history and library panel views from the main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 535949
diff changeset
  1116
                       command="Tools:Sanitize"/>
126d8d9901b072b503723d7d6bfb617b5e678f73 Bug 1648175, remove history and library panel views from the main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 535949
diff changeset
  1117
        <toolbarseparator/>
568532
2560f3f055fd371f4c2bc528a8c7e270ac7c0714 Bug 1688960 - Use h1 and h2 elements for panel headers and subheaders. r=Standard8,yzen,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 568505
diff changeset
  1118
        <html:h2 id="panelMenu_recentHistory" class="subview-subheader">&appMenuHistory.recentHistory.label;</html:h2>
537806
126d8d9901b072b503723d7d6bfb617b5e678f73 Bug 1648175, remove history and library panel views from the main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 535949
diff changeset
  1119
        <toolbaritem id="appMenu_historyMenu"
126d8d9901b072b503723d7d6bfb617b5e678f73 Bug 1648175, remove history and library panel views from the main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 535949
diff changeset
  1120
                     orient="vertical"
126d8d9901b072b503723d7d6bfb617b5e678f73 Bug 1648175, remove history and library panel views from the main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 535949
diff changeset
  1121
                     smoothscroll="false"
126d8d9901b072b503723d7d6bfb617b5e678f73 Bug 1648175, remove history and library panel views from the main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 535949
diff changeset
  1122
                     flatList="true"
568532
2560f3f055fd371f4c2bc528a8c7e270ac7c0714 Bug 1688960 - Use h1 and h2 elements for panel headers and subheaders. r=Standard8,yzen,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 568505
diff changeset
  1123
                     tooltip="bhTooltip"
2560f3f055fd371f4c2bc528a8c7e270ac7c0714 Bug 1688960 - Use h1 and h2 elements for panel headers and subheaders. r=Standard8,yzen,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 568505
diff changeset
  1124
                     role="group"
2560f3f055fd371f4c2bc528a8c7e270ac7c0714 Bug 1688960 - Use h1 and h2 elements for panel headers and subheaders. r=Standard8,yzen,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 568505
diff changeset
  1125
                     aria-labelledby="panelMenu_recentHistory">
537806
126d8d9901b072b503723d7d6bfb617b5e678f73 Bug 1648175, remove history and library panel views from the main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 535949
diff changeset
  1126
          <!-- history menu items will go here -->
126d8d9901b072b503723d7d6bfb617b5e678f73 Bug 1648175, remove history and library panel views from the main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 535949
diff changeset
  1127
        </toolbaritem>
126d8d9901b072b503723d7d6bfb617b5e678f73 Bug 1648175, remove history and library panel views from the main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 535949
diff changeset
  1128
      </vbox>
566234
400050be36f0819513f81215865606f25dfbc074 Bug 1689372, simplify history panel r=mconley,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 566218
diff changeset
  1129
      <toolbarseparator/>
537806
126d8d9901b072b503723d7d6bfb617b5e678f73 Bug 1648175, remove history and library panel views from the main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 535949
diff changeset
  1130
      <toolbarbutton id="PanelUI-historyMore"
566234
400050be36f0819513f81215865606f25dfbc074 Bug 1689372, simplify history panel r=mconley,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 566218
diff changeset
  1131
                     class="subviewbutton subviewbutton-iconic panel-subview-footer-button"
400050be36f0819513f81215865606f25dfbc074 Bug 1689372, simplify history panel r=mconley,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 566218
diff changeset
  1132
                     data-l10n-id="appmenu-manage-history"
537806
126d8d9901b072b503723d7d6bfb617b5e678f73 Bug 1648175, remove history and library panel views from the main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 535949
diff changeset
  1133
                     oncommand="PlacesCommandHook.showPlacesOrganizer('History'); CustomizableUI.hidePanelForNode(this);"/>
126d8d9901b072b503723d7d6bfb617b5e678f73 Bug 1648175, remove history and library panel views from the main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 535949
diff changeset
  1134
    </panelview>
537918
8f4104a0946126b08e66e4537a41fc9f65c7dcd0 Bug 1648198: Remove recently closed tabs and windows panels from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 537806
diff changeset
  1135
8f4104a0946126b08e66e4537a41fc9f65c7dcd0 Bug 1648198: Remove recently closed tabs and windows panels from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 537806
diff changeset
  1136
    <panelview id="appMenu-library-recentlyClosedTabs"/>
8f4104a0946126b08e66e4537a41fc9f65c7dcd0 Bug 1648198: Remove recently closed tabs and windows panels from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 537806
diff changeset
  1137
    <panelview id="appMenu-library-recentlyClosedWindows"/>
8f4104a0946126b08e66e4537a41fc9f65c7dcd0 Bug 1648198: Remove recently closed tabs and windows panels from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 537806
diff changeset
  1138
538129
df91fb44b2d4bd8cf55cb2a5360094feb2c6ca6b Bug 1648639, remove containers, help view, and developer panels from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538055
diff changeset
  1139
    <panelview id="PanelUI-containers" flex="1">
df91fb44b2d4bd8cf55cb2a5360094feb2c6ca6b Bug 1648639, remove containers, help view, and developer panels from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538055
diff changeset
  1140
      <vbox id="PanelUI-containersItems"/>
df91fb44b2d4bd8cf55cb2a5360094feb2c6ca6b Bug 1648639, remove containers, help view, and developer panels from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538055
diff changeset
  1141
    </panelview>
df91fb44b2d4bd8cf55cb2a5360094feb2c6ca6b Bug 1648639, remove containers, help view, and developer panels from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538055
diff changeset
  1142
565408
53803267e6185bd3bf5584494db7c03abb890e82 Bug 1689632 - Simplify the Help menu a bit. r=emalysz,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 565363
diff changeset
  1143
    <panelview id="PanelUI-helpView" flex="1" class="PanelUI-subView" data-l10n-id="appmenu-help-header" data-l10n-attrs="title">
538129
df91fb44b2d4bd8cf55cb2a5360094feb2c6ca6b Bug 1648639, remove containers, help view, and developer panels from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538055
diff changeset
  1144
      <vbox id="PanelUI-helpItems" class="panel-subview-body"/>
df91fb44b2d4bd8cf55cb2a5360094feb2c6ca6b Bug 1648639, remove containers, help view, and developer panels from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538055
diff changeset
  1145
    </panelview>
df91fb44b2d4bd8cf55cb2a5360094feb2c6ca6b Bug 1648639, remove containers, help view, and developer panels from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538055
diff changeset
  1146
df91fb44b2d4bd8cf55cb2a5360094feb2c6ca6b Bug 1648639, remove containers, help view, and developer panels from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538055
diff changeset
  1147
    <panelview id="PanelUI-developer" flex="1">
df91fb44b2d4bd8cf55cb2a5360094feb2c6ca6b Bug 1648639, remove containers, help view, and developer panels from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538055
diff changeset
  1148
      <vbox id="PanelUI-developerItems" class="panel-subview-body"/>
df91fb44b2d4bd8cf55cb2a5360094feb2c6ca6b Bug 1648639, remove containers, help view, and developer panels from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538055
diff changeset
  1149
    </panelview>
df91fb44b2d4bd8cf55cb2a5360094feb2c6ca6b Bug 1648639, remove containers, help view, and developer panels from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538055
diff changeset
  1150
538261
7f1cbe3370b35c4e8defc7ca0c57cc0868886cc7 Bug 1648613, remove bookmark and bookmarking tools panels from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538129
diff changeset
  1151
    <panelview id="PanelUI-bookmarks" flex="1" class="PanelUI-subView">
7f1cbe3370b35c4e8defc7ca0c57cc0868886cc7 Bug 1648613, remove bookmark and bookmarking tools panels from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538129
diff changeset
  1152
      <vbox class="panel-subview-body">
7f1cbe3370b35c4e8defc7ca0c57cc0868886cc7 Bug 1648613, remove bookmark and bookmarking tools panels from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538129
diff changeset
  1153
        <toolbarbutton id="panelMenuBookmarkThisPage"
7f1cbe3370b35c4e8defc7ca0c57cc0868886cc7 Bug 1648613, remove bookmark and bookmarking tools panels from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538129
diff changeset
  1154
                       class="subviewbutton subviewbutton-iconic"
7f1cbe3370b35c4e8defc7ca0c57cc0868886cc7 Bug 1648613, remove bookmark and bookmarking tools panels from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538129
diff changeset
  1155
                       command="Browser:AddBookmarkAs"
7f1cbe3370b35c4e8defc7ca0c57cc0868886cc7 Bug 1648613, remove bookmark and bookmarking tools panels from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538129
diff changeset
  1156
                       onclick="PanelUI.hide();"/>
7f1cbe3370b35c4e8defc7ca0c57cc0868886cc7 Bug 1648613, remove bookmark and bookmarking tools panels from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538129
diff changeset
  1157
        <toolbarbutton id="panelMenu_searchBookmarks"
561307
249ed05c98d7771d339393520c428c09bacd42cf Bug 1682022 - Convert some bookmarking strings to Fluent. r=mak,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 561191
diff changeset
  1158
                       data-l10n-id="bookmarks-search"
538261
7f1cbe3370b35c4e8defc7ca0c57cc0868886cc7 Bug 1648613, remove bookmark and bookmarking tools panels from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538129
diff changeset
  1159
                       class="subviewbutton subviewbutton-iconic"
7f1cbe3370b35c4e8defc7ca0c57cc0868886cc7 Bug 1648613, remove bookmark and bookmarking tools panels from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538129
diff changeset
  1160
                       oncommand="PlacesCommandHook.searchBookmarks(); PanelUI.hide();"/>
565736
fd749c4aeba698348bacdcd768b6b69f468891c7 Bug 1689366, simplify bookmark panel r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 565408
diff changeset
  1161
        <toolbarbutton id="panelMenu_viewBookmarksToolbar"
fd749c4aeba698348bacdcd768b6b69f468891c7 Bug 1689366, simplify bookmark panel r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 565408
diff changeset
  1162
                       class="subviewbutton subviewbutton-iconic"
fd749c4aeba698348bacdcd768b6b69f468891c7 Bug 1689366, simplify bookmark panel r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 565408
diff changeset
  1163
                       data-l10n-id="bookmarks-tools-toolbar-visibility-panel"
fd749c4aeba698348bacdcd768b6b69f468891c7 Bug 1689366, simplify bookmark panel r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 565408
diff changeset
  1164
                       data-l10n-args='{ "isVisible": false }'
fd749c4aeba698348bacdcd768b6b69f468891c7 Bug 1689366, simplify bookmark panel r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 565408
diff changeset
  1165
                       oncommand="BookmarkingUI.toggleBookmarksToolbar('bookmark-tools');"/>
538261
7f1cbe3370b35c4e8defc7ca0c57cc0868886cc7 Bug 1648613, remove bookmark and bookmarking tools panels from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538129
diff changeset
  1166
        <toolbarseparator/>
568532
2560f3f055fd371f4c2bc528a8c7e270ac7c0714 Bug 1688960 - Use h1 and h2 elements for panel headers and subheaders. r=Standard8,yzen,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 568505
diff changeset
  1167
        <html:h2 id="panelMenu_recentBookmarks"
2560f3f055fd371f4c2bc528a8c7e270ac7c0714 Bug 1688960 - Use h1 and h2 elements for panel headers and subheaders. r=Standard8,yzen,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 568505
diff changeset
  1168
            data-l10n-id="bookmarks-recent-bookmarks-panel-subheader"
2560f3f055fd371f4c2bc528a8c7e270ac7c0714 Bug 1688960 - Use h1 and h2 elements for panel headers and subheaders. r=Standard8,yzen,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 568505
diff changeset
  1169
            class="subview-subheader"/>
538261
7f1cbe3370b35c4e8defc7ca0c57cc0868886cc7 Bug 1648613, remove bookmark and bookmarking tools panels from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538129
diff changeset
  1170
        <toolbaritem id="panelMenu_bookmarksMenu"
7f1cbe3370b35c4e8defc7ca0c57cc0868886cc7 Bug 1648613, remove bookmark and bookmarking tools panels from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538129
diff changeset
  1171
                     orient="vertical"
7f1cbe3370b35c4e8defc7ca0c57cc0868886cc7 Bug 1648613, remove bookmark and bookmarking tools panels from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538129
diff changeset
  1172
                     smoothscroll="false"
7f1cbe3370b35c4e8defc7ca0c57cc0868886cc7 Bug 1648613, remove bookmark and bookmarking tools panels from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538129
diff changeset
  1173
                     flatList="true"
568532
2560f3f055fd371f4c2bc528a8c7e270ac7c0714 Bug 1688960 - Use h1 and h2 elements for panel headers and subheaders. r=Standard8,yzen,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 568505
diff changeset
  1174
                     tooltip="bhTooltip"
2560f3f055fd371f4c2bc528a8c7e270ac7c0714 Bug 1688960 - Use h1 and h2 elements for panel headers and subheaders. r=Standard8,yzen,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 568505
diff changeset
  1175
                     role="group"
2560f3f055fd371f4c2bc528a8c7e270ac7c0714 Bug 1688960 - Use h1 and h2 elements for panel headers and subheaders. r=Standard8,yzen,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 568505
diff changeset
  1176
                     aria-labelledby="panelMenu_recentBookmarks">
538261
7f1cbe3370b35c4e8defc7ca0c57cc0868886cc7 Bug 1648613, remove bookmark and bookmarking tools panels from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538129
diff changeset
  1177
          <!-- bookmarks menu items will go here -->
7f1cbe3370b35c4e8defc7ca0c57cc0868886cc7 Bug 1648613, remove bookmark and bookmarking tools panels from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538129
diff changeset
  1178
        </toolbaritem>
7f1cbe3370b35c4e8defc7ca0c57cc0868886cc7 Bug 1648613, remove bookmark and bookmarking tools panels from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538129
diff changeset
  1179
      </vbox>
565736
fd749c4aeba698348bacdcd768b6b69f468891c7 Bug 1689366, simplify bookmark panel r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 565408
diff changeset
  1180
      <toolbarseparator/>
538261
7f1cbe3370b35c4e8defc7ca0c57cc0868886cc7 Bug 1648613, remove bookmark and bookmarking tools panels from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538129
diff changeset
  1181
      <toolbarbutton id="panelMenu_showAllBookmarks"
565736
fd749c4aeba698348bacdcd768b6b69f468891c7 Bug 1689366, simplify bookmark panel r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 565408
diff changeset
  1182
                     data-l10n-id="bookmarks-manage-bookmarks"
fd749c4aeba698348bacdcd768b6b69f468891c7 Bug 1689366, simplify bookmark panel r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 565408
diff changeset
  1183
                     class="subviewbutton subviewbutton-iconic panel-subview-footer-button"
538261
7f1cbe3370b35c4e8defc7ca0c57cc0868886cc7 Bug 1648613, remove bookmark and bookmarking tools panels from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538129
diff changeset
  1184
                     command="Browser:ShowAllBookmarks"
7f1cbe3370b35c4e8defc7ca0c57cc0868886cc7 Bug 1648613, remove bookmark and bookmarking tools panels from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538129
diff changeset
  1185
                     onclick="PanelUI.hide();"/>
7f1cbe3370b35c4e8defc7ca0c57cc0868886cc7 Bug 1648613, remove bookmark and bookmarking tools panels from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538129
diff changeset
  1186
    </panelview>
7f1cbe3370b35c4e8defc7ca0c57cc0868886cc7 Bug 1648613, remove bookmark and bookmarking tools panels from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538129
diff changeset
  1187
538476
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1188
    <panelview id="PanelUI-profiler" flex="1" descriptionheightworkaround="true">
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1189
      <vbox id="PanelUI-profiler-container">
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1190
        <vbox id="PanelUI-profiler-header" animationready="false">
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1191
          <hbox id="PanelUI-profiler-header-bar">
564106
c84e2486b3219cc0deb626de13942dd208d28ed0 Bug 1599774 - Localize the profiler popup; r=julienw,fluent-reviewers,flod
Greg Tatum <gtatum@mozilla.com>
parents: 563782
diff changeset
  1192
            <label flex="1" data-l10n-id="profiler-popup-title" />
538476
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1193
            <vbox class="PanelUI-profiler-toolbarbutton-container">
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1194
              <toolbarbutton id="PanelUI-profiler-info-button"
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1195
                            class="panel-info-button"
564106
c84e2486b3219cc0deb626de13942dd208d28ed0 Bug 1599774 - Localize the profiler popup; r=julienw,fluent-reviewers,flod
Greg Tatum <gtatum@mozilla.com>
parents: 563782
diff changeset
  1196
                            data-l10n-id="profiler-popup-reveal-description-button">
538476
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1197
                <image/>
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1198
              </toolbarbutton>
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1199
            </vbox>
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1200
          </hbox>
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1201
          <hbox id="PanelUI-profiler-info">
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1202
            <vbox>
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1203
              <hbox id="PanelUI-profiler-info-graphic" flex="1">
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1204
                <spacer flex="1" />
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1205
                <vbox>
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1206
                  <spacer flex="1" />
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1207
                  <image class="PanelUI-profiler-info-icon" />
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1208
                </vbox>
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1209
              </hbox>
564106
c84e2486b3219cc0deb626de13942dd208d28ed0 Bug 1599774 - Localize the profiler popup; r=julienw,fluent-reviewers,flod
Greg Tatum <gtatum@mozilla.com>
parents: 563782
diff changeset
  1210
              <label data-l10n-id="profiler-popup-description-title" />
c84e2486b3219cc0deb626de13942dd208d28ed0 Bug 1599774 - Localize the profiler popup; r=julienw,fluent-reviewers,flod
Greg Tatum <gtatum@mozilla.com>
parents: 563782
diff changeset
  1211
              <description data-l10n-id="profiler-popup-description" />
538476
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1212
              <hbox>
564106
c84e2486b3219cc0deb626de13942dd208d28ed0 Bug 1599774 - Localize the profiler popup; r=julienw,fluent-reviewers,flod
Greg Tatum <gtatum@mozilla.com>
parents: 563782
diff changeset
  1213
                <button id="PanelUI-profiler-learn-more"
c84e2486b3219cc0deb626de13942dd208d28ed0 Bug 1599774 - Localize the profiler popup; r=julienw,fluent-reviewers,flod
Greg Tatum <gtatum@mozilla.com>
parents: 563782
diff changeset
  1214
                        tabindex="-1"
c84e2486b3219cc0deb626de13942dd208d28ed0 Bug 1599774 - Localize the profiler popup; r=julienw,fluent-reviewers,flod
Greg Tatum <gtatum@mozilla.com>
parents: 563782
diff changeset
  1215
                        data-l10n-id="profiler-popup-learn-more" />
538476
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1216
                <space flex="1" />
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1217
              </hbox>
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1218
            </vbox>
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1219
          </hbox>
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1220
        </vbox>
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1221
        <vbox id="PanelUI-profiler-content">
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1222
          <vbox id="PanelUI-profiler-content-settings">
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1223
            <label class="PanelUI-profiler-content-label"
564106
c84e2486b3219cc0deb626de13942dd208d28ed0 Bug 1599774 - Localize the profiler popup; r=julienw,fluent-reviewers,flod
Greg Tatum <gtatum@mozilla.com>
parents: 563782
diff changeset
  1224
                   data-l10n-id="profiler-popup-settings" />
538476
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1225
            <menulist id="PanelUI-profiler-presets"
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1226
                      flex="1"
575129
2c98246c66c5233adfd5dc045b25e799aa12c24a Bug 1703625 - Fix the Profiler popup menulist styles for Proton r=mconley
Itiel <itiel_yn8@walla.com>
parents: 575105
diff changeset
  1227
                      value="custom"
2c98246c66c5233adfd5dc045b25e799aa12c24a Bug 1703625 - Fix the Profiler popup menulist styles for Proton r=mconley
Itiel <itiel_yn8@walla.com>
parents: 575105
diff changeset
  1228
                      size="large">
538476
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1229
              <menupopup id="PanelUI-profiler-presets-menupopup" presetsbuilt="false">
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1230
                <!-- The rest of the values get dynamically inserted. The "presetsbuilt"
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1231
                    attribute will get updated to "true" once the presets have been
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1232
                    built. -->
564106
c84e2486b3219cc0deb626de13942dd208d28ed0 Bug 1599774 - Localize the profiler popup; r=julienw,fluent-reviewers,flod
Greg Tatum <gtatum@mozilla.com>
parents: 563782
diff changeset
  1233
                <menuitem id="PanelUI-profiler-presets-custom"
c84e2486b3219cc0deb626de13942dd208d28ed0 Bug 1599774 - Localize the profiler popup; r=julienw,fluent-reviewers,flod
Greg Tatum <gtatum@mozilla.com>
parents: 563782
diff changeset
  1234
                          data-l10n-id="profiler-popup-presets-custom"
c84e2486b3219cc0deb626de13942dd208d28ed0 Bug 1599774 - Localize the profiler popup; r=julienw,fluent-reviewers,flod
Greg Tatum <gtatum@mozilla.com>
parents: 563782
diff changeset
  1235
                          value="custom"/>
538476
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1236
              </menupopup>
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1237
            </menulist>
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1238
            <!-- The following description gets inserted dynamically. -->
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1239
            <description id="PanelUI-profiler-content-description" />
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1240
            <hbox id="PanelUI-profiler-content-custom">
564106
c84e2486b3219cc0deb626de13942dd208d28ed0 Bug 1599774 - Localize the profiler popup; r=julienw,fluent-reviewers,flod
Greg Tatum <gtatum@mozilla.com>
parents: 563782
diff changeset
  1241
              <button id="PanelUI-profiler-content-custom-button"
c84e2486b3219cc0deb626de13942dd208d28ed0 Bug 1599774 - Localize the profiler popup; r=julienw,fluent-reviewers,flod
Greg Tatum <gtatum@mozilla.com>
parents: 563782
diff changeset
  1242
                      data-l10n-id="profiler-popup-edit-settings">
538476
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1243
              </button>
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1244
            </hbox>
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1245
          </vbox>
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1246
          <hbox id="PanelUI-profiler-content-recording">
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1247
            <spacer flex="1" />
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1248
            <image class="PanelUI-profiler-recording-icon" />
564106
c84e2486b3219cc0deb626de13942dd208d28ed0 Bug 1599774 - Localize the profiler popup; r=julienw,fluent-reviewers,flod
Greg Tatum <gtatum@mozilla.com>
parents: 563782
diff changeset
  1249
            <label class="PanelUI-profiler-recording-label" data-l10n-id="profiler-popup-recording-screen" />
538476
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1250
            <spacer flex="1" />
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1251
          </hbox>
564106
c84e2486b3219cc0deb626de13942dd208d28ed0 Bug 1599774 - Localize the profiler popup; r=julienw,fluent-reviewers,flod
Greg Tatum <gtatum@mozilla.com>
parents: 563782
diff changeset
  1252
          <description id="PanelUI-profiler-locked"
c84e2486b3219cc0deb626de13942dd208d28ed0 Bug 1599774 - Localize the profiler popup; r=julienw,fluent-reviewers,flod
Greg Tatum <gtatum@mozilla.com>
parents: 563782
diff changeset
  1253
                       data-l10n-id="profiler-popup-disabled" />
538476
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1254
          <hbox id="PanelUI-profiler-inactive" class="PanelUI-profiler-buttons">
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1255
            <spacer flex="1" />
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1256
            <vbox>
564106
c84e2486b3219cc0deb626de13942dd208d28ed0 Bug 1599774 - Localize the profiler popup; r=julienw,fluent-reviewers,flod
Greg Tatum <gtatum@mozilla.com>
parents: 563782
diff changeset
  1257
              <button data-l10n-id="profiler-popup-start-recording-button"
538476
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1258
                      id="PanelUI-profiler-startRecording"
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1259
                      class="PanelUI-profiler-button PanelUI-profiler-button-primary" />
564106
c84e2486b3219cc0deb626de13942dd208d28ed0 Bug 1599774 - Localize the profiler popup; r=julienw,fluent-reviewers,flod
Greg Tatum <gtatum@mozilla.com>
parents: 563782
diff changeset
  1260
              <label class="PanelUI-profiler-shortcut"
c84e2486b3219cc0deb626de13942dd208d28ed0 Bug 1599774 - Localize the profiler popup; r=julienw,fluent-reviewers,flod
Greg Tatum <gtatum@mozilla.com>
parents: 563782
diff changeset
  1261
                     data-l10n-id="profiler-popup-start-shortcut" />
538476
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1262
            </vbox>
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1263
            <spacer flex="1" />
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1264
          </hbox>
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1265
          <hbox id="PanelUI-profiler-active" class="PanelUI-profiler-buttons">
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1266
            <vbox flex="1">
564106
c84e2486b3219cc0deb626de13942dd208d28ed0 Bug 1599774 - Localize the profiler popup; r=julienw,fluent-reviewers,flod
Greg Tatum <gtatum@mozilla.com>
parents: 563782
diff changeset
  1267
              <button data-l10n-id="profiler-popup-discard-button"
538476
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1268
                      class="PanelUI-profiler-button"
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1269
                      id="PanelUI-profiler-stopAndDiscard" />
564106
c84e2486b3219cc0deb626de13942dd208d28ed0 Bug 1599774 - Localize the profiler popup; r=julienw,fluent-reviewers,flod
Greg Tatum <gtatum@mozilla.com>
parents: 563782
diff changeset
  1270
              <label class="PanelUI-profiler-shortcut"
c84e2486b3219cc0deb626de13942dd208d28ed0 Bug 1599774 - Localize the profiler popup; r=julienw,fluent-reviewers,flod
Greg Tatum <gtatum@mozilla.com>
parents: 563782
diff changeset
  1271
                     data-l10n-id="profiler-popup-start-shortcut" />
538476
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1272
            </vbox>
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1273
            <vbox flex="1">
564106
c84e2486b3219cc0deb626de13942dd208d28ed0 Bug 1599774 - Localize the profiler popup; r=julienw,fluent-reviewers,flod
Greg Tatum <gtatum@mozilla.com>
parents: 563782
diff changeset
  1274
              <button data-l10n-id="profiler-popup-capture-button"
538476
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1275
                      class="PanelUI-profiler-button PanelUI-profiler-button-primary"
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1276
                      id="PanelUI-profiler-stopAndCapture" />
564106
c84e2486b3219cc0deb626de13942dd208d28ed0 Bug 1599774 - Localize the profiler popup; r=julienw,fluent-reviewers,flod
Greg Tatum <gtatum@mozilla.com>
parents: 563782
diff changeset
  1277
              <label data-l10n-id="profiler-popup-capture-shortcut"
c84e2486b3219cc0deb626de13942dd208d28ed0 Bug 1599774 - Localize the profiler popup; r=julienw,fluent-reviewers,flod
Greg Tatum <gtatum@mozilla.com>
parents: 563782
diff changeset
  1278
                     class="PanelUI-profiler-shortcut" />
538476
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1279
            </vbox>
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1280
          </hbox>
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1281
        </vbox>
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1282
      </vbox>
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1283
    </panelview>
6f27c7e272098cf2272cbead63eb35cba89091fa Bug 1648638, remove profiler panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538261
diff changeset
  1284
539496
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1285
    <panelview id="PanelUI-characterEncodingView" flex="1">
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1286
      <vbox class="panel-subview-body">
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1287
        <vbox id="PanelUI-characterEncodingView-pinned"
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1288
              class="PanelUI-characterEncodingView-list"/>
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1289
        <toolbarseparator/>
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1290
        <vbox id="PanelUI-characterEncodingView-charsets"
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1291
              class="PanelUI-characterEncodingView-list"/>
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1292
      </vbox>
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1293
    </panelview>
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1294
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1295
    <panelview id="PanelUI-panicView" flex="1"
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1296
               descriptionheightworkaround="true">
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1297
      <vbox class="panel-subview-body">
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1298
        <hbox id="PanelUI-panic-timeframe">
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1299
          <image id="PanelUI-panic-timeframe-icon" alt=""/>
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1300
          <vbox flex="1">
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1301
            <description data-l10n-id="panic-main-timeframe-desc" id="PanelUI-panic-mainDesc"></description>
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1302
            <radiogroup id="PanelUI-panic-timeSpan" aria-labelledby="PanelUI-panic-mainDesc" closemenu="none">
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1303
              <radio id="PanelUI-panic-5min" data-l10n-id="panic-button-5min" selected="true"
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1304
                    value="5" class="subviewradio"/>
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1305
              <radio id="PanelUI-panic-2hr" data-l10n-id="panic-button-2hr"
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1306
                    value="2" class="subviewradio"/>
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1307
              <radio id="PanelUI-panic-day" data-l10n-id="panic-button-day"
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1308
                    value="6" class="subviewradio"/>
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1309
            </radiogroup>
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1310
          </vbox>
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1311
        </hbox>
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1312
        <vbox id="PanelUI-panic-explanations">
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1313
          <label id="PanelUI-panic-actionlist-main-label" data-l10n-id="panic-button-action-desc"></label>
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1314
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1315
          <label id="PanelUI-panic-actionlist-windows" class="PanelUI-panic-actionlist" data-l10n-id="panic-button-delete-tabs-and-windows"></label>
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1316
          <label id="PanelUI-panic-actionlist-cookies" class="PanelUI-panic-actionlist" data-l10n-id="panic-button-delete-cookies"></label>
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1317
          <label id="PanelUI-panic-actionlist-history" class="PanelUI-panic-actionlist" data-l10n-id="panic-button-delete-history"></label>
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1318
          <label id="PanelUI-panic-actionlist-newwindow" class="PanelUI-panic-actionlist" data-l10n-id="panic-button-open-new-window"></label>
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1319
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1320
          <label id="PanelUI-panic-warning" data-l10n-id="panic-button-undo-warning"></label>
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1321
        </vbox>
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1322
        <button id="PanelUI-panic-view-button"
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1323
                data-l10n-id="panic-button-forget-button"/>
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1324
      </vbox>
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1325
    </panelview>
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1326
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1327
    <panelview id="appMenu-moreView" title="&moreMenu.label;" class="PanelUI-subView">
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1328
      <vbox class="panel-subview-body">
571604
cdf4c74c0025b50b7698dc48aab02df7827fbc8c Bug 1691140, add Task Manager to browser tools menu for proton r=mconley,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 571490
diff changeset
  1329
        <toolbarbutton id="appMenu-taskmanager-button"
cdf4c74c0025b50b7698dc48aab02df7827fbc8c Bug 1691140, add Task Manager to browser tools menu for proton r=mconley,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 571490
diff changeset
  1330
                       class="subviewbutton subviewbutton-iconic"
cdf4c74c0025b50b7698dc48aab02df7827fbc8c Bug 1691140, add Task Manager to browser tools menu for proton r=mconley,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 571490
diff changeset
  1331
                       data-l10n-id="appmenu-taskmanager"
cdf4c74c0025b50b7698dc48aab02df7827fbc8c Bug 1691140, add Task Manager to browser tools menu for proton r=mconley,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 571490
diff changeset
  1332
                       oncommand="switchToTabHavingURI('about:performance', true)"/>
539496
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1333
        <toolbarbutton id="appMenu-characterencoding-button"
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1334
                       class="subviewbutton subviewbutton-nav"
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1335
                       label="&charsetMenu2.label;"
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1336
                       closemenu="none"
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1337
                       oncommand="PanelUI.showSubView('PanelUI-characterEncodingView', this)"/>
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1338
        <toolbarbutton id="appMenu-workoffline-button"
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1339
                       class="subviewbutton"
561308
dc9f6be05525228a37488a121ec588b9c6a92461 Bug 1682022 - Fork some strings from the menubar set in preparation to move them to sentence case. r=mak,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 561307
diff changeset
  1340
                       data-l10n-id="more-menu-go-offline"
539496
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1341
                       type="checkbox"
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1342
                       command="cmd_toggleOfflineStatus"/>
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1343
      </vbox>
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1344
    </panelview>
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1345
566827
93aab6a4a920da467ccd665401879bc51d750060 Bug 1690351 - Create a Proton-specific More Tools panel. r=jdescottes,mconley,fluent-reviewers,flod
Micah Tigley <mtigley@mozilla.com>
parents: 566315
diff changeset
  1346
    <panelview id="appmenu-moreTools" class="PanelUI-subView">
93aab6a4a920da467ccd665401879bc51d750060 Bug 1690351 - Create a Proton-specific More Tools panel. r=jdescottes,mconley,fluent-reviewers,flod
Micah Tigley <mtigley@mozilla.com>
parents: 566315
diff changeset
  1347
      <vbox class="panel-subview-body">
93aab6a4a920da467ccd665401879bc51d750060 Bug 1690351 - Create a Proton-specific More Tools panel. r=jdescottes,mconley,fluent-reviewers,flod
Micah Tigley <mtigley@mozilla.com>
parents: 566315
diff changeset
  1348
        <toolbarbutton id="appmenu-moreTools-button"
567348
e03221c8abfcb7077fc41cdb152b0fdfdfa6edae Bug 1691152 - Apply latest Proton stylings to AppMenu. r=ewright
Mike Conley <mconley@mozilla.com>
parents: 567347
diff changeset
  1349
                       class="subviewbutton"
566827
93aab6a4a920da467ccd665401879bc51d750060 Bug 1690351 - Create a Proton-specific More Tools panel. r=jdescottes,mconley,fluent-reviewers,flod
Micah Tigley <mtigley@mozilla.com>
parents: 566315
diff changeset
  1350
                       data-l10n-id="appmenu-customizetoolbar"
93aab6a4a920da467ccd665401879bc51d750060 Bug 1690351 - Create a Proton-specific More Tools panel. r=jdescottes,mconley,fluent-reviewers,flod
Micah Tigley <mtigley@mozilla.com>
parents: 566315
diff changeset
  1351
                       command="cmd_CustomizeToolbars"/>
93aab6a4a920da467ccd665401879bc51d750060 Bug 1690351 - Create a Proton-specific More Tools panel. r=jdescottes,mconley,fluent-reviewers,flod
Micah Tigley <mtigley@mozilla.com>
parents: 566315
diff changeset
  1352
        <toolbarseparator/>
568532
2560f3f055fd371f4c2bc528a8c7e270ac7c0714 Bug 1688960 - Use h1 and h2 elements for panel headers and subheaders. r=Standard8,yzen,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 568505
diff changeset
  1353
        <html:h2 id="appmenu-developer-tools"
2560f3f055fd371f4c2bc528a8c7e270ac7c0714 Bug 1688960 - Use h1 and h2 elements for panel headers and subheaders. r=Standard8,yzen,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 568505
diff changeset
  1354
            data-l10n-id="appmenu-developer-tools-subheader"
2560f3f055fd371f4c2bc528a8c7e270ac7c0714 Bug 1688960 - Use h1 and h2 elements for panel headers and subheaders. r=Standard8,yzen,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 568505
diff changeset
  1355
            class="subview-subheader"/>
2560f3f055fd371f4c2bc528a8c7e270ac7c0714 Bug 1688960 - Use h1 and h2 elements for panel headers and subheaders. r=Standard8,yzen,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 568505
diff changeset
  1356
        <vbox id="appmenu-developer-tools-view"
2560f3f055fd371f4c2bc528a8c7e270ac7c0714 Bug 1688960 - Use h1 and h2 elements for panel headers and subheaders. r=Standard8,yzen,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 568505
diff changeset
  1357
              class="panel-subview-body"
2560f3f055fd371f4c2bc528a8c7e270ac7c0714 Bug 1688960 - Use h1 and h2 elements for panel headers and subheaders. r=Standard8,yzen,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 568505
diff changeset
  1358
              role="group"
2560f3f055fd371f4c2bc528a8c7e270ac7c0714 Bug 1688960 - Use h1 and h2 elements for panel headers and subheaders. r=Standard8,yzen,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 568505
diff changeset
  1359
              aria-labelledby="appmenu-developer-tools">
566827
93aab6a4a920da467ccd665401879bc51d750060 Bug 1690351 - Create a Proton-specific More Tools panel. r=jdescottes,mconley,fluent-reviewers,flod
Micah Tigley <mtigley@mozilla.com>
parents: 566315
diff changeset
  1360
          <!-- Developer Tools menu items are inserted here -->
93aab6a4a920da467ccd665401879bc51d750060 Bug 1690351 - Create a Proton-specific More Tools panel. r=jdescottes,mconley,fluent-reviewers,flod
Micah Tigley <mtigley@mozilla.com>
parents: 566315
diff changeset
  1361
        </vbox>
93aab6a4a920da467ccd665401879bc51d750060 Bug 1690351 - Create a Proton-specific More Tools panel. r=jdescottes,mconley,fluent-reviewers,flod
Micah Tigley <mtigley@mozilla.com>
parents: 566315
diff changeset
  1362
      </vbox>
93aab6a4a920da467ccd665401879bc51d750060 Bug 1690351 - Create a Proton-specific More Tools panel. r=jdescottes,mconley,fluent-reviewers,flod
Micah Tigley <mtigley@mozilla.com>
parents: 566315
diff changeset
  1363
    </panelview>
93aab6a4a920da467ccd665401879bc51d750060 Bug 1690351 - Create a Proton-specific More Tools panel. r=jdescottes,mconley,fluent-reviewers,flod
Micah Tigley <mtigley@mozilla.com>
parents: 566315
diff changeset
  1364
572755
94729075e1a328aa06e716beede2582542c994c5 Bug 1693376 - Move save to Pocket to the toolbar. r=Gijs,fluent-reviewers,gvn,flod
Scott <scott.downe@gmail.com>
parents: 572751
diff changeset
  1365
    <panelview id="PanelUI-savetopocket" flex="1" class="PanelUI-subView">
94729075e1a328aa06e716beede2582542c994c5 Bug 1693376 - Move save to Pocket to the toolbar. r=Gijs,fluent-reviewers,gvn,flod
Scott <scott.downe@gmail.com>
parents: 572751
diff changeset
  1366
      <vbox class="PanelUI-savetopocket-container">
94729075e1a328aa06e716beede2582542c994c5 Bug 1693376 - Move save to Pocket to the toolbar. r=Gijs,fluent-reviewers,gvn,flod
Scott <scott.downe@gmail.com>
parents: 572751
diff changeset
  1367
      </vbox>
94729075e1a328aa06e716beede2582542c994c5 Bug 1693376 - Move save to Pocket to the toolbar. r=Gijs,fluent-reviewers,gvn,flod
Scott <scott.downe@gmail.com>
parents: 572751
diff changeset
  1368
    </panelview>
94729075e1a328aa06e716beede2582542c994c5 Bug 1693376 - Move save to Pocket to the toolbar. r=Gijs,fluent-reviewers,gvn,flod
Scott <scott.downe@gmail.com>
parents: 572751
diff changeset
  1369
540392
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1370
    <panelview id="PanelUI-remotetabs" flex="1" class="PanelUI-subView"
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1371
               descriptionheightworkaround="true">
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1372
      <vbox class="panel-subview-body">
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1373
        <!-- this widget has 3 boxes in the body, but only 1 is ever visible -->
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1374
        <!-- When Sync is ready to sync -->
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1375
        <vbox id="PanelUI-remotetabs-main" hidden="true">
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1376
          <vbox id="PanelUI-remotetabs-buttons">
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1377
            <toolbarbutton id="PanelUI-remotetabs-syncnow"
570946
3e2fdbe6d3f2287e458fbc10e7b60d9cf0d2ea91 Bug 1694678: update fxa and remote tabs sync now buttons r=fluent-reviewers,mconley
Emma Malysz <emalysz@mozilla.com>
parents: 570904
diff changeset
  1378
                           align="center"
3e2fdbe6d3f2287e458fbc10e7b60d9cf0d2ea91 Bug 1694678: update fxa and remote tabs sync now buttons r=fluent-reviewers,mconley
Emma Malysz <emalysz@mozilla.com>
parents: 570904
diff changeset
  1379
                           class="subviewbutton subviewbutton-iconic"
540392
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1380
                           oncommand="gSync.doSync();"
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1381
                           onmouseover="gSync.refreshSyncButtonsTooltip();"
570946
3e2fdbe6d3f2287e458fbc10e7b60d9cf0d2ea91 Bug 1694678: update fxa and remote tabs sync now buttons r=fluent-reviewers,mconley
Emma Malysz <emalysz@mozilla.com>
parents: 570904
diff changeset
  1382
                           closemenu="none">
3e2fdbe6d3f2287e458fbc10e7b60d9cf0d2ea91 Bug 1694678: update fxa and remote tabs sync now buttons r=fluent-reviewers,mconley
Emma Malysz <emalysz@mozilla.com>
parents: 570904
diff changeset
  1383
              <hbox flex="1">
3e2fdbe6d3f2287e458fbc10e7b60d9cf0d2ea91 Bug 1694678: update fxa and remote tabs sync now buttons r=fluent-reviewers,mconley
Emma Malysz <emalysz@mozilla.com>
parents: 570904
diff changeset
  1384
                <image class="syncNowBtn"/>
3e2fdbe6d3f2287e458fbc10e7b60d9cf0d2ea91 Bug 1694678: update fxa and remote tabs sync now buttons r=fluent-reviewers,mconley
Emma Malysz <emalysz@mozilla.com>
parents: 570904
diff changeset
  1385
                <label class="syncnow-label"
572816
a689e250e60504096dcc0cca98a44e9f385b010a Bug 1697617 - Update Synced Tabs menu for Proton. r=emalysz,flod,desktop-theme-reviewers,harry
Mike Conley <mconley@mozilla.com>
parents: 572755
diff changeset
  1386
                       data-l10n-id="remote-tabs-sync-now"
a689e250e60504096dcc0cca98a44e9f385b010a Bug 1697617 - Update Synced Tabs menu for Proton. r=emalysz,flod,desktop-theme-reviewers,harry
Mike Conley <mconley@mozilla.com>
parents: 572755
diff changeset
  1387
                       sync-now-data-l10n-id="remote-tabs-sync-now"
571490
089aa761f9f7921b645e6990962c5c1764c6d4d7 Bug 1698492, dynamically set data-l10n-id attribute for sync now buttons when panel views are showing r=Gijs,fluent-reviewers
Emma Malysz <emalysz@mozilla.com>
parents: 571311
diff changeset
  1388
                       syncing-data-l10n-id="fxa-toolbar-sync-syncing2"
570946
3e2fdbe6d3f2287e458fbc10e7b60d9cf0d2ea91 Bug 1694678: update fxa and remote tabs sync now buttons r=fluent-reviewers,mconley
Emma Malysz <emalysz@mozilla.com>
parents: 570904
diff changeset
  1389
                       crop="end"/>
3e2fdbe6d3f2287e458fbc10e7b60d9cf0d2ea91 Bug 1694678: update fxa and remote tabs sync now buttons r=fluent-reviewers,mconley
Emma Malysz <emalysz@mozilla.com>
parents: 570904
diff changeset
  1390
              </hbox>
3e2fdbe6d3f2287e458fbc10e7b60d9cf0d2ea91 Bug 1694678: update fxa and remote tabs sync now buttons r=fluent-reviewers,mconley
Emma Malysz <emalysz@mozilla.com>
parents: 570904
diff changeset
  1391
            </toolbarbutton>
572816
a689e250e60504096dcc0cca98a44e9f385b010a Bug 1697617 - Update Synced Tabs menu for Proton. r=emalysz,flod,desktop-theme-reviewers,harry
Mike Conley <mconley@mozilla.com>
parents: 572755
diff changeset
  1392
            <toolbarbutton id="PanelUI-remotetabs-view-managedevices"
a689e250e60504096dcc0cca98a44e9f385b010a Bug 1697617 - Update Synced Tabs menu for Proton. r=emalysz,flod,desktop-theme-reviewers,harry
Mike Conley <mconley@mozilla.com>
parents: 572755
diff changeset
  1393
                           class="subviewbutton subviewbutton-iconic"
a689e250e60504096dcc0cca98a44e9f385b010a Bug 1697617 - Update Synced Tabs menu for Proton. r=emalysz,flod,desktop-theme-reviewers,harry
Mike Conley <mconley@mozilla.com>
parents: 572755
diff changeset
  1394
                           data-l10n-id="remote-tabs-manage-account"
a689e250e60504096dcc0cca98a44e9f385b010a Bug 1697617 - Update Synced Tabs menu for Proton. r=emalysz,flod,desktop-theme-reviewers,harry
Mike Conley <mconley@mozilla.com>
parents: 572755
diff changeset
  1395
                           oncommand="gSync.openDevicesManagementPage('syncedtabs-menupanel');">
a689e250e60504096dcc0cca98a44e9f385b010a Bug 1697617 - Update Synced Tabs menu for Proton. r=emalysz,flod,desktop-theme-reviewers,harry
Mike Conley <mconley@mozilla.com>
parents: 572755
diff changeset
  1396
                           <observes element="sidebar-box" attribute="positionend"/>
a689e250e60504096dcc0cca98a44e9f385b010a Bug 1697617 - Update Synced Tabs menu for Proton. r=emalysz,flod,desktop-theme-reviewers,harry
Mike Conley <mconley@mozilla.com>
parents: 572755
diff changeset
  1397
            </toolbarbutton>
540392
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1398
            <toolbarseparator id="PanelUI-remotetabs-separator"/>
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1399
          </vbox>
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1400
          <deck id="PanelUI-remotetabs-deck">
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1401
            <!-- Sync is ready to Sync and the "tabs" engine is enabled -->
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1402
            <vbox id="PanelUI-remotetabs-tabspane">
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1403
              <vbox id="PanelUI-remotetabs-tabslist"
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1404
                    showAllLabel="&appMenuRemoteTabs.showAll.label;"
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1405
                    showAllTooltipText="&appMenuRemoteTabs.showAll.tooltip;"
569109
f18f29e5229edb11ca7e5a4fa1e313a47ed3b521 Bug 1695697, update show more button label in remote tabs panels r=mconley,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568999
diff changeset
  1406
                    showMoreLabel="appmenu-fxa-show-more-tabs"
540392
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1407
                    showMoreTooltipText="&appMenuRemoteTabs.showMore.tooltip;"
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1408
                    notabsforclientlabel="&appMenuRemoteTabs.notabs.label;"
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1409
                    />
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1410
            </vbox>
568396
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
  1411
            <!-- Sync is ready to Sync but we are still fetching the tabs to show -->
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
  1412
            <vbox id="PanelUI-remotetabs-fetching">
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
  1413
              <!-- Show intentionally blank panel, see bug 1239845 -->
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
  1414
            </vbox>
540392
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1415
            <!-- Sync is ready to Sync but the "tabs" engine isn't enabled-->
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1416
            <hbox id="PanelUI-remotetabs-tabsdisabledpane" pack="center" flex="1">
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1417
              <vbox class="PanelUI-remotetabs-instruction-box" align="center">
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1418
                <hbox pack="center">
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1419
                  <image class="fxaSyncIllustrationIssue"/>
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1420
                </hbox>
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1421
                <label class="PanelUI-remotetabs-instruction-label">&appMenuRemoteTabs.tabsnotsyncing.label;</label>
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1422
                <hbox pack="center">
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1423
                  <toolbarbutton class="PanelUI-remotetabs-button"
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1424
                                 id="PanelUI-remotetabs-tabsdisabledpane-button"
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1425
                                 label="&appMenuRemoteTabs.opensyncprefs.label;"
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1426
                                 oncommand="gSync.openPrefs('synced-tabs');"/>
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1427
                </hbox>
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1428
              </vbox>
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1429
            </hbox>
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1430
            <!-- Sync has only 1 (ie, this) device connected -->
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1431
            <hbox id="PanelUI-remotetabs-nodevicespane" pack="center" flex="1">
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1432
              <vbox class="PanelUI-remotetabs-instruction-box" align="center">
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1433
                <hbox pack="center">
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1434
                  <image class="fxaSyncIllustrationIssue"/>
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1435
                </hbox>
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1436
                <label class="PanelUI-remotetabs-instruction-label">&appMenuRemoteTabs.noclients.subtitle;</label>
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1437
                <toolbarbutton id="PanelUI-remotetabs-connect-device-button"
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1438
                               class="PanelUI-remotetabs-button"
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1439
                               label="&appMenuRemoteTabs.connectdevice.label;"
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1440
                               oncommand="gSync.openConnectAnotherDevice('synced-tabs');"/>
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1441
              </vbox>
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1442
            </hbox>
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1443
          </deck>
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1444
        </vbox>
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1445
        <!-- a box to ensure contained boxes are centered horizonally -->
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1446
        <hbox pack="center" flex="1">
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1447
          <!-- When Sync is not configured -->
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1448
          <vbox id="PanelUI-remotetabs-setupsync"
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1449
                flex="1"
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1450
                align="center"
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1451
                class="PanelUI-remotetabs-instruction-box"
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1452
                hidden="true">
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1453
            <image class="fxaSyncIllustration"/>
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1454
            <label class="PanelUI-remotetabs-instruction-label">&appMenuRemoteTabs.welcome.label;</label>
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1455
            <toolbarbutton class="PanelUI-remotetabs-button"
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1456
                           id="PanelUI-remotetabs-setupsync-button"
573733
990a90c36b3ca7490bf706e092ff36bfbde860b1 Bug 1700638 - Remove Sync brand from Sync dialogs and sidebar, App menu and FxA menu, r=mconley,fluent-reviewers
Francesco Lodolo (:flod) <flod@lodolo.net>
parents: 573583
diff changeset
  1457
                           data-l10n-id="appmenu-remote-tabs-sign-into-sync"
540392
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1458
                           oncommand="gSync.openPrefs('synced-tabs');"/>
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1459
          </vbox>
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1460
          <!-- When Sync is not enabled -->
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1461
          <vbox id="PanelUI-remotetabs-syncdisabled"
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1462
                flex="1"
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1463
                align="center"
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1464
                class="PanelUI-remotetabs-instruction-box"
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1465
                hidden="true">
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1466
            <image class="fxaSyncIllustration"/>
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1467
            <label class="PanelUI-remotetabs-instruction-label">&appMenuRemoteTabs.welcome.label;</label>
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1468
            <toolbarbutton class="PanelUI-remotetabs-button"
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1469
                           id="PanelUI-remotetabs-syncdisabled-button"
573733
990a90c36b3ca7490bf706e092ff36bfbde860b1 Bug 1700638 - Remove Sync brand from Sync dialogs and sidebar, App menu and FxA menu, r=mconley,fluent-reviewers
Francesco Lodolo (:flod) <flod@lodolo.net>
parents: 573583
diff changeset
  1470
                           data-l10n-id="appmenu-remote-tabs-turn-on-sync"
540392
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1471
                           oncommand="gSync.openPrefs('synced-tabs');"/>
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1472
          </vbox>
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1473
          <!-- When Sync needs re-authentication -->
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1474
          <vbox id="PanelUI-remotetabs-reauthsync"
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1475
                flex="1"
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1476
                align="center"
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1477
                class="PanelUI-remotetabs-instruction-box"
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1478
                hidden="true">
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1479
            <image class="fxaSyncIllustrationIssue"/>
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1480
            <label class="PanelUI-remotetabs-instruction-label">&appMenuRemoteTabs.welcome.label;</label>
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1481
            <toolbarbutton class="PanelUI-remotetabs-button"
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1482
                           id="PanelUI-remotetabs-reauthsync-button"
573733
990a90c36b3ca7490bf706e092ff36bfbde860b1 Bug 1700638 - Remove Sync brand from Sync dialogs and sidebar, App menu and FxA menu, r=mconley,fluent-reviewers
Francesco Lodolo (:flod) <flod@lodolo.net>
parents: 573583
diff changeset
  1483
                           data-l10n-id="appmenu-remote-tabs-sign-into-sync"
540392
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1484
                           oncommand="gSync.openPrefs('synced-tabs');"/>
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1485
          </vbox>
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1486
          <!-- When Sync needs verification -->
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1487
          <vbox id="PanelUI-remotetabs-unverified"
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1488
                flex="1"
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1489
                align="center"
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1490
                class="PanelUI-remotetabs-instruction-box"
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1491
                hidden="true">
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1492
            <image class="fxaSyncIllustrationIssue"/>
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1493
            <label class="PanelUI-remotetabs-instruction-label">&appMenuRemoteTabs.unverified.label;</label>
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1494
            <toolbarbutton class="PanelUI-remotetabs-button"
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1495
                           id="PanelUI-remotetabs-unverified-button"
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1496
                           label="&appMenuRemoteTabs.opensyncprefs.label;"
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1497
                           oncommand="gSync.openPrefs('synced-tabs');"/>
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1498
          </vbox>
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1499
        </hbox>
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1500
      </vbox>
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1501
    </panelview>
c18c163631baadfc59c59a5cf160f823fae26224 Bug 1648636, remove remote tabs panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 539496
diff changeset
  1502
574265
e0d5f272c373c99442e1db8c57ca17ec8a7055ce Bug 1702461, set fxa submenu header correctly when opening the panel r=mconley,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 573999
diff changeset
  1503
    <panelview id="PanelUI-fxa" class="PanelUI-subView" descriptionheightworkaround="true">
540995
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1504
      <vbox id="PanelUI-fxa-menu" class="panel-subview-body">
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1505
        <toolbarbutton id="fxa-manage-account-button"
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1506
                       align="center"
568396
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
  1507
                       class="subviewbutton"
540995
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1508
                       oncommand="gSync.clickFxAMenuHeaderButton(this);">
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1509
          <image role="presentation" id="fxa-menu-avatar"/>
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1510
          <vbox flex="1">
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1511
            <label id="fxa-menu-header-title"
558056
ccd989d3e89ef97319f24a07596115d253fde4fb Bug 1676759 - Prevent long email address from making the Firefox Account pane overflow horizontally. r=eoger
Dão Gottwald <dao@mozilla.com>
parents: 557242
diff changeset
  1512
                   crop="end"
ccd989d3e89ef97319f24a07596115d253fde4fb Bug 1676759 - Prevent long email address from making the Firefox Account pane overflow horizontally. r=eoger
Dão Gottwald <dao@mozilla.com>
parents: 557242
diff changeset
  1513
                   value="&fxa.menu.signin.label;"
ccd989d3e89ef97319f24a07596115d253fde4fb Bug 1676759 - Prevent long email address from making the Firefox Account pane overflow horizontally. r=eoger
Dão Gottwald <dao@mozilla.com>
parents: 557242
diff changeset
  1514
                   defaultLabel="&fxa.menu.signin.label;"/>
540995
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1515
            <label id="fxa-menu-header-description"
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1516
                   crop="end"
573733
990a90c36b3ca7490bf706e092ff36bfbde860b1 Bug 1700638 - Remove Sync brand from Sync dialogs and sidebar, App menu and FxA menu, r=mconley,fluent-reviewers
Francesco Lodolo (:flod) <flod@lodolo.net>
parents: 573583
diff changeset
  1517
                   data-l10n-id="fxa-menu-turn-on-sync"/>
540995
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1518
          </vbox>
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1519
        </toolbarbutton>
568396
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
  1520
        <toolbarbutton id="PanelUI-fxa-menu-syncnow-button"
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
  1521
                       align="center"
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
  1522
                       class="subviewbutton subviewbutton-iconic"
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
  1523
                       oncommand="gSync.doSyncFromFxaMenu(this);"
570946
3e2fdbe6d3f2287e458fbc10e7b60d9cf0d2ea91 Bug 1694678: update fxa and remote tabs sync now buttons r=fluent-reviewers,mconley
Emma Malysz <emalysz@mozilla.com>
parents: 570904
diff changeset
  1524
                       onmouseover="gSync.refreshSyncButtonsTooltip();"
568396
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
  1525
                       closemenu="none">
570946
3e2fdbe6d3f2287e458fbc10e7b60d9cf0d2ea91 Bug 1694678: update fxa and remote tabs sync now buttons r=fluent-reviewers,mconley
Emma Malysz <emalysz@mozilla.com>
parents: 570904
diff changeset
  1526
          <hbox flex="1">
3e2fdbe6d3f2287e458fbc10e7b60d9cf0d2ea91 Bug 1694678: update fxa and remote tabs sync now buttons r=fluent-reviewers,mconley
Emma Malysz <emalysz@mozilla.com>
parents: 570904
diff changeset
  1527
            <image id="PanelUI-appMenu-fxa-image-last-synced"
3e2fdbe6d3f2287e458fbc10e7b60d9cf0d2ea91 Bug 1694678: update fxa and remote tabs sync now buttons r=fluent-reviewers,mconley
Emma Malysz <emalysz@mozilla.com>
parents: 570904
diff changeset
  1528
                   class="syncNowBtn"/>
3e2fdbe6d3f2287e458fbc10e7b60d9cf0d2ea91 Bug 1694678: update fxa and remote tabs sync now buttons r=fluent-reviewers,mconley
Emma Malysz <emalysz@mozilla.com>
parents: 570904
diff changeset
  1529
            <label class="syncnow-label"
3e2fdbe6d3f2287e458fbc10e7b60d9cf0d2ea91 Bug 1694678: update fxa and remote tabs sync now buttons r=fluent-reviewers,mconley
Emma Malysz <emalysz@mozilla.com>
parents: 570904
diff changeset
  1530
                   data-l10n-id="appmenuitem-fxa-toolbar-sync-now2"
571490
089aa761f9f7921b645e6990962c5c1764c6d4d7 Bug 1698492, dynamically set data-l10n-id attribute for sync now buttons when panel views are showing r=Gijs,fluent-reviewers
Emma Malysz <emalysz@mozilla.com>
parents: 571311
diff changeset
  1531
                   sync-now-data-l10n-id="appmenuitem-fxa-toolbar-sync-now2"
089aa761f9f7921b645e6990962c5c1764c6d4d7 Bug 1698492, dynamically set data-l10n-id attribute for sync now buttons when panel views are showing r=Gijs,fluent-reviewers
Emma Malysz <emalysz@mozilla.com>
parents: 571311
diff changeset
  1532
                   syncing-data-l10n-id="fxa-toolbar-sync-syncing2"
568396
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
  1533
                   crop="end"/>
570946
3e2fdbe6d3f2287e458fbc10e7b60d9cf0d2ea91 Bug 1694678: update fxa and remote tabs sync now buttons r=fluent-reviewers,mconley
Emma Malysz <emalysz@mozilla.com>
parents: 570904
diff changeset
  1534
          </hbox>
568396
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
  1535
        </toolbarbutton>
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
  1536
        <toolbarbutton id="PanelUI-fxa-menu-setup-sync-button"
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
  1537
                        class="subviewbutton subviewbutton-iconic"
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
  1538
                        data-l10n-id="appmenu-fxa-setup-sync"
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
  1539
                        oncommand="gSync.openPrefsFromFxaMenu('sync_settings', this);"/>
540995
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1540
        <!-- The `Connect Another Device` button is disabled by default until the user logs into Sync. -->
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1541
        <toolbarbutton id="PanelUI-fxa-menu-connect-device-button"
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1542
                        class="subviewbutton subviewbutton-iconic"
573876
3c8d54305f5a58da336c0ff917fba2f4449e845e Bug 1702118 - Migrate more FxA toolbar button strings to Fluent, r=fluent-reviewers,Gijs
Francesco Lodolo (:flod) <flod@lodolo.net>
parents: 573765
diff changeset
  1543
                        data-l10n-id="fxa-menu-connect-another-device"
540995
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1544
                        disabled="true"
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1545
                        oncommand="gSync.openConnectAnotherDeviceFromFxaMenu(this);"/>
568396
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
  1546
        <toolbarbutton id="PanelUI-fxa-menu-sendtab-button"
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
  1547
                        class="subviewbutton subviewbutton-nav subviewbutton-iconic"
540995
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1548
                        closemenu="none"
568396
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
  1549
                        oncommand="gSync.showSendToDeviceViewFromFxaMenu(this);"/>
540995
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1550
        <toolbarbutton id="PanelUI-fxa-menu-sync-prefs-button"
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1551
                        class="subviewbutton subviewbutton-iconic"
573733
990a90c36b3ca7490bf706e092ff36bfbde860b1 Bug 1700638 - Remove Sync brand from Sync dialogs and sidebar, App menu and FxA menu, r=mconley,fluent-reviewers
Francesco Lodolo (:flod) <flod@lodolo.net>
parents: 573583
diff changeset
  1552
                        data-l10n-id="fxa-menu-sync-settings"
540995
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1553
                        hidden="true"
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1554
                        oncommand="gSync.openPrefsFromFxaMenu('sync_settings', this);"/>
568396
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
  1555
        <toolbarseparator id="PanelUI-sign-out-separator"/>
540995
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1556
        <toolbarbutton id="PanelUI-fxa-menu-account-signout-button"
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1557
                class="subviewbutton subviewbutton-iconic"
573876
3c8d54305f5a58da336c0ff917fba2f4449e845e Bug 1702118 - Migrate more FxA toolbar button strings to Fluent, r=fluent-reviewers,Gijs
Francesco Lodolo (:flod) <flod@lodolo.net>
parents: 573765
diff changeset
  1558
                data-l10n-id="fxa-menu-sign-out"
540995
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1559
                oncommand="gSync.disconnect();"/>
568396
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
  1560
        <toolbarseparator id="PanelUI-remote-tabs-separator"/>
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
  1561
        <deck id="PanelUI-fxa-remotetabs-deck">
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
  1562
          <!-- Sync is ready to Sync and the "tabs" engine is enabled -->
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
  1563
          <vbox id="PanelUI-fxa-remotetabs-tabspane">
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
  1564
            <vbox id="PanelUI-fxa-remotetabs-tabslist"
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
  1565
                  showAllLabel="&appMenuRemoteTabs.showAll.label;"
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
  1566
                  showAllTooltipText="&appMenuRemoteTabs.showAll.tooltip;"
569109
f18f29e5229edb11ca7e5a4fa1e313a47ed3b521 Bug 1695697, update show more button label in remote tabs panels r=mconley,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568999
diff changeset
  1567
                  showMoreLabel="appmenu-fxa-show-more-tabs"
568396
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
  1568
                  showMoreTooltipText="&appMenuRemoteTabs.showMore.tooltip;"
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
  1569
                  notabsforclientlabel="&appMenuRemoteTabs.notabs.label;"
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
  1570
                  />
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
  1571
          </vbox>
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
  1572
          <!-- Sync is ready to Sync but we are still fetching the tabs to show -->
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
  1573
          <vbox id="PanelUI-fxa-remotetabs-fetching">
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
  1574
            <!-- Show intentionally blank panel, see bug 1239845 -->
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
  1575
          </vbox>
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
  1576
        </deck>
540995
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1577
      </vbox>
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1578
    </panelview>
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1579
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1580
    <!-- This panelview is used to contain the dynamically created buttons for send tab to devices -->
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1581
    <panelview id="PanelUI-sendTabToDevice" flex="1" class="PanelUI-subView">
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1582
      <vbox class="panel-subview-body">
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1583
        <toolbarbutton id="PanelUI-sendTabToDevice-syncingDevices" class="subviewbutton subviewbutton-iconic pageAction-sendToDevice-notReady"
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1584
                       label="&sendToDevice.syncNotReady.label;"
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1585
                       disabled="true"/>
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1586
      </vbox>
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1587
    </panelview>
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1588
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1589
    <panelview id="PanelUI-fxa-menu-sendtab-not-configured" flex="1" class="PanelUI-subView">
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1590
      <vbox id="PanelUI-fxa-sendtab-not-configured" align="center" class="panel-subview-body">
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1591
        <image class="fxaSendToDeviceLogo" role="presentation"/>
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1592
        <label class="PanelUI-fxa-service-description-label">&fxa.service.sendTab.description;</label>
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1593
        <toolbarbutton id="PanelUI-fxa-menu-sendtab-not-configured-button"
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1594
                       class="PanelUI-fxa-signin-button"
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1595
                       label="&fxa.menu.signin.label;"
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1596
                       oncommand="gSync.openPrefsFromFxaMenu('send_tab', this);"/>
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1597
      </vbox>
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1598
    </panelview>
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1599
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1600
    <panelview id="PanelUI-fxa-menu-sendtab-no-devices" flex="1" class="PanelUI-subView">
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1601
      <vbox id="PanelUI-fxa-sendtab-no-devices" align="center" class="panel-subview-body">
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1602
        <image class="fxaSendToDeviceLogo" role="presentation"/>
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1603
        <label class="PanelUI-fxa-service-description-label">&fxa.service.sendTab.description;</label>
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1604
        <toolbarbutton id="PanelUI-fxa-menu-sendtab-connect-device-button"
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1605
                       class="PanelUI-fxa-signin-button"
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1606
                       label="&appMenuRemoteTabs.connectdevice.label;"
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1607
                       oncommand="gSync.openConnectAnotherDeviceFromFxaMenu(this);"/>
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1608
      </vbox>
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1609
    </panelview>
2dbf2fc4ad6a0c5da5bf0d6996dadb10ba7d0deb Bug 1648637, remove fxa panel from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 540392
diff changeset
  1610
537806
126d8d9901b072b503723d7d6bfb617b5e678f73 Bug 1648175, remove history and library panel views from the main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 535949
diff changeset
  1611
    <panelview id="appMenu-libraryView" class="PanelUI-subView">
126d8d9901b072b503723d7d6bfb617b5e678f73 Bug 1648175, remove history and library panel views from the main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 535949
diff changeset
  1612
      <vbox class="panel-subview-body">
126d8d9901b072b503723d7d6bfb617b5e678f73 Bug 1648175, remove history and library panel views from the main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 535949
diff changeset
  1613
        <toolbarbutton id="appMenu-library-bookmarks-button"
126d8d9901b072b503723d7d6bfb617b5e678f73 Bug 1648175, remove history and library panel views from the main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 535949
diff changeset
  1614
                       class="subviewbutton subviewbutton-iconic subviewbutton-nav"
561307
249ed05c98d7771d339393520c428c09bacd42cf Bug 1682022 - Convert some bookmarking strings to Fluent. r=mak,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 561191
diff changeset
  1615
                       data-l10n-id="library-bookmarks-menu"
537806
126d8d9901b072b503723d7d6bfb617b5e678f73 Bug 1648175, remove history and library panel views from the main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 535949
diff changeset
  1616
                       closemenu="none"
126d8d9901b072b503723d7d6bfb617b5e678f73 Bug 1648175, remove history and library panel views from the main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 535949
diff changeset
  1617
                       oncommand="BookmarkingUI.showSubView(this);"/>
126d8d9901b072b503723d7d6bfb617b5e678f73 Bug 1648175, remove history and library panel views from the main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 535949
diff changeset
  1618
        <toolbarbutton id="appMenu-library-history-button"
126d8d9901b072b503723d7d6bfb617b5e678f73 Bug 1648175, remove history and library panel views from the main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 535949
diff changeset
  1619
                       class="subviewbutton subviewbutton-iconic subviewbutton-nav"
126d8d9901b072b503723d7d6bfb617b5e678f73 Bug 1648175, remove history and library panel views from the main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 535949
diff changeset
  1620
                       label="&historyMenu.label;"
126d8d9901b072b503723d7d6bfb617b5e678f73 Bug 1648175, remove history and library panel views from the main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 535949
diff changeset
  1621
                       closemenu="none"
126d8d9901b072b503723d7d6bfb617b5e678f73 Bug 1648175, remove history and library panel views from the main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 535949
diff changeset
  1622
                       oncommand="PanelUI.showSubView('PanelUI-history', this)"/>
126d8d9901b072b503723d7d6bfb617b5e678f73 Bug 1648175, remove history and library panel views from the main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 535949
diff changeset
  1623
        <toolbarbutton id="appMenu-library-downloads-button"
565319
164e8109e0123404ff8874bed576fdff97da75b9 Bug 1689405: remove components of library panel r=mconley
Emma Malysz <emalysz@mozilla.com>
parents: 565299
diff changeset
  1624
                       class="subviewbutton subviewbutton-iconic"
537806
126d8d9901b072b503723d7d6bfb617b5e678f73 Bug 1648175, remove history and library panel views from the main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 535949
diff changeset
  1625
                       label="&libraryDownloads.label;"
565319
164e8109e0123404ff8874bed576fdff97da75b9 Bug 1689405: remove components of library panel r=mconley
Emma Malysz <emalysz@mozilla.com>
parents: 565299
diff changeset
  1626
                       oncommand="DownloadsPanel.showDownloadsHistory();"/>
537806
126d8d9901b072b503723d7d6bfb617b5e678f73 Bug 1648175, remove history and library panel views from the main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 535949
diff changeset
  1627
      </vbox>
126d8d9901b072b503723d7d6bfb617b5e678f73 Bug 1648175, remove history and library panel views from the main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 535949
diff changeset
  1628
    </panelview>
538261
7f1cbe3370b35c4e8defc7ca0c57cc0868886cc7 Bug 1648613, remove bookmark and bookmarking tools panels from main view and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538129
diff changeset
  1629
539496
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1630
    <panelview id="PanelUI-whatsNew" class="PanelUI-subView">
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1631
      <vbox class="panel-subview-body">
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1632
        <box id="PanelUI-whatsNew-title" class="panel-header">
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1633
          <label data-l10n-id="whatsnew-panel-header"/>
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1634
        </box>
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1635
        <toolbaritem id="PanelUI-whatsNew-content"
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1636
                     orient="vertical"
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1637
                     smoothscroll="false">
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1638
          <html:div id="PanelUI-whatsNew-message-container" role="document">
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1639
            <!-- What's New messages will be rendered here -->
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1640
          </html:div>
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1641
        </toolbaritem>
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1642
      </vbox>
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1643
      <checkbox id="panelMenu-toggleWhatsNew"
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1644
                class="panelMenu-toggleWhatsNew-checkbox"
555462
a127fb101679d2d97787e9b34d34fbea3078e526 Bug 1669483 - Restore keyboard navigation to WhatsNewPanel footer r=Jamie,andreio
emcminn <emcminn@mozilla.com>
parents: 555245
diff changeset
  1645
                onclick="ToolbarPanelHub.toggleWhatsNewPref(event)"
539496
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1646
                data-l10n-id="whatsnew-panel-footer-checkbox"/>
a432edfec5cff8662cb5223bbab4a1af47359690 Bug 1648640, remove character encoding panel view, panic view, SSB view, more view, and what's new panel view from main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 538476
diff changeset
  1647
    </panelview>
537806
126d8d9901b072b503723d7d6bfb617b5e678f73 Bug 1648175, remove history and library panel views from the main panel and place in template r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 535949
diff changeset
  1648
  </html:template>
1
9b2a99adc05e53cd4010de512f50118594756650 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
hg@mozilla.com
parents:
diff changeset
  1649
567398
01606a3ed3599fc1c0733b0ced389f300a24c417 Bug 1685313 - allow window modal dialogs to display inside windows, r=jaws,mtigley
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 567348
diff changeset
  1650
  <html:dialog id="window-modal-dialog" style="visibility: hidden; height: 0; width: 0"/>
01606a3ed3599fc1c0733b0ced389f300a24c417 Bug 1685313 - allow window modal dialogs to display inside windows, r=jaws,mtigley
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 567348
diff changeset
  1651
  <html:template id="window-modal-dialog-template">
01606a3ed3599fc1c0733b0ced389f300a24c417 Bug 1685313 - allow window modal dialogs to display inside windows, r=jaws,mtigley
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 567348
diff changeset
  1652
    <vbox class="dialogTemplate dialogOverlay" align="center" topmost="true">
01606a3ed3599fc1c0733b0ced389f300a24c417 Bug 1685313 - allow window modal dialogs to display inside windows, r=jaws,mtigley
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 567348
diff changeset
  1653
      <hbox class="dialogBox">
01606a3ed3599fc1c0733b0ced389f300a24c417 Bug 1685313 - allow window modal dialogs to display inside windows, r=jaws,mtigley
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 567348
diff changeset
  1654
        <browser class="dialogFrame"
01606a3ed3599fc1c0733b0ced389f300a24c417 Bug 1685313 - allow window modal dialogs to display inside windows, r=jaws,mtigley
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 567348
diff changeset
  1655
                 autoscroll="false"
01606a3ed3599fc1c0733b0ced389f300a24c417 Bug 1685313 - allow window modal dialogs to display inside windows, r=jaws,mtigley
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 567348
diff changeset
  1656
                 disablehistory="true"/>
01606a3ed3599fc1c0733b0ced389f300a24c417 Bug 1685313 - allow window modal dialogs to display inside windows, r=jaws,mtigley
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 567348
diff changeset
  1657
      </hbox>
01606a3ed3599fc1c0733b0ced389f300a24c417 Bug 1685313 - allow window modal dialogs to display inside windows, r=jaws,mtigley
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 567348
diff changeset
  1658
    </vbox>
01606a3ed3599fc1c0733b0ced389f300a24c417 Bug 1685313 - allow window modal dialogs to display inside windows, r=jaws,mtigley
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 567348
diff changeset
  1659
  </html:template>
01606a3ed3599fc1c0733b0ced389f300a24c417 Bug 1685313 - allow window modal dialogs to display inside windows, r=jaws,mtigley
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 567348
diff changeset
  1660
501409
9644ee96a51a03a8f4e50e9777fb7278f246383c Bug 1492582 - Fix screenshot tests for htmlified browser.xhtml. r=bgrins
Brendan Dahl <bdahl@mozilla.com>
parents: 501407
diff changeset
  1661
  <!-- Temporary wrapper until we move away from XUL flex to allow a negative
9644ee96a51a03a8f4e50e9777fb7278f246383c Bug 1492582 - Fix screenshot tests for htmlified browser.xhtml. r=bgrins
Brendan Dahl <bdahl@mozilla.com>
parents: 501407
diff changeset
  1662
       margin-top to slide the toolbox off screen in fullscreen layout.-->
501402
fa9ff3a262bc60d20ac657087579d7e2a0829e8f Bug 1492582 - Use html root element in browser.xhtml and update styling to support html roots r=Gijs
Brendan Dahl <bdahl@mozilla.com>
parents: 501201
diff changeset
  1663
  <box>
fa9ff3a262bc60d20ac657087579d7e2a0829e8f Bug 1492582 - Use html root element in browser.xhtml and update styling to support html roots r=Gijs
Brendan Dahl <bdahl@mozilla.com>
parents: 501201
diff changeset
  1664
  <toolbox id="navigator-toolbox" flex="1">
444650
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1665
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1666
    <vbox id="titlebar">
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1667
      <!-- Menu -->
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1668
      <toolbar type="menubar" id="toolbar-menubar"
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1669
               class="browser-toolbar chromeclass-menubar titlebar-color"
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1670
               customizable="true"
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1671
               mode="icons"
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1672
#ifdef MENUBAR_CAN_AUTOHIDE
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1673
               toolbarname="&menubarCmd.label;"
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1674
               accesskey="&menubarCmd.accesskey;"
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1675
               autohide="true"
155217
c06fb1a7c7fbd3fbf5b8181cdc519cbea6be5d94 Bug 865374 - Position tabs in the OSX titlebar. Cocoa Widget work by Steven Michaud. r=dao,bgirard.
Mike Conley <mconley@mozilla.com>
parents: 155215
diff changeset
  1676
#endif
444650
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1677
               context="toolbar-context-menu">
448360
204cda7581188cfc8c8ef11dce4680dadf2b43bb Backed out changeset fd00df2e0aba (bug 1507536) for causing bug 1509711 as mconley requested. a=backout
Cosmin Sabou <csabou@mozilla.com>
parents: 448126
diff changeset
  1678
        <toolbaritem id="menubar-items" align="center">
408794
44eb7c6b5b76da28cbe8b997164e40e24357da35 Bug 1442829: Remove macBrowserOverlay.xul. r=Gijs
Brendan Dahl <brendan.dahl@gmail.com>
parents: 408542
diff changeset
  1679
# The entire main menubar is placed into browser-menubar.inc, so that it can be
503251
e9ecb93275c0939c83cae4e69384a96ce5493f11 Bug 1596591 - Rename inc.xul files to inc.xhtml r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 501409
diff changeset
  1680
# shared with other top level windows in macWindow.inc.xhtml.
1
9b2a99adc05e53cd4010de512f50118594756650 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
hg@mozilla.com
parents:
diff changeset
  1681
#include browser-menubar.inc
444650
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1682
        </toolbaritem>
511449
e2c67219b588c23e34680a28ddcd8f566bc6d988 Bug 1607575 - Change consumers of XUL ordinal attribute to use the -moz-box-ordinal-group style instead r=bgrins
Kirk Steuber <ksteuber@mozilla.com>
parents: 509801
diff changeset
  1683
        <spacer flex="1" skipintoolbarset="true" style="-moz-box-ordinal-group: 1000;"/>
506349
23c591259da010fe4857703af04a6b90458f91de Bug 1601094, rename the remaining .xul files in browser/ to .xhtml r=marionette-reviewers,whimboo,mossop
Emma Malysz <emalysz@mozilla.com>
parents: 506348
diff changeset
  1684
#include titlebar-items.inc.xhtml
444650
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1685
      </toolbar>
1
9b2a99adc05e53cd4010de512f50118594756650 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
hg@mozilla.com
parents:
diff changeset
  1686
444650
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1687
      <toolbar id="TabsToolbar"
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1688
               class="browser-toolbar titlebar-color"
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1689
               fullscreentoolbar="true"
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1690
               customizable="true"
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1691
               customizationtarget="TabsToolbar-customization-target"
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1692
               mode="icons"
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1693
               aria-label="&tabsToolbar.label;"
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1694
               context="toolbar-context-menu"
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1695
               flex="1">
449778
8d6820717b7a3b7b9bbac8f55186662351ca61af Bug 1513200 - Move pre-tabs and post-tabs spacers outside of TabsToolbar-customization-target and revert bug 1445728. r=Gijs
Dão Gottwald <dao@mozilla.com>
parents: 448572
diff changeset
  1696
8d6820717b7a3b7b9bbac8f55186662351ca61af Bug 1513200 - Move pre-tabs and post-tabs spacers outside of TabsToolbar-customization-target and revert bug 1445728. r=Gijs
Dão Gottwald <dao@mozilla.com>
parents: 448572
diff changeset
  1697
        <hbox class="titlebar-spacer" type="pre-tabs"/>
8d6820717b7a3b7b9bbac8f55186662351ca61af Bug 1513200 - Move pre-tabs and post-tabs spacers outside of TabsToolbar-customization-target and revert bug 1445728. r=Gijs
Dão Gottwald <dao@mozilla.com>
parents: 448572
diff changeset
  1698
451087
f5ae60be85198c9deaa583f6b3f5df6d56306a33 Bug 1513468 - Remove spacer above tab toolbar items. r=mconley
Dão Gottwald <dao@mozilla.com>
parents: 450497
diff changeset
  1699
        <hbox flex="1" align="end" class="toolbar-items">
444650
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1700
          <hbox id="TabsToolbar-customization-target" flex="1">
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1701
            <tabs id="tabbrowser-tabs"
480660
8f15ea3b3223c91e84a671b7ad32916d62e1ca84 Bug 1555060 Convert <tabs> to a custom element
Andrew Swan <aswan@mozilla.com>
parents: 480657
diff changeset
  1702
                  is="tabbrowser-tabs"
444650
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1703
                  flex="1"
526764
1722e7d840d12c0593afc97ace490b668c4d9ee2 Bug 1634013 - Remove the browser.tabs.multiselect pref r=dao
aarushivij <aarushivij@gmail.com>
parents: 526741
diff changeset
  1704
                  aria-multiselectable="true"
444650
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1705
                  setfocus="false"
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1706
                  tooltip="tabbrowser-tab-tooltip"
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1707
                  stopwatchid="FX_TAB_CLICK_MS">
509459
b35db617be4077aaee0109a0cd5b5f7644b92627 Bug 1584498 - Set tab drop indicator width and negative margin in CSS instead of calculating them on the fly. r=harry
Dão Gottwald <dao@mozilla.com>
parents: 508367
diff changeset
  1708
              <hbox class="tab-drop-indicator" hidden="true"/>
521113
4c4129ce2ccb80301ffab43e76dc820e5a182607 Bug 1625895 - Change tabbrowser-arrowscrollbox from class to id. r=dao
aarushivij <aarushivij@gmail.com>
parents: 520728
diff changeset
  1709
              <arrowscrollbox id="tabbrowser-arrowscrollbox" orient="horizontal" flex="1" style="min-width: 1px;" clicktoscroll="true" scrolledtostart="true" scrolledtoend="true">
480660
8f15ea3b3223c91e84a671b7ad32916d62e1ca84 Bug 1555060 Convert <tabs> to a custom element
Andrew Swan <aswan@mozilla.com>
parents: 480657
diff changeset
  1710
                <tab is="tabbrowser-tab" class="tabbrowser-tab" selected="true" visuallyselected="true" fadein="true"/>
488514
b00c70075119601d370255e5962eb62429d2cf95 Bug 1317138 - Summary: Add extra info in new-tab tooltip when containers are enabled r=jkt
dennisschagt <dennisschagt@gmail.com>
parents: 487741
diff changeset
  1711
                <toolbarbutton id="tabs-newtab-button"
490389
7b4acdd582e6791a6820f27b95e9d8f782fb34aa Bug 1575238 - Remove tabs-newtab-button class. r=mikedeboer
Dão Gottwald <dao@mozilla.com>
parents: 489500
diff changeset
  1712
                               class="toolbarbutton-1"
488514
b00c70075119601d370255e5962eb62429d2cf95 Bug 1317138 - Summary: Add extra info in new-tab tooltip when containers are enabled r=jkt
dennisschagt <dennisschagt@gmail.com>
parents: 487741
diff changeset
  1713
                               command="cmd_newNavigatorTab"
b00c70075119601d370255e5962eb62429d2cf95 Bug 1317138 - Summary: Add extra info in new-tab tooltip when containers are enabled r=jkt
dennisschagt <dennisschagt@gmail.com>
parents: 487741
diff changeset
  1714
                               onclick="checkForMiddleClick(this, event);"
b00c70075119601d370255e5962eb62429d2cf95 Bug 1317138 - Summary: Add extra info in new-tab tooltip when containers are enabled r=jkt
dennisschagt <dennisschagt@gmail.com>
parents: 487741
diff changeset
  1715
                               tooltip="dynamic-shortcut-tooltip"/>
480660
8f15ea3b3223c91e84a671b7ad32916d62e1ca84 Bug 1555060 Convert <tabs> to a custom element
Andrew Swan <aswan@mozilla.com>
parents: 480657
diff changeset
  1716
                <spacer class="closing-tabs-spacer" style="width: 0;"/>
8f15ea3b3223c91e84a671b7ad32916d62e1ca84 Bug 1555060 Convert <tabs> to a custom element
Andrew Swan <aswan@mozilla.com>
parents: 480657
diff changeset
  1717
              </arrowscrollbox>
482756
c25628ad5a4ccb2dd16e9c789abe816fa0de3f70 Bug 1410757: Expose the info provided in the tool tip for the focused browser tab as the tab's accessible description. r=Gijs
James Teh <jteh@mozilla.com>
parents: 482677
diff changeset
  1718
              <html:span id="tabbrowser-tab-a11y-desc" hidden="true"/>
444650
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1719
            </tabs>
155400
c197150217d6f72466879135c23eaf71fa22bafe Bug 755593 - Remove tabs-on-bottom mode. r=dao
Jared Wein <jwein@mozilla.com>
parents: 155399
diff changeset
  1720
444650
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1721
            <toolbarbutton id="new-tab-button"
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1722
                           class="toolbarbutton-1 chromeclass-toolbar-additional"
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1723
                           label="&tabCmd.label;"
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1724
                           command="cmd_newNavigatorTab"
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1725
                           onclick="checkForMiddleClick(this, event);"
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1726
                           tooltip="dynamic-shortcut-tooltip"
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1727
                           ondrop="newTabButtonObserver.onDrop(event)"
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1728
                           ondragover="newTabButtonObserver.onDragOver(event)"
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1729
                           ondragenter="newTabButtonObserver.onDragOver(event)"
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1730
                           ondragexit="newTabButtonObserver.onDragExit(event)"
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1731
                           cui-areatype="toolbar"
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1732
                           removable="true"/>
155400
c197150217d6f72466879135c23eaf71fa22bafe Bug 755593 - Remove tabs-on-bottom mode. r=dao
Jared Wein <jwein@mozilla.com>
parents: 155399
diff changeset
  1733
444650
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1734
            <toolbarbutton id="alltabs-button"
475143
c8e9b6a81194dff2d37b4f67d23a419fd4587e49 Bug 1519577 Convert toolbarbutton to a custom element r=surkov
Andrew Swan <aswan@mozilla.com>
parents: 475141
diff changeset
  1735
                           class="toolbarbutton-1 chromeclass-toolbar-additional tabs-alltabs-button"
c8e9b6a81194dff2d37b4f67d23a419fd4587e49 Bug 1519577 Convert toolbarbutton to a custom element r=surkov
Andrew Swan <aswan@mozilla.com>
parents: 475141
diff changeset
  1736
                           badged="true"
523367
910beb76331cd6469bbcaf740efcece57d507b70 Bug 1397755 - Use touch density for all tabs list with touch r=dao
Mark Striemer <mstriemer@mozilla.com>
parents: 523084
diff changeset
  1737
                           oncommand="gTabsPanel.showAllTabsPanel(event);"
444650
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1738
                           label="&listAllTabs.label;"
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1739
                           tooltiptext="&listAllTabs.label;"
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1740
                           removable="false"/>
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1741
          </hbox>
451087
f5ae60be85198c9deaa583f6b3f5df6d56306a33 Bug 1513468 - Remove spacer above tab toolbar items. r=mconley
Dão Gottwald <dao@mozilla.com>
parents: 450497
diff changeset
  1742
        </hbox>
444650
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1743
449778
8d6820717b7a3b7b9bbac8f55186662351ca61af Bug 1513200 - Move pre-tabs and post-tabs spacers outside of TabsToolbar-customization-target and revert bug 1445728. r=Gijs
Dão Gottwald <dao@mozilla.com>
parents: 448572
diff changeset
  1744
        <hbox class="titlebar-spacer" type="post-tabs"/>
8d6820717b7a3b7b9bbac8f55186662351ca61af Bug 1513200 - Move pre-tabs and post-tabs spacers outside of TabsToolbar-customization-target and revert bug 1445728. r=Gijs
Dão Gottwald <dao@mozilla.com>
parents: 448572
diff changeset
  1745
446838
1b441356e3379ee83c3d564c5a9d8702debfb56b Bug 1506457 - Only show titlebar indicators in the titlebar-secondary-buttonbox on macOS. r=dao
Mike Conley <mconley@mozilla.com>
parents: 446550
diff changeset
  1746
#ifndef XP_MACOSX
447470
adab030a385aa769613b3825073b3ba96af65a68 Bug 1507382 - Show titlebar items when menubar enabled. r=dao
Mike Conley <mconley@mozilla.com>
parents: 447426
diff changeset
  1747
        <button class="accessibility-indicator" tooltiptext="&accessibilityIndicator.tooltip;"
449778
8d6820717b7a3b7b9bbac8f55186662351ca61af Bug 1513200 - Move pre-tabs and post-tabs spacers outside of TabsToolbar-customization-target and revert bug 1445728. r=Gijs
Dão Gottwald <dao@mozilla.com>
parents: 448572
diff changeset
  1748
                aria-live="polite"/>
8d6820717b7a3b7b9bbac8f55186662351ca61af Bug 1513200 - Move pre-tabs and post-tabs spacers outside of TabsToolbar-customization-target and revert bug 1445728. r=Gijs
Dão Gottwald <dao@mozilla.com>
parents: 448572
diff changeset
  1749
        <hbox class="private-browsing-indicator"/>
446838
1b441356e3379ee83c3d564c5a9d8702debfb56b Bug 1506457 - Only show titlebar indicators in the titlebar-secondary-buttonbox on macOS. r=dao
Mike Conley <mconley@mozilla.com>
parents: 446550
diff changeset
  1750
#endif
1b441356e3379ee83c3d564c5a9d8702debfb56b Bug 1506457 - Only show titlebar indicators in the titlebar-secondary-buttonbox on macOS. r=dao
Mike Conley <mconley@mozilla.com>
parents: 446550
diff changeset
  1751
506349
23c591259da010fe4857703af04a6b90458f91de Bug 1601094, rename the remaining .xul files in browser/ to .xhtml r=marionette-reviewers,whimboo,mossop
Emma Malysz <emalysz@mozilla.com>
parents: 506348
diff changeset
  1752
#include titlebar-items.inc.xhtml
155400
c197150217d6f72466879135c23eaf71fa22bafe Bug 755593 - Remove tabs-on-bottom mode. r=dao
Jared Wein <jwein@mozilla.com>
parents: 155399
diff changeset
  1753
c197150217d6f72466879135c23eaf71fa22bafe Bug 755593 - Remove tabs-on-bottom mode. r=dao
Jared Wein <jwein@mozilla.com>
parents: 155399
diff changeset
  1754
#ifdef XP_MACOSX
444650
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1755
        <!-- OS X does not natively support RTL for its titlebar items, so we prevent this secondary
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1756
             buttonbox from reversing order in RTL by forcing an LTR direction. -->
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1757
        <hbox id="titlebar-secondary-buttonbox" dir="ltr">
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1758
          <button class="accessibility-indicator" tooltiptext="&accessibilityIndicator.tooltip;" aria-live="polite"/>
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1759
          <hbox class="private-browsing-indicator"/>
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1760
          <hbox id="titlebar-fullscreen-button"/>
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1761
        </hbox>
155400
c197150217d6f72466879135c23eaf71fa22bafe Bug 755593 - Remove tabs-on-bottom mode. r=dao
Jared Wein <jwein@mozilla.com>
parents: 155399
diff changeset
  1762
#endif
444650
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1763
      </toolbar>
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1764
e354a018b703c453e8afcda1f44f1d51456536f5 Bug 1356920 - Don't calculate and flush layout inside browser-tabsintitlebar.js. r=dao
Mike Conley <mconley@mozilla.com>
parents: 443778
diff changeset
  1765
    </vbox>
1
9b2a99adc05e53cd4010de512f50118594756650 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
hg@mozilla.com
parents:
diff changeset
  1766
220439
4bd087a5bd23ba25d634d94104878e1ec25d551b Bug 647540 - Get rid of the toolbar-primary class. r=enn
Dão Gottwald <dao@mozilla.com>
parents: 220383
diff changeset
  1767
    <toolbar id="nav-bar"
434105
5ae7492124028661d05e162aeedba617f708c2f2 Bug 1487344 - Add common class for main browser window toolbars and replace #navigator-toolbox > toolbar selectors. r=mconley
Dão Gottwald <dao@mozilla.com>
parents: 433528
diff changeset
  1768
             class="browser-toolbar"
491838
843c6335cf52ebdc8aba6dbff0ade6bad35c2717 Bug 569313 - Get rid of redundant "Toolbar" in name of "Navigation" and "bookmarks" toolbars, r=Gijs
Marco Zehe <mzehe@mozilla.com>
parents: 491726
diff changeset
  1769
             aria-label="&navbar.accessibleLabel;"
38429
f08bba41b2844edd736182a630b32d028e1c9f81 Bug 354048, allow toolbaritems to be placed directly inside toolbar so that uncustomized toolbars don't need to be rebuilt at startup, r=dao
Neil Deakin <neil@mozilla.com>
parents: 38418
diff changeset
  1770
             fullscreentoolbar="true" mode="icons" customizable="true"
155937
fcf3103a14f8dbd2311201f6342a5e8391ec1bbe Bug 930045 - make [customizing] selectors more specific, r=mikedeboer
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 155927
diff changeset
  1771
             customizationtarget="nav-bar-customization-target"
155681
10ea4c6b70f69b7d5766bef26c311f22812c2374 Bug 908326 - default the navbar to overflowable to avoid needless reflowing, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 155655
diff changeset
  1772
             overflowable="true"
155321
0adccd52443ef9c191b447eacfc7e8afe9cb41ec Bug 865926 - Allow the nav-bar to overflow toolbaritems into an overflow panel. r=mconley.
Jared Wein <jaws@mozilla.com>
parents: 155319
diff changeset
  1773
             overflowbutton="nav-bar-overflow-button"
155522
1b4535123806eb1c9c35c2c869b5ec2006a1472f Bug 887438 - Add a currentSet setter shim for all toolbars to improve add-on compatibility, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 155512
diff changeset
  1774
             overflowtarget="widget-overflow-list"
173124
512f9b89f5ccf7f69ac5a7a64bc5a13c93895b53 Bug 980155 - [Australis] Initialization of overflowable toolbars breaks when adding them dynamically. r=Gijs r=jaws
Blair McBride <bmcbride@mozilla.com>
parents: 172980
diff changeset
  1775
             overflowpanel="widget-overflow"
38429
f08bba41b2844edd736182a630b32d028e1c9f81 Bug 354048, allow toolbaritems to be placed directly inside toolbar so that uncustomized toolbars don't need to be rebuilt at startup, r=dao
Neil Deakin <neil@mozilla.com>
parents: 38418
diff changeset
  1776
             context="toolbar-context-menu">
7096
dccf1ba85433d9ce331e99b0c3c20a69fb60a325 Bug 400745 - Re-remove favicon cache. r+a=mconnor
rflint@ryanflint.com
parents: 7084
diff changeset
  1777
458969
76e2c2df0ce01be4e542e40afbe2412f850c2c61 Bug 1436086: Implement keyboard navigation for the main and Bookmarks toolbars. r=Gijs
James Teh <jteh@mozilla.com>
parents: 458882
diff changeset
  1778
      <toolbartabstop/>
170578
aa09dfcfce31b3f1537d172588ac1cd7db0223bc Bug 963576 - Part 1 - Provide attributes/classes to style customization targets. r=Gijs
Matthew Noorenberghe <mozilla@noorenberghe.ca>
parents: 170493
diff changeset
  1779
      <hbox id="nav-bar-customization-target" flex="1">
372502
a0b559db94ff0515430e8d97654191fdb3376c1b Bug 1363485 - Move the Back, Forward, Reload and Stop buttons outside of the location bar container to the start of the toolbar along with the Home button r=Gijs
UK992 <urbankrajnc92@gmail.com>
parents: 372473
diff changeset
  1780
        <toolbarbutton id="back-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
565363
9cb2464b80def0335ba2a0de985a5eb87d01a7c4 Bug 1685779 - Add Alt/Command + Left Arrow keyboard shortcut to Back button tooltip. r=Gijs,masayuki,fluent-reviewers,flod
Chris Peterson <cpeterson@mozilla.com>
parents: 565325
diff changeset
  1781
                       data-l10n-id="toolbar-button-back-2"
372502
a0b559db94ff0515430e8d97654191fdb3376c1b Bug 1363485 - Move the Back, Forward, Reload and Stop buttons outside of the location bar container to the start of the toolbar along with the Home button r=Gijs
UK992 <urbankrajnc92@gmail.com>
parents: 372473
diff changeset
  1782
                       removable="false" overflows="false"
374385
9d576871fd33bed006dcdccfba880a4ed591f870 Bug 1388990 - avoid breaking the broadcast/listener relationships of the back/fwd buttons when customizing, r=dao
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 374347
diff changeset
  1783
                       keepbroadcastattributeswhencustomizing="true"
372502
a0b559db94ff0515430e8d97654191fdb3376c1b Bug 1363485 - Move the Back, Forward, Reload and Stop buttons outside of the location bar container to the start of the toolbar along with the Home button r=Gijs
UK992 <urbankrajnc92@gmail.com>
parents: 372473
diff changeset
  1784
                       command="Browser:BackOrBackDuplicate"
a0b559db94ff0515430e8d97654191fdb3376c1b Bug 1363485 - Move the Back, Forward, Reload and Stop buttons outside of the location bar container to the start of the toolbar along with the Home button r=Gijs
UK992 <urbankrajnc92@gmail.com>
parents: 372473
diff changeset
  1785
                       onclick="checkForMiddleClick(this, event);"
a0b559db94ff0515430e8d97654191fdb3376c1b Bug 1363485 - Move the Back, Forward, Reload and Stop buttons outside of the location bar container to the start of the toolbar along with the Home button r=Gijs
UK992 <urbankrajnc92@gmail.com>
parents: 372473
diff changeset
  1786
                       tooltip="back-button-tooltip"
a0b559db94ff0515430e8d97654191fdb3376c1b Bug 1363485 - Move the Back, Forward, Reload and Stop buttons outside of the location bar container to the start of the toolbar along with the Home button r=Gijs
UK992 <urbankrajnc92@gmail.com>
parents: 372473
diff changeset
  1787
                       context="backForwardMenu"/>
a0b559db94ff0515430e8d97654191fdb3376c1b Bug 1363485 - Move the Back, Forward, Reload and Stop buttons outside of the location bar container to the start of the toolbar along with the Home button r=Gijs
UK992 <urbankrajnc92@gmail.com>
parents: 372473
diff changeset
  1788
        <toolbarbutton id="forward-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
565363
9cb2464b80def0335ba2a0de985a5eb87d01a7c4 Bug 1685779 - Add Alt/Command + Left Arrow keyboard shortcut to Back button tooltip. r=Gijs,masayuki,fluent-reviewers,flod
Chris Peterson <cpeterson@mozilla.com>
parents: 565325
diff changeset
  1789
                       data-l10n-id="toolbar-button-forward-2"
372502
a0b559db94ff0515430e8d97654191fdb3376c1b Bug 1363485 - Move the Back, Forward, Reload and Stop buttons outside of the location bar container to the start of the toolbar along with the Home button r=Gijs
UK992 <urbankrajnc92@gmail.com>
parents: 372473
diff changeset
  1790
                       removable="false" overflows="false"
374385
9d576871fd33bed006dcdccfba880a4ed591f870 Bug 1388990 - avoid breaking the broadcast/listener relationships of the back/fwd buttons when customizing, r=dao
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 374347
diff changeset
  1791
                       keepbroadcastattributeswhencustomizing="true"
372502
a0b559db94ff0515430e8d97654191fdb3376c1b Bug 1363485 - Move the Back, Forward, Reload and Stop buttons outside of the location bar container to the start of the toolbar along with the Home button r=Gijs
UK992 <urbankrajnc92@gmail.com>
parents: 372473
diff changeset
  1792
                       command="Browser:ForwardOrForwardDuplicate"
a0b559db94ff0515430e8d97654191fdb3376c1b Bug 1363485 - Move the Back, Forward, Reload and Stop buttons outside of the location bar container to the start of the toolbar along with the Home button r=Gijs
UK992 <urbankrajnc92@gmail.com>
parents: 372473
diff changeset
  1793
                       onclick="checkForMiddleClick(this, event);"
a0b559db94ff0515430e8d97654191fdb3376c1b Bug 1363485 - Move the Back, Forward, Reload and Stop buttons outside of the location bar container to the start of the toolbar along with the Home button r=Gijs
UK992 <urbankrajnc92@gmail.com>
parents: 372473
diff changeset
  1794
                       tooltip="forward-button-tooltip"
a0b559db94ff0515430e8d97654191fdb3376c1b Bug 1363485 - Move the Back, Forward, Reload and Stop buttons outside of the location bar container to the start of the toolbar along with the Home button r=Gijs
UK992 <urbankrajnc92@gmail.com>
parents: 372473
diff changeset
  1795
                       context="backForwardMenu"/>
a0b559db94ff0515430e8d97654191fdb3376c1b Bug 1363485 - Move the Back, Forward, Reload and Stop buttons outside of the location bar container to the start of the toolbar along with the Home button r=Gijs
UK992 <urbankrajnc92@gmail.com>
parents: 372473
diff changeset
  1796
        <toolbaritem id="stop-reload-button" class="chromeclass-toolbar-additional"
507504
c49bd4bc613dd6db0ed46890ac80a71f8373d88a Bug 1600528 - Migrate browser-context.inc to Fluent. r=Gijs,flod,fluent-reviewers
Zibi Braniecki <zbraniecki@mozilla.com>
parents: 506603
diff changeset
  1797
                     data-l10n-id="toolbar-button-stop-reload"
372502
a0b559db94ff0515430e8d97654191fdb3376c1b Bug 1363485 - Move the Back, Forward, Reload and Stop buttons outside of the location bar container to the start of the toolbar along with the Home button r=Gijs
UK992 <urbankrajnc92@gmail.com>
parents: 372473
diff changeset
  1798
                     removable="true" overflows="false">
a0b559db94ff0515430e8d97654191fdb3376c1b Bug 1363485 - Move the Back, Forward, Reload and Stop buttons outside of the location bar container to the start of the toolbar along with the Home button r=Gijs
UK992 <urbankrajnc92@gmail.com>
parents: 372473
diff changeset
  1799
          <toolbarbutton id="reload-button" class="toolbarbutton-1"
507504
c49bd4bc613dd6db0ed46890ac80a71f8373d88a Bug 1600528 - Migrate browser-context.inc to Fluent. r=Gijs,flod,fluent-reviewers
Zibi Braniecki <zbraniecki@mozilla.com>
parents: 506603
diff changeset
  1800
                         data-l10n-id="toolbar-button-reload"
372502
a0b559db94ff0515430e8d97654191fdb3376c1b Bug 1363485 - Move the Back, Forward, Reload and Stop buttons outside of the location bar container to the start of the toolbar along with the Home button r=Gijs
UK992 <urbankrajnc92@gmail.com>
parents: 372473
diff changeset
  1801
                         command="Browser:ReloadOrDuplicate"
a0b559db94ff0515430e8d97654191fdb3376c1b Bug 1363485 - Move the Back, Forward, Reload and Stop buttons outside of the location bar container to the start of the toolbar along with the Home button r=Gijs
UK992 <urbankrajnc92@gmail.com>
parents: 372473
diff changeset
  1802
                         onclick="checkForMiddleClick(this, event);"
a0b559db94ff0515430e8d97654191fdb3376c1b Bug 1363485 - Move the Back, Forward, Reload and Stop buttons outside of the location bar container to the start of the toolbar along with the Home button r=Gijs
UK992 <urbankrajnc92@gmail.com>
parents: 372473
diff changeset
  1803
                         tooltip="dynamic-shortcut-tooltip">
a0b559db94ff0515430e8d97654191fdb3376c1b Bug 1363485 - Move the Back, Forward, Reload and Stop buttons outside of the location bar container to the start of the toolbar along with the Home button r=Gijs
UK992 <urbankrajnc92@gmail.com>
parents: 372473
diff changeset
  1804
            <box class="toolbarbutton-animatable-box">
a0b559db94ff0515430e8d97654191fdb3376c1b Bug 1363485 - Move the Back, Forward, Reload and Stop buttons outside of the location bar container to the start of the toolbar along with the Home button r=Gijs
UK992 <urbankrajnc92@gmail.com>
parents: 372473
diff changeset
  1805
              <image class="toolbarbutton-animatable-image"/>
a0b559db94ff0515430e8d97654191fdb3376c1b Bug 1363485 - Move the Back, Forward, Reload and Stop buttons outside of the location bar container to the start of the toolbar along with the Home button r=Gijs
UK992 <urbankrajnc92@gmail.com>
parents: 372473
diff changeset
  1806
            </box>
a0b559db94ff0515430e8d97654191fdb3376c1b Bug 1363485 - Move the Back, Forward, Reload and Stop buttons outside of the location bar container to the start of the toolbar along with the Home button r=Gijs
UK992 <urbankrajnc92@gmail.com>
parents: 372473
diff changeset
  1807
          </toolbarbutton>
a0b559db94ff0515430e8d97654191fdb3376c1b Bug 1363485 - Move the Back, Forward, Reload and Stop buttons outside of the location bar container to the start of the toolbar along with the Home button r=Gijs
UK992 <urbankrajnc92@gmail.com>
parents: 372473
diff changeset
  1808
          <toolbarbutton id="stop-button" class="toolbarbutton-1"
507504
c49bd4bc613dd6db0ed46890ac80a71f8373d88a Bug 1600528 - Migrate browser-context.inc to Fluent. r=Gijs,flod,fluent-reviewers
Zibi Braniecki <zbraniecki@mozilla.com>
parents: 506603
diff changeset
  1809
                         data-l10n-id="toolbar-button-stop"
372502
a0b559db94ff0515430e8d97654191fdb3376c1b Bug 1363485 - Move the Back, Forward, Reload and Stop buttons outside of the location bar container to the start of the toolbar along with the Home button r=Gijs
UK992 <urbankrajnc92@gmail.com>
parents: 372473
diff changeset
  1810
                         command="Browser:Stop"
a0b559db94ff0515430e8d97654191fdb3376c1b Bug 1363485 - Move the Back, Forward, Reload and Stop buttons outside of the location bar container to the start of the toolbar along with the Home button r=Gijs
UK992 <urbankrajnc92@gmail.com>
parents: 372473
diff changeset
  1811
                         tooltip="dynamic-shortcut-tooltip">
a0b559db94ff0515430e8d97654191fdb3376c1b Bug 1363485 - Move the Back, Forward, Reload and Stop buttons outside of the location bar container to the start of the toolbar along with the Home button r=Gijs
UK992 <urbankrajnc92@gmail.com>
parents: 372473
diff changeset
  1812
            <box class="toolbarbutton-animatable-box">
a0b559db94ff0515430e8d97654191fdb3376c1b Bug 1363485 - Move the Back, Forward, Reload and Stop buttons outside of the location bar container to the start of the toolbar along with the Home button r=Gijs
UK992 <urbankrajnc92@gmail.com>
parents: 372473
diff changeset
  1813
              <image class="toolbarbutton-animatable-image"/>
a0b559db94ff0515430e8d97654191fdb3376c1b Bug 1363485 - Move the Back, Forward, Reload and Stop buttons outside of the location bar container to the start of the toolbar along with the Home button r=Gijs
UK992 <urbankrajnc92@gmail.com>
parents: 372473
diff changeset
  1814
            </box>
a0b559db94ff0515430e8d97654191fdb3376c1b Bug 1363485 - Move the Back, Forward, Reload and Stop buttons outside of the location bar container to the start of the toolbar along with the Home button r=Gijs
UK992 <urbankrajnc92@gmail.com>
parents: 372473
diff changeset
  1815
          </toolbarbutton>
a0b559db94ff0515430e8d97654191fdb3376c1b Bug 1363485 - Move the Back, Forward, Reload and Stop buttons outside of the location bar container to the start of the toolbar along with the Home button r=Gijs
UK992 <urbankrajnc92@gmail.com>
parents: 372473
diff changeset
  1816
        </toolbaritem>
379261
48ed0961198671541c2a91a6d6cdf18758a6ace0 Bug 1393574 - fix flexible spacers not being removable in some circumstances, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 379018
diff changeset
  1817
        <toolbarspring cui-areatype="toolbar" class="chromeclass-toolbar-additional"/>
155851
f3723f56cd27b68139cb44ebb89c4da2168caefd Bug 925712 - Back and forward buttons are shorter than other toolbar buttons. r=mdeboer
Dão Gottwald <dao@mozilla.com>
parents: 155848
diff changeset
  1818
        <toolbaritem id="urlbar-container" flex="400" persist="width"
268553
ff2744dd112ad89208864d942677f2699caeba48 Bug 1216482 - Remove the location bar's "title" attribute. r=gijs
Dão Gottwald <dao@mozilla.com>
parents: 267909
diff changeset
  1819
                     removable="false"
155794
07c558e720109be7d53cc97328a3494c8212a445 Bug 895429 - Change nooverflow attribute to overflows; r= Jared Wein [:jaws]
Akshat Kedia <aksht.kedia@gmail.com>
parents: 155790
diff changeset
  1820
                     class="chromeclass-location" overflows="false">
489256
a4c12ffa9e9876f72539f17a3bf9fa6725ba2d9d Bug 1575563 - Improve Megabar input layout. r=harry
Dão Gottwald <dao@mozilla.com>
parents: 488974
diff changeset
  1821
          <toolbartabstop/>
a4c12ffa9e9876f72539f17a3bf9fa6725ba2d9d Bug 1575563 - Improve Megabar input layout. r=harry
Dão Gottwald <dao@mozilla.com>
parents: 488974
diff changeset
  1822
          <hbox id="urlbar" flex="1"
517069
4c708f369fdc578527274810f0db0c223c1486b4 Bug 1606809 - Disable the toolbar context menu in the entire address bar. r=harry
Dão Gottwald <dao@mozilla.com>
parents: 516618
diff changeset
  1823
                context=""
489256
a4c12ffa9e9876f72539f17a3bf9fa6725ba2d9d Bug 1575563 - Improve Megabar input layout. r=harry
Dão Gottwald <dao@mozilla.com>
parents: 488974
diff changeset
  1824
                focused="true"
a4c12ffa9e9876f72539f17a3bf9fa6725ba2d9d Bug 1575563 - Improve Megabar input layout. r=harry
Dão Gottwald <dao@mozilla.com>
parents: 488974
diff changeset
  1825
                pageproxystate="invalid">
496421
92802cb27d030746a9fb60a3223c02629f22fe9e Bug 1586232 - Animate the megabar with transforms only r=mak
Dão Gottwald <dao@mozilla.com>
parents: 496407
diff changeset
  1826
            <hbox id="urlbar-background"/>
489256
a4c12ffa9e9876f72539f17a3bf9fa6725ba2d9d Bug 1575563 - Improve Megabar input layout. r=harry
Dão Gottwald <dao@mozilla.com>
parents: 488974
diff changeset
  1827
            <hbox id="urlbar-input-container"
a4c12ffa9e9876f72539f17a3bf9fa6725ba2d9d Bug 1575563 - Improve Megabar input layout. r=harry
Dão Gottwald <dao@mozilla.com>
parents: 488974
diff changeset
  1828
                  flex="1"
483104
a0c57ddf072577c513ec7f72cf9b427a0d10c826 Bug 1513337 - Inline urlbar markup into browser.xhtml. r=mak
Dão Gottwald <dao@mozilla.com>
parents: 483086
diff changeset
  1829
                  pageproxystate="invalid">
579754
a1f86626a0c9f0fb9b87d4ebcfca84f0a5f16015 Bug 1709036 - [remote] Move remotecontrol visual cue to dedicated container r=desktop-theme-reviewers,harry
Julian Descottes <jdescottes@mozilla.com>
parents: 579307
diff changeset
  1830
              <box id="remote-control-box"
a1f86626a0c9f0fb9b87d4ebcfca84f0a5f16015 Bug 1709036 - [remote] Move remotecontrol visual cue to dedicated container r=desktop-theme-reviewers,harry
Julian Descottes <jdescottes@mozilla.com>
parents: 579307
diff changeset
  1831
                   align="center"
a1f86626a0c9f0fb9b87d4ebcfca84f0a5f16015 Bug 1709036 - [remote] Move remotecontrol visual cue to dedicated container r=desktop-theme-reviewers,harry
Julian Descottes <jdescottes@mozilla.com>
parents: 579307
diff changeset
  1832
                   collapsed="true">
579810
2ccc83fedbdb2e904dcf3d7972809ef518fd286b Bug 1709035 - [remote] Show remote control component in robot icon title text r=Gijs,flod
Julian Descottes <jdescottes@mozilla.com>
parents: 579754
diff changeset
  1833
                  <image id="remote-control-icon"/>
579754
a1f86626a0c9f0fb9b87d4ebcfca84f0a5f16015 Bug 1709036 - [remote] Move remotecontrol visual cue to dedicated container r=desktop-theme-reviewers,harry
Julian Descottes <jdescottes@mozilla.com>
parents: 579307
diff changeset
  1834
              </box>
503882
ecff2d3f3c1cbef1f4ccd662e34b53f6fb90d767 Bug 1599123 - Rename instances of "search icon" to "search button". r=mak
Harry Twyford <htwyford@mozilla.com>
parents: 503407
diff changeset
  1835
              <box id="urlbar-search-button"
499036
88945fc8d6093d6eca103948f4f128f6afc09b0c Bug 1591242 - Hide megabar search icon in popups. r=adw
Dão Gottwald <dao@mozilla.com>
parents: 498904
diff changeset
  1836
                   class="chromeclass-toolbar-additional"/>
155565
09fd1ae57a2ec63d9fcec19d583cd377aeff0198 Bug 755598: Merge Back/ Forward/ URLBar/ Stop/ Reload/ Go buttons into 1 toolbaritem. r=dao
Mike de Boer <mdeboer@mozilla.com>
parents: 155554
diff changeset
  1837
              <!-- Use onclick instead of normal popup= syntax since the popup
331380
ce01ff2ef384ad24a4e529f3cdba3e81e9bb3501 Bug 1327946 - Remove conditional moz-user-focus on identity block from urlbar. r=Gijs
Johann Hofmann <jhofmann@mozilla.com>
parents: 331178
diff changeset
  1838
                   code fires onmousedown, and hence eats our favicon drag events. -->
483120
f457b7f300cf796fb04df9688d65b46bcd929ff1 Bug 1562881 - Part 5: Change the anchor point of protections popup to the shield icon container and make identity popup and protection popup mutual exclusive. r=johannh
Tim Huang <tihuang@mozilla.com>
parents: 483118
diff changeset
  1839
              <box id="tracking-protection-icon-container" align="center"
485288
327832d4b0354261824d1d25317b124ee2ef851b Bug 1552716 - Part 1: Fix the keyboard navigation of the tracking protection icon. r=Jamie
Tim Huang <tihuang@mozilla.com>
parents: 485272
diff changeset
  1840
                   role="button"
483120
f457b7f300cf796fb04df9688d65b46bcd929ff1 Bug 1562881 - Part 5: Change the anchor point of protections popup to the shield icon container and make identity popup and protection popup mutual exclusive. r=johannh
Tim Huang <tihuang@mozilla.com>
parents: 483118
diff changeset
  1841
                   onclick="gProtectionsHandler.handleProtectionsButtonEvent(event);"
485644
424189fc44e9f95011604885b9fb17f94a3421df Bug 1555231 - Part 3: Add the tooltip for showing the earliest record of the blocked tracker. r=nhnt11
Tim Huang <tihuang@mozilla.com>
parents: 485599
diff changeset
  1842
                   onkeypress="gProtectionsHandler.handleProtectionsButtonEvent(event);"
424189fc44e9f95011604885b9fb17f94a3421df Bug 1555231 - Part 3: Add the tooltip for showing the earliest record of the blocked tracker. r=nhnt11
Tim Huang <tihuang@mozilla.com>
parents: 485599
diff changeset
  1843
                   onmouseover="gProtectionsHandler.onTrackingProtectionIconHoveredOrFocused();"
516618
458075843d46cd0f6900ba82973718d2d61d6496 Bug 1613320 - Display tooltip when hovering over protection panel highlight area r=johannh
Theo Ottah <theo@ottah.dev>
parents: 512459
diff changeset
  1844
                   onfocus="gProtectionsHandler.onTrackingProtectionIconHoveredOrFocused();"
458075843d46cd0f6900ba82973718d2d61d6496 Bug 1613320 - Display tooltip when hovering over protection panel highlight area r=johannh
Theo Ottah <theo@ottah.dev>
parents: 512459
diff changeset
  1845
                   tooltip="tracking-protection-icon-tooltip">
526607
510334ad5c26c4307c17634457bc24ee38669983 Bug 1630918 - Use prefers-reduced-motion media query for the tracking protection shield icon animation. r=johannh
Dão Gottwald <dao@mozilla.com>
parents: 526581
diff changeset
  1846
                <box id="tracking-protection-icon-box">
483116
eb7359a95a75ac36d72de4b49c2fe49e7f5c5c4e Bug 1562881 - Part 1: Moving the tracking protection icon out of the identity block and making it persistent. r=johannh
Tim Huang <tihuang@mozilla.com>
parents: 483104
diff changeset
  1847
                  <image id="tracking-protection-icon"/>
eb7359a95a75ac36d72de4b49c2fe49e7f5c5c4e Bug 1562881 - Part 1: Moving the tracking protection icon out of the identity block and making it persistent. r=johannh
Tim Huang <tihuang@mozilla.com>
parents: 483104
diff changeset
  1848
                </box>
486473
788a0b06945428398e40f8c01a0a07dfdbbd5bfe Bug 1567422 - Part 2: Update the tooltip of the tracking protection icon. r=johannh
Tim Huang <tihuang@mozilla.com>
parents: 485970
diff changeset
  1849
                <tooltip id="tracking-protection-icon-tooltip">
788a0b06945428398e40f8c01a0a07dfdbbd5bfe Bug 1567422 - Part 2: Update the tooltip of the tracking protection icon. r=johannh
Tim Huang <tihuang@mozilla.com>
parents: 485970
diff changeset
  1850
                  <description id="tracking-protection-icon-tooltip-label" class="tooltip-label"/>
788a0b06945428398e40f8c01a0a07dfdbbd5bfe Bug 1567422 - Part 2: Update the tooltip of the tracking protection icon. r=johannh
Tim Huang <tihuang@mozilla.com>
parents: 485970
diff changeset
  1851
                </tooltip>
483116
eb7359a95a75ac36d72de4b49c2fe49e7f5c5c4e Bug 1562881 - Part 1: Moving the tracking protection icon out of the identity block and making it persistent. r=johannh
Tim Huang <tihuang@mozilla.com>
parents: 483104
diff changeset
  1852
              </box>
566315
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1853
              <box id="identity-box"
489256
a4c12ffa9e9876f72539f17a3bf9fa6725ba2d9d Bug 1575563 - Improve Megabar input layout. r=harry
Dão Gottwald <dao@mozilla.com>
parents: 488974
diff changeset
  1854
                   pageproxystate="invalid"
155565
09fd1ae57a2ec63d9fcec19d583cd377aeff0198 Bug 755598: Merge Back/ Forward/ URLBar/ Stop/ Reload/ Go buttons into 1 toolbaritem. r=dao
Mike de Boer <mdeboer@mozilla.com>
parents: 155554
diff changeset
  1855
                   ondragstart="gIdentityHandler.onDragStart(event);">
566315
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1856
                <box id="identity-icon-box"
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1857
                     role="button"
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1858
                     align="center"
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1859
                     data-l10n-id="urlbar-identity-button"
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1860
                     class="identity-box-button"
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1861
                     onclick="gIdentityHandler.handleIdentityButtonEvent(event); PageProxyClickHandler(event);"
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1862
                     onkeypress="gIdentityHandler.handleIdentityButtonEvent(event);">
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1863
                  <image id="identity-icon"/>
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1864
                  <label id="identity-icon-label" class="plain" crop="center" flex="1"/>
485272
d6b588f22b7e6351c85dd40c56762a7836ee9358 Bug 630614 - Show an indicator when geolocation is in use. r=johannh
Paul Zuehlcke <pzuhlcke@mozilla.com>
parents: 485198
diff changeset
  1865
                </box>
566315
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1866
                <box id="identity-permission-box"
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1867
                     data-l10n-id="urlbar-permissions-granted"
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1868
                     role="button"
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1869
                     align="center"
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1870
                     class="identity-box-button"
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1871
                     onclick="gPermissionPanel.handleIdentityButtonEvent(event); PageProxyClickHandler(event);"
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1872
                     onkeypress="gPermissionPanel.handleIdentityButtonEvent(event);">
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1873
                  <image id="permissions-granted-icon"/>
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1874
                  <box style="pointer-events: none;">
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1875
                      <image class="sharing-icon" id="webrtc-sharing-icon"/>
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1876
                      <image class="sharing-icon geo-icon" id="geo-sharing-icon"/>
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1877
                      <image class="sharing-icon xr-icon" id="xr-sharing-icon"/>
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1878
                  </box>
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1879
                  <box id="blocked-permissions-container" align="center">
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1880
                    <image data-permission-id="geo" class="blocked-permission-icon geo-icon" role="button"
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1881
                          data-l10n-id="urlbar-geolocation-blocked"/>
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1882
                    <image data-permission-id="xr" class="blocked-permission-icon xr-icon" role="button"
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1883
                          data-l10n-id="urlbar-xr-blocked"/>
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1884
                    <image data-permission-id="desktop-notification" class="blocked-permission-icon desktop-notification-icon" role="button"
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1885
                          data-l10n-id="urlbar-web-notifications-blocked"/>
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1886
                    <image data-permission-id="camera" class="blocked-permission-icon camera-icon" role="button"
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1887
                          data-l10n-id="urlbar-camera-blocked"/>
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1888
                    <image data-permission-id="microphone" class="blocked-permission-icon microphone-icon" role="button"
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1889
                          data-l10n-id="urlbar-microphone-blocked"/>
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1890
                    <image data-permission-id="screen" class="blocked-permission-icon screen-icon" role="button"
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1891
                          data-l10n-id="urlbar-screen-blocked"/>
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1892
                    <image data-permission-id="persistent-storage" class="blocked-permission-icon persistent-storage-icon" role="button"
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1893
                          data-l10n-id="urlbar-persistent-storage-blocked"/>
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1894
                    <image data-permission-id="popup" class="blocked-permission-icon popup-icon" role="button"
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1895
                          data-l10n-id="urlbar-popup-blocked"/>
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1896
                    <image data-permission-id="autoplay-media" class="blocked-permission-icon autoplay-media-icon" role="button"
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1897
                          data-l10n-id="urlbar-autoplay-media-blocked"/>
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1898
                    <image data-permission-id="canvas" class="blocked-permission-icon canvas-icon" role="button"
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1899
                          data-l10n-id="urlbar-canvas-blocked"/>
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1900
                    <image data-permission-id="midi" class="blocked-permission-icon midi-icon" role="button"
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1901
                          data-l10n-id="urlbar-midi-blocked"/>
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1902
                    <image data-permission-id="install" class="blocked-permission-icon install-icon" role="button"
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1903
                          data-l10n-id="urlbar-install-blocked"/>
a674c136b1cdc3c50886ba93f12bc6eb1c2afae4 Bug 1596897 - Moved permission list from site identity to separate permission panel. r=johannh
Paul Zuehlcke <pbz@mozilla.com>
parents: 566234
diff changeset
  1904
                  </box>
304983
5a23c763032f87bc7530a017096fc389ce3ea3cd Bug 1206252 - Part 2: Indicate blocked permissions in the identity box. r=paolo
Johann Hofmann <jhofmann@mozilla.com>
parents: 304964
diff changeset
  1905
                </box>
303874
3705eb1dc2cce4582cc3f95af52aeec700801fae Bug 1267617 - Move notification anchors to the identity block. r=florian
Johann Hofmann <jhofmann@mozilla.com>
parents: 302447
diff changeset
  1906
                <box id="notification-popup-box"
574529
1110e9414aaa15e73f57987d65667916069febac Bug 1701664 - Only show the active state on notification icons when the panel is open. r=desktop-theme-reviewers,dao
Mike Conley <mconley@mozilla.com>
parents: 574265
diff changeset
  1907
                     class="anchor-root"
303874
3705eb1dc2cce4582cc3f95af52aeec700801fae Bug 1267617 - Move notification anchors to the identity block. r=florian
Johann Hofmann <jhofmann@mozilla.com>
parents: 302447
diff changeset
  1908
                     hidden="true"
3705eb1dc2cce4582cc3f95af52aeec700801fae Bug 1267617 - Move notification anchors to the identity block. r=florian
Johann Hofmann <jhofmann@mozilla.com>
parents: 302447
diff changeset
  1909
                     align="center">
3705eb1dc2cce4582cc3f95af52aeec700801fae Bug 1267617 - Move notification anchors to the identity block. r=florian
Johann Hofmann <jhofmann@mozilla.com>
parents: 302447
diff changeset
  1910
                  <image id="default-notification-icon" class="notification-anchor-icon" role="button"
493042
4f4d06a264e6702b5eb07b4b5049365c3d0cf9c7 Bug 1580978 - Migrate the notification-popup-box element to ftl r=fluent-reviewers,flod,johannh
Brian Grinstead <bgrinstead@mozilla.com>
parents: 492698
diff changeset
  1911
                         data-l10n-id="urlbar-default-notification-anchor"/>
303874
3705eb1dc2cce4582cc3f95af52aeec700801fae Bug 1267617 - Move notification anchors to the identity block. r=florian
Johann Hofmann <jhofmann@mozilla.com>
parents: 302447
diff changeset
  1912
                  <image id="geo-notification-icon" class="notification-anchor-icon geo-icon" role="button"
493042
4f4d06a264e6702b5eb07b4b5049365c3d0cf9c7 Bug 1580978 - Migrate the notification-popup-box element to ftl r=fluent-reviewers,flod,johannh
Brian Grinstead <bgrinstead@mozilla.com>
parents: 492698
diff changeset
  1913
                         data-l10n-id="urlbar-geolocation-notification-anchor"/>
506603
cce8edb56b192c236344a0cfd9b5724fc4ed5116 Bug 1580567 - Implement XR device access permission UI r=fluent-reviewers,bzbarsky,pbz,daoshengmu,imanol
Kearwood Kip Gilbert <kgilbert@mozilla.com>
parents: 506360
diff changeset
  1914
                  <image id="xr-notification-icon" class="notification-anchor-icon xr-icon" role="button"
cce8edb56b192c236344a0cfd9b5724fc4ed5116 Bug 1580567 - Implement XR device access permission UI r=fluent-reviewers,bzbarsky,pbz,daoshengmu,imanol
Kearwood Kip Gilbert <kgilbert@mozilla.com>
parents: 506360
diff changeset
  1915
                         data-l10n-id="urlbar-xr-notification-anchor"/>
422796
f527be41b97db03959f4c8116e5f76f58d49a1a5 Bug 1461656 - Ask permission when site wants to autoplay media. r=flod,johannh
Dale Harvey <dale@arandomurl.com>
parents: 421778
diff changeset
  1916
                  <image id="autoplay-media-notification-icon" class="notification-anchor-icon autoplay-media-icon" role="button"
493042
4f4d06a264e6702b5eb07b4b5049365c3d0cf9c7 Bug 1580978 - Migrate the notification-popup-box element to ftl r=fluent-reviewers,flod,johannh
Brian Grinstead <bgrinstead@mozilla.com>
parents: 492698
diff changeset
  1917
                         data-l10n-id="urlbar-autoplay-notification-anchor"/>
303874
3705eb1dc2cce4582cc3f95af52aeec700801fae Bug 1267617 - Move notification anchors to the identity block. r=florian
Johann Hofmann <jhofmann@mozilla.com>
parents: 302447
diff changeset
  1918
                  <image id="addons-notification-icon" class="notification-anchor-icon install-icon" role="button"
493042
4f4d06a264e6702b5eb07b4b5049365c3d0cf9c7 Bug 1580978 - Migrate the notification-popup-box element to ftl r=fluent-reviewers,flod,johannh
Brian Grinstead <bgrinstead@mozilla.com>
parents: 492698
diff changeset
  1919
                         data-l10n-id="urlbar-addons-notification-anchor"/>
386101
0c8403512a191485985a14707bf35c0a9060dfe6 Bug 967895 - Prompt (w/ Site Permission) before allowing content to extract canvas data (Tor 6253). r=johannh
Chung-Sheng Fu <cfu@mozilla.com>
parents: 386041
diff changeset
  1920
                  <image id="canvas-notification-icon" class="notification-anchor-icon" role="button"
493042
4f4d06a264e6702b5eb07b4b5049365c3d0cf9c7 Bug 1580978 - Migrate the notification-popup-box element to ftl r=fluent-reviewers,flod,johannh
Brian Grinstead <bgrinstead@mozilla.com>
parents: 492698
diff changeset
  1921
                         data-l10n-id="urlbar-canvas-notification-anchor"/>
303874
3705eb1dc2cce4582cc3f95af52aeec700801fae Bug 1267617 - Move notification anchors to the identity block. r=florian
Johann Hofmann <jhofmann@mozilla.com>
parents: 302447
diff changeset
  1922
                  <image id="indexedDB-notification-icon" class="notification-anchor-icon indexedDB-icon" role="button"
493042
4f4d06a264e6702b5eb07b4b5049365c3d0cf9c7 Bug 1580978 - Migrate the notification-popup-box element to ftl r=fluent-reviewers,flod,johannh
Brian Grinstead <bgrinstead@mozilla.com>
parents: 492698
diff changeset
  1923
                         data-l10n-id="urlbar-indexed-db-notification-anchor"/>
303874
3705eb1dc2cce4582cc3f95af52aeec700801fae Bug 1267617 - Move notification anchors to the identity block. r=florian
Johann Hofmann <jhofmann@mozilla.com>
parents: 302447
diff changeset
  1924
                  <image id="password-notification-icon" class="notification-anchor-icon login-icon" role="button"
493042
4f4d06a264e6702b5eb07b4b5049365c3d0cf9c7 Bug 1580978 - Migrate the notification-popup-box element to ftl r=fluent-reviewers,flod,johannh
Brian Grinstead <bgrinstead@mozilla.com>
parents: 492698
diff changeset
  1925
                         data-l10n-id="urlbar-password-notification-anchor"/>
4f4d06a264e6702b5eb07b4b5049365c3d0cf9c7 Bug 1580978 - Migrate the notification-popup-box element to ftl r=fluent-reviewers,flod,johannh
Brian Grinstead <bgrinstead@mozilla.com>
parents: 492698
diff changeset
  1926
                  <stack id="plugins-notification-icon" class="notification-anchor-icon" role="button" align="center" data-l10n-id="urlbar-plugins-notification-anchor">
369022
e5c8920481ce3e085e8906db30ced1165d364c8b Bug 1379175 - Add a blue badge to the plugin icon in the URL bar when there are plugins to be activated. r=Felipe
Felipe Gomes <felipc@gmail.com>
parents: 368301
diff changeset
  1927
                    <image class="plugin-icon" />
e5c8920481ce3e085e8906db30ced1165d364c8b Bug 1379175 - Add a blue badge to the plugin icon in the URL bar when there are plugins to be activated. r=Felipe
Felipe Gomes <felipc@gmail.com>
parents: 368301
diff changeset
  1928
                    <image id="plugin-icon-badge" />
e5c8920481ce3e085e8906db30ced1165d364c8b Bug 1379175 - Add a blue badge to the plugin icon in the URL bar when there are plugins to be activated. r=Felipe
Felipe Gomes <felipc@gmail.com>
parents: 368301
diff changeset
  1929
                  </stack>
303874
3705eb1dc2cce4582cc3f95af52aeec700801fae Bug 1267617 - Move notification anchors to the identity block. r=florian
Johann Hofmann <jhofmann@mozilla.com>
parents: 302447
diff changeset
  1930
                  <image id="web-notifications-notification-icon" class="notification-anchor-icon desktop-notification-icon" role="button"
493042
4f4d06a264e6702b5eb07b4b5049365c3d0cf9c7 Bug 1580978 - Migrate the notification-popup-box element to ftl r=fluent-reviewers,flod,johannh
Brian Grinstead <bgrinstead@mozilla.com>
parents: 492698
diff changeset
  1931
                         data-l10n-id="urlbar-web-notification-anchor"/>
303874
3705eb1dc2cce4582cc3f95af52aeec700801fae Bug 1267617 - Move notification anchors to the identity block. r=florian
Johann Hofmann <jhofmann@mozilla.com>
parents: 302447
diff changeset
  1932
                  <image id="webRTC-shareDevices-notification-icon" class="notification-anchor-icon camera-icon" role="button"
493042
4f4d06a264e6702b5eb07b4b5049365c3d0cf9c7 Bug 1580978 - Migrate the notification-popup-box element to ftl r=fluent-reviewers,flod,johannh
Brian Grinstead <bgrinstead@mozilla.com>
parents: 492698
diff changeset
  1933
                         data-l10n-id="urlbar-web-rtc-share-devices-notification-anchor"/>
303874
3705eb1dc2cce4582cc3f95af52aeec700801fae Bug 1267617 - Move notification anchors to the identity block. r=florian
Johann Hofmann <jhofmann@mozilla.com>
parents: 302447
diff changeset
  1934
                  <image id="webRTC-shareMicrophone-notification-icon" class="notification-anchor-icon microphone-icon" role="button"
493042
4f4d06a264e6702b5eb07b4b5049365c3d0cf9c7 Bug 1580978 - Migrate the notification-popup-box element to ftl r=fluent-reviewers,flod,johannh
Brian Grinstead <bgrinstead@mozilla.com>
parents: 492698
diff changeset
  1935
                         data-l10n-id="urlbar-web-rtc-share-microphone-notification-anchor"/>
303874
3705eb1dc2cce4582cc3f95af52aeec700801fae Bug 1267617 - Move notification anchors to the identity block. r=florian
Johann Hofmann <jhofmann@mozilla.com>
parents: 302447
diff changeset
  1936
                  <image id="webRTC-shareScreen-notification-icon" class="notification-anchor-icon screen-icon" role="button"
493042
4f4d06a264e6702b5eb07b4b5049365c3d0cf9c7 Bug 1580978 - Migrate the notification-popup-box element to ftl r=fluent-reviewers,flod,johannh
Brian Grinstead <bgrinstead@mozilla.com>
parents: 492698
diff changeset
  1937
                         data-l10n-id="urlbar-web-rtc-share-screen-notification-anchor"/>
303874
3705eb1dc2cce4582cc3f95af52aeec700801fae Bug 1267617 - Move notification anchors to the identity block. r=florian
Johann Hofmann <jhofmann@mozilla.com>
parents: 302447
diff changeset
  1938
                  <image id="servicesInstall-notification-icon" class="notification-anchor-icon service-icon" role="button"
493042
4f4d06a264e6702b5eb07b4b5049365c3d0cf9c7 Bug 1580978 - Migrate the notification-popup-box element to ftl r=fluent-reviewers,flod,johannh
Brian Grinstead <bgrinstead@mozilla.com>
parents: 492698
diff changeset
  1939
                         data-l10n-id="urlbar-services-notification-anchor"/>
303874
3705eb1dc2cce4582cc3f95af52aeec700801fae Bug 1267617 - Move notification anchors to the identity block. r=florian
Johann Hofmann <jhofmann@mozilla.com>
parents: 302447
diff changeset
  1940
                  <image id="translate-notification-icon" class="notification-anchor-icon translation-icon" role="button"
493042
4f4d06a264e6702b5eb07b4b5049365c3d0cf9c7 Bug 1580978 - Migrate the notification-popup-box element to ftl r=fluent-reviewers,flod,johannh
Brian Grinstead <bgrinstead@mozilla.com>
parents: 492698
diff changeset
  1941
                         data-l10n-id="urlbar-translate-notification-anchor"/>
303874
3705eb1dc2cce4582cc3f95af52aeec700801fae Bug 1267617 - Move notification anchors to the identity block. r=florian
Johann Hofmann <jhofmann@mozilla.com>
parents: 302447
diff changeset
  1942
                  <image id="translated-notification-icon" class="notification-anchor-icon translation-icon in-use" role="button"
493042
4f4d06a264e6702b5eb07b4b5049365c3d0cf9c7 Bug 1580978 - Migrate the notification-popup-box element to ftl r=fluent-reviewers,flod,johannh
Brian Grinstead <bgrinstead@mozilla.com>
parents: 492698
diff changeset
  1943
                         data-l10n-id="urlbar-translated-notification-anchor"/>
303874
3705eb1dc2cce4582cc3f95af52aeec700801fae Bug 1267617 - Move notification anchors to the identity block. r=florian
Johann Hofmann <jhofmann@mozilla.com>
parents: 302447
diff changeset
  1944
                  <image id="eme-notification-icon" class="notification-anchor-icon drm-icon" role="button"
493042
4f4d06a264e6702b5eb07b4b5049365c3d0cf9c7 Bug 1580978 - Migrate the notification-popup-box element to ftl r=fluent-reviewers,flod,johannh
Brian Grinstead <bgrinstead@mozilla.com>
parents: 492698
diff changeset
  1945
                         data-l10n-id="urlbar-eme-notification-anchor"/>
352341
4f90a5f5fb164f31b77ae71b216cd968570eb97a Bug 1309123 - Show persistent-storage permission request notification, r=florian
Fischer.json <fischer.json@gmail.com>
parents: 349229
diff changeset
  1946
                  <image id="persistent-storage-notification-icon" class="notification-anchor-icon persistent-storage-icon" role="button"
493042
4f4d06a264e6702b5eb07b4b5049365c3d0cf9c7 Bug 1580978 - Migrate the notification-popup-box element to ftl r=fluent-reviewers,flod,johannh
Brian Grinstead <bgrinstead@mozilla.com>
parents: 492698
diff changeset
  1947
                         data-l10n-id="urlbar-persistent-storage-notification-anchor"/>
405151
8b156da986eeaeb427afd88b18f5136df29249c5 Bug 1201590 - Add icon for WebMIDI Permissions; r=johannh
Kyle Machulis <kyle@nonpolynomial.com>
parents: 405051
diff changeset
  1948
                  <image id="midi-notification-icon" class="notification-anchor-icon midi-icon" role="button"
493042
4f4d06a264e6702b5eb07b4b5049365c3d0cf9c7 Bug 1580978 - Migrate the notification-popup-box element to ftl r=fluent-reviewers,flod,johannh
Brian Grinstead <bgrinstead@mozilla.com>
parents: 492698
diff changeset
  1949
                         data-l10n-id="urlbar-midi-notification-anchor"/>
407976
88e8f60724d279d69771c28e9e1bfb55d0e3bf24 Bug 1444829 - Add WebAuthn prompt icon r=jcj,johannh
Tim Taubert <ttaubert@mozilla.com>
parents: 407728
diff changeset
  1950
                  <image id="webauthn-notification-icon" class="notification-anchor-icon" role="button"
493042
4f4d06a264e6702b5eb07b4b5049365c3d0cf9c7 Bug 1580978 - Migrate the notification-popup-box element to ftl r=fluent-reviewers,flod,johannh
Brian Grinstead <bgrinstead@mozilla.com>
parents: 492698
diff changeset
  1951
                         data-l10n-id="urlbar-web-authn-anchor"/>
448126
8e3bf28192dff3eea2e163c4dbf56bc02da86430 Bug 1490811 - Part 1: Add a permission doorhanger for the storage access API r=baku,johannh
Ehsan Akhgari <ehsan@mozilla.com>
parents: 447783
diff changeset
  1952
                  <image id="storage-access-notification-icon" class="notification-anchor-icon storage-access-icon" role="button"
493042
4f4d06a264e6702b5eb07b4b5049365c3d0cf9c7 Bug 1580978 - Migrate the notification-popup-box element to ftl r=fluent-reviewers,flod,johannh
Brian Grinstead <bgrinstead@mozilla.com>
parents: 492698
diff changeset
  1953
                         data-l10n-id="urlbar-storage-access-anchor"/>
303874
3705eb1dc2cce4582cc3f95af52aeec700801fae Bug 1267617 - Move notification anchors to the identity block. r=florian
Johann Hofmann <jhofmann@mozilla.com>
parents: 302447
diff changeset
  1954
                </box>
155565
09fd1ae57a2ec63d9fcec19d583cd377aeff0198 Bug 755598: Merge Back/ Forward/ URLBar/ Stop/ Reload/ Go buttons into 1 toolbaritem. r=dao
Mike de Boer <mdeboer@mozilla.com>
parents: 155554
diff changeset
  1955
              </box>
489500
78fe0feeb890e43c55bae33bcf2d2839921e1870 Bug 1575822 - Rename #urlbar-display-box and friends and consolidate related styling. r=ntim
Dão Gottwald <dao@mozilla.com>
parents: 489256
diff changeset
  1956
              <box id="urlbar-label-box" align="center">
529636
71310f91879dd936bfa9289ff3b41bbfac4f8532 Bug 1631122 - Convert URL bar dtd strings in browser.xhtml to fluent. r=fluent-reviewers,flod,Gijs
Julian <shomalij@msu.edu>
parents: 529277
diff changeset
  1957
                <label id="urlbar-label-switchtab" class="urlbar-label" data-l10n-id="urlbar-switch-to-tab"/>
71310f91879dd936bfa9289ff3b41bbfac4f8532 Bug 1631122 - Convert URL bar dtd strings in browser.xhtml to fluent. r=fluent-reviewers,flod,Gijs
Julian <shomalij@msu.edu>
parents: 529277
diff changeset
  1958
                <label id="urlbar-label-extension" class="urlbar-label" data-l10n-id="urlbar-extension"/>
541821
8262943652a0d26c330c31e2059705eb6284cd96 Bug 1653643 - Implement different visual state for the Urlbar search mode indicator when the Urlbar is collapsed. r=mak
Harry Twyford <htwyford@mozilla.com>
parents: 541820
diff changeset
  1959
                <label id="urlbar-label-search-mode" class="urlbar-label"/>
155565
09fd1ae57a2ec63d9fcec19d583cd377aeff0198 Bug 755598: Merge Back/ Forward/ URLBar/ Stop/ Reload/ Go buttons into 1 toolbaritem. r=dao
Mike de Boer <mdeboer@mozilla.com>
parents: 155554
diff changeset
  1960
              </box>
541820
a27b933d7a825ee74a142305e6bd9ef990e82fa7 Bug 1647888 - Implement visual indicator in the Urlbar for aliased engine. r=dao,mak
Harry Twyford <htwyford@mozilla.com>
parents: 541340
diff changeset
  1961
              <html:div id="urlbar-search-mode-indicator">
a27b933d7a825ee74a142305e6bd9ef990e82fa7 Bug 1647888 - Implement visual indicator in the Urlbar for aliased engine. r=dao,mak
Harry Twyford <htwyford@mozilla.com>
parents: 541340
diff changeset
  1962
                <html:span id="urlbar-search-mode-indicator-title"/>
a27b933d7a825ee74a142305e6bd9ef990e82fa7 Bug 1647888 - Implement visual indicator in the Urlbar for aliased engine. r=dao,mak
Harry Twyford <htwyford@mozilla.com>
parents: 541340
diff changeset
  1963
                <html:div id="urlbar-search-mode-indicator-close"
a27b933d7a825ee74a142305e6bd9ef990e82fa7 Bug 1647888 - Implement visual indicator in the Urlbar for aliased engine. r=dao,mak
Harry Twyford <htwyford@mozilla.com>
parents: 541340
diff changeset
  1964
                       class="close-button"
a27b933d7a825ee74a142305e6bd9ef990e82fa7 Bug 1647888 - Implement visual indicator in the Urlbar for aliased engine. r=dao,mak
Harry Twyford <htwyford@mozilla.com>
parents: 541340
diff changeset
  1965
                       role="button"/>
a27b933d7a825ee74a142305e6bd9ef990e82fa7 Bug 1647888 - Implement visual indicator in the Urlbar for aliased engine. r=dao,mak
Harry Twyford <htwyford@mozilla.com>
parents: 541340
diff changeset
  1966
              </html:div>
483104
a0c57ddf072577c513ec7f72cf9b427a0d10c826 Bug 1513337 - Inline urlbar markup into browser.xhtml. r=mak
Dão Gottwald <dao@mozilla.com>
parents: 483086
diff changeset
  1967
              <moz-input-box tooltip="aHTMLTooltip"
a0c57ddf072577c513ec7f72cf9b427a0d10c826 Bug 1513337 - Inline urlbar markup into browser.xhtml. r=mak
Dão Gottwald <dao@mozilla.com>
parents: 483086
diff changeset
  1968
                             class="urlbar-input-box"
487535
aca32125501cce7d03b76c12ee4e86c25503b7ec Bug 1567377: Correct a11y semantics for address bar. r=dao
James Teh <jteh@mozilla.com>
parents: 486978
diff changeset
  1969
                             flex="1"
aca32125501cce7d03b76c12ee4e86c25503b7ec Bug 1567377: Correct a11y semantics for address bar. r=dao
James Teh <jteh@mozilla.com>
parents: 486978
diff changeset
  1970
                             role="combobox"
488974
c299bb88d4357e9e1404c5b289738410fa978176 Bug 1561533 - Increase quantumbar input size on focus and visually integrate the view. r=harry
Dão Gottwald <dao@mozilla.com>
parents: 488514
diff changeset
  1971
                             aria-owns="urlbar-results">
483489
40791748c0406c8e7d45a86cfc62b44d2f10dcd7 Bug 1567406 - Use ids instead of classes for urlbar-input and urlbar-scheme. r=harry
Dão Gottwald <dao@mozilla.com>
parents: 483426
diff changeset
  1972
                <html:input id="urlbar-scheme"
483104
a0c57ddf072577c513ec7f72cf9b427a0d10c826 Bug 1513337 - Inline urlbar markup into browser.xhtml. r=mak
Dão Gottwald <dao@mozilla.com>
parents: 483086
diff changeset
  1973
                            required="required"/>
a0c57ddf072577c513ec7f72cf9b427a0d10c826 Bug 1513337 - Inline urlbar markup into browser.xhtml. r=mak
Dão Gottwald <dao@mozilla.com>
parents: 483086
diff changeset
  1974
                <html:input id="urlbar-input"
a0c57ddf072577c513ec7f72cf9b427a0d10c826 Bug 1513337 - Inline urlbar markup into browser.xhtml. r=mak
Dão Gottwald <dao@mozilla.com>
parents: 483086
diff changeset
  1975
                            anonid="input"
488974
c299bb88d4357e9e1404c5b289738410fa978176 Bug 1561533 - Increase quantumbar input size on focus and visually integrate the view. r=harry
Dão Gottwald <dao@mozilla.com>
parents: 488514
diff changeset
  1976
                            aria-controls="urlbar-results"
483104
a0c57ddf072577c513ec7f72cf9b427a0d10c826 Bug 1513337 - Inline urlbar markup into browser.xhtml. r=mak
Dão Gottwald <dao@mozilla.com>
parents: 483086
diff changeset
  1977
                            aria-autocomplete="both"
a0c57ddf072577c513ec7f72cf9b427a0d10c826 Bug 1513337 - Inline urlbar markup into browser.xhtml. r=mak
Dão Gottwald <dao@mozilla.com>
parents: 483086
diff changeset
  1978
                            inputmode="mozAwesomebar"
529636
71310f91879dd936bfa9289ff3b41bbfac4f8532 Bug 1631122 - Convert URL bar dtd strings in browser.xhtml to fluent. r=fluent-reviewers,flod,Gijs
Julian <shomalij@msu.edu>
parents: 529277
diff changeset
  1979
                            data-l10n-id="urlbar-placeholder"
71310f91879dd936bfa9289ff3b41bbfac4f8532 Bug 1631122 - Convert URL bar dtd strings in browser.xhtml to fluent. r=fluent-reviewers,flod,Gijs
Julian <shomalij@msu.edu>
parents: 529277
diff changeset
  1980
                            data-l10n-attrs="placeholder"/>
483104
a0c57ddf072577c513ec7f72cf9b427a0d10c826 Bug 1513337 - Inline urlbar markup into browser.xhtml. r=mak
Dão Gottwald <dao@mozilla.com>
parents: 483086
diff changeset
  1981
              </moz-input-box>
483490
3f42be452e8e534b5af356fc5c03b67f47270926 Bug 1567426 - Convert urlbar-go-button from class to id. r=harry
Dão Gottwald <dao@mozilla.com>
parents: 483489
diff changeset
  1982
              <image id="urlbar-go-button"
3f42be452e8e534b5af356fc5c03b67f47270926 Bug 1567426 - Convert urlbar-go-button from class to id. r=harry
Dão Gottwald <dao@mozilla.com>
parents: 483489
diff changeset
  1983
                     class="urlbar-icon"
483104
a0c57ddf072577c513ec7f72cf9b427a0d10c826 Bug 1513337 - Inline urlbar markup into browser.xhtml. r=mak
Dão Gottwald <dao@mozilla.com>
parents: 483086
diff changeset
  1984
                     onclick="gURLBar.handleCommand(event);"
530309
4140e3361afd211d746a536687a60559cd00944f Bug 1638362 - Rename urlbar-go-end-cap l10n id to urlbar-go-button. r=fluent-reviewers,flod
Dão Gottwald <dao@mozilla.com>
parents: 530224
diff changeset
  1985
                     data-l10n-id="urlbar-go-button"/>
391225
777cfa8b3fd90a327f213b588b0887b872ebd7de Bug 1413574 - Hide disabled page actions and offer a "Manage Extension" command for actions in extensions. r=Gijs
Drew Willcoxon <adw@mozilla.com>
parents: 389205
diff changeset
  1986
              <hbox id="page-action-buttons" context="pageActionContextMenu">
458969
76e2c2df0ce01be4e542e40afbe2412f850c2c61 Bug 1436086: Implement keyboard navigation for the main and Bookmarks toolbars. r=Gijs
James Teh <jteh@mozilla.com>
parents: 458882
diff changeset
  1987
                <toolbartabstop/>
433381
2d747f83e53768f5a0ce1200e954378cfdc5bf3e Bug 1484030 - Implement chiclet animation for CFR r=Gijs,k88hudson
ahillier <ahillier@mozilla.com>
parents: 433370
diff changeset
  1988
                <hbox id="contextual-feature-recommendation" role="button" hidden="true">
2d747f83e53768f5a0ce1200e954378cfdc5bf3e Bug 1484030 - Implement chiclet animation for CFR r=Gijs,k88hudson
ahillier <ahillier@mozilla.com>
parents: 433370
diff changeset
  1989
                  <hbox id="cfr-label-container">
2d747f83e53768f5a0ce1200e954378cfdc5bf3e Bug 1484030 - Implement chiclet animation for CFR r=Gijs,k88hudson
ahillier <ahillier@mozilla.com>
parents: 433370
diff changeset
  1990
                    <label id="cfr-label"/>
2d747f83e53768f5a0ce1200e954378cfdc5bf3e Bug 1484030 - Implement chiclet animation for CFR r=Gijs,k88hudson
ahillier <ahillier@mozilla.com>
parents: 433370
diff changeset
  1991
                  </hbox>
580083
23a910bc6d4604b49e7aed5dc6a36b6e4431e431 Bug 1706479 - Wrap page action icons in an hbox. r=morgan,adw
Harry Twyford <htwyford@mozilla.com>
parents: 579913
diff changeset
  1992
                  <hbox id="cfr-button"
23a910bc6d4604b49e7aed5dc6a36b6e4431e431 Bug 1706479 - Wrap page action icons in an hbox. r=morgan,adw
Harry Twyford <htwyford@mozilla.com>
parents: 579913
diff changeset
  1993
                        role="presentation"
23a910bc6d4604b49e7aed5dc6a36b6e4431e431 Bug 1706479 - Wrap page action icons in an hbox. r=morgan,adw
Harry Twyford <htwyford@mozilla.com>
parents: 579913
diff changeset
  1994
                        class="urlbar-page-action urlbar-icon-wrapper">
23a910bc6d4604b49e7aed5dc6a36b6e4431e431 Bug 1706479 - Wrap page action icons in an hbox. r=morgan,adw
Harry Twyford <htwyford@mozilla.com>
parents: 579913
diff changeset
  1995
                    <image class="urlbar-icon"/>
23a910bc6d4604b49e7aed5dc6a36b6e4431e431 Bug 1706479 - Wrap page action icons in an hbox. r=morgan,adw
Harry Twyford <htwyford@mozilla.com>
parents: 579913
diff changeset
  1996
                  </hbox>
433381
2d747f83e53768f5a0ce1200e954378cfdc5bf3e Bug 1484030 - Implement chiclet animation for CFR r=Gijs,k88hudson
ahillier <ahillier@mozilla.com>
parents: 433370
diff changeset
  1997
                </hbox>
376711
12052e2c9fe6567e29da21ae8ddddfb3eb25b380 Bug 1378560 - The order of items in the url bar should be (from right-to-left) bookmarks, page action menu. r=Gijs
Drew Willcoxon <adw@mozilla.com>
parents: 376701
diff changeset
  1998
                <hbox id="userContext-icons" hidden="true">
12052e2c9fe6567e29da21ae8ddddfb3eb25b380 Bug 1378560 - The order of items in the url bar should be (from right-to-left) bookmarks, page action menu. r=Gijs
Drew Willcoxon <adw@mozilla.com>
parents: 376701
diff changeset
  1999
                  <label id="userContext-label"/>
12052e2c9fe6567e29da21ae8ddddfb3eb25b380 Bug 1378560 - The order of items in the url bar should be (from right-to-left) bookmarks, page action menu. r=Gijs
Drew Willcoxon <adw@mozilla.com>
parents: 376701
diff changeset
  2000
                  <image id="userContext-indicator"/>
12052e2c9fe6567e29da21ae8ddddfb3eb25b380 Bug 1378560 - The order of items in the url bar should be (from right-to-left) bookmarks, page action menu. r=Gijs
Drew Willcoxon <adw@mozilla.com>
parents: 376701
diff changeset
  2001
                </hbox>
580083
23a910bc6d4604b49e7aed5dc6a36b6e4431e431 Bug 1706479 - Wrap page action icons in an hbox. r=morgan,adw
Harry Twyford <htwyford@mozilla.com>
parents: 579913
diff changeset
  2002
                <hbox id="reader-mode-button"
23a910bc6d4604b49e7aed5dc6a36b6e4431e431 Bug 1706479 - Wrap page action icons in an hbox. r=morgan,adw
Harry Twyford <htwyford@mozilla.com>
parents: 579913
diff changeset
  2003
                      class="urlbar-page-action urlbar-icon-wrapper"
23a910bc6d4604b49e7aed5dc6a36b6e4431e431 Bug 1706479 - Wrap page action icons in an hbox. r=morgan,adw
Harry Twyford <htwyford@mozilla.com>
parents: 579913
diff changeset
  2004
                      role="button"
23a910bc6d4604b49e7aed5dc6a36b6e4431e431 Bug 1706479 - Wrap page action icons in an hbox. r=morgan,adw
Harry Twyford <htwyford@mozilla.com>
parents: 579913
diff changeset
  2005
                      hidden="true"
23a910bc6d4604b49e7aed5dc6a36b6e4431e431 Bug 1706479 - Wrap page action icons in an hbox. r=morgan,adw
Harry Twyford <htwyford@mozilla.com>
parents: 579913
diff changeset
  2006
                      tooltip="dynamic-shortcut-tooltip"
23a910bc6d4604b49e7aed5dc6a36b6e4431e431 Bug 1706479 - Wrap page action icons in an hbox. r=morgan,adw
Harry Twyford <htwyford@mozilla.com>
parents: 579913
diff changeset
  2007
                      onclick="AboutReaderParent.buttonClick(event);">
581440
1514fcbf80a014f6e3b96d8815f53a9b4ebd3303 Bug 1712569 - Restore tooltip to reader view button. r=adw
Harry Twyford <htwyford@mozilla.com>
parents: 581438
diff changeset
  2008
                  <image id="reader-mode-button-icon"
1514fcbf80a014f6e3b96d8815f53a9b4ebd3303 Bug 1712569 - Restore tooltip to reader view button. r=adw
Harry Twyford <htwyford@mozilla.com>
parents: 581438
diff changeset
  2009
                         class="urlbar-icon"/>
580083
23a910bc6d4604b49e7aed5dc6a36b6e4431e431 Bug 1706479 - Wrap page action icons in an hbox. r=morgan,adw
Harry Twyford <htwyford@mozilla.com>
parents: 579913
diff changeset
  2010
                </hbox>
371974
01b509ec5e0d7969bd318d2a962bc91ece0ce2b5 Bug 1374477 - Remove page actions from browser.xul. r=Gijs
Drew Willcoxon <adw@mozilla.com>
parents: 371133
diff changeset
  2011
                <toolbarbutton id="urlbar-zoom-button"
554993
1acd12e7660e8791dce1ac8929018380df6b2025 Bug 1660054 - Hook up the zoom-reset action to also reset APZ/scaling zoom. r=Gijs,nika,botond
Kartikaya Gupta <kgupta@mozilla.com>
parents: 554979
diff changeset
  2012
                       onclick="FullZoom.reset(); FullZoom.resetScalingZoom();"
371974
01b509ec5e0d7969bd318d2a962bc91ece0ce2b5 Bug 1374477 - Remove page actions from browser.xul. r=Gijs
Drew Willcoxon <adw@mozilla.com>
parents: 371133
diff changeset
  2013
                       tooltip="dynamic-shortcut-tooltip"
01b509ec5e0d7969bd318d2a962bc91ece0ce2b5 Bug 1374477 - Remove page actions from browser.xul. r=Gijs
Drew Willcoxon <adw@mozilla.com>
parents: 371133
diff changeset
  2014
                       hidden="true"/>
580083
23a910bc6d4604b49e7aed5dc6a36b6e4431e431 Bug 1706479 - Wrap page action icons in an hbox. r=morgan,adw
Harry Twyford <htwyford@mozilla.com>
parents: 579913
diff changeset
  2015
                <hbox id="pageActionButton"
23a910bc6d4604b49e7aed5dc6a36b6e4431e431 Bug 1706479 - Wrap page action icons in an hbox. r=morgan,adw
Harry Twyford <htwyford@mozilla.com>
parents: 579913
diff changeset
  2016
                      class="urlbar-page-action urlbar-icon-wrapper"
23a910bc6d4604b49e7aed5dc6a36b6e4431e431 Bug 1706479 - Wrap page action icons in an hbox. r=morgan,adw
Harry Twyford <htwyford@mozilla.com>
parents: 579913
diff changeset
  2017
                      role="button"
23a910bc6d4604b49e7aed5dc6a36b6e4431e431 Bug 1706479 - Wrap page action icons in an hbox. r=morgan,adw
Harry Twyford <htwyford@mozilla.com>
parents: 579913
diff changeset
  2018
                      data-l10n-id="urlbar-page-action-button"
23a910bc6d4604b49e7aed5dc6a36b6e4431e431 Bug 1706479 - Wrap page action icons in an hbox. r=morgan,adw
Harry Twyford <htwyford@mozilla.com>
parents: 579913
diff changeset
  2019
                      onmousedown="BrowserPageActions.mainButtonClicked(event);"
23a910bc6d4604b49e7aed5dc6a36b6e4431e431 Bug 1706479 - Wrap page action icons in an hbox. r=morgan,adw
Harry Twyford <htwyford@mozilla.com>
parents: 579913
diff changeset
  2020
                      onkeypress="BrowserPageActions.mainButtonClicked(event);">
23a910bc6d4604b49e7aed5dc6a36b6e4431e431 Bug 1706479 - Wrap page action icons in an hbox. r=morgan,adw
Harry Twyford <htwyford@mozilla.com>
parents: 579913
diff changeset
  2021
                  <image class="urlbar-icon"/>
23a910bc6d4604b49e7aed5dc6a36b6e4431e431 Bug 1706479 - Wrap page action icons in an hbox. r=morgan,adw
Harry Twyford <htwyford@mozilla.com>
parents: 579913
diff changeset
  2022
                </hbox>
372378
47cc4909098d219a23daa93a8eabcb5200c1d469 Bug 1363188 - Add an add/remove context menu to page actions in the urlbar. r=Gijs
Drew Willcoxon <adw@mozilla.com>
parents: 372377
diff changeset
  2023
                <hbox id="star-button-box"
47cc4909098d219a23daa93a8eabcb5200c1d469 Bug 1363188 - Add an add/remove context menu to page actions in the urlbar. r=Gijs
Drew Willcoxon <adw@mozilla.com>
parents: 372377
diff changeset
  2024
                      hidden="true"
580083
23a910bc6d4604b49e7aed5dc6a36b6e4431e431 Bug 1706479 - Wrap page action icons in an hbox. r=morgan,adw
Harry Twyford <htwyford@mozilla.com>
parents: 579913
diff changeset
  2025
                      role="button"
23a910bc6d4604b49e7aed5dc6a36b6e4431e431 Bug 1706479 - Wrap page action icons in an hbox. r=morgan,adw
Harry Twyford <htwyford@mozilla.com>
parents: 579913
diff changeset
  2026
                      class="urlbar-page-action urlbar-icon-wrapper"
383730
a49cb431c7ecb2637920529a3f57542688786479 Bug 1393843 - add telemetry for page action items and the context menu that enables/disables them, data-review=rweiss, r=adw,rweiss+418169
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 383475
diff changeset
  2027
                      onclick="BrowserPageActions.doCommandForAction(PageActions.actionForID('bookmark'), event, this);">
376491
e7e15a0d51951d669505d099777b9862241fb046 Bug 1393237 - Bookmark star has wrong tooltip after bookmarking a page. r=jaws
Drew Willcoxon <adw@mozilla.com>
parents: 376490
diff changeset
  2028
                  <image id="star-button"
580083
23a910bc6d4604b49e7aed5dc6a36b6e4431e431 Bug 1706479 - Wrap page action icons in an hbox. r=morgan,adw
Harry Twyford <htwyford@mozilla.com>
parents: 579913
diff changeset
  2029
                         class="urlbar-icon"/>
370690
767224f031ac7ad09261957ebbbaa2d8f178a54c Bug 1352063 - Implement new animation for bookmarking. r=Gijs
Jared Wein <jwein@mozilla.com>
parents: 370669
diff changeset
  2030
                </hbox>
155235
7105d3282462c80d31aa77ffb51bf0537fecacc5 Bug 864355 - Extend customization target across (almost) the entire nav-bar. r=Unfocused,jaws
Mike Conley <mconley@mozilla.com>
parents: 155234
diff changeset
  2031
              </hbox>
489256
a4c12ffa9e9876f72539f17a3bf9fa6725ba2d9d Bug 1575563 - Improve Megabar input layout. r=harry
Dão Gottwald <dao@mozilla.com>
parents: 488974
diff changeset
  2032
            </hbox>
a4c12ffa9e9876f72539f17a3bf9fa6725ba2d9d Bug 1575563 - Improve Megabar input layout. r=harry
Dão Gottwald <dao@mozilla.com>
parents: 488974
diff changeset
  2033
          </hbox>
a4c12ffa9e9876f72539f17a3bf9fa6725ba2d9d Bug 1575563 - Improve Megabar input layout. r=harry
Dão Gottwald <dao@mozilla.com>
parents: 488974
diff changeset
  2034
          <toolbartabstop/>
155235
7105d3282462c80d31aa77ffb51bf0537fecacc5 Bug 864355 - Extend customization target across (almost) the entire nav-bar. r=Unfocused,jaws
Mike Conley <mconley@mozilla.com>
parents: 155234
diff changeset
  2035
        </toolbaritem>
7096
dccf1ba85433d9ce331e99b0c3c20a69fb60a325 Bug 400745 - Re-remove favicon cache. r+a=mconnor
rflint@ryanflint.com
parents: 7084
diff changeset
  2036
379261
48ed0961198671541c2a91a6d6cdf18758a6ace0 Bug 1393574 - fix flexible spacers not being removable in some circumstances, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 379018
diff changeset
  2037
        <toolbarspring cui-areatype="toolbar" class="chromeclass-toolbar-additional"/>
1
9b2a99adc05e53cd4010de512f50118594756650 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
hg@mozilla.com
parents:
diff changeset
  2038
294489
ab85f19b67b1d093e060bfe52a672a3a9995e252 Bug 1139472 - Extend the attention state of the Downloads Indicator to indicate success or failure. r=paolo
Panos Astithas <past@mozilla.com>
parents: 294123
diff changeset
  2039
        <toolbarbutton id="downloads-button"
475143
c8e9b6a81194dff2d37b4f67d23a419fd4587e49 Bug 1519577 Convert toolbarbutton to a custom element r=surkov
Andrew Swan <aswan@mozilla.com>
parents: 475141
diff changeset
  2040
                       class="toolbarbutton-1 chromeclass-toolbar-additional"
c8e9b6a81194dff2d37b4f67d23a419fd4587e49 Bug 1519577 Convert toolbarbutton to a custom element r=surkov
Andrew Swan <aswan@mozilla.com>
parents: 475141
diff changeset
  2041
                       badged="true"
182199
992fc815a8079bde3792aba13ab3a588549e129b Bug 947344: add more shortcut tooltip and label helpers where possible. r=mconley.
Mike de Boer <mdeboer@mozilla.com>
parents: 181596
diff changeset
  2042
                       key="key_openDownloads"
379412
e4fe078dc0134815c9e19e671ab3d3ea69979955 Bug 1395871 - Open toolbar menus on mousedown, rather than oncommand.
Zibi Braniecki <zbraniecki@mozilla.com>
parents: 379327
diff changeset
  2043
                       onmousedown="DownloadsIndicatorView.onCommand(event);"
462195
8cdde0ff59a15f59736e810524a649a4c8a5a7ef Bug 1531246: Support keyboard activation (space/enter) of the Downloads toolbar button when focused. r=Gijs
James Teh <jteh@mozilla.com>
parents: 461953
diff changeset
  2044
                       onkeypress="DownloadsIndicatorView.onCommand(event);"
155510
33069424622450eced0c5f765ab592bfbf7b3704 Bug 888800 - Should have default set of items present in the nav-bar, r=Unfocused,f=MattN
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 155498
diff changeset
  2045
                       ondrop="DownloadsIndicatorView.onDrop(event);"
33069424622450eced0c5f765ab592bfbf7b3704 Bug 888800 - Should have default set of items present in the nav-bar, r=Unfocused,f=MattN
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 155498
diff changeset
  2046
                       ondragover="DownloadsIndicatorView.onDragOver(event);"
33069424622450eced0c5f765ab592bfbf7b3704 Bug 888800 - Should have default set of items present in the nav-bar, r=Unfocused,f=MattN
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 155498
diff changeset
  2047
                       ondragenter="DownloadsIndicatorView.onDragOver(event);"
33069424622450eced0c5f765ab592bfbf7b3704 Bug 888800 - Should have default set of items present in the nav-bar, r=Unfocused,f=MattN
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 155498
diff changeset
  2048
                       label="&downloads.label;"
376894
9136548f3de862cf471ead56053fbf7298c350ca Back out changeset 97f7f5175b2f (bug 1371765) because we're changing the plan for the downloads button, rs=backout,firebot,paolo
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 376883
diff changeset
  2049
                       removable="true"
380400
6e36419338c37e8faef6f6dd9591a97a78085b9b Bug 1397447 - make downloads button autohide by default, r=mak
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 379572
diff changeset
  2050
                       overflows="false"
155905
4d3ff167c46f62438fbb7ffa291d40d1690367e4 Bug 888115 - rename customizableui-areatype and customizableui-anchorid to cui-areatype/cui-anchorid to save our poor fingers, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 155897
diff changeset
  2051
                       cui-areatype="toolbar"
380400
6e36419338c37e8faef6f6dd9591a97a78085b9b Bug 1397447 - make downloads button autohide by default, r=mak
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 379572
diff changeset
  2052
                       hidden="true"
404912
5facafd6e4a6c51e29cdb935c77b691e1f0ca657 Bug 1434077 - Inline indicators overlay. r=Paolo
Brendan Dahl <brendan.dahl@gmail.com>
parents: 404911
diff changeset
  2053
                       tooltip="dynamic-shortcut-tooltip"
5facafd6e4a6c51e29cdb935c77b691e1f0ca657 Bug 1434077 - Inline indicators overlay. r=Paolo
Brendan Dahl <brendan.dahl@gmail.com>
parents: 404911
diff changeset
  2054
                       indicator="true">
578252
025fbea4eca12ffe9712f4e233d700e1fae82346 Bug 1700238 - Update download icon and animations. r=Gijs
Sam Foster <sfoster@mozilla.com>
parents: 578032
diff changeset
  2055
          <box id="downloads-indicator-anchor"
025fbea4eca12ffe9712f4e233d700e1fae82346 Bug 1700238 - Update download icon and animations. r=Gijs
Sam Foster <sfoster@mozilla.com>
parents: 578032
diff changeset
  2056
                 consumeanchor="downloads-button">
025fbea4eca12ffe9712f4e233d700e1fae82346 Bug 1700238 - Update download icon and animations. r=Gijs
Sam Foster <sfoster@mozilla.com>
parents: 578032
diff changeset
  2057
            <image id="downloads-indicator-icon"/>
025fbea4eca12ffe9712f4e233d700e1fae82346 Bug 1700238 - Update download icon and animations. r=Gijs
Sam Foster <sfoster@mozilla.com>
parents: 578032
diff changeset
  2058
          </box>
025fbea4eca12ffe9712f4e233d700e1fae82346 Bug 1700238 - Update download icon and animations. r=Gijs
Sam Foster <sfoster@mozilla.com>
parents: 578032
diff changeset
  2059
          <box class="toolbarbutton-animatable-box" id="downloads-indicator-progress-outer">
025fbea4eca12ffe9712f4e233d700e1fae82346 Bug 1700238 - Update download icon and animations. r=Gijs
Sam Foster <sfoster@mozilla.com>
parents: 578032
diff changeset
  2060
            <box id="downloads-indicator-progress-inner"/>
025fbea4eca12ffe9712f4e233d700e1fae82346 Bug 1700238 - Update download icon and animations. r=Gijs
Sam Foster <sfoster@mozilla.com>
parents: 578032
diff changeset
  2061
          </box>
025fbea4eca12ffe9712f4e233d700e1fae82346 Bug 1700238 - Update download icon and animations. r=Gijs
Sam Foster <sfoster@mozilla.com>
parents: 578032
diff changeset
  2062
          <box class="toolbarbutton-animatable-box" id="downloads-indicator-start-box">
025fbea4eca12ffe9712f4e233d700e1fae82346 Bug 1700238 - Update download icon and animations. r=Gijs
Sam Foster <sfoster@mozilla.com>
parents: 578032
diff changeset
  2063
            <image class="toolbarbutton-animatable-image" id="downloads-indicator-start-image"/>
025fbea4eca12ffe9712f4e233d700e1fae82346 Bug 1700238 - Update download icon and animations. r=Gijs
Sam Foster <sfoster@mozilla.com>
parents: 578032
diff changeset
  2064
          </box>
025fbea4eca12ffe9712f4e233d700e1fae82346 Bug 1700238 - Update download icon and animations. r=Gijs
Sam Foster <sfoster@mozilla.com>
parents: 578032
diff changeset
  2065
          <box class="toolbarbutton-animatable-box" id="downloads-indicator-finish-box">
025fbea4eca12ffe9712f4e233d700e1fae82346 Bug 1700238 - Update download icon and animations. r=Gijs
Sam Foster <sfoster@mozilla.com>
parents: 578032
diff changeset
  2066
            <image class="toolbarbutton-animatable-image" id="downloads-indicator-finish-image"/>
025fbea4eca12ffe9712f4e233d700e1fae82346 Bug 1700238 - Update download icon and animations. r=Gijs
Sam Foster <sfoster@mozilla.com>
parents: 578032
diff changeset
  2067
          </box>
025fbea4eca12ffe9712f4e233d700e1fae82346 Bug 1700238 - Update download icon and animations. r=Gijs
Sam Foster <sfoster@mozilla.com>
parents: 578032
diff changeset
  2068
        </toolbarbutton>
373987
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2069
475143
c8e9b6a81194dff2d37b4f67d23a419fd4587e49 Bug 1519577 Convert toolbarbutton to a custom element r=surkov
Andrew Swan <aswan@mozilla.com>
parents: 475141
diff changeset
  2070
        <toolbarbutton id="fxa-toolbar-menu-button" class="toolbarbutton-1 chromeclass-toolbar-additional subviewbutton-nav"
c8e9b6a81194dff2d37b4f67d23a419fd4587e49 Bug 1519577 Convert toolbarbutton to a custom element r=surkov
Andrew Swan <aswan@mozilla.com>
parents: 475141
diff changeset
  2071
                       badged="true"
568396
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
  2072
                       onmousedown="gSync.toggleAccountPanel(this, event)"
403ffdf9b6fb1d2be503cfb0feddae5faa3b85b7 Bug 1690131: create proton-specific fxa menu r=mconley,markh,fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 568297
diff changeset
  2073
                       onkeypress="gSync.toggleAccountPanel(this, event)"
464778
a3d28922f30e7f2b4b906a3951c18f8d512f4626 Bug 1524665 - Add FxA avatar toolbar menu, r=gijs,eoger
Vijay Budhram <vbudhram@mozilla.com>
parents: 463805
diff changeset
  2074
                       consumeanchor="fxa-toolbar-menu-button"
a3d28922f30e7f2b4b906a3951c18f8d512f4626 Bug 1524665 - Add FxA avatar toolbar menu, r=gijs,eoger
Vijay Budhram <vbudhram@mozilla.com>
parents: 463805
diff changeset
  2075
                       closemenu="none"
573876
3c8d54305f5a58da336c0ff917fba2f4449e845e Bug 1702118 - Migrate more FxA toolbar button strings to Fluent, r=fluent-reviewers,Gijs
Francesco Lodolo (:flod) <flod@lodolo.net>
parents: 573765
diff changeset
  2076
                       data-l10n-id="toolbar-button-fxaccount"
464778
a3d28922f30e7f2b4b906a3951c18f8d512f4626 Bug 1524665 - Add FxA avatar toolbar menu, r=gijs,eoger
Vijay Budhram <vbudhram@mozilla.com>
parents: 463805
diff changeset
  2077
                       cui-areatype="toolbar"
a3d28922f30e7f2b4b906a3951c18f8d512f4626 Bug 1524665 - Add FxA avatar toolbar menu, r=gijs,eoger
Vijay Budhram <vbudhram@mozilla.com>
parents: 463805
diff changeset
  2078
                       removable="true">
a3d28922f30e7f2b4b906a3951c18f8d512f4626 Bug 1524665 - Add FxA avatar toolbar menu, r=gijs,eoger
Vijay Budhram <vbudhram@mozilla.com>
parents: 463805
diff changeset
  2079
                       <vbox>
a3d28922f30e7f2b4b906a3951c18f8d512f4626 Bug 1524665 - Add FxA avatar toolbar menu, r=gijs,eoger
Vijay Budhram <vbudhram@mozilla.com>
parents: 463805
diff changeset
  2080
                        <image id="fxa-avatar-image"/>
a3d28922f30e7f2b4b906a3951c18f8d512f4626 Bug 1524665 - Add FxA avatar toolbar menu, r=gijs,eoger
Vijay Budhram <vbudhram@mozilla.com>
parents: 463805
diff changeset
  2081
                       </vbox>
a3d28922f30e7f2b4b906a3951c18f8d512f4626 Bug 1524665 - Add FxA avatar toolbar menu, r=gijs,eoger
Vijay Budhram <vbudhram@mozilla.com>
parents: 463805
diff changeset
  2082
        </toolbarbutton>
155235
7105d3282462c80d31aa77ffb51bf0537fecacc5 Bug 864355 - Extend customization target across (almost) the entire nav-bar. r=Unfocused,jaws
Mike Conley <mconley@mozilla.com>
parents: 155234
diff changeset
  2083
      </hbox>
155179
4fae96ad1f12538ea09d22f3cc3c82172e4da820 Bug 855830 - this.button is null at chrome://browser/content/browser.js:6605 r=mconley
Jared Wein <jwein@mozilla.com>
parents: 155166
diff changeset
  2084
155321
0adccd52443ef9c191b447eacfc7e8afe9cb41ec Bug 865926 - Allow the nav-bar to overflow toolbaritems into an overflow panel. r=mconley.
Jared Wein <jaws@mozilla.com>
parents: 155319
diff changeset
  2085
      <toolbarbutton id="nav-bar-overflow-button"
155923
577731dedb4ddf97d108b747f74bfd6db23ef261 Bug 887406 - don't use chevron class, it only gets us trouble, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 155905
diff changeset
  2086
                     class="toolbarbutton-1 chromeclass-toolbar-additional overflow-button"
155321
0adccd52443ef9c191b447eacfc7e8afe9cb41ec Bug 865926 - Allow the nav-bar to overflow toolbaritems into an overflow panel. r=mconley.
Jared Wein <jaws@mozilla.com>
parents: 155319
diff changeset
  2087
                     skipintoolbarset="true"
367158
2998d8a553945a6191185c1d50909612fd8317ca Bug 1375152 - Implement animation for pinning items to the overflow menu. r=dao
Jared Wein <jwein@mozilla.com>
parents: 367082
diff changeset
  2088
                     tooltiptext="&navbarOverflow.label;">
2998d8a553945a6191185c1d50909612fd8317ca Bug 1375152 - Implement animation for pinning items to the overflow menu. r=dao
Jared Wein <jwein@mozilla.com>
parents: 367082
diff changeset
  2089
        <box class="toolbarbutton-animatable-box">
2998d8a553945a6191185c1d50909612fd8317ca Bug 1375152 - Implement animation for pinning items to the overflow menu. r=dao
Jared Wein <jwein@mozilla.com>
parents: 367082
diff changeset
  2090
          <image class="toolbarbutton-animatable-image"/>
2998d8a553945a6191185c1d50909612fd8317ca Bug 1375152 - Implement animation for pinning items to the overflow menu. r=dao
Jared Wein <jwein@mozilla.com>
parents: 367082
diff changeset
  2091
        </box>
2998d8a553945a6191185c1d50909612fd8317ca Bug 1375152 - Implement animation for pinning items to the overflow menu. r=dao
Jared Wein <jwein@mozilla.com>
parents: 367082
diff changeset
  2092
      </toolbarbutton>
155321
0adccd52443ef9c191b447eacfc7e8afe9cb41ec Bug 865926 - Allow the nav-bar to overflow toolbaritems into an overflow panel. r=mconley.
Jared Wein <jaws@mozilla.com>
parents: 155319
diff changeset
  2093
155166
f7cb839f3bfc6f1a67d2e5f83b5591eaeae0b7be Bug 770135 - New PanelUI and toolbar customization - Milestone 1. r=mconley,jaws,Unfocused.
Mike Conley <mconley@mozilla.com>
parents: 155163
diff changeset
  2094
      <toolbaritem id="PanelUI-button"
165476
14063a5b30e2288f349c5e860659c5a3eda11103 Bug 887951 - [Australis] Update panel menu button tooltip; r=dao DONTBUILD because it's just a tooltip string.
Manish Goregaokar <manishearth@gmail.com>
parents: 165475
diff changeset
  2095
                   removable="false">
550070
25c446fc5e7f093be55717d0e98855410aa6020e Bug 1665957 - rename Pioneer to Ion r=maxxcrawford,fluent-reviewers,flod
Robert Helmer <rhelmer@mozilla.com>
parents: 549733
diff changeset
  2096
        <toolbarbutton id="ion-button"
533067
6ce5f69695035fa4b97216e1166c075e48adfc81 Bug 1640306 - add about:pioneer MVP r=mstriemer,fluent-reviewers,flod
Robert Helmer <rhelmer@mozilla.com>
parents: 532550
diff changeset
  2097
                       class="toolbarbutton-1"
6ce5f69695035fa4b97216e1166c075e48adfc81 Bug 1640306 - add about:pioneer MVP r=mstriemer,fluent-reviewers,flod
Robert Helmer <rhelmer@mozilla.com>
parents: 532550
diff changeset
  2098
                       hidden="true"
6ce5f69695035fa4b97216e1166c075e48adfc81 Bug 1640306 - add about:pioneer MVP r=mstriemer,fluent-reviewers,flod
Robert Helmer <rhelmer@mozilla.com>
parents: 532550
diff changeset
  2099
                       badged="true"
554271
498754ea0a37fd6e7616049d9cdf80972678491b Bug 1659692 - add tooltip to Ion icon r=maxxcrawford,flod
Robert Helmer <rhelmer@mozilla.com>
parents: 553969
diff changeset
  2100
                       tooltiptext="Ion"
550070
25c446fc5e7f093be55717d0e98855410aa6020e Bug 1665957 - rename Pioneer to Ion r=maxxcrawford,fluent-reviewers,flod
Robert Helmer <rhelmer@mozilla.com>
parents: 549733
diff changeset
  2101
                       onmousedown="switchToTabHavingURI('about:ion', true);"
25c446fc5e7f093be55717d0e98855410aa6020e Bug 1665957 - rename Pioneer to Ion r=maxxcrawford,fluent-reviewers,flod
Robert Helmer <rhelmer@mozilla.com>
parents: 549733
diff changeset
  2102
                       onkeypress="switchToTabHavingURI('about:ion', true);"/>
495137
9fe7905b6de9f730b0f156e58ffbeb02132b706d Bug 1583231 - Fix indentation, tooltip use, and CSS of what's new panel and toolbarbutton r=Gijs
Andrei Oprea <andrei.br92@gmail.com>
parents: 493853
diff changeset
  2103
        <toolbarbutton id="whats-new-menu-button"
9fe7905b6de9f730b0f156e58ffbeb02132b706d Bug 1583231 - Fix indentation, tooltip use, and CSS of what's new panel and toolbarbutton r=Gijs
Andrei Oprea <andrei.br92@gmail.com>
parents: 493853
diff changeset
  2104
                       class="toolbarbutton-1"
9fe7905b6de9f730b0f156e58ffbeb02132b706d Bug 1583231 - Fix indentation, tooltip use, and CSS of what's new panel and toolbarbutton r=Gijs
Andrei Oprea <andrei.br92@gmail.com>
parents: 493853
diff changeset
  2105
                       hidden="true"
9fe7905b6de9f730b0f156e58ffbeb02132b706d Bug 1583231 - Fix indentation, tooltip use, and CSS of what's new panel and toolbarbutton r=Gijs
Andrei Oprea <andrei.br92@gmail.com>
parents: 493853
diff changeset
  2106
                       badged="true"
9fe7905b6de9f730b0f156e58ffbeb02132b706d Bug 1583231 - Fix indentation, tooltip use, and CSS of what's new panel and toolbarbutton r=Gijs
Andrei Oprea <andrei.br92@gmail.com>
parents: 493853
diff changeset
  2107
                       onmousedown="PanelUI.showSubView('PanelUI-whatsNew', this, event);"
9fe7905b6de9f730b0f156e58ffbeb02132b706d Bug 1583231 - Fix indentation, tooltip use, and CSS of what's new panel and toolbarbutton r=Gijs
Andrei Oprea <andrei.br92@gmail.com>
parents: 493853
diff changeset
  2108
                       onkeypress="PanelUI.showSubView('PanelUI-whatsNew', this, event);"/>
155166
f7cb839f3bfc6f1a67d2e5f83b5591eaeae0b7be Bug 770135 - New PanelUI and toolbar customization - Milestone 1. r=mconley,jaws,Unfocused.
Mike Conley <mconley@mozilla.com>
parents: 155163
diff changeset
  2109
        <toolbarbutton id="PanelUI-menu-button"
475143
c8e9b6a81194dff2d37b4f67d23a419fd4587e49 Bug 1519577 Convert toolbarbutton to a custom element r=surkov
Andrew Swan <aswan@mozilla.com>
parents: 475141
diff changeset
  2110
                       class="toolbarbutton-1"
c8e9b6a81194dff2d37b4f67d23a419fd4587e49 Bug 1519577 Convert toolbarbutton to a custom element r=surkov
Andrew Swan <aswan@mozilla.com>
parents: 475141
diff changeset
  2111
                       badged="true"
193130
21423398898b5762c88ca006dad6e580514765c9 Bug 987230 - use consumeanchor attribute to fix button click, r=enn,mconley
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 193048
diff changeset
  2112
                       consumeanchor="PanelUI-button"
573583
df941c4cf77879ab800824a523977e0241f9f45e Bug 1701287, use brand short name for app menu button label r=fluent-reviewers,flod
Emma Malysz <emalysz@mozilla.com>
parents: 573577
diff changeset
  2113
                       data-l10n-id="appmenu-menu-button-closed2"/>
99413
934ef44ce5af34ceef2674b51df86d17a6c4c9fa Bug 771826: implement Social toolbar button UI, including notification icons, notification panel, and "profile" panel. Styling only for Windows/Mac for the moment, r=gavin
Shane Caraveo <mixedpuppy@gmail.com>
parents: 99239
diff changeset
  2114
      </toolbaritem>
934ef44ce5af34ceef2674b51df86d17a6c4c9fa Bug 771826: implement Social toolbar button UI, including notification icons, notification panel, and "profile" panel. Styling only for Windows/Mac for the moment, r=gavin
Shane Caraveo <mixedpuppy@gmail.com>
parents: 99239
diff changeset
  2115
155764
729ae62cd13bfc448736e9072e2da5bac6c1184b Bug 868640 - Implement private browsing indicator. r=mdeboer
Dão Gottwald <dao@mozilla.com>
parents: 155740
diff changeset
  2116
      <hbox id="window-controls" hidden="true" pack="end" skipintoolbarset="true"
511449
e2c67219b588c23e34680a28ddcd8f566bc6d988 Bug 1607575 - Change consumers of XUL ordinal attribute to use the -moz-box-ordinal-group style instead r=bgrins
Kirk Steuber <ksteuber@mozilla.com>
parents: 509801
diff changeset
  2117
            style="-moz-box-ordinal-group: 1000;">
38339
d5426247c74c1e8fdc4233ccdf92a24e1d44a500 Bug 546261 - Full-screen window controls shouldn't pick up custom toolbarbutton styling. r=gavin
Dão Gottwald <dao@mozilla.com>
parents: 38157
diff changeset
  2118
        <toolbarbutton id="minimize-button"
524597
f36c4ee4bfcca4c6e462d873834694eff9570130 Bug 1629832 - add tooltips to all the window control buttons, r=dao,fluent-reviewers,flod
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 523809
diff changeset
  2119
                       data-l10n-id="browser-window-minimize-button"
1
9b2a99adc05e53cd4010de512f50118594756650 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
hg@mozilla.com
parents:
diff changeset
  2120
                       oncommand="window.minimize();"/>
9b2a99adc05e53cd4010de512f50118594756650 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
hg@mozilla.com
parents:
diff changeset
  2121
38339
d5426247c74c1e8fdc4233ccdf92a24e1d44a500 Bug 546261 - Full-screen window controls shouldn't pick up custom toolbarbutton styling. r=gavin
Dão Gottwald <dao@mozilla.com>
parents: 38157
diff changeset
  2122
        <toolbarbutton id="restore-button"
524834
01dd4324ffc36534d055f4a626c5f8fd59d49d05 Bug 1631430 - Update the restore window control button label from "Restore" to "Restore Down" as used by Windows r=Gijs,fluent-reviewers
Itiel <itiel_yn8@walla.com>
parents: 524730
diff changeset
  2123
                       data-l10n-id="browser-window-restore-down-button"
1
9b2a99adc05e53cd4010de512f50118594756650 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
hg@mozilla.com
parents:
diff changeset
  2124
                       oncommand="BrowserFullScreen();"/>
9b2a99adc05e53cd4010de512f50118594756650 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
hg@mozilla.com
parents:
diff changeset
  2125
38339
d5426247c74c1e8fdc4233ccdf92a24e1d44a500 Bug 546261 - Full-screen window controls shouldn't pick up custom toolbarbutton styling. r=gavin
Dão Gottwald <dao@mozilla.com>
parents: 38157
diff changeset
  2126
        <toolbarbutton id="close-button"
524597
f36c4ee4bfcca4c6e462d873834694eff9570130 Bug 1629832 - add tooltips to all the window control buttons, r=dao,fluent-reviewers,flod
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 523809
diff changeset
  2127
                       data-l10n-id="browser-window-close-button"
581119
4ec58f33deb8aa610a8ffb0ba7b40bbea42899ec Bug 1712306 - add telemetry for the close multiple tabs modal, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 580083
diff changeset
  2128
                       oncommand="BrowserTryToCloseWindow(event);"/>
1
9b2a99adc05e53cd4010de512f50118594756650 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
hg@mozilla.com
parents:
diff changeset
  2129
      </hbox>
9b2a99adc05e53cd4010de512f50118594756650 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
hg@mozilla.com
parents:
diff changeset
  2130
    </toolbar>
7096
dccf1ba85433d9ce331e99b0c3c20a69fb60a325 Bug 400745 - Re-remove favicon cache. r+a=mconnor
rflint@ryanflint.com
parents: 7084
diff changeset
  2131
12093
dd4bfb69b4a680fba72642fe0789fc5fcb35e3ba Bug 417924 - "Buttons shouldn't drastically increase size of menu bar" [p=dao@mozilla.com (Dão Gottwald) r=gavin a1.9=beltzner]
reed@reedloden.com
parents: 11434
diff changeset
  2132
    <toolbar id="PersonalToolbar"
399005
186c8d28a01b57bfb8d1af2cd47029290802180c Bug 1430128 - Remove remnants of the iconsize attribute. r=Gijs
Dão Gottwald <dao@mozilla.com>
parents: 398783
diff changeset
  2133
             mode="icons"
434105
5ae7492124028661d05e162aeedba617f708c2f2 Bug 1487344 - Add common class for main browser window toolbars and replace #navigator-toolbox > toolbar selectors. r=mconley
Dão Gottwald <dao@mozilla.com>
parents: 433528
diff changeset
  2134
             class="browser-toolbar chromeclass-directories"
7096
dccf1ba85433d9ce331e99b0c3c20a69fb60a325 Bug 400745 - Re-remove favicon cache. r+a=mconnor
rflint@ryanflint.com
parents: 7084
diff changeset
  2135
             context="toolbar-context-menu"
561307
249ed05c98d7771d339393520c428c09bacd42cf Bug 1682022 - Convert some bookmarking strings to Fluent. r=mak,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 561191
diff changeset
  2136
             data-l10n-id="bookmarks-toolbar"
249ed05c98d7771d339393520c428c09bacd42cf Bug 1682022 - Convert some bookmarking strings to Fluent. r=mak,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 561191
diff changeset
  2137
             data-l10n-attrs="toolbarname"
38429
f08bba41b2844edd736182a630b32d028e1c9f81 Bug 354048, allow toolbaritems to be placed directly inside toolbar so that uncustomized toolbars don't need to be rebuilt at startup, r=dao
Neil Deakin <neil@mozilla.com>
parents: 38418
diff changeset
  2138
             customizable="true">
458969
76e2c2df0ce01be4e542e40afbe2412f850c2c61 Bug 1436086: Implement keyboard navigation for the main and Bookmarks toolbars. r=Gijs
James Teh <jteh@mozilla.com>
parents: 458882
diff changeset
  2139
      <toolbartabstop skipintoolbarset="true"/>
547936
050fcb27b206cc4b2a857c21830fb5e0ce1a4367 Bug 1498688 - Add ManagedBookmarks policy. r=fluent-reviewers,emalysz,Standard8,flod
Michael Kaply <mozilla@kaply.com>
parents: 547454
diff changeset
  2140
557242
5c55402f9d41ec7ebc0168d2a04b51e37c7a4685 Bug 1674091 - Show and hide the empty bookmarks message if there are visible children in the toolbar. r=Gijs,fluent-reviewers
Jared Wein <jwein@mozilla.com>
parents: 557020
diff changeset
  2141
      <hbox id="personal-toolbar-empty" skipintoolbarset="true" removable="false" hidden="true">
5c55402f9d41ec7ebc0168d2a04b51e37c7a4685 Bug 1674091 - Show and hide the empty bookmarks message if there are visible children in the toolbar. r=Gijs,fluent-reviewers
Jared Wein <jwein@mozilla.com>
parents: 557020
diff changeset
  2142
        <description id="personal-toolbar-empty-description"
5c55402f9d41ec7ebc0168d2a04b51e37c7a4685 Bug 1674091 - Show and hide the empty bookmarks message if there are visible children in the toolbar. r=Gijs,fluent-reviewers
Jared Wein <jwein@mozilla.com>
parents: 557020
diff changeset
  2143
                     data-l10n-id="bookmarks-toolbar-empty-message"
5c55402f9d41ec7ebc0168d2a04b51e37c7a4685 Bug 1674091 - Show and hide the empty bookmarks message if there are visible children in the toolbar. r=Gijs,fluent-reviewers
Jared Wein <jwein@mozilla.com>
parents: 557020
diff changeset
  2144
                     onclick="BookmarkingUI.openLibraryIfLinkClicked(event);"
5c55402f9d41ec7ebc0168d2a04b51e37c7a4685 Bug 1674091 - Show and hide the empty bookmarks message if there are visible children in the toolbar. r=Gijs,fluent-reviewers
Jared Wein <jwein@mozilla.com>
parents: 557020
diff changeset
  2145
                     onkeydown="BookmarkingUI.openLibraryIfLinkClicked(event);">
5c55402f9d41ec7ebc0168d2a04b51e37c7a4685 Bug 1674091 - Show and hide the empty bookmarks message if there are visible children in the toolbar. r=Gijs,fluent-reviewers
Jared Wein <jwein@mozilla.com>
parents: 557020
diff changeset
  2146
          <html:a data-l10n-name="manage-bookmarks" class="text-link" tabindex="0"/>
5c55402f9d41ec7ebc0168d2a04b51e37c7a4685 Bug 1674091 - Show and hide the empty bookmarks message if there are visible children in the toolbar. r=Gijs,fluent-reviewers
Jared Wein <jwein@mozilla.com>
parents: 557020
diff changeset
  2147
        </description>
5c55402f9d41ec7ebc0168d2a04b51e37c7a4685 Bug 1674091 - Show and hide the empty bookmarks message if there are visible children in the toolbar. r=Gijs,fluent-reviewers
Jared Wein <jwein@mozilla.com>
parents: 557020
diff changeset
  2148
      </hbox>
5c55402f9d41ec7ebc0168d2a04b51e37c7a4685 Bug 1674091 - Show and hide the empty bookmarks message if there are visible children in the toolbar. r=Gijs,fluent-reviewers
Jared Wein <jwein@mozilla.com>
parents: 557020
diff changeset
  2149
155626
1fd99ab6698951010052bbac6a186ec51f114c0e Bug 895938 - Australis: Dragging the bookmarks toolbar item to the menupanel makes it disappear
Marco Bonardo <mbonardo@mozilla.com>
parents: 155620
diff changeset
  2150
      <toolbaritem id="personal-bookmarks"
561307
249ed05c98d7771d339393520c428c09bacd42cf Bug 1682022 - Convert some bookmarking strings to Fluent. r=mak,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 561191
diff changeset
  2151
                   data-l10n-id="bookmarks-toolbar-placeholder"
155905
4d3ff167c46f62438fbb7ffa291d40d1690367e4 Bug 888115 - rename customizableui-areatype and customizableui-anchorid to cui-areatype/cui-anchorid to save our poor fingers, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 155897
diff changeset
  2152
                   cui-areatype="toolbar"
38936
c868ff01c9bb4ae4b02ef4f1738874b5a9604ad3 Bug 550205, cannot customize location of or remove personal bookmarks item, r=gavin
Neil Deakin <neil@mozilla.com>
parents: 38929
diff changeset
  2153
                   removable="true">
155626
1fd99ab6698951010052bbac6a186ec51f114c0e Bug 895938 - Australis: Dragging the bookmarks toolbar item to the menupanel makes it disappear
Marco Bonardo <mbonardo@mozilla.com>
parents: 155620
diff changeset
  2154
        <toolbarbutton id="bookmarks-toolbar-placeholder"
376289
b45c8f18e2463f0f20130236e86aeb8f51b82b12 Bug 1391017 - Use a .bookmark-item placeholder for the bookmarks toolbar items in the toolbar while customizing. r=Gijs
Dão Gottwald <dao@mozilla.com>
parents: 376266
diff changeset
  2155
                       class="bookmark-item"
561307
249ed05c98d7771d339393520c428c09bacd42cf Bug 1682022 - Convert some bookmarking strings to Fluent. r=mak,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 561191
diff changeset
  2156
                       data-l10n-id="bookmarks-toolbar-placeholder-button"/>
376289
b45c8f18e2463f0f20130236e86aeb8f51b82b12 Bug 1391017 - Use a .bookmark-item placeholder for the bookmarks toolbar items in the toolbar while customizing. r=Gijs
Dão Gottwald <dao@mozilla.com>
parents: 376266
diff changeset
  2157
        <toolbarbutton id="bookmarks-toolbar-button"
172295
69f04d5d6700c6e5fc4f06bcadb29f27d801fef1 Bug 971956 - fix styling of items in widget overflow list, r=mconley
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 172182
diff changeset
  2158
                       class="toolbarbutton-1"
376289
b45c8f18e2463f0f20130236e86aeb8f51b82b12 Bug 1391017 - Use a .bookmark-item placeholder for the bookmarks toolbar items in the toolbar while customizing. r=Gijs
Dão Gottwald <dao@mozilla.com>
parents: 376266
diff changeset
  2159
                       flex="1"
561307
249ed05c98d7771d339393520c428c09bacd42cf Bug 1682022 - Convert some bookmarking strings to Fluent. r=mak,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 561191
diff changeset
  2160
                       data-l10n-id="bookmarks-toolbar-placeholder-button"
155626
1fd99ab6698951010052bbac6a186ec51f114c0e Bug 895938 - Australis: Dragging the bookmarks toolbar item to the menupanel makes it disappear
Marco Bonardo <mbonardo@mozilla.com>
parents: 155620
diff changeset
  2161
                       oncommand="PlacesToolbarHelper.onPlaceholderCommand();"/>
41915
d7393e28fb2de5f1d90d805972a9b2a837f308d8 Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents: 41426
diff changeset
  2162
        <hbox flex="1"
d7393e28fb2de5f1d90d805972a9b2a837f308d8 Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents: 41426
diff changeset
  2163
              id="PlacesToolbar"
d7393e28fb2de5f1d90d805972a9b2a837f308d8 Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents: 41426
diff changeset
  2164
              context="placesContext"
380914
53a1b44951cc0268e02955743016d3920ed6b542 Bug 260611 - Introduce pref browser.bookmarks.openInTabClosesMenu to optionally leave menu open for single bookmark menuitem clicks that open in new tab. r=mak
Tawny Hoover <stayopenmenu@gmail.com>
parents: 380400
diff changeset
  2165
              onmouseup="BookmarksEventHandler.onMouseUp(event);"
61549
5e576c6e3d75482fe989bc4aaa1b4e8e29a80fb9 Bug 562998 - Selecting commands from a bookmarks context menu while the window isn't active does nothing.
Asaf Romano <aromano@mozilla.com>
parents: 61538
diff changeset
  2166
              onclick="BookmarksEventHandler.onClick(event, this._placesView);"
366808
e4f311094669b6e4b88b1f0d76e0df55c6f37b40 Bug 1354159 - Part 1 - Remove the unneeded third 'view' argument from PlacesUIUtils.openNodeWithEvent(). r=mak
Mike de Boer <mdeboer@mozilla.com>
parents: 366212
diff changeset
  2167
              oncommand="BookmarksEventHandler.onCommand(event);"
41915
d7393e28fb2de5f1d90d805972a9b2a837f308d8 Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents: 41426
diff changeset
  2168
              tooltip="bhTooltip"
d7393e28fb2de5f1d90d805972a9b2a837f308d8 Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents: 41426
diff changeset
  2169
              popupsinherittooltip="true">
d7393e28fb2de5f1d90d805972a9b2a837f308d8 Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents: 41426
diff changeset
  2170
          <hbox flex="1">
172182
f02aa38ed27eee6385adb7bce5abac662757812d Bug 979456 - fix extra padding in bookmarks toolbar on Australis, r=mconley
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 171716
diff changeset
  2171
            <hbox id="PlacesToolbarDropIndicatorHolder" align="center" collapsed="true">
41915
d7393e28fb2de5f1d90d805972a9b2a837f308d8 Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents: 41426
diff changeset
  2172
              <image id="PlacesToolbarDropIndicator"
d7393e28fb2de5f1d90d805972a9b2a837f308d8 Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents: 41426
diff changeset
  2173
                     collapsed="true"/>
d7393e28fb2de5f1d90d805972a9b2a837f308d8 Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents: 41426
diff changeset
  2174
            </hbox>
d7393e28fb2de5f1d90d805972a9b2a837f308d8 Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents: 41426
diff changeset
  2175
            <scrollbox orient="horizontal"
d7393e28fb2de5f1d90d805972a9b2a837f308d8 Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents: 41426
diff changeset
  2176
                       id="PlacesToolbarItems"
d7393e28fb2de5f1d90d805972a9b2a837f308d8 Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents: 41426
diff changeset
  2177
                       flex="1"/>
d7393e28fb2de5f1d90d805972a9b2a837f308d8 Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents: 41426
diff changeset
  2178
            <toolbarbutton type="menu"
d7393e28fb2de5f1d90d805972a9b2a837f308d8 Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents: 41426
diff changeset
  2179
                           id="PlacesChevron"
373686
500a01cf896dbb9883cb85f162552e20b8facfc0 Bug 1377184 - Consistently use the custom toolbar button styling in all browser toolbars. r=johannh
Dão Gottwald <dao@mozilla.com>
parents: 373682
diff changeset
  2180
                           class="toolbarbutton-1"
41915
d7393e28fb2de5f1d90d805972a9b2a837f308d8 Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents: 41426
diff changeset
  2181
                           collapsed="true"
561307
249ed05c98d7771d339393520c428c09bacd42cf Bug 1682022 - Convert some bookmarking strings to Fluent. r=mak,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 561191
diff changeset
  2182
                           data-l10n-id="bookmarks-toolbar-chevron"
41915
d7393e28fb2de5f1d90d805972a9b2a837f308d8 Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents: 41426
diff changeset
  2183
                           onpopupshowing="document.getElementById('PlacesToolbar')
d7393e28fb2de5f1d90d805972a9b2a837f308d8 Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents: 41426
diff changeset
  2184
                                                   ._placesView._onChevronPopupShowing(event);">
d7393e28fb2de5f1d90d805972a9b2a837f308d8 Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents: 41426
diff changeset
  2185
              <menupopup id="PlacesChevronPopup"
486978
bd7cd9d7b6ade7bf9fa8441a8686f19c36f2a7e5 Bug 1539651 - Convert places-popup-base and places-popup-arrow bindings to Custom Elements r=mak
Alexander Surkov <surkov.alexander@gmail.com>
parents: 486808
diff changeset
  2186
                         is="places-popup"
41915
d7393e28fb2de5f1d90d805972a9b2a837f308d8 Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents: 41426
diff changeset
  2187
                         placespopup="true"
46379
76a73f8537e095e980f6943c2952d870f90e77b1 Bug 571288 - A tooltip of bookmark located in the Chevron is not displayed. r=dietrich
Marco Bonardo <mbonardo@mozilla.com>
parents: 46308
diff changeset
  2188
                         tooltip="bhTooltip" popupsinherittooltip="true"
41915
d7393e28fb2de5f1d90d805972a9b2a837f308d8 Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents: 41426
diff changeset
  2189
                         context="placesContext"/>
d7393e28fb2de5f1d90d805972a9b2a837f308d8 Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents: 41426
diff changeset
  2190
            </toolbarbutton>
d7393e28fb2de5f1d90d805972a9b2a837f308d8 Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents: 41426
diff changeset
  2191
          </hbox>
d7393e28fb2de5f1d90d805972a9b2a837f308d8 Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents: 41426
diff changeset
  2192
        </hbox>
38429
f08bba41b2844edd736182a630b32d028e1c9f81 Bug 354048, allow toolbaritems to be placed directly inside toolbar so that uncustomized toolbars don't need to be rebuilt at startup, r=dao
Neil Deakin <neil@mozilla.com>
parents: 38418
diff changeset
  2193
      </toolbaritem>
f08bba41b2844edd736182a630b32d028e1c9f81 Bug 354048, allow toolbaritems to be placed directly inside toolbar so that uncustomized toolbars don't need to be rebuilt at startup, r=dao
Neil Deakin <neil@mozilla.com>
parents: 38418
diff changeset
  2194
    </toolbar>
f08bba41b2844edd736182a630b32d028e1c9f81 Bug 354048, allow toolbaritems to be placed directly inside toolbar so that uncustomized toolbars don't need to be rebuilt at startup, r=dao
Neil Deakin <neil@mozilla.com>
parents: 38418
diff changeset
  2195
570533
5134166e9e477cd9850ba50520c75d1988eff708 Bug 1682676 - Position infobars inside of the chrome. r=mstriemer
Erica Wright <ewright@mozilla.com>
parents: 570344
diff changeset
  2196
    <html:template id="tab-notification-deck-template">
5134166e9e477cd9850ba50520c75d1988eff708 Bug 1682676 - Position infobars inside of the chrome. r=mstriemer
Erica Wright <ewright@mozilla.com>
parents: 570344
diff changeset
  2197
      <html:named-deck id="tab-notification-deck"></html:named-deck>
5134166e9e477cd9850ba50520c75d1988eff708 Bug 1682676 - Position infobars inside of the chrome. r=mstriemer
Erica Wright <ewright@mozilla.com>
parents: 570344
diff changeset
  2198
    </html:template>
5134166e9e477cd9850ba50520c75d1988eff708 Bug 1682676 - Position infobars inside of the chrome. r=mstriemer
Erica Wright <ewright@mozilla.com>
parents: 570344
diff changeset
  2199
5134166e9e477cd9850ba50520c75d1988eff708 Bug 1682676 - Position infobars inside of the chrome. r=mstriemer
Erica Wright <ewright@mozilla.com>
parents: 570344
diff changeset
  2200
529758
f5f1227caf70f09bec9d9d5764783b6be7b5a5ed Bug 1558635 - use an html:template for the customize mode palette to avoid instantiating items in the palette, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 529710
diff changeset
  2201
    <html:template id="BrowserToolbarPalette">
553643
62ddd04d549875a66d6ef788f13efca88f6cbf4e Bug 1665442 - show an import button on the bookmarks toolbar for new profiles without bookmarks, r=jaws,fluent-reviewers,flod,dao
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 553445
diff changeset
  2202
      <toolbarbutton id="import-button"
62ddd04d549875a66d6ef788f13efca88f6cbf4e Bug 1665442 - show an import button on the bookmarks toolbar for new profiles without bookmarks, r=jaws,fluent-reviewers,flod,dao
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 553445
diff changeset
  2203
                     class="toolbarbutton-1 chromeclass-toolbar-additional"
62ddd04d549875a66d6ef788f13efca88f6cbf4e Bug 1665442 - show an import button on the bookmarks toolbar for new profiles without bookmarks, r=jaws,fluent-reviewers,flod,dao
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 553445
diff changeset
  2204
                     oncommand="MigrationUtils.showMigrationWizard(window, [MigrationUtils.MIGRATION_ENTRYPOINT_BOOKMARKS_TOOLBAR]);"
557242
5c55402f9d41ec7ebc0168d2a04b51e37c7a4685 Bug 1674091 - Show and hide the empty bookmarks message if there are visible children in the toolbar. r=Gijs,fluent-reviewers
Jared Wein <jwein@mozilla.com>
parents: 557020
diff changeset
  2205
                     data-l10n-id="browser-import-button2"/>
38429
f08bba41b2844edd736182a630b32d028e1c9f81 Bug 354048, allow toolbaritems to be placed directly inside toolbar so that uncustomized toolbars don't need to be rebuilt at startup, r=dao
Neil Deakin <neil@mozilla.com>
parents: 38418
diff changeset
  2206
f08bba41b2844edd736182a630b32d028e1c9f81 Bug 354048, allow toolbaritems to be placed directly inside toolbar so that uncustomized toolbars don't need to be rebuilt at startup, r=dao
Neil Deakin <neil@mozilla.com>
parents: 38418
diff changeset
  2207
      <toolbarbutton id="print-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
155280
2ddd4748a753470fd8e3bbcb09b07b44cee1d6a3 Bug 868586: Print preview for all, except OSX, r=jaws
Mike de Boer <mdeboer@mozilla.com>
parents: 155278
diff changeset
  2208
#ifdef XP_MACOSX
181364
4dc06a48ed13d8815eb270fbbbc43ba34863ee04 Bug 979479: add dynamic tooltips, including keyboard shortcuts, to various buttons. r=mconley
Mike de Boer <mdeboer@mozilla.com>
parents: 180880
diff changeset
  2209
                     command="cmd_print"
155280
2ddd4748a753470fd8e3bbcb09b07b44cee1d6a3 Bug 868586: Print preview for all, except OSX, r=jaws
Mike de Boer <mdeboer@mozilla.com>
parents: 155278
diff changeset
  2210
#else
181364
4dc06a48ed13d8815eb270fbbbc43ba34863ee04 Bug 979479: add dynamic tooltips, including keyboard shortcuts, to various buttons. r=mconley
Mike de Boer <mdeboer@mozilla.com>
parents: 180880
diff changeset
  2211
                     command="cmd_printPreview"
547067
2ac24d2fdaf7e5602bf8d7ef340408d01c34accc Bug 1661618, update shortcut in app menu and toolbar tip for the toolbarbutton r=mstriemer
Emma Malysz <emalysz@mozilla.com>
parents: 546230
diff changeset
  2212
                     print-button-title="&printButton.tooltip;"
155280
2ddd4748a753470fd8e3bbcb09b07b44cee1d6a3 Bug 868586: Print preview for all, except OSX, r=jaws
Mike de Boer <mdeboer@mozilla.com>
parents: 155278
diff changeset
  2213
#endif
554561
daeedbe395868c4227ff175f3f1bf60b7e336e9e Bug 1673388 - use keepbroadcastattributeswhencustomizing for the print button to make it behave better wrt customize mode, r=mconley
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 554550
diff changeset
  2214
                     keepbroadcastattributeswhencustomizing="true"
547067
2ac24d2fdaf7e5602bf8d7ef340408d01c34accc Bug 1661618, update shortcut in app menu and toolbar tip for the toolbarbutton r=mstriemer
Emma Malysz <emalysz@mozilla.com>
parents: 546230
diff changeset
  2215
                     tooltip="dynamic-shortcut-tooltip"
182201
ccdebc4f92c9a2f8c18639f8f43bf9ee7537cb46 Bug 1006490: revert changes made to the print button tooltip in bug 979479. r=dao.
Mike de Boer <mdeboer@mozilla.com>
parents: 182199
diff changeset
  2216
                     label="&printButton.label;"/>
38429
f08bba41b2844edd736182a630b32d028e1c9f81 Bug 354048, allow toolbaritems to be placed directly inside toolbar so that uncustomized toolbars don't need to be rebuilt at startup, r=dao
Neil Deakin <neil@mozilla.com>
parents: 38418
diff changeset
  2217
f08bba41b2844edd736182a630b32d028e1c9f81 Bug 354048, allow toolbaritems to be placed directly inside toolbar so that uncustomized toolbars don't need to be rebuilt at startup, r=dao
Neil Deakin <neil@mozilla.com>
parents: 38418
diff changeset
  2218
f08bba41b2844edd736182a630b32d028e1c9f81 Bug 354048, allow toolbaritems to be placed directly inside toolbar so that uncustomized toolbars don't need to be rebuilt at startup, r=dao
Neil Deakin <neil@mozilla.com>
parents: 38418
diff changeset
  2219
      <toolbarbutton id="new-window-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
f08bba41b2844edd736182a630b32d028e1c9f81 Bug 354048, allow toolbaritems to be placed directly inside toolbar so that uncustomized toolbars don't need to be rebuilt at startup, r=dao
Neil Deakin <neil@mozilla.com>
parents: 38418
diff changeset
  2220
                     label="&newNavigatorCmd.label;"
353824
1eb86cbfac794754da6ed1a8f6adbc4150900415 Bug 1354095 - add new {,private} window buttons to photon panel r=mikedeboer
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 352401
diff changeset
  2221
                     command="cmd_newNavigator"
166212
579ea635878a7634717c1a9a0a96fdef6535f818 Bug 940116 - part 3: update XUL buttons to have a dynamic tooltip that includes a shortcut (Australis), r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 165784
diff changeset
  2222
                     tooltip="dynamic-shortcut-tooltip"
38429
f08bba41b2844edd736182a630b32d028e1c9f81 Bug 354048, allow toolbaritems to be placed directly inside toolbar so that uncustomized toolbars don't need to be rebuilt at startup, r=dao
Neil Deakin <neil@mozilla.com>
parents: 38418
diff changeset
  2223
                     ondrop="newWindowButtonObserver.onDrop(event)"
f08bba41b2844edd736182a630b32d028e1c9f81 Bug 354048, allow toolbaritems to be placed directly inside toolbar so that uncustomized toolbars don't need to be rebuilt at startup, r=dao
Neil Deakin <neil@mozilla.com>
parents: 38418
diff changeset
  2224
                     ondragover="newWindowButtonObserver.onDragOver(event)"
f08bba41b2844edd736182a630b32d028e1c9f81 Bug 354048, allow toolbaritems to be placed directly inside toolbar so that uncustomized toolbars don't need to be rebuilt at startup, r=dao
Neil Deakin <neil@mozilla.com>
parents: 38418
diff changeset
  2225
                     ondragenter="newWindowButtonObserver.onDragOver(event)"
58550
d11d8ac9ffe3c1fe9c724c9aafe0ce26e82609af Bug 527749 - Drag events out of order; r=smaug,dao a=blocking-betaN+
Neil Deakin <enndeakin@gmail.com>
parents: 58469
diff changeset
  2226
                     ondragexit="newWindowButtonObserver.onDragExit(event)"/>
38429
f08bba41b2844edd736182a630b32d028e1c9f81 Bug 354048, allow toolbaritems to be placed directly inside toolbar so that uncustomized toolbars don't need to be rebuilt at startup, r=dao
Neil Deakin <neil@mozilla.com>
parents: 38418
diff changeset
  2227
f08bba41b2844edd736182a630b32d028e1c9f81 Bug 354048, allow toolbaritems to be placed directly inside toolbar so that uncustomized toolbars don't need to be rebuilt at startup, r=dao
Neil Deakin <neil@mozilla.com>
parents: 38418
diff changeset
  2228
      <toolbarbutton id="fullscreen-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
f08bba41b2844edd736182a630b32d028e1c9f81 Bug 354048, allow toolbaritems to be placed directly inside toolbar so that uncustomized toolbars don't need to be rebuilt at startup, r=dao
Neil Deakin <neil@mozilla.com>
parents: 38418
diff changeset
  2229
                     observes="View:FullScreen"
f08bba41b2844edd736182a630b32d028e1c9f81 Bug 354048, allow toolbaritems to be placed directly inside toolbar so that uncustomized toolbars don't need to be rebuilt at startup, r=dao
Neil Deakin <neil@mozilla.com>
parents: 38418
diff changeset
  2230
                     type="checkbox"
f08bba41b2844edd736182a630b32d028e1c9f81 Bug 354048, allow toolbaritems to be placed directly inside toolbar so that uncustomized toolbars don't need to be rebuilt at startup, r=dao
Neil Deakin <neil@mozilla.com>
parents: 38418
diff changeset
  2231
                     label="&fullScreenCmd.label;"
166212
579ea635878a7634717c1a9a0a96fdef6535f818 Bug 940116 - part 3: update XUL buttons to have a dynamic tooltip that includes a shortcut (Australis), r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 165784
diff changeset
  2232
                     tooltip="dynamic-shortcut-tooltip"/>
373379
5a3309f0bb857e2edbfd72e92ce4334669a5569e Bug 1366555 - Remove MOZ_PHOTON_THEME ifdefs and non-MOZ_PHOTON_THEME code. r=dao
Michael Kohler <me@michaelkohler.info>
parents: 373277
diff changeset
  2233
373987
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2234
      <toolbarbutton id="bookmarks-menu-button"
383359
5193b9173c69a2976422bc6e4d161846e72fc714 Bug 1395674 - Adding subviewbutton-nav class to menu-type toolbarbuttons and display the '>' in the overflow list. r=Gijs
Sam Foster <sfoster@mozilla.com>
parents: 382942
diff changeset
  2235
                     class="toolbarbutton-1 chromeclass-toolbar-additional subviewbutton-nav"
373987
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2236
                     type="menu"
561307
249ed05c98d7771d339393520c428c09bacd42cf Bug 1682022 - Convert some bookmarking strings to Fluent. r=mak,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 561191
diff changeset
  2237
                     data-l10n-id="bookmarks-menu-button"
373987
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2238
                     tooltip="dynamic-shortcut-tooltip"
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2239
                     ondragenter="PlacesMenuDNDHandler.onDragEnter(event);"
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2240
                     ondragover="PlacesMenuDNDHandler.onDragOver(event);"
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2241
                     ondragleave="PlacesMenuDNDHandler.onDragLeave(event);"
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2242
                     ondrop="PlacesMenuDNDHandler.onDrop(event);"
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2243
                     oncommand="BookmarkingUI.onCommand(event);">
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2244
        <menupopup id="BMB_bookmarksPopup"
552691
02c9f9e975580299db865d324a5eefd859caee49 Bug 1670410 - Bookmarks popup should have type="arrow" so that it receives popuppositioned events. r=Gijs
Emilio Cobos Álvarez <emilio@crisal.io>
parents: 551766
diff changeset
  2245
                   type="arrow"
486978
bd7cd9d7b6ade7bf9fa8441a8686f19c36f2a7e5 Bug 1539651 - Convert places-popup-base and places-popup-arrow bindings to Custom Elements r=mak
Alexander Surkov <surkov.alexander@gmail.com>
parents: 486808
diff changeset
  2246
                   is="places-popup-arrow"
373987
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2247
                   class="cui-widget-panel cui-widget-panelview cui-widget-panelWithFooter PanelUI-subView"
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2248
                   placespopup="true"
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2249
                   context="placesContext"
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2250
                   openInTabs="children"
432797
c0f5b64fe563a74d5d23f5aa5199a437cb8fd745 Bug 1481466 - Avoid a style change to work around a XUL reflow bug. r=paolo
Emilio Cobos Álvarez <emilio@crisal.io>
parents: 432576
diff changeset
  2251
                   side="top"
380914
53a1b44951cc0268e02955743016d3920ed6b542 Bug 260611 - Introduce pref browser.bookmarks.openInTabClosesMenu to optionally leave menu open for single bookmark menuitem clicks that open in new tab. r=mak
Tawny Hoover <stayopenmenu@gmail.com>
parents: 380400
diff changeset
  2252
                   onmouseup="BookmarksEventHandler.onMouseUp(event);"
373987
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2253
                   oncommand="BookmarksEventHandler.onCommand(event);"
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2254
                   onclick="BookmarksEventHandler.onClick(event, this.parentNode._placesView);"
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2255
                   onpopupshowing="BookmarkingUI.onPopupShowing(event);
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2256
                                   BookmarkingUI.attachPlacesView(event, this);"
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2257
                   tooltip="bhTooltip" popupsinherittooltip="true">
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2258
          <menuitem id="BMB_viewBookmarksSidebar"
413816
c4c41983362cbbae51a0b468d30aeda4d2477504 Bug 1454148 - Fix class of the "View Bookmarks Toolbar" and "View Bookmarks Sidebar" items in the Bookmarks button menu. r=Gijs
Paolo Amadini <paolo.mozmail@amadzone.org>
parents: 413058
diff changeset
  2259
                    class="menuitem-iconic subviewbutton"
561307
249ed05c98d7771d339393520c428c09bacd42cf Bug 1682022 - Convert some bookmarking strings to Fluent. r=mak,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 561191
diff changeset
  2260
                    data-l10n-id="bookmarks-tools-sidebar-visibility"
249ed05c98d7771d339393520c428c09bacd42cf Bug 1682022 - Convert some bookmarking strings to Fluent. r=mak,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 561191
diff changeset
  2261
                    data-l10n-args='{ "isVisible": false }'
413058
91cfe8e76dd18e360ef9e79166abac11c94e3f9e Bug 1391948 - Don't use checkboxes for the "View Bookmarks Toolbar" and "View Bookmarks Sidebar" items in the Bookmarks button menu. r=mak
Paolo Amadini <paolo.mozmail@amadzone.org>
parents: 411901
diff changeset
  2262
                    oncommand="SidebarUI.toggle('viewBookmarksSidebar');"/>
373987
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2263
          <!-- NB: temporary solution for bug 985024, this should go away soon. -->
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2264
          <menuitem id="BMB_bookmarksShowAllTop"
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2265
                    class="menuitem-iconic subviewbutton"
572751
fbc577904b3f5daaeaa6ec1a076f3324cad28bc9 Bug 1697533 - Update the organization of the Bookmarks toolbar menu popup, and change style for Proton. r=mak,harry,desktop-theme-reviewers
Mike Conley <mconley@mozilla.com>
parents: 572742
diff changeset
  2266
                    data-l10n-id="bookmarks-manage-bookmarks"
373987
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2267
                    command="Browser:ShowAllBookmarks"
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2268
                    key="manBookmarkKb"/>
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2269
          <menuseparator/>
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2270
          <menu id="BMB_bookmarksToolbar"
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2271
                class="menu-iconic bookmark-item subviewbutton"
561307
249ed05c98d7771d339393520c428c09bacd42cf Bug 1682022 - Convert some bookmarking strings to Fluent. r=mak,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 561191
diff changeset
  2272
                data-l10n-id="bookmarks-toolbar-menu"
373987
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2273
                container="true">
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2274
            <menupopup id="BMB_bookmarksToolbarPopup"
486978
bd7cd9d7b6ade7bf9fa8441a8686f19c36f2a7e5 Bug 1539651 - Convert places-popup-base and places-popup-arrow bindings to Custom Elements r=mak
Alexander Surkov <surkov.alexander@gmail.com>
parents: 486808
diff changeset
  2275
                       is="places-popup"
373987
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2276
                       placespopup="true"
491726
2b5a403990b16c1b9492f374b14c57ce63e21e83 Bug 1578569 - Restore padding-bottom on certain menupopups inside BMB_bookmarksPopup r=mak
Brian Grinstead <bgrinstead@mozilla.com>
parents: 490904
diff changeset
  2277
                       nofooterpopup="true"
373987
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2278
                       context="placesContext"
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2279
                       onpopupshowing="if (!this.parentNode._placesView)
419831
f7f1cabf68efac2cf8d6eccf6d1b3db774f9a5e9 Bug 824502 - Change folder=<id> to parent=<guid> in Places' bookmark queries. r=mak
Mark Banner <standard8@mozilla.com>
parents: 419700
diff changeset
  2280
                                         new PlacesMenu(event, `place:parent=${PlacesUtils.bookmarks.toolbarGuid}`,
373987
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2281
                                                        PlacesUIUtils.getViewForNode(this.parentNode.parentNode).options);">
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2282
              <menuitem id="BMB_viewBookmarksToolbar"
413816
c4c41983362cbbae51a0b468d30aeda4d2477504 Bug 1454148 - Fix class of the "View Bookmarks Toolbar" and "View Bookmarks Sidebar" items in the Bookmarks button menu. r=Gijs
Paolo Amadini <paolo.mozmail@amadzone.org>
parents: 413058
diff changeset
  2283
                        class="menuitem-iconic subviewbutton"
565736
fd749c4aeba698348bacdcd768b6b69f468891c7 Bug 1689366, simplify bookmark panel r=fluent-reviewers,mconley,flod
Emma Malysz <emalysz@mozilla.com>
parents: 565408
diff changeset
  2284
                        data-l10n-id="bookmarks-tools-toolbar-visibility-menuitem"
561307
249ed05c98d7771d339393520c428c09bacd42cf Bug 1682022 - Convert some bookmarking strings to Fluent. r=mak,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 561191
diff changeset
  2285
                        data-l10n-args='{ "isVisible": false }'
535949
a94462f7697ad4a298caa4f3f78573f48de8f409 Bug 1620358: Gather telemetry on toolbar state. r=Gijs,zombie
Dave Townsend <dtownsend@oxymoronical.com>
parents: 535700
diff changeset
  2286
                        oncommand="BookmarkingUI.toggleBookmarksToolbar('bookmarks-widget');"/>
373987
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2287
              <menuseparator/>
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2288
              <!-- Bookmarks toolbar items -->
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2289
            </menupopup>
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2290
          </menu>
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2291
          <menu id="BMB_unsortedBookmarks"
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2292
                class="menu-iconic bookmark-item subviewbutton"
561307
249ed05c98d7771d339393520c428c09bacd42cf Bug 1682022 - Convert some bookmarking strings to Fluent. r=mak,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 561191
diff changeset
  2293
                data-l10n-id="bookmarks-other-bookmarks-menu"
373987
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2294
                container="true">
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2295
            <menupopup id="BMB_unsortedBookmarksPopup"
486978
bd7cd9d7b6ade7bf9fa8441a8686f19c36f2a7e5 Bug 1539651 - Convert places-popup-base and places-popup-arrow bindings to Custom Elements r=mak
Alexander Surkov <surkov.alexander@gmail.com>
parents: 486808
diff changeset
  2296
                       is="places-popup"
373987
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2297
                       placespopup="true"
491726
2b5a403990b16c1b9492f374b14c57ce63e21e83 Bug 1578569 - Restore padding-bottom on certain menupopups inside BMB_bookmarksPopup r=mak
Brian Grinstead <bgrinstead@mozilla.com>
parents: 490904
diff changeset
  2298
                       nofooterpopup="true"
373987
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2299
                       context="placesContext"
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2300
                       onpopupshowing="if (!this.parentNode._placesView)
419831
f7f1cabf68efac2cf8d6eccf6d1b3db774f9a5e9 Bug 824502 - Change folder=<id> to parent=<guid> in Places' bookmark queries. r=mak
Mark Banner <standard8@mozilla.com>
parents: 419700
diff changeset
  2301
                                         new PlacesMenu(event, `place:parent=${PlacesUtils.bookmarks.unfiledGuid}`,
373987
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2302
                                                        PlacesUIUtils.getViewForNode(this.parentNode.parentNode).options);"/>
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2303
          </menu>
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2304
          <menu id="BMB_mobileBookmarks"
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2305
                class="menu-iconic bookmark-item subviewbutton"
561307
249ed05c98d7771d339393520c428c09bacd42cf Bug 1682022 - Convert some bookmarking strings to Fluent. r=mak,fluent-reviewers,flod
Mike Conley <mconley@mozilla.com>
parents: 561191
diff changeset
  2306
                data-l10n-id="bookmarks-mobile-bookmarks-menu"
373987
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2307
                hidden="true"
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2308
                container="true">
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2309
            <menupopup id="BMB_mobileBookmarksPopup"
486978
bd7cd9d7b6ade7bf9fa8441a8686f19c36f2a7e5 Bug 1539651 - Convert places-popup-base and places-popup-arrow bindings to Custom Elements r=mak
Alexander Surkov <surkov.alexander@gmail.com>
parents: 486808
diff changeset
  2310
                       is="places-popup"
373987
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2311
                       placespopup="true"
491726
2b5a403990b16c1b9492f374b14c57ce63e21e83 Bug 1578569 - Restore padding-bottom on certain menupopups inside BMB_bookmarksPopup r=mak
Brian Grinstead <bgrinstead@mozilla.com>
parents: 490904
diff changeset
  2312
                       nofooterpopup="true"
373987
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2313
                       context="placesContext"
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2314
                       onpopupshowing="if (!this.parentNode._placesView)
419831
f7f1cabf68efac2cf8d6eccf6d1b3db774f9a5e9 Bug 824502 - Change folder=<id> to parent=<guid> in Places' bookmark queries. r=mak
Mark Banner <standard8@mozilla.com>
parents: 419700
diff changeset
  2315
                                         new PlacesMenu(event, `place:parent=${PlacesUtils.bookmarks.mobileGuid}`,
373987
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2316
                                                        PlacesUIUtils.getViewForNode(this.parentNode.parentNode).options);"/>
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2317
          </menu>
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2318
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2319
          <menuseparator/>
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2320
          <!-- Bookmarks menu items will go here -->
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2321
          <menuitem id="BMB_bookmarksShowAll"
572751
fbc577904b3f5daaeaa6ec1a076f3324cad28bc9 Bug 1697533 - Update the organization of the Bookmarks toolbar menu popup, and change style for Proton. r=mak,harry,desktop-theme-reviewers
Mike Conley <mconley@mozilla.com>
parents: 572742
diff changeset
  2322
                    class="subviewbutton panel-subview-footer-button"
fbc577904b3f5daaeaa6ec1a076f3324cad28bc9 Bug 1697533 - Update the organization of the Bookmarks toolbar menu popup, and change style for Proton. r=mak,harry,desktop-theme-reviewers
Mike Conley <mconley@mozilla.com>
parents: 572742
diff changeset
  2323
                    data-l10n-id="bookmarks-manage-bookmarks"
373987
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2324
                    command="Browser:ShowAllBookmarks"
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2325
                    key="manBookmarkKb"/>
b9516e57add64b906ef6bf52344285cc7f6f9fab Bug 1383009 - add flexible spacers and library button to the navbar by default, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 373808
diff changeset
  2326
        </menupopup>
370315
8c927b51ca411f35225282ece3d2271a89b8528d Bug 1355922 - Save to Pocket should have an associated animation. r=Gijs
Jared Wein <jwein@mozilla.com>
parents: 370162
diff changeset
  2327
      </toolbarbutton>
379426
0338f82cf70e5071b6de29c0b3360ab840fc532f Bug 1387416 - Place the search bar in the customization palette for new profiles. r=Gijs
Paolo Amadini <paolo.mozmail@amadzone.org>
parents: 379412
diff changeset
  2328
0338f82cf70e5071b6de29c0b3360ab840fc532f Bug 1387416 - Place the search bar in the customization palette for new profiles. r=Gijs
Paolo Amadini <paolo.mozmail@amadzone.org>
parents: 379412
diff changeset
  2329
      <toolbaritem id="search-container"
391526
a4bd6d4cb58b59c77b618437c2df11f94e73b025 Bug 1388029 - remove notion of 'wide' widget and panel columns from the tree, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 391525
diff changeset
  2330
                   class="chromeclass-toolbar-additional"
379426
0338f82cf70e5071b6de29c0b3360ab840fc532f Bug 1387416 - Place the search bar in the customization palette for new profiles. r=Gijs
Paolo Amadini <paolo.mozmail@amadzone.org>
parents: 379412
diff changeset
  2331
                   title="&searchItem.title;"
0338f82cf70e5071b6de29c0b3360ab840fc532f Bug 1387416 - Place the search bar in the customization palette for new profiles. r=Gijs
Paolo Amadini <paolo.mozmail@amadzone.org>
parents: 379412
diff changeset
  2332
                   align="center"
509801
12664773cc873b8310e464fca20d81a80319c24d Bug 1601334 - Increase Urlbar min-width. r=dao
Harry Twyford <htwyford@mozilla.com>
parents: 509459
diff changeset
  2333
                   flex="175"
379426
0338f82cf70e5071b6de29c0b3360ab840fc532f Bug 1387416 - Place the search bar in the customization palette for new profiles. r=Gijs
Paolo Amadini <paolo.mozmail@amadzone.org>
parents: 379412
diff changeset
  2334
                   persist="width">
458969
76e2c2df0ce01be4e542e40afbe2412f850c2c61 Bug 1436086: Implement keyboard navigation for the main and Bookmarks toolbars. r=Gijs
James Teh <jteh@mozilla.com>
parents: 458882
diff changeset
  2335
        <toolbartabstop/>
379426
0338f82cf70e5071b6de29c0b3360ab840fc532f Bug 1387416 - Place the search bar in the customization palette for new profiles. r=Gijs
Paolo Amadini <paolo.mozmail@amadzone.org>
parents: 379412
diff changeset
  2336
        <searchbar id="searchbar" flex="1"/>
458969
76e2c2df0ce01be4e542e40afbe2412f850c2c61 Bug 1436086: Implement keyboard navigation for the main and Bookmarks toolbars. r=Gijs
James Teh <jteh@mozilla.com>
parents: 458882
diff changeset
  2337
        <toolbartabstop/>
379426
0338f82cf70e5071b6de29c0b3360ab840fc532f Bug 1387416 - Place the search bar in the customization palette for new profiles. r=Gijs
Paolo Amadini <paolo.mozmail@amadzone.org>
parents: 379412
diff changeset
  2338
      </toolbaritem>
573031
2463cc8994c60a62f1edc100cd44ec1c7bada800 Bug 1699310 - Move the library and home buttons in the navbar to the browser toolbar palette. r=Gijs
Micah Tigley <mtigley@mozilla.com>
parents: 572820
diff changeset
  2339
2463cc8994c60a62f1edc100cd44ec1c7bada800 Bug 1699310 - Move the library and home buttons in the navbar to the browser toolbar palette. r=Gijs
Micah Tigley <mtigley@mozilla.com>
parents: 572820
diff changeset
  2340
      <toolbarbutton id="home-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
2463cc8994c60a62f1edc100cd44ec1c7bada800 Bug 1699310 - Move the library and home buttons in the navbar to the browser toolbar palette. r=Gijs
Micah Tigley <mtigley@mozilla.com>
parents: 572820
diff changeset
  2341
                     removable="true"
2463cc8994c60a62f1edc100cd44ec1c7bada800 Bug 1699310 - Move the library and home buttons in the navbar to the browser toolbar palette. r=Gijs
Micah Tigley <mtigley@mozilla.com>
parents: 572820
diff changeset
  2342
                     label="&homeButton.label;"
2463cc8994c60a62f1edc100cd44ec1c7bada800 Bug 1699310 - Move the library and home buttons in the navbar to the browser toolbar palette. r=Gijs
Micah Tigley <mtigley@mozilla.com>
parents: 572820
diff changeset
  2343
                     ondragover="homeButtonObserver.onDragOver(event)"
2463cc8994c60a62f1edc100cd44ec1c7bada800 Bug 1699310 - Move the library and home buttons in the navbar to the browser toolbar palette. r=Gijs
Micah Tigley <mtigley@mozilla.com>
parents: 572820
diff changeset
  2344
                     ondragenter="homeButtonObserver.onDragOver(event)"
2463cc8994c60a62f1edc100cd44ec1c7bada800 Bug 1699310 - Move the library and home buttons in the navbar to the browser toolbar palette. r=Gijs
Micah Tigley <mtigley@mozilla.com>
parents: 572820
diff changeset
  2345
                     ondrop="homeButtonObserver.onDrop(event)"
2463cc8994c60a62f1edc100cd44ec1c7bada800 Bug 1699310 - Move the library and home buttons in the navbar to the browser toolbar palette. r=Gijs
Micah Tigley <mtigley@mozilla.com>
parents: 572820
diff changeset
  2346
                     ondragexit="homeButtonObserver.onDragExit(event)"
2463cc8994c60a62f1edc100cd44ec1c7bada800 Bug 1699310 - Move the library and home buttons in the navbar to the browser toolbar palette. r=Gijs
Micah Tigley <mtigley@mozilla.com>
parents: 572820
diff changeset
  2347
                     key="goHome"
2463cc8994c60a62f1edc100cd44ec1c7bada800 Bug 1699310 - Move the library and home buttons in the navbar to the browser toolbar palette. r=Gijs
Micah Tigley <mtigley@mozilla.com>
parents: 572820
diff changeset
  2348
                     onclick="BrowserHome(event);"
2463cc8994c60a62f1edc100cd44ec1c7bada800 Bug 1699310 - Move the library and home buttons in the navbar to the browser toolbar palette. r=Gijs
Micah Tigley <mtigley@mozilla.com>
parents: 572820
diff changeset
  2349
                     cui-areatype="toolbar"
2463cc8994c60a62f1edc100cd44ec1c7bada800 Bug 1699310 - Move the library and home buttons in the navbar to the browser toolbar palette. r=Gijs
Micah Tigley <mtigley@mozilla.com>
parents: 572820
diff changeset
  2350
                     tooltiptext="&homeButton.defaultPage.tooltip;"/>
2463cc8994c60a62f1edc100cd44ec1c7bada800 Bug 1699310 - Move the library and home buttons in the navbar to the browser toolbar palette. r=Gijs
Micah Tigley <mtigley@mozilla.com>
parents: 572820
diff changeset
  2351
2463cc8994c60a62f1edc100cd44ec1c7bada800 Bug 1699310 - Move the library and home buttons in the navbar to the browser toolbar palette. r=Gijs
Micah Tigley <mtigley@mozilla.com>
parents: 572820
diff changeset
  2352
      <toolbarbutton id="library-button" class="toolbarbutton-1 chromeclass-toolbar-additional subviewbutton-nav"
2463cc8994c60a62f1edc100cd44ec1c7bada800 Bug 1699310 - Move the library and home buttons in the navbar to the browser toolbar palette. r=Gijs
Micah Tigley <mtigley@mozilla.com>
parents: 572820
diff changeset
  2353
                     removable="true"
2463cc8994c60a62f1edc100cd44ec1c7bada800 Bug 1699310 - Move the library and home buttons in the navbar to the browser toolbar palette. r=Gijs
Micah Tigley <mtigley@mozilla.com>
parents: 572820
diff changeset
  2354
                     onmousedown="PanelUI.showSubView('appMenu-libraryView', this, event);"
2463cc8994c60a62f1edc100cd44ec1c7bada800 Bug 1699310 - Move the library and home buttons in the navbar to the browser toolbar palette. r=Gijs
Micah Tigley <mtigley@mozilla.com>
parents: 572820
diff changeset
  2355
                     onkeypress="PanelUI.showSubView('appMenu-libraryView', this, event);"
2463cc8994c60a62f1edc100cd44ec1c7bada800 Bug 1699310 - Move the library and home buttons in the navbar to the browser toolbar palette. r=Gijs
Micah Tigley <mtigley@mozilla.com>
parents: 572820
diff changeset
  2356
                     closemenu="none"
2463cc8994c60a62f1edc100cd44ec1c7bada800 Bug 1699310 - Move the library and home buttons in the navbar to the browser toolbar palette. r=Gijs
Micah Tigley <mtigley@mozilla.com>
parents: 572820
diff changeset
  2357
                     cui-areatype="toolbar"
2463cc8994c60a62f1edc100cd44ec1c7bada800 Bug 1699310 - Move the library and home buttons in the navbar to the browser toolbar palette. r=Gijs
Micah Tigley <mtigley@mozilla.com>
parents: 572820
diff changeset
  2358
                     tooltiptext="&libraryButton.tooltip;"
2463cc8994c60a62f1edc100cd44ec1c7bada800 Bug 1699310 - Move the library and home buttons in the navbar to the browser toolbar palette. r=Gijs
Micah Tigley <mtigley@mozilla.com>
parents: 572820
diff changeset
  2359
                     label="&places.library.title;"/>
529758
f5f1227caf70f09bec9d9d5764783b6be7b5a5ed Bug 1558635 - use an html:template for the customize mode palette to avoid instantiating items in the palette, r=jaws
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 529710
diff changeset
  2360
    </html:template>
1
9b2a99adc05e53cd4010de512f50118594756650 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
hg@mozilla.com
parents:
diff changeset
  2361
  </toolbox>
501402
fa9ff3a262bc60d20ac657087579d7e2a0829e8f Bug 1492582 - Use html root element in browser.xhtml and update styling to support html roots r=Gijs
Brendan Dahl <bdahl@mozilla.com>
parents: 501201
diff changeset
  2362
  </box>
7096
dccf1ba85433d9ce331e99b0c3c20a69fb60a325 Bug 400745 - Re-remove favicon cache. r+a=mconnor
rflint@ryanflint.com
parents: 7084
diff changeset
  2363
519860
b27100f4160f550592bdd1b589f70def5b10dac7 Bug 1622360 - Remove front-end references to render roots. r=mconley
Kartikaya Gupta <kgupta@mozilla.com>
parents: 518530
diff changeset
  2364
  <hbox flex="1" id="browser">
478854
d47a340cf1542004047b482bfb34430dbaa48489 Bug 1558995 - Remove <deck id="content-deck"> r=dao
Brian Grinstead <bgrinstead@mozilla.com>
parents: 478760
diff changeset
  2365
    <vbox id="sidebar-box" hidden="true" class="chromeclass-extrachrome">
500166
2cad80ddf5c89ff844752e499313cdcea5b0f554 Bug 1516091 - Stop using <sidebarheader> as an element. r=Gijs
Tim Nguyen <ntim.bugs@gmail.com>
parents: 500151
diff changeset
  2366
      <box id="sidebar-header" align="center">
478854
d47a340cf1542004047b482bfb34430dbaa48489 Bug 1558995 - Remove <deck id="content-deck"> r=dao
Brian Grinstead <bgrinstead@mozilla.com>
parents: 478760
diff changeset
  2367
        <toolbarbutton id="sidebar-switcher-target" flex="1" class="tabbable">
d47a340cf1542004047b482bfb34430dbaa48489 Bug 1558995 - Remove <deck id="content-deck"> r=dao
Brian Grinstead <bgrinstead@mozilla.com>
parents: 478760
diff changeset
  2368
          <image id="sidebar-icon" consumeanchor="sidebar-switcher-target"/>
d47a340cf1542004047b482bfb34430dbaa48489 Bug 1558995 - Remove <deck id="content-deck"> r=dao
Brian Grinstead <bgrinstead@mozilla.com>
parents: 478760
diff changeset
  2369
          <label id="sidebar-title" crop="end" flex="1" control="sidebar"/>
d47a340cf1542004047b482bfb34430dbaa48489 Bug 1558995 - Remove <deck id="content-deck"> r=dao
Brian Grinstead <bgrinstead@mozilla.com>
parents: 478760
diff changeset
  2370
          <image id="sidebar-switcher-arrow"/>
d47a340cf1542004047b482bfb34430dbaa48489 Bug 1558995 - Remove <deck id="content-deck"> r=dao
Brian Grinstead <bgrinstead@mozilla.com>
parents: 478760
diff changeset
  2371
        </toolbarbutton>
d47a340cf1542004047b482bfb34430dbaa48489 Bug 1558995 - Remove <deck id="content-deck"> r=dao
Brian Grinstead <bgrinstead@mozilla.com>
parents: 478760
diff changeset
  2372
        <image id="sidebar-throbber"/>
363013
e36088242facca249d718e6d79a6cfa7007fd42b Bug 1367909 and bug 1368973 - fix sidebar header button cropping and hover state, r=bgrins
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 362872
diff changeset
  2373
# To ensure the button label's intrinsic width doesn't expand the sidebar
e36088242facca249d718e6d79a6cfa7007fd42b Bug 1367909 and bug 1368973 - fix sidebar header button cropping and hover state, r=bgrins
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 362872
diff changeset
  2374
# if the label is long, the button needs flex=1.
e36088242facca249d718e6d79a6cfa7007fd42b Bug 1367909 and bug 1368973 - fix sidebar header button cropping and hover state, r=bgrins
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 362872
diff changeset
  2375
# To ensure the button doesn't expand unnecessarily for short labels, the
e36088242facca249d718e6d79a6cfa7007fd42b Bug 1367909 and bug 1368973 - fix sidebar header button cropping and hover state, r=bgrins
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 362872
diff changeset
  2376
# spacer should significantly out-flex the button.
478854
d47a340cf1542004047b482bfb34430dbaa48489 Bug 1558995 - Remove <deck id="content-deck"> r=dao
Brian Grinstead <bgrinstead@mozilla.com>
parents: 478760
diff changeset
  2377
        <spacer flex="1000"/>
d47a340cf1542004047b482bfb34430dbaa48489 Bug 1558995 - Remove <deck id="content-deck"> r=dao
Brian Grinstead <bgrinstead@mozilla.com>
parents: 478760
diff changeset
  2378
        <toolbarbutton id="sidebar-close" class="close-icon tabbable" tooltiptext="&sidebarCloseButton.tooltip;" oncommand="SidebarUI.hide();"/>
500166
2cad80ddf5c89ff844752e499313cdcea5b0f554 Bug 1516091 - Stop using <sidebarheader> as an element. r=Gijs
Tim Nguyen <ntim.bugs@gmail.com>
parents: 500151
diff changeset
  2379
      </box>
478854
d47a340cf1542004047b482bfb34430dbaa48489 Bug 1558995 - Remove <deck id="content-deck"> r=dao
Brian Grinstead <bgrinstead@mozilla.com>
parents: 478760
diff changeset
  2380
      <browser id="sidebar" flex="1" autoscroll="false" disablehistory="true" disablefullscreen="true"
d47a340cf1542004047b482bfb34430dbaa48489 Bug 1558995 - Remove <deck id="content-deck"> r=dao
Brian Grinstead <bgrinstead@mozilla.com>
parents: 478760
diff changeset
  2381
                style="min-width: 14em; width: 18em; max-width: 36em;" tooltip="aHTMLTooltip"/>
d47a340cf1542004047b482bfb34430dbaa48489 Bug 1558995 - Remove <deck id="content-deck"> r=dao
Brian Grinstead <bgrinstead@mozilla.com>
parents: 478760
diff changeset
  2382
    </vbox>
354654
181a89c580fdd3d3b166f0cd26caa9cab96f6167 Bug 1355331 - Backed out changeset 673ad58aecac in the light of user feedback, r=me,backout
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 354325
diff changeset
  2383
478854
d47a340cf1542004047b482bfb34430dbaa48489 Bug 1558995 - Remove <deck id="content-deck"> r=dao
Brian Grinstead <bgrinstead@mozilla.com>
parents: 478760
diff changeset
  2384
    <splitter id="sidebar-splitter" class="chromeclass-extrachrome sidebar-splitter" hidden="true"/>
d47a340cf1542004047b482bfb34430dbaa48489 Bug 1558995 - Remove <deck id="content-deck"> r=dao
Brian Grinstead <bgrinstead@mozilla.com>
parents: 478760
diff changeset
  2385
    <vbox id="appcontent" flex="1">
d47a340cf1542004047b482bfb34430dbaa48489 Bug 1558995 - Remove <deck id="content-deck"> r=dao
Brian Grinstead <bgrinstead@mozilla.com>
parents: 478760
diff changeset
  2386
      <!-- gHighPriorityNotificationBox will be added here lazily. -->
d47a340cf1542004047b482bfb34430dbaa48489 Bug 1558995 - Remove <deck id="content-deck"> r=dao
Brian Grinstead <bgrinstead@mozilla.com>
parents: 478760
diff changeset
  2387
      <tabbox id="tabbrowser-tabbox"
d47a340cf1542004047b482bfb34430dbaa48489 Bug 1558995 - Remove <deck id="content-deck"> r=dao
Brian Grinstead <bgrinstead@mozilla.com>
parents: 478760
diff changeset
  2388
              flex="1" tabcontainer="tabbrowser-tabs">
d47a340cf1542004047b482bfb34430dbaa48489 Bug 1558995 - Remove <deck id="content-deck"> r=dao
Brian Grinstead <bgrinstead@mozilla.com>
parents: 478760
diff changeset
  2389
        <tabpanels id="tabbrowser-tabpanels"
d47a340cf1542004047b482bfb34430dbaa48489 Bug 1558995 - Remove <deck id="content-deck"> r=dao
Brian Grinstead <bgrinstead@mozilla.com>
parents: 478760
diff changeset
  2390
                    flex="1" class="plain" selectedIndex="0"/>
d47a340cf1542004047b482bfb34430dbaa48489 Bug 1558995 - Remove <deck id="content-deck"> r=dao
Brian Grinstead <bgrinstead@mozilla.com>
parents: 478760
diff changeset
  2391
      </tabbox>
d47a340cf1542004047b482bfb34430dbaa48489 Bug 1558995 - Remove <deck id="content-deck"> r=dao
Brian Grinstead <bgrinstead@mozilla.com>
parents: 478760
diff changeset
  2392
    </vbox>
d47a340cf1542004047b482bfb34430dbaa48489 Bug 1558995 - Remove <deck id="content-deck"> r=dao
Brian Grinstead <bgrinstead@mozilla.com>
parents: 478760
diff changeset
  2393
  </hbox>
d47a340cf1542004047b482bfb34430dbaa48489 Bug 1558995 - Remove <deck id="content-deck"> r=dao
Brian Grinstead <bgrinstead@mozilla.com>
parents: 478760
diff changeset
  2394
529175
edcbaef3e052c32014f58cdee0963eaff03ad9a8 Bug 1634033: lazify menus and panels used within customize mode by placing in template. r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 528929
diff changeset
  2395
  <html:template id="customizationPanel">
edcbaef3e052c32014f58cdee0963eaff03ad9a8 Bug 1634033: lazify menus and panels used within customize mode by placing in template. r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 528929
diff changeset
  2396
    <box id="customization-container" flex="1" hidden="true"><![CDATA[
503251
e9ecb93275c0939c83cae4e69384a96ce5493f11 Bug 1596591 - Rename inc.xul files to inc.xhtml r=Gijs
Brian Grinstead <bgrinstead@mozilla.com>
parents: 501409
diff changeset
  2397
#include ../../components/customizableui/content/customizeMode.inc.xhtml
529175
edcbaef3e052c32014f58cdee0963eaff03ad9a8 Bug 1634033: lazify menus and panels used within customize mode by placing in template. r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 528929
diff changeset
  2398
    ]]></box>
edcbaef3e052c32014f58cdee0963eaff03ad9a8 Bug 1634033: lazify menus and panels used within customize mode by placing in template. r=Gijs
Emma Malysz <emalysz@mozilla.com>
parents: 528929
diff changeset
  2399
  </html:template>
1
9b2a99adc05e53cd4010de512f50118594756650 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
hg@mozilla.com
parents:
diff changeset
  2400
519860
b27100f4160f550592bdd1b589f70def5b10dac7 Bug 1622360 - Remove front-end references to render roots. r=mconley
Kartikaya Gupta <kgupta@mozilla.com>
parents: 518530
diff changeset
  2401
  <html:div id="fullscreen-and-pointerlock-wrapper">
b27100f4160f550592bdd1b589f70def5b10dac7 Bug 1622360 - Remove front-end references to render roots. r=mconley
Kartikaya Gupta <kgupta@mozilla.com>
parents: 518530
diff changeset
  2402
    <html:div id="fullscreen-warning" class="pointerlockfswarning" hidden="true">
b27100f4160f550592bdd1b589f70def5b10dac7 Bug 1622360 - Remove front-end references to render roots. r=mconley
Kartikaya Gupta <kgupta@mozilla.com>
parents: 518530
diff changeset
  2403
      <html:div class="pointerlockfswarning-domain-text">
548454
4940cabe4676128f49a57e0e7a2cdd42b2eb4f57 Bug 1663879 - migrate fullscreen and pointer lock warnings to fluent, r=jaws,fluent-reviewers,flod
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 547936
diff changeset
  2404
        <html:span class="pointerlockfswarning-domain" data-l10n-name="domain"/>
519860
b27100f4160f550592bdd1b589f70def5b10dac7 Bug 1622360 - Remove front-end references to render roots. r=mconley
Kartikaya Gupta <kgupta@mozilla.com>
parents: 518530
diff changeset
  2405
      </html:div>
548454
4940cabe4676128f49a57e0e7a2cdd42b2eb4f57 Bug 1663879 - migrate fullscreen and pointer lock warnings to fluent, r=jaws,fluent-reviewers,flod
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 547936
diff changeset
  2406
      <html:div class="pointerlockfswarning-generic-text"
4940cabe4676128f49a57e0e7a2cdd42b2eb4f57 Bug 1663879 - migrate fullscreen and pointer lock warnings to fluent, r=jaws,fluent-reviewers,flod
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 547936
diff changeset
  2407
                data-l10n-id="fullscreen-warning-no-domain"></html:div>
519860
b27100f4160f550592bdd1b589f70def5b10dac7 Bug 1622360 - Remove front-end references to render roots. r=mconley
Kartikaya Gupta <kgupta@mozilla.com>
parents: 518530
diff changeset
  2408
      <html:button id="fullscreen-exit-button"
548454
4940cabe4676128f49a57e0e7a2cdd42b2eb4f57 Bug 1663879 - migrate fullscreen and pointer lock warnings to fluent, r=jaws,fluent-reviewers,flod
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 547936
diff changeset
  2409
                   onclick="FullScreen.exitDomFullScreen();"
519860
b27100f4160f550592bdd1b589f70def5b10dac7 Bug 1622360 - Remove front-end references to render roots. r=mconley
Kartikaya Gupta <kgupta@mozilla.com>
parents: 518530
diff changeset
  2410
#ifdef XP_MACOSX
548454
4940cabe4676128f49a57e0e7a2cdd42b2eb4f57 Bug 1663879 - migrate fullscreen and pointer lock warnings to fluent, r=jaws,fluent-reviewers,flod
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 547936
diff changeset
  2411
                   data-l10n-id="fullscreen-exit-mac-button"
519860
b27100f4160f550592bdd1b589f70def5b10dac7 Bug 1622360 - Remove front-end references to render roots. r=mconley
Kartikaya Gupta <kgupta@mozilla.com>
parents: 518530
diff changeset
  2412
#else
548454
4940cabe4676128f49a57e0e7a2cdd42b2eb4f57 Bug 1663879 - migrate fullscreen and pointer lock warnings to fluent, r=jaws,fluent-reviewers,flod
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 547936
diff changeset
  2413
                   data-l10n-id="fullscreen-exit-button"
519860
b27100f4160f550592bdd1b589f70def5b10dac7 Bug 1622360 - Remove front-end references to render roots. r=mconley
Kartikaya Gupta <kgupta@mozilla.com>
parents: 518530
diff changeset
  2414
#endif
548454
4940cabe4676128f49a57e0e7a2cdd42b2eb4f57 Bug 1663879 - migrate fullscreen and pointer lock warnings to fluent, r=jaws,fluent-reviewers,flod
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 547936
diff changeset
  2415
              >
519860
b27100f4160f550592bdd1b589f70def5b10dac7 Bug 1622360 - Remove front-end references to render roots. r=mconley
Kartikaya Gupta <kgupta@mozilla.com>
parents: 518530
diff changeset
  2416
      </html:button>
b27100f4160f550592bdd1b589f70def5b10dac7 Bug 1622360 - Remove front-end references to render roots. r=mconley
Kartikaya Gupta <kgupta@mozilla.com>
parents: 518530
diff changeset
  2417
    </html:div>
304315
06241d818e9912f5a91ba93e7c7c87aab37a158b Bug 1273351 - Remove pointerlock permission requirement. r=dao
Dale Harvey <dale@arandomurl.com>
parents: 303874
diff changeset
  2418
519860
b27100f4160f550592bdd1b589f70def5b10dac7 Bug 1622360 - Remove front-end references to render roots. r=mconley
Kartikaya Gupta <kgupta@mozilla.com>
parents: 518530
diff changeset
  2419
    <html:div id="pointerlock-warning" class="pointerlockfswarning" hidden="true">
b27100f4160f550592bdd1b589f70def5b10dac7 Bug 1622360 - Remove front-end references to render roots. r=mconley
Kartikaya Gupta <kgupta@mozilla.com>
parents: 518530
diff changeset
  2420
      <html:div class="pointerlockfswarning-domain-text">
548454
4940cabe4676128f49a57e0e7a2cdd42b2eb4f57 Bug 1663879 - migrate fullscreen and pointer lock warnings to fluent, r=jaws,fluent-reviewers,flod
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 547936
diff changeset
  2421
        <html:span class="pointerlockfswarning-domain" data-l10n-name="domain"/>
519860
b27100f4160f550592bdd1b589f70def5b10dac7 Bug 1622360 - Remove front-end references to render roots. r=mconley
Kartikaya Gupta <kgupta@mozilla.com>
parents: 518530
diff changeset
  2422
      </html:div>
548454
4940cabe4676128f49a57e0e7a2cdd42b2eb4f57 Bug 1663879 - migrate fullscreen and pointer lock warnings to fluent, r=jaws,fluent-reviewers,flod
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 547936
diff changeset
  2423
      <html:div class="pointerlockfswarning-generic-text"
4940cabe4676128f49a57e0e7a2cdd42b2eb4f57 Bug 1663879 - migrate fullscreen and pointer lock warnings to fluent, r=jaws,fluent-reviewers,flod
Gijs Kruitbosch <gijskruitbosch@gmail.com>
parents: 547936
diff changeset
  2424
                data-l10n-id="pointerlock-warning-no-domain"></html:div>
519860
b27100f4160f550592bdd1b589f70def5b10dac7 Bug 1622360 - Remove front-end references to render roots. r=mconley
Kartikaya Gupta <kgupta@mozilla.com>
parents: 518530
diff changeset
  2425
    </html:div>
b27100f4160f550592bdd1b589f70def5b10dac7 Bug 1622360 - Remove front-end references to render roots. r=mconley
Kartikaya Gupta <kgupta@mozilla.com>
parents: 518530
diff changeset
  2426
  </html:div>
b27100f4160f550592bdd1b589f70def5b10dac7 Bug 1622360 - Remove front-end references to render roots. r=mconley
Kartikaya Gupta <kgupta@mozilla.com>
parents: 518530
diff changeset
  2427
b27100f4160f550592bdd1b589f70def5b10dac7 Bug 1622360 - Remove front-end references to render roots. r=mconley
Kartikaya Gupta <kgupta@mozilla.com>
parents: 518530
diff changeset
  2428
  <vbox id="browser-bottombox" layer="true">
445533
a2a92421b50f91f29ed416eafd8f86f62dfdab45 Bug 1471403 - Part 2 - Lazify the creation of "notificationbox" elements. r=dao,bgrins
Paolo Amadini <paolo.mozmail@amadzone.org>
parents: 445115
diff changeset
  2429
    <!-- gNotificationBox will be added here lazily. -->
11434
1735c29d8399f8084d7b7f5e0fe3ef1101124a09 bug 414078: collect bottom bars into vbox for better extensibility; r=gavin, a=schrep
myk@mozilla.org
parents: 11401
diff changeset
  2430
  </vbox>
495861
e062c3bc7cbd57ec80757c4ad04de799660577a1 Bug 1576509: Add a function to announce a message to screen reader users. r=Gijs,yzen
James Teh <jteh@mozilla.com>
parents: 495137
diff changeset
  2431
e062c3bc7cbd57ec80757c4ad04de799660577a1 Bug 1576509: Add a function to announce a message to screen reader users. r=Gijs,yzen
James Teh <jteh@mozilla.com>
parents: 495137
diff changeset
  2432
  <html:div id="a11y-announcement" role="alert"/>
558170
73aa4b7102da6de415e1cb284c26e857504a9ade Bug 729011 - Make fullscr-toggler not affect viewport size. r=dao
Xidorn Quan <me@upsuper.org>
parents: 558056
diff changeset
  2433
73aa4b7102da6de415e1cb284c26e857504a9ade Bug 729011 - Make fullscr-toggler not affect viewport size. r=dao
Xidorn Quan <me@upsuper.org>
parents: 558056
diff changeset
  2434
  <!-- Put it at the very end to make sure it's not covered by anything. -->
73aa4b7102da6de415e1cb284c26e857504a9ade Bug 729011 - Make fullscr-toggler not affect viewport size. r=dao
Xidorn Quan <me@upsuper.org>
parents: 558056
diff changeset
  2435
  <html:div id="fullscr-toggler" hidden="hidden"/>
501402
fa9ff3a262bc60d20ac657087579d7e2a0829e8f Bug 1492582 - Use html root element in browser.xhtml and update styling to support html roots r=Gijs
Brendan Dahl <bdahl@mozilla.com>
parents: 501201
diff changeset
  2436
</html:body>
fa9ff3a262bc60d20ac657087579d7e2a0829e8f Bug 1492582 - Use html root element in browser.xhtml and update styling to support html roots r=Gijs
Brendan Dahl <bdahl@mozilla.com>
parents: 501201
diff changeset
  2437
</html>