| author | Ryan VanderMeulen <ryanvm@gmail.com> |
| Thu, 09 May 2013 00:17:46 -0400 | |
| changeset 131327 | ea059733677c6dcf059def235334045c4783b40b |
| parent 131098 | 7d3a05e286a6c5e04df7155813a0630b93fd3e09 |
| child 131599 | bed2e2a10c13b8506b9300bb32ec1cf30f7b1dc1 |
| permissions | -rw-r--r-- |
|
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
f4157e8c410708d76703f19e4dfb61859bfe32d8
Bug 716478 - update licence to MPL 2.
Gervase Markham <gerv@gerv.net>
parents:
94097
diff
changeset
|
5 |
# This Source Code Form is subject to the terms of the Mozilla Public |
|
f4157e8c410708d76703f19e4dfb61859bfe32d8
Bug 716478 - update licence to MPL 2.
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 |
|
f4157e8c410708d76703f19e4dfb61859bfe32d8
Bug 716478 - update licence to MPL 2.
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 |
|
|
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
|
9 |
<?xml-stylesheet href="chrome://browser/content/browser.css" type="text/css"?> |
|
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
|
10 |
<?xml-stylesheet href="chrome://browser/content/places/places.css" type="text/css"?> |
|
83026
8269e12d7adb6c0aa8aa50e9771011b78bf28e96
Bug 687702 - Skin the Style Editor according to shorlander's mockups. r=dao
Paul Rouget <paul@mozilla.com>
parents:
82777
diff
changeset
|
11 |
<?xml-stylesheet href="chrome://browser/skin/devtools/common.css" type="text/css"?> |
|
25368
3778e80a2a4e1d5ec3e9bde3d345a87ef8c27292
Bug 404229 - remove inclusion of global/skin/toolbar.css from browser.xul. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
25015
diff
changeset
|
12 |
<?xml-stylesheet href="chrome://browser/skin/" type="text/css"?> |
|
21843
da2f2a61757bb61a51547ea24181903f60217230
Backed out changeset 2686d82a880c
Dão Gottwald <dao@mozilla.com>
parents:
21821
diff
changeset
|
13 |
|
|
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
|
14 |
<?xul-overlay href="chrome://global/content/editMenuOverlay.xul"?> |
|
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
|
15 |
<?xul-overlay href="chrome://browser/content/baseMenuOverlay.xul"?> |
|
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
|
16 |
<?xul-overlay href="chrome://browser/content/places/placesOverlay.xul"?> |
|
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
|
17 |
|
|
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
|
18 |
# All DTD information is stored in a separate file so that it can be shared by |
|
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
|
19 |
# hiddenWindow.xul. |
|
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
|
20 |
#include browser-doctype.inc |
|
7096
dccf1ba85433d9ce331e99b0c3c20a69fb60a325
Bug 400745 - Re-remove favicon cache. r+a=mconnor
rflint@ryanflint.com
parents:
7084
diff
changeset
|
21 |
|
|
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
|
22 |
<window id="main-window" |
|
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
|
23 |
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" |
|
15952
613a1fe1d5f975101b996c261f724fa8b79b3355
Bug 395980 - Implement MRU order Ctrl+Tab panel with previews. r=mconnor
Dão Gottwald <dao@mozilla.com>
parents:
15779
diff
changeset
|
24 |
xmlns:svg="http://www.w3.org/2000/svg" |
|
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
|
25 |
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" |
|
96852
3bbf0325b9407d5e72b593ae897daceb63a3c0e3
Bug 731926 - Refactor init/shutdown functions in browser.js (rename some functions). r=gavin
Justin Dolske <dolske@mozilla.com>
parents:
96581
diff
changeset
|
26 |
onload="gBrowserInit.onLoad()" onunload="gBrowserInit.onUnload()" onclose="return WindowIsClosing();" |
|
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
|
27 |
title="&mainWindow.title;@PRE_RELEASE_SUFFIX@" |
|
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
|
28 |
title_normal="&mainWindow.title;@PRE_RELEASE_SUFFIX@" |
|
22414
16d246e866502710169b85965d6a691b51bfec82
Bug 463253 - Application name displayed in title bar; r=mconnor
Ehsan Akhgari <ehsan.akhgari@gmail.com>
parents:
22143
diff
changeset
|
29 |
#ifdef XP_MACOSX |
|
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
|
30 |
title_privatebrowsing="&mainWindow.title;@PRE_RELEASE_SUFFIX@&mainWindow.titlemodifiermenuseparator;&mainWindow.titlePrivateBrowsingSuffix;" |
|
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
|
31 |
titledefault="&mainWindow.title;@PRE_RELEASE_SUFFIX@" |
|
22414
16d246e866502710169b85965d6a691b51bfec82
Bug 463253 - Application name displayed in title bar; r=mconnor
Ehsan Akhgari <ehsan.akhgari@gmail.com>
parents:
22143
diff
changeset
|
32 |
titlemodifier="" |
|
16d246e866502710169b85965d6a691b51bfec82
Bug 463253 - Application name displayed in title bar; r=mconnor
Ehsan Akhgari <ehsan.akhgari@gmail.com>
parents:
22143
diff
changeset
|
33 |
titlemodifier_normal="" |
|
16d246e866502710169b85965d6a691b51bfec82
Bug 463253 - Application name displayed in title bar; r=mconnor
Ehsan Akhgari <ehsan.akhgari@gmail.com>
parents:
22143
diff
changeset
|
34 |
titlemodifier_privatebrowsing="&mainWindow.titlePrivateBrowsingSuffix;" |
|
16d246e866502710169b85965d6a691b51bfec82
Bug 463253 - Application name displayed in title bar; r=mconnor
Ehsan Akhgari <ehsan.akhgari@gmail.com>
parents:
22143
diff
changeset
|
35 |
#else |
|
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
|
36 |
title_privatebrowsing="&mainWindow.titlemodifier;@PRE_RELEASE_SUFFIX@ &mainWindow.titlePrivateBrowsingSuffix;" |
|
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
|
37 |
titlemodifier="&mainWindow.titlemodifier;@PRE_RELEASE_SUFFIX@" |
|
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
|
38 |
titlemodifier_normal="&mainWindow.titlemodifier;@PRE_RELEASE_SUFFIX@" |
|
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
|
39 |
titlemodifier_privatebrowsing="&mainWindow.titlemodifier;@PRE_RELEASE_SUFFIX@ &mainWindow.titlePrivateBrowsingSuffix;" |
|
22414
16d246e866502710169b85965d6a691b51bfec82
Bug 463253 - Application name displayed in title bar; r=mconnor
Ehsan Akhgari <ehsan.akhgari@gmail.com>
parents:
22143
diff
changeset
|
40 |
#endif |
|
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
|
41 |
titlemenuseparator="&mainWindow.titlemodifiermenuseparator;" |
|
32228
a15c41a408de55dd2707938100176e55f082e213
Bug 511107 - Need a centralized way to assign lightweight themes to XUL windows. r=enn,mconnor,rflint
Dão Gottwald <dao@mozilla.com>
parents:
32227
diff
changeset
|
42 |
lightweightthemes="true" |
|
a15c41a408de55dd2707938100176e55f082e213
Bug 511107 - Need a centralized way to assign lightweight themes to XUL windows. r=enn,mconnor,rflint
Dão Gottwald <dao@mozilla.com>
parents:
32227
diff
changeset
|
43 |
lightweightthemesfooter="browser-bottombox" |
|
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
|
44 |
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
|
45 |
macanimationtype="document" |
|
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
|
46 |
screenX="4" screenY="4" |
|
89893
f9c6dbf41832b0931d9eeec578347ea35129424c
Bug 639705 (Lion Full Screen) Part 3: Make Firefox support Lion Full Screen on browser windows [r=dao]
Paul O’Shannessy <paul@oshannessy.com>
parents:
89361
diff
changeset
|
47 |
fullscreenbutton="true" |
|
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
|
48 |
persist="screenX screenY width height sizemode"> |
|
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
|
49 |
|
|
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
|
50 |
# All JS files which are not content (only) dependent that browser.xul |
|
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
|
51 |
# wishes to include *must* go into the global-scripts.inc file |
|
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
|
52 |
# so that they can be shared by macBrowserOverlay.xul. |
|
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
|
53 |
#include global-scripts.inc |
|
34595
10b00c931e7c21629b73f627ec80c692633b6d8f
Bug 523476 - Switch application/x-javascript to application/javascript, Firefox part. r=vlad
Saint Wesonga <wesongathedeveloper@yahoo.com>
parents:
34129
diff
changeset
|
54 |
<script type="application/javascript" src="chrome://browser/content/nsContextMenu.js"/> |
|
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
|
55 |
|
|
34595
10b00c931e7c21629b73f627ec80c692633b6d8f
Bug 523476 - Switch application/x-javascript to application/javascript, Firefox part. r=vlad
Saint Wesonga <wesongathedeveloper@yahoo.com>
parents:
34129
diff
changeset
|
56 |
<script type="application/javascript" src="chrome://global/content/contentAreaUtils.js"/> |
|
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
|
57 |
|
|
11119
196e447538b5e97604a83f0e72f44b57c8628e64
Bug 395813 - Weird behavior with add bookmarks dialog (long dialogs with extra fields/delete and done buttons don't work/title not filled out). r=dietrich, a=beltzner.
mozilla.mano@sent.com
parents:
11099
diff
changeset
|
58 |
<script type="application/javascript" src="chrome://browser/content/places/editBookmarkOverlay.js"/> |
|
196e447538b5e97604a83f0e72f44b57c8628e64
Bug 395813 - Weird behavior with add bookmarks dialog (long dialogs with extra fields/delete and done buttons don't work/title not filled out). r=dietrich, a=beltzner.
mozilla.mano@sent.com
parents:
11099
diff
changeset
|
59 |
|
|
50682
e81d421e99ed024616d790d2c8b0b1b479402632
Bug 587267 - Display the Firefox button when in TabView; r=dao approval2.0=gavin.sharp
Frank Yan <fyan@mozilla.com>
parents:
50594
diff
changeset
|
60 |
# All sets except for popupsets (commands, keys, stringbundles and broadcasters) *must* go into the |
|
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
|
61 |
# browser-sets.inc file for sharing with hiddenWindow.xul. |
|
68038
053d35d7eced9d6e94009aa88852eb42b4221c8f
Bug 603646 - part 1: disable undo close tab when no browser window is active. r=dao
Frank Yan <fyan@mozilla.com>
parents:
64495
diff
changeset
|
62 |
#define FULL_BROWSER_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
|
63 |
#include browser-sets.inc |
|
68038
053d35d7eced9d6e94009aa88852eb42b4221c8f
Bug 603646 - part 1: disable undo close tab when no browser window is active. r=dao
Frank Yan <fyan@mozilla.com>
parents:
64495
diff
changeset
|
64 |
#undef FULL_BROWSER_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
|
65 |
|
|
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
|
66 |
<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
|
67 |
<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
|
68 |
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
|
69 |
onpopuphidden="if (event.target == this) TabContextMenu.contextTab = null;"> |
|
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
|
70 |
<menuitem id="context_reloadTab" label="&reloadTab.label;" accesskey="&reloadTab.accesskey;" |
|
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
|
71 |
oncommand="gBrowser.reloadTab(TabContextMenu.contextTab);"/> |
|
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
|
72 |
<menuseparator/> |
|
107975
b18209831dc5d203411cfabaf8500d564e33f646
Bug 769101 - App Tabs should be renamed to avoid confusion. r=jaws, ui-r=fryn
Ekanan Ketunuti <ananuti@gmail.com>
parents:
107483
diff
changeset
|
73 |
<menuitem id="context_pinTab" label="&pinTab.label;" |
|
b18209831dc5d203411cfabaf8500d564e33f646
Bug 769101 - App Tabs should be renamed to avoid confusion. r=jaws, ui-r=fryn
Ekanan Ketunuti <ananuti@gmail.com>
parents:
107483
diff
changeset
|
74 |
accesskey="&pinTab.accesskey;" |
|
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
|
75 |
oncommand="gBrowser.pinTab(TabContextMenu.contextTab);"/> |
|
107975
b18209831dc5d203411cfabaf8500d564e33f646
Bug 769101 - App Tabs should be renamed to avoid confusion. r=jaws, ui-r=fryn
Ekanan Ketunuti <ananuti@gmail.com>
parents:
107483
diff
changeset
|
76 |
<menuitem id="context_unpinTab" label="&unpinTab.label;" hidden="true" |
|
b18209831dc5d203411cfabaf8500d564e33f646
Bug 769101 - App Tabs should be renamed to avoid confusion. r=jaws, ui-r=fryn
Ekanan Ketunuti <ananuti@gmail.com>
parents:
107483
diff
changeset
|
77 |
accesskey="&unpinTab.accesskey;" |
|
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
|
78 |
oncommand="gBrowser.unpinTab(TabContextMenu.contextTab);"/> |
|
50796
71030e9b7317189ab33d99ee8b3d8e3bf8c9f659
Bug 587999 - Knock "Move This Tab To..." context menu item into shape. r=gavin, ui-r=faaborg
Dão Gottwald <dao@mozilla.com>
parents:
50682
diff
changeset
|
79 |
<menu id="context_tabViewMenu" label="&moveToGroup.label;" |
|
71030e9b7317189ab33d99ee8b3d8e3bf8c9f659
Bug 587999 - Knock "Move This Tab To..." context menu item into shape. r=gavin, ui-r=faaborg
Dão Gottwald <dao@mozilla.com>
parents:
50682
diff
changeset
|
80 |
accesskey="&moveToGroup.accesskey;"> |
|
51014
9fa4b9e27c954e714a9f4412bd4675a8e06916a4
Bug 588340 - Flatten fake hierarchy in the "Move to Group" context menu. ui-r=faaborg r=mano
Dão Gottwald <dao@mozilla.com>
parents:
50882
diff
changeset
|
81 |
<menupopup id="context_tabViewMenuPopup" |
|
61927
f2a6a78478dc6692fc06cb85a97d130650676018
Bug 626525 - Disable "move to group" and "next group" if Panorama hasn't been run. r=dao a=b
Raymond Lee <raymond@appcoast.com>
parents:
61926
diff
changeset
|
82 |
onpopupshowing="if (event.target == this) TabView.moveToGroupPopupShowing(event);"> |
|
51014
9fa4b9e27c954e714a9f4412bd4675a8e06916a4
Bug 588340 - Flatten fake hierarchy in the "Move to Group" context menu. ui-r=faaborg r=mano
Dão Gottwald <dao@mozilla.com>
parents:
50882
diff
changeset
|
83 |
<menuseparator id="context_tabViewNamedGroups" hidden="true"/> |
|
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
|
84 |
<menuitem id="context_tabViewNewGroup" label="&moveToNewGroup.label;" |
|
50796
71030e9b7317189ab33d99ee8b3d8e3bf8c9f659
Bug 587999 - Knock "Move This Tab To..." context menu item into shape. r=gavin, ui-r=faaborg
Dão Gottwald <dao@mozilla.com>
parents:
50682
diff
changeset
|
85 |
oncommand="TabView.moveTabTo(TabContextMenu.contextTab, null);"/> |
|
71030e9b7317189ab33d99ee8b3d8e3bf8c9f659
Bug 587999 - Knock "Move This Tab To..." context menu item into shape. r=gavin, ui-r=faaborg
Dão Gottwald <dao@mozilla.com>
parents:
50682
diff
changeset
|
86 |
</menupopup> |
|
71030e9b7317189ab33d99ee8b3d8e3bf8c9f659
Bug 587999 - Knock "Move This Tab To..." context menu item into shape. r=gavin, ui-r=faaborg
Dão Gottwald <dao@mozilla.com>
parents:
50682
diff
changeset
|
87 |
</menu> |
|
54277
16071f59d24700d651c0608ec1c40d9282cc2ef2
Bug 593646 - rename 'Open in a New Window' to 'Move to New Window' and move it to a more sensible location [r=dao, ui-r=faaborg, a=gavin]
Frank Yan <fryn@frankyan.com>
parents:
54142
diff
changeset
|
88 |
<menuitem id="context_openTabInWindow" label="&moveToNewWindow.label;" |
|
16071f59d24700d651c0608ec1c40d9282cc2ef2
Bug 593646 - rename 'Open in a New Window' to 'Move to New Window' and move it to a more sensible location [r=dao, ui-r=faaborg, a=gavin]
Frank Yan <fryn@frankyan.com>
parents:
54142
diff
changeset
|
89 |
accesskey="&moveToNewWindow.accesskey;" |
|
16071f59d24700d651c0608ec1c40d9282cc2ef2
Bug 593646 - rename 'Open in a New Window' to 'Move to New Window' and move it to a more sensible location [r=dao, ui-r=faaborg, a=gavin]
Frank Yan <fryn@frankyan.com>
parents:
54142
diff
changeset
|
90 |
tbattr="tabbrowser-multiple" |
|
16071f59d24700d651c0608ec1c40d9282cc2ef2
Bug 593646 - rename 'Open in a New Window' to 'Move to New Window' and move it to a more sensible location [r=dao, ui-r=faaborg, a=gavin]
Frank Yan <fryn@frankyan.com>
parents:
54142
diff
changeset
|
91 |
oncommand="gBrowser.replaceTabWithWindow(TabContextMenu.contextTab);"/> |
|
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
|
92 |
<menuseparator/> |
|
57449
d293acc7a273cee5155a7c0be6e8d0bed37ee860
Bug 582702 - Move Undo Close Tab option on tab context menu. r=dao ui-r=faaborg a=blocking2.0:final+
Frank Yan <fyan@mozilla.com>
parents:
57395
diff
changeset
|
93 |
<menuitem id="context_reloadAllTabs" label="&reloadAllTabs.label;" accesskey="&reloadAllTabs.accesskey;" |
|
69549
62b546e8060411c69a5c0c1e957063634db5c473
Bug 625195 - 'Move to New Window' is disabled if a tab is orphaned or the only tab in the active group r=dao
Raymond Lee <raymond@raysquare.com>
parents:
69548
diff
changeset
|
94 |
tbattr="tabbrowser-multiple-visible" |
|
57449
d293acc7a273cee5155a7c0be6e8d0bed37ee860
Bug 582702 - Move Undo Close Tab option on tab context menu. r=dao ui-r=faaborg a=blocking2.0:final+
Frank Yan <fyan@mozilla.com>
parents:
57395
diff
changeset
|
95 |
oncommand="gBrowser.reloadAllTabs();"/> |
|
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
|
96 |
<menuitem id="context_bookmarkAllTabs" |
|
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
|
97 |
label="&bookmarkAllTabs.label;" |
|
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
|
98 |
accesskey="&bookmarkAllTabs.accesskey;" |
|
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
|
99 |
command="Browser:BookmarkAllTabs"/> |
|
48162
82dc9a368f74a0a9b37975c01086ca368e19ff09
Bug 580997 - Group "Close Tab", "Undo Close Tab" and "Close Other Tabs" together in the tab context menu. ui-r=faaborg, r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
48120
diff
changeset
|
100 |
<menuitem id="context_closeOtherTabs" label="&closeOtherTabs.label;" accesskey="&closeOtherTabs.accesskey;" |
|
82dc9a368f74a0a9b37975c01086ca368e19ff09
Bug 580997 - Group "Close Tab", "Undo Close Tab" and "Close Other Tabs" together in the tab context menu. ui-r=faaborg, r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
48120
diff
changeset
|
101 |
oncommand="gBrowser.removeAllTabsBut(TabContextMenu.contextTab);"/> |
|
57449
d293acc7a273cee5155a7c0be6e8d0bed37ee860
Bug 582702 - Move Undo Close Tab option on tab context menu. r=dao ui-r=faaborg a=blocking2.0:final+
Frank Yan <fyan@mozilla.com>
parents:
57395
diff
changeset
|
102 |
<menuseparator/> |
|
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
|
103 |
<menuitem id="context_undoCloseTab" |
|
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
|
104 |
label="&undoCloseTab.label;" |
|
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
|
105 |
accesskey="&undoCloseTab.accesskey;" |
|
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
|
106 |
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
|
107 |
<menuitem id="context_closeTab" label="&closeTab.label;" accesskey="&closeTab.accesskey;" |
|
49187
678b04c14fe86747a330764a55917c986238222e
Bug 585294 - Enable closing animation for tabs removed via the tab context menu. r=mano
Dão Gottwald <dao@mozilla.com>
parents:
49133
diff
changeset
|
108 |
oncommand="gBrowser.removeTab(TabContextMenu.contextTab, { animate: true });"/>
|
|
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
|
109 |
</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
|
110 |
|
|
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
|
111 |
<!-- bug 415444/582485: event.stopPropagation is here for the cloned version |
|
664dc9adfcf5e234a37191e5b606b7cefd1fd700
Bug 582485 - Remove history dropdown arrow behind back button r=gavin a=sdwilsh
Margaret Leibovic <margaret.leibovic@gmail.com>
parents:
55882
diff
changeset
|
112 |
of this menupopup --> |
|
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
|
113 |
<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
|
114 |
onpopupshowing="return FillHistoryMenu(event.target);" |
|
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
|
115 |
oncommand="gotoHistoryIndex(event); event.stopPropagation();" |
|
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
|
116 |
onclick="checkForMiddleClick(this, event);"/> |
|
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
|
117 |
<tooltip id="aHTMLTooltip" page="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
|
118 |
|
|
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
|
119 |
<!-- for search and content formfill/pw manager --> |
|
30836
d78664d9530cd3ee9b5aaa2edf246ac200674cb6
Bug 478416, replace chromedir attribute with :moz-locale-dir pseudoclass, r=neil,dao,dbaron,sr=dbaron
Neil Deakin <neil@mozilla.com>
parents:
30682
diff
changeset
|
120 |
<panel type="autocomplete" id="PopupAutoComplete" noautofocus="true" hidden="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
|
121 |
|
|
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
|
122 |
<!-- for url bar autocomplete --> |
|
30836
d78664d9530cd3ee9b5aaa2edf246ac200674cb6
Bug 478416, replace chromedir attribute with :moz-locale-dir pseudoclass, r=neil,dao,dbaron,sr=dbaron
Neil Deakin <neil@mozilla.com>
parents:
30682
diff
changeset
|
123 |
<panel type="autocomplete-richlistbox" id="PopupAutoCompleteRichResult" noautofocus="true" hidden="true"/> |
|
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
|
124 |
|
|
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
|
125 |
<!-- for invalid form error message --> |
|
58469
2f448cda82bdaa8f0401216529d64da6f06fbf7b
Bug 595432 - Use an arrow panel for the invalid form popup. r=gavin ui-r=limi a=blocking-betaN
Mounir Lamouri <mounir.lamouri@gmail.com>
parents:
58428
diff
changeset
|
126 |
<panel id="invalid-form-popup" type="arrow" orient="vertical" noautofocus="true" hidden="true" level="parent"> |
|
56411
476e365b2fc53382395e343ca7c539a7b0204e9d
Bug 606663 - Invalid form popup shouldn't create a text node but use a <description/>. r+a=gavin.sharp
Mounir Lamouri <mounir.lamouri@gmail.com>
parents:
56100
diff
changeset
|
127 |
<description/> |
|
476e365b2fc53382395e343ca7c539a7b0204e9d
Bug 606663 - Invalid form popup shouldn't create a text node but use a <description/>. r+a=gavin.sharp
Mounir Lamouri <mounir.lamouri@gmail.com>
parents:
56100
diff
changeset
|
128 |
</panel> |
|
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
|
129 |
|
|
11064
7c4398e8fbee1a0923692b5d9a255a5ead3e042c
Bug 412027 - Map Esc to the cancel button in the Bookmark contextual dialog. r=gavin, a=mconnor.
mozilla.mano@sent.com
parents:
11059
diff
changeset
|
130 |
<panel id="editBookmarkPanel" |
|
58649
62d5d8bc0ac8b6307f1e2ede7b78763444df46fe
Bug 597557, use arrow panel for bookmarks and identity panel, r=dao, a=blocking
Margaret Leibovic
parents:
58569
diff
changeset
|
131 |
type="arrow" |
|
70066
72d69ed97230978f8167d1d3767320a99989b040
Bug 618913 - Implement in product notifications to set up Sync.
Marco Bonardo <mbonardo@mozilla.com>
parents:
70060
diff
changeset
|
132 |
footertype="promobox" |
|
11064
7c4398e8fbee1a0923692b5d9a255a5ead3e042c
Bug 412027 - Map Esc to the cancel button in the Bookmark contextual dialog. r=gavin, a=mconnor.
mozilla.mano@sent.com
parents:
11059
diff
changeset
|
133 |
orient="vertical" |
|
7c4398e8fbee1a0923692b5d9a255a5ead3e042c
Bug 412027 - Map Esc to the cancel button in the Bookmark contextual dialog. r=gavin, a=mconnor.
mozilla.mano@sent.com
parents:
11059
diff
changeset
|
134 |
ignorekeys="true" |
|
97548
09e29c4688add82f9390c157616fe18c00ae5332
Bug 767813 - Set the consumeoutsideclicks attribute on panels instead of calling popupBoxObject.setConsumeRollupEvent. r=enndeakin
Dão Gottwald <dao@mozilla.com>
parents:
97547
diff
changeset
|
135 |
consumeoutsideclicks="true" |
|
11064
7c4398e8fbee1a0923692b5d9a255a5ead3e042c
Bug 412027 - Map Esc to the cancel button in the Bookmark contextual dialog. r=gavin, a=mconnor.
mozilla.mano@sent.com
parents:
11059
diff
changeset
|
136 |
hidden="true" |
|
11011
af67e1cb1a35604a56a9ad93662706ed056467c2
Update bookmarking panel UI, patch on bug 393509. Also fixes bugs 414457, 413070, 413069, 413068, 413061, 413055, 413051. r=dietrich, a=beltzner for _very_ unpolished work.
mozilla.mano@sent.com
parents:
11001
diff
changeset
|
137 |
onpopupshown="StarUI.panelShown(event);" |
|
11172
ee20d8ec088d7653cbbbb7714c677d594d4764a0
Bug 415105 - Removing Bookmark from Add Bookmarks dialog, Bookmark removed prompt not accessible, r=marcoz, mano, a=beltzner
surkov.alexander@gmail.com
parents:
11119
diff
changeset
|
138 |
aria-labelledby="editBookmarkPanelTitle"> |
|
26598
923816ab8dab54bc6830a50c0bd84e4bd64800ee
Bug 484022 - Title and button in the "Edit Bookmark" panel should be aligned with the fields, star should be centered. r=mak77
Dão Gottwald <dao@mozilla.com>
parents:
25368
diff
changeset
|
139 |
<row id="editBookmarkPanelHeader" align="center" hidden="true"> |
|
923816ab8dab54bc6830a50c0bd84e4bd64800ee
Bug 484022 - Title and button in the "Edit Bookmark" panel should be aligned with the fields, star should be centered. r=mak77
Dão Gottwald <dao@mozilla.com>
parents:
25368
diff
changeset
|
140 |
<vbox align="center"> |
|
923816ab8dab54bc6830a50c0bd84e4bd64800ee
Bug 484022 - Title and button in the "Edit Bookmark" panel should be aligned with the fields, star should be centered. r=mak77
Dão Gottwald <dao@mozilla.com>
parents:
25368
diff
changeset
|
141 |
<image id="editBookmarkPanelStarIcon"/> |
|
923816ab8dab54bc6830a50c0bd84e4bd64800ee
Bug 484022 - Title and button in the "Edit Bookmark" panel should be aligned with the fields, star should be centered. r=mak77
Dão Gottwald <dao@mozilla.com>
parents:
25368
diff
changeset
|
142 |
</vbox> |
|
923816ab8dab54bc6830a50c0bd84e4bd64800ee
Bug 484022 - Title and button in the "Edit Bookmark" panel should be aligned with the fields, star should be centered. r=mak77
Dão Gottwald <dao@mozilla.com>
parents:
25368
diff
changeset
|
143 |
<vbox> |
|
923816ab8dab54bc6830a50c0bd84e4bd64800ee
Bug 484022 - Title and button in the "Edit Bookmark" panel should be aligned with the fields, star should be centered. r=mak77
Dão Gottwald <dao@mozilla.com>
parents:
25368
diff
changeset
|
144 |
<label id="editBookmarkPanelTitle"/> |
|
923816ab8dab54bc6830a50c0bd84e4bd64800ee
Bug 484022 - Title and button in the "Edit Bookmark" panel should be aligned with the fields, star should be centered. r=mak77
Dão Gottwald <dao@mozilla.com>
parents:
25368
diff
changeset
|
145 |
<description id="editBookmarkPanelDescription"/> |
|
11011
af67e1cb1a35604a56a9ad93662706ed056467c2
Update bookmarking panel UI, patch on bug 393509. Also fixes bugs 414457, 413070, 413069, 413068, 413061, 413055, 413051. r=dietrich, a=beltzner for _very_ unpolished work.
mozilla.mano@sent.com
parents:
11001
diff
changeset
|
146 |
<hbox> |
|
af67e1cb1a35604a56a9ad93662706ed056467c2
Update bookmarking panel UI, patch on bug 393509. Also fixes bugs 414457, 413070, 413069, 413068, 413061, 413055, 413051. r=dietrich, a=beltzner for _very_ unpolished work.
mozilla.mano@sent.com
parents:
11001
diff
changeset
|
147 |
<button id="editBookmarkPanelRemoveButton" |
|
34129
f7ef4304520d32d1a2f4381beb1c4bcd5ff62654
Bug 523047 - Slow selectors in browser css. r=rflint
Dão Gottwald <dao@mozilla.com>
parents:
33504
diff
changeset
|
148 |
class="editBookmarkPanelHeaderButton" |
|
11011
af67e1cb1a35604a56a9ad93662706ed056467c2
Update bookmarking panel UI, patch on bug 393509. Also fixes bugs 414457, 413070, 413069, 413068, 413061, 413055, 413051. r=dietrich, a=beltzner for _very_ unpolished work.
mozilla.mano@sent.com
parents:
11001
diff
changeset
|
149 |
oncommand="StarUI.removeBookmarkButtonCommand();" |
|
af67e1cb1a35604a56a9ad93662706ed056467c2
Update bookmarking panel UI, patch on bug 393509. Also fixes bugs 414457, 413070, 413069, 413068, 413061, 413055, 413051. r=dietrich, a=beltzner for _very_ unpolished work.
mozilla.mano@sent.com
parents:
11001
diff
changeset
|
150 |
accesskey="&editBookmark.removeBookmark.accessKey;"/> |
|
af67e1cb1a35604a56a9ad93662706ed056467c2
Update bookmarking panel UI, patch on bug 393509. Also fixes bugs 414457, 413070, 413069, 413068, 413061, 413055, 413051. r=dietrich, a=beltzner for _very_ unpolished work.
mozilla.mano@sent.com
parents:
11001
diff
changeset
|
151 |
</hbox> |
|
af67e1cb1a35604a56a9ad93662706ed056467c2
Update bookmarking panel UI, patch on bug 393509. Also fixes bugs 414457, 413070, 413069, 413068, 413061, 413055, 413051. r=dietrich, a=beltzner for _very_ unpolished work.
mozilla.mano@sent.com
parents:
11001
diff
changeset
|
152 |
</vbox> |
|
26598
923816ab8dab54bc6830a50c0bd84e4bd64800ee
Bug 484022 - Title and button in the "Edit Bookmark" panel should be aligned with the fields, star should be centered. r=mak77
Dão Gottwald <dao@mozilla.com>
parents:
25368
diff
changeset
|
153 |
</row> |
|
11011
af67e1cb1a35604a56a9ad93662706ed056467c2
Update bookmarking panel UI, patch on bug 393509. Also fixes bugs 414457, 413070, 413069, 413068, 413061, 413055, 413051. r=dietrich, a=beltzner for _very_ unpolished work.
mozilla.mano@sent.com
parents:
11001
diff
changeset
|
154 |
<vbox id="editBookmarkPanelContent" flex="1" hidden="true"/> |
|
26598
923816ab8dab54bc6830a50c0bd84e4bd64800ee
Bug 484022 - Title and button in the "Edit Bookmark" panel should be aligned with the fields, star should be centered. r=mak77
Dão Gottwald <dao@mozilla.com>
parents:
25368
diff
changeset
|
155 |
<hbox id="editBookmarkPanelBottomButtons" pack="end"> |
|
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
|
156 |
#ifndef XP_UNIX |
|
13493
747169d585e8a3ea5b42162e104c1fc66b7e2c01
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:
13492
diff
changeset
|
157 |
<button id="editBookmarkPanelDoneButton" |
|
34129
f7ef4304520d32d1a2f4381beb1c4bcd5ff62654
Bug 523047 - Slow selectors in browser css. r=rflint
Dão Gottwald <dao@mozilla.com>
parents:
33504
diff
changeset
|
158 |
class="editBookmarkPanelBottomButton" |
|
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
|
159 |
label="&editBookmark.done.label;" |
|
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
|
160 |
default="true" |
|
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
|
161 |
oncommand="StarUI.panel.hidePopup();"/> |
|
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
|
162 |
<button id="editBookmarkPanelDeleteButton" |
|
34129
f7ef4304520d32d1a2f4381beb1c4bcd5ff62654
Bug 523047 - Slow selectors in browser css. r=rflint
Dão Gottwald <dao@mozilla.com>
parents:
33504
diff
changeset
|
163 |
class="editBookmarkPanelBottomButton" |
|
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
|
164 |
label="&editBookmark.cancel.label;" |
|
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
|
165 |
oncommand="StarUI.cancelButtonOnCommand();"/> |
|
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
|
166 |
#else |
|
6469
b4484956dd0640a49da450b5b703b41bf66e1459
Bug 398011 - "'Done' and 'Delete' buttons in the edit bookmarks dialog do not have IDs (needed for themers)" [p=supernova_00@yahoo.com (Kurt [supernova_00]) r=Mano a1.9=mconnor]
reed@reedloden.com
parents:
6451
diff
changeset
|
167 |
<button id="editBookmarkPanelDeleteButton" |
|
34129
f7ef4304520d32d1a2f4381beb1c4bcd5ff62654
Bug 523047 - Slow selectors in browser css. r=rflint
Dão Gottwald <dao@mozilla.com>
parents:
33504
diff
changeset
|
168 |
class="editBookmarkPanelBottomButton" |
|
11011
af67e1cb1a35604a56a9ad93662706ed056467c2
Update bookmarking panel UI, patch on bug 393509. Also fixes bugs 414457, 413070, 413069, 413068, 413061, 413055, 413051. r=dietrich, a=beltzner for _very_ unpolished work.
mozilla.mano@sent.com
parents:
11001
diff
changeset
|
169 |
label="&editBookmark.cancel.label;" |
|
af67e1cb1a35604a56a9ad93662706ed056467c2
Update bookmarking panel UI, patch on bug 393509. Also fixes bugs 414457, 413070, 413069, 413068, 413061, 413055, 413051. r=dietrich, a=beltzner for _very_ unpolished work.
mozilla.mano@sent.com
parents:
11001
diff
changeset
|
170 |
oncommand="StarUI.cancelButtonOnCommand();"/> |
|
6469
b4484956dd0640a49da450b5b703b41bf66e1459
Bug 398011 - "'Done' and 'Delete' buttons in the edit bookmarks dialog do not have IDs (needed for themers)" [p=supernova_00@yahoo.com (Kurt [supernova_00]) r=Mano a1.9=mconnor]
reed@reedloden.com
parents:
6451
diff
changeset
|
171 |
<button id="editBookmarkPanelDoneButton" |
|
34129
f7ef4304520d32d1a2f4381beb1c4bcd5ff62654
Bug 523047 - Slow selectors in browser css. r=rflint
Dão Gottwald <dao@mozilla.com>
parents:
33504
diff
changeset
|
172 |
class="editBookmarkPanelBottomButton" |
|
6469
b4484956dd0640a49da450b5b703b41bf66e1459
Bug 398011 - "'Done' and 'Delete' buttons in the edit bookmarks dialog do not have IDs (needed for themers)" [p=supernova_00@yahoo.com (Kurt [supernova_00]) r=Mano a1.9=mconnor]
reed@reedloden.com
parents:
6451
diff
changeset
|
173 |
label="&editBookmark.done.label;" |
|
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
|
174 |
default="true" |
|
11011
af67e1cb1a35604a56a9ad93662706ed056467c2
Update bookmarking panel UI, patch on bug 393509. Also fixes bugs 414457, 413070, 413069, 413068, 413061, 413055, 413051. r=dietrich, a=beltzner for _very_ unpolished work.
mozilla.mano@sent.com
parents:
11001
diff
changeset
|
175 |
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
|
176 |
#endif |
|
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
|
177 |
</hbox> |
|
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
|
178 |
</panel> |
|
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
|
179 |
|
|
100285
7cc863035d15b9e7bc4dd8fd8c98007ab173682f
Bug 764869: implement a way for social providers to request that they be activated, r=jaws
Gavin Sharp <gavin@gavinsharp.com>
parents:
100005
diff
changeset
|
180 |
<panel id="socialActivatedNotification" |
|
7cc863035d15b9e7bc4dd8fd8c98007ab173682f
Bug 764869: implement a way for social providers to request that they be activated, r=jaws
Gavin Sharp <gavin@gavinsharp.com>
parents:
100005
diff
changeset
|
181 |
type="arrow" |
|
7cc863035d15b9e7bc4dd8fd8c98007ab173682f
Bug 764869: implement a way for social providers to request that they be activated, r=jaws
Gavin Sharp <gavin@gavinsharp.com>
parents:
100005
diff
changeset
|
182 |
hidden="true" |
|
7cc863035d15b9e7bc4dd8fd8c98007ab173682f
Bug 764869: implement a way for social providers to request that they be activated, r=jaws
Gavin Sharp <gavin@gavinsharp.com>
parents:
100005
diff
changeset
|
183 |
consumeoutsideclicks="true" |
|
7cc863035d15b9e7bc4dd8fd8c98007ab173682f
Bug 764869: implement a way for social providers to request that they be activated, r=jaws
Gavin Sharp <gavin@gavinsharp.com>
parents:
100005
diff
changeset
|
184 |
align="start" |
|
126989
049792ba0737f1c0a27a78dfc6bb652c697ddef6
bug 836452 implement service install panel, cleanup activation panel. r=markh
Shane Caraveo <scaraveo@mozilla.com>
parents:
126115
diff
changeset
|
185 |
orient="horizontal" |
|
100285
7cc863035d15b9e7bc4dd8fd8c98007ab173682f
Bug 764869: implement a way for social providers to request that they be activated, r=jaws
Gavin Sharp <gavin@gavinsharp.com>
parents:
100005
diff
changeset
|
186 |
role="alert"> |
|
126989
049792ba0737f1c0a27a78dfc6bb652c697ddef6
bug 836452 implement service install panel, cleanup activation panel. r=markh
Shane Caraveo <scaraveo@mozilla.com>
parents:
126115
diff
changeset
|
187 |
<image id="social-activation-icon" class="popup-notification-icon"/> |
|
049792ba0737f1c0a27a78dfc6bb652c697ddef6
bug 836452 implement service install panel, cleanup activation panel. r=markh
Shane Caraveo <scaraveo@mozilla.com>
parents:
126115
diff
changeset
|
188 |
<vbox flex="1"> |
|
049792ba0737f1c0a27a78dfc6bb652c697ddef6
bug 836452 implement service install panel, cleanup activation panel. r=markh
Shane Caraveo <scaraveo@mozilla.com>
parents:
126115
diff
changeset
|
189 |
<description id="social-activation-message" class="popup-notification-description">&social.activated.description;</description> |
|
049792ba0737f1c0a27a78dfc6bb652c697ddef6
bug 836452 implement service install panel, cleanup activation panel. r=markh
Shane Caraveo <scaraveo@mozilla.com>
parents:
126115
diff
changeset
|
190 |
<spacer flex="1"/> |
|
049792ba0737f1c0a27a78dfc6bb652c697ddef6
bug 836452 implement service install panel, cleanup activation panel. r=markh
Shane Caraveo <scaraveo@mozilla.com>
parents:
126115
diff
changeset
|
191 |
<hbox pack="start" align="center" class="popup-notification-button-container"> |
|
049792ba0737f1c0a27a78dfc6bb652c697ddef6
bug 836452 implement service install panel, cleanup activation panel. r=markh
Shane Caraveo <scaraveo@mozilla.com>
parents:
126115
diff
changeset
|
192 |
<label id="social-undoactivation-button" |
|
049792ba0737f1c0a27a78dfc6bb652c697ddef6
bug 836452 implement service install panel, cleanup activation panel. r=markh
Shane Caraveo <scaraveo@mozilla.com>
parents:
126115
diff
changeset
|
193 |
class="text-link" |
|
128205
52a3f612300983c750c889b4c883133ede1c8b28
bug 857923 fix some l10n issues, r=gavin
Shane Caraveo <scaraveo@mozilla.com>
parents:
126989
diff
changeset
|
194 |
value="&social.activated.undo.label;" |
|
52a3f612300983c750c889b4c883133ede1c8b28
bug 857923 fix some l10n issues, r=gavin
Shane Caraveo <scaraveo@mozilla.com>
parents:
126989
diff
changeset
|
195 |
accesskey="&social.activated.undo.accesskey;" |
|
126989
049792ba0737f1c0a27a78dfc6bb652c697ddef6
bug 836452 implement service install panel, cleanup activation panel. r=markh
Shane Caraveo <scaraveo@mozilla.com>
parents:
126115
diff
changeset
|
196 |
onclick="SocialUI.undoActivation(this);"/> |
|
100285
7cc863035d15b9e7bc4dd8fd8c98007ab173682f
Bug 764869: implement a way for social providers to request that they be activated, r=jaws
Gavin Sharp <gavin@gavinsharp.com>
parents:
100005
diff
changeset
|
197 |
<spacer flex="1"/> |
|
126989
049792ba0737f1c0a27a78dfc6bb652c697ddef6
bug 836452 implement service install panel, cleanup activation panel. r=markh
Shane Caraveo <scaraveo@mozilla.com>
parents:
126115
diff
changeset
|
198 |
<button id="social-activation-button" |
|
049792ba0737f1c0a27a78dfc6bb652c697ddef6
bug 836452 implement service install panel, cleanup activation panel. r=markh
Shane Caraveo <scaraveo@mozilla.com>
parents:
126115
diff
changeset
|
199 |
default="true" |
|
049792ba0737f1c0a27a78dfc6bb652c697ddef6
bug 836452 implement service install panel, cleanup activation panel. r=markh
Shane Caraveo <scaraveo@mozilla.com>
parents:
126115
diff
changeset
|
200 |
autofocus="autofocus" |
|
049792ba0737f1c0a27a78dfc6bb652c697ddef6
bug 836452 implement service install panel, cleanup activation panel. r=markh
Shane Caraveo <scaraveo@mozilla.com>
parents:
126115
diff
changeset
|
201 |
label="&social.ok.label;" |
|
049792ba0737f1c0a27a78dfc6bb652c697ddef6
bug 836452 implement service install panel, cleanup activation panel. r=markh
Shane Caraveo <scaraveo@mozilla.com>
parents:
126115
diff
changeset
|
202 |
accesskey="&social.ok.accesskey;" |
|
049792ba0737f1c0a27a78dfc6bb652c697ddef6
bug 836452 implement service install panel, cleanup activation panel. r=markh
Shane Caraveo <scaraveo@mozilla.com>
parents:
126115
diff
changeset
|
203 |
oncommand="SocialUI.activationPanel.hidePopup();"/> |
|
049792ba0737f1c0a27a78dfc6bb652c697ddef6
bug 836452 implement service install panel, cleanup activation panel. r=markh
Shane Caraveo <scaraveo@mozilla.com>
parents:
126115
diff
changeset
|
204 |
</hbox> |
|
049792ba0737f1c0a27a78dfc6bb652c697ddef6
bug 836452 implement service install panel, cleanup activation panel. r=markh
Shane Caraveo <scaraveo@mozilla.com>
parents:
126115
diff
changeset
|
205 |
</vbox> |
|
100285
7cc863035d15b9e7bc4dd8fd8c98007ab173682f
Bug 764869: implement a way for social providers to request that they be activated, r=jaws
Gavin Sharp <gavin@gavinsharp.com>
parents:
100005
diff
changeset
|
206 |
</panel> |
|
7cc863035d15b9e7bc4dd8fd8c98007ab173682f
Bug 764869: implement a way for social providers to request that they be activated, r=jaws
Gavin Sharp <gavin@gavinsharp.com>
parents:
100005
diff
changeset
|
207 |
|
|
131098
7d3a05e286a6c5e04df7155813a0630b93fd3e09
bug 818675 implement new social share panel, r=felipe
Shane Caraveo <scaraveo@mozilla.com>
parents:
131095
diff
changeset
|
208 |
<panel id="social-share-panel" |
|
7d3a05e286a6c5e04df7155813a0630b93fd3e09
bug 818675 implement new social share panel, r=felipe
Shane Caraveo <scaraveo@mozilla.com>
parents:
131095
diff
changeset
|
209 |
class="social-panel" |
|
7d3a05e286a6c5e04df7155813a0630b93fd3e09
bug 818675 implement new social share panel, r=felipe
Shane Caraveo <scaraveo@mozilla.com>
parents:
131095
diff
changeset
|
210 |
type="arrow" |
|
7d3a05e286a6c5e04df7155813a0630b93fd3e09
bug 818675 implement new social share panel, r=felipe
Shane Caraveo <scaraveo@mozilla.com>
parents:
131095
diff
changeset
|
211 |
orient="horizontal" |
|
7d3a05e286a6c5e04df7155813a0630b93fd3e09
bug 818675 implement new social share panel, r=felipe
Shane Caraveo <scaraveo@mozilla.com>
parents:
131095
diff
changeset
|
212 |
onpopupshowing="SocialShare.onShowing()" |
|
7d3a05e286a6c5e04df7155813a0630b93fd3e09
bug 818675 implement new social share panel, r=felipe
Shane Caraveo <scaraveo@mozilla.com>
parents:
131095
diff
changeset
|
213 |
onpopuphidden="SocialShare.onHidden()" |
|
7d3a05e286a6c5e04df7155813a0630b93fd3e09
bug 818675 implement new social share panel, r=felipe
Shane Caraveo <scaraveo@mozilla.com>
parents:
131095
diff
changeset
|
214 |
consumeoutsideclicks="true" |
|
7d3a05e286a6c5e04df7155813a0630b93fd3e09
bug 818675 implement new social share panel, r=felipe
Shane Caraveo <scaraveo@mozilla.com>
parents:
131095
diff
changeset
|
215 |
hidden="true"> |
|
7d3a05e286a6c5e04df7155813a0630b93fd3e09
bug 818675 implement new social share panel, r=felipe
Shane Caraveo <scaraveo@mozilla.com>
parents:
131095
diff
changeset
|
216 |
<vbox class="social-share-toolbar"> |
|
7d3a05e286a6c5e04df7155813a0630b93fd3e09
bug 818675 implement new social share panel, r=felipe
Shane Caraveo <scaraveo@mozilla.com>
parents:
131095
diff
changeset
|
217 |
<vbox id="social-share-provider-buttons" flex="1"/> |
|
7d3a05e286a6c5e04df7155813a0630b93fd3e09
bug 818675 implement new social share panel, r=felipe
Shane Caraveo <scaraveo@mozilla.com>
parents:
131095
diff
changeset
|
218 |
</vbox> |
|
7d3a05e286a6c5e04df7155813a0630b93fd3e09
bug 818675 implement new social share panel, r=felipe
Shane Caraveo <scaraveo@mozilla.com>
parents:
131095
diff
changeset
|
219 |
</panel> |
|
7d3a05e286a6c5e04df7155813a0630b93fd3e09
bug 818675 implement new social share panel, r=felipe
Shane Caraveo <scaraveo@mozilla.com>
parents:
131095
diff
changeset
|
220 |
|
|
106963
db504651197a1ebd993bf6f9cca9454e6bf6885c
Bug 789859 - set consumeoutsideclicks on social toolbar panel for autoclose behaviour. r=jaws
Mark Hammond <mhammond@skippinet.com.au>
parents:
106784
diff
changeset
|
221 |
<panel id="social-notification-panel" |
|
db504651197a1ebd993bf6f9cca9454e6bf6885c
Bug 789859 - set consumeoutsideclicks on social toolbar panel for autoclose behaviour. r=jaws
Mark Hammond <mhammond@skippinet.com.au>
parents:
106784
diff
changeset
|
222 |
class="social-panel" |
|
db504651197a1ebd993bf6f9cca9454e6bf6885c
Bug 789859 - set consumeoutsideclicks on social toolbar panel for autoclose behaviour. r=jaws
Mark Hammond <mhammond@skippinet.com.au>
parents:
106784
diff
changeset
|
223 |
type="arrow" |
|
db504651197a1ebd993bf6f9cca9454e6bf6885c
Bug 789859 - set consumeoutsideclicks on social toolbar panel for autoclose behaviour. r=jaws
Mark Hammond <mhammond@skippinet.com.au>
parents:
106784
diff
changeset
|
224 |
hidden="true" |
|
110491
6c1d11cdda0addcef124c9cdcea2ded667d249a1
Bug 794640 - Clicking a link in social content panels should close the panel. r=gavin
Shane Caraveo <scaraveo@mozilla.com>
parents:
109840
diff
changeset
|
225 |
noautofocus="true"/> |
|
103376
772c3eed0cfb3c568f9d885c8be8fb8249e502a5
Bug 779923 - implement social activity flyout panel. r=jaws
Shane Caraveo
parents:
103370
diff
changeset
|
226 |
<panel id="social-flyout-panel" |
|
104564
e0b1ba698e11efda89734630386b3897f9d7477f
Bug 785951. Remove padding from social panels. r=dao,felipe
Shane Caraveo <mixedpuppy@gmail.com>
parents:
104526
diff
changeset
|
227 |
class="social-panel" |
|
103376
772c3eed0cfb3c568f9d885c8be8fb8249e502a5
Bug 779923 - implement social activity flyout panel. r=jaws
Shane Caraveo
parents:
103370
diff
changeset
|
228 |
onpopupshown="SocialFlyout.onShown()" |
|
772c3eed0cfb3c568f9d885c8be8fb8249e502a5
Bug 779923 - implement social activity flyout panel. r=jaws
Shane Caraveo
parents:
103370
diff
changeset
|
229 |
onpopuphidden="SocialFlyout.onHidden()" |
|
103967
6e9c83b3ba5b93f4edc3b9f46f2adf0beaf35b6b
Bug 786326 - First popup of flyout panel doesn't show arrow. r=gavin
Shane Caraveo
parents:
103484
diff
changeset
|
230 |
side="right" |
|
103376
772c3eed0cfb3c568f9d885c8be8fb8249e502a5
Bug 779923 - implement social activity flyout panel. r=jaws
Shane Caraveo
parents:
103370
diff
changeset
|
231 |
type="arrow" |
|
772c3eed0cfb3c568f9d885c8be8fb8249e502a5
Bug 779923 - implement social activity flyout panel. r=jaws
Shane Caraveo
parents:
103370
diff
changeset
|
232 |
hidden="true" |
|
119920
cf2bcfc5cb4d51bab9bf7f0216c4e194be5ec2c0
Bug 804656: add rolluponmousewheel attribute to allow mousewheel events to hide panels, r=enndeakin
Shane Caraveo <scaraveo@mozilla.com>
parents:
117597
diff
changeset
|
233 |
rolluponmousewheel="true" |
|
cf2bcfc5cb4d51bab9bf7f0216c4e194be5ec2c0
Bug 804656: add rolluponmousewheel attribute to allow mousewheel events to hide panels, r=enndeakin
Shane Caraveo <scaraveo@mozilla.com>
parents:
117597
diff
changeset
|
234 |
consumeoutsideclicks="false" |
|
103376
772c3eed0cfb3c568f9d885c8be8fb8249e502a5
Bug 779923 - implement social activity flyout panel. r=jaws
Shane Caraveo
parents:
103370
diff
changeset
|
235 |
noautofocus="true" |
|
772c3eed0cfb3c568f9d885c8be8fb8249e502a5
Bug 779923 - implement social activity flyout panel. r=jaws
Shane Caraveo
parents:
103370
diff
changeset
|
236 |
position="topcenter topright"/> |
|
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
|
237 |
|
|
44124
1be071f3b9cbd470bb31f612b6a6354d6260be93
Bug 571567 - use <menupopup> instead of <popup>. r=enn
Dão Gottwald <dao@mozilla.com>
parents:
43905
diff
changeset
|
238 |
<menupopup id="toolbar-context-menu" |
|
1be071f3b9cbd470bb31f612b6a6354d6260be93
Bug 571567 - use <menupopup> instead of <popup>. r=enn
Dão Gottwald <dao@mozilla.com>
parents:
43905
diff
changeset
|
239 |
onpopupshowing="onViewToolbarsPopupShowing(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
|
240 |
<menuseparator/> |
|
40479
4918e122e6eb1aa53eba7b5b75013db397008b7b
Bug 544815 - implement tabs on top option. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
40059
diff
changeset
|
241 |
<menuitem command="cmd_ToggleTabsOnTop" |
|
4918e122e6eb1aa53eba7b5b75013db397008b7b
Bug 544815 - implement tabs on top option. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
40059
diff
changeset
|
242 |
type="checkbox" |
|
4918e122e6eb1aa53eba7b5b75013db397008b7b
Bug 544815 - implement tabs on top option. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
40059
diff
changeset
|
243 |
label="&viewTabsOnTop.label;" |
|
4918e122e6eb1aa53eba7b5b75013db397008b7b
Bug 544815 - implement tabs on top option. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
40059
diff
changeset
|
244 |
accesskey="&viewTabsOnTop.accesskey;"/> |
|
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
|
245 |
<menuitem command="cmd_CustomizeToolbars" |
|
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
|
246 |
label="&viewCustomizeToolbar.label;" |
|
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
|
247 |
accesskey="&viewCustomizeToolbar.accesskey;"/> |
|
44124
1be071f3b9cbd470bb31f612b6a6354d6260be93
Bug 571567 - use <menupopup> instead of <popup>. r=enn
Dão Gottwald <dao@mozilla.com>
parents:
43905
diff
changeset
|
248 |
</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
|
249 |
|
|
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
|
250 |
<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
|
251 |
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
|
252 |
onpopuphiding="gPopupBlockerObserver.onPopupHiding(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
|
253 |
<menuitem observes="blockedPopupAllowSite"/> |
|
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
|
254 |
<menuitem observes="blockedPopupEditSettings"/> |
|
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
|
255 |
<menuitem observes="blockedPopupDontShowMessage"/> |
|
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
|
256 |
<menuseparator observes="blockedPopupsSeparator"/> |
|
44124
1be071f3b9cbd470bb31f612b6a6354d6260be93
Bug 571567 - use <menupopup> instead of <popup>. r=enn
Dão Gottwald <dao@mozilla.com>
parents:
43905
diff
changeset
|
257 |
</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
|
258 |
|
|
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
|
259 |
<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
|
260 |
onpopupshowing="FullScreen.getAutohide(this.firstChild);"> |
|
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
|
261 |
<menuitem type="checkbox" label="&fullScreenAutohide.label;" |
|
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
|
262 |
accesskey="&fullScreenAutohide.accesskey;" |
|
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
|
263 |
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
|
264 |
<menuseparator/> |
|
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
|
265 |
<menuitem label="&fullScreenExit.label;" |
|
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
|
266 |
accesskey="&fullScreenExit.accesskey;" |
|
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
|
267 |
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
|
268 |
</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
|
269 |
|
|
74001
561821863607ac216fbf273475dfde8d57fa7f2d
Bug 617528 Part 2 - Core implementation r=smaug
Jan Varga <jan.varga@gmail.com>
parents:
73946
diff
changeset
|
270 |
<menupopup id="contentAreaContextMenu" pagemenu="start" |
|
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
|
271 |
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
|
272 |
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
|
273 |
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
|
274 |
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
|
275 |
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
|
276 |
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
|
277 |
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
|
278 |
return; |
|
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
|
279 |
gContextMenu.hiding(); |
|
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
|
280 |
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
|
281 |
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
|
282 |
#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
|
283 |
</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
|
284 |
|
|
44124
1be071f3b9cbd470bb31f612b6a6354d6260be93
Bug 571567 - use <menupopup> instead of <popup>. r=enn
Dão Gottwald <dao@mozilla.com>
parents:
43905
diff
changeset
|
285 |
<menupopup id="placesContext"/> |
|
2882
a6c15d5b1eeee3232d35cee4b922d7cb68396f1b
Bug 366797: revise the location bar (highlight effective domain, decode URLs, add overflow ellipsis and tooltip), patch by Dão Gottwald <dao@design-noir.de>, r=me
gavin@gavinsharp.com
parents:
2831
diff
changeset
|
286 |
|
|
70066
72d69ed97230978f8167d1d3767320a99989b040
Bug 618913 - Implement in product notifications to set up Sync.
Marco Bonardo <mbonardo@mozilla.com>
parents:
70060
diff
changeset
|
287 |
<panel id="notification-popup" |
|
72d69ed97230978f8167d1d3767320a99989b040
Bug 618913 - Implement in product notifications to set up Sync.
Marco Bonardo <mbonardo@mozilla.com>
parents:
70060
diff
changeset
|
288 |
type="arrow" |
|
72d69ed97230978f8167d1d3767320a99989b040
Bug 618913 - Implement in product notifications to set up Sync.
Marco Bonardo <mbonardo@mozilla.com>
parents:
70060
diff
changeset
|
289 |
footertype="promobox" |
|
72d69ed97230978f8167d1d3767320a99989b040
Bug 618913 - Implement in product notifications to set up Sync.
Marco Bonardo <mbonardo@mozilla.com>
parents:
70060
diff
changeset
|
290 |
position="after_start" |
|
72d69ed97230978f8167d1d3767320a99989b040
Bug 618913 - Implement in product notifications to set up Sync.
Marco Bonardo <mbonardo@mozilla.com>
parents:
70060
diff
changeset
|
291 |
hidden="true" |
|
70102
5d4aaa69206fe208b7f4d7590aa90bdc2fb8587f
Bug 616136 - Give popup notification panels role="alert" and make their close buttons tabbable. r=gavin
Margaret Leibovic <margaret.leibovic@gmail.com>
parents:
70066
diff
changeset
|
292 |
orient="vertical" |
|
5d4aaa69206fe208b7f4d7590aa90bdc2fb8587f
Bug 616136 - Give popup notification panels role="alert" and make their close buttons tabbable. r=gavin
Margaret Leibovic <margaret.leibovic@gmail.com>
parents:
70066
diff
changeset
|
293 |
role="alert"/> |
|
43905
a1faf051bbc998dbe004a3210759bfc2631de4a0
Bug 398776: add new popup-based notification system, and use it for the geolocation notification, r=dolske, r=dao
Gavin Sharp <gavin@gavinsharp.com>
parents:
43676
diff
changeset
|
294 |
|
|
7084
77717a7a8a4c5496aca25e8ed16f6634ce1be6fe
bug 383183 - relanding Larry, round 324
mconnor@steelgryphon.com
parents:
6783
diff
changeset
|
295 |
<!-- Popup for site identity information --> |
|
58649
62d5d8bc0ac8b6307f1e2ede7b78763444df46fe
Bug 597557, use arrow panel for bookmarks and identity panel, r=dao, a=blocking
Margaret Leibovic
parents:
58569
diff
changeset
|
296 |
<panel id="identity-popup" |
|
62d5d8bc0ac8b6307f1e2ede7b78763444df46fe
Bug 597557, use arrow panel for bookmarks and identity panel, r=dao, a=blocking
Margaret Leibovic
parents:
58569
diff
changeset
|
297 |
type="arrow" |
|
62d5d8bc0ac8b6307f1e2ede7b78763444df46fe
Bug 597557, use arrow panel for bookmarks and identity panel, r=dao, a=blocking
Margaret Leibovic
parents:
58569
diff
changeset
|
298 |
hidden="true" |
|
62d5d8bc0ac8b6307f1e2ede7b78763444df46fe
Bug 597557, use arrow panel for bookmarks and identity panel, r=dao, a=blocking
Margaret Leibovic
parents:
58569
diff
changeset
|
299 |
noautofocus="true" |
|
97548
09e29c4688add82f9390c157616fe18c00ae5332
Bug 767813 - Set the consumeoutsideclicks attribute on panels instead of calling popupBoxObject.setConsumeRollupEvent. r=enndeakin
Dão Gottwald <dao@mozilla.com>
parents:
97547
diff
changeset
|
300 |
consumeoutsideclicks="true" |
|
86161
5f3eedc770faa3e22febf3ec4003c106fbce5755
Bug 723090 - Add telemetry probe for the opening time of the site identity popup. r=dietrich
Jared Wein <jwein@mozilla.com>
parents:
85579
diff
changeset
|
301 |
onpopupshown="gIdentityHandler.onPopupShown(event);" |
|
30836
d78664d9530cd3ee9b5aaa2edf246ac200674cb6
Bug 478416, replace chromedir attribute with :moz-locale-dir pseudoclass, r=neil,dao,dbaron,sr=dbaron
Neil Deakin <neil@mozilla.com>
parents:
30682
diff
changeset
|
302 |
level="top"> |
|
7084
77717a7a8a4c5496aca25e8ed16f6634ce1be6fe
bug 383183 - relanding Larry, round 324
mconnor@steelgryphon.com
parents:
6783
diff
changeset
|
303 |
<hbox id="identity-popup-container" align="top"> |
|
77717a7a8a4c5496aca25e8ed16f6634ce1be6fe
bug 383183 - relanding Larry, round 324
mconnor@steelgryphon.com
parents:
6783
diff
changeset
|
304 |
<image id="identity-popup-icon"/> |
|
77717a7a8a4c5496aca25e8ed16f6634ce1be6fe
bug 383183 - relanding Larry, round 324
mconnor@steelgryphon.com
parents:
6783
diff
changeset
|
305 |
<vbox id="identity-popup-content-box"> |
|
34129
f7ef4304520d32d1a2f4381beb1c4bcd5ff62654
Bug 523047 - Slow selectors in browser css. r=rflint
Dão Gottwald <dao@mozilla.com>
parents:
33504
diff
changeset
|
306 |
<label id="identity-popup-connectedToLabel" |
|
f7ef4304520d32d1a2f4381beb1c4bcd5ff62654
Bug 523047 - Slow selectors in browser css. r=rflint
Dão Gottwald <dao@mozilla.com>
parents:
33504
diff
changeset
|
307 |
class="identity-popup-label" |
|
f7ef4304520d32d1a2f4381beb1c4bcd5ff62654
Bug 523047 - Slow selectors in browser css. r=rflint
Dão Gottwald <dao@mozilla.com>
parents:
33504
diff
changeset
|
308 |
value="&identity.connectedTo;"/> |
|
11000
6146ecc2a26e6a1681f1dfd982d1f40714c30492
Re-land bug 406612. r=gavin a=beltzner
johnath@mozilla.com
parents:
10957
diff
changeset
|
309 |
<label id="identity-popup-connectedToLabel2" |
|
34129
f7ef4304520d32d1a2f4381beb1c4bcd5ff62654
Bug 523047 - Slow selectors in browser css. r=rflint
Dão Gottwald <dao@mozilla.com>
parents:
33504
diff
changeset
|
310 |
class="identity-popup-label" |
|
12724
3b8d7ca136fd681bff84cd5205b45b5af69a3f3f
Bug 418694 - Have Larry say "(unknown)" instead of "no information provided" r+a=beltzner
johnath@mozilla.com
parents:
12517
diff
changeset
|
311 |
value="&identity.unverifiedsite2;"/> |
|
34129
f7ef4304520d32d1a2f4381beb1c4bcd5ff62654
Bug 523047 - Slow selectors in browser css. r=rflint
Dão Gottwald <dao@mozilla.com>
parents:
33504
diff
changeset
|
312 |
<description id="identity-popup-content-host" |
|
f7ef4304520d32d1a2f4381beb1c4bcd5ff62654
Bug 523047 - Slow selectors in browser css. r=rflint
Dão Gottwald <dao@mozilla.com>
parents:
33504
diff
changeset
|
313 |
class="identity-popup-description"/> |
|
f7ef4304520d32d1a2f4381beb1c4bcd5ff62654
Bug 523047 - Slow selectors in browser css. r=rflint
Dão Gottwald <dao@mozilla.com>
parents:
33504
diff
changeset
|
314 |
<label id="identity-popup-runByLabel" |
|
f7ef4304520d32d1a2f4381beb1c4bcd5ff62654
Bug 523047 - Slow selectors in browser css. r=rflint
Dão Gottwald <dao@mozilla.com>
parents:
33504
diff
changeset
|
315 |
class="identity-popup-label" |
|
f7ef4304520d32d1a2f4381beb1c4bcd5ff62654
Bug 523047 - Slow selectors in browser css. r=rflint
Dão Gottwald <dao@mozilla.com>
parents:
33504
diff
changeset
|
316 |
value="&identity.runBy;"/> |
|
f7ef4304520d32d1a2f4381beb1c4bcd5ff62654
Bug 523047 - Slow selectors in browser css. r=rflint
Dão Gottwald <dao@mozilla.com>
parents:
33504
diff
changeset
|
317 |
<description id="identity-popup-content-owner" |
|
f7ef4304520d32d1a2f4381beb1c4bcd5ff62654
Bug 523047 - Slow selectors in browser css. r=rflint
Dão Gottwald <dao@mozilla.com>
parents:
33504
diff
changeset
|
318 |
class="identity-popup-description"/> |
|
f7ef4304520d32d1a2f4381beb1c4bcd5ff62654
Bug 523047 - Slow selectors in browser css. r=rflint
Dão Gottwald <dao@mozilla.com>
parents:
33504
diff
changeset
|
319 |
<description id="identity-popup-content-supplemental" |
|
f7ef4304520d32d1a2f4381beb1c4bcd5ff62654
Bug 523047 - Slow selectors in browser css. r=rflint
Dão Gottwald <dao@mozilla.com>
parents:
33504
diff
changeset
|
320 |
class="identity-popup-description"/> |
|
f7ef4304520d32d1a2f4381beb1c4bcd5ff62654
Bug 523047 - Slow selectors in browser css. r=rflint
Dão Gottwald <dao@mozilla.com>
parents:
33504
diff
changeset
|
321 |
<description id="identity-popup-content-verifier" |
|
f7ef4304520d32d1a2f4381beb1c4bcd5ff62654
Bug 523047 - Slow selectors in browser css. r=rflint
Dão Gottwald <dao@mozilla.com>
parents:
33504
diff
changeset
|
322 |
class="identity-popup-description"/> |
|
7084
77717a7a8a4c5496aca25e8ed16f6634ce1be6fe
bug 383183 - relanding Larry, round 324
mconnor@steelgryphon.com
parents:
6783
diff
changeset
|
323 |
<hbox id="identity-popup-encryption" flex="1"> |
|
77717a7a8a4c5496aca25e8ed16f6634ce1be6fe
bug 383183 - relanding Larry, round 324
mconnor@steelgryphon.com
parents:
6783
diff
changeset
|
324 |
<vbox> |
|
77717a7a8a4c5496aca25e8ed16f6634ce1be6fe
bug 383183 - relanding Larry, round 324
mconnor@steelgryphon.com
parents:
6783
diff
changeset
|
325 |
<image id="identity-popup-encryption-icon"/> |
|
77717a7a8a4c5496aca25e8ed16f6634ce1be6fe
bug 383183 - relanding Larry, round 324
mconnor@steelgryphon.com
parents:
6783
diff
changeset
|
326 |
</vbox> |
|
34129
f7ef4304520d32d1a2f4381beb1c4bcd5ff62654
Bug 523047 - Slow selectors in browser css. r=rflint
Dão Gottwald <dao@mozilla.com>
parents:
33504
diff
changeset
|
327 |
<description id="identity-popup-encryption-label" flex="1" |
|
f7ef4304520d32d1a2f4381beb1c4bcd5ff62654
Bug 523047 - Slow selectors in browser css. r=rflint
Dão Gottwald <dao@mozilla.com>
parents:
33504
diff
changeset
|
328 |
class="identity-popup-description"/> |
|
7084
77717a7a8a4c5496aca25e8ed16f6634ce1be6fe
bug 383183 - relanding Larry, round 324
mconnor@steelgryphon.com
parents:
6783
diff
changeset
|
329 |
</hbox> |
|
11254
296ac8e52d8416ceba4515b531d0373e165f6398
Change "More information" link in identity popup to button. b=414872, r=gavin, ui-r=beltzner, a=beltzner
johnath@mozilla.com
parents:
11226
diff
changeset
|
330 |
<!-- Footer button to open security page info --> |
|
60112
37e106e25d9cece77ea5beb90f77f4dd34479d39
Bug 622405 - Set an id on identity-popup-more-info-button's container. r=dao
Debloper <debloper@gmail.com>
parents:
59704
diff
changeset
|
331 |
<hbox id="identity-popup-button-container" pack="end"> |
|
11254
296ac8e52d8416ceba4515b531d0373e165f6398
Change "More information" link in identity popup to button. b=414872, r=gavin, ui-r=beltzner, a=beltzner
johnath@mozilla.com
parents:
11226
diff
changeset
|
332 |
<button id="identity-popup-more-info-button" |
|
296ac8e52d8416ceba4515b531d0373e165f6398
Change "More information" link in identity popup to button. b=414872, r=gavin, ui-r=beltzner, a=beltzner
johnath@mozilla.com
parents:
11226
diff
changeset
|
333 |
label="&identity.moreInfoLinkText;" |
|
18575
412b2734098da68d1c0259c2182f51f5549ea62a
Bug 448941 - remove IdentityHandler and getIdentityHandler() in favor of gIdentityHandler. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
18554
diff
changeset
|
334 |
onblur="gIdentityHandler.hideIdentityPopup();" |
|
412b2734098da68d1c0259c2182f51f5549ea62a
Bug 448941 - remove IdentityHandler and getIdentityHandler() in favor of gIdentityHandler. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
18554
diff
changeset
|
335 |
oncommand="gIdentityHandler.handleMoreInfoClick(event);"/> |
|
11254
296ac8e52d8416ceba4515b531d0373e165f6398
Change "More information" link in identity popup to button. b=414872, r=gavin, ui-r=beltzner, a=beltzner
johnath@mozilla.com
parents:
11226
diff
changeset
|
336 |
</hbox> |
|
7084
77717a7a8a4c5496aca25e8ed16f6634ce1be6fe
bug 383183 - relanding Larry, round 324
mconnor@steelgryphon.com
parents:
6783
diff
changeset
|
337 |
</vbox> |
|
77717a7a8a4c5496aca25e8ed16f6634ce1be6fe
bug 383183 - relanding Larry, round 324
mconnor@steelgryphon.com
parents:
6783
diff
changeset
|
338 |
</hbox> |
|
77717a7a8a4c5496aca25e8ed16f6634ce1be6fe
bug 383183 - relanding Larry, round 324
mconnor@steelgryphon.com
parents:
6783
diff
changeset
|
339 |
</panel> |
|
77717a7a8a4c5496aca25e8ed16f6634ce1be6fe
bug 383183 - relanding Larry, round 324
mconnor@steelgryphon.com
parents:
6783
diff
changeset
|
340 |
|
|
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
|
341 |
<panel id="ctrlTab-panel" class="KUI-panel" hidden="true" norestorefocus="true" level="top"> |
|
0bcfdbd54fbc705bcbd654f1d7e0e62a1a6a04dd
Bug 465076 - Ctrl+Tab / All Tabs design revision (pref'd off). r=enn
Dão Gottwald <dao@mozilla.com>
parents:
30165
diff
changeset
|
342 |
<hbox> |
|
0bcfdbd54fbc705bcbd654f1d7e0e62a1a6a04dd
Bug 465076 - Ctrl+Tab / All Tabs design revision (pref'd off). r=enn
Dão Gottwald <dao@mozilla.com>
parents:
30165
diff
changeset
|
343 |
<button class="ctrlTab-preview" flex="1"/> |
|
0bcfdbd54fbc705bcbd654f1d7e0e62a1a6a04dd
Bug 465076 - Ctrl+Tab / All Tabs design revision (pref'd off). r=enn
Dão Gottwald <dao@mozilla.com>
parents:
30165
diff
changeset
|
344 |
<button class="ctrlTab-preview" flex="1"/> |
|
0bcfdbd54fbc705bcbd654f1d7e0e62a1a6a04dd
Bug 465076 - Ctrl+Tab / All Tabs design revision (pref'd off). r=enn
Dão Gottwald <dao@mozilla.com>
parents:
30165
diff
changeset
|
345 |
<button class="ctrlTab-preview" flex="1"/> |
|
0bcfdbd54fbc705bcbd654f1d7e0e62a1a6a04dd
Bug 465076 - Ctrl+Tab / All Tabs design revision (pref'd off). r=enn
Dão Gottwald <dao@mozilla.com>
parents:
30165
diff
changeset
|
346 |
<button class="ctrlTab-preview" flex="1"/> |
|
0bcfdbd54fbc705bcbd654f1d7e0e62a1a6a04dd
Bug 465076 - Ctrl+Tab / All Tabs design revision (pref'd off). r=enn
Dão Gottwald <dao@mozilla.com>
parents:
30165
diff
changeset
|
347 |
<button class="ctrlTab-preview" flex="1"/> |
|
0bcfdbd54fbc705bcbd654f1d7e0e62a1a6a04dd
Bug 465076 - Ctrl+Tab / All Tabs design revision (pref'd off). r=enn
Dão Gottwald <dao@mozilla.com>
parents:
30165
diff
changeset
|
348 |
<button class="ctrlTab-preview" flex="1"/> |
|
0bcfdbd54fbc705bcbd654f1d7e0e62a1a6a04dd
Bug 465076 - Ctrl+Tab / All Tabs design revision (pref'd off). r=enn
Dão Gottwald <dao@mozilla.com>
parents:
30165
diff
changeset
|
349 |
</hbox> |
|
21338
bf2f8ad8f1ce19a0c40007da760ec267089061c3
Bug 436304 - Implement All Tabs panel with previews and search. r=connor
Dão Gottwald <dao@mozilla.com>
parents:
21281
diff
changeset
|
350 |
<hbox 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
|
351 |
<button id="ctrlTab-showAll" class="ctrlTab-preview" noicon="true"/> |
|
21268
9dcff436bd1bb7348bc0c1d1b255a0f9c3a7b642
Bug 456088 - Ctrl+Tab revision. r=connor
Dão Gottwald <dao@mozilla.com>
parents:
21249
diff
changeset
|
352 |
</hbox> |
|
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
|
353 |
</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
|
354 |
|
|
36480
f2c3c598b911ca47cb1e7e8032a9132adaab65dc
Bug 535974 - move bhTooltip and customizeToolbarSheetPopup into mainPopupSet. r=mano
Dão Gottwald <dao@mozilla.com>
parents:
34595
diff
changeset
|
355 |
<!-- Bookmarks and history tooltip --> |
|
f2c3c598b911ca47cb1e7e8032a9132adaab65dc
Bug 535974 - move bhTooltip and customizeToolbarSheetPopup into mainPopupSet. r=mano
Dão Gottwald <dao@mozilla.com>
parents:
34595
diff
changeset
|
356 |
<tooltip id="bhTooltip"/> |
|
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
|
357 |
|
|
37422
b27f05c8743bfc54b5ab6c15544a0cb73a44b749
Bug 439134 - "Customize toolbars" window a bit too small on linux - cuts off the "Restore defaults" button
Ian Neal <iann_cvs@blueyonder.co.uk>
parents:
36708
diff
changeset
|
358 |
<panel id="customizeToolbarSheetPopup" |
|
95978
86350701d2104cbb9fcac87fca5b4ebfec53b8a5
Bug 759754 - With toolbar.customization.usesheet=true, the customization document stays alive after closing the sheet. r=ttaubert
Dão Gottwald <dao@mozilla.com>
parents:
95470
diff
changeset
|
359 |
noautohide="true" |
|
86350701d2104cbb9fcac87fca5b4ebfec53b8a5
Bug 759754 - With toolbar.customization.usesheet=true, the customization document stays alive after closing the sheet. r=ttaubert
Dão Gottwald <dao@mozilla.com>
parents:
95470
diff
changeset
|
360 |
sheetstyle="&dialog.dimensions;"/> |
|
39508
8ca8630b0c88cfb04d9ba8e2d861f06c3e6289d0
Bug 347930 - Move the tabs outside the tabbrowser, put them in a toolbar. r=vlad
Dão Gottwald <dao@mozilla.com>
parents:
39244
diff
changeset
|
361 |
|
|
8ca8630b0c88cfb04d9ba8e2d861f06c3e6289d0
Bug 347930 - Move the tabs outside the tabbrowser, put them in a toolbar. r=vlad
Dão Gottwald <dao@mozilla.com>
parents:
39244
diff
changeset
|
362 |
<tooltip id="tabbrowser-tab-tooltip" onpopupshowing="gBrowser.createTooltip(event);"/> |
|
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
|
363 |
|
|
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
|
364 |
<tooltip id="back-button-tooltip"> |
|
83470
6034efd8c0bbf2b27e8d35b02ab4332a524d6488
Bug 713841 - Too much padding in back and forward button tooltips. r=dietrich
Dão Gottwald <dao@mozilla.com>
parents:
83026
diff
changeset
|
365 |
<label class="tooltip-label" value="&backButton.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
|
366 |
#ifdef XP_MACOSX |
|
83470
6034efd8c0bbf2b27e8d35b02ab4332a524d6488
Bug 713841 - Too much padding in back and forward button tooltips. r=dietrich
Dão Gottwald <dao@mozilla.com>
parents:
83026
diff
changeset
|
367 |
<label class="tooltip-label" value="&backForwardButtonMenuMac.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
|
368 |
#else |
|
83470
6034efd8c0bbf2b27e8d35b02ab4332a524d6488
Bug 713841 - Too much padding in back and forward button tooltips. r=dietrich
Dão Gottwald <dao@mozilla.com>
parents:
83026
diff
changeset
|
369 |
<label class="tooltip-label" value="&backForwardButtonMenu.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
|
370 |
#endif |
|
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
|
371 |
</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
|
372 |
|
|
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
|
373 |
<tooltip id="forward-button-tooltip"> |
|
83470
6034efd8c0bbf2b27e8d35b02ab4332a524d6488
Bug 713841 - Too much padding in back and forward button tooltips. r=dietrich
Dão Gottwald <dao@mozilla.com>
parents:
83026
diff
changeset
|
374 |
<label class="tooltip-label" value="&forwardButton.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
|
375 |
#ifdef XP_MACOSX |
|
83470
6034efd8c0bbf2b27e8d35b02ab4332a524d6488
Bug 713841 - Too much padding in back and forward button tooltips. r=dietrich
Dão Gottwald <dao@mozilla.com>
parents:
83026
diff
changeset
|
376 |
<label class="tooltip-label" value="&backForwardButtonMenuMac.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
|
377 |
#else |
|
83470
6034efd8c0bbf2b27e8d35b02ab4332a524d6488
Bug 713841 - Too much padding in back and forward button tooltips. r=dietrich
Dão Gottwald <dao@mozilla.com>
parents:
83026
diff
changeset
|
378 |
<label class="tooltip-label" value="&backForwardButtonMenu.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
|
379 |
#endif |
|
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
|
380 |
</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
|
381 |
|
|
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
|
382 |
<popupnotification id="webRTC-shareDevices-notification" hidden="true"> |
|
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
|
383 |
<popupnotificationcontent id="webRTC-selectCamera" orient="vertical"> |
|
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
|
384 |
<separator class="thin"/> |
|
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
|
385 |
<label value="&getUserMedia.selectCamera.label;" |
|
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
|
386 |
accesskey="&getUserMedia.selectCamera.accesskey;" |
|
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
|
387 |
control="webRTC-selectCamera-menulist"/> |
|
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
|
388 |
<menulist id="webRTC-selectCamera-menulist"> |
|
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
|
389 |
<menupopup id="webRTC-selectCamera-menupopup"/> |
|
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
|
390 |
</menulist> |
|
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
|
391 |
</popupnotificationcontent> |
|
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
|
392 |
<popupnotificationcontent id="webRTC-selectMicrophone" orient="vertical"> |
|
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
|
393 |
<separator class="thin"/> |
|
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
|
394 |
<label value="&getUserMedia.selectMicrophone.label;" |
|
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
|
395 |
accesskey="&getUserMedia.selectMicrophone.accesskey;" |
|
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
|
396 |
control="webRTC-selectMicrophone-menulist"/> |
|
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
|
397 |
<menulist id="webRTC-selectMicrophone-menulist"> |
|
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
|
398 |
<menupopup id="webRTC-selectMicrophone-menupopup"/> |
|
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
|
399 |
</menulist> |
|
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
|
400 |
</popupnotificationcontent> |
|
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
|
401 |
</popupnotification> |
|
117011
9a7f3c82ab9b6a16a6204850181420721c39c2be
Bug 824443 - Put the geolocation prompt's "Learn More" link in <popupnotificationcontent> rather than extending the popup notification's binding. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
117008
diff
changeset
|
402 |
|
|
9a7f3c82ab9b6a16a6204850181420721c39c2be
Bug 824443 - Put the geolocation prompt's "Learn More" link in <popupnotificationcontent> rather than extending the popup notification's binding. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
117008
diff
changeset
|
403 |
<popupnotification id="geolocation-notification" hidden="true"> |
|
9a7f3c82ab9b6a16a6204850181420721c39c2be
Bug 824443 - Put the geolocation prompt's "Learn More" link in <popupnotificationcontent> rather than extending the popup notification's binding. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
117008
diff
changeset
|
404 |
<popupnotificationcontent orient="vertical" align="start"> |
|
9a7f3c82ab9b6a16a6204850181420721c39c2be
Bug 824443 - Put the geolocation prompt's "Learn More" link in <popupnotificationcontent> rather than extending the popup notification's binding. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
117008
diff
changeset
|
405 |
<separator class="thin"/> |
|
9a7f3c82ab9b6a16a6204850181420721c39c2be
Bug 824443 - Put the geolocation prompt's "Learn More" link in <popupnotificationcontent> rather than extending the popup notification's binding. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
117008
diff
changeset
|
406 |
<label id="geolocation-learnmore-link" class="text-link"/> |
|
9a7f3c82ab9b6a16a6204850181420721c39c2be
Bug 824443 - Put the geolocation prompt's "Learn More" link in <popupnotificationcontent> rather than extending the popup notification's binding. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
117008
diff
changeset
|
407 |
</popupnotificationcontent> |
|
9a7f3c82ab9b6a16a6204850181420721c39c2be
Bug 824443 - Put the geolocation prompt's "Learn More" link in <popupnotificationcontent> rather than extending the popup notification's binding. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
117008
diff
changeset
|
408 |
</popupnotification> |
|
120343
a74d6901fd71bb53de89ea97a797d367a6f9c476
Bug 822371 - Mixed Content Doorhanger UI. r=dao
Tanvi Vyas <tvyas@mozilla.com>
parents:
120040
diff
changeset
|
409 |
|
|
126989
049792ba0737f1c0a27a78dfc6bb652c697ddef6
bug 836452 implement service install panel, cleanup activation panel. r=markh
Shane Caraveo <scaraveo@mozilla.com>
parents:
126115
diff
changeset
|
410 |
<popupnotification id="servicesInstall-notification" hidden="true"> |
|
049792ba0737f1c0a27a78dfc6bb652c697ddef6
bug 836452 implement service install panel, cleanup activation panel. r=markh
Shane Caraveo <scaraveo@mozilla.com>
parents:
126115
diff
changeset
|
411 |
<popupnotificationcontent orient="vertical" align="start"> |
|
049792ba0737f1c0a27a78dfc6bb652c697ddef6
bug 836452 implement service install panel, cleanup activation panel. r=markh
Shane Caraveo <scaraveo@mozilla.com>
parents:
126115
diff
changeset
|
412 |
<separator class="thin"/> |
|
049792ba0737f1c0a27a78dfc6bb652c697ddef6
bug 836452 implement service install panel, cleanup activation panel. r=markh
Shane Caraveo <scaraveo@mozilla.com>
parents:
126115
diff
changeset
|
413 |
<label id="servicesInstall-learnmore-link" class="text-link"/> |
|
049792ba0737f1c0a27a78dfc6bb652c697ddef6
bug 836452 implement service install panel, cleanup activation panel. r=markh
Shane Caraveo <scaraveo@mozilla.com>
parents:
126115
diff
changeset
|
414 |
</popupnotificationcontent> |
|
049792ba0737f1c0a27a78dfc6bb652c697ddef6
bug 836452 implement service install panel, cleanup activation panel. r=markh
Shane Caraveo <scaraveo@mozilla.com>
parents:
126115
diff
changeset
|
415 |
</popupnotification> |
|
049792ba0737f1c0a27a78dfc6bb652c697ddef6
bug 836452 implement service install panel, cleanup activation panel. r=markh
Shane Caraveo <scaraveo@mozilla.com>
parents:
126115
diff
changeset
|
416 |
|
|
126055
c656d41192f65397aff67d74b1472443b47f23cc
Bug 737100 - Extend Pointer Lock (Mouse Lock) for non-fullscreen elements, p=smaug,dolske, r=cpearce,dolske,smaug
Olli Pettay <Olli.Pettay@helsinki.fi>
parents:
125964
diff
changeset
|
417 |
<popupnotification id="pointerLock-notification" hidden="true"> |
|
c656d41192f65397aff67d74b1472443b47f23cc
Bug 737100 - Extend Pointer Lock (Mouse Lock) for non-fullscreen elements, p=smaug,dolske, r=cpearce,dolske,smaug
Olli Pettay <Olli.Pettay@helsinki.fi>
parents:
125964
diff
changeset
|
418 |
<popupnotificationcontent orient="vertical" align="start"> |
|
c656d41192f65397aff67d74b1472443b47f23cc
Bug 737100 - Extend Pointer Lock (Mouse Lock) for non-fullscreen elements, p=smaug,dolske, r=cpearce,dolske,smaug
Olli Pettay <Olli.Pettay@helsinki.fi>
parents:
125964
diff
changeset
|
419 |
<separator class="thin"/> |
|
c656d41192f65397aff67d74b1472443b47f23cc
Bug 737100 - Extend Pointer Lock (Mouse Lock) for non-fullscreen elements, p=smaug,dolske, r=cpearce,dolske,smaug
Olli Pettay <Olli.Pettay@helsinki.fi>
parents:
125964
diff
changeset
|
420 |
<label id="pointerLock-cancel" value="&pointerLock.notification.message;"/> |
|
c656d41192f65397aff67d74b1472443b47f23cc
Bug 737100 - Extend Pointer Lock (Mouse Lock) for non-fullscreen elements, p=smaug,dolske, r=cpearce,dolske,smaug
Olli Pettay <Olli.Pettay@helsinki.fi>
parents:
125964
diff
changeset
|
421 |
</popupnotificationcontent> |
|
c656d41192f65397aff67d74b1472443b47f23cc
Bug 737100 - Extend Pointer Lock (Mouse Lock) for non-fullscreen elements, p=smaug,dolske, r=cpearce,dolske,smaug
Olli Pettay <Olli.Pettay@helsinki.fi>
parents:
125964
diff
changeset
|
422 |
</popupnotification> |
|
c656d41192f65397aff67d74b1472443b47f23cc
Bug 737100 - Extend Pointer Lock (Mouse Lock) for non-fullscreen elements, p=smaug,dolske, r=cpearce,dolske,smaug
Olli Pettay <Olli.Pettay@helsinki.fi>
parents:
125964
diff
changeset
|
423 |
|
|
120343
a74d6901fd71bb53de89ea97a797d367a6f9c476
Bug 822371 - Mixed Content Doorhanger UI. r=dao
Tanvi Vyas <tvyas@mozilla.com>
parents:
120040
diff
changeset
|
424 |
<popupnotification id="mixed-content-blocked-notification" hidden="true"> |
|
a74d6901fd71bb53de89ea97a797d367a6f9c476
Bug 822371 - Mixed Content Doorhanger UI. r=dao
Tanvi Vyas <tvyas@mozilla.com>
parents:
120040
diff
changeset
|
425 |
<popupnotificationcontent orient="vertical" align="start"> |
|
a74d6901fd71bb53de89ea97a797d367a6f9c476
Bug 822371 - Mixed Content Doorhanger UI. r=dao
Tanvi Vyas <tvyas@mozilla.com>
parents:
120040
diff
changeset
|
426 |
<separator/> |
|
a74d6901fd71bb53de89ea97a797d367a6f9c476
Bug 822371 - Mixed Content Doorhanger UI. r=dao
Tanvi Vyas <tvyas@mozilla.com>
parents:
120040
diff
changeset
|
427 |
<description id="mixed-content-blocked-moreinfo">&mixedContentBlocked.moreinfo;</description> |
|
a74d6901fd71bb53de89ea97a797d367a6f9c476
Bug 822371 - Mixed Content Doorhanger UI. r=dao
Tanvi Vyas <tvyas@mozilla.com>
parents:
120040
diff
changeset
|
428 |
<separator/> |
|
a74d6901fd71bb53de89ea97a797d367a6f9c476
Bug 822371 - Mixed Content Doorhanger UI. r=dao
Tanvi Vyas <tvyas@mozilla.com>
parents:
120040
diff
changeset
|
429 |
<label id="mixed-content-blocked-helplink" class="text-link" |
|
a74d6901fd71bb53de89ea97a797d367a6f9c476
Bug 822371 - Mixed Content Doorhanger UI. r=dao
Tanvi Vyas <tvyas@mozilla.com>
parents:
120040
diff
changeset
|
430 |
value="&mixedContentBlocked.helplink;"/> |
|
a74d6901fd71bb53de89ea97a797d367a6f9c476
Bug 822371 - Mixed Content Doorhanger UI. r=dao
Tanvi Vyas <tvyas@mozilla.com>
parents:
120040
diff
changeset
|
431 |
</popupnotificationcontent> |
|
a74d6901fd71bb53de89ea97a797d367a6f9c476
Bug 822371 - Mixed Content Doorhanger UI. r=dao
Tanvi Vyas <tvyas@mozilla.com>
parents:
120040
diff
changeset
|
432 |
</popupnotification> |
|
a74d6901fd71bb53de89ea97a797d367a6f9c476
Bug 822371 - Mixed Content Doorhanger UI. r=dao
Tanvi Vyas <tvyas@mozilla.com>
parents:
120040
diff
changeset
|
433 |
|
|
36480
f2c3c598b911ca47cb1e7e8032a9132adaab65dc
Bug 535974 - move bhTooltip and customizeToolbarSheetPopup into mainPopupSet. r=mano
Dão Gottwald <dao@mozilla.com>
parents:
34595
diff
changeset
|
434 |
</popupset> |
|
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
|
435 |
|
|
56912
7ca426c55d9be76f8a564b5915bce0ac510f36e1
Bug 608717 - Add CAN_DRAW_IN_TITLEBAR since MENUBAR_CAN_AUTOHIDE is overloaded. r=dao a=NPOTB
Bill Gianopoulos <bill@wg9s.com>
parents:
56804
diff
changeset
|
436 |
#ifdef CAN_DRAW_IN_TITLEBAR |
|
57063
e04d5cf9a4c81abda6b973d92a64a411e3e97757
whitespace cleanup
Dão Gottwald <dao@mozilla.com>
parents:
57062
diff
changeset
|
437 |
<vbox id="titlebar"> |
|
51380
323eb3b2eb2ae95a701af1021f208f38b3b29e64
Bug 575870 - Enable the firefox button on xp themed, classic, and aero basic. r=dao, roc. Carry over approval from bug 574454 on chrome margin disabling code. r=robarnold.
Jim Mathies <jmathies@mozilla.com>
parents:
51349
diff
changeset
|
438 |
<hbox id="titlebar-content"> |
|
120952
2f54529528a9c6f4362de24cd0a604a2a57cc8a2
Bug 647216: Allow mouse event handling in the title bar on OS X. A number of contributors to this patch, including Markus Stange, Paul O'Shannessy, Mike Conley, Stephen Pohl, and myself (Josh Aas). r=mstange,dao,enndeakin
Josh Aas <joshmoz@gmail.com>
parents:
120766
diff
changeset
|
439 |
#ifdef MENUBAR_CAN_AUTOHIDE |
|
57395
65e97b75aca8da18fb87281e15366f7c9394b576
Bug 610071 - Stretch the app button to match the caption buttons' size. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
57375
diff
changeset
|
440 |
<hbox id="appmenu-button-container"> |
|
57063
e04d5cf9a4c81abda6b973d92a64a411e3e97757
whitespace cleanup
Dão Gottwald <dao@mozilla.com>
parents:
57062
diff
changeset
|
441 |
<button id="appmenu-button" |
|
e04d5cf9a4c81abda6b973d92a64a411e3e97757
whitespace cleanup
Dão Gottwald <dao@mozilla.com>
parents:
57062
diff
changeset
|
442 |
type="menu" |
|
e04d5cf9a4c81abda6b973d92a64a411e3e97757
whitespace cleanup
Dão Gottwald <dao@mozilla.com>
parents:
57062
diff
changeset
|
443 |
label="&brandShortName;" |
|
e04d5cf9a4c81abda6b973d92a64a411e3e97757
whitespace cleanup
Dão Gottwald <dao@mozilla.com>
parents:
57062
diff
changeset
|
444 |
style="-moz-user-focus: ignore;"> |
|
56804
443276883c2d0a0775f5f3c70ec3a74892986688
Bug 585370 - Move app menu contents to a separate file. r=dao a=no-code-change
Bill Gianopoulos <bill@wg9s.com>
parents:
56663
diff
changeset
|
445 |
#include browser-appmenu.inc |
|
57063
e04d5cf9a4c81abda6b973d92a64a411e3e97757
whitespace cleanup
Dão Gottwald <dao@mozilla.com>
parents:
57062
diff
changeset
|
446 |
</button> |
|
e04d5cf9a4c81abda6b973d92a64a411e3e97757
whitespace cleanup
Dão Gottwald <dao@mozilla.com>
parents:
57062
diff
changeset
|
447 |
</hbox> |
|
120952
2f54529528a9c6f4362de24cd0a604a2a57cc8a2
Bug 647216: Allow mouse event handling in the title bar on OS X. A number of contributors to this patch, including Markus Stange, Paul O'Shannessy, Mike Conley, Stephen Pohl, and myself (Josh Aas). r=mstange,dao,enndeakin
Josh Aas <joshmoz@gmail.com>
parents:
120766
diff
changeset
|
448 |
#endif |
|
57063
e04d5cf9a4c81abda6b973d92a64a411e3e97757
whitespace cleanup
Dão Gottwald <dao@mozilla.com>
parents:
57062
diff
changeset
|
449 |
<spacer id="titlebar-spacer" flex="1"/> |
|
57649
4c960203c759afff0fcfd29361c3f968e800b8b1
Bug 611827 - #titlebar-buttonbox shouldn't be stretched to fill the title bar (can cause white border under caption buttons when using a lightweight theme). r+a=gavin
Dão Gottwald <dao@mozilla.com>
parents:
57449
diff
changeset
|
450 |
<hbox id="titlebar-buttonbox-container" align="start"> |
|
4c960203c759afff0fcfd29361c3f968e800b8b1
Bug 611827 - #titlebar-buttonbox shouldn't be stretched to fill the title bar (can cause white border under caption buttons when using a lightweight theme). r+a=gavin
Dão Gottwald <dao@mozilla.com>
parents:
57449
diff
changeset
|
451 |
<hbox id="titlebar-buttonbox"> |
|
4c960203c759afff0fcfd29361c3f968e800b8b1
Bug 611827 - #titlebar-buttonbox shouldn't be stretched to fill the title bar (can cause white border under caption buttons when using a lightweight theme). r+a=gavin
Dão Gottwald <dao@mozilla.com>
parents:
57449
diff
changeset
|
452 |
<toolbarbutton class="titlebar-button" id="titlebar-min" oncommand="window.minimize();"/> |
|
4c960203c759afff0fcfd29361c3f968e800b8b1
Bug 611827 - #titlebar-buttonbox shouldn't be stretched to fill the title bar (can cause white border under caption buttons when using a lightweight theme). r+a=gavin
Dão Gottwald <dao@mozilla.com>
parents:
57449
diff
changeset
|
453 |
<toolbarbutton class="titlebar-button" id="titlebar-max" oncommand="onTitlebarMaxClick();"/> |
|
4c960203c759afff0fcfd29361c3f968e800b8b1
Bug 611827 - #titlebar-buttonbox shouldn't be stretched to fill the title bar (can cause white border under caption buttons when using a lightweight theme). r+a=gavin
Dão Gottwald <dao@mozilla.com>
parents:
57449
diff
changeset
|
454 |
<toolbarbutton class="titlebar-button" id="titlebar-close" command="cmd_closeWindow"/> |
|
4c960203c759afff0fcfd29361c3f968e800b8b1
Bug 611827 - #titlebar-buttonbox shouldn't be stretched to fill the title bar (can cause white border under caption buttons when using a lightweight theme). r+a=gavin
Dão Gottwald <dao@mozilla.com>
parents:
57449
diff
changeset
|
455 |
</hbox> |
|
57063
e04d5cf9a4c81abda6b973d92a64a411e3e97757
whitespace cleanup
Dão Gottwald <dao@mozilla.com>
parents:
57062
diff
changeset
|
456 |
</hbox> |
|
51380
323eb3b2eb2ae95a701af1021f208f38b3b29e64
Bug 575870 - Enable the firefox button on xp themed, classic, and aero basic. r=dao, roc. Carry over approval from bug 574454 on chrome margin disabling code. r=robarnold.
Jim Mathies <jmathies@mozilla.com>
parents:
51349
diff
changeset
|
457 |
</hbox> |
|
57063
e04d5cf9a4c81abda6b973d92a64a411e3e97757
whitespace cleanup
Dão Gottwald <dao@mozilla.com>
parents:
57062
diff
changeset
|
458 |
</vbox> |
|
43556
01c0e8955947f3b57b258c548c1ec6117d5ee5aa
Bug 570795 - Create basic "Firefox button" widget. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
43124
diff
changeset
|
459 |
#endif |
|
01c0e8955947f3b57b258c548c1ec6117d5ee5aa
Bug 570795 - Create basic "Firefox button" widget. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
43124
diff
changeset
|
460 |
|
|
50682
e81d421e99ed024616d790d2c8b0b1b479402632
Bug 587267 - Display the Firefox button when in TabView; r=dao approval2.0=gavin.sharp
Frank Yan <fyan@mozilla.com>
parents:
50594
diff
changeset
|
461 |
<deck flex="1" id="tab-view-deck"> |
|
68173
784db2f4b6acadf9e24a6d37b308392082d08097
Bug 610996 - TabView should set its visibility with tab-view-deck.selectedPanel rather than selectedIndex r=ian
Raymond Lee <raymond@raysquare.com>
parents:
68038
diff
changeset
|
462 |
<vbox flex="1" id="browser-panel"> |
|
50682
e81d421e99ed024616d790d2c8b0b1b479402632
Bug 587267 - Display the Firefox button when in TabView; r=dao approval2.0=gavin.sharp
Frank Yan <fyan@mozilla.com>
parents:
50594
diff
changeset
|
463 |
|
|
40708
0eda41f145c8368ee6ede5436de3a1c8f01e708f
Bug 558643 - Remove unused toolbox-top class. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
40479
diff
changeset
|
464 |
<toolbox id="navigator-toolbox" |
|
0eda41f145c8368ee6ede5436de3a1c8f01e708f
Bug 558643 - Remove unused toolbox-top class. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
40479
diff
changeset
|
465 |
defaultmode="icons" mode="icons" |
|
83998
440b585a289664f24e1a57e9a1498d28bc650918
Bug 618770 - Use tabs-on-bottom layout when the tab bar is hidden. r=dolske
Dão Gottwald <dao@mozilla.com>
parents:
83934
diff
changeset
|
466 |
iconsize="large"> |
|
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
|
467 |
<!-- Menu --> |
|
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
|
468 |
<toolbar type="menubar" id="toolbar-menubar" class="chromeclass-menubar" customizable="true" |
|
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
|
469 |
defaultset="menubar-items" |
|
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
|
470 |
mode="icons" iconsize="small" defaulticonsize="small" |
|
33197
587252c78f2fc11c132b755e4e5963440bb29e2b
Bug 424517 - Icons on bookmarks toolbar should be always small. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
32452
diff
changeset
|
471 |
lockiconsize="true" |
|
43570
4fe96681f88b48a38f286abd7b14969fcff3cb6a
Bug 571772 - Use MENUBAR_CAN_AUTOHIDE instead of XP_WIN. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
43556
diff
changeset
|
472 |
#ifdef MENUBAR_CAN_AUTOHIDE |
|
29181
a35ad097fac0b7cd9afcc831bd81096747ea79b2
Bug 456535 - On Windows, users should be able to hide the menubar and show it with the alt key. r=mano, ui-r=faaborg
Dão Gottwald <dao@mozilla.com>
parents:
29043
diff
changeset
|
473 |
toolbarname="&menubarCmd.label;" |
|
a35ad097fac0b7cd9afcc831bd81096747ea79b2
Bug 456535 - On Windows, users should be able to hide the menubar and show it with the alt key. r=mano, ui-r=faaborg
Dão Gottwald <dao@mozilla.com>
parents:
29043
diff
changeset
|
474 |
accesskey="&menubarCmd.accesskey;" |
|
a35ad097fac0b7cd9afcc831bd81096747ea79b2
Bug 456535 - On Windows, users should be able to hide the menubar and show it with the alt key. r=mano, ui-r=faaborg
Dão Gottwald <dao@mozilla.com>
parents:
29043
diff
changeset
|
475 |
#endif |
|
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
|
476 |
context="toolbar-context-menu"> |
|
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
|
477 |
<toolbaritem id="menubar-items" align="center"> |
|
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
|
478 |
# The entire main menubar is placed into browser-menubar.inc, so that it can be shared by |
|
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
|
479 |
# hiddenWindow.xul. |
|
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
|
480 |
#include browser-menubar.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
|
481 |
</toolbaritem> |
|
60222
019ae3c92eb4fac495920cc8fe3fa667f114825e
Bug 572160 - Put tabs in the title bar when the window is maximized. r=gavin ui-r=faaborg a=b
Dão Gottwald <dao@mozilla.com>
parents:
60112
diff
changeset
|
482 |
|
|
019ae3c92eb4fac495920cc8fe3fa667f114825e
Bug 572160 - Put tabs in the title bar when the window is maximized. r=gavin ui-r=faaborg a=b
Dão Gottwald <dao@mozilla.com>
parents:
60112
diff
changeset
|
483 |
#ifdef CAN_DRAW_IN_TITLEBAR |
|
019ae3c92eb4fac495920cc8fe3fa667f114825e
Bug 572160 - Put tabs in the title bar when the window is maximized. r=gavin ui-r=faaborg a=b
Dão Gottwald <dao@mozilla.com>
parents:
60112
diff
changeset
|
484 |
<hbox class="titlebar-placeholder" type="appmenu-button" ordinal="0"/> |
|
019ae3c92eb4fac495920cc8fe3fa667f114825e
Bug 572160 - Put tabs in the title bar when the window is maximized. r=gavin ui-r=faaborg a=b
Dão Gottwald <dao@mozilla.com>
parents:
60112
diff
changeset
|
485 |
<hbox class="titlebar-placeholder" type="caption-buttons" ordinal="1000"/> |
|
019ae3c92eb4fac495920cc8fe3fa667f114825e
Bug 572160 - Put tabs in the title bar when the window is maximized. r=gavin ui-r=faaborg a=b
Dão Gottwald <dao@mozilla.com>
parents:
60112
diff
changeset
|
486 |
#endif |
|
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
|
487 |
</toolbar> |
|
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
|
488 |
|
|
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
|
489 |
<toolbar id="nav-bar" class="toolbar-primary chromeclass-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
|
490 |
toolbarname="&navbarCmd.label;" accesskey="&navbarCmd.accesskey;" |
|
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
|
491 |
fullscreentoolbar="true" mode="icons" customizable="true" |
|
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
|
492 |
iconsize="large" |
|
129636
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
493 |
defaultset="unified-back-forward-button,urlbar-container,reload-button,stop-button,search-container,webrtc-status-button,bookmarks-menu-button,downloads-button,home-button,window-controls" |
|
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
|
494 |
context="toolbar-context-menu"> |
|
7096
dccf1ba85433d9ce331e99b0c3c20a69fb60a325
Bug 400745 - Re-remove favicon cache. r+a=mconnor
rflint@ryanflint.com
parents:
7084
diff
changeset
|
495 |
|
|
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
|
496 |
<toolbaritem id="unified-back-forward-button" class="chromeclass-toolbar-additional" |
|
48918
14a434e46ccec1f1469c4fc7ac9b6bc3a3c46d9c
Bug 580957 - Inside the toolbar customization panel the labels of the back/forward buttons and of the bookmarks menu button should be outside the button. r=dao
Markus Stange <mstange@themasta.com>
parents:
48899
diff
changeset
|
497 |
context="backForwardMenu" removable="true" |
|
78482
e1927273c6c936b68e0052c422d9be285d7b024a
Bug 682534 - Implement conditional forward button for winstripe / large icons mode. r=dolske
Dão Gottwald <dao@mozilla.com>
parents:
77678
diff
changeset
|
498 |
forwarddisabled="true" |
|
48918
14a434e46ccec1f1469c4fc7ac9b6bc3a3c46d9c
Bug 580957 - Inside the toolbar customization panel the labels of the back/forward buttons and of the bookmarks menu button should be outside the button. r=dao
Markus Stange <mstange@themasta.com>
parents:
48899
diff
changeset
|
499 |
title="&backForwardItem.title;"> |
|
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
|
500 |
<toolbarbutton id="back-button" class="toolbarbutton-1" |
|
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
|
501 |
label="&backCmd.label;" |
|
18554
f8554e4a78097ae9ac8820bf20a43cfd5d5579b8
Bug 440702 - Link modifiers should use the command attribute instead of oncommand (and remove observes elements). r=gavin, ui-r=beltzner
Klaas Heidstra <klaas1988@gmail.com>
parents:
18545
diff
changeset
|
502 |
command="Browser:BackOrBackDuplicate" |
|
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
|
503 |
onclick="checkForMiddleClick(this, event);" |
|
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
|
504 |
tooltip="back-button-tooltip"/> |
|
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
|
505 |
<toolbarbutton id="forward-button" class="toolbarbutton-1" |
|
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
|
506 |
label="&forwardCmd.label;" |
|
18554
f8554e4a78097ae9ac8820bf20a43cfd5d5579b8
Bug 440702 - Link modifiers should use the command attribute instead of oncommand (and remove observes elements). r=gavin, ui-r=beltzner
Klaas Heidstra <klaas1988@gmail.com>
parents:
18545
diff
changeset
|
507 |
command="Browser:ForwardOrForwardDuplicate" |
|
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
|
508 |
onclick="checkForMiddleClick(this, event);" |
|
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
|
509 |
tooltip="forward-button-tooltip"/> |
|
78482
e1927273c6c936b68e0052c422d9be285d7b024a
Bug 682534 - Implement conditional forward button for winstripe / large icons mode. r=dolske
Dão Gottwald <dao@mozilla.com>
parents:
77678
diff
changeset
|
510 |
<dummyobservertarget hidden="true" |
|
e1927273c6c936b68e0052c422d9be285d7b024a
Bug 682534 - Implement conditional forward button for winstripe / large icons mode. r=dolske
Dão Gottwald <dao@mozilla.com>
parents:
77678
diff
changeset
|
511 |
onbroadcast="if (this.getAttribute('disabled') == 'true')
|
|
e1927273c6c936b68e0052c422d9be285d7b024a
Bug 682534 - Implement conditional forward button for winstripe / large icons mode. r=dolske
Dão Gottwald <dao@mozilla.com>
parents:
77678
diff
changeset
|
512 |
this.parentNode.setAttribute('forwarddisabled', 'true');
|
|
e1927273c6c936b68e0052c422d9be285d7b024a
Bug 682534 - Implement conditional forward button for winstripe / large icons mode. r=dolske
Dão Gottwald <dao@mozilla.com>
parents:
77678
diff
changeset
|
513 |
else |
|
e1927273c6c936b68e0052c422d9be285d7b024a
Bug 682534 - Implement conditional forward button for winstripe / large icons mode. r=dolske
Dão Gottwald <dao@mozilla.com>
parents:
77678
diff
changeset
|
514 |
this.parentNode.removeAttribute('forwarddisabled');">
|
|
e1927273c6c936b68e0052c422d9be285d7b024a
Bug 682534 - Implement conditional forward button for winstripe / large icons mode. r=dolske
Dão Gottwald <dao@mozilla.com>
parents:
77678
diff
changeset
|
515 |
<observes element="Browser:ForwardOrForwardDuplicate" attribute="disabled"/> |
|
e1927273c6c936b68e0052c422d9be285d7b024a
Bug 682534 - Implement conditional forward button for winstripe / large icons mode. r=dolske
Dão Gottwald <dao@mozilla.com>
parents:
77678
diff
changeset
|
516 |
</dummyobservertarget> |
|
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
|
517 |
</toolbaritem> |
|
7096
dccf1ba85433d9ce331e99b0c3c20a69fb60a325
Bug 400745 - Re-remove favicon cache. r+a=mconnor
rflint@ryanflint.com
parents:
7084
diff
changeset
|
518 |
|
|
51944
7aaf30721c482700c3afb9e2d63ae66cc3421d9c
Bug 544816 - Attach combined Stop/Go/Refresh button to the Location Bar. Perffix patch #1. a=blocker
Justin Dolske <dolske@mozilla.com>
parents:
51943
diff
changeset
|
519 |
<toolbaritem id="urlbar-container" align="center" flex="400" persist="width" combined="true" |
|
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
|
520 |
title="&locationItem.title;" class="chromeclass-location" removable="true"> |
|
8317
2d79b5fed6be14afc9aeeaab8098cd2951a73d30
Bug 398020 - "lay the endcaps to rest" [p=dao@mozilla.com (Dão Gottwald) r=mconnor a=blocking-firefox3+]
reed@reedloden.com
parents:
8125
diff
changeset
|
521 |
<textbox id="urlbar" flex="1" |
|
120746
5df9433cbf5456dc000f50b8c929bd27201e77e3
Bug 836764 - Change the urlbar's placeholder to indicate that we can search too. r=dao, ui-r=limi
Blake Winton <bwinton@latte.ca>
parents:
120632
diff
changeset
|
522 |
placeholder="&urlbar.placeholder2;" |
|
8317
2d79b5fed6be14afc9aeeaab8098cd2951a73d30
Bug 398020 - "lay the endcaps to rest" [p=dao@mozilla.com (Dão Gottwald) r=mconnor a=blocking-firefox3+]
reed@reedloden.com
parents:
8125
diff
changeset
|
523 |
type="autocomplete" |
|
84888
953bde82b7a7d2ea4408b1792791612ac8434214
Bug 566489 - Enable inline autocomplete again, but make it smarter.
Michael Ventnor<ventnor.bugzilla@gmail.com>
parents:
84609
diff
changeset
|
524 |
autocompletesearch="urlinline history" |
|
39889
dcb347b2d3d48e34ccabaff8c2276f38f09e8326
Bug 480350 - Show currently loaded URIs in location bar autocomplete results, allow switching to the tab. r=gavin,mak sr=mconnor
Blair McBride <bmcbride@mozilla.com>
parents:
39701
diff
changeset
|
525 |
autocompletesearchparam="enable-actions" |
|
9329
a34f02b6d4f02615b10d0b62b951bd7664b031eb
fix for bug #407836: remove support for browser.urlbar.richResults this should be an extension, and not a hidden pref fix for (the easy half of) bug #408274: Location bar autocomplete does not work after being removed from the toolbar and being added again r=gavin, a=mconnor
sspitzer@mozilla.org
parents:
8910
diff
changeset
|
526 |
autocompletepopup="PopupAutoCompleteRichResult" |
|
8317
2d79b5fed6be14afc9aeeaab8098cd2951a73d30
Bug 398020 - "lay the endcaps to rest" [p=dao@mozilla.com (Dão Gottwald) r=mconnor a=blocking-firefox3+]
reed@reedloden.com
parents:
8125
diff
changeset
|
527 |
completeselectedindex="true" |
|
2d79b5fed6be14afc9aeeaab8098cd2951a73d30
Bug 398020 - "lay the endcaps to rest" [p=dao@mozilla.com (Dão Gottwald) r=mconnor a=blocking-firefox3+]
reed@reedloden.com
parents:
8125
diff
changeset
|
528 |
tabscrolling="true" |
|
2d79b5fed6be14afc9aeeaab8098cd2951a73d30
Bug 398020 - "lay the endcaps to rest" [p=dao@mozilla.com (Dão Gottwald) r=mconnor a=blocking-firefox3+]
reed@reedloden.com
parents:
8125
diff
changeset
|
529 |
showcommentcolumn="true" |
|
2d79b5fed6be14afc9aeeaab8098cd2951a73d30
Bug 398020 - "lay the endcaps to rest" [p=dao@mozilla.com (Dão Gottwald) r=mconnor a=blocking-firefox3+]
reed@reedloden.com
parents:
8125
diff
changeset
|
530 |
showimagecolumn="true" |
|
2d79b5fed6be14afc9aeeaab8098cd2951a73d30
Bug 398020 - "lay the endcaps to rest" [p=dao@mozilla.com (Dão Gottwald) r=mconnor a=blocking-firefox3+]
reed@reedloden.com
parents:
8125
diff
changeset
|
531 |
enablehistory="true" |
|
99238
868caa9a50c0af1b5bd8683831f97b45f413c764
Backed out changeset 7a8975c9206b
Dão Gottwald <dao@mozilla.com>
parents:
98063
diff
changeset
|
532 |
maxrows="6" |
|
8317
2d79b5fed6be14afc9aeeaab8098cd2951a73d30
Bug 398020 - "lay the endcaps to rest" [p=dao@mozilla.com (Dão Gottwald) r=mconnor a=blocking-firefox3+]
reed@reedloden.com
parents:
8125
diff
changeset
|
533 |
newlines="stripsurroundingwhitespace" |
|
15779
5fd36522851ee871ab21915aef7efe9b7e9d091a
revert bug 395174, r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
15670
diff
changeset
|
534 |
oninput="gBrowser.userTypedValue = this.value;" |
|
19696
26a23e7f944977eede74b889e11c28edaf85fe91
Bug 454109 - move urlbar functions to the urlbar binding. r=mano
Dão Gottwald <dao@mozilla.com>
parents:
19694
diff
changeset
|
535 |
ontextentered="this.handleCommand(param);" |
|
26a23e7f944977eede74b889e11c28edaf85fe91
Bug 454109 - move urlbar functions to the urlbar binding. r=mano
Dão Gottwald <dao@mozilla.com>
parents:
19694
diff
changeset
|
536 |
ontextreverted="return this.handleRevert();" |
|
11001
9f638011fffb613b753a49ee1bc788ea8941d26d
Bug 413844. F6 doesn't switch between content and location bar anymore. r=mano, a=dsicore
aaronleventhal@moonset.net
parents:
11000
diff
changeset
|
537 |
pageproxystate="invalid" |
|
9f638011fffb613b753a49ee1bc788ea8941d26d
Bug 413844. F6 doesn't switch between content and location bar anymore. r=mano, a=dsicore
aaronleventhal@moonset.net
parents:
11000
diff
changeset
|
538 |
onfocus="document.getElementById('identity-box').style.MozUserFocus= 'normal'"
|
|
29018
cabb8925dcd3d831a244b01e0a37c29b8793c77b
Bug 178324, refactor focus by moving all focus handling into one place and simplifying it, add many tests, fixes many other bugs too numerous to mention in this small checkin comment, r=josh,smichaud,ere,dbaron,marco,neil,gavin,smaug,sr=smaug (CLOSED TREE)
Neil Deakin <neil@mozilla.com>
parents:
28524
diff
changeset
|
539 |
onblur="setTimeout(function() document.getElementById('identity-box').style.MozUserFocus = '', 0);">
|
|
52179
225690b9d9f699c7465de1df88a4ab56a8cda462
Backed out changeset 1633907c75b7
Kyle Huey <khuey@kylehuey.com>
parents:
52177
diff
changeset
|
540 |
<box id="notification-popup-box" hidden="true" align="center"> |
|
60828
c0c31420a5e32b2d34e834de9a8724ae93ceab50
Bug 617553 - Doorhanger for add-on installation failures inside the AOM has no parent with chrome hidden [r=gavin, a=blocking]
Margaret Leibovic <margaret.leibovic@gmail.com>
parents:
60744
diff
changeset
|
541 |
<image id="default-notification-icon" class="notification-anchor-icon" role="button"/> |
|
102298
59707ed19e48846651a27b53afbd308058024a4c
Bug 764213 - Provisional desktop UI for website sign-in with Persona. r=dolske
Matthew Noorenberghe <mozilla@noorenberghe.ca>
parents:
102277
diff
changeset
|
542 |
<image id="identity-notification-icon" class="notification-anchor-icon" role="button"/> |
|
52179
225690b9d9f699c7465de1df88a4ab56a8cda462
Backed out changeset 1633907c75b7
Kyle Huey <khuey@kylehuey.com>
parents:
52177
diff
changeset
|
543 |
<image id="geo-notification-icon" class="notification-anchor-icon" role="button"/> |
|
225690b9d9f699c7465de1df88a4ab56a8cda462
Backed out changeset 1633907c75b7
Kyle Huey <khuey@kylehuey.com>
parents:
52177
diff
changeset
|
544 |
<image id="addons-notification-icon" class="notification-anchor-icon" role="button"/> |
|
52336
b031db65eb692aa73c292bf6d2d480a209609542
Bug 591516 - 'IndexedDB: Add some UI to prompt for IndexedDB permissions'. r=sicking+gavin.
Ben Turner <bent.mozilla@gmail.com>
parents:
52331
diff
changeset
|
545 |
<image id="indexedDB-notification-icon" class="notification-anchor-icon" role="button"/> |
|
52348
6a8048ca8b63c7071bd91978086e72fea4b990b9
Bug 567814 - Convert Remember Password notification bar to a doorhanger notification. Initial p=fryn@frankyan.com, r=dolske, a=blocking2.0
Margaret Leibovic <margaret.leibovic@gmail.com>
parents:
52344
diff
changeset
|
546 |
<image id="password-notification-icon" class="notification-anchor-icon" role="button"/> |
|
89361
629298cfd4801a138e56ed6942115c0eccd07c03
Bug 735517. Web Apps icon always appears when other popup notifications appear. r=fabrice,dao
OHZEKI Tetsuharu <saneyuki.s.snyk@gmail.com>
parents:
88884
diff
changeset
|
547 |
<image id="webapps-notification-icon" class="notification-anchor-icon" role="button"/> |
|
91646
a038c8c200f55d2fa4464fa22afa2b70e66deaf6
Bug 744964 - Plugin click-to-play popup notification icon should use the plugin icon, not the add-on icon. r=felipe
Jared Wein <jwein@mozilla.com>
parents:
90397
diff
changeset
|
548 |
<image id="plugins-notification-icon" class="notification-anchor-icon" role="button"/> |
|
125220
9a471f858d6b4b2bf730f637e02b0841ea7dabde
Bug 782211 - Part 7: Added permission prompt for desktop notifications on desktop platforms. r=MattN
William Chen <wchen@mozilla.com>
parents:
123282
diff
changeset
|
549 |
<image id="web-notifications-notification-icon" class="notification-anchor-icon" role="button"/> |
|
115746
2605aa5980f9ef1e89438f801bcb643f55ea68b6
Bug 819992 - Only open the click-to-play doorhanger once per window per session. Use the red blocked plugin icon and flash the icon to bring extra attention. r=dao
Jared Wein <jwein@mozilla.com>
parents:
115602
diff
changeset
|
550 |
<image id="blocked-plugins-notification-icon" class="notification-anchor-icon" role="button"/> |
|
130790
2b2233c1006917752b8a1e7935def5b04a44290c
Bug 839206 - Replace plugin installation notification bar with door hanger r=dolske
Christian Sonne <csonne@mozilla.com>, Justin Dolske <dolske@mozilla.com>
parents:
130754
diff
changeset
|
551 |
<image id="plugin-install-notification-icon" class="notification-anchor-icon" role="button"/> |
|
120343
a74d6901fd71bb53de89ea97a797d367a6f9c476
Bug 822371 - Mixed Content Doorhanger UI. r=dao
Tanvi Vyas <tvyas@mozilla.com>
parents:
120040
diff
changeset
|
552 |
<image id="mixed-content-blocked-notification-icon" class="notification-anchor-icon" role="button"/> |
|
117156
dc359d500e94326e35ede05009dd70cab0e4ee89
Bug 799417 - Implement global indicator for sites having camera/microphone access. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
117011
diff
changeset
|
553 |
<image id="webRTC-shareDevices-notification-icon" class="notification-anchor-icon" role="button"/> |
|
dc359d500e94326e35ede05009dd70cab0e4ee89
Bug 799417 - Implement global indicator for sites having camera/microphone access. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
117011
diff
changeset
|
554 |
<image id="webRTC-sharingDevices-notification-icon" class="notification-anchor-icon" role="button"/> |
|
126055
c656d41192f65397aff67d74b1472443b47f23cc
Bug 737100 - Extend Pointer Lock (Mouse Lock) for non-fullscreen elements, p=smaug,dolske, r=cpearce,dolske,smaug
Olli Pettay <Olli.Pettay@helsinki.fi>
parents:
125964
diff
changeset
|
555 |
<image id="pointerLock-notification-icon" class="notification-anchor-icon" role="button"/> |
|
126989
049792ba0737f1c0a27a78dfc6bb652c697ddef6
bug 836452 implement service install panel, cleanup activation panel. r=markh
Shane Caraveo <scaraveo@mozilla.com>
parents:
126115
diff
changeset
|
556 |
<image id="servicesInstall-notification-icon" class="notification-anchor-icon" role="button"/> |
|
52179
225690b9d9f699c7465de1df88a4ab56a8cda462
Backed out changeset 1633907c75b7
Kyle Huey <khuey@kylehuey.com>
parents:
52177
diff
changeset
|
557 |
</box> |
|
8317
2d79b5fed6be14afc9aeeaab8098cd2951a73d30
Bug 398020 - "lay the endcaps to rest" [p=dao@mozilla.com (Dão Gottwald) r=mconnor a=blocking-firefox3+]
reed@reedloden.com
parents:
8125
diff
changeset
|
558 |
<!-- Use onclick instead of normal popup= syntax since the popup |
|
11001
9f638011fffb613b753a49ee1bc788ea8941d26d
Bug 413844. F6 doesn't switch between content and location bar anymore. r=mano, a=dsicore
aaronleventhal@moonset.net
parents:
11000
diff
changeset
|
559 |
code fires onmousedown, and hence eats our favicon drag events. |
|
9f638011fffb613b753a49ee1bc788ea8941d26d
Bug 413844. F6 doesn't switch between content and location bar anymore. r=mano, a=dsicore
aaronleventhal@moonset.net
parents:
11000
diff
changeset
|
560 |
We only add the identity-box button to the tab order when the location bar |
|
9f638011fffb613b753a49ee1bc788ea8941d26d
Bug 413844. F6 doesn't switch between content and location bar anymore. r=mano, a=dsicore
aaronleventhal@moonset.net
parents:
11000
diff
changeset
|
561 |
has focus, otherwise pressing F6 focuses it instead of the location bar --> |
|
52179
225690b9d9f699c7465de1df88a4ab56a8cda462
Backed out changeset 1633907c75b7
Kyle Huey <khuey@kylehuey.com>
parents:
52177
diff
changeset
|
562 |
<box id="identity-box" role="button" |
|
96581
48154e23df93583f6ed8ce870c73bc5e94f335b4
Bug 759299 - Remove identity-box-inner and page-proxy-stack. r=jaws
Dão Gottwald <dao@mozilla.com>
parents:
96496
diff
changeset
|
563 |
align="center" |
|
52179
225690b9d9f699c7465de1df88a4ab56a8cda462
Backed out changeset 1633907c75b7
Kyle Huey <khuey@kylehuey.com>
parents:
52177
diff
changeset
|
564 |
onclick="gIdentityHandler.handleIdentityButtonEvent(event);" |
|
52260
82ba281b4703cfb6e0e9979a15235a9f0e094067
Bug 587901 - Make the identity box draggable. r+a=dolske
Dão Gottwald <dao@mozilla.com>
parents:
52179
diff
changeset
|
565 |
onkeypress="gIdentityHandler.handleIdentityButtonEvent(event);" |
|
82ba281b4703cfb6e0e9979a15235a9f0e094067
Bug 587901 - Make the identity box draggable. r+a=dolske
Dão Gottwald <dao@mozilla.com>
parents:
52179
diff
changeset
|
566 |
ondragstart="gIdentityHandler.onDragStart(event);"> |
|
96581
48154e23df93583f6ed8ce870c73bc5e94f335b4
Bug 759299 - Remove identity-box-inner and page-proxy-stack. r=jaws
Dão Gottwald <dao@mozilla.com>
parents:
96496
diff
changeset
|
567 |
<image id="page-proxy-favicon" |
|
48154e23df93583f6ed8ce870c73bc5e94f335b4
Bug 759299 - Remove identity-box-inner and page-proxy-stack. r=jaws
Dão Gottwald <dao@mozilla.com>
parents:
96496
diff
changeset
|
568 |
onclick="PageProxyClickHandler(event);" |
|
48154e23df93583f6ed8ce870c73bc5e94f335b4
Bug 759299 - Remove identity-box-inner and page-proxy-stack. r=jaws
Dão Gottwald <dao@mozilla.com>
parents:
96496
diff
changeset
|
569 |
pageproxystate="invalid"/> |
|
48154e23df93583f6ed8ce870c73bc5e94f335b4
Bug 759299 - Remove identity-box-inner and page-proxy-stack. r=jaws
Dão Gottwald <dao@mozilla.com>
parents:
96496
diff
changeset
|
570 |
<hbox id="identity-icon-labels"> |
|
48154e23df93583f6ed8ce870c73bc5e94f335b4
Bug 759299 - Remove identity-box-inner and page-proxy-stack. r=jaws
Dão Gottwald <dao@mozilla.com>
parents:
96496
diff
changeset
|
571 |
<label id="identity-icon-label" class="plain" flex="1"/> |
|
48154e23df93583f6ed8ce870c73bc5e94f335b4
Bug 759299 - Remove identity-box-inner and page-proxy-stack. r=jaws
Dão Gottwald <dao@mozilla.com>
parents:
96496
diff
changeset
|
572 |
<label id="identity-icon-country-label" class="plain"/> |
|
8895
ecd08f15f752caab415e474cfa1d9f3ffabaa1d9
Bug 406321 - "Identity portion of urlbar doesn't turn green with EV Certificates under win32 and Linux" [p=dao@mozilla.com (Dão Gottwald) r=mconnor a=blocking-firefox3+]
reed@reedloden.com
parents:
8850
diff
changeset
|
573 |
</hbox> |
|
8317
2d79b5fed6be14afc9aeeaab8098cd2951a73d30
Bug 398020 - "lay the endcaps to rest" [p=dao@mozilla.com (Dão Gottwald) r=mconnor a=blocking-firefox3+]
reed@reedloden.com
parents:
8125
diff
changeset
|
574 |
</box> |
|
61134
0718ec1414744ca58d21982ace95750039652626
Bug 601060 - Hovering links shows "moz-action:switchtab" text and hides "Switch to tab:" label in URL bar when it contains a switch-to-tab URL. r=dao
Frank Yan <fryn@frankyan.com>
parents:
61130
diff
changeset
|
575 |
<box id="urlbar-display-box" align="center"> |
|
0718ec1414744ca58d21982ace95750039652626
Bug 601060 - Hovering links shows "moz-action:switchtab" text and hides "Switch to tab:" label in URL bar when it contains a switch-to-tab URL. r=dao
Frank Yan <fryn@frankyan.com>
parents:
61130
diff
changeset
|
576 |
<label id="urlbar-display" value="&urlbar.switchToTab.label;"/> |
|
0718ec1414744ca58d21982ace95750039652626
Bug 601060 - Hovering links shows "moz-action:switchtab" text and hides "Switch to tab:" label in URL bar when it contains a switch-to-tab URL. r=dao
Frank Yan <fryn@frankyan.com>
parents:
61130
diff
changeset
|
577 |
</box> |
|
8317
2d79b5fed6be14afc9aeeaab8098cd2951a73d30
Bug 398020 - "lay the endcaps to rest" [p=dao@mozilla.com (Dão Gottwald) r=mconnor a=blocking-firefox3+]
reed@reedloden.com
parents:
8125
diff
changeset
|
578 |
<hbox id="urlbar-icons"> |
|
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
|
579 |
<image id="page-report-button" |
|
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
|
580 |
class="urlbar-icon" |
|
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
|
581 |
hidden="true" |
|
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
|
582 |
tooltiptext="&pageReportIcon.tooltip;" |
|
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
|
583 |
onclick="gPopupBlockerObserver.onReportButtonClick(event);"/> |
|
15518
f858eb3cce810d63ece9053b3c9434ecba29876a
Bug 441063: Remove safebrowsing-urlbar-icon from browser.xul. r=gavin
Jeremy Morton <bugzilla@game-point.net>
parents:
15373
diff
changeset
|
584 |
<image id="go-button" |
|
f858eb3cce810d63ece9053b3c9434ecba29876a
Bug 441063: Remove safebrowsing-urlbar-icon from browser.xul. r=gavin
Jeremy Morton <bugzilla@game-point.net>
parents:
15373
diff
changeset
|
585 |
class="urlbar-icon" |
|
f858eb3cce810d63ece9053b3c9434ecba29876a
Bug 441063: Remove safebrowsing-urlbar-icon from browser.xul. r=gavin
Jeremy Morton <bugzilla@game-point.net>
parents:
15373
diff
changeset
|
586 |
tooltiptext="&goEndCap.tooltip;" |
|
19696
26a23e7f944977eede74b889e11c28edaf85fe91
Bug 454109 - move urlbar functions to the urlbar binding. r=mano
Dão Gottwald <dao@mozilla.com>
parents:
19694
diff
changeset
|
587 |
onclick="gURLBar.handleCommand(event);"/> |
|
8317
2d79b5fed6be14afc9aeeaab8098cd2951a73d30
Bug 398020 - "lay the endcaps to rest" [p=dao@mozilla.com (Dão Gottwald) r=mconnor a=blocking-firefox3+]
reed@reedloden.com
parents:
8125
diff
changeset
|
588 |
</hbox> |
|
51943
58d179ea65f022b2670e4cf94dd7793bf9c99877
Bug 544816 - Attach combined Stop/Go/Refresh button to the Location Bar. r=dolske, ui-r=shorlander, a=dolske
Frank Yan <fryn@frankyan.com>
parents:
51888
diff
changeset
|
589 |
<toolbarbutton id="urlbar-go-button" |
|
56963
13929bb5fbbe15fb4ad24da147905e22031baadf
Bug 606691 - combined location bar buttons should not appear in popups without toolbar items. r=dao a=gavin
Frank Yan <fryn@frankyan.com>
parents:
56914
diff
changeset
|
590 |
class="chromeclass-toolbar-additional" |
|
51943
58d179ea65f022b2670e4cf94dd7793bf9c99877
Bug 544816 - Attach combined Stop/Go/Refresh button to the Location Bar. r=dolske, ui-r=shorlander, a=dolske
Frank Yan <fryn@frankyan.com>
parents:
51888
diff
changeset
|
591 |
onclick="gURLBar.handleCommand(event);" |
|
58d179ea65f022b2670e4cf94dd7793bf9c99877
Bug 544816 - Attach combined Stop/Go/Refresh button to the Location Bar. r=dolske, ui-r=shorlander, a=dolske
Frank Yan <fryn@frankyan.com>
parents:
51888
diff
changeset
|
592 |
tooltiptext="&goEndCap.tooltip;"/> |
|
58d179ea65f022b2670e4cf94dd7793bf9c99877
Bug 544816 - Attach combined Stop/Go/Refresh button to the Location Bar. r=dolske, ui-r=shorlander, a=dolske
Frank Yan <fryn@frankyan.com>
parents:
51888
diff
changeset
|
593 |
<toolbarbutton id="urlbar-reload-button" |
|
56963
13929bb5fbbe15fb4ad24da147905e22031baadf
Bug 606691 - combined location bar buttons should not appear in popups without toolbar items. r=dao a=gavin
Frank Yan <fryn@frankyan.com>
parents:
56914
diff
changeset
|
594 |
class="chromeclass-toolbar-additional" |
|
51943
58d179ea65f022b2670e4cf94dd7793bf9c99877
Bug 544816 - Attach combined Stop/Go/Refresh button to the Location Bar. r=dolske, ui-r=shorlander, a=dolske
Frank Yan <fryn@frankyan.com>
parents:
51888
diff
changeset
|
595 |
command="Browser:ReloadOrDuplicate" |
|
58d179ea65f022b2670e4cf94dd7793bf9c99877
Bug 544816 - Attach combined Stop/Go/Refresh button to the Location Bar. r=dolske, ui-r=shorlander, a=dolske
Frank Yan <fryn@frankyan.com>
parents:
51888
diff
changeset
|
596 |
onclick="checkForMiddleClick(this, event);" |
|
58d179ea65f022b2670e4cf94dd7793bf9c99877
Bug 544816 - Attach combined Stop/Go/Refresh button to the Location Bar. r=dolske, ui-r=shorlander, a=dolske
Frank Yan <fryn@frankyan.com>
parents:
51888
diff
changeset
|
597 |
tooltiptext="&reloadButton.tooltip;"/> |
|
58d179ea65f022b2670e4cf94dd7793bf9c99877
Bug 544816 - Attach combined Stop/Go/Refresh button to the Location Bar. r=dolske, ui-r=shorlander, a=dolske
Frank Yan <fryn@frankyan.com>
parents:
51888
diff
changeset
|
598 |
<toolbarbutton id="urlbar-stop-button" |
|
56963
13929bb5fbbe15fb4ad24da147905e22031baadf
Bug 606691 - combined location bar buttons should not appear in popups without toolbar items. r=dao a=gavin
Frank Yan <fryn@frankyan.com>
parents:
56914
diff
changeset
|
599 |
class="chromeclass-toolbar-additional" |
|
51943
58d179ea65f022b2670e4cf94dd7793bf9c99877
Bug 544816 - Attach combined Stop/Go/Refresh button to the Location Bar. r=dolske, ui-r=shorlander, a=dolske
Frank Yan <fryn@frankyan.com>
parents:
51888
diff
changeset
|
600 |
command="Browser:Stop" |
|
58d179ea65f022b2670e4cf94dd7793bf9c99877
Bug 544816 - Attach combined Stop/Go/Refresh button to the Location Bar. r=dolske, ui-r=shorlander, a=dolske
Frank Yan <fryn@frankyan.com>
parents:
51888
diff
changeset
|
601 |
tooltiptext="&stopButton.tooltip;"/> |
|
8317
2d79b5fed6be14afc9aeeaab8098cd2951a73d30
Bug 398020 - "lay the endcaps to rest" [p=dao@mozilla.com (Dão Gottwald) r=mconnor a=blocking-firefox3+]
reed@reedloden.com
parents:
8125
diff
changeset
|
602 |
</textbox> |
|
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
|
603 |
</toolbaritem> |
|
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
|
604 |
|
|
51943
58d179ea65f022b2670e4cf94dd7793bf9c99877
Bug 544816 - Attach combined Stop/Go/Refresh button to the Location Bar. r=dolske, ui-r=shorlander, a=dolske
Frank Yan <fryn@frankyan.com>
parents:
51888
diff
changeset
|
605 |
<toolbarbutton id="reload-button" class="toolbarbutton-1 chromeclass-toolbar-additional" |
|
58d179ea65f022b2670e4cf94dd7793bf9c99877
Bug 544816 - Attach combined Stop/Go/Refresh button to the Location Bar. r=dolske, ui-r=shorlander, a=dolske
Frank Yan <fryn@frankyan.com>
parents:
51888
diff
changeset
|
606 |
label="&reloadCmd.label;" removable="true" |
|
58d179ea65f022b2670e4cf94dd7793bf9c99877
Bug 544816 - Attach combined Stop/Go/Refresh button to the Location Bar. r=dolske, ui-r=shorlander, a=dolske
Frank Yan <fryn@frankyan.com>
parents:
51888
diff
changeset
|
607 |
command="Browser:ReloadOrDuplicate" |
|
58d179ea65f022b2670e4cf94dd7793bf9c99877
Bug 544816 - Attach combined Stop/Go/Refresh button to the Location Bar. r=dolske, ui-r=shorlander, a=dolske
Frank Yan <fryn@frankyan.com>
parents:
51888
diff
changeset
|
608 |
onclick="checkForMiddleClick(this, event);" |
|
58d179ea65f022b2670e4cf94dd7793bf9c99877
Bug 544816 - Attach combined Stop/Go/Refresh button to the Location Bar. r=dolske, ui-r=shorlander, a=dolske
Frank Yan <fryn@frankyan.com>
parents:
51888
diff
changeset
|
609 |
tooltiptext="&reloadButton.tooltip;"/> |
|
58d179ea65f022b2670e4cf94dd7793bf9c99877
Bug 544816 - Attach combined Stop/Go/Refresh button to the Location Bar. r=dolske, ui-r=shorlander, a=dolske
Frank Yan <fryn@frankyan.com>
parents:
51888
diff
changeset
|
610 |
|
|
58d179ea65f022b2670e4cf94dd7793bf9c99877
Bug 544816 - Attach combined Stop/Go/Refresh button to the Location Bar. r=dolske, ui-r=shorlander, a=dolske
Frank Yan <fryn@frankyan.com>
parents:
51888
diff
changeset
|
611 |
<toolbarbutton id="stop-button" class="toolbarbutton-1 chromeclass-toolbar-additional" |
|
58d179ea65f022b2670e4cf94dd7793bf9c99877
Bug 544816 - Attach combined Stop/Go/Refresh button to the Location Bar. r=dolske, ui-r=shorlander, a=dolske
Frank Yan <fryn@frankyan.com>
parents:
51888
diff
changeset
|
612 |
label="&stopCmd.label;" removable="true" |
|
58d179ea65f022b2670e4cf94dd7793bf9c99877
Bug 544816 - Attach combined Stop/Go/Refresh button to the Location Bar. r=dolske, ui-r=shorlander, a=dolske
Frank Yan <fryn@frankyan.com>
parents:
51888
diff
changeset
|
613 |
command="Browser:Stop" |
|
58d179ea65f022b2670e4cf94dd7793bf9c99877
Bug 544816 - Attach combined Stop/Go/Refresh button to the Location Bar. r=dolske, ui-r=shorlander, a=dolske
Frank Yan <fryn@frankyan.com>
parents:
51888
diff
changeset
|
614 |
tooltiptext="&stopButton.tooltip;"/> |
|
58d179ea65f022b2670e4cf94dd7793bf9c99877
Bug 544816 - Attach combined Stop/Go/Refresh button to the Location Bar. r=dolske, ui-r=shorlander, a=dolske
Frank Yan <fryn@frankyan.com>
parents:
51888
diff
changeset
|
615 |
|
|
7096
dccf1ba85433d9ce331e99b0c3c20a69fb60a325
Bug 400745 - Re-remove favicon cache. r+a=mconnor
rflint@ryanflint.com
parents:
7084
diff
changeset
|
616 |
<toolbaritem id="search-container" title="&searchItem.title;" |
|
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
|
617 |
align="center" class="chromeclass-toolbar-additional" |
|
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
|
618 |
flex="100" persist="width" removable="true"> |
|
30836
d78664d9530cd3ee9b5aaa2edf246ac200674cb6
Bug 478416, replace chromedir attribute with :moz-locale-dir pseudoclass, r=neil,dao,dbaron,sr=dbaron
Neil Deakin <neil@mozilla.com>
parents:
30682
diff
changeset
|
619 |
<searchbar id="searchbar" flex="1"/> |
|
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
|
620 |
</toolbaritem> |
|
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
|
621 |
|
|
117156
dc359d500e94326e35ede05009dd70cab0e4ee89
Bug 799417 - Implement global indicator for sites having camera/microphone access. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
117011
diff
changeset
|
622 |
<toolbarbutton id="webrtc-status-button" |
|
dc359d500e94326e35ede05009dd70cab0e4ee89
Bug 799417 - Implement global indicator for sites having camera/microphone access. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
117011
diff
changeset
|
623 |
class="toolbarbutton-1 chromeclass-toolbar-additional" |
|
dc359d500e94326e35ede05009dd70cab0e4ee89
Bug 799417 - Implement global indicator for sites having camera/microphone access. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
117011
diff
changeset
|
624 |
type="menu" |
|
dc359d500e94326e35ede05009dd70cab0e4ee89
Bug 799417 - Implement global indicator for sites having camera/microphone access. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
117011
diff
changeset
|
625 |
hidden="true" |
|
117557
f390f26b2f7e1acee07a1b8b55d4931ed1d3a958
Bug 799417 - Add label and tooltip for the camera and microphone access indicator button in the navigation toolbar. r=gavin ui-r=boriss
Dão Gottwald <dao@mozilla.com>
parents:
117156
diff
changeset
|
626 |
orient="horizontal" |
|
f390f26b2f7e1acee07a1b8b55d4931ed1d3a958
Bug 799417 - Add label and tooltip for the camera and microphone access indicator button in the navigation toolbar. r=gavin ui-r=boriss
Dão Gottwald <dao@mozilla.com>
parents:
117156
diff
changeset
|
627 |
label="&webrtcIndicatorButton.label;" |
|
f390f26b2f7e1acee07a1b8b55d4931ed1d3a958
Bug 799417 - Add label and tooltip for the camera and microphone access indicator button in the navigation toolbar. r=gavin ui-r=boriss
Dão Gottwald <dao@mozilla.com>
parents:
117156
diff
changeset
|
628 |
tooltiptext="&webrtcIndicatorButton.tooltip;"> |
|
117156
dc359d500e94326e35ede05009dd70cab0e4ee89
Bug 799417 - Implement global indicator for sites having camera/microphone access. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
117011
diff
changeset
|
629 |
<menupopup onpopupshowing="WebrtcIndicator.fillPopup(this);" |
|
dc359d500e94326e35ede05009dd70cab0e4ee89
Bug 799417 - Implement global indicator for sites having camera/microphone access. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
117011
diff
changeset
|
630 |
onpopuphiding="WebrtcIndicator.clearPopup(this);" |
|
dc359d500e94326e35ede05009dd70cab0e4ee89
Bug 799417 - Implement global indicator for sites having camera/microphone access. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
117011
diff
changeset
|
631 |
oncommand="WebrtcIndicator.menuCommand(event.target);"/> |
|
dc359d500e94326e35ede05009dd70cab0e4ee89
Bug 799417 - Implement global indicator for sites having camera/microphone access. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
117011
diff
changeset
|
632 |
</toolbarbutton> |
|
dc359d500e94326e35ede05009dd70cab0e4ee89
Bug 799417 - Implement global indicator for sites having camera/microphone access. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
117011
diff
changeset
|
633 |
|
|
129636
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
634 |
<toolbarbutton id="bookmarks-menu-button" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
635 |
class="toolbarbutton-1 chromeclass-toolbar-additional" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
636 |
persist="class" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
637 |
removable="true" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
638 |
type="menu-button" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
639 |
label="&bookmarksMenuButton.label;" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
640 |
tooltiptext="&bookmarksMenuButton.tooltip;" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
641 |
ondragenter="PlacesMenuDNDHandler.onDragEnter(event);" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
642 |
ondragover="PlacesMenuDNDHandler.onDragOver(event);" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
643 |
ondragleave="PlacesMenuDNDHandler.onDragLeave(event);" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
644 |
ondrop="PlacesMenuDNDHandler.onDrop(event);" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
645 |
oncommand="BookmarksMenuButton.onCommand(event);"> |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
646 |
<menupopup id="BMB_bookmarksPopup" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
647 |
placespopup="true" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
648 |
context="placesContext" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
649 |
openInTabs="children" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
650 |
oncommand="BookmarksEventHandler.onCommand(event, this.parentNode._placesView);" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
651 |
onclick="BookmarksEventHandler.onClick(event, this.parentNode._placesView);" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
652 |
onpopupshowing="BookmarksMenuButton.onPopupShowing(event); |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
653 |
if (!this.parentNode._placesView) |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
654 |
new PlacesMenu(event, 'place:folder=BOOKMARKS_MENU');" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
655 |
tooltip="bhTooltip" popupsinherittooltip="true"> |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
656 |
<menuitem id="BMB_viewBookmarksToolbar" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
657 |
placesanonid="view-toolbar" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
658 |
toolbarId="PersonalToolbar" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
659 |
type="checkbox" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
660 |
oncommand="onViewToolbarCommand(event)" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
661 |
label="&viewBookmarksToolbar.label;"/> |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
662 |
<menuseparator/> |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
663 |
<menuitem id="BMB_bookmarksShowAll" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
664 |
label="&showAllBookmarks2.label;" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
665 |
command="Browser:ShowAllBookmarks" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
666 |
key="manBookmarkKb"/> |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
667 |
<menuseparator/> |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
668 |
<menuitem id="BMB_subscribeToPageMenuitem" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
669 |
#ifndef XP_MACOSX |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
670 |
class="menuitem-iconic" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
671 |
#endif |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
672 |
label="&subscribeToPageMenuitem.label;" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
673 |
oncommand="return FeedHandler.subscribeToFeed(null, event);" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
674 |
onclick="checkForMiddleClick(this, event);" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
675 |
observes="singleFeedMenuitemState"/> |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
676 |
<menu id="BMB_subscribeToPageMenupopup" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
677 |
#ifndef XP_MACOSX |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
678 |
class="menu-iconic" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
679 |
#endif |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
680 |
label="&subscribeToPageMenupopup.label;" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
681 |
observes="multipleFeedsMenuState"> |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
682 |
<menupopup id="BMB_subscribeToPageSubmenuMenupopup" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
683 |
onpopupshowing="return FeedHandler.buildFeedList(event.target);" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
684 |
oncommand="return FeedHandler.subscribeToFeed(null, event);" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
685 |
onclick="checkForMiddleClick(this, event);"/> |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
686 |
</menu> |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
687 |
<menuseparator/> |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
688 |
<menu id="BMB_bookmarksToolbar" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
689 |
placesanonid="toolbar-autohide" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
690 |
class="menu-iconic bookmark-item" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
691 |
label="&personalbarCmd.label;" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
692 |
container="true"> |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
693 |
<menupopup id="BMB_bookmarksToolbarPopup" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
694 |
placespopup="true" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
695 |
context="placesContext" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
696 |
onpopupshowing="if (!this.parentNode._placesView) |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
697 |
new PlacesMenu(event, 'place:folder=TOOLBAR');"/> |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
698 |
</menu> |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
699 |
<menuseparator/> |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
700 |
<!-- Bookmarks menu items --> |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
701 |
<menuseparator builder="end" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
702 |
class="hide-if-empty-places-result"/> |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
703 |
<menuitem id="BMB_unsortedBookmarks" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
704 |
label="&bookmarksMenuButton.unsorted.label;" |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
705 |
oncommand="PlacesCommandHook.showPlacesOrganizer('UnfiledBookmarks');"
|
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
706 |
class="menuitem-iconic"/> |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
707 |
</menupopup> |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
708 |
</toolbarbutton> |
|
1706d6e0514b8a1f4ec24106898131f41fcc5057
Bug 748894 - Move the bookmark star button outside of the location bar.
Marco Bonardo <mbonardo@mozilla.com>
parents:
128205
diff
changeset
|
709 |
|
|
58933
7284451662bfc0d17a7bab31ba85206182f0e930
Bug 615435 - Relocate the Home button to the right side of the browser. r=dao ui-r=faaborg+limi a=dolske
Frank Yan <fyan@mozilla.com>
parents:
58896
diff
changeset
|
710 |
<toolbarbutton id="home-button" class="toolbarbutton-1 chromeclass-toolbar-additional" |
|
7284451662bfc0d17a7bab31ba85206182f0e930
Bug 615435 - Relocate the Home button to the right side of the browser. r=dao ui-r=faaborg+limi a=dolske
Frank Yan <fyan@mozilla.com>
parents:
58896
diff
changeset
|
711 |
persist="class" removable="true" |
|
7284451662bfc0d17a7bab31ba85206182f0e930
Bug 615435 - Relocate the Home button to the right side of the browser. r=dao ui-r=faaborg+limi a=dolske
Frank Yan <fyan@mozilla.com>
parents:
58896
diff
changeset
|
712 |
label="&homeButton.label;" |
|
7284451662bfc0d17a7bab31ba85206182f0e930
Bug 615435 - Relocate the Home button to the right side of the browser. r=dao ui-r=faaborg+limi a=dolske
Frank Yan <fyan@mozilla.com>
parents:
58896
diff
changeset
|
713 |
ondragover="homeButtonObserver.onDragOver(event)" |
|
7284451662bfc0d17a7bab31ba85206182f0e930
Bug 615435 - Relocate the Home button to the right side of the browser. r=dao ui-r=faaborg+limi a=dolske
Frank Yan <fyan@mozilla.com>
parents:
58896
diff
changeset
|
714 |
ondragenter="homeButtonObserver.onDragOver(event)" |
|
7284451662bfc0d17a7bab31ba85206182f0e930
Bug 615435 - Relocate the Home button to the right side of the browser. r=dao ui-r=faaborg+limi a=dolske
Frank Yan <fyan@mozilla.com>
parents:
58896
diff
changeset
|
715 |
ondrop="homeButtonObserver.onDrop(event)" |
|
7284451662bfc0d17a7bab31ba85206182f0e930
Bug 615435 - Relocate the Home button to the right side of the browser. r=dao ui-r=faaborg+limi a=dolske
Frank Yan <fyan@mozilla.com>
parents:
58896
diff
changeset
|
716 |
ondragexit="homeButtonObserver.onDragExit(event)" |
|
7284451662bfc0d17a7bab31ba85206182f0e930
Bug 615435 - Relocate the Home button to the right side of the browser. r=dao ui-r=faaborg+limi a=dolske
Frank Yan <fyan@mozilla.com>
parents:
58896
diff
changeset
|
717 |
onclick="BrowserGoHome(event);" |
|
7284451662bfc0d17a7bab31ba85206182f0e930
Bug 615435 - Relocate the Home button to the right side of the browser. r=dao ui-r=faaborg+limi a=dolske
Frank Yan <fyan@mozilla.com>
parents:
58896
diff
changeset
|
718 |
aboutHomeOverrideTooltip="&abouthome.pageTitle;"/> |
|
7284451662bfc0d17a7bab31ba85206182f0e930
Bug 615435 - Relocate the Home button to the right side of the browser. r=dao ui-r=faaborg+limi a=dolske
Frank Yan <fyan@mozilla.com>
parents:
58896
diff
changeset
|
719 |
|
|
131098
7d3a05e286a6c5e04df7155813a0630b93fd3e09
bug 818675 implement new social share panel, r=felipe
Shane Caraveo <scaraveo@mozilla.com>
parents:
131095
diff
changeset
|
720 |
<toolbarbutton id="social-share-button" |
|
7d3a05e286a6c5e04df7155813a0630b93fd3e09
bug 818675 implement new social share panel, r=felipe
Shane Caraveo <scaraveo@mozilla.com>
parents:
131095
diff
changeset
|
721 |
class="toolbarbutton-1 chromeclass-toolbar-additional" |
|
7d3a05e286a6c5e04df7155813a0630b93fd3e09
bug 818675 implement new social share panel, r=felipe
Shane Caraveo <scaraveo@mozilla.com>
parents:
131095
diff
changeset
|
722 |
hidden="true" |
|
7d3a05e286a6c5e04df7155813a0630b93fd3e09
bug 818675 implement new social share panel, r=felipe
Shane Caraveo <scaraveo@mozilla.com>
parents:
131095
diff
changeset
|
723 |
label="&sharePageCmd.label;" |
|
7d3a05e286a6c5e04df7155813a0630b93fd3e09
bug 818675 implement new social share panel, r=felipe
Shane Caraveo <scaraveo@mozilla.com>
parents:
131095
diff
changeset
|
724 |
tooltiptext="&sharePageCmd.label;" |
|
7d3a05e286a6c5e04df7155813a0630b93fd3e09
bug 818675 implement new social share panel, r=felipe
Shane Caraveo <scaraveo@mozilla.com>
parents:
131095
diff
changeset
|
725 |
command="Social:SharePage"/> |
|
7d3a05e286a6c5e04df7155813a0630b93fd3e09
bug 818675 implement new social share panel, r=felipe
Shane Caraveo <scaraveo@mozilla.com>
parents:
131095
diff
changeset
|
726 |
|
|
108873
13140a27ff09204eb2eb43fe4851cc1cdb3e1fc5
Bug 790112 - Fix social toolbar button styling so that separate "sub-buttons" are visually distinct, patch by :mixedpuppy, :jaws and :markh. r=felipe
Jared Wein <jwein@mozilla.com>
parents:
108614
diff
changeset
|
727 |
<toolbaritem id="social-toolbar-item" |
|
13140a27ff09204eb2eb43fe4851cc1cdb3e1fc5
Bug 790112 - Fix social toolbar button styling so that separate "sub-buttons" are visually distinct, patch by :mixedpuppy, :jaws and :markh. r=felipe
Jared Wein <jwein@mozilla.com>
parents:
108614
diff
changeset
|
728 |
class="chromeclass-toolbar-additional" |
|
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
|
729 |
removable="false" |
|
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
|
730 |
title="&socialToolbar.title;" |
|
114190
1f5142a46e4a08c466fc968068deaeb7380c5efd
Bug 813436 - tweaks to ensure a consistent UI as social is enabled/disabled/active/inactive. r=jaws
Mark Hammond <mhammond@skippinet.com.au>
parents:
113735
diff
changeset
|
731 |
hidden="true" |
|
114690
3d1c2eec5a9b43fbd586c16ea370a53a4e994a06
Bug 811263 - Set skipintoolbarset="true" on social-toolbar-item so that the downloads button doesn't move when a lw-theme is applied. r=mak.
Mike Conley <mconley@mozilla.com>
parents:
114574
diff
changeset
|
732 |
skipintoolbarset="true" |
|
114190
1f5142a46e4a08c466fc968068deaeb7380c5efd
Bug 813436 - tweaks to ensure a consistent UI as social is enabled/disabled/active/inactive. r=jaws
Mark Hammond <mhammond@skippinet.com.au>
parents:
113735
diff
changeset
|
733 |
observes="socialActiveBroadcaster"> |
|
108873
13140a27ff09204eb2eb43fe4851cc1cdb3e1fc5
Bug 790112 - Fix social toolbar button styling so that separate "sub-buttons" are visually distinct, patch by :mixedpuppy, :jaws and :markh. r=felipe
Jared Wein <jwein@mozilla.com>
parents:
108614
diff
changeset
|
734 |
<toolbarbutton id="social-provider-button" |
|
13140a27ff09204eb2eb43fe4851cc1cdb3e1fc5
Bug 790112 - Fix social toolbar button styling so that separate "sub-buttons" are visually distinct, patch by :mixedpuppy, :jaws and :markh. r=felipe
Jared Wein <jwein@mozilla.com>
parents:
108614
diff
changeset
|
735 |
class="toolbarbutton-1" |
|
13140a27ff09204eb2eb43fe4851cc1cdb3e1fc5
Bug 790112 - Fix social toolbar button styling so that separate "sub-buttons" are visually distinct, patch by :mixedpuppy, :jaws and :markh. r=felipe
Jared Wein <jwein@mozilla.com>
parents:
108614
diff
changeset
|
736 |
type="menu"> |
|
13140a27ff09204eb2eb43fe4851cc1cdb3e1fc5
Bug 790112 - Fix social toolbar button styling so that separate "sub-buttons" are visually distinct, patch by :mixedpuppy, :jaws and :markh. r=felipe
Jared Wein <jwein@mozilla.com>
parents:
108614
diff
changeset
|
737 |
<menupopup id="social-statusarea-popup"> |
|
113428
b1b0fbcbdf3b01f8015b6c3d70706e450c37c1fb
Bug 805217 - Remove duplicate menuitems when Tools is accessed using the keyboard. r=felipe
Jared Wein <jwein@mozilla.com>
parents:
111744
diff
changeset
|
738 |
<menuitem class="social-statusarea-user menuitem-iconic" pack="start" align="center" |
|
113735
fe7d66a7e1e2624617fbf5c15f4f20e113d31169
Bug 813316 - User details menuitem is blank on OSX menu. r=jaws
Felipe Gomes <felipc@gmail.com>
parents:
113559
diff
changeset
|
739 |
observes="socialBroadcaster_userDetails" |
|
113428
b1b0fbcbdf3b01f8015b6c3d70706e450c37c1fb
Bug 805217 - Remove duplicate menuitems when Tools is accessed using the keyboard. r=felipe
Jared Wein <jwein@mozilla.com>
parents:
111744
diff
changeset
|
740 |
oncommand="SocialUI.showProfile(); document.getElementById('social-statusarea-popup').hidePopup();">
|
|
b1b0fbcbdf3b01f8015b6c3d70706e450c37c1fb
Bug 805217 - Remove duplicate menuitems when Tools is accessed using the keyboard. r=felipe
Jared Wein <jwein@mozilla.com>
parents:
111744
diff
changeset
|
741 |
<image class="social-statusarea-user-portrait" |
|
113735
fe7d66a7e1e2624617fbf5c15f4f20e113d31169
Bug 813316 - User details menuitem is blank on OSX menu. r=jaws
Felipe Gomes <felipc@gmail.com>
parents:
113559
diff
changeset
|
742 |
observes="socialBroadcaster_userDetails"/> |
|
108873
13140a27ff09204eb2eb43fe4851cc1cdb3e1fc5
Bug 790112 - Fix social toolbar button styling so that separate "sub-buttons" are visually distinct, patch by :mixedpuppy, :jaws and :markh. r=felipe
Jared Wein <jwein@mozilla.com>
parents:
108614
diff
changeset
|
743 |
<vbox> |
|
113428
b1b0fbcbdf3b01f8015b6c3d70706e450c37c1fb
Bug 805217 - Remove duplicate menuitems when Tools is accessed using the keyboard. r=felipe
Jared Wein <jwein@mozilla.com>
parents:
111744
diff
changeset
|
744 |
<label class="social-statusarea-loggedInStatus" |
|
113735
fe7d66a7e1e2624617fbf5c15f4f20e113d31169
Bug 813316 - User details menuitem is blank on OSX menu. r=jaws
Felipe Gomes <felipc@gmail.com>
parents:
113559
diff
changeset
|
745 |
observes="socialBroadcaster_userDetails"/> |
|
108873
13140a27ff09204eb2eb43fe4851cc1cdb3e1fc5
Bug 790112 - Fix social toolbar button styling so that separate "sub-buttons" are visually distinct, patch by :mixedpuppy, :jaws and :markh. r=felipe
Jared Wein <jwein@mozilla.com>
parents:
108614
diff
changeset
|
746 |
</vbox> |
|
109840
38ca5a784d7547506285112e31c8ebbc1e0955f3
Bug 798753 - Visual polish for social provider user menu on OS X. r=jaws
Matthew Noorenberghe <mozilla@noorenberghe.ca>
parents:
109821
diff
changeset
|
747 |
</menuitem> |
|
38ca5a784d7547506285112e31c8ebbc1e0955f3
Bug 798753 - Visual polish for social provider user menu on OS X. r=jaws
Matthew Noorenberghe <mozilla@noorenberghe.ca>
parents:
109821
diff
changeset
|
748 |
#ifndef XP_WIN |
|
113428
b1b0fbcbdf3b01f8015b6c3d70706e450c37c1fb
Bug 805217 - Remove duplicate menuitems when Tools is accessed using the keyboard. r=felipe
Jared Wein <jwein@mozilla.com>
parents:
111744
diff
changeset
|
749 |
<menuseparator class="social-statusarea-separator"/> |
|
109840
38ca5a784d7547506285112e31c8ebbc1e0955f3
Bug 798753 - Visual polish for social provider user menu on OS X. r=jaws
Matthew Noorenberghe <mozilla@noorenberghe.ca>
parents:
109821
diff
changeset
|
750 |
#endif |
|
113428
b1b0fbcbdf3b01f8015b6c3d70706e450c37c1fb
Bug 805217 - Remove duplicate menuitems when Tools is accessed using the keyboard. r=felipe
Jared Wein <jwein@mozilla.com>
parents:
111744
diff
changeset
|
751 |
<menuitem class="social-toggle-sidebar-menuitem" |
|
108873
13140a27ff09204eb2eb43fe4851cc1cdb3e1fc5
Bug 790112 - Fix social toolbar button styling so that separate "sub-buttons" are visually distinct, patch by :mixedpuppy, :jaws and :markh. r=felipe
Jared Wein <jwein@mozilla.com>
parents:
108614
diff
changeset
|
752 |
type="checkbox" |
|
13140a27ff09204eb2eb43fe4851cc1cdb3e1fc5
Bug 790112 - Fix social toolbar button styling so that separate "sub-buttons" are visually distinct, patch by :mixedpuppy, :jaws and :markh. r=felipe
Jared Wein <jwein@mozilla.com>
parents:
108614
diff
changeset
|
753 |
autocheck="false" |
|
13140a27ff09204eb2eb43fe4851cc1cdb3e1fc5
Bug 790112 - Fix social toolbar button styling so that separate "sub-buttons" are visually distinct, patch by :mixedpuppy, :jaws and :markh. r=felipe
Jared Wein <jwein@mozilla.com>
parents:
108614
diff
changeset
|
754 |
command="Social:ToggleSidebar" |
|
13140a27ff09204eb2eb43fe4851cc1cdb3e1fc5
Bug 790112 - Fix social toolbar button styling so that separate "sub-buttons" are visually distinct, patch by :mixedpuppy, :jaws and :markh. r=felipe
Jared Wein <jwein@mozilla.com>
parents:
108614
diff
changeset
|
755 |
label="&social.toggleSidebar.label;" |
|
13140a27ff09204eb2eb43fe4851cc1cdb3e1fc5
Bug 790112 - Fix social toolbar button styling so that separate "sub-buttons" are visually distinct, patch by :mixedpuppy, :jaws and :markh. r=felipe
Jared Wein <jwein@mozilla.com>
parents:
108614
diff
changeset
|
756 |
accesskey="&social.toggleSidebar.accesskey;"/> |
|
113428
b1b0fbcbdf3b01f8015b6c3d70706e450c37c1fb
Bug 805217 - Remove duplicate menuitems when Tools is accessed using the keyboard. r=felipe
Jared Wein <jwein@mozilla.com>
parents:
111744
diff
changeset
|
757 |
<menuitem class="social-toggle-notifications-menuitem" |
|
109821
88bb0e2f037395e41e680c92ba47f11992db5e20
Bug 799749 - Add back the Show Desktop Notifications menuitem for the Social API. r=markh
Jared Wein <jwein@mozilla.com>
parents:
108956
diff
changeset
|
758 |
type="checkbox" |
|
88bb0e2f037395e41e680c92ba47f11992db5e20
Bug 799749 - Add back the Show Desktop Notifications menuitem for the Social API. r=markh
Jared Wein <jwein@mozilla.com>
parents:
108956
diff
changeset
|
759 |
autocheck="false" |
|
88bb0e2f037395e41e680c92ba47f11992db5e20
Bug 799749 - Add back the Show Desktop Notifications menuitem for the Social API. r=markh
Jared Wein <jwein@mozilla.com>
parents:
108956
diff
changeset
|
760 |
command="Social:ToggleNotifications" |
|
88bb0e2f037395e41e680c92ba47f11992db5e20
Bug 799749 - Add back the Show Desktop Notifications menuitem for the Social API. r=markh
Jared Wein <jwein@mozilla.com>
parents:
108956
diff
changeset
|
761 |
label="&social.toggleNotifications.label;" |
|
88bb0e2f037395e41e680c92ba47f11992db5e20
Bug 799749 - Add back the Show Desktop Notifications menuitem for the Social API. r=markh
Jared Wein <jwein@mozilla.com>
parents:
108956
diff
changeset
|
762 |
accesskey="&social.toggleNotifications.accesskey;"/> |
|
126115
a450ba2ae0a12df995f90581b4e59b802b38d3ac
bug 853642 fix menu placement and missing label on menu, r=markh
Shane Caraveo <scaraveo@mozilla.com>
parents:
126055
diff
changeset
|
763 |
<menuitem class="social-toggle-menuitem" command="Social:Toggle"/> |
|
131045
b8f086ab97aa3dc3f10931e0295d237264456593
bug 858321 update default state of toolbarbutton menu, r=markh
Shane Caraveo <scaraveo@mozilla.com>
parents:
130854
diff
changeset
|
764 |
<menuseparator/> |
|
115602
a64ee725049ee03a4e608b5b05c1890fc370dcd3
Bug 809694: implement support for multiple social providers in the front-end, including basic UI to switch between them. Portions of the patch by Gavin Sharp <gavin@gavinsharp.com>, r=gavin, r=markh
Shane Caraveo <mixedpuppy@gmail.com>
parents:
114861
diff
changeset
|
765 |
<menuseparator class="social-provider-menu" hidden="true"/> |
|
123282
d84192e9779f2aa96cb12095fa6498aa11adafc8
Bug 755126 add social services management to about:addons, r=felipe
Shane Caraveo <scaraveo@mozilla.com>
parents:
122732
diff
changeset
|
766 |
<menuitem class="social-addons-menuitem" command="Social:Addons" |
|
d84192e9779f2aa96cb12095fa6498aa11adafc8
Bug 755126 add social services management to about:addons, r=felipe
Shane Caraveo <scaraveo@mozilla.com>
parents:
122732
diff
changeset
|
767 |
label="&social.addons.label;"/> |
|
126989
049792ba0737f1c0a27a78dfc6bb652c697ddef6
bug 836452 implement service install panel, cleanup activation panel. r=markh
Shane Caraveo <scaraveo@mozilla.com>
parents:
126115
diff
changeset
|
768 |
<menuitem label="&social.learnMore.label;" |
|
049792ba0737f1c0a27a78dfc6bb652c697ddef6
bug 836452 implement service install panel, cleanup activation panel. r=markh
Shane Caraveo <scaraveo@mozilla.com>
parents:
126115
diff
changeset
|
769 |
accesskey="&social.learnMore.accesskey;" |
|
049792ba0737f1c0a27a78dfc6bb652c697ddef6
bug 836452 implement service install panel, cleanup activation panel. r=markh
Shane Caraveo <scaraveo@mozilla.com>
parents:
126115
diff
changeset
|
770 |
oncommand="SocialUI.showLearnMore();"/> |
|
108873
13140a27ff09204eb2eb43fe4851cc1cdb3e1fc5
Bug 790112 - Fix social toolbar button styling so that separate "sub-buttons" are visually distinct, patch by :mixedpuppy, :jaws and :markh. r=felipe
Jared Wein <jwein@mozilla.com>
parents:
108614
diff
changeset
|
771 |
</menupopup> |
|
13140a27ff09204eb2eb43fe4851cc1cdb3e1fc5
Bug 790112 - Fix social toolbar button styling so that separate "sub-buttons" are visually distinct, patch by :mixedpuppy, :jaws and :markh. r=felipe
Jared Wein <jwein@mozilla.com>
parents:
108614
diff
changeset
|
772 |
</toolbarbutton> |
|
130854
71018176584ede1392dada16b99819db799f2256
bug 853151 rework recommend into social marks, r=felipe
Shane Caraveo <scaraveo@mozilla.com>
parents:
130790
diff
changeset
|
773 |
<toolbarbutton id="social-mark-button" |
|
71018176584ede1392dada16b99819db799f2256
bug 853151 rework recommend into social marks, r=felipe
Shane Caraveo <scaraveo@mozilla.com>
parents:
130790
diff
changeset
|
774 |
class="toolbarbutton-1" |
|
71018176584ede1392dada16b99819db799f2256
bug 853151 rework recommend into social marks, r=felipe
Shane Caraveo <scaraveo@mozilla.com>
parents:
130790
diff
changeset
|
775 |
hidden="true" |
|
71018176584ede1392dada16b99819db799f2256
bug 853151 rework recommend into social marks, r=felipe
Shane Caraveo <scaraveo@mozilla.com>
parents:
130790
diff
changeset
|
776 |
disabled="true" |
|
71018176584ede1392dada16b99819db799f2256
bug 853151 rework recommend into social marks, r=felipe
Shane Caraveo <scaraveo@mozilla.com>
parents:
130790
diff
changeset
|
777 |
command="Social:TogglePageMark"/> |
|
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
|
778 |
</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
|
779 |
|
|
102277
303b75594832450afb7f61821cc78e3e6d441d25
Bug 782043 - Get rid of the fullscreencontrol attribute. r=felipe
Dão Gottwald <dao@mozilla.com>
parents:
101403
diff
changeset
|
780 |
<hbox id="window-controls" hidden="true" pack="end"> |
|
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
|
781 |
<toolbarbutton id="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
|
782 |
tooltiptext="&fullScreenMinimize.tooltip;" |
|
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
|
783 |
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
|
784 |
|
|
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
|
785 |
<toolbarbutton id="restore-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
|
786 |
tooltiptext="&fullScreenRestore.tooltip;" |
|
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
|
787 |
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
|
788 |
|
|
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
|
789 |
<toolbarbutton id="close-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
|
790 |
tooltiptext="&fullScreenClose.tooltip;" |
|
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
|
791 |
oncommand="BrowserTryToCloseWindow();"/> |
|
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
|
792 |
</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
|
793 |
</toolbar> |
|
7096
dccf1ba85433d9ce331e99b0c3c20a69fb60a325
Bug 400745 - Re-remove favicon cache. r+a=mconnor
rflint@ryanflint.com
parents:
7084
diff
changeset
|
794 |
|
|
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
|
795 |
<toolbarset id="customToolbars" context="toolbar-context-menu"/> |
|
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
|
796 |
|
|
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
|
797 |
<toolbar id="PersonalToolbar" |
|
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
|
798 |
mode="icons" iconsize="small" defaulticonsize="small" |
|
33197
587252c78f2fc11c132b755e4e5963440bb29e2b
Bug 424517 - Icons on bookmarks toolbar should be always small. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
32452
diff
changeset
|
799 |
lockiconsize="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
|
800 |
class="chromeclass-directories" |
|
7096
dccf1ba85433d9ce331e99b0c3c20a69fb60a325
Bug 400745 - Re-remove favicon cache. r+a=mconnor
rflint@ryanflint.com
parents:
7084
diff
changeset
|
801 |
context="toolbar-context-menu" |
|
13355
a3d2b706e8089d338af8b09fc05057cecbab75df
relanding with a function returning early to test impact on Linux Txul
mconnor@steelgryphon.com
parents:
13336
diff
changeset
|
802 |
defaultset="personal-bookmarks" |
|
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
|
803 |
toolbarname="&personalbarCmd.label;" accesskey="&personalbarCmd.accesskey;" |
|
30132
b24ba744b963e1ff641420b409820fda5698f2ab
Bug 499204 - tweak default UI for vertically-challenged devices, r=vlad
Paul O’Shannessy <paul@oshannessy.com>
parents:
29969
diff
changeset
|
804 |
collapsed="true" |
|
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
|
805 |
customizable="true"> |
|
38936
c868ff01c9bb4ae4b02ef4f1738874b5a9604ad3
Bug 550205, cannot customize location of or remove personal bookmarks item, r=gavin
Neil Deakin <neil@mozilla.com>
parents:
38929
diff
changeset
|
806 |
<toolbaritem flex="1" id="personal-bookmarks" title="&bookmarksItem.title;" |
|
c868ff01c9bb4ae4b02ef4f1738874b5a9604ad3
Bug 550205, cannot customize location of or remove personal bookmarks item, r=gavin
Neil Deakin <neil@mozilla.com>
parents:
38929
diff
changeset
|
807 |
removable="true"> |
|
41915
d7393e28fb2de5f1d90d805972a9b2a837f308d8
Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents:
41426
diff
changeset
|
808 |
<hbox flex="1" |
|
d7393e28fb2de5f1d90d805972a9b2a837f308d8
Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents:
41426
diff
changeset
|
809 |
id="PlacesToolbar" |
|
d7393e28fb2de5f1d90d805972a9b2a837f308d8
Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents:
41426
diff
changeset
|
810 |
context="placesContext" |
|
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
|
811 |
onclick="BookmarksEventHandler.onClick(event, this._placesView);" |
|
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
|
812 |
oncommand="BookmarksEventHandler.onCommand(event, this._placesView);" |
|
41915
d7393e28fb2de5f1d90d805972a9b2a837f308d8
Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents:
41426
diff
changeset
|
813 |
tooltip="bhTooltip" |
|
d7393e28fb2de5f1d90d805972a9b2a837f308d8
Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents:
41426
diff
changeset
|
814 |
popupsinherittooltip="true"> |
|
d7393e28fb2de5f1d90d805972a9b2a837f308d8
Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents:
41426
diff
changeset
|
815 |
<toolbarbutton class="bookmark-item bookmarks-toolbar-customize" |
|
d7393e28fb2de5f1d90d805972a9b2a837f308d8
Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents:
41426
diff
changeset
|
816 |
mousethrough="never" |
|
d7393e28fb2de5f1d90d805972a9b2a837f308d8
Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents:
41426
diff
changeset
|
817 |
label="&bookmarksToolbarItem.label;"/> |
|
d7393e28fb2de5f1d90d805972a9b2a837f308d8
Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents:
41426
diff
changeset
|
818 |
<hbox flex="1"> |
|
d7393e28fb2de5f1d90d805972a9b2a837f308d8
Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents:
41426
diff
changeset
|
819 |
<hbox align="center"> |
|
d7393e28fb2de5f1d90d805972a9b2a837f308d8
Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents:
41426
diff
changeset
|
820 |
<image id="PlacesToolbarDropIndicator" |
|
d7393e28fb2de5f1d90d805972a9b2a837f308d8
Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents:
41426
diff
changeset
|
821 |
mousethrough="always" |
|
d7393e28fb2de5f1d90d805972a9b2a837f308d8
Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents:
41426
diff
changeset
|
822 |
collapsed="true"/> |
|
d7393e28fb2de5f1d90d805972a9b2a837f308d8
Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents:
41426
diff
changeset
|
823 |
</hbox> |
|
d7393e28fb2de5f1d90d805972a9b2a837f308d8
Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents:
41426
diff
changeset
|
824 |
<scrollbox orient="horizontal" |
|
d7393e28fb2de5f1d90d805972a9b2a837f308d8
Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents:
41426
diff
changeset
|
825 |
id="PlacesToolbarItems" |
|
d7393e28fb2de5f1d90d805972a9b2a837f308d8
Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents:
41426
diff
changeset
|
826 |
flex="1"/> |
|
d7393e28fb2de5f1d90d805972a9b2a837f308d8
Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents:
41426
diff
changeset
|
827 |
<toolbarbutton type="menu" |
|
d7393e28fb2de5f1d90d805972a9b2a837f308d8
Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents:
41426
diff
changeset
|
828 |
id="PlacesChevron" |
|
d7393e28fb2de5f1d90d805972a9b2a837f308d8
Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents:
41426
diff
changeset
|
829 |
class="chevron" |
|
d7393e28fb2de5f1d90d805972a9b2a837f308d8
Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents:
41426
diff
changeset
|
830 |
mousethrough="never" |
|
d7393e28fb2de5f1d90d805972a9b2a837f308d8
Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents:
41426
diff
changeset
|
831 |
collapsed="true" |
|
d7393e28fb2de5f1d90d805972a9b2a837f308d8
Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents:
41426
diff
changeset
|
832 |
tooltiptext="&bookmarksToolbarChevron.tooltip;" |
|
d7393e28fb2de5f1d90d805972a9b2a837f308d8
Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents:
41426
diff
changeset
|
833 |
onpopupshowing="document.getElementById('PlacesToolbar')
|
|
d7393e28fb2de5f1d90d805972a9b2a837f308d8
Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents:
41426
diff
changeset
|
834 |
._placesView._onChevronPopupShowing(event);"> |
|
d7393e28fb2de5f1d90d805972a9b2a837f308d8
Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents:
41426
diff
changeset
|
835 |
<menupopup id="PlacesChevronPopup" |
|
d7393e28fb2de5f1d90d805972a9b2a837f308d8
Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents:
41426
diff
changeset
|
836 |
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
|
837 |
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
|
838 |
context="placesContext"/> |
|
d7393e28fb2de5f1d90d805972a9b2a837f308d8
Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents:
41426
diff
changeset
|
839 |
</toolbarbutton> |
|
d7393e28fb2de5f1d90d805972a9b2a837f308d8
Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents:
41426
diff
changeset
|
840 |
</hbox> |
|
d7393e28fb2de5f1d90d805972a9b2a837f308d8
Bug 528884 - Remove places' menu and toolbar bindings. r=mak
Asaf Romano <mano@mozilla.com>
parents:
41426
diff
changeset
|
841 |
</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
|
842 |
</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
|
843 |
</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
|
844 |
|
|
57963
0601ba3e939572d2ea0a773ec05c2b4e72af92ae
Bug 585370 - "Implement the Firefox button on Linux" [r=dao ui-r=faaborg a=dolske]
Bill Gianopoulos <bill@wg9s.com>
parents:
57649
diff
changeset
|
845 |
#ifdef MENUBAR_CAN_AUTOHIDE |
|
0601ba3e939572d2ea0a773ec05c2b4e72af92ae
Bug 585370 - "Implement the Firefox button on Linux" [r=dao ui-r=faaborg a=dolske]
Bill Gianopoulos <bill@wg9s.com>
parents:
57649
diff
changeset
|
846 |
#ifndef CAN_DRAW_IN_TITLEBAR |
|
0601ba3e939572d2ea0a773ec05c2b4e72af92ae
Bug 585370 - "Implement the Firefox button on Linux" [r=dao ui-r=faaborg a=dolske]
Bill Gianopoulos <bill@wg9s.com>
parents:
57649
diff
changeset
|
847 |
#define APPMENU_ON_TABBAR |
|
0601ba3e939572d2ea0a773ec05c2b4e72af92ae
Bug 585370 - "Implement the Firefox button on Linux" [r=dao ui-r=faaborg a=dolske]
Bill Gianopoulos <bill@wg9s.com>
parents:
57649
diff
changeset
|
848 |
#endif |
|
0601ba3e939572d2ea0a773ec05c2b4e72af92ae
Bug 585370 - "Implement the Firefox button on Linux" [r=dao ui-r=faaborg a=dolske]
Bill Gianopoulos <bill@wg9s.com>
parents:
57649
diff
changeset
|
849 |
#endif |
|
0601ba3e939572d2ea0a773ec05c2b4e72af92ae
Bug 585370 - "Implement the Firefox button on Linux" [r=dao ui-r=faaborg a=dolske]
Bill Gianopoulos <bill@wg9s.com>
parents:
57649
diff
changeset
|
850 |
|
|
0601ba3e939572d2ea0a773ec05c2b4e72af92ae
Bug 585370 - "Implement the Firefox button on Linux" [r=dao ui-r=faaborg a=dolske]
Bill Gianopoulos <bill@wg9s.com>
parents:
57649
diff
changeset
|
851 |
|
|
39508
8ca8630b0c88cfb04d9ba8e2d861f06c3e6289d0
Bug 347930 - Move the tabs outside the tabbrowser, put them in a toolbar. r=vlad
Dão Gottwald <dao@mozilla.com>
parents:
39244
diff
changeset
|
852 |
<toolbar id="TabsToolbar" |
|
64495
bb7a453efe3db6325f98522b5b0fecbfe11bab09
Bug 642355 - Fix print preview in popups. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
62882
diff
changeset
|
853 |
class="toolbar-primary" |
|
39508
8ca8630b0c88cfb04d9ba8e2d861f06c3e6289d0
Bug 347930 - Move the tabs outside the tabbrowser, put them in a toolbar. r=vlad
Dão Gottwald <dao@mozilla.com>
parents:
39244
diff
changeset
|
854 |
fullscreentoolbar="true" |
|
41426
6271a260562bc5c3e2ef73280e6782d040b1fcf7
Bug 457187 - Make the tabs toolbar customizable. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
40970
diff
changeset
|
855 |
customizable="true" |
|
6271a260562bc5c3e2ef73280e6782d040b1fcf7
Bug 457187 - Make the tabs toolbar customizable. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
40970
diff
changeset
|
856 |
mode="icons" lockmode="true" |
|
6271a260562bc5c3e2ef73280e6782d040b1fcf7
Bug 457187 - Make the tabs toolbar customizable. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
40970
diff
changeset
|
857 |
iconsize="small" defaulticonsize="small" lockiconsize="true" |
|
42187
fc6872806670f7034a16b5e3e5301b0298658a34
Bug 565042 - Add an accessibleName for the tabs toolbar, r=gavin
Marco Zehe <marco.zehe@googlemail.com>
parents:
41915
diff
changeset
|
858 |
aria-label="&tabsToolbar.label;" |
|
41426
6271a260562bc5c3e2ef73280e6782d040b1fcf7
Bug 457187 - Make the tabs toolbar customizable. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
40970
diff
changeset
|
859 |
context="toolbar-context-menu" |
|
57963
0601ba3e939572d2ea0a773ec05c2b4e72af92ae
Bug 585370 - "Implement the Firefox button on Linux" [r=dao ui-r=faaborg a=dolske]
Bill Gianopoulos <bill@wg9s.com>
parents:
57649
diff
changeset
|
860 |
#ifdef APPMENU_ON_TABBAR |
|
60873
411c730f86179fbf7cbfa0958c6da6be9795e45b
Bug 626500 - Part 1: Remove the Panorama button from the default toolbar set; r=dao a=blocking-final+
Ehsan Akhgari <ehsan@mozilla.com>
parents:
60828
diff
changeset
|
861 |
defaultset="appmenu-toolbar-button,tabbrowser-tabs,new-tab-button,alltabs-button,tabs-closebutton" |
|
57963
0601ba3e939572d2ea0a773ec05c2b4e72af92ae
Bug 585370 - "Implement the Firefox button on Linux" [r=dao ui-r=faaborg a=dolske]
Bill Gianopoulos <bill@wg9s.com>
parents:
57649
diff
changeset
|
862 |
#else |
|
60873
411c730f86179fbf7cbfa0958c6da6be9795e45b
Bug 626500 - Part 1: Remove the Panorama button from the default toolbar set; r=dao a=blocking-final+
Ehsan Akhgari <ehsan@mozilla.com>
parents:
60828
diff
changeset
|
863 |
defaultset="tabbrowser-tabs,new-tab-button,alltabs-button,tabs-closebutton" |
|
57963
0601ba3e939572d2ea0a773ec05c2b4e72af92ae
Bug 585370 - "Implement the Firefox button on Linux" [r=dao ui-r=faaborg a=dolske]
Bill Gianopoulos <bill@wg9s.com>
parents:
57649
diff
changeset
|
864 |
#endif |
|
39508
8ca8630b0c88cfb04d9ba8e2d861f06c3e6289d0
Bug 347930 - Move the tabs outside the tabbrowser, put them in a toolbar. r=vlad
Dão Gottwald <dao@mozilla.com>
parents:
39244
diff
changeset
|
865 |
collapsed="true"> |
|
41426
6271a260562bc5c3e2ef73280e6782d040b1fcf7
Bug 457187 - Make the tabs toolbar customizable. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
40970
diff
changeset
|
866 |
|
|
57963
0601ba3e939572d2ea0a773ec05c2b4e72af92ae
Bug 585370 - "Implement the Firefox button on Linux" [r=dao ui-r=faaborg a=dolske]
Bill Gianopoulos <bill@wg9s.com>
parents:
57649
diff
changeset
|
867 |
#ifdef APPMENU_ON_TABBAR |
|
0601ba3e939572d2ea0a773ec05c2b4e72af92ae
Bug 585370 - "Implement the Firefox button on Linux" [r=dao ui-r=faaborg a=dolske]
Bill Gianopoulos <bill@wg9s.com>
parents:
57649
diff
changeset
|
868 |
<toolbarbutton id="appmenu-toolbar-button" |
|
0601ba3e939572d2ea0a773ec05c2b4e72af92ae
Bug 585370 - "Implement the Firefox button on Linux" [r=dao ui-r=faaborg a=dolske]
Bill Gianopoulos <bill@wg9s.com>
parents:
57649
diff
changeset
|
869 |
class="chromeclass-toolbar-additional" |
|
0601ba3e939572d2ea0a773ec05c2b4e72af92ae
Bug 585370 - "Implement the Firefox button on Linux" [r=dao ui-r=faaborg a=dolske]
Bill Gianopoulos <bill@wg9s.com>
parents:
57649
diff
changeset
|
870 |
type="menu" |
|
0601ba3e939572d2ea0a773ec05c2b4e72af92ae
Bug 585370 - "Implement the Firefox button on Linux" [r=dao ui-r=faaborg a=dolske]
Bill Gianopoulos <bill@wg9s.com>
parents:
57649
diff
changeset
|
871 |
label="&brandShortName;" |
|
0601ba3e939572d2ea0a773ec05c2b4e72af92ae
Bug 585370 - "Implement the Firefox button on Linux" [r=dao ui-r=faaborg a=dolske]
Bill Gianopoulos <bill@wg9s.com>
parents:
57649
diff
changeset
|
872 |
tooltiptext="&appMenuButton.tooltip;"> |
|
0601ba3e939572d2ea0a773ec05c2b4e72af92ae
Bug 585370 - "Implement the Firefox button on Linux" [r=dao ui-r=faaborg a=dolske]
Bill Gianopoulos <bill@wg9s.com>
parents:
57649
diff
changeset
|
873 |
#include browser-appmenu.inc |
|
0601ba3e939572d2ea0a773ec05c2b4e72af92ae
Bug 585370 - "Implement the Firefox button on Linux" [r=dao ui-r=faaborg a=dolske]
Bill Gianopoulos <bill@wg9s.com>
parents:
57649
diff
changeset
|
874 |
</toolbarbutton> |
|
0601ba3e939572d2ea0a773ec05c2b4e72af92ae
Bug 585370 - "Implement the Firefox button on Linux" [r=dao ui-r=faaborg a=dolske]
Bill Gianopoulos <bill@wg9s.com>
parents:
57649
diff
changeset
|
875 |
#endif |
|
0601ba3e939572d2ea0a773ec05c2b4e72af92ae
Bug 585370 - "Implement the Firefox button on Linux" [r=dao ui-r=faaborg a=dolske]
Bill Gianopoulos <bill@wg9s.com>
parents:
57649
diff
changeset
|
876 |
|
|
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
|
877 |
<tabs id="tabbrowser-tabs" |
|
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
|
878 |
class="tabbrowser-tabs" |
|
39508
8ca8630b0c88cfb04d9ba8e2d861f06c3e6289d0
Bug 347930 - Move the tabs outside the tabbrowser, put them in a toolbar. r=vlad
Dão Gottwald <dao@mozilla.com>
parents:
39244
diff
changeset
|
879 |
tabbrowser="content" |
|
8ca8630b0c88cfb04d9ba8e2d861f06c3e6289d0
Bug 347930 - Move the tabs outside the tabbrowser, put them in a toolbar. r=vlad
Dão Gottwald <dao@mozilla.com>
parents:
39244
diff
changeset
|
880 |
flex="1" |
|
8ca8630b0c88cfb04d9ba8e2d861f06c3e6289d0
Bug 347930 - Move the tabs outside the tabbrowser, put them in a toolbar. r=vlad
Dão Gottwald <dao@mozilla.com>
parents:
39244
diff
changeset
|
881 |
setfocus="false" |
|
114861
82982ebe08cdd01d8ecd1e24221e6d4de82681a9
Bug 790752 - Investigate more comprehensive measures of tab switching speed that includes event handler responsiveness. r=gavin
Bellindira Castillo [:bellindira] <bellindira@appcoast.com>
parents:
114690
diff
changeset
|
882 |
tooltip="tabbrowser-tab-tooltip" |
|
82982ebe08cdd01d8ecd1e24221e6d4de82681a9
Bug 790752 - Investigate more comprehensive measures of tab switching speed that includes event handler responsiveness. r=gavin
Bellindira Castillo [:bellindira] <bellindira@appcoast.com>
parents:
114690
diff
changeset
|
883 |
stopwatchid="FX_TAB_CLICK_MS"> |
|
48899
a7f1373d4c88092f8c63b5a884203c2f61d8aa9c
Bug 583516 - First tab shouldn't animate on window open. r=dolske
Dão Gottwald <dao@mozilla.com>
parents:
48771
diff
changeset
|
884 |
<tab class="tabbrowser-tab" selected="true" fadein="true"/> |
|
39508
8ca8630b0c88cfb04d9ba8e2d861f06c3e6289d0
Bug 347930 - Move the tabs outside the tabbrowser, put them in a toolbar. r=vlad
Dão Gottwald <dao@mozilla.com>
parents:
39244
diff
changeset
|
885 |
</tabs> |
|
41426
6271a260562bc5c3e2ef73280e6782d040b1fcf7
Bug 457187 - Make the tabs toolbar customizable. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
40970
diff
changeset
|
886 |
|
|
6271a260562bc5c3e2ef73280e6782d040b1fcf7
Bug 457187 - Make the tabs toolbar customizable. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
40970
diff
changeset
|
887 |
<toolbarbutton id="new-tab-button" |
|
6271a260562bc5c3e2ef73280e6782d040b1fcf7
Bug 457187 - Make the tabs toolbar customizable. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
40970
diff
changeset
|
888 |
class="toolbarbutton-1 chromeclass-toolbar-additional" |
|
6271a260562bc5c3e2ef73280e6782d040b1fcf7
Bug 457187 - Make the tabs toolbar customizable. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
40970
diff
changeset
|
889 |
label="&tabCmd.label;" |
|
6271a260562bc5c3e2ef73280e6782d040b1fcf7
Bug 457187 - Make the tabs toolbar customizable. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
40970
diff
changeset
|
890 |
command="cmd_newNavigatorTab" |
|
42820
28aa6a46c28ccb67b7544cfbbf45838a9b8442e5
Bug 565772 - Accept middle-click for new tab button. r=mano
Dão Gottwald <dao@mozilla.com>
parents:
42456
diff
changeset
|
891 |
onclick="checkForMiddleClick(this, event);" |
|
41426
6271a260562bc5c3e2ef73280e6782d040b1fcf7
Bug 457187 - Make the tabs toolbar customizable. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
40970
diff
changeset
|
892 |
tooltiptext="&newTabButton.tooltip;" |
|
6271a260562bc5c3e2ef73280e6782d040b1fcf7
Bug 457187 - Make the tabs toolbar customizable. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
40970
diff
changeset
|
893 |
ondrop="newTabButtonObserver.onDrop(event)" |
|
6271a260562bc5c3e2ef73280e6782d040b1fcf7
Bug 457187 - Make the tabs toolbar customizable. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
40970
diff
changeset
|
894 |
ondragover="newTabButtonObserver.onDragOver(event)" |
|
6271a260562bc5c3e2ef73280e6782d040b1fcf7
Bug 457187 - Make the tabs toolbar customizable. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
40970
diff
changeset
|
895 |
ondragenter="newTabButtonObserver.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
|
896 |
ondragexit="newTabButtonObserver.onDragExit(event)" |
|
41426
6271a260562bc5c3e2ef73280e6782d040b1fcf7
Bug 457187 - Make the tabs toolbar customizable. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
40970
diff
changeset
|
897 |
removable="true"/> |
|
6271a260562bc5c3e2ef73280e6782d040b1fcf7
Bug 457187 - Make the tabs toolbar customizable. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
40970
diff
changeset
|
898 |
|
|
6271a260562bc5c3e2ef73280e6782d040b1fcf7
Bug 457187 - Make the tabs toolbar customizable. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
40970
diff
changeset
|
899 |
<toolbarbutton id="alltabs-button" |
|
6271a260562bc5c3e2ef73280e6782d040b1fcf7
Bug 457187 - Make the tabs toolbar customizable. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
40970
diff
changeset
|
900 |
class="toolbarbutton-1 chromeclass-toolbar-additional tabs-alltabs-button" |
|
6271a260562bc5c3e2ef73280e6782d040b1fcf7
Bug 457187 - Make the tabs toolbar customizable. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
40970
diff
changeset
|
901 |
type="menu" |
|
6271a260562bc5c3e2ef73280e6782d040b1fcf7
Bug 457187 - Make the tabs toolbar customizable. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
40970
diff
changeset
|
902 |
label="&listAllTabs.label;" |
|
6271a260562bc5c3e2ef73280e6782d040b1fcf7
Bug 457187 - Make the tabs toolbar customizable. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
40970
diff
changeset
|
903 |
tooltiptext="&listAllTabs.label;" |
|
6271a260562bc5c3e2ef73280e6782d040b1fcf7
Bug 457187 - Make the tabs toolbar customizable. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
40970
diff
changeset
|
904 |
removable="true"> |
|
6271a260562bc5c3e2ef73280e6782d040b1fcf7
Bug 457187 - Make the tabs toolbar customizable. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
40970
diff
changeset
|
905 |
<menupopup id="alltabs-popup" |
|
62882
3017b3459639e52e488b66b3cde4bc2570b37e33
Bug 625320 - Move 'Tab Groups' to the 'list all tabs' menu [r=dolske, a=dolske]
Tim Taubert <tim.taubert@gmx.de>
parents:
62000
diff
changeset
|
906 |
position="after_end"> |
|
3017b3459639e52e488b66b3cde4bc2570b37e33
Bug 625320 - Move 'Tab Groups' to the 'list all tabs' menu [r=dolske, a=dolske]
Tim Taubert <tim.taubert@gmx.de>
parents:
62000
diff
changeset
|
907 |
<menuitem id="menu_tabview" |
|
3017b3459639e52e488b66b3cde4bc2570b37e33
Bug 625320 - Move 'Tab Groups' to the 'list all tabs' menu [r=dolske, a=dolske]
Tim Taubert <tim.taubert@gmx.de>
parents:
62000
diff
changeset
|
908 |
class="menuitem-iconic" |
|
3017b3459639e52e488b66b3cde4bc2570b37e33
Bug 625320 - Move 'Tab Groups' to the 'list all tabs' menu [r=dolske, a=dolske]
Tim Taubert <tim.taubert@gmx.de>
parents:
62000
diff
changeset
|
909 |
key="key_tabview" |
|
3017b3459639e52e488b66b3cde4bc2570b37e33
Bug 625320 - Move 'Tab Groups' to the 'list all tabs' menu [r=dolske, a=dolske]
Tim Taubert <tim.taubert@gmx.de>
parents:
62000
diff
changeset
|
910 |
label="&viewTabGroups.label;" |
|
3017b3459639e52e488b66b3cde4bc2570b37e33
Bug 625320 - Move 'Tab Groups' to the 'list all tabs' menu [r=dolske, a=dolske]
Tim Taubert <tim.taubert@gmx.de>
parents:
62000
diff
changeset
|
911 |
command="Browser:ToggleTabView" |
|
69548
48c0f02f4614fe670a736f6eb8924a4c3c3e60e5
Bug 653655 - Fix errors when opening List All Tabs menu. r=dolske
Frank Yan <fyan@mozilla.com>
parents:
69193
diff
changeset
|
912 |
observes="tabviewGroupsNumber"/> |
|
48c0f02f4614fe670a736f6eb8924a4c3c3e60e5
Bug 653655 - Fix errors when opening List All Tabs menu. r=dolske
Frank Yan <fyan@mozilla.com>
parents:
69193
diff
changeset
|
913 |
<menuseparator id="alltabs-popup-separator"/> |
|
62882
3017b3459639e52e488b66b3cde4bc2570b37e33
Bug 625320 - Move 'Tab Groups' to the 'list all tabs' menu [r=dolske, a=dolske]
Tim Taubert <tim.taubert@gmx.de>
parents:
62000
diff
changeset
|
914 |
</menupopup> |
|
41426
6271a260562bc5c3e2ef73280e6782d040b1fcf7
Bug 457187 - Make the tabs toolbar customizable. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
40970
diff
changeset
|
915 |
</toolbarbutton> |
|
6271a260562bc5c3e2ef73280e6782d040b1fcf7
Bug 457187 - Make the tabs toolbar customizable. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
40970
diff
changeset
|
916 |
|
|
6271a260562bc5c3e2ef73280e6782d040b1fcf7
Bug 457187 - Make the tabs toolbar customizable. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
40970
diff
changeset
|
917 |
<toolbarbutton id="tabs-closebutton" |
|
6271a260562bc5c3e2ef73280e6782d040b1fcf7
Bug 457187 - Make the tabs toolbar customizable. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
40970
diff
changeset
|
918 |
class="close-button tabs-closebutton" |
|
6271a260562bc5c3e2ef73280e6782d040b1fcf7
Bug 457187 - Make the tabs toolbar customizable. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
40970
diff
changeset
|
919 |
command="cmd_close" |
|
6271a260562bc5c3e2ef73280e6782d040b1fcf7
Bug 457187 - Make the tabs toolbar customizable. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
40970
diff
changeset
|
920 |
label="&closeTab.label;" |
|
6271a260562bc5c3e2ef73280e6782d040b1fcf7
Bug 457187 - Make the tabs toolbar customizable. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
40970
diff
changeset
|
921 |
tooltiptext="&closeTab.label;"/> |
|
6271a260562bc5c3e2ef73280e6782d040b1fcf7
Bug 457187 - Make the tabs toolbar customizable. r=gavin
Dão Gottwald <dao@mozilla.com>
parents:
40970
diff
changeset
|
922 |
|
|
60222
019ae3c92eb4fac495920cc8fe3fa667f114825e
Bug 572160 - Put tabs in the title bar when the window is maximized. r=gavin ui-r=faaborg a=b
Dão Gottwald <dao@mozilla.com>
parents:
60112
diff
changeset
|
923 |
#ifdef CAN_DRAW_IN_TITLEBAR |
|
019ae3c92eb4fac495920cc8fe3fa667f114825e
Bug 572160 - Put tabs in the title bar when the window is maximized. r=gavin ui-r=faaborg a=b
Dão Gottwald <dao@mozilla.com>
parents:
60112
diff
changeset
|
924 |
<hbox class="titlebar-placeholder" type="appmenu-button" ordinal="0"/> |
|
019ae3c92eb4fac495920cc8fe3fa667f114825e
Bug 572160 - Put tabs in the title bar when the window is maximized. r=gavin ui-r=faaborg a=b
Dão Gottwald <dao@mozilla.com>
parents:
60112
diff
changeset
|
925 |
<hbox class="titlebar-placeholder" type="caption-buttons" ordinal="1000"/> |
|
019ae3c92eb4fac495920cc8fe3fa667f114825e
Bug 572160 - Put tabs in the title bar when the window is maximized. r=gavin ui-r=faaborg a=b
Dão Gottwald <dao@mozilla.com>
parents:
60112
diff
changeset
|
926 |
#endif |
|
39508
8ca8630b0c88cfb04d9ba8e2d861f06c3e6289d0
Bug 347930 - Move the tabs outside the tabbrowser, put them in a toolbar. r=vlad
Dão Gottwald <dao@mozilla.com>
parents:
39244
diff
changeset
|
927 |
</toolbar> |
|
8ca8630b0c88cfb04d9ba8e2d861f06c3e6289d0
Bug 347930 - Move the tabs outside the tabbrowser, put them in a toolbar. r=vlad
Dão Gottwald <dao@mozilla.com>
parents:
39244
diff
changeset
|
928 |
|
|
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
|
929 |
<toolbarpalette id="BrowserToolbarPalette"> |
|
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
|
930 |
|
|
122416
724ce2b72420eaac0d2e131c2bbd539034c58df6
Bug 838244 - Create a directory for shared browser theme resources. r=gavin
Matthew Noorenberghe <mozilla@noorenberghe.ca>
parents:
121867
diff
changeset
|
931 |
# Update primaryToolbarButtons in browser/themes/shared/browser.inc when adding |
|
51349
019827f82e36f85596f72b12f02b98fa55fe346d
Bug 585007 - Share a list of primary toolbarbuttons for use across themes. r=gavin a=gavin
Dão Gottwald <dao@mozilla.com>
parents:
51258
diff
changeset
|
932 |
# or removing default items with the toolbarbutton-1 class. |
|
019827f82e36f85596f72b12f02b98fa55fe346d
Bug 585007 - Share a list of primary toolbarbuttons for use across themes. r=gavin a=gavin
Dão Gottwald <dao@mozilla.com>
parents:
51258
diff
changeset
|
933 |
|
|
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
|
934 |
<toolbarbutton id="print-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
|
935 |
label="&printButton.label;" command="cmd_print" |
|
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
|
936 |
tooltiptext="&printButton.tooltip;"/> |
|
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
|
937 |
|
|
91850
913f7811c0681b7485a61044502a1877f3c96006
Bug 726444 - Implement the Downloads Panel. r=mak ui-r=limi
Paolo Amadini <paolo.mozmail@amadzone.org>
parents:
91646
diff
changeset
|
938 |
<!-- This is a placeholder for the Downloads Indicator. It is visible |
|
103421
a86ecc9f22ad8e2fb8dda4e1aa3490dbcb3eba22
Bug 748381 - Update the behavior of the Downloads indicator. r=mano
Paolo Amadini <paolo.mozmail@amadzone.org>
parents:
103376
diff
changeset
|
939 |
during the customization of the toolbar, in the palette, and before |
|
a86ecc9f22ad8e2fb8dda4e1aa3490dbcb3eba22
Bug 748381 - Update the behavior of the Downloads indicator. r=mano
Paolo Amadini <paolo.mozmail@amadzone.org>
parents:
103376
diff
changeset
|
940 |
the Downloads Indicator overlay is loaded. --> |
|
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
|
941 |
<toolbarbutton id="downloads-button" class="toolbarbutton-1 chromeclass-toolbar-additional" |
|
103423
3d3e80ee5ec181003376ba5621fe2ace2d89413e
Bug 748160 - Update the Downloads command to open the Downloads view instead of the Downloads Panel. r=mak
Paolo Amadini <paolo.mozmail@amadzone.org>
parents:
103421
diff
changeset
|
942 |
oncommand="DownloadsIndicatorView.onCommand(event);" |
|
3d3e80ee5ec181003376ba5621fe2ace2d89413e
Bug 748160 - Update the Downloads command to open the Downloads view instead of the Downloads Panel. r=mak
Paolo Amadini <paolo.mozmail@amadzone.org>
parents:
103421
diff
changeset
|
943 |
ondrop="DownloadsIndicatorView.onDrop(event);" |
|
3d3e80ee5ec181003376ba5621fe2ace2d89413e
Bug 748160 - Update the Downloads command to open the Downloads view instead of the Downloads Panel. r=mak
Paolo Amadini <paolo.mozmail@amadzone.org>
parents:
103421
diff
changeset
|
944 |
ondragover="DownloadsIndicatorView.onDragOver(event);" |
|
3d3e80ee5ec181003376ba5621fe2ace2d89413e
Bug 748160 - Update the Downloads command to open the Downloads view instead of the Downloads Panel. r=mak
Paolo Amadini <paolo.mozmail@amadzone.org>
parents:
103421
diff
changeset
|
945 |
ondragenter="DownloadsIndicatorView.onDragOver(event);" |
|
3d3e80ee5ec181003376ba5621fe2ace2d89413e
Bug 748160 - Update the Downloads command to open the Downloads view instead of the Downloads Panel. r=mak
Paolo Amadini <paolo.mozmail@amadzone.org>
parents:
103421
diff
changeset
|
946 |
ondragleave="DownloadsIndicatorView.onDragLeave(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
|
947 |
label="&downloads.label;" |
|
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
|
948 |
tooltiptext="&downloads.tooltip;"/> |
|
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
|
949 |
|
|
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
|
950 |
<toolbarbutton id="history-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
|
951 |
observes="viewHistorySidebar" label="&historyButton.label;" |
|
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
|
952 |
tooltiptext="&historyButton.tooltip;"/> |
|
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
|
953 |
|
|
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
|
954 |
<toolbarbutton id="bookmarks-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
|
955 |
observes="viewBookmarksSidebar" |
|
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
|
956 |
tooltiptext="&bookmarksButton.tooltip;" |
|
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
|
957 |
ondrop="bookmarksButtonObserver.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
|
958 |
ondragover="bookmarksButtonObserver.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
|
959 |
ondragenter="bookmarksButtonObserver.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
|
960 |
ondragexit="bookmarksButtonObserver.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
|
961 |
|
|
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
|
962 |
<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
|
963 |
label="&newNavigatorCmd.label;" |
|
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
|
964 |
command="key_newNavigator" |
|
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
|
965 |
tooltiptext="&newWindowButton.tooltip;" |
|
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
|
966 |
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
|
967 |
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
|
968 |
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
|
969 |
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
|
970 |
|
|
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
|
971 |
<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
|
972 |
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
|
973 |
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
|
974 |
label="&fullScreenCmd.label;" |
|
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
|
975 |
tooltiptext="&fullScreenButton.tooltip;"/> |
|
42292
529e4485571abb9c983d45e0bcf6596a5d0c768f
Bug 547453: create a web page inspector for Firefox, r=gavin
Rob Campbell <rcampbell@mozilla.com>
parents:
42291
diff
changeset
|
976 |
|
|
52466
bf347202194887c0b5e7f3dac7996a5e6e6cf56a
Bug 432287 - add buttons and icons for zoom in/out to toolbar customization palette. r=mano ui-r=faaborg
Dão Gottwald <dao@mozilla.com>
parents:
52447
diff
changeset
|
977 |
<toolbaritem id="zoom-controls" class="chromeclass-toolbar-additional" |
|
bf347202194887c0b5e7f3dac7996a5e6e6cf56a
Bug 432287 - add buttons and icons for zoom in/out to toolbar customization palette. r=mano ui-r=faaborg
Dão Gottwald <dao@mozilla.com>
parents:
52447
diff
changeset
|
978 |
title="&zoomControls.label;"> |
|
bf347202194887c0b5e7f3dac7996a5e6e6cf56a
Bug 432287 - add buttons and icons for zoom in/out to toolbar customization palette. r=mano ui-r=faaborg
Dão Gottwald <dao@mozilla.com>
parents:
52447
diff
changeset
|
979 |
<toolbarbutton id="zoom-out-button" class="toolbarbutton-1" |
|
bf347202194887c0b5e7f3dac7996a5e6e6cf56a
Bug 432287 - add buttons and icons for zoom in/out to toolbar customization palette. r=mano ui-r=faaborg
Dão Gottwald <dao@mozilla.com>
parents:
52447
diff
changeset
|
980 |
label="&fullZoomReduceCmd.label;" |
|
bf347202194887c0b5e7f3dac7996a5e6e6cf56a
Bug 432287 - add buttons and icons for zoom in/out to toolbar customization palette. r=mano ui-r=faaborg
Dão Gottwald <dao@mozilla.com>
parents:
52447
diff
changeset
|
981 |
command="cmd_fullZoomReduce" |
|
bf347202194887c0b5e7f3dac7996a5e6e6cf56a
Bug 432287 - add buttons and icons for zoom in/out to toolbar customization palette. r=mano ui-r=faaborg
Dão Gottwald <dao@mozilla.com>
parents:
52447
diff
changeset
|
982 |
tooltiptext="&zoomOutButton.tooltip;"/> |
|
bf347202194887c0b5e7f3dac7996a5e6e6cf56a
Bug 432287 - add buttons and icons for zoom in/out to toolbar customization palette. r=mano ui-r=faaborg
Dão Gottwald <dao@mozilla.com>
parents:
52447
diff
changeset
|
983 |
<toolbarbutton id="zoom-in-button" class="toolbarbutton-1" |
|
bf347202194887c0b5e7f3dac7996a5e6e6cf56a
Bug 432287 - add buttons and icons for zoom in/out to toolbar customization palette. r=mano ui-r=faaborg
Dão Gottwald <dao@mozilla.com>
parents:
52447
diff
changeset
|
984 |
label="&fullZoomEnlargeCmd.label;" |
|
bf347202194887c0b5e7f3dac7996a5e6e6cf56a
Bug 432287 - add buttons and icons for zoom in/out to toolbar customization palette. r=mano ui-r=faaborg
Dão Gottwald <dao@mozilla.com>
parents:
52447
diff
changeset
|
985 |
command="cmd_fullZoomEnlarge" |
|
bf347202194887c0b5e7f3dac7996a5e6e6cf56a
Bug 432287 - add buttons and icons for zoom in/out to toolbar customization palette. r=mano ui-r=faaborg
Dão Gottwald <dao@mozilla.com>
parents:
52447
diff
changeset
|
986 |
tooltiptext="&zoomInButton.tooltip;"/> |
|
bf347202194887c0b5e7f3dac7996a5e6e6cf56a
Bug 432287 - add buttons and icons for zoom in/out to toolbar customization palette. r=mano ui-r=faaborg
Dão Gottwald <dao@mozilla.com>
parents:
52447
diff
changeset
|
987 |
</toolbaritem> |
|
86245
e5c0df11d31452ddd1cd7530c2563a7325494a2f
Bug 597689 - Attempt to sort optional toolbar items in order of popularity. r=dao
Ekanan Ketunuti <ananuti@gmail.com>
parents:
86161
diff
changeset
|
988 |
|
|
55882
fc828f78405184a097d496f19d636a9e6d38abdc
Bug 596731 - Add web feed control to the toolbar customization palette r=dolske a=blocking
Margaret Leibovic <margaret.leibovic@gmail.com>
parents:
55758
diff
changeset
|
989 |
<toolbarbutton id="feed-button" |
|
fc828f78405184a097d496f19d636a9e6d38abdc
Bug 596731 - Add web feed control to the toolbar customization palette r=dolske a=blocking
Margaret Leibovic <margaret.leibovic@gmail.com>
parents:
55758
diff
changeset
|
990 |
type="menu" |
|
fc828f78405184a097d496f19d636a9e6d38abdc
Bug 596731 - Add web feed control to the toolbar customization palette r=dolske a=blocking
Margaret Leibovic <margaret.leibovic@gmail.com>
parents:
55758
diff
changeset
|
991 |
class="toolbarbutton-1 chromeclass-toolbar-additional" |
|
fc828f78405184a097d496f19d636a9e6d38abdc
Bug 596731 - Add web feed control to the toolbar customization palette r=dolske a=blocking
Margaret Leibovic <margaret.leibovic@gmail.com>
parents:
55758
diff
changeset
|
992 |
disabled="true" |
|
fc828f78405184a097d496f19d636a9e6d38abdc
Bug 596731 - Add web feed control to the toolbar customization palette r=dolske a=blocking
Margaret Leibovic <margaret.leibovic@gmail.com>
parents:
55758
diff
changeset
|
993 |
label="&feedButton.label;" |
|
fc828f78405184a097d496f19d636a9e6d38abdc
Bug 596731 - Add web feed control to the toolbar customization palette r=dolske a=blocking
Margaret Leibovic <margaret.leibovic@gmail.com>
parents:
55758
diff
changeset
|
994 |
tooltiptext="&feedButton.tooltip;" |
|
fc828f78405184a097d496f19d636a9e6d38abdc
Bug 596731 - Add web feed control to the toolbar customization palette r=dolske a=blocking
Margaret Leibovic <margaret.leibovic@gmail.com>
parents:
55758
diff
changeset
|
995 |
onclick="return FeedHandler.onFeedButtonClick(event);"> |
|
fc828f78405184a097d496f19d636a9e6d38abdc
Bug 596731 - Add web feed control to the toolbar customization palette r=dolske a=blocking
Margaret Leibovic <margaret.leibovic@gmail.com>
parents:
55758
diff
changeset
|
996 |
<menupopup position="after_end" |
|
fc828f78405184a097d496f19d636a9e6d38abdc
Bug 596731 - Add web feed control to the toolbar customization palette r=dolske a=blocking
Margaret Leibovic <margaret.leibovic@gmail.com>
parents:
55758
diff
changeset
|
997 |
id="feed-menu" |
|
fc828f78405184a097d496f19d636a9e6d38abdc
Bug 596731 - Add web feed control to the toolbar customization palette r=dolske a=blocking
Margaret Leibovic <margaret.leibovic@gmail.com>
parents:
55758
diff
changeset
|
998 |
onpopupshowing="return FeedHandler.buildFeedList(this);" |
|
fc828f78405184a097d496f19d636a9e6d38abdc
Bug 596731 - Add web feed control to the toolbar customization palette r=dolske a=blocking
Margaret Leibovic <margaret.leibovic@gmail.com>
parents:
55758
diff
changeset
|
999 |
oncommand="return FeedHandler.subscribeToFeed(null, event);" |
|
fc828f78405184a097d496f19d636a9e6d38abdc
Bug 596731 - Add web feed control to the toolbar customization palette r=dolske a=blocking
Margaret Leibovic <margaret.leibovic@gmail.com>
parents:
55758
diff
changeset
|
1000 |
onclick="checkForMiddleClick(this, event);"/> |
|
fc828f78405184a097d496f19d636a9e6d38abdc
Bug 596731 - Add web feed control to the toolbar customization palette r=dolske a=blocking
Margaret Leibovic <margaret.leibovic@gmail.com>
parents:
55758
diff
changeset
|
1001 |
</toolbarbutton> |
|
60873
411c730f86179fbf7cbfa0958c6da6be9795e45b
Bug 626500 - Part 1: Remove the Panorama button from the default toolbar set; r=dao a=blocking-final+
Ehsan Akhgari <ehsan@mozilla.com>
parents:
60828
diff
changeset
|
1002 |
|
|
86245
e5c0df11d31452ddd1cd7530c2563a7325494a2f
Bug 597689 - Attempt to sort optional toolbar items in order of popularity. r=dao
Ekanan Ketunuti <ananuti@gmail.com>
parents:
86161
diff
changeset
|
1003 |
<toolbarbutton id="cut-button" class="toolbarbutton-1 chromeclass-toolbar-additional" |
|
e5c0df11d31452ddd1cd7530c2563a7325494a2f
Bug 597689 - Attempt to sort optional toolbar items in order of popularity. r=dao
Ekanan Ketunuti <ananuti@gmail.com>
parents:
86161
diff
changeset
|
1004 |
label="&cutCmd.label;" |
|
e5c0df11d31452ddd1cd7530c2563a7325494a2f
Bug 597689 - Attempt to sort optional toolbar items in order of popularity. r=dao
Ekanan Ketunuti <ananuti@gmail.com>
parents:
86161
diff
changeset
|
1005 |
command="cmd_cut" |
|
e5c0df11d31452ddd1cd7530c2563a7325494a2f
Bug 597689 - Attempt to sort optional toolbar items in order of popularity. r=dao
Ekanan Ketunuti <ananuti@gmail.com>
parents:
86161
diff
changeset
|
1006 |
tooltiptext="&cutButton.tooltip;"/> |
|
e5c0df11d31452ddd1cd7530c2563a7325494a2f
Bug 597689 - Attempt to sort optional toolbar items in order of popularity. r=dao
Ekanan Ketunuti <ananuti@gmail.com>
parents:
86161
diff
changeset
|
1007 |
|
|
e5c0df11d31452ddd1cd7530c2563a7325494a2f
Bug 597689 - Attempt to sort optional toolbar items in order of popularity. r=dao
Ekanan Ketunuti <ananuti@gmail.com>
parents:
86161
diff
changeset
|
1008 |
<toolbarbutton id="copy-button" class="toolbarbutton-1 chromeclass-toolbar-additional" |
|
e5c0df11d31452ddd1cd7530c2563a7325494a2f
Bug 597689 - Attempt to sort optional toolbar items in order of popularity. r=dao
Ekanan Ketunuti <ananuti@gmail.com>
parents:
86161
diff
changeset
|
1009 |
label="©Cmd.label;" |
|
e5c0df11d31452ddd1cd7530c2563a7325494a2f
Bug 597689 - Attempt to sort optional toolbar items in order of popularity. r=dao
Ekanan Ketunuti <ananuti@gmail.com>
parents:
86161
diff
changeset
|
1010 |
command="cmd_copy" |
|
e5c0df11d31452ddd1cd7530c2563a7325494a2f
Bug 597689 - Attempt to sort optional toolbar items in order of popularity. r=dao
Ekanan Ketunuti <ananuti@gmail.com>
parents:
86161
diff
changeset
|
1011 |
tooltiptext="©Button.tooltip;"/> |
|
e5c0df11d31452ddd1cd7530c2563a7325494a2f
Bug 597689 - Attempt to sort optional toolbar items in order of popularity. r=dao
Ekanan Ketunuti <ananuti@gmail.com>
parents:
86161
diff
changeset
|
1012 |
|
|
e5c0df11d31452ddd1cd7530c2563a7325494a2f
Bug 597689 - Attempt to sort optional toolbar items in order of popularity. r=dao
Ekanan Ketunuti <ananuti@gmail.com>
parents:
86161
diff
changeset
|
1013 |
<toolbarbutton id="paste-button" class="toolbarbutton-1 chromeclass-toolbar-additional" |
|
e5c0df11d31452ddd1cd7530c2563a7325494a2f
Bug 597689 - Attempt to sort optional toolbar items in order of popularity. r=dao
Ekanan Ketunuti <ananuti@gmail.com>
parents:
86161
diff
changeset
|
1014 |
label="&pasteCmd.label;" |
|
e5c0df11d31452ddd1cd7530c2563a7325494a2f
Bug 597689 - Attempt to sort optional toolbar items in order of popularity. r=dao
Ekanan Ketunuti <ananuti@gmail.com>
parents:
86161
diff
changeset
|
1015 |
command="cmd_paste" |
|
e5c0df11d31452ddd1cd7530c2563a7325494a2f
Bug 597689 - Attempt to sort optional toolbar items in order of popularity. r=dao
Ekanan Ketunuti <ananuti@gmail.com>
parents:
86161
diff
changeset
|
1016 |
tooltiptext="&pasteButton.tooltip;"/> |
|
e5c0df11d31452ddd1cd7530c2563a7325494a2f
Bug 597689 - Attempt to sort optional toolbar items in order of popularity. r=dao
Ekanan Ketunuti <ananuti@gmail.com>
parents:
86161
diff
changeset
|
1017 |
|
|
e5c0df11d31452ddd1cd7530c2563a7325494a2f
Bug 597689 - Attempt to sort optional toolbar items in order of popularity. r=dao
Ekanan Ketunuti <ananuti@gmail.com>
parents:
86161
diff
changeset
|
1018 |
#ifdef MOZ_SERVICES_SYNC |
|
e5c0df11d31452ddd1cd7530c2563a7325494a2f
Bug 597689 - Attempt to sort optional toolbar items in order of popularity. r=dao
Ekanan Ketunuti <ananuti@gmail.com>
parents:
86161
diff
changeset
|
1019 |
<toolbarbutton id="sync-button" |
|
e5c0df11d31452ddd1cd7530c2563a7325494a2f
Bug 597689 - Attempt to sort optional toolbar items in order of popularity. r=dao
Ekanan Ketunuti <ananuti@gmail.com>
parents:
86161
diff
changeset
|
1020 |
class="toolbarbutton-1 chromeclass-toolbar-additional" |
|
e5c0df11d31452ddd1cd7530c2563a7325494a2f
Bug 597689 - Attempt to sort optional toolbar items in order of popularity. r=dao
Ekanan Ketunuti <ananuti@gmail.com>
parents:
86161
diff
changeset
|
1021 |
label="&syncToolbarButton.label;" |
|
e5c0df11d31452ddd1cd7530c2563a7325494a2f
Bug 597689 - Attempt to sort optional toolbar items in order of popularity. r=dao
Ekanan Ketunuti <ananuti@gmail.com>
parents:
86161
diff
changeset
|
1022 |
oncommand="gSyncUI.handleToolbarButton()"/> |
|
e5c0df11d31452ddd1cd7530c2563a7325494a2f
Bug 597689 - Attempt to sort optional toolbar items in order of popularity. r=dao
Ekanan Ketunuti <ananuti@gmail.com>
parents:
86161
diff
changeset
|
1023 |
#endif |
|
e5c0df11d31452ddd1cd7530c2563a7325494a2f
Bug 597689 - Attempt to sort optional toolbar items in order of popularity. r=dao
Ekanan Ketunuti <ananuti@gmail.com>
parents:
86161
diff
changeset
|
1024 |
|
|
e5c0df11d31452ddd1cd7530c2563a7325494a2f
Bug 597689 - Attempt to sort optional toolbar items in order of popularity. r=dao
Ekanan Ketunuti <ananuti@gmail.com>
parents:
86161
diff
changeset
|
1025 |
<toolbaritem id="navigator-throbber" title="&throbberItem.title;" align="center" pack="center" |
|
e5c0df11d31452ddd1cd7530c2563a7325494a2f
Bug 597689 - Attempt to sort optional toolbar items in order of popularity. r=dao
Ekanan Ketunuti <ananuti@gmail.com>
parents:
86161
diff
changeset
|
1026 |
mousethrough="always"> |
|
e5c0df11d31452ddd1cd7530c2563a7325494a2f
Bug 597689 - Attempt to sort optional toolbar items in order of popularity. r=dao
Ekanan Ketunuti <ananuti@gmail.com>
parents:
86161
diff
changeset
|
1027 |
<image/> |
|
e5c0df11d31452ddd1cd7530c2563a7325494a2f
Bug 597689 - Attempt to sort optional toolbar items in order of popularity. r=dao
Ekanan Ketunuti <ananuti@gmail.com>
parents:
86161
diff
changeset
|
1028 |
</toolbaritem> |
|
e5c0df11d31452ddd1cd7530c2563a7325494a2f
Bug 597689 - Attempt to sort optional toolbar items in order of popularity. r=dao
Ekanan Ketunuti <ananuti@gmail.com>
parents:
86161
diff
changeset
|
1029 |
|
|
60873
411c730f86179fbf7cbfa0958c6da6be9795e45b
Bug 626500 - Part 1: Remove the Panorama button from the default toolbar set; r=dao a=blocking-final+
Ehsan Akhgari <ehsan@mozilla.com>
parents:
60828
diff
changeset
|
1030 |
<toolbarbutton id="tabview-button" class="toolbarbutton-1 chromeclass-toolbar-additional" |
|
411c730f86179fbf7cbfa0958c6da6be9795e45b
Bug 626500 - Part 1: Remove the Panorama button from the default toolbar set; r=dao a=blocking-final+
Ehsan Akhgari <ehsan@mozilla.com>
parents:
60828
diff
changeset
|
1031 |
label="&tabGroupsButton.label;" |
|
411c730f86179fbf7cbfa0958c6da6be9795e45b
Bug 626500 - Part 1: Remove the Panorama button from the default toolbar set; r=dao a=blocking-final+
Ehsan Akhgari <ehsan@mozilla.com>
parents:
60828
diff
changeset
|
1032 |
command="Browser:ToggleTabView" |
|
411c730f86179fbf7cbfa0958c6da6be9795e45b
Bug 626500 - Part 1: Remove the Panorama button from the default toolbar set; r=dao a=blocking-final+
Ehsan Akhgari <ehsan@mozilla.com>
parents:
60828
diff
changeset
|
1033 |
tooltiptext="&tabGroupsButton.tooltip;" |
|
411c730f86179fbf7cbfa0958c6da6be9795e45b
Bug 626500 - Part 1: Remove the Panorama button from the default toolbar set; r=dao a=blocking-final+
Ehsan Akhgari <ehsan@mozilla.com>
parents:
60828
diff
changeset
|
1034 |
observes="tabviewGroupsNumber"/> |
|
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
|
1035 |
</toolbarpalette> |
|
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
|
1036 |
</toolbox> |
|
7096
dccf1ba85433d9ce331e99b0c3c20a69fb60a325
Bug 400745 - Re-remove favicon cache. r+a=mconnor
rflint@ryanflint.com
parents:
7084
diff
changeset
|
1037 |
|
|
117005
d83930c9a712611baf5821468956fd752db55342
Bug 819907 - Add permanent fullsc-toggler element to simplify code. r=gavin
ithinc <ithinc@sohu.com>
parents:
116828
diff
changeset
|
1038 |
<hbox id="fullscr-toggler" collapsed="true"/> |
|
d83930c9a712611baf5821468956fd752db55342
Bug 819907 - Add permanent fullsc-toggler element to simplify code. r=gavin
ithinc <ithinc@sohu.com>
parents:
116828
diff
changeset
|
1039 |
|
|
5803
b360601440e03a1045b9264f91f7c3db9a33d938
Bug 395122 - Toolbar customization sheet is broken. r+a=mconnor.
mozilla.mano@sent.com
parents:
5713
diff
changeset
|
1040 |
<hbox flex="1" id="browser"> |
|
59072
a4544a4b322400eb612ea1fd18c88c6bf08379b3
Bug 588764 - Add border around content area. r=dolske a=b
Dão Gottwald <dao@mozilla.com>
parents:
59012
diff
changeset
|
1041 |
<vbox id="browser-border-start" hidden="true" layer="true"/> |
|
5803
b360601440e03a1045b9264f91f7c3db9a33d938
Bug 395122 - Toolbar customization sheet is broken. r+a=mconnor.
mozilla.mano@sent.com
parents:
5713
diff
changeset
|
1042 |
<vbox id="sidebar-box" hidden="true" class="chromeclass-extrachrome"> |
|
29643
fe6e0d8924bd0bf1f648453bfd4c2222a4c6d442
Bug 357570 - sidebarheader element does not have an ID : can't be overlaid, r=gavin
Phil Ringnalda <philringnalda@gmail.com>
parents:
29418
diff
changeset
|
1043 |
<sidebarheader id="sidebar-header" align="center"> |
|
5803
b360601440e03a1045b9264f91f7c3db9a33d938
Bug 395122 - Toolbar customization sheet is broken. r+a=mconnor.
mozilla.mano@sent.com
parents:
5713
diff
changeset
|
1044 |
<label id="sidebar-title" persist="value" flex="1" crop="end" control="sidebar"/> |
|
b360601440e03a1045b9264f91f7c3db9a33d938
Bug 395122 - Toolbar customization sheet is broken. r+a=mconnor.
mozilla.mano@sent.com
parents:
5713
diff
changeset
|
1045 |
<image id="sidebar-throbber"/> |
|
b360601440e03a1045b9264f91f7c3db9a33d938
Bug 395122 - Toolbar customization sheet is broken. r+a=mconnor.
mozilla.mano@sent.com
parents:
5713
diff
changeset
|
1046 |
<toolbarbutton class="tabs-closebutton" tooltiptext="&sidebarCloseButton.tooltip;" oncommand="toggleSidebar();"/> |
|
7096
dccf1ba85433d9ce331e99b0c3c20a69fb60a325
Bug 400745 - Re-remove favicon cache. r+a=mconnor
rflint@ryanflint.com
parents:
7084
diff
changeset
|
1047 |
</sidebarheader> |
|
13782
2f1668ca8774aea1fffcb94731a7d2644c5df827
Bug 412171, In <browser.xml>, 'Error: this.docShell is null', when the sidebar opens, r=myk+mconnor
Olli.Pettay@helsinki.fi
parents:
13567
diff
changeset
|
1048 |
<browser id="sidebar" flex="1" autoscroll="false" disablehistory="true" |
|
5803
b360601440e03a1045b9264f91f7c3db9a33d938
Bug 395122 - Toolbar customization sheet is broken. r+a=mconnor.
mozilla.mano@sent.com
parents:
5713
diff
changeset
|
1049 |
style="min-width: 14em; width: 18em; max-width: 36em;"/> |
|
7096
dccf1ba85433d9ce331e99b0c3c20a69fb60a325
Bug 400745 - Re-remove favicon cache. r+a=mconnor
rflint@ryanflint.com
parents:
7084
diff
changeset
|
1050 |
</vbox> |
|
dccf1ba85433d9ce331e99b0c3c20a69fb60a325
Bug 400745 - Re-remove favicon cache. r+a=mconnor
rflint@ryanflint.com
parents:
7084
diff
changeset
|
1051 |
|
|
101127
9c835504961be6e1c3fc0769006a8d09649795b9
Bug 777175: fix sidebar splitter styling, r=dao
Shane Caraveo <mixedpuppy@gmail.com>
parents:
100825
diff
changeset
|
1052 |
<splitter id="sidebar-splitter" class="chromeclass-extrachrome sidebar-splitter" hidden="true"/> |
|
5803
b360601440e03a1045b9264f91f7c3db9a33d938
Bug 395122 - Toolbar customization sheet is broken. r+a=mconnor.
mozilla.mano@sent.com
parents:
5713
diff
changeset
|
1053 |
<vbox id="appcontent" flex="1"> |
|
b360601440e03a1045b9264f91f7c3db9a33d938
Bug 395122 - Toolbar customization sheet is broken. r+a=mconnor.
mozilla.mano@sent.com
parents:
5713
diff
changeset
|
1054 |
<tabbrowser id="content" disablehistory="true" |
|
b360601440e03a1045b9264f91f7c3db9a33d938
Bug 395122 - Toolbar customization sheet is broken. r+a=mconnor.
mozilla.mano@sent.com
parents:
5713
diff
changeset
|
1055 |
flex="1" contenttooltip="aHTMLTooltip" |
|
39508
8ca8630b0c88cfb04d9ba8e2d861f06c3e6289d0
Bug 347930 - Move the tabs outside the tabbrowser, put them in a toolbar. r=vlad
Dão Gottwald <dao@mozilla.com>
parents:
39244
diff
changeset
|
1056 |
tabcontainer="tabbrowser-tabs" |
|
5803
b360601440e03a1045b9264f91f7c3db9a33d938
Bug 395122 - Toolbar customization sheet is broken. r+a=mconnor.
mozilla.mano@sent.com
parents:
5713
diff
changeset
|
1057 |
contentcontextmenu="contentAreaContextMenu" |
|
125615
eb01f41e077b0dab04766d93164dbe2596bd3fec
Bug 748740 - Crtl+clicking on a link should open it even if content is calling event.stopPropagation() in a click event handler. r=mak
Dão Gottwald <dao@mozilla.com>
parents:
125479
diff
changeset
|
1058 |
autocompletepopup="PopupAutoComplete"/> |
|
113559
ae2a55900702073ced2a10cd6809f45b671fc981
Bug 809258 - the social chatbar now defaults to being hidden. r=felipe
Mark Hammond <mhammond@skippinet.com.au>
parents:
113428
diff
changeset
|
1059 |
<chatbar id="pinnedchats" layer="true" mousethrough="always" hidden="true"/> |
|
77660
40fec94118185b8b5a3c910683c2db6b135c1504
Bug 632365 - Delay status updates for links further. r=gavin ui-r=faaborg
Dão Gottwald <dao@mozilla.com>
parents:
77445
diff
changeset
|
1060 |
<statuspanel id="statusbar-display" inactive="true"/> |
|
5803
b360601440e03a1045b9264f91f7c3db9a33d938
Bug 395122 - Toolbar customization sheet is broken. r+a=mconnor.
mozilla.mano@sent.com
parents:
5713
diff
changeset
|
1061 |
</vbox> |
|
99766
3a05d298599e9dc3e7f652ff36b00bbec9f85fe4
Bug 755136: implement social sidebar, r=gavin
Shane Caraveo <mixedpuppy@gmail.com>
parents:
99764
diff
changeset
|
1062 |
<splitter id="social-sidebar-splitter" |
|
101127
9c835504961be6e1c3fc0769006a8d09649795b9
Bug 777175: fix sidebar splitter styling, r=dao
Shane Caraveo <mixedpuppy@gmail.com>
parents:
100825
diff
changeset
|
1063 |
class="chromeclass-extrachrome sidebar-splitter" |
|
99766
3a05d298599e9dc3e7f652ff36b00bbec9f85fe4
Bug 755136: implement social sidebar, r=gavin
Shane Caraveo <mixedpuppy@gmail.com>
parents:
99764
diff
changeset
|
1064 |
observes="socialSidebarBroadcaster"/> |
|
3a05d298599e9dc3e7f652ff36b00bbec9f85fe4
Bug 755136: implement social sidebar, r=gavin
Shane Caraveo <mixedpuppy@gmail.com>
parents:
99764
diff
changeset
|
1065 |
<vbox id="social-sidebar-box" |
|
3a05d298599e9dc3e7f652ff36b00bbec9f85fe4
Bug 755136: implement social sidebar, r=gavin
Shane Caraveo <mixedpuppy@gmail.com>
parents:
99764
diff
changeset
|
1066 |
class="chromeclass-extrachrome" |
|
110726
db6173f6dd091939e4563d47cb5f2cb5d83e46e9
Bug 803006 - social sidebar width is now persisted between runs. r=felipe
Mark Hammond <mhammond@skippinet.com.au>
parents:
110491
diff
changeset
|
1067 |
observes="socialSidebarBroadcaster" |
|
db6173f6dd091939e4563d47cb5f2cb5d83e46e9
Bug 803006 - social sidebar width is now persisted between runs. r=felipe
Mark Hammond <mhammond@skippinet.com.au>
parents:
110491
diff
changeset
|
1068 |
persist="width"> |
|
99766
3a05d298599e9dc3e7f652ff36b00bbec9f85fe4
Bug 755136: implement social sidebar, r=gavin
Shane Caraveo <mixedpuppy@gmail.com>
parents:
99764
diff
changeset
|
1069 |
<browser id="social-sidebar-browser" |
|
3a05d298599e9dc3e7f652ff36b00bbec9f85fe4
Bug 755136: implement social sidebar, r=gavin
Shane Caraveo <mixedpuppy@gmail.com>
parents:
99764
diff
changeset
|
1070 |
type="content" |
|
120040
274c7e3f6e3fc69ee5439b09fd5ec9f96e747e74
Bug 782850 fix nsContextMenu to work in social content panels, r=felipe
Shane Caraveo <scaraveo@mozilla.com>
parents:
120007
diff
changeset
|
1071 |
context="contentAreaContextMenu" |
|
103370
c9068173a7da089812e522340c48fb0d3a26f2c4
Bug 783410 - prevent social URLs from ending up in global history. r=gavin
Mark Hammond <mhammond@skippinet.com.au>
parents:
103242
diff
changeset
|
1072 |
disableglobalhistory="true" |
|
125479
aacd967643915654ae4cb293177dc65d19db6fec
bug 850077 make tooltips work in social content, r=felipc, a=gavin
Shane Caraveo <scaraveo@mozilla.com>
parents:
125220
diff
changeset
|
1073 |
tooltip="aHTMLTooltip" |
|
99766
3a05d298599e9dc3e7f652ff36b00bbec9f85fe4
Bug 755136: implement social sidebar, r=gavin
Shane Caraveo <mixedpuppy@gmail.com>
parents:
99764
diff
changeset
|
1074 |
flex="1" |
|
3a05d298599e9dc3e7f652ff36b00bbec9f85fe4
Bug 755136: implement social sidebar, r=gavin
Shane Caraveo <mixedpuppy@gmail.com>
parents:
99764
diff
changeset
|
1075 |
style="min-width: 14em; width: 18em; max-width: 36em;"/> |
|
3a05d298599e9dc3e7f652ff36b00bbec9f85fe4
Bug 755136: implement social sidebar, r=gavin
Shane Caraveo <mixedpuppy@gmail.com>
parents:
99764
diff
changeset
|
1076 |
</vbox> |
|
59072
a4544a4b322400eb612ea1fd18c88c6bf08379b3
Bug 588764 - Add border around content area. r=dolske a=b
Dão Gottwald <dao@mozilla.com>
parents:
59012
diff
changeset
|
1077 |
<vbox id="browser-border-end" hidden="true" layer="true"/> |
|
5803
b360601440e03a1045b9264f91f7c3db9a33d938
Bug 395122 - Toolbar customization sheet is broken. r+a=mconnor.
mozilla.mano@sent.com
parents:
5713
diff
changeset
|
1078 |
</hbox> |
|
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
|
1079 |
|
|
79366
64e10f2dfc60cda2763f62605bca60b833950e7d
Bug 684625 - Display a warning when full-screen entered, or on restricted keypress. r=dao
Chris Pearce <chris@pearce.org.nz>
parents:
79292
diff
changeset
|
1080 |
<hbox id="full-screen-warning-container" hidden="true" fadeout="true"> |
|
80198
d2380072ab02c4043e37b73e87f29ec7f4aa8257
Bug 701618 - Remove use of min-width to prevent assertion when entering DOM full-screen mode. r=dao
Chris Pearce <chris@pearce.org.nz>
parents:
79899
diff
changeset
|
1081 |
<hbox style="width: 100%;" pack="center"> <!-- Inner hbox needed due to bug 579776. --> |
|
93540
9399756013e37aeb4e5f43ac9f9c8f08ea211b6c
Bug 716107 part 6 - Add UI to approve DOM fullscreen entry. r=dao
Chris Pearce <cpearce@mozilla.com>
parents:
92775
diff
changeset
|
1082 |
<vbox id="full-screen-warning-message" align="center"> |
|
9399756013e37aeb4e5f43ac9f9c8f08ea211b6c
Bug 716107 part 6 - Add UI to approve DOM fullscreen entry. r=dao
Chris Pearce <cpearce@mozilla.com>
parents:
92775
diff
changeset
|
1083 |
<description id="full-screen-domain-text"/> |
|
9399756013e37aeb4e5f43ac9f9c8f08ea211b6c
Bug 716107 part 6 - Add UI to approve DOM fullscreen entry. r=dao
Chris Pearce <cpearce@mozilla.com>
parents:
92775
diff
changeset
|
1084 |
<description class="full-screen-description" value="&fullscreenExitHint.value;"/> |
|
9399756013e37aeb4e5f43ac9f9c8f08ea211b6c
Bug 716107 part 6 - Add UI to approve DOM fullscreen entry. r=dao
Chris Pearce <cpearce@mozilla.com>
parents:
92775
diff
changeset
|
1085 |
<vbox id="full-screen-approval-pane" align="center"> |
|
9399756013e37aeb4e5f43ac9f9c8f08ea211b6c
Bug 716107 part 6 - Add UI to approve DOM fullscreen entry. r=dao
Chris Pearce <cpearce@mozilla.com>
parents:
92775
diff
changeset
|
1086 |
<description class="full-screen-description" value="&fullscreenApproval.value;"/> |
|
9399756013e37aeb4e5f43ac9f9c8f08ea211b6c
Bug 716107 part 6 - Add UI to approve DOM fullscreen entry. r=dao
Chris Pearce <cpearce@mozilla.com>
parents:
92775
diff
changeset
|
1087 |
<hbox> |
|
9399756013e37aeb4e5f43ac9f9c8f08ea211b6c
Bug 716107 part 6 - Add UI to approve DOM fullscreen entry. r=dao
Chris Pearce <cpearce@mozilla.com>
parents:
92775
diff
changeset
|
1088 |
<button label="&fullscreenAllowButton.label;" |
|
9399756013e37aeb4e5f43ac9f9c8f08ea211b6c
Bug 716107 part 6 - Add UI to approve DOM fullscreen entry. r=dao
Chris Pearce <cpearce@mozilla.com>
parents:
92775
diff
changeset
|
1089 |
oncommand="FullScreen.setFullscreenAllowed(true);" |
|
9399756013e37aeb4e5f43ac9f9c8f08ea211b6c
Bug 716107 part 6 - Add UI to approve DOM fullscreen entry. r=dao
Chris Pearce <cpearce@mozilla.com>
parents:
92775
diff
changeset
|
1090 |
class="full-screen-approval-button"/> |
|
9399756013e37aeb4e5f43ac9f9c8f08ea211b6c
Bug 716107 part 6 - Add UI to approve DOM fullscreen entry. r=dao
Chris Pearce <cpearce@mozilla.com>
parents:
92775
diff
changeset
|
1091 |
<button label="&fullscreenExitButton.label;" |
|
9399756013e37aeb4e5f43ac9f9c8f08ea211b6c
Bug 716107 part 6 - Add UI to approve DOM fullscreen entry. r=dao
Chris Pearce <cpearce@mozilla.com>
parents:
92775
diff
changeset
|
1092 |
oncommand="FullScreen.setFullscreenAllowed(false);" |
|
9399756013e37aeb4e5f43ac9f9c8f08ea211b6c
Bug 716107 part 6 - Add UI to approve DOM fullscreen entry. r=dao
Chris Pearce <cpearce@mozilla.com>
parents:
92775
diff
changeset
|
1093 |
class="full-screen-approval-button"/> |
|
9399756013e37aeb4e5f43ac9f9c8f08ea211b6c
Bug 716107 part 6 - Add UI to approve DOM fullscreen entry. r=dao
Chris Pearce <cpearce@mozilla.com>
parents:
92775
diff
changeset
|
1094 |
</hbox> |
|
9399756013e37aeb4e5f43ac9f9c8f08ea211b6c
Bug 716107 part 6 - Add UI to approve DOM fullscreen entry. r=dao
Chris Pearce <cpearce@mozilla.com>
parents:
92775
diff
changeset
|
1095 |
<checkbox id="full-screen-remember-decision"/> |
|
9399756013e37aeb4e5f43ac9f9c8f08ea211b6c
Bug 716107 part 6 - Add UI to approve DOM fullscreen entry. r=dao
Chris Pearce <cpearce@mozilla.com>
parents:
92775
diff
changeset
|
1096 |
</vbox> |
|
9399756013e37aeb4e5f43ac9f9c8f08ea211b6c
Bug 716107 part 6 - Add UI to approve DOM fullscreen entry. r=dao
Chris Pearce <cpearce@mozilla.com>
parents:
92775
diff
changeset
|
1097 |
</vbox> |
|
79366
64e10f2dfc60cda2763f62605bca60b833950e7d
Bug 684625 - Display a warning when full-screen entered, or on restricted keypress. r=dao
Chris Pearce <chris@pearce.org.nz>
parents:
79292
diff
changeset
|
1098 |
</hbox> |
|
64e10f2dfc60cda2763f62605bca60b833950e7d
Bug 684625 - Display a warning when full-screen entered, or on restricted keypress. r=dao
Chris Pearce <chris@pearce.org.nz>
parents:
79292
diff
changeset
|
1099 |
</hbox> |
|
64e10f2dfc60cda2763f62605bca60b833950e7d
Bug 684625 - Display a warning when full-screen entered, or on restricted keypress. r=dao
Chris Pearce <chris@pearce.org.nz>
parents:
79292
diff
changeset
|
1100 |
|
|
51629
60a5f8010d91abcaaa404d5a63b12f50a4740618
Bug 590468. Part 2: Mark browser "bottombox" as having its own layer(s). r=dao
Robert O'Callahan <roc@ocallahan.org>
parents:
51557
diff
changeset
|
1101 |
<vbox id="browser-bottombox" layer="true"> |
|
120632
bf1502fe805397ca90c0a928b7d32c4dc0d8f467
Bug 836010 - When startup is determined to be slow, tell users about ways to improve their startup time. r=felipe
Dão Gottwald <dao@mozilla.com>
parents:
120343
diff
changeset
|
1102 |
<notificationbox id="global-notificationbox"/> |
|
93772
2e5b9ba8358b5a14cf5ce893e5497da9788f13c9
Bug 720641 - Integrate GCLI into developer tools global toolbar; r=dcamp,dão,robcee,zpao
Joe Walker <jwalker@mozilla.com>
parents:
93540
diff
changeset
|
1103 |
<toolbar id="developer-toolbar" |
|
2e5b9ba8358b5a14cf5ce893e5497da9788f13c9
Bug 720641 - Integrate GCLI into developer tools global toolbar; r=dcamp,dão,robcee,zpao
Joe Walker <jwalker@mozilla.com>
parents:
93540
diff
changeset
|
1104 |
class="devtools-toolbar" |
|
2e5b9ba8358b5a14cf5ce893e5497da9788f13c9
Bug 720641 - Integrate GCLI into developer tools global toolbar; r=dcamp,dão,robcee,zpao
Joe Walker <jwalker@mozilla.com>
parents:
93540
diff
changeset
|
1105 |
hidden="true"> |
|
2e5b9ba8358b5a14cf5ce893e5497da9788f13c9
Bug 720641 - Integrate GCLI into developer tools global toolbar; r=dcamp,dão,robcee,zpao
Joe Walker <jwalker@mozilla.com>
parents:
93540
diff
changeset
|
1106 |
#ifdef XP_MACOSX |
|
2e5b9ba8358b5a14cf5ce893e5497da9788f13c9
Bug 720641 - Integrate GCLI into developer tools global toolbar; r=dcamp,dão,robcee,zpao
Joe Walker <jwalker@mozilla.com>
parents:
93540
diff
changeset
|
1107 |
<toolbarbutton id="developer-toolbar-closebutton" |
|
94097
0dd68ae47310cdba46eae2bfcfae87b2ded4451a
Bug 755289 - Developer toolbar missing the cross in close button. r=paul
Girish Sharma <scrapmachines@gmail.com>
parents:
93870
diff
changeset
|
1108 |
class="devtools-closebutton" |
|
93772
2e5b9ba8358b5a14cf5ce893e5497da9788f13c9
Bug 720641 - Integrate GCLI into developer tools global toolbar; r=dcamp,dão,robcee,zpao
Joe Walker <jwalker@mozilla.com>
parents:
93540
diff
changeset
|
1109 |
oncommand="DeveloperToolbar.hide();" |
|
2e5b9ba8358b5a14cf5ce893e5497da9788f13c9
Bug 720641 - Integrate GCLI into developer tools global toolbar; r=dcamp,dão,robcee,zpao
Joe Walker <jwalker@mozilla.com>
parents:
93540
diff
changeset
|
1110 |
tooltiptext="&devToolbarCloseButton.tooltiptext;"/> |
|
2e5b9ba8358b5a14cf5ce893e5497da9788f13c9
Bug 720641 - Integrate GCLI into developer tools global toolbar; r=dcamp,dão,robcee,zpao
Joe Walker <jwalker@mozilla.com>
parents:
93540
diff
changeset
|
1111 |
#endif |
|
2e5b9ba8358b5a14cf5ce893e5497da9788f13c9
Bug 720641 - Integrate GCLI into developer tools global toolbar; r=dcamp,dão,robcee,zpao
Joe Walker <jwalker@mozilla.com>
parents:
93540
diff
changeset
|
1112 |
<stack class="gclitoolbar-stack-node" flex="1"> |
|
95391
a24414165cd43dfd58c55388e544ba95472a9060
Bug 756890 - Fix an easy set of GCLI/Developer Toolbar display issues; r=paul,dão
Joe Walker <jwalker@mozilla.com>
parents:
94752
diff
changeset
|
1113 |
<hbox class="gclitoolbar-prompt"> |
|
a24414165cd43dfd58c55388e544ba95472a9060
Bug 756890 - Fix an easy set of GCLI/Developer Toolbar display issues; r=paul,dão
Joe Walker <jwalker@mozilla.com>
parents:
94752
diff
changeset
|
1114 |
<label class="gclitoolbar-prompt-label">»</label> |
|
a24414165cd43dfd58c55388e544ba95472a9060
Bug 756890 - Fix an easy set of GCLI/Developer Toolbar display issues; r=paul,dão
Joe Walker <jwalker@mozilla.com>
parents:
94752
diff
changeset
|
1115 |
</hbox> |
|
a24414165cd43dfd58c55388e544ba95472a9060
Bug 756890 - Fix an easy set of GCLI/Developer Toolbar display issues; r=paul,dão
Joe Walker <jwalker@mozilla.com>
parents:
94752
diff
changeset
|
1116 |
<hbox class="gclitoolbar-complete-node"/> |
|
93772
2e5b9ba8358b5a14cf5ce893e5497da9788f13c9
Bug 720641 - Integrate GCLI into developer tools global toolbar; r=dcamp,dão,robcee,zpao
Joe Walker <jwalker@mozilla.com>
parents:
93540
diff
changeset
|
1117 |
<textbox class="gclitoolbar-input-node" rows="1"/> |
|
2e5b9ba8358b5a14cf5ce893e5497da9788f13c9
Bug 720641 - Integrate GCLI into developer tools global toolbar; r=dcamp,dão,robcee,zpao
Joe Walker <jwalker@mozilla.com>
parents:
93540
diff
changeset
|
1118 |
</stack> |
|
114574
c77b869c20253968e3a4b40fdd33265ba6bc4030
Bug 788977 - [toolbox] Land the developer tools window; r=harth,jwalker,mikeratcliffe,paul,dão
Joe Walker <jwalker@mozilla.com>
parents:
114209
diff
changeset
|
1119 |
<toolbarbutton id="developer-toolbar-toolbox-button" |
|
99763
7b3b0c5c9933d801fba43d562673c29630b9e0ac
Backout 486fd8f6d29d (bug 765564) for Linux bustage
Panos Astithas <past@mozilla.com>
parents:
99761
diff
changeset
|
1120 |
class="developer-toolbar-button" |
|
117585
c7d1fb2a2248d83c74ee0f26006c7a434a5f8ea3
Bug 818428 - Don't use the word 'Toolbox' in the UI, r=dao
Girish Sharma <scrapmachines@gmail.com>
parents:
116828
diff
changeset
|
1121 |
observes="devtoolsMenuBroadcaster_DevToolbox" |
|
c7d1fb2a2248d83c74ee0f26006c7a434a5f8ea3
Bug 818428 - Don't use the word 'Toolbox' in the UI, r=dao
Girish Sharma <scrapmachines@gmail.com>
parents:
116828
diff
changeset
|
1122 |
tooltiptext="&devToolbarToolsButton.tooltip;"/> |
|
93772
2e5b9ba8358b5a14cf5ce893e5497da9788f13c9
Bug 720641 - Integrate GCLI into developer tools global toolbar; r=dcamp,dão,robcee,zpao
Joe Walker <jwalker@mozilla.com>
parents:
93540
diff
changeset
|
1123 |
#ifndef XP_MACOSX |
|
2e5b9ba8358b5a14cf5ce893e5497da9788f13c9
Bug 720641 - Integrate GCLI into developer tools global toolbar; r=dcamp,dão,robcee,zpao
Joe Walker <jwalker@mozilla.com>
parents:
93540
diff
changeset
|
1124 |
<toolbarbutton id="developer-toolbar-closebutton" |
|
94097
0dd68ae47310cdba46eae2bfcfae87b2ded4451a
Bug 755289 - Developer toolbar missing the cross in close button. r=paul
Girish Sharma <scrapmachines@gmail.com>
parents:
93870
diff
changeset
|
1125 |
class="devtools-closebutton" |
|
93772
2e5b9ba8358b5a14cf5ce893e5497da9788f13c9
Bug 720641 - Integrate GCLI into developer tools global toolbar; r=dcamp,dão,robcee,zpao
Joe Walker <jwalker@mozilla.com>
parents:
93540
diff
changeset
|
1126 |
oncommand="DeveloperToolbar.hide();" |
|
2e5b9ba8358b5a14cf5ce893e5497da9788f13c9
Bug 720641 - Integrate GCLI into developer tools global toolbar; r=dcamp,dão,robcee,zpao
Joe Walker <jwalker@mozilla.com>
parents:
93540
diff
changeset
|
1127 |
tooltiptext="&devToolbarCloseButton.tooltiptext;"/> |
|
2e5b9ba8358b5a14cf5ce893e5497da9788f13c9
Bug 720641 - Integrate GCLI into developer tools global toolbar; r=dcamp,dão,robcee,zpao
Joe Walker <jwalker@mozilla.com>
parents:
93540
diff
changeset
|
1128 |
#endif |
|
2e5b9ba8358b5a14cf5ce893e5497da9788f13c9
Bug 720641 - Integrate GCLI into developer tools global toolbar; r=dcamp,dão,robcee,zpao
Joe Walker <jwalker@mozilla.com>
parents:
93540
diff
changeset
|
1129 |
</toolbar> |
|
2e5b9ba8358b5a14cf5ce893e5497da9788f13c9
Bug 720641 - Integrate GCLI into developer tools global toolbar; r=dcamp,dão,robcee,zpao
Joe Walker <jwalker@mozilla.com>
parents:
93540
diff
changeset
|
1130 |
|
|
55344
7d16b00c0d8df1e29b65d43ea2d4a99f7ccef5bf
Bug 599654 - Add-on Bar menu item lacks accesskey. r+a=dietrich
Alexander L. Slovesnik <unghost@mozilla-russia.org>
parents:
55337
diff
changeset
|
1131 |
<toolbar id="addon-bar" |
|
7d16b00c0d8df1e29b65d43ea2d4a99f7ccef5bf
Bug 599654 - Add-on Bar menu item lacks accesskey. r+a=dietrich
Alexander L. Slovesnik <unghost@mozilla-russia.org>
parents:
55337
diff
changeset
|
1132 |
toolbarname="&addonBarCmd.label;" accesskey="&addonBarCmd.accesskey;" |
|
7d16b00c0d8df1e29b65d43ea2d4a99f7ccef5bf
Bug 599654 - Add-on Bar menu item lacks accesskey. r+a=dietrich
Alexander L. Slovesnik <unghost@mozilla-russia.org>
parents:
55337
diff
changeset
|
1133 |
collapsed="true" |
|
54522
eec9a82ad74029394c19a023700efb870f54bf17
Bug 574688 - replace the status bar with the addon bar (r=mano, a=blocking-beta7)
Dietrich Ayala <dietrich@mozilla.com>
parents:
54515
diff
changeset
|
1134 |
class="toolbar-primary chromeclass-toolbar" |
|
eec9a82ad74029394c19a023700efb870f54bf17
Bug 574688 - replace the status bar with the addon bar (r=mano, a=blocking-beta7)
Dietrich Ayala <dietrich@mozilla.com>
parents:
54515
diff
changeset
|
1135 |
context="toolbar-context-menu" toolboxid="navigator-toolbox" |
|
eec9a82ad74029394c19a023700efb870f54bf17
Bug 574688 - replace the status bar with the addon bar (r=mano, a=blocking-beta7)
Dietrich Ayala <dietrich@mozilla.com>
parents:
54515
diff
changeset
|
1136 |
mode="icons" iconsize="small" defaulticonsize="small" |
|
eec9a82ad74029394c19a023700efb870f54bf17
Bug 574688 - replace the status bar with the addon bar (r=mano, a=blocking-beta7)
Dietrich Ayala <dietrich@mozilla.com>
parents:
54515
diff
changeset
|
1137 |
lockiconsize="true" |
|
59117
dc366807e083e1c8532d9df4c262c7362870a8c4
Bug 618277 - Make add-on bar spring removable. r=dietrich
Dão Gottwald <dao@mozilla.com>
parents:
59072
diff
changeset
|
1138 |
defaultset="addonbar-closebutton,spring,status-bar" |
|
61727
296a46e08491f7dacb11b9fc6e25774b59c90373
Bug 616015 - Add a keyboard shortcut to reveal and hide the add-on bar (r=dao, a=blocker)
Dietrich Ayala <dietrich@mozilla.com>
parents:
61549
diff
changeset
|
1139 |
customizable="true" |
|
296a46e08491f7dacb11b9fc6e25774b59c90373
Bug 616015 - Add a keyboard shortcut to reveal and hide the add-on bar (r=dao, a=blocker)
Dietrich Ayala <dietrich@mozilla.com>
parents:
61549
diff
changeset
|
1140 |
key="key_toggleAddonBar"> |
|
59012
e968527f1f6ffc1892924a0571e3cebe22ffed3a
Bug 616014 - Add close button to the add-on bar. r=dao
Dietrich Ayala <dietrich@mozilla.com>
parents:
58933
diff
changeset
|
1141 |
<toolbarbutton id="addonbar-closebutton" |
|
e968527f1f6ffc1892924a0571e3cebe22ffed3a
Bug 616014 - Add close button to the add-on bar. r=dao
Dietrich Ayala <dietrich@mozilla.com>
parents:
58933
diff
changeset
|
1142 |
tooltiptext="&addonBarCloseButton.tooltip;" |
|
e968527f1f6ffc1892924a0571e3cebe22ffed3a
Bug 616014 - Add close button to the add-on bar. r=dao
Dietrich Ayala <dietrich@mozilla.com>
parents:
58933
diff
changeset
|
1143 |
oncommand="setToolbarVisibility(this.parentNode, false);"/> |
|
62000
5a096b270075e87ce5aa771b868beee515194eb7
Bug 609127 - Window resizer interferes with items in the add-on bar. r=enn a=dietrich
Dão Gottwald <dao@mozilla.com>
parents:
61927
diff
changeset
|
1144 |
<statusbar id="status-bar" ordinal="1000"/> |
|
54522
eec9a82ad74029394c19a023700efb870f54bf17
Bug 574688 - replace the status bar with the addon bar (r=mano, a=blocking-beta7)
Dietrich Ayala <dietrich@mozilla.com>
parents:
54515
diff
changeset
|
1145 |
</toolbar> |
|
11434
1735c29d8399f8084d7b7f5e0fe3ef1101124a09
bug 414078: collect bottom bars into vbox for better extensibility; r=gavin, a=schrep
myk@mozilla.org
parents:
11401
diff
changeset
|
1146 |
</vbox> |
|
54522
eec9a82ad74029394c19a023700efb870f54bf17
Bug 574688 - replace the status bar with the addon bar (r=mano, a=blocking-beta7)
Dietrich Ayala <dietrich@mozilla.com>
parents:
54515
diff
changeset
|
1147 |
|
|
38341
1fb6110cb8fb27253c430f9c3a80248d8377a3cf
Bug 546774 - new toolbar theme forward button is missing on OS/2. r=dao
Walter Meinl <wuno@lsvw.de>
parents:
38339
diff
changeset
|
1148 |
#ifndef XP_UNIX |
|
38129
247b6aed541482aa001b2493ed2522a0f60482c9
Bug 544999 - New toolbarbutton style for the main window. r=rflint
Dão Gottwald <dao@mozilla.com>
parents:
37422
diff
changeset
|
1149 |
<svg:svg height="0"> |
|
122732
7318b2b26843be46cd059a76022d1b6b28825c0b
Bug 842913 - Rename winstripe->windows, pinstripe->osx, gnomestripe->linux. r=bmcbride,mattn,bz sr=mossop
Jared Wein <jwein@mozilla.com>
parents:
122421
diff
changeset
|
1150 |
<svg:clipPath id="windows-keyhole-forward-clip-path" clipPathUnits="objectBoundingBox"> |
|
93870
ec19a7304528ca32a7eeb2c7fff2da3ab2d4697e
Bug 752918 - Convert expensive SVG masks to clip-paths. r=dao
Jet Villegas <jet@mozilla.com>
parents:
93778
diff
changeset
|
1151 |
<svg:path d="M 0,0 C 0.16,0.11 0.28,0.29 0.28,0.5 0.28,0.71 0.16,0.89 0,1 L 1,1 1,0 0,0 z"/> |
|
ec19a7304528ca32a7eeb2c7fff2da3ab2d4697e
Bug 752918 - Convert expensive SVG masks to clip-paths. r=dao
Jet Villegas <jet@mozilla.com>
parents:
93778
diff
changeset
|
1152 |
</svg:clipPath> |
|
122732
7318b2b26843be46cd059a76022d1b6b28825c0b
Bug 842913 - Rename winstripe->windows, pinstripe->osx, gnomestripe->linux. r=bmcbride,mattn,bz sr=mossop
Jared Wein <jwein@mozilla.com>
parents:
122421
diff
changeset
|
1153 |
<svg:clipPath id="windows-urlbar-back-button-clip-path" clipPathUnits="userSpaceOnUse"> |
|
93870
ec19a7304528ca32a7eeb2c7fff2da3ab2d4697e
Bug 752918 - Convert expensive SVG masks to clip-paths. r=dao
Jet Villegas <jet@mozilla.com>
parents:
93778
diff
changeset
|
1154 |
<svg:path d="M 0,0 0,7.8 C 2.5,11 4,14 4,18 4,22 2.5,25 0,28 l 0,22 10000,0 0,-50 L 0,0 z"/> |
|
ec19a7304528ca32a7eeb2c7fff2da3ab2d4697e
Bug 752918 - Convert expensive SVG masks to clip-paths. r=dao
Jet Villegas <jet@mozilla.com>
parents:
93778
diff
changeset
|
1155 |
</svg:clipPath> |
|
38129
247b6aed541482aa001b2493ed2522a0f60482c9
Bug 544999 - New toolbarbutton style for the main window. r=rflint
Dão Gottwald <dao@mozilla.com>
parents:
37422
diff
changeset
|
1156 |
</svg:svg> |
|
247b6aed541482aa001b2493ed2522a0f60482c9
Bug 544999 - New toolbarbutton style for the main window. r=rflint
Dão Gottwald <dao@mozilla.com>
parents:
37422
diff
changeset
|
1157 |
#endif |
|
58323
a5500a75626857a4521ddb01cca5b409411a2dff
Bug 547787 - New style for the tab bar on Mac. r=dao, a=beta8
Markus Stange <mstange@themasta.com>
parents:
58310
diff
changeset
|
1158 |
#ifdef XP_MACOSX |
|
a5500a75626857a4521ddb01cca5b409411a2dff
Bug 547787 - New style for the tab bar on Mac. r=dao, a=beta8
Markus Stange <mstange@themasta.com>
parents:
58310
diff
changeset
|
1159 |
<svg:svg height="0"> |
|
122732
7318b2b26843be46cd059a76022d1b6b28825c0b
Bug 842913 - Rename winstripe->windows, pinstripe->osx, gnomestripe->linux. r=bmcbride,mattn,bz sr=mossop
Jared Wein <jwein@mozilla.com>
parents:
122421
diff
changeset
|
1160 |
<svg:clipPath id="osx-keyhole-forward-clip-path" clipPathUnits="objectBoundingBox"> |
|
93870
ec19a7304528ca32a7eeb2c7fff2da3ab2d4697e
Bug 752918 - Convert expensive SVG masks to clip-paths. r=dao
Jet Villegas <jet@mozilla.com>
parents:
93778
diff
changeset
|
1161 |
<svg:path d="M 0,0 C 0.15,0.12 0.25,0.3 0.25,0.5 0.25,0.7 0.15,0.88 0,1 L 1,1 1,0 0,0 z"/> |
|
ec19a7304528ca32a7eeb2c7fff2da3ab2d4697e
Bug 752918 - Convert expensive SVG masks to clip-paths. r=dao
Jet Villegas <jet@mozilla.com>
parents:
93778
diff
changeset
|
1162 |
</svg:clipPath> |
|
122732
7318b2b26843be46cd059a76022d1b6b28825c0b
Bug 842913 - Rename winstripe->windows, pinstripe->osx, gnomestripe->linux. r=bmcbride,mattn,bz sr=mossop
Jared Wein <jwein@mozilla.com>
parents:
122421
diff
changeset
|
1163 |
<svg:clipPath id="osx-urlbar-back-button-clip-path" clipPathUnits="userSpaceOnUse"> |
|
93870
ec19a7304528ca32a7eeb2c7fff2da3ab2d4697e
Bug 752918 - Convert expensive SVG masks to clip-paths. r=dao
Jet Villegas <jet@mozilla.com>
parents:
93778
diff
changeset
|
1164 |
<svg:path d="m 0,-5 0,4.03 C 3.6,1.8 6,6.1 6,11 6,16 3.6,20 0,23 l 0,27 10000,0 0,-55 L 0,-5 z"/> |
|
ec19a7304528ca32a7eeb2c7fff2da3ab2d4697e
Bug 752918 - Convert expensive SVG masks to clip-paths. r=dao
Jet Villegas <jet@mozilla.com>
parents:
93778
diff
changeset
|
1165 |
</svg:clipPath> |
|
122732
7318b2b26843be46cd059a76022d1b6b28825c0b
Bug 842913 - Rename winstripe->windows, pinstripe->osx, gnomestripe->linux. r=bmcbride,mattn,bz sr=mossop
Jared Wein <jwein@mozilla.com>
parents:
122421
diff
changeset
|
1166 |
<svg:clipPath id="osx-tab-ontop-left-curve-clip-path" clipPathUnits="userSpaceOnUse"> |
|
93870
ec19a7304528ca32a7eeb2c7fff2da3ab2d4697e
Bug 752918 - Convert expensive SVG masks to clip-paths. r=dao
Jet Villegas <jet@mozilla.com>
parents:
93778
diff
changeset
|
1167 |
<svg:path d="M 9,0 C 7.3,0 6,1.3 6,3 l 0,14 c 0,3 -2.2,5 -5,5 l -1,0 0,1 12,0 0,-1 0,-19 0,-3 -3,0 z"/> |
|
ec19a7304528ca32a7eeb2c7fff2da3ab2d4697e
Bug 752918 - Convert expensive SVG masks to clip-paths. r=dao
Jet Villegas <jet@mozilla.com>
parents:
93778
diff
changeset
|
1168 |
</svg:clipPath> |
|
122732
7318b2b26843be46cd059a76022d1b6b28825c0b
Bug 842913 - Rename winstripe->windows, pinstripe->osx, gnomestripe->linux. r=bmcbride,mattn,bz sr=mossop
Jared Wein <jwein@mozilla.com>
parents:
122421
diff
changeset
|
1169 |
<svg:clipPath id="osx-tab-ontop-right-curve-clip-path" clipPathUnits="userSpaceOnUse"> |
|
93870
ec19a7304528ca32a7eeb2c7fff2da3ab2d4697e
Bug 752918 - Convert expensive SVG masks to clip-paths. r=dao
Jet Villegas <jet@mozilla.com>
parents:
93778
diff
changeset
|
1170 |
<svg:path d="m 0,0 0,3 0,19 0,1 12,0 0,-1 -1,0 C 8.2,22 6,20 6,17 L 6,3 C 6,1.3 4.7,0 3,0 L 0,0 z"/> |
|
ec19a7304528ca32a7eeb2c7fff2da3ab2d4697e
Bug 752918 - Convert expensive SVG masks to clip-paths. r=dao
Jet Villegas <jet@mozilla.com>
parents:
93778
diff
changeset
|
1171 |
</svg:clipPath> |
|
122732
7318b2b26843be46cd059a76022d1b6b28825c0b
Bug 842913 - Rename winstripe->windows, pinstripe->osx, gnomestripe->linux. r=bmcbride,mattn,bz sr=mossop
Jared Wein <jwein@mozilla.com>
parents:
122421
diff
changeset
|
1172 |
<svg:clipPath id="osx-tab-onbottom-left-curve-clip-path" clipPathUnits="userSpaceOnUse"> |
|
93870
ec19a7304528ca32a7eeb2c7fff2da3ab2d4697e
Bug 752918 - Convert expensive SVG masks to clip-paths. r=dao
Jet Villegas <jet@mozilla.com>
parents:
93778
diff
changeset
|
1173 |
<svg:path d="m 0,0 0,1 1,0 c 2.8,0 5,2.2 5,5 l 0,14 c 0,2 1.3,3 3,3 l 3,0 0,-3 L 12,1 12,0 0,0 z"/> |
|
ec19a7304528ca32a7eeb2c7fff2da3ab2d4697e
Bug 752918 - Convert expensive SVG masks to clip-paths. r=dao
Jet Villegas <jet@mozilla.com>
parents:
93778
diff
changeset
|
1174 |
</svg:clipPath> |
|
122732
7318b2b26843be46cd059a76022d1b6b28825c0b
Bug 842913 - Rename winstripe->windows, pinstripe->osx, gnomestripe->linux. r=bmcbride,mattn,bz sr=mossop
Jared Wein <jwein@mozilla.com>
parents:
122421
diff
changeset
|
1175 |
<svg:clipPath id="osx-tab-onbottom-right-curve-clip-path" clipPathUnits="userSpaceOnUse"> |
|
93870
ec19a7304528ca32a7eeb2c7fff2da3ab2d4697e
Bug 752918 - Convert expensive SVG masks to clip-paths. r=dao
Jet Villegas <jet@mozilla.com>
parents:
93778
diff
changeset
|
1176 |
<svg:path d="m 0,0 0,1 0,19 0,3 3,0 c 1.7,0 3,-1 3,-3 L 6,6 C 6,3.2 8.2,1 11,1 L 12,1 12,0 0,0 z"/> |
|
ec19a7304528ca32a7eeb2c7fff2da3ab2d4697e
Bug 752918 - Convert expensive SVG masks to clip-paths. r=dao
Jet Villegas <jet@mozilla.com>
parents:
93778
diff
changeset
|
1177 |
</svg:clipPath> |
|
58323
a5500a75626857a4521ddb01cca5b409411a2dff
Bug 547787 - New style for the tab bar on Mac. r=dao, a=beta8
Markus Stange <mstange@themasta.com>
parents:
58310
diff
changeset
|
1178 |
</svg:svg> |
|
a5500a75626857a4521ddb01cca5b409411a2dff
Bug 547787 - New style for the tab bar on Mac. r=dao, a=beta8
Markus Stange <mstange@themasta.com>
parents:
58310
diff
changeset
|
1179 |
#endif |
|
50045
22aa5d167e1aae5dc4bd588438890f2abfa01711
Bug 572889 - Move TabCandy out of a tab and into a per-window xul:deck
Raymond Lee <raymond@appcoast.com>
parents:
46308
diff
changeset
|
1180 |
|
|
22aa5d167e1aae5dc4bd588438890f2abfa01711
Bug 572889 - Move TabCandy out of a tab and into a per-window xul:deck
Raymond Lee <raymond@appcoast.com>
parents:
46308
diff
changeset
|
1181 |
</vbox> |
|
50320
d55ac170d93ab2889ec532fb59a680c802ff2bc5
Use preprocessor comments instead of <!-->.
Edward Lee <edilee@mozilla.com>
parents:
50317
diff
changeset
|
1182 |
# <iframe id="tab-view"> is dynamically appended as the 2nd child of #tab-view-deck. |
|
d55ac170d93ab2889ec532fb59a680c802ff2bc5
Use preprocessor comments instead of <!-->.
Edward Lee <edilee@mozilla.com>
parents:
50317
diff
changeset
|
1183 |
# Introducing the iframe dynamically, as needed, was found to be better than |
|
d55ac170d93ab2889ec532fb59a680c802ff2bc5
Use preprocessor comments instead of <!-->.
Edward Lee <edilee@mozilla.com>
parents:
50317
diff
changeset
|
1184 |
# starting with an empty iframe here in browser.xul from a Ts standpoint. |
|
50045
22aa5d167e1aae5dc4bd588438890f2abfa01711
Bug 572889 - Move TabCandy out of a tab and into a per-window xul:deck
Raymond Lee <raymond@appcoast.com>
parents:
46308
diff
changeset
|
1185 |
</deck> |
|
22aa5d167e1aae5dc4bd588438890f2abfa01711
Bug 572889 - Move TabCandy out of a tab and into a per-window xul:deck
Raymond Lee <raymond@appcoast.com>
parents:
46308
diff
changeset
|
1186 |
|
|
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
|
1187 |
</window> |