2010-01-08 01:32:43 +01:00
|
|
|
diff --git a/browser/app/Makefile.in b/browser/app/Makefile.in
|
|
|
|
--- a/browser/app/Makefile.in
|
|
|
|
+++ b/browser/app/Makefile.in
|
|
|
|
@@ -44,16 +44,17 @@ srcdir = @srcdir@
|
|
|
|
VPATH = @srcdir@
|
|
|
|
|
|
|
|
include $(DEPTH)/config/autoconf.mk
|
|
|
|
|
|
|
|
DIRS = profile/extensions
|
2009-09-17 00:40:05 +02:00
|
|
|
|
|
|
|
PREF_JS_EXPORTS = $(srcdir)/profile/firefox.js \
|
|
|
|
$(srcdir)/profile/channel-prefs.js \
|
|
|
|
+ $(srcdir)/profile/kde.js \
|
|
|
|
$(NULL)
|
|
|
|
|
2010-01-08 01:32:43 +01:00
|
|
|
|
|
|
|
# hardcode en-US for the moment
|
|
|
|
AB_CD = en-US
|
|
|
|
|
2010-11-30 15:35:52 +01:00
|
|
|
DEFINES += -DAB_CD=$(AB_CD)
|
|
|
|
|
2010-01-08 01:32:43 +01:00
|
|
|
diff --git a/browser/base/content/browser-kde.xul b/browser/base/content/browser-kde.xul
|
|
|
|
new file mode 100644
|
|
|
|
--- /dev/null
|
|
|
|
+++ b/browser/base/content/browser-kde.xul
|
2011-02-03 11:49:21 +01:00
|
|
|
@@ -0,0 +1,1066 @@
|
2010-01-08 01:32:43 +01:00
|
|
|
+#filter substitution
|
|
|
|
+<?xml version="1.0"?>
|
|
|
|
+# -*- Mode: HTML -*-
|
|
|
|
+#
|
|
|
|
+# ***** BEGIN LICENSE BLOCK *****
|
|
|
|
+# Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
|
|
|
+#
|
|
|
|
+# The contents of this file are subject to the Mozilla Public License Version
|
|
|
|
+# 1.1 (the "License"); you may not use this file except in compliance with
|
|
|
|
+# the License. You may obtain a copy of the License at
|
|
|
|
+# http://www.mozilla.org/MPL/
|
|
|
|
+#
|
|
|
|
+# Software distributed under the License is distributed on an "AS IS" basis,
|
|
|
|
+# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
|
|
+# for the specific language governing rights and limitations under the
|
|
|
|
+# License.
|
|
|
|
+#
|
|
|
|
+# The Original Code is Mozilla Communicator client code, released
|
|
|
|
+# March 31, 1998.
|
|
|
|
+#
|
|
|
|
+# The Initial Developer of the Original Code is
|
|
|
|
+# Netscape Communications Corporation.
|
|
|
|
+# Portions created by the Initial Developer are Copyright (C) 1998-2000
|
|
|
|
+# the Initial Developer. All Rights Reserved.
|
|
|
|
+#
|
|
|
|
+# Contributor(s):
|
|
|
|
+# Blake Ross <blake@cs.stanford.edu>
|
|
|
|
+# David Hyatt <hyatt@mozilla.org>
|
|
|
|
+# Joe Hewitt <hewitt@netscape.com>
|
|
|
|
+# Pierre Chanial <chanial@noos.fr>
|
|
|
|
+# Dean Tessman <dean_tessman@hotmail.com>
|
|
|
|
+# Johnathan Nightingale <johnath@mozilla.com>
|
|
|
|
+# Dão Gottwald <dao@mozilla.com>
|
|
|
|
+# Ehsan Akhgari <ehsan.akhgari@gmail.com>
|
|
|
|
+# Robert Strong <robert.bugzilla@gmail.com>
|
2010-11-30 15:35:52 +01:00
|
|
|
+# Rob Campbell <rcampbell@mozilla.com>
|
|
|
|
+# Patrick Walton <pcwalton@mozilla.com>
|
|
|
|
+# David Dahl <ddahl@mozilla.com>
|
2010-12-20 16:42:41 +01:00
|
|
|
+# Frank Yan <fyan@mozilla.com>
|
2010-01-08 01:32:43 +01:00
|
|
|
+#
|
|
|
|
+# Alternatively, the contents of this file may be used under the terms of
|
|
|
|
+# either the GNU General Public License Version 2 or later (the "GPL"), or
|
|
|
|
+# the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
|
|
|
+# in which case the provisions of the GPL or the LGPL are applicable instead
|
|
|
|
+# of those above. If you wish to allow use of your version of this file only
|
|
|
|
+# under the terms of either the GPL or the LGPL, and not to allow others to
|
|
|
|
+# use your version of this file under the terms of the MPL, indicate your
|
|
|
|
+# decision by deleting the provisions above and replace them with the notice
|
|
|
|
+# and other provisions required by the GPL or the LGPL. If you do not delete
|
|
|
|
+# the provisions above, a recipient may use your version of this file under
|
|
|
|
+# the terms of any one of the MPL, the GPL or the LGPL.
|
|
|
|
+#
|
|
|
|
+# ***** END LICENSE BLOCK *****
|
|
|
|
+
|
|
|
|
+<?xml-stylesheet href="chrome://browser/content/browser.css" type="text/css"?>
|
|
|
|
+<?xml-stylesheet href="chrome://browser/content/places/places.css" type="text/css"?>
|
2010-12-20 16:42:41 +01:00
|
|
|
+<?xml-stylesheet href="chrome://global/skin/webConsole.css" type="text/css"?>
|
2010-01-08 01:32:43 +01:00
|
|
|
+<?xml-stylesheet href="chrome://browser/skin/" type="text/css"?>
|
|
|
|
+
|
|
|
|
+<?xul-overlay href="chrome://global/content/editMenuOverlay.xul"?>
|
|
|
|
+<?xul-overlay href="chrome://browser/content/baseMenuOverlay.xul"?>
|
|
|
|
+<?xul-overlay href="chrome://browser/content/places/placesOverlay.xul"?>
|
|
|
|
+
|
|
|
|
+# All DTD information is stored in a separate file so that it can be shared by
|
|
|
|
+# hiddenWindow.xul.
|
|
|
|
+#include browser-doctype.inc
|
|
|
|
+
|
|
|
|
+<window id="main-window"
|
|
|
|
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
|
|
+ xmlns:svg="http://www.w3.org/2000/svg"
|
|
|
|
+ xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
|
|
+ onload="BrowserStartup()" onunload="BrowserShutdown()" onclose="return WindowIsClosing();"
|
|
|
|
+ title="&mainWindow.title;@PRE_RELEASE_SUFFIX@"
|
|
|
|
+ title_normal="&mainWindow.title;@PRE_RELEASE_SUFFIX@"
|
|
|
|
+#ifdef XP_MACOSX
|
|
|
|
+ title_privatebrowsing="&mainWindow.title;@PRE_RELEASE_SUFFIX@&mainWindow.titlemodifiermenuseparator;&mainWindow.titlePrivateBrowsingSuffix;"
|
|
|
|
+ titledefault="&mainWindow.title;@PRE_RELEASE_SUFFIX@"
|
|
|
|
+ titlemodifier=""
|
|
|
|
+ titlemodifier_normal=""
|
|
|
|
+ titlemodifier_privatebrowsing="&mainWindow.titlePrivateBrowsingSuffix;"
|
|
|
|
+#else
|
|
|
|
+ title_privatebrowsing="&mainWindow.titlemodifier;@PRE_RELEASE_SUFFIX@ &mainWindow.titlePrivateBrowsingSuffix;"
|
|
|
|
+ titlemodifier="&mainWindow.titlemodifier;@PRE_RELEASE_SUFFIX@"
|
|
|
|
+ titlemodifier_normal="&mainWindow.titlemodifier;@PRE_RELEASE_SUFFIX@"
|
|
|
|
+ titlemodifier_privatebrowsing="&mainWindow.titlemodifier;@PRE_RELEASE_SUFFIX@ &mainWindow.titlePrivateBrowsingSuffix;"
|
|
|
|
+#endif
|
|
|
|
+ titlemenuseparator="&mainWindow.titlemodifiermenuseparator;"
|
|
|
|
+ lightweightthemes="true"
|
|
|
|
+ lightweightthemesfooter="browser-bottombox"
|
|
|
|
+ windowtype="navigator:browser"
|
|
|
|
+ screenX="4" screenY="4"
|
|
|
|
+ browsingmode="normal"
|
2010-12-20 16:42:41 +01:00
|
|
|
+ persist="screenX screenY width height sizemode">
|
2010-01-08 01:32:43 +01:00
|
|
|
+
|
|
|
|
+# All JS files which are not content (only) dependent that browser.xul
|
|
|
|
+# wishes to include *must* go into the global-scripts.inc file
|
|
|
|
+# so that they can be shared by macBrowserOverlay.xul.
|
|
|
|
+#include global-scripts.inc
|
2010-11-30 15:35:52 +01:00
|
|
|
+<script type="application/javascript" src="chrome://browser/content/nsContextMenu.js"/>
|
2010-01-08 01:32:43 +01:00
|
|
|
+
|
|
|
|
+#ifdef MOZ_SAFE_BROWSING
|
2010-11-30 15:35:52 +01:00
|
|
|
+<script type="application/javascript" src="chrome://browser/content/safebrowsing/sb-loader.js"/>
|
2010-01-08 01:32:43 +01:00
|
|
|
+#endif
|
2010-11-30 15:35:52 +01:00
|
|
|
+<script type="application/javascript" src="chrome://global/content/contentAreaUtils.js"/>
|
2010-01-08 01:32:43 +01:00
|
|
|
+
|
|
|
|
+<script type="application/javascript" src="chrome://browser/content/places/editBookmarkOverlay.js"/>
|
|
|
|
+
|
2010-11-30 15:35:52 +01:00
|
|
|
+# All sets except for popupsets (commands, keys, stringbundles and broadcasters) *must* go into the
|
2010-01-08 01:32:43 +01:00
|
|
|
+# browser-sets.inc file for sharing with hiddenWindow.xul.
|
|
|
|
+#include browser-sets.inc
|
|
|
|
+
|
|
|
|
+ <popupset id="mainPopupSet">
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <menupopup id="tabContextMenu"
|
|
|
|
+ onpopupshowing="if (event.target == this) TabContextMenu.updateContextMenu(this);"
|
|
|
|
+ onpopuphidden="if (event.target == this) TabContextMenu.contextTab = null;">
|
|
|
|
+ <menuitem id="context_reloadTab" label="&reloadTab.label;" accesskey="&reloadTab.accesskey;"
|
|
|
|
+ oncommand="gBrowser.reloadTab(TabContextMenu.contextTab);"/>
|
|
|
|
+ <menuseparator/>
|
|
|
|
+ <menuitem id="context_pinTab" label="&pinAppTab.label;"
|
|
|
|
+ accesskey="&pinAppTab.accesskey;"
|
|
|
|
+ oncommand="gBrowser.pinTab(TabContextMenu.contextTab);"/>
|
|
|
|
+ <menuitem id="context_unpinTab" label="&unpinAppTab.label;" hidden="true"
|
|
|
|
+ accesskey="&unpinAppTab.accesskey;"
|
|
|
|
+ oncommand="gBrowser.unpinTab(TabContextMenu.contextTab);"/>
|
|
|
|
+ <menu id="context_tabViewMenu" label="&moveToGroup.label;"
|
|
|
|
+ accesskey="&moveToGroup.accesskey;">
|
|
|
|
+ <menupopup id="context_tabViewMenuPopup"
|
|
|
|
+ onpopupshowing="if (event.target == this) TabView.updateContextMenu(TabContextMenu.contextTab, this);">
|
|
|
|
+ <menuseparator id="context_tabViewNamedGroups" hidden="true"/>
|
2010-12-20 16:42:41 +01:00
|
|
|
+ <menuitem id="context_tabViewNewGroup" label="&moveToNewGroup.label;"
|
2010-11-30 15:35:52 +01:00
|
|
|
+ oncommand="TabView.moveTabTo(TabContextMenu.contextTab, null);"/>
|
|
|
|
+ </menupopup>
|
|
|
|
+ </menu>
|
|
|
|
+ <menuitem id="context_openTabInWindow" label="&moveToNewWindow.label;"
|
|
|
|
+ accesskey="&moveToNewWindow.accesskey;"
|
|
|
|
+ tbattr="tabbrowser-multiple"
|
|
|
|
+ oncommand="gBrowser.replaceTabWithWindow(TabContextMenu.contextTab);"/>
|
|
|
|
+ <menuseparator/>
|
2010-12-20 16:42:41 +01:00
|
|
|
+ <menuitem id="context_reloadAllTabs" label="&reloadAllTabs.label;" accesskey="&reloadAllTabs.accesskey;"
|
|
|
|
+ tbattr="tabbrowser-multiple"
|
|
|
|
+ oncommand="gBrowser.reloadAllTabs();"/>
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <menuitem id="context_bookmarkAllTabs"
|
|
|
|
+ label="&bookmarkAllTabs.label;"
|
|
|
|
+ accesskey="&bookmarkAllTabs.accesskey;"
|
|
|
|
+ command="Browser:BookmarkAllTabs"/>
|
|
|
|
+ <menuitem id="context_closeOtherTabs" label="&closeOtherTabs.label;" accesskey="&closeOtherTabs.accesskey;"
|
|
|
|
+ oncommand="gBrowser.removeAllTabsBut(TabContextMenu.contextTab);"/>
|
2010-12-20 16:42:41 +01:00
|
|
|
+ <menuseparator/>
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <menuitem id="context_undoCloseTab"
|
|
|
|
+ label="&undoCloseTab.label;"
|
|
|
|
+ accesskey="&undoCloseTab.accesskey;"
|
|
|
|
+ observes="History:UndoCloseTab"/>
|
|
|
|
+ <menuitem id="context_closeTab" label="&closeTab.label;" accesskey="&closeTab.accesskey;"
|
|
|
|
+ oncommand="gBrowser.removeTab(TabContextMenu.contextTab, { animate: true });"/>
|
|
|
|
+ </menupopup>
|
|
|
|
+
|
|
|
|
+ <!-- bug 415444/582485: event.stopPropagation is here for the cloned version
|
|
|
|
+ of this menupopup -->
|
2010-01-08 01:32:43 +01:00
|
|
|
+ <menupopup id="backForwardMenu"
|
|
|
|
+ onpopupshowing="return FillHistoryMenu(event.target);"
|
2010-11-30 15:35:52 +01:00
|
|
|
+ oncommand="gotoHistoryIndex(event); event.stopPropagation();"
|
2010-01-08 01:32:43 +01:00
|
|
|
+ onclick="checkForMiddleClick(this, event);"/>
|
|
|
|
+ <tooltip id="aHTMLTooltip" onpopupshowing="return FillInHTMLTooltip(document.tooltipNode);"/>
|
|
|
|
+
|
|
|
|
+ <!-- for search and content formfill/pw manager -->
|
|
|
|
+ <panel type="autocomplete" id="PopupAutoComplete" noautofocus="true" hidden="true"/>
|
|
|
|
+
|
|
|
|
+ <!-- for url bar autocomplete -->
|
|
|
|
+ <panel type="autocomplete-richlistbox" id="PopupAutoCompleteRichResult" noautofocus="true" hidden="true"/>
|
|
|
|
+
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <!-- for invalid form error message -->
|
2010-12-20 16:42:41 +01:00
|
|
|
+ <panel id="invalid-form-popup" type="arrow" orient="vertical" noautofocus="true" hidden="true" level="parent">
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <description/>
|
|
|
|
+ </panel>
|
|
|
|
+
|
2010-01-08 01:32:43 +01:00
|
|
|
+ <panel id="editBookmarkPanel"
|
2010-12-20 16:42:41 +01:00
|
|
|
+ type="arrow"
|
2010-01-08 01:32:43 +01:00
|
|
|
+ orient="vertical"
|
|
|
|
+ ignorekeys="true"
|
|
|
|
+ hidden="true"
|
|
|
|
+ onpopupshown="StarUI.panelShown(event);"
|
|
|
|
+ aria-labelledby="editBookmarkPanelTitle">
|
|
|
|
+ <row id="editBookmarkPanelHeader" align="center" hidden="true">
|
|
|
|
+ <vbox align="center">
|
|
|
|
+ <image id="editBookmarkPanelStarIcon"/>
|
|
|
|
+ </vbox>
|
|
|
|
+ <vbox>
|
|
|
|
+ <label id="editBookmarkPanelTitle"/>
|
|
|
|
+ <description id="editBookmarkPanelDescription"/>
|
|
|
|
+ <hbox>
|
|
|
|
+ <button id="editBookmarkPanelRemoveButton"
|
|
|
|
+ class="editBookmarkPanelHeaderButton"
|
|
|
|
+ oncommand="StarUI.removeBookmarkButtonCommand();"
|
|
|
|
+ accesskey="&editBookmark.removeBookmark.accessKey;"/>
|
|
|
|
+ </hbox>
|
|
|
|
+ </vbox>
|
|
|
|
+ </row>
|
|
|
|
+ <vbox id="editBookmarkPanelContent" flex="1" hidden="true"/>
|
|
|
|
+ <hbox id="editBookmarkPanelBottomButtons" pack="end">
|
2010-11-30 15:35:52 +01:00
|
|
|
+#ifdef XP_UNIX
|
2010-01-08 01:32:43 +01:00
|
|
|
+ <button id="editBookmarkPanelDoneButton"
|
|
|
|
+ class="editBookmarkPanelBottomButton"
|
|
|
|
+ label="&editBookmark.done.label;"
|
|
|
|
+ default="true"
|
|
|
|
+ oncommand="StarUI.panel.hidePopup();"/>
|
|
|
|
+ <button id="editBookmarkPanelDeleteButton"
|
|
|
|
+ class="editBookmarkPanelBottomButton"
|
|
|
|
+ label="&editBookmark.cancel.label;"
|
|
|
|
+ oncommand="StarUI.cancelButtonOnCommand();"/>
|
2010-11-30 15:35:52 +01:00
|
|
|
+#else
|
2010-01-08 01:32:43 +01:00
|
|
|
+ <button id="editBookmarkPanelDeleteButton"
|
|
|
|
+ class="editBookmarkPanelBottomButton"
|
|
|
|
+ label="&editBookmark.cancel.label;"
|
|
|
|
+ oncommand="StarUI.cancelButtonOnCommand();"/>
|
|
|
|
+ <button id="editBookmarkPanelDoneButton"
|
|
|
|
+ class="editBookmarkPanelBottomButton"
|
|
|
|
+ label="&editBookmark.done.label;"
|
|
|
|
+ default="true"
|
|
|
|
+ oncommand="StarUI.panel.hidePopup();"/>
|
|
|
|
+#endif
|
|
|
|
+ </hbox>
|
|
|
|
+ </panel>
|
|
|
|
+
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <panel id="highlighter-panel"
|
|
|
|
+ hidden="true"
|
|
|
|
+ ignorekeys="true"
|
|
|
|
+ noautofocus="true"
|
|
|
|
+ noautohide="true"
|
|
|
|
+ onclick="InspectorUI.stopInspecting();"
|
|
|
|
+ onmousemove="InspectorUI.highlighter.handleMouseMove(event);"
|
|
|
|
+ onMozMousePixelScroll="InspectorUI.highlighter.handlePixelScroll(event);"/>
|
|
|
|
+
|
|
|
|
+ <panel id="inspector-tree-panel"
|
|
|
|
+ orient="vertical"
|
|
|
|
+ hidden="true"
|
|
|
|
+ ignorekeys="true"
|
|
|
|
+ noautofocus="true"
|
|
|
|
+ noautohide="true"
|
|
|
|
+ titlebar="normal"
|
|
|
|
+ close="true"
|
|
|
|
+ onpopuphiding="InspectorUI.closeInspectorUI(true);"
|
|
|
|
+ label="&inspectPanelTitle.label;">
|
|
|
|
+ <toolbar id="inspector-toolbar"
|
|
|
|
+ nowindowdrag="true">
|
|
|
|
+ <toolbarbutton id="inspector-inspect-toolbutton"
|
|
|
|
+ label="&inspectButton.label;"
|
|
|
|
+ accesskey="&inspectButton.accesskey;"
|
|
|
|
+ class="toolbarbutton-text"
|
|
|
|
+ command="Inspector:Inspect"/>
|
|
|
|
+ <toolbarbutton id="inspector-previous-toolbutton"
|
|
|
|
+ label="&inspectPreviousButton.label;"
|
|
|
|
+ accesskey="&inspectPreviousButton.accesskey;"
|
|
|
|
+ class="toolbarbutton-text"
|
|
|
|
+ command="Inspector:Previous"/>
|
|
|
|
+ <toolbarbutton id="inspector-next-toolbutton"
|
|
|
|
+ label="&inspectNextButton.label;"
|
|
|
|
+ accesskey="&inspectNextButton.accesskey;"
|
|
|
|
+ class="toolbarbutton-text"
|
|
|
|
+ command="Inspector:Next"/>
|
|
|
|
+ <toolbarbutton id="inspector-style-toolbutton"
|
|
|
|
+ label="&inspectStyleButton.label;"
|
|
|
|
+ accesskey="&inspectStyleButton.accesskey;"
|
|
|
|
+ class="toolbarbutton-text"
|
|
|
|
+ oncommand="InspectorUI.toggleStylePanel();"/>
|
|
|
|
+ <toolbarbutton id="inspector-dom-toolbutton"
|
|
|
|
+ label="&inspectObjectButton.label;"
|
|
|
|
+ accesskey="&inspectObjectButton.accesskey;"
|
|
|
|
+ class="toolbarbutton-text"
|
|
|
|
+ oncommand="InspectorUI.toggleDOMPanel();"/>
|
|
|
|
+ </toolbar>
|
|
|
|
+ <hbox id="tree-panel-resizer-box" align="end">
|
|
|
|
+ <spacer flex="1" />
|
|
|
|
+ <resizer dir="bottomend" />
|
|
|
|
+ </hbox>
|
|
|
|
+ </panel>
|
|
|
|
+
|
|
|
|
+ <panel id="inspector-style-panel"
|
|
|
|
+ hidden="true"
|
|
|
|
+ orient="vertical"
|
|
|
|
+ ignorekeys="true"
|
|
|
|
+ noautofocus="true"
|
|
|
|
+ noautohide="true"
|
|
|
|
+ titlebar="normal"
|
|
|
|
+ label="&inspectStylePanelTitle.label;">
|
|
|
|
+ <listbox id="inspector-style-listbox" flex="1"/>
|
|
|
|
+ <hbox align="end">
|
|
|
|
+ <spacer flex="1" />
|
|
|
|
+ <resizer dir="bottomend"/>
|
|
|
|
+ </hbox>
|
|
|
|
+ </panel>
|
|
|
|
+
|
|
|
|
+ <menupopup id="toolbar-context-menu"
|
|
|
|
+ onpopupshowing="onViewToolbarsPopupShowing(event);">
|
|
|
|
+ <menuseparator/>
|
|
|
|
+ <menuitem command="cmd_ToggleTabsOnTop"
|
|
|
|
+ type="checkbox"
|
|
|
|
+ label="&viewTabsOnTop.label;"
|
|
|
|
+ accesskey="&viewTabsOnTop.accesskey;"/>
|
2010-01-08 01:32:43 +01:00
|
|
|
+ <menuseparator/>
|
|
|
|
+ <menuitem command="cmd_CustomizeToolbars"
|
|
|
|
+ label="&viewCustomizeToolbar.label;"
|
|
|
|
+ accesskey="&viewCustomizeToolbar.accesskey;"/>
|
2010-11-30 15:35:52 +01:00
|
|
|
+ </menupopup>
|
2010-01-08 01:32:43 +01:00
|
|
|
+
|
2010-12-20 16:42:41 +01:00
|
|
|
+ <menupopup id="blockedPopupOptions"
|
2011-01-12 23:56:24 +01:00
|
|
|
+ onpopupshowing="gPopupBlockerObserver.fillPopupList(event);"
|
|
|
|
+ onpopuphiding="gPopupBlockerObserver.onPopupHiding(event);">
|
2010-01-08 01:32:43 +01:00
|
|
|
+ <menuitem observes="blockedPopupAllowSite"/>
|
|
|
|
+ <menuitem observes="blockedPopupEditSettings"/>
|
|
|
|
+ <menuitem observes="blockedPopupDontShowMessage"/>
|
|
|
|
+ <menuseparator observes="blockedPopupsSeparator"/>
|
2010-11-30 15:35:52 +01:00
|
|
|
+ </menupopup>
|
2010-01-08 01:32:43 +01:00
|
|
|
+
|
|
|
|
+ <menupopup id="autohide-context"
|
|
|
|
+ onpopupshowing="FullScreen.getAutohide(this.firstChild);">
|
|
|
|
+ <menuitem type="checkbox" label="&fullScreenAutohide.label;"
|
|
|
|
+ accesskey="&fullScreenAutohide.accesskey;"
|
|
|
|
+ oncommand="FullScreen.setAutohide();"/>
|
|
|
|
+ <menuseparator/>
|
|
|
|
+ <menuitem label="&fullScreenExit.label;"
|
|
|
|
+ accesskey="&fullScreenExit.accesskey;"
|
|
|
|
+ oncommand="BrowserFullScreen();"/>
|
|
|
|
+ </menupopup>
|
|
|
|
+
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <menupopup id="contentAreaContextMenu"
|
|
|
|
+ onpopupshowing="if (event.target != this)
|
|
|
|
+ return true;
|
|
|
|
+ gContextMenu = new nsContextMenu(this, gBrowser);
|
|
|
|
+ if (gContextMenu.shouldDisplay)
|
|
|
|
+ updateEditUIVisibility();
|
|
|
|
+ return gContextMenu.shouldDisplay;"
|
|
|
|
+ onpopuphiding="if (event.target == this) { gContextMenu = null; updateEditUIVisibility(); }">
|
2010-01-08 01:32:43 +01:00
|
|
|
+#include browser-context.inc
|
2010-11-30 15:35:52 +01:00
|
|
|
+ </menupopup>
|
2010-01-08 01:32:43 +01:00
|
|
|
+
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <menupopup id="placesContext"/>
|
|
|
|
+
|
2010-12-20 16:42:41 +01:00
|
|
|
+ <panel id="notification-popup" type="arrow" position="after_start"
|
|
|
|
+ hidden="true" orient="vertical"/>
|
2010-01-08 01:32:43 +01:00
|
|
|
+
|
|
|
|
+ <!-- Popup for site identity information -->
|
2010-12-20 16:42:41 +01:00
|
|
|
+ <panel id="identity-popup"
|
|
|
|
+ type="arrow"
|
|
|
|
+ hidden="true"
|
|
|
|
+ noautofocus="true"
|
2010-01-08 01:32:43 +01:00
|
|
|
+ onpopupshown="document.getElementById('identity-popup-more-info-button').focus();"
|
|
|
|
+ level="top">
|
|
|
|
+ <hbox id="identity-popup-container" align="top">
|
|
|
|
+ <image id="identity-popup-icon"/>
|
|
|
|
+ <vbox id="identity-popup-content-box">
|
|
|
|
+ <label id="identity-popup-connectedToLabel"
|
|
|
|
+ class="identity-popup-label"
|
|
|
|
+ value="&identity.connectedTo;"/>
|
|
|
|
+ <label id="identity-popup-connectedToLabel2"
|
|
|
|
+ class="identity-popup-label"
|
|
|
|
+ value="&identity.unverifiedsite2;"/>
|
|
|
|
+ <description id="identity-popup-content-host"
|
|
|
|
+ class="identity-popup-description"/>
|
|
|
|
+ <label id="identity-popup-runByLabel"
|
|
|
|
+ class="identity-popup-label"
|
|
|
|
+ value="&identity.runBy;"/>
|
|
|
|
+ <description id="identity-popup-content-owner"
|
|
|
|
+ class="identity-popup-description"/>
|
|
|
|
+ <description id="identity-popup-content-supplemental"
|
|
|
|
+ class="identity-popup-description"/>
|
|
|
|
+ <description id="identity-popup-content-verifier"
|
|
|
|
+ class="identity-popup-description"/>
|
|
|
|
+ <hbox id="identity-popup-encryption" flex="1">
|
|
|
|
+ <vbox>
|
|
|
|
+ <image id="identity-popup-encryption-icon"/>
|
|
|
|
+ </vbox>
|
|
|
|
+ <description id="identity-popup-encryption-label" flex="1"
|
|
|
|
+ class="identity-popup-description"/>
|
|
|
|
+ </hbox>
|
|
|
|
+ <!-- Footer button to open security page info -->
|
2011-01-12 23:56:24 +01:00
|
|
|
+ <hbox id="identity-popup-button-container" pack="end">
|
2010-01-08 01:32:43 +01:00
|
|
|
+ <button id="identity-popup-more-info-button"
|
|
|
|
+ label="&identity.moreInfoLinkText;"
|
|
|
|
+ onblur="gIdentityHandler.hideIdentityPopup();"
|
|
|
|
+ oncommand="gIdentityHandler.handleMoreInfoClick(event);"/>
|
|
|
|
+ </hbox>
|
|
|
|
+ </vbox>
|
|
|
|
+ </hbox>
|
|
|
|
+ </panel>
|
|
|
|
+
|
|
|
|
+ <tooltip id="urlTooltip">
|
|
|
|
+ <label crop="center" flex="1" class="tooltip-label"/>
|
|
|
|
+ </tooltip>
|
|
|
|
+
|
|
|
|
+ <panel id="ctrlTab-panel" class="KUI-panel" hidden="true" norestorefocus="true" level="top">
|
|
|
|
+ <hbox>
|
|
|
|
+ <button class="ctrlTab-preview" flex="1"/>
|
|
|
|
+ <button class="ctrlTab-preview" flex="1"/>
|
|
|
|
+ <button class="ctrlTab-preview" flex="1"/>
|
|
|
|
+ <button class="ctrlTab-preview" flex="1"/>
|
|
|
|
+ <button class="ctrlTab-preview" flex="1"/>
|
|
|
|
+ <button class="ctrlTab-preview" flex="1"/>
|
|
|
|
+ </hbox>
|
|
|
|
+ <hbox pack="center">
|
|
|
|
+ <button id="ctrlTab-showAll" class="ctrlTab-preview" noicon="true"/>
|
|
|
|
+ </hbox>
|
|
|
|
+ </panel>
|
|
|
|
+
|
|
|
|
+ <panel id="allTabs-panel" hidden="true" norestorefocus="true" ignorekeys="true"
|
|
|
|
+ onmouseover="allTabs._updateTabCloseButton(event);">
|
|
|
|
+ <hbox id="allTabs-meta" align="center">
|
|
|
|
+ <spacer flex="1"/>
|
|
|
|
+ <textbox id="allTabs-filter"
|
|
|
|
+ tooltiptext="&allTabs.filter.emptyText;"
|
|
|
|
+ type="search"
|
|
|
|
+ oncommand="allTabs.filter();"/>
|
|
|
|
+ <spacer flex="1"/>
|
|
|
|
+ <toolbarbutton class="KUI-panel-closebutton"
|
|
|
|
+ oncommand="allTabs.close()"
|
|
|
|
+ tooltiptext="&closeCmd.label;"/>
|
|
|
|
+ </hbox>
|
|
|
|
+ <stack id="allTabs-stack">
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <vbox id="allTabs-container"><hbox/></vbox>
|
2010-01-08 01:32:43 +01:00
|
|
|
+ <toolbarbutton id="allTabs-tab-close-button"
|
2010-11-30 15:35:52 +01:00
|
|
|
+ class="tabs-closebutton"
|
2010-01-08 01:32:43 +01:00
|
|
|
+ oncommand="allTabs.closeTab(event);"
|
|
|
|
+ tooltiptext="&closeCmd.label;"
|
|
|
|
+ style="visibility:hidden"/>
|
|
|
|
+ </stack>
|
|
|
|
+ </panel>
|
2010-11-30 15:35:52 +01:00
|
|
|
+
|
|
|
|
+ <!-- Bookmarks and history tooltip -->
|
|
|
|
+ <tooltip id="bhTooltip"/>
|
|
|
|
+
|
|
|
|
+ <panel id="customizeToolbarSheetPopup"
|
|
|
|
+ noautohide="true">
|
|
|
|
+ <iframe id="customizeToolbarSheetIFrame"
|
|
|
|
+ style="&dialog.style;"
|
|
|
|
+ hidden="true"/>
|
|
|
|
+ </panel>
|
|
|
|
+
|
|
|
|
+ <tooltip id="tabbrowser-tab-tooltip" onpopupshowing="gBrowser.createTooltip(event);"/>
|
2010-01-08 01:32:43 +01:00
|
|
|
+ </popupset>
|
|
|
|
+
|
2010-12-20 16:42:41 +01:00
|
|
|
+#ifdef CAN_DRAW_IN_TITLEBAR
|
|
|
|
+<vbox id="titlebar">
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <hbox id="titlebar-content">
|
2010-12-20 16:42:41 +01:00
|
|
|
+ <hbox id="appmenu-button-container">
|
|
|
|
+ <button id="appmenu-button"
|
|
|
|
+ type="menu"
|
|
|
|
+ label="&brandShortName;"
|
|
|
|
+ style="-moz-user-focus: ignore;">
|
2010-11-30 15:35:52 +01:00
|
|
|
+#include browser-appmenu.inc
|
2010-12-20 16:42:41 +01:00
|
|
|
+ </button>
|
|
|
|
+ </hbox>
|
|
|
|
+ <spacer id="titlebar-spacer" flex="1"/>
|
|
|
|
+ <hbox id="titlebar-buttonbox-container" align="start">
|
|
|
|
+ <hbox id="titlebar-buttonbox">
|
|
|
|
+ <toolbarbutton class="titlebar-button" id="titlebar-min" oncommand="window.minimize();"/>
|
|
|
|
+ <toolbarbutton class="titlebar-button" id="titlebar-max" oncommand="onTitlebarMaxClick();"/>
|
|
|
|
+ <toolbarbutton class="titlebar-button" id="titlebar-close" command="cmd_closeWindow"/>
|
|
|
|
+ </hbox>
|
|
|
|
+ </hbox>
|
2010-11-30 15:35:52 +01:00
|
|
|
+ </hbox>
|
2010-12-20 16:42:41 +01:00
|
|
|
+</vbox>
|
2010-11-30 15:35:52 +01:00
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+<deck flex="1" id="tab-view-deck">
|
|
|
|
+<vbox flex="1">
|
2010-01-08 01:32:43 +01:00
|
|
|
+
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <toolbox id="navigator-toolbox"
|
|
|
|
+ defaultmode="icons" mode="icons"
|
2010-01-08 01:32:43 +01:00
|
|
|
+#ifdef WINCE
|
|
|
|
+ defaulticonsize="small" iconsize="small"
|
|
|
|
+#endif
|
2010-11-30 15:35:52 +01:00
|
|
|
+ tabsontop="true"
|
|
|
|
+ persist="tabsontop">
|
2010-01-08 01:32:43 +01:00
|
|
|
+ <!-- Menu -->
|
|
|
|
+ <toolbar type="menubar" id="toolbar-menubar" class="chromeclass-menubar" customizable="true"
|
|
|
|
+ defaultset="menubar-items"
|
|
|
|
+ mode="icons" iconsize="small" defaulticonsize="small"
|
2010-11-30 15:35:52 +01:00
|
|
|
+ lockiconsize="true"
|
|
|
|
+#ifdef MENUBAR_CAN_AUTOHIDE
|
2010-01-08 01:32:43 +01:00
|
|
|
+ toolbarname="&menubarCmd.label;"
|
|
|
|
+ accesskey="&menubarCmd.accesskey;"
|
|
|
|
+#endif
|
|
|
|
+ context="toolbar-context-menu">
|
|
|
|
+ <toolbaritem id="menubar-items" align="center">
|
2010-12-20 16:42:41 +01:00
|
|
|
+# The entire main menubar is placed into browser-menubar.inc, so that it can be shared by
|
2010-01-08 01:32:43 +01:00
|
|
|
+# hiddenWindow.xul.
|
|
|
|
+#include browser-menubar.inc
|
|
|
|
+ </toolbaritem>
|
2011-01-12 23:56:24 +01:00
|
|
|
+
|
|
|
|
+#ifdef CAN_DRAW_IN_TITLEBAR
|
|
|
|
+ <hbox class="titlebar-placeholder" type="appmenu-button" ordinal="0"/>
|
|
|
|
+ <hbox class="titlebar-placeholder" type="caption-buttons" ordinal="1000"/>
|
|
|
|
+#endif
|
2010-01-08 01:32:43 +01:00
|
|
|
+ </toolbar>
|
|
|
|
+
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <toolbar id="nav-bar" class="toolbar-primary chromeclass-toolbar"
|
|
|
|
+ toolbarname="&navbarCmd.label;" accesskey="&navbarCmd.accesskey;"
|
|
|
|
+ fullscreentoolbar="true" mode="icons" customizable="true"
|
|
|
|
+#ifdef WINCE
|
|
|
|
+ iconsize="small" defaulticonsize="small"
|
2010-12-20 16:42:41 +01:00
|
|
|
+ defaultset="unified-back-forward-button,urlbar-container,reload-button,stop-button,search-container,home-button,bookmarks-menu-button-container,navigator-throbber,fullscreenflex,window-controls"
|
2010-11-30 15:35:52 +01:00
|
|
|
+#else
|
|
|
|
+ iconsize="large"
|
2010-12-20 16:42:41 +01:00
|
|
|
+ defaultset="unified-back-forward-button,urlbar-container,reload-button,stop-button,search-container,home-button,bookmarks-menu-button-container,fullscreenflex,window-controls"
|
2010-11-30 15:35:52 +01:00
|
|
|
+#endif
|
|
|
|
+ context="toolbar-context-menu">
|
2010-01-08 01:32:43 +01:00
|
|
|
+
|
|
|
|
+ <toolbaritem id="unified-back-forward-button" class="chromeclass-toolbar-additional"
|
2010-11-30 15:35:52 +01:00
|
|
|
+ context="backForwardMenu" removable="true"
|
|
|
|
+ title="&backForwardItem.title;">
|
2010-01-08 01:32:43 +01:00
|
|
|
+ <toolbarbutton id="back-button" class="toolbarbutton-1"
|
|
|
|
+ label="&backCmd.label;"
|
|
|
|
+ command="Browser:BackOrBackDuplicate"
|
|
|
|
+ onclick="checkForMiddleClick(this, event);"
|
|
|
|
+ tooltiptext="&backButton.tooltip;"/>
|
|
|
|
+ <toolbarbutton id="forward-button" class="toolbarbutton-1"
|
|
|
|
+ label="&forwardCmd.label;"
|
|
|
|
+ command="Browser:ForwardOrForwardDuplicate"
|
|
|
|
+ onclick="checkForMiddleClick(this, event);"
|
|
|
|
+ tooltiptext="&forwardButton.tooltip;"/>
|
|
|
|
+ </toolbaritem>
|
|
|
|
+
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <toolbaritem id="urlbar-container" align="center" flex="400" persist="width" combined="true"
|
|
|
|
+ title="&locationItem.title;" class="chromeclass-location" removable="true">
|
2010-01-08 01:32:43 +01:00
|
|
|
+ <textbox id="urlbar" flex="1"
|
2010-11-30 15:35:52 +01:00
|
|
|
+ placeholder="&urlbar.placeholder;"
|
2010-01-08 01:32:43 +01:00
|
|
|
+ type="autocomplete"
|
|
|
|
+ autocompletesearch="history"
|
2010-11-30 15:35:52 +01:00
|
|
|
+ autocompletesearchparam="enable-actions"
|
2010-01-08 01:32:43 +01:00
|
|
|
+ autocompletepopup="PopupAutoCompleteRichResult"
|
|
|
|
+ completeselectedindex="true"
|
|
|
|
+ tabscrolling="true"
|
|
|
|
+ showcommentcolumn="true"
|
|
|
|
+ showimagecolumn="true"
|
|
|
|
+ enablehistory="true"
|
|
|
|
+ maxrows="6"
|
|
|
|
+ newlines="stripsurroundingwhitespace"
|
|
|
|
+ oninput="gBrowser.userTypedValue = this.value;"
|
|
|
|
+ ontextentered="this.handleCommand(param);"
|
|
|
|
+ ontextreverted="return this.handleRevert();"
|
|
|
|
+ pageproxystate="invalid"
|
|
|
|
+ onsearchbegin="LocationBarHelpers._searchBegin();"
|
|
|
|
+ onsearchcomplete="LocationBarHelpers._searchComplete();"
|
|
|
|
+ onfocus="document.getElementById('identity-box').style.MozUserFocus= 'normal'"
|
|
|
|
+ onblur="setTimeout(function() document.getElementById('identity-box').style.MozUserFocus = '', 0);">
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <box id="notification-popup-box" hidden="true" align="center">
|
2011-01-24 10:14:26 +01:00
|
|
|
+ <image id="default-notification-icon" class="notification-anchor-icon" role="button"/>
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <image id="geo-notification-icon" class="notification-anchor-icon" role="button"/>
|
|
|
|
+ <image id="addons-notification-icon" class="notification-anchor-icon" role="button"/>
|
|
|
|
+ <image id="indexedDB-notification-icon" class="notification-anchor-icon" role="button"/>
|
|
|
|
+ <image id="password-notification-icon" class="notification-anchor-icon" role="button"/>
|
|
|
|
+ </box>
|
2010-01-08 01:32:43 +01:00
|
|
|
+ <!-- Use onclick instead of normal popup= syntax since the popup
|
|
|
|
+ code fires onmousedown, and hence eats our favicon drag events.
|
|
|
|
+ We only add the identity-box button to the tab order when the location bar
|
|
|
|
+ has focus, otherwise pressing F6 focuses it instead of the location bar -->
|
|
|
|
+ <box id="identity-box" role="button"
|
|
|
|
+ onclick="gIdentityHandler.handleIdentityButtonEvent(event);"
|
2010-11-30 15:35:52 +01:00
|
|
|
+ onkeypress="gIdentityHandler.handleIdentityButtonEvent(event);"
|
|
|
|
+ ondragstart="gIdentityHandler.onDragStart(event);">
|
2010-01-08 01:32:43 +01:00
|
|
|
+ <hbox id="identity-box-inner" align="center">
|
|
|
|
+ <stack id="page-proxy-stack"
|
|
|
|
+ onclick="PageProxyClickHandler(event);">
|
|
|
|
+ <image id="urlbar-throbber" busy="false"/>
|
|
|
|
+ <image id="page-proxy-favicon" validate="never"
|
|
|
|
+ pageproxystate="invalid"
|
|
|
|
+ onerror="this.removeAttribute('src');"/>
|
|
|
|
+ </stack>
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <hbox id="identity-icon-labels">
|
|
|
|
+ <label id="identity-icon-label" class="plain" flex="1"/>
|
|
|
|
+ <label id="identity-icon-country-label" class="plain"/>
|
|
|
|
+ </hbox>
|
2010-01-08 01:32:43 +01:00
|
|
|
+ </hbox>
|
|
|
|
+ </box>
|
2011-02-03 11:49:21 +01:00
|
|
|
+ <box id="urlbar-display-box" align="center">
|
|
|
|
+ <label id="urlbar-display" value="&urlbar.switchToTab.label;"/>
|
|
|
|
+ </box>
|
2010-01-08 01:32:43 +01:00
|
|
|
+ <hbox id="urlbar-icons">
|
2011-01-12 23:56:24 +01:00
|
|
|
+ <image id="page-report-button"
|
|
|
|
+ class="urlbar-icon"
|
|
|
|
+ hidden="true"
|
|
|
|
+ tooltiptext="&pageReportIcon.tooltip;"
|
|
|
|
+ onclick="gPopupBlockerObserver.onReportButtonClick(event);"/>
|
|
|
|
+
|
2010-01-08 01:32:43 +01:00
|
|
|
+ <image id="star-button"
|
|
|
|
+ class="urlbar-icon"
|
|
|
|
+ onclick="PlacesStarButton.onClick(event);"/>
|
|
|
|
+ <image id="go-button"
|
|
|
|
+ class="urlbar-icon"
|
|
|
|
+ tooltiptext="&goEndCap.tooltip;"
|
|
|
|
+ onclick="gURLBar.handleCommand(event);"/>
|
|
|
|
+ </hbox>
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <toolbarbutton id="urlbar-go-button"
|
2010-12-20 16:42:41 +01:00
|
|
|
+ class="chromeclass-toolbar-additional"
|
2010-11-30 15:35:52 +01:00
|
|
|
+ onclick="gURLBar.handleCommand(event);"
|
|
|
|
+ tooltiptext="&goEndCap.tooltip;"/>
|
|
|
|
+ <toolbarbutton id="urlbar-reload-button"
|
2010-12-20 16:42:41 +01:00
|
|
|
+ class="chromeclass-toolbar-additional"
|
2010-11-30 15:35:52 +01:00
|
|
|
+ command="Browser:ReloadOrDuplicate"
|
|
|
|
+ onclick="checkForMiddleClick(this, event);"
|
|
|
|
+ tooltiptext="&reloadButton.tooltip;"/>
|
|
|
|
+ <toolbarbutton id="urlbar-stop-button"
|
2010-12-20 16:42:41 +01:00
|
|
|
+ class="chromeclass-toolbar-additional"
|
2010-11-30 15:35:52 +01:00
|
|
|
+ command="Browser:Stop"
|
|
|
|
+ tooltiptext="&stopButton.tooltip;"/>
|
2010-01-08 01:32:43 +01:00
|
|
|
+ </textbox>
|
|
|
|
+ </toolbaritem>
|
|
|
|
+
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <toolbarbutton id="reload-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
|
|
|
|
+ label="&reloadCmd.label;" removable="true"
|
|
|
|
+ command="Browser:ReloadOrDuplicate"
|
|
|
|
+ onclick="checkForMiddleClick(this, event);"
|
|
|
|
+ tooltiptext="&reloadButton.tooltip;"/>
|
|
|
|
+
|
|
|
|
+ <toolbarbutton id="stop-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
|
|
|
|
+ label="&stopCmd.label;" removable="true"
|
|
|
|
+ command="Browser:Stop"
|
|
|
|
+ tooltiptext="&stopButton.tooltip;"/>
|
|
|
|
+
|
2010-01-08 01:32:43 +01:00
|
|
|
+ <toolbaritem id="search-container" title="&searchItem.title;"
|
|
|
|
+ align="center" class="chromeclass-toolbar-additional"
|
2010-11-30 15:35:52 +01:00
|
|
|
+ flex="100" persist="width" removable="true">
|
2010-01-08 01:32:43 +01:00
|
|
|
+ <searchbar id="searchbar" flex="1"/>
|
|
|
|
+ </toolbaritem>
|
|
|
|
+
|
2010-12-20 16:42:41 +01:00
|
|
|
+ <toolbarbutton id="home-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
|
|
|
|
+ persist="class" removable="true"
|
|
|
|
+ label="&homeButton.label;"
|
|
|
|
+ ondragover="homeButtonObserver.onDragOver(event)"
|
|
|
|
+ ondragenter="homeButtonObserver.onDragOver(event)"
|
|
|
|
+ ondrop="homeButtonObserver.onDrop(event)"
|
|
|
|
+ ondragexit="homeButtonObserver.onDragExit(event)"
|
|
|
|
+ onclick="BrowserGoHome(event);"
|
|
|
|
+ aboutHomeOverrideTooltip="&abouthome.pageTitle;"/>
|
|
|
|
+
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <toolbaritem id="bookmarks-menu-button-container"
|
|
|
|
+ class="chromeclass-toolbar-additional"
|
|
|
|
+ removable="true"
|
|
|
|
+ title="&bookmarksMenuButton.label;">
|
|
|
|
+ <toolbarbutton id="bookmarks-menu-button"
|
|
|
|
+ type="menu"
|
|
|
|
+ class="toolbarbutton-1"
|
|
|
|
+ label="&bookmarksMenuButton.label;"
|
|
|
|
+ tooltiptext="&bookmarksMenuButton.tooltip;"
|
|
|
|
+ ondragenter="PlacesMenuDNDHandler.onDragEnter(event);"
|
|
|
|
+ ondragover="PlacesMenuDNDHandler.onDragOver(event);"
|
2010-12-20 16:42:41 +01:00
|
|
|
+ ondragexit="PlacesMenuDNDHandler.onDragExit(event);"
|
2010-11-30 15:35:52 +01:00
|
|
|
+ ondrop="PlacesMenuDNDHandler.onDrop(event);">
|
|
|
|
+ <menupopup id="BMB_bookmarksPopup"
|
|
|
|
+ placespopup="true"
|
|
|
|
+ context="placesContext"
|
|
|
|
+ openInTabs="children"
|
2011-02-03 11:49:21 +01:00
|
|
|
+ oncommand="BookmarksEventHandler.onCommand(event, this.parentNode._placesView);"
|
|
|
|
+ onclick="BookmarksEventHandler.onClick(event, this.parentNode._placesView);"
|
2010-11-30 15:35:52 +01:00
|
|
|
+ onpopupshowing="BookmarksMenuButton.onPopupShowing(event);
|
|
|
|
+ if (!this.parentNode._placesView)
|
|
|
|
+ new PlacesMenu(event, 'place:folder=BOOKMARKS_MENU');"
|
|
|
|
+ tooltip="bhTooltip" popupsinherittooltip="true">
|
|
|
|
+ <menuitem id="BMB_viewBookmarksToolbar"
|
|
|
|
+ placesanonid="view-toolbar"
|
|
|
|
+ toolbarId="PersonalToolbar"
|
|
|
|
+ type="checkbox"
|
|
|
|
+ oncommand="onViewToolbarCommand(event)"
|
|
|
|
+ label="&viewBookmarksToolbar.label;"/>
|
|
|
|
+ <menuseparator/>
|
|
|
|
+ <menuitem id="BMB_bookmarksShowAll"
|
2010-12-20 16:42:41 +01:00
|
|
|
+ label="&showAllBookmarks2.label;"
|
2010-11-30 15:35:52 +01:00
|
|
|
+ command="Browser:ShowAllBookmarks"
|
|
|
|
+ key="manBookmarkKb"/>
|
|
|
|
+ <menuseparator/>
|
|
|
|
+ <menuitem id="BMB_bookmarkThisPage"
|
|
|
|
+#ifndef XP_MACOSX
|
|
|
|
+ class="menuitem-iconic"
|
|
|
|
+#endif
|
|
|
|
+ label="&bookmarkThisPageCmd.label;"
|
|
|
|
+ command="Browser:AddBookmarkAs"
|
|
|
|
+ key="addBookmarkAsKb"/>
|
|
|
|
+ <menuitem id="BMB_subscribeToPageMenuitem"
|
2010-12-20 16:42:41 +01:00
|
|
|
+#ifndef XP_MACOSX
|
|
|
|
+ class="menuitem-iconic"
|
|
|
|
+#endif
|
2010-11-30 15:35:52 +01:00
|
|
|
+ label="&subscribeToPageMenuitem.label;"
|
|
|
|
+ oncommand="return FeedHandler.subscribeToFeed(null, event);"
|
|
|
|
+ onclick="checkForMiddleClick(this, event);"
|
|
|
|
+ observes="singleFeedMenuitemState"/>
|
|
|
|
+ <menu id="BMB_subscribeToPageMenupopup"
|
2010-12-20 16:42:41 +01:00
|
|
|
+#ifndef XP_MACOSX
|
|
|
|
+ class="menu-iconic"
|
|
|
|
+#endif
|
2010-11-30 15:35:52 +01:00
|
|
|
+ label="&subscribeToPageMenupopup.label;"
|
|
|
|
+ observes="multipleFeedsMenuState">
|
|
|
|
+ <menupopup id="BMB_subscribeToPageSubmenuMenupopup"
|
|
|
|
+ onpopupshowing="return FeedHandler.buildFeedList(event.target);"
|
|
|
|
+ oncommand="return FeedHandler.subscribeToFeed(null, event);"
|
|
|
|
+ onclick="checkForMiddleClick(this, event);"/>
|
|
|
|
+ </menu>
|
|
|
|
+ <menuseparator/>
|
|
|
|
+ <menu id="BMB_bookmarksToolbar"
|
|
|
|
+ placesanonid="toolbar-autohide"
|
|
|
|
+ class="menu-iconic bookmark-item"
|
|
|
|
+ label="&personalbarCmd.label;"
|
|
|
|
+ container="true">
|
|
|
|
+ <menupopup id="BMB_bookmarksToolbarPopup"
|
|
|
|
+ placespopup="true"
|
|
|
|
+ context="placesContext"
|
|
|
|
+ onpopupshowing="if (!this.parentNode._placesView)
|
|
|
|
+ new PlacesMenu(event, 'place:folder=TOOLBAR');"/>
|
|
|
|
+ </menu>
|
|
|
|
+ <menuseparator/>
|
|
|
|
+ <!-- Bookmarks menu items -->
|
|
|
|
+ <menuseparator builder="end"
|
|
|
|
+ class="hide-if-empty-places-result"/>
|
|
|
|
+ <menuitem id="BMB_unsortedBookmarks"
|
|
|
|
+ label="&bookmarksMenuButton.unsorted.label;"
|
|
|
|
+ oncommand="PlacesCommandHook.showPlacesOrganizer('UnfiledBookmarks');"
|
|
|
|
+ class="menuitem-iconic"/>
|
|
|
|
+ </menupopup>
|
|
|
|
+ </toolbarbutton>
|
2010-01-08 01:32:43 +01:00
|
|
|
+ </toolbaritem>
|
|
|
|
+
|
|
|
|
+ <hbox id="fullscreenflex" flex="1" hidden="true" fullscreencontrol="true"/>
|
|
|
|
+ <hbox id="window-controls" hidden="true" fullscreencontrol="true">
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <toolbarbutton id="minimize-button"
|
2010-01-08 01:32:43 +01:00
|
|
|
+ tooltiptext="&fullScreenMinimize.tooltip;"
|
|
|
|
+ oncommand="window.minimize();"/>
|
|
|
|
+
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <toolbarbutton id="restore-button"
|
2010-01-08 01:32:43 +01:00
|
|
|
+ tooltiptext="&fullScreenRestore.tooltip;"
|
|
|
|
+ oncommand="BrowserFullScreen();"/>
|
|
|
|
+
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <toolbarbutton id="close-button"
|
2010-01-08 01:32:43 +01:00
|
|
|
+ tooltiptext="&fullScreenClose.tooltip;"
|
|
|
|
+ oncommand="BrowserTryToCloseWindow();"/>
|
|
|
|
+ </hbox>
|
|
|
|
+ </toolbar>
|
|
|
|
+
|
|
|
|
+ <toolbarset id="customToolbars" context="toolbar-context-menu"/>
|
|
|
|
+
|
|
|
|
+ <toolbar id="PersonalToolbar"
|
|
|
|
+ mode="icons" iconsize="small" defaulticonsize="small"
|
2010-11-30 15:35:52 +01:00
|
|
|
+ lockiconsize="true"
|
2010-01-08 01:32:43 +01:00
|
|
|
+ class="chromeclass-directories"
|
|
|
|
+ context="toolbar-context-menu"
|
|
|
|
+ defaultset="personal-bookmarks"
|
|
|
|
+ toolbarname="&personalbarCmd.label;" accesskey="&personalbarCmd.accesskey;"
|
|
|
|
+ collapsed="true"
|
2010-11-30 15:35:52 +01:00
|
|
|
+ customizable="true">
|
|
|
|
+ <toolbaritem flex="1" id="personal-bookmarks" title="&bookmarksItem.title;"
|
|
|
|
+ removable="true">
|
|
|
|
+ <hbox flex="1"
|
|
|
|
+ id="PlacesToolbar"
|
|
|
|
+ context="placesContext"
|
2011-02-03 11:49:21 +01:00
|
|
|
+ onclick="BookmarksEventHandler.onClick(event, this._placesView);"
|
|
|
|
+ oncommand="BookmarksEventHandler.onCommand(event, this._placesView);"
|
2010-11-30 15:35:52 +01:00
|
|
|
+ tooltip="bhTooltip"
|
|
|
|
+ popupsinherittooltip="true">
|
|
|
|
+ <toolbarbutton class="bookmark-item bookmarks-toolbar-customize"
|
|
|
|
+ mousethrough="never"
|
|
|
|
+ label="&bookmarksToolbarItem.label;"/>
|
|
|
|
+ <hbox flex="1">
|
|
|
|
+ <hbox align="center">
|
|
|
|
+ <image id="PlacesToolbarDropIndicator"
|
|
|
|
+ mousethrough="always"
|
|
|
|
+ collapsed="true"/>
|
|
|
|
+ </hbox>
|
|
|
|
+ <scrollbox orient="horizontal"
|
|
|
|
+ id="PlacesToolbarItems"
|
|
|
|
+ flex="1"/>
|
|
|
|
+ <toolbarbutton type="menu"
|
|
|
|
+ id="PlacesChevron"
|
|
|
|
+ class="chevron"
|
|
|
|
+ mousethrough="never"
|
|
|
|
+ collapsed="true"
|
|
|
|
+ tooltiptext="&bookmarksToolbarChevron.tooltip;"
|
|
|
|
+ onpopupshowing="document.getElementById('PlacesToolbar')
|
|
|
|
+ ._placesView._onChevronPopupShowing(event);">
|
|
|
|
+ <menupopup id="PlacesChevronPopup"
|
|
|
|
+ placespopup="true"
|
|
|
|
+ tooltip="bhTooltip" popupsinherittooltip="true"
|
|
|
|
+ context="placesContext"/>
|
|
|
|
+ </toolbarbutton>
|
|
|
|
+ </hbox>
|
|
|
|
+ </hbox>
|
|
|
|
+ </toolbaritem>
|
|
|
|
+ </toolbar>
|
|
|
|
+
|
2010-12-20 16:42:41 +01:00
|
|
|
+#ifdef MENUBAR_CAN_AUTOHIDE
|
|
|
|
+#ifndef CAN_DRAW_IN_TITLEBAR
|
|
|
|
+#define APPMENU_ON_TABBAR
|
|
|
|
+#endif
|
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <toolbar id="TabsToolbar"
|
|
|
|
+ fullscreentoolbar="true"
|
|
|
|
+ customizable="true"
|
|
|
|
+ mode="icons" lockmode="true"
|
|
|
|
+ iconsize="small" defaulticonsize="small" lockiconsize="true"
|
|
|
|
+ aria-label="&tabsToolbar.label;"
|
|
|
|
+ context="toolbar-context-menu"
|
2010-12-20 16:42:41 +01:00
|
|
|
+#ifdef APPMENU_ON_TABBAR
|
2011-01-24 10:14:26 +01:00
|
|
|
+ defaultset="appmenu-toolbar-button,tabbrowser-tabs,new-tab-button,alltabs-button,tabs-closebutton"
|
2010-12-20 16:42:41 +01:00
|
|
|
+#else
|
2011-01-24 10:14:26 +01:00
|
|
|
+ defaultset="tabbrowser-tabs,new-tab-button,alltabs-button,tabs-closebutton"
|
2010-12-20 16:42:41 +01:00
|
|
|
+#endif
|
2010-11-30 15:35:52 +01:00
|
|
|
+ collapsed="true">
|
|
|
|
+
|
2010-12-20 16:42:41 +01:00
|
|
|
+#ifdef APPMENU_ON_TABBAR
|
|
|
|
+ <toolbarbutton id="appmenu-toolbar-button"
|
|
|
|
+ class="chromeclass-toolbar-additional"
|
|
|
|
+ type="menu"
|
|
|
|
+ label="&brandShortName;"
|
|
|
|
+ tooltiptext="&appMenuButton.tooltip;">
|
|
|
|
+#include browser-appmenu.inc
|
|
|
|
+ </toolbarbutton>
|
|
|
|
+#endif
|
|
|
|
+
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <tabs id="tabbrowser-tabs"
|
|
|
|
+ class="tabbrowser-tabs"
|
|
|
|
+ tabbrowser="content"
|
|
|
|
+ flex="1"
|
|
|
|
+ setfocus="false"
|
|
|
|
+ tooltip="tabbrowser-tab-tooltip">
|
|
|
|
+ <tab class="tabbrowser-tab" selected="true" fadein="true"/>
|
|
|
|
+ </tabs>
|
|
|
|
+
|
|
|
|
+ <toolbarbutton id="new-tab-button"
|
|
|
|
+ class="toolbarbutton-1 chromeclass-toolbar-additional"
|
|
|
|
+ label="&tabCmd.label;"
|
|
|
|
+ command="cmd_newNavigatorTab"
|
|
|
|
+ onclick="checkForMiddleClick(this, event);"
|
|
|
|
+ tooltiptext="&newTabButton.tooltip;"
|
|
|
|
+ ondrop="newTabButtonObserver.onDrop(event)"
|
|
|
|
+ ondragover="newTabButtonObserver.onDragOver(event)"
|
|
|
|
+ ondragenter="newTabButtonObserver.onDragOver(event)"
|
2010-12-20 16:42:41 +01:00
|
|
|
+ ondragexit="newTabButtonObserver.onDragExit(event)"
|
2010-11-30 15:35:52 +01:00
|
|
|
+ removable="true"/>
|
|
|
|
+
|
|
|
|
+ <toolbarbutton id="alltabs-button"
|
|
|
|
+ class="toolbarbutton-1 chromeclass-toolbar-additional tabs-alltabs-button"
|
|
|
|
+ type="menu"
|
|
|
|
+ label="&listAllTabs.label;"
|
|
|
|
+ tooltiptext="&listAllTabs.label;"
|
|
|
|
+ removable="true">
|
|
|
|
+ <menupopup id="alltabs-popup"
|
|
|
|
+ position="after_end"/>
|
|
|
|
+ </toolbarbutton>
|
|
|
|
+
|
|
|
|
+ <toolbarbutton id="tabs-closebutton"
|
|
|
|
+ class="close-button tabs-closebutton"
|
|
|
|
+ command="cmd_close"
|
|
|
|
+ label="&closeTab.label;"
|
|
|
|
+ tooltiptext="&closeTab.label;"/>
|
|
|
|
+
|
2011-01-12 23:56:24 +01:00
|
|
|
+#ifdef CAN_DRAW_IN_TITLEBAR
|
|
|
|
+ <hbox class="titlebar-placeholder" type="appmenu-button" ordinal="0"/>
|
|
|
|
+ <hbox class="titlebar-placeholder" type="caption-buttons" ordinal="1000"/>
|
|
|
|
+#endif
|
2010-11-30 15:35:52 +01:00
|
|
|
+ </toolbar>
|
|
|
|
+
|
|
|
|
+ <toolbarpalette id="BrowserToolbarPalette">
|
|
|
|
+
|
|
|
|
+# Update primaryToolbarButtons in browser/themes/browserShared.inc when adding
|
|
|
|
+# or removing default items with the toolbarbutton-1 class.
|
|
|
|
+
|
|
|
|
+ <toolbarbutton id="print-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
|
|
|
|
+ label="&printButton.label;" command="cmd_print"
|
|
|
|
+ tooltiptext="&printButton.tooltip;"/>
|
|
|
|
+
|
|
|
|
+ <toolbaritem id="navigator-throbber" title="&throbberItem.title;" align="center" pack="center"
|
|
|
|
+ mousethrough="always">
|
|
|
|
+ <image/>
|
|
|
|
+ </toolbaritem>
|
|
|
|
+
|
|
|
|
+ <toolbarbutton id="downloads-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
|
|
|
|
+ observes="Tools:Downloads"
|
|
|
|
+ ondrop="DownloadsButtonDNDObserver.onDrop(event)"
|
|
|
|
+ ondragover="DownloadsButtonDNDObserver.onDragOver(event)"
|
|
|
|
+ ondragenter="DownloadsButtonDNDObserver.onDragOver(event)"
|
2010-12-20 16:42:41 +01:00
|
|
|
+ ondragexit="DownloadsButtonDNDObserver.onDragExit(event)"
|
2010-11-30 15:35:52 +01:00
|
|
|
+ label="&downloads.label;"
|
|
|
|
+ tooltiptext="&downloads.tooltip;"/>
|
|
|
|
+
|
|
|
|
+ <toolbarbutton id="history-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
|
|
|
|
+ observes="viewHistorySidebar" label="&historyButton.label;"
|
|
|
|
+ tooltiptext="&historyButton.tooltip;"/>
|
|
|
|
+
|
|
|
|
+ <toolbarbutton id="bookmarks-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
|
|
|
|
+ observes="viewBookmarksSidebar"
|
|
|
|
+ tooltiptext="&bookmarksButton.tooltip;"
|
|
|
|
+ ondrop="bookmarksButtonObserver.onDrop(event)"
|
|
|
|
+ ondragover="bookmarksButtonObserver.onDragOver(event)"
|
|
|
|
+ ondragenter="bookmarksButtonObserver.onDragOver(event)"
|
2010-12-20 16:42:41 +01:00
|
|
|
+ ondragexit="bookmarksButtonObserver.onDragExit(event)"/>
|
2010-11-30 15:35:52 +01:00
|
|
|
+
|
|
|
|
+ <toolbarbutton id="new-window-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
|
|
|
|
+ label="&newNavigatorCmd.label;"
|
|
|
|
+ command="key_newNavigator"
|
|
|
|
+ tooltiptext="&newWindowButton.tooltip;"
|
|
|
|
+ ondrop="newWindowButtonObserver.onDrop(event)"
|
|
|
|
+ ondragover="newWindowButtonObserver.onDragOver(event)"
|
|
|
|
+ ondragenter="newWindowButtonObserver.onDragOver(event)"
|
2010-12-20 16:42:41 +01:00
|
|
|
+ ondragexit="newWindowButtonObserver.onDragExit(event)"/>
|
2010-11-30 15:35:52 +01:00
|
|
|
+
|
|
|
|
+ <toolbarbutton id="cut-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
|
|
|
|
+ label="&cutCmd.label;"
|
|
|
|
+ command="cmd_cut"
|
|
|
|
+ tooltiptext="&cutButton.tooltip;"/>
|
|
|
|
+
|
|
|
|
+ <toolbarbutton id="copy-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
|
|
|
|
+ label="©Cmd.label;"
|
|
|
|
+ command="cmd_copy"
|
|
|
|
+ tooltiptext="©Button.tooltip;"/>
|
|
|
|
+
|
|
|
|
+ <toolbarbutton id="paste-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
|
|
|
|
+ label="&pasteCmd.label;"
|
|
|
|
+ command="cmd_paste"
|
|
|
|
+ tooltiptext="&pasteButton.tooltip;"/>
|
|
|
|
+
|
|
|
|
+ <toolbarbutton id="fullscreen-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
|
|
|
|
+ observes="View:FullScreen"
|
|
|
|
+ type="checkbox"
|
|
|
|
+ label="&fullScreenCmd.label;"
|
|
|
|
+ tooltiptext="&fullScreenButton.tooltip;"/>
|
|
|
|
+
|
|
|
|
+ <toolbaritem id="zoom-controls" class="chromeclass-toolbar-additional"
|
|
|
|
+ title="&zoomControls.label;">
|
|
|
|
+ <toolbarbutton id="zoom-out-button" class="toolbarbutton-1"
|
|
|
|
+ label="&fullZoomReduceCmd.label;"
|
|
|
|
+ command="cmd_fullZoomReduce"
|
|
|
|
+ tooltiptext="&zoomOutButton.tooltip;"/>
|
|
|
|
+ <toolbarbutton id="zoom-in-button" class="toolbarbutton-1"
|
|
|
|
+ label="&fullZoomEnlargeCmd.label;"
|
|
|
|
+ command="cmd_fullZoomEnlarge"
|
|
|
|
+ tooltiptext="&zoomInButton.tooltip;"/>
|
|
|
|
+ </toolbaritem>
|
|
|
|
+#ifdef MOZ_SERVICES_SYNC
|
|
|
|
+ <toolbarbutton id="sync-button"
|
|
|
|
+ class="toolbarbutton-1 chromeclass-toolbar-additional"
|
|
|
|
+ label="&syncToolbarButton.label;"
|
|
|
|
+ oncommand="gSyncUI.handleToolbarButton()"/>
|
2010-01-08 01:32:43 +01:00
|
|
|
+#endif
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <toolbarbutton id="feed-button"
|
|
|
|
+ type="menu"
|
|
|
|
+ class="toolbarbutton-1 chromeclass-toolbar-additional"
|
|
|
|
+ disabled="true"
|
|
|
|
+ label="&feedButton.label;"
|
|
|
|
+ tooltiptext="&feedButton.tooltip;"
|
|
|
|
+ onclick="return FeedHandler.onFeedButtonClick(event);">
|
|
|
|
+ <menupopup position="after_end"
|
|
|
|
+ id="feed-menu"
|
|
|
|
+ onpopupshowing="return FeedHandler.buildFeedList(this);"
|
|
|
|
+ oncommand="return FeedHandler.subscribeToFeed(null, event);"
|
|
|
|
+ onclick="checkForMiddleClick(this, event);"/>
|
|
|
|
+ </toolbarbutton>
|
2011-01-24 10:14:26 +01:00
|
|
|
+
|
|
|
|
+ <toolbarbutton id="tabview-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
|
|
|
|
+ label="&tabGroupsButton.label;"
|
|
|
|
+ command="Browser:ToggleTabView"
|
|
|
|
+ tooltiptext="&tabGroupsButton.tooltip;"
|
|
|
|
+ observes="tabviewGroupsNumber"/>
|
2010-11-30 15:35:52 +01:00
|
|
|
+ </toolbarpalette>
|
2010-01-08 01:32:43 +01:00
|
|
|
+ </toolbox>
|
|
|
|
+
|
|
|
|
+ <hbox flex="1" id="browser">
|
2010-12-20 16:42:41 +01:00
|
|
|
+ <vbox id="browser-border-start" hidden="true" layer="true"/>
|
2010-01-08 01:32:43 +01:00
|
|
|
+ <vbox id="sidebar-box" hidden="true" class="chromeclass-extrachrome">
|
|
|
|
+ <sidebarheader id="sidebar-header" align="center">
|
|
|
|
+ <label id="sidebar-title" persist="value" flex="1" crop="end" control="sidebar"/>
|
|
|
|
+ <image id="sidebar-throbber"/>
|
|
|
|
+ <toolbarbutton class="tabs-closebutton" tooltiptext="&sidebarCloseButton.tooltip;" oncommand="toggleSidebar();"/>
|
|
|
|
+ </sidebarheader>
|
|
|
|
+ <browser id="sidebar" flex="1" autoscroll="false" disablehistory="true"
|
|
|
|
+ style="min-width: 14em; width: 18em; max-width: 36em;"/>
|
|
|
|
+ </vbox>
|
|
|
|
+
|
|
|
|
+ <splitter id="sidebar-splitter" class="chromeclass-extrachrome" hidden="true"/>
|
|
|
|
+ <vbox id="appcontent" flex="1">
|
|
|
|
+ <tabbrowser id="content" disablehistory="true"
|
|
|
|
+ flex="1" contenttooltip="aHTMLTooltip"
|
2010-11-30 15:35:52 +01:00
|
|
|
+ tabcontainer="tabbrowser-tabs"
|
2010-01-08 01:32:43 +01:00
|
|
|
+ contentcontextmenu="contentAreaContextMenu"
|
|
|
|
+ autocompletepopup="PopupAutoComplete"
|
|
|
|
+ onclick="return contentAreaClick(event, false);"/>
|
2011-02-03 11:49:21 +01:00
|
|
|
+ <statuspanel id="statusbar-display" label=""/>
|
2010-01-08 01:32:43 +01:00
|
|
|
+ </vbox>
|
2010-12-20 16:42:41 +01:00
|
|
|
+ <vbox id="browser-border-end" hidden="true" layer="true"/>
|
2010-01-08 01:32:43 +01:00
|
|
|
+ </hbox>
|
2010-11-30 15:35:52 +01:00
|
|
|
+
|
|
|
|
+ <vbox id="browser-bottombox" layer="true">
|
|
|
|
+ <toolbar id="addon-bar"
|
|
|
|
+ toolbarname="&addonBarCmd.label;" accesskey="&addonBarCmd.accesskey;"
|
|
|
|
+ collapsed="true"
|
|
|
|
+ class="toolbar-primary chromeclass-toolbar"
|
|
|
|
+ context="toolbar-context-menu" toolboxid="navigator-toolbox"
|
|
|
|
+ mode="icons" iconsize="small" defaulticonsize="small"
|
|
|
|
+ lockiconsize="true"
|
2010-12-20 16:42:41 +01:00
|
|
|
+ defaultset="addonbar-closebutton,spring,status-bar"
|
2011-02-03 11:49:21 +01:00
|
|
|
+ customizable="true"
|
|
|
|
+ key="key_toggleAddonBar">
|
2010-12-20 16:42:41 +01:00
|
|
|
+ <toolbarbutton id="addonbar-closebutton"
|
|
|
|
+ tooltiptext="&addonBarCloseButton.tooltip;"
|
|
|
|
+ oncommand="setToolbarVisibility(this.parentNode, false);"/>
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <statusbar id="status-bar"/>
|
|
|
|
+ </toolbar>
|
2010-01-08 01:32:43 +01:00
|
|
|
+ </vbox>
|
2010-11-30 15:35:52 +01:00
|
|
|
+
|
|
|
|
+#ifndef XP_UNIX
|
|
|
|
+ <svg:svg height="0">
|
|
|
|
+ <svg:mask id="winstripe-keyhole-forward-mask" maskContentUnits="objectBoundingBox">
|
|
|
|
+ <svg:rect x="0" y="0" width="1" height="1" fill="white"/>
|
|
|
|
+ <svg:circle cx="-0.46" cy="0.5" r="0.63"/>
|
|
|
|
+ </svg:mask>
|
|
|
|
+ <svg:mask id="winstripe-keyhole-forward-mask-hover" maskContentUnits="objectBoundingBox">
|
|
|
|
+ <svg:rect x="0" y="0" width="1" height="1" fill="white"/>
|
|
|
|
+ <svg:circle cx="-0.35" cy="0.5" r="0.58"/>
|
|
|
|
+ </svg:mask>
|
|
|
|
+ </svg:svg>
|
|
|
|
+#endif
|
2010-12-20 16:42:41 +01:00
|
|
|
+#ifdef XP_MACOSX
|
|
|
|
+ <svg:svg height="0">
|
2011-01-24 10:14:26 +01:00
|
|
|
+ <svg:mask id="pinstripe-keyhole-forward-mask" maskContentUnits="objectBoundingBox">
|
|
|
|
+ <svg:rect x="0" y="0" width="1" height="1" fill="white"/>
|
|
|
|
+ <svg:circle cx="-0.46" cy="0.48" r="0.65"/>
|
|
|
|
+ </svg:mask>
|
2010-12-20 16:42:41 +01:00
|
|
|
+ <svg:mask id="pinstripe-tab-ontop-left-curve-mask" maskContentUnits="userSpaceOnUse">
|
|
|
|
+ <svg:circle cx="9" cy="3" r="3" fill="white"/>
|
|
|
|
+ <svg:rect x="9" y="0" width="3" height="3" fill="white"/>
|
|
|
|
+ <svg:rect x="6" y="3" width="6" height="19" fill="white"/>
|
|
|
|
+ <svg:rect x="1" y="17" width="5" height="5" fill="white"/>
|
|
|
|
+ <svg:circle cx="1" cy="17" r="5"/>
|
|
|
|
+ <svg:rect x="0" y="22" width="12" height="1" fill="white"/>
|
|
|
|
+ </svg:mask>
|
|
|
|
+ <svg:mask id="pinstripe-tab-ontop-right-curve-mask" maskContentUnits="userSpaceOnUse">
|
|
|
|
+ <svg:circle cx="3" cy="3" r="3" fill="white"/>
|
|
|
|
+ <svg:rect x="0" y="0" width="3" height="3" fill="white"/>
|
|
|
|
+ <svg:rect x="0" y="3" width="6" height="19" fill="white"/>
|
|
|
|
+ <svg:rect x="6" y="17" width="5" height="5" fill="white"/>
|
|
|
|
+ <svg:circle cx="11" cy="17" r="5"/>
|
|
|
|
+ <svg:rect x="0" y="22" width="12" height="1" fill="white"/>
|
|
|
|
+ </svg:mask>
|
|
|
|
+ <svg:mask id="pinstripe-tab-onbottom-left-curve-mask" maskContentUnits="userSpaceOnUse">
|
|
|
|
+ <svg:circle cx="9" cy="20" r="3" fill="white"/>
|
|
|
|
+ <svg:rect x="9" y="20" width="3" height="3" fill="white"/>
|
|
|
|
+ <svg:rect x="6" y="1" width="6" height="19" fill="white"/>
|
|
|
|
+ <svg:rect x="1" y="1" width="5" height="5" fill="white"/>
|
|
|
|
+ <svg:circle cx="1" cy="6" r="5"/>
|
|
|
|
+ <svg:rect x="0" y="0" width="12" height="1" fill="white"/>
|
|
|
|
+ </svg:mask>
|
|
|
|
+ <svg:mask id="pinstripe-tab-onbottom-right-curve-mask" maskContentUnits="userSpaceOnUse">
|
|
|
|
+ <svg:circle cx="3" cy="20" r="3" fill="white"/>
|
|
|
|
+ <svg:rect x="0" y="20" width="3" height="3" fill="white"/>
|
|
|
|
+ <svg:rect x="0" y="1" width="6" height="19" fill="white"/>
|
|
|
|
+ <svg:rect x="6" y="1" width="5" height="5" fill="white"/>
|
|
|
|
+ <svg:circle cx="11" cy="6" r="5"/>
|
|
|
|
+ <svg:rect x="0" y="0" width="12" height="1" fill="white"/>
|
|
|
|
+ </svg:mask>
|
|
|
|
+ </svg:svg>
|
|
|
|
+#endif
|
2010-11-30 15:35:52 +01:00
|
|
|
+
|
|
|
|
+</vbox>
|
|
|
|
+# <iframe id="tab-view"> is dynamically appended as the 2nd child of #tab-view-deck.
|
|
|
|
+# Introducing the iframe dynamically, as needed, was found to be better than
|
|
|
|
+# starting with an empty iframe here in browser.xul from a Ts standpoint.
|
|
|
|
+</deck>
|
|
|
|
+
|
2010-01-08 01:32:43 +01:00
|
|
|
+</window>
|
|
|
|
diff --git a/browser/base/jar.mn b/browser/base/jar.mn
|
|
|
|
--- a/browser/base/jar.mn
|
|
|
|
+++ b/browser/base/jar.mn
|
2011-02-03 11:49:21 +01:00
|
|
|
@@ -22,16 +22,18 @@ browser.jar:
|
2010-11-30 15:35:52 +01:00
|
|
|
* content/browser/aboutHome.css (content/aboutHome.css)
|
2011-02-03 11:49:21 +01:00
|
|
|
content/browser/aboutHome-restore-icon.png (content/aboutHome-restore-icon.png)
|
|
|
|
content/browser/aboutHome-restore-icon-rtl.png (content/aboutHome-restore-icon-rtl.png)
|
2010-01-08 01:32:43 +01:00
|
|
|
content/browser/aboutRobots-icon.png (content/aboutRobots-icon.png)
|
|
|
|
content/browser/aboutRobots-widget-left.png (content/aboutRobots-widget-left.png)
|
2009-10-12 12:23:44 +02:00
|
|
|
* content/browser/browser.css (content/browser.css)
|
|
|
|
* content/browser/browser.js (content/browser.js)
|
|
|
|
* content/browser/browser.xul (content/browser.xul)
|
|
|
|
+* content/browser/browser-kde.xul (content/browser-kde.xul)
|
|
|
|
+% override chrome://browser/content/browser.xul chrome://browser/content/browser-kde.xul desktop=kde
|
|
|
|
* content/browser/browser-tabPreviews.xml (content/browser-tabPreviews.xml)
|
2010-01-08 01:32:43 +01:00
|
|
|
* content/browser/fullscreen-video.xhtml (content/fullscreen-video.xhtml)
|
2010-11-30 15:35:52 +01:00
|
|
|
* content/browser/inspector.html (content/inspector.html)
|
2010-01-08 01:32:43 +01:00
|
|
|
* content/browser/pageinfo/pageInfo.xul (content/pageinfo/pageInfo.xul)
|
|
|
|
* content/browser/pageinfo/pageInfo.js (content/pageinfo/pageInfo.js)
|
|
|
|
* content/browser/pageinfo/pageInfo.css (content/pageinfo/pageInfo.css)
|
2010-11-30 15:35:52 +01:00
|
|
|
* content/browser/pageinfo/pageInfo.xml (content/pageinfo/pageInfo.xml)
|
2010-01-08 01:32:43 +01:00
|
|
|
* content/browser/pageinfo/feeds.js (content/pageinfo/feeds.js)
|
|
|
|
diff --git a/browser/components/build/nsModule.cpp b/browser/components/build/nsModule.cpp
|
|
|
|
--- a/browser/components/build/nsModule.cpp
|
|
|
|
+++ b/browser/components/build/nsModule.cpp
|
|
|
|
@@ -41,17 +41,17 @@
|
|
|
|
#include "nsBrowserCompsCID.h"
|
2010-11-30 15:35:52 +01:00
|
|
|
#include "DirectoryProvider.h"
|
2010-01-08 01:32:43 +01:00
|
|
|
|
|
|
|
#if defined(XP_WIN)
|
|
|
|
#include "nsWindowsShellService.h"
|
2009-09-17 00:40:05 +02:00
|
|
|
#elif defined(XP_MACOSX)
|
|
|
|
#include "nsMacShellService.h"
|
|
|
|
#elif defined(MOZ_WIDGET_GTK2)
|
|
|
|
-#include "nsGNOMEShellService.h"
|
|
|
|
+#include "nsUnixShellService.h"
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef WINCE
|
2010-01-08 01:32:43 +01:00
|
|
|
|
|
|
|
#include "nsProfileMigrator.h"
|
|
|
|
#if !defined(XP_BEOS)
|
|
|
|
#include "nsDogbertProfileMigrator.h"
|
|
|
|
#endif
|
2010-11-30 15:35:52 +01:00
|
|
|
@@ -84,18 +84,16 @@ using namespace mozilla::browser;
|
|
|
|
|
2010-01-08 01:32:43 +01:00
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
2010-11-30 15:35:52 +01:00
|
|
|
NS_GENERIC_FACTORY_CONSTRUCTOR(DirectoryProvider)
|
2010-01-08 01:32:43 +01:00
|
|
|
#if defined(XP_WIN)
|
|
|
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsWindowsShellService)
|
2009-09-17 00:40:05 +02:00
|
|
|
#elif defined(XP_MACOSX)
|
|
|
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsMacShellService)
|
2010-11-30 15:35:52 +01:00
|
|
|
-#elif defined(MOZ_WIDGET_GTK2)
|
2009-09-17 00:40:05 +02:00
|
|
|
-NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsGNOMEShellService, Init)
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifndef WINCE
|
2010-01-08 01:32:43 +01:00
|
|
|
|
|
|
|
#if !defined(XP_BEOS)
|
|
|
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsDogbertProfileMigrator)
|
|
|
|
#endif
|
|
|
|
#if !defined(XP_OS2)
|
2010-11-30 15:35:52 +01:00
|
|
|
@@ -151,17 +149,17 @@ NS_DEFINE_NAMED_CID(NS_SEAMONKEYPROFILEM
|
|
|
|
#endif /* WINCE */
|
|
|
|
NS_DEFINE_NAMED_CID(NS_PRIVATE_BROWSING_SERVICE_WRAPPER_CID);
|
2010-01-08 01:32:43 +01:00
|
|
|
|
2010-11-30 15:35:52 +01:00
|
|
|
static const mozilla::Module::CIDEntry kBrowserCIDs[] = {
|
|
|
|
{ &kNS_BROWSERDIRECTORYPROVIDER_CID, false, NULL, DirectoryProviderConstructor },
|
|
|
|
#if defined(XP_WIN)
|
|
|
|
{ &kNS_SHELLSERVICE_CID, false, NULL, nsWindowsShellServiceConstructor },
|
2010-01-08 01:32:43 +01:00
|
|
|
#elif defined(MOZ_WIDGET_GTK2)
|
2010-11-30 15:35:52 +01:00
|
|
|
- { &kNS_SHELLSERVICE_CID, false, NULL, nsGNOMEShellServiceConstructor },
|
|
|
|
+ { &kNS_SHELLSERVICE_CID, false, NULL, nsUnixShellServiceConstructor },
|
2009-09-17 00:40:05 +02:00
|
|
|
#endif
|
2010-11-30 15:35:52 +01:00
|
|
|
{ &kNS_FEEDSNIFFER_CID, false, NULL, nsFeedSnifferConstructor },
|
|
|
|
{ &kNS_BROWSER_ABOUT_REDIRECTOR_CID, false, NULL, AboutRedirector::Create },
|
|
|
|
#ifndef WINCE
|
|
|
|
{ &kNS_FIREFOX_PROFILEMIGRATOR_CID, false, NULL, nsProfileMigratorConstructor },
|
|
|
|
#if defined(XP_WIN) && !defined(__MINGW32__)
|
|
|
|
{ &kNS_WINIEPROFILEMIGRATOR_CID, false, NULL, nsIEProfileMigratorConstructor },
|
|
|
|
#elif defined(XP_MACOSX)
|
2011-01-28 18:09:26 +01:00
|
|
|
diff --git a/browser/components/preferences/advanced.js b/browser/components/preferences/advanced.js
|
|
|
|
--- a/browser/components/preferences/advanced.js
|
|
|
|
+++ b/browser/components/preferences/advanced.js
|
|
|
|
@@ -683,24 +683,42 @@ var gAdvancedPane = {
|
|
|
|
var brandBundle = document.getElementById("bundleBrand");
|
|
|
|
var shellBundle = document.getElementById("bundleShell");
|
|
|
|
var brandShortName = brandBundle.getString("brandShortName");
|
|
|
|
var promptTitle = shellBundle.getString("setDefaultBrowserTitle");
|
|
|
|
var promptMessage;
|
|
|
|
const IPS = Components.interfaces.nsIPromptService;
|
|
|
|
var psvc = Components.classes["@mozilla.org/embedcomp/prompt-service;1"]
|
|
|
|
.getService(IPS);
|
|
|
|
+
|
|
|
|
+ var env = Components.classes["@mozilla.org/process/environment;1"]
|
|
|
|
+ .getService(Components.interfaces.nsIEnvironment);
|
|
|
|
+ var kde_session = 0;
|
|
|
|
+ if (env.get('KDE_FULL_SESSION') == "true")
|
|
|
|
+ kde_session = 1;
|
|
|
|
+
|
|
|
|
if (!shellSvc.isDefaultBrowser(false)) {
|
|
|
|
promptMessage = shellBundle.getFormattedString("setDefaultBrowserMessage",
|
|
|
|
[brandShortName]);
|
|
|
|
var rv = psvc.confirmEx(window, promptTitle, promptMessage,
|
|
|
|
IPS.STD_YES_NO_BUTTONS,
|
|
|
|
null, null, null, null, { });
|
|
|
|
- if (rv == 0)
|
|
|
|
+ if (rv == 0) {
|
|
|
|
shellSvc.setDefaultBrowser(true, false);
|
|
|
|
+ if (kde_session == 1) {
|
|
|
|
+ var shellObj = Components.classes["@mozilla.org/file/local;1"]
|
|
|
|
+ .createInstance(Components.interfaces.nsILocalFile);
|
|
|
|
+ shellObj.initWithPath("/usr/bin/kwriteconfig");
|
|
|
|
+ var process = Components.classes["@mozilla.org/process/util;1"]
|
|
|
|
+ .createInstance(Components.interfaces.nsIProcess);
|
|
|
|
+ process.init(shellObj);
|
|
|
|
+ var args = ["--file", "kdeglobals", "--group", "General", "--key", "BrowserApplication", "MozillaFirefox"];
|
|
|
|
+ process.run(false, args, args.length);
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
}
|
|
|
|
else {
|
|
|
|
promptMessage = shellBundle.getFormattedString("alreadyDefaultBrowser",
|
|
|
|
[brandShortName]);
|
|
|
|
psvc.alert(window, promptTitle, promptMessage);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#endif
|
2010-01-08 01:32:43 +01:00
|
|
|
diff --git a/browser/components/shell/src/Makefile.in b/browser/components/shell/src/Makefile.in
|
|
|
|
--- a/browser/components/shell/src/Makefile.in
|
|
|
|
+++ b/browser/components/shell/src/Makefile.in
|
2010-11-30 15:35:52 +01:00
|
|
|
@@ -52,17 +52,18 @@ endif
|
|
|
|
|
|
|
|
ifneq (,$(filter WINCE WINNT,$(OS_ARCH)))
|
|
|
|
CPPSRCS = nsWindowsShellService.cpp
|
2010-01-08 01:32:43 +01:00
|
|
|
else
|
2010-11-30 15:35:52 +01:00
|
|
|
ifeq (cocoa,$(MOZ_WIDGET_TOOLKIT))
|
2009-09-17 00:40:05 +02:00
|
|
|
CPPSRCS = nsMacShellService.cpp
|
|
|
|
else
|
|
|
|
ifeq ($(MOZ_WIDGET_TOOLKIT), gtk2)
|
|
|
|
-CPPSRCS = nsGNOMEShellService.cpp
|
|
|
|
+CPPSRCS = nsUnixShellService.cpp nsGNOMEShellService.cpp nsKDEShellService.cpp
|
|
|
|
+LOCAL_INCLUDES += -I$(topsrcdir)/toolkit/xre
|
|
|
|
endif
|
|
|
|
endif
|
|
|
|
endif
|
2010-01-08 01:32:43 +01:00
|
|
|
|
|
|
|
ifdef CPPSRCS
|
|
|
|
LIBRARY_NAME = shellservice_s
|
|
|
|
endif
|
|
|
|
|
|
|
|
diff --git a/browser/components/shell/src/nsKDEShellService.cpp b/browser/components/shell/src/nsKDEShellService.cpp
|
|
|
|
new file mode 100644
|
|
|
|
--- /dev/null
|
|
|
|
+++ b/browser/components/shell/src/nsKDEShellService.cpp
|
2009-09-17 00:40:05 +02:00
|
|
|
@@ -0,0 +1,193 @@
|
|
|
|
+/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
|
|
+/* ***** BEGIN LICENSE BLOCK *****
|
|
|
|
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
|
|
|
+ *
|
|
|
|
+ * The contents of this file are subject to the Mozilla Public License Version
|
|
|
|
+ * 1.1 (the "License"); you may not use this file except in compliance with
|
|
|
|
+ * the License. You may obtain a copy of the License at
|
|
|
|
+ * http://www.mozilla.org/MPL/
|
|
|
|
+ *
|
|
|
|
+ * Software distributed under the License is distributed on an "AS IS" basis,
|
|
|
|
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
|
|
+ * for the specific language governing rights and limitations under the
|
|
|
|
+ * License.
|
|
|
|
+ *
|
|
|
|
+ * The Original Code is Shell Service.
|
|
|
|
+ *
|
|
|
|
+ * The Initial Developer of the Original Code is mozilla.org.
|
|
|
|
+ * Portions created by the Initial Developer are Copyright (C) 2004
|
|
|
|
+ * the Initial Developer. All Rights Reserved.
|
|
|
|
+ *
|
|
|
|
+ * Contributor(s):
|
|
|
|
+ *
|
|
|
|
+ * Alternatively, the contents of this file may be used under the terms of
|
|
|
|
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
|
|
|
|
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
|
|
|
+ * in which case the provisions of the GPL or the LGPL are applicable instead
|
|
|
|
+ * of those above. If you wish to allow use of your version of this file only
|
|
|
|
+ * under the terms of either the GPL or the LGPL, and not to allow others to
|
|
|
|
+ * use your version of this file under the terms of the MPL, indicate your
|
|
|
|
+ * decision by deleting the provisions above and replace them with the notice
|
|
|
|
+ * and other provisions required by the GPL or the LGPL. If you do not delete
|
|
|
|
+ * the provisions above, a recipient may use your version of this file under
|
|
|
|
+ * the terms of any one of the MPL, the GPL or the LGPL.
|
|
|
|
+ *
|
|
|
|
+ * ***** END LICENSE BLOCK ***** */
|
|
|
|
+
|
|
|
|
+#include "nsKDEShellService.h"
|
|
|
|
+#include "nsShellService.h"
|
|
|
|
+#include "nsKDEUtils.h"
|
|
|
|
+#include "nsCOMPtr.h"
|
|
|
|
+#include "nsIPrefService.h"
|
|
|
|
+#include "nsIProcess.h"
|
|
|
|
+#include "nsILocalFile.h"
|
|
|
|
+#include "nsServiceManagerUtils.h"
|
|
|
|
+#include "nsComponentManagerUtils.h"
|
|
|
|
+
|
|
|
|
+nsresult
|
|
|
|
+nsKDEShellService::Init()
|
|
|
|
+ {
|
|
|
|
+ if( !nsKDEUtils::kdeSupport())
|
|
|
|
+ return NS_ERROR_NOT_AVAILABLE;
|
|
|
|
+ return NS_OK;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+NS_IMPL_ISUPPORTS1(nsKDEShellService, nsIShellService)
|
|
|
|
+
|
|
|
|
+NS_IMETHODIMP
|
|
|
|
+nsKDEShellService::IsDefaultBrowser(PRBool aStartupCheck,
|
|
|
|
+ PRBool* aIsDefaultBrowser)
|
|
|
|
+ {
|
|
|
|
+ *aIsDefaultBrowser = PR_FALSE;
|
|
|
|
+ if (aStartupCheck)
|
|
|
|
+ mCheckedThisSession = PR_TRUE;
|
|
|
|
+ nsCStringArray command;
|
|
|
|
+ command.AppendCString( NS_LITERAL_CSTRING( "ISDEFAULTBROWSER" ));
|
|
|
|
+ if( nsKDEUtils::command( command ))
|
|
|
|
+ *aIsDefaultBrowser = PR_TRUE;
|
|
|
|
+ return NS_OK;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+NS_IMETHODIMP
|
|
|
|
+nsKDEShellService::SetDefaultBrowser(PRBool aClaimAllTypes,
|
|
|
|
+ PRBool aForAllUsers)
|
|
|
|
+ {
|
|
|
|
+ nsCStringArray command;
|
|
|
|
+ command.AppendCString( NS_LITERAL_CSTRING( "SETDEFAULTBROWSER" ));
|
|
|
|
+ command.AppendCString( aClaimAllTypes ? NS_LITERAL_CSTRING( "ALLTYPES" ) : NS_LITERAL_CSTRING( "NORMAL" ));
|
|
|
|
+ return nsKDEUtils::command( command ) ? NS_OK : NS_ERROR_FAILURE;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+NS_IMETHODIMP
|
|
|
|
+nsKDEShellService::GetShouldCheckDefaultBrowser(PRBool* aResult)
|
|
|
|
+{
|
|
|
|
+ // If we've already checked, the browser has been started and this is a
|
|
|
|
+ // new window open, and we don't want to check again.
|
|
|
|
+ if (mCheckedThisSession) {
|
|
|
|
+ *aResult = PR_FALSE;
|
|
|
|
+ return NS_OK;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+ nsCOMPtr<nsIPrefBranch> prefs;
|
|
|
|
+ nsCOMPtr<nsIPrefService> pserve(do_GetService(NS_PREFSERVICE_CONTRACTID));
|
|
|
|
+ if (pserve)
|
|
|
|
+ pserve->GetBranch("", getter_AddRefs(prefs));
|
|
|
|
+
|
|
|
|
+ if (prefs)
|
|
|
|
+ prefs->GetBoolPref(PREF_CHECKDEFAULTBROWSER, aResult);
|
|
|
|
+
|
|
|
|
+ return NS_OK;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+NS_IMETHODIMP
|
|
|
|
+nsKDEShellService::SetShouldCheckDefaultBrowser(PRBool aShouldCheck)
|
|
|
|
+{
|
|
|
|
+ nsCOMPtr<nsIPrefBranch> prefs;
|
|
|
|
+ nsCOMPtr<nsIPrefService> pserve(do_GetService(NS_PREFSERVICE_CONTRACTID));
|
|
|
|
+ if (pserve)
|
|
|
|
+ pserve->GetBranch("", getter_AddRefs(prefs));
|
|
|
|
+
|
|
|
|
+ if (prefs)
|
|
|
|
+ prefs->SetBoolPref(PREF_CHECKDEFAULTBROWSER, aShouldCheck);
|
|
|
|
+
|
|
|
|
+ return NS_OK;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+NS_IMETHODIMP
|
|
|
|
+nsKDEShellService::SetDesktopBackground(nsIDOMElement* aElement,
|
|
|
|
+ PRInt32 aPosition)
|
|
|
|
+ {
|
|
|
|
+ return NS_ERROR_NOT_IMPLEMENTED;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+NS_IMETHODIMP
|
|
|
|
+nsKDEShellService::GetDesktopBackgroundColor(PRUint32 *aColor)
|
|
|
|
+ {
|
|
|
|
+ return NS_ERROR_NOT_IMPLEMENTED;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+NS_IMETHODIMP
|
|
|
|
+nsKDEShellService::SetDesktopBackgroundColor(PRUint32 aColor)
|
|
|
|
+ {
|
|
|
|
+ return NS_ERROR_NOT_IMPLEMENTED;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+NS_IMETHODIMP
|
|
|
|
+nsKDEShellService::OpenApplication(PRInt32 aApplication)
|
|
|
|
+ {
|
|
|
|
+ nsCStringArray command;
|
|
|
|
+ if( aApplication == APPLICATION_MAIL )
|
|
|
|
+ command.AppendCString( NS_LITERAL_CSTRING( "OPENMAIL" ));
|
|
|
|
+ else if( aApplication == APPLICATION_NEWS )
|
|
|
|
+ command.AppendCString( NS_LITERAL_CSTRING( "OPENNEWS" ));
|
|
|
|
+ else
|
|
|
|
+ return NS_ERROR_NOT_IMPLEMENTED;
|
|
|
|
+ return nsKDEUtils::command( command ) ? NS_OK : NS_ERROR_FAILURE;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+NS_IMETHODIMP
|
|
|
|
+nsKDEShellService::OpenApplicationWithURI(nsILocalFile* aApplication, const nsACString& aURI)
|
|
|
|
+ {
|
|
|
|
+ nsCStringArray command;
|
|
|
|
+ command.AppendCString( NS_LITERAL_CSTRING( "RUN" ));
|
|
|
|
+ nsCString app;
|
|
|
|
+ nsresult rv = aApplication->GetNativePath( app );
|
|
|
|
+ NS_ENSURE_SUCCESS( rv, rv );
|
|
|
|
+ command.AppendCString( app );
|
|
|
|
+ command.AppendCString( aURI );
|
|
|
|
+ return nsKDEUtils::command( command ) ? NS_OK : NS_ERROR_FAILURE;
|
|
|
|
+ }
|
|
|
|
+
|
|
|
|
+NS_IMETHODIMP
|
|
|
|
+nsKDEShellService::GetDefaultFeedReader(nsILocalFile** _retval)
|
|
|
|
+ {
|
|
|
|
+ *_retval = nsnull;
|
|
|
|
+
|
|
|
|
+ nsCStringArray command;
|
|
|
|
+ command.AppendCString( NS_LITERAL_CSTRING( "GETDEFAULTFEEDREADER" ));
|
|
|
|
+ nsCStringArray output;
|
|
|
|
+ if( !nsKDEUtils::command( command, &output ) || output.Count() != 1 )
|
|
|
|
+ return NS_ERROR_FAILURE;
|
|
|
|
+
|
|
|
|
+ nsCString path;
|
|
|
|
+ path = *output[ 0 ];
|
|
|
|
+ if (path.IsEmpty())
|
|
|
|
+ return NS_ERROR_FAILURE;
|
|
|
|
+
|
|
|
|
+ nsresult rv;
|
|
|
|
+ nsCOMPtr<nsILocalFile> defaultReader =
|
|
|
|
+ do_CreateInstance("@mozilla.org/file/local;1", &rv);
|
|
|
|
+ NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
+
|
|
|
|
+ rv = defaultReader->InitWithNativePath(path);
|
|
|
|
+ NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
+
|
|
|
|
+ PRBool exists;
|
|
|
|
+ rv = defaultReader->Exists(&exists);
|
|
|
|
+ NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
+ if (!exists)
|
|
|
|
+ return NS_ERROR_FAILURE;
|
|
|
|
+
|
|
|
|
+ NS_ADDREF(*_retval = defaultReader);
|
|
|
|
+ return NS_OK;
|
|
|
|
+ }
|
2010-01-08 01:32:43 +01:00
|
|
|
diff --git a/browser/components/shell/src/nsKDEShellService.h b/browser/components/shell/src/nsKDEShellService.h
|
|
|
|
new file mode 100644
|
|
|
|
--- /dev/null
|
|
|
|
+++ b/browser/components/shell/src/nsKDEShellService.h
|
2009-09-17 00:40:05 +02:00
|
|
|
@@ -0,0 +1,59 @@
|
|
|
|
+/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
|
|
+/* ***** BEGIN LICENSE BLOCK *****
|
|
|
|
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
|
|
|
+ *
|
|
|
|
+ * The contents of this file are subject to the Mozilla Public License Version
|
|
|
|
+ * 1.1 (the "License"); you may not use this file except in compliance with
|
|
|
|
+ * the License. You may obtain a copy of the License at
|
|
|
|
+ * http://www.mozilla.org/MPL/
|
|
|
|
+ *
|
|
|
|
+ * Software distributed under the License is distributed on an "AS IS" basis,
|
|
|
|
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
|
|
+ * for the specific language governing rights and limitations under the
|
|
|
|
+ * License.
|
|
|
|
+ *
|
|
|
|
+ * The Original Code is Shell Service.
|
|
|
|
+ *
|
|
|
|
+ * The Initial Developer of the Original Code is mozilla.org.
|
|
|
|
+ * Portions created by the Initial Developer are Copyright (C) 2004
|
|
|
|
+ * the Initial Developer. All Rights Reserved.
|
|
|
|
+ *
|
|
|
|
+ * Contributor(s):
|
|
|
|
+ *
|
|
|
|
+ * Alternatively, the contents of this file may be used under the terms of
|
|
|
|
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
|
|
|
|
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
|
|
|
+ * in which case the provisions of the GPL or the LGPL are applicable instead
|
|
|
|
+ * of those above. If you wish to allow use of your version of this file only
|
|
|
|
+ * under the terms of either the GPL or the LGPL, and not to allow others to
|
|
|
|
+ * use your version of this file under the terms of the MPL, indicate your
|
|
|
|
+ * decision by deleting the provisions above and replace them with the notice
|
|
|
|
+ * and other provisions required by the GPL or the LGPL. If you do not delete
|
|
|
|
+ * the provisions above, a recipient may use your version of this file under
|
|
|
|
+ * the terms of any one of the MPL, the GPL or the LGPL.
|
|
|
|
+ *
|
|
|
|
+ * ***** END LICENSE BLOCK ***** */
|
|
|
|
+
|
|
|
|
+#ifndef nskdeshellservice_h____
|
|
|
|
+#define nskdeshellservice_h____
|
|
|
|
+
|
|
|
|
+#include "nsIShellService.h"
|
|
|
|
+#include "nsStringAPI.h"
|
|
|
|
+
|
|
|
|
+class nsKDEShellService : public nsIShellService
|
|
|
|
+{
|
|
|
|
+public:
|
|
|
|
+ nsKDEShellService() : mCheckedThisSession(PR_FALSE) { }
|
|
|
|
+
|
|
|
|
+ NS_DECL_ISUPPORTS
|
|
|
|
+ NS_DECL_NSISHELLSERVICE
|
|
|
|
+
|
|
|
|
+ nsresult Init() NS_HIDDEN;
|
|
|
|
+
|
|
|
|
+private:
|
|
|
|
+ ~nsKDEShellService() {}
|
|
|
|
+
|
|
|
|
+ PRPackedBool mCheckedThisSession;
|
|
|
|
+};
|
|
|
|
+
|
|
|
|
+#endif // nskdeshellservice_h____
|
2010-01-08 01:32:43 +01:00
|
|
|
diff --git a/browser/components/shell/src/nsUnixShellService.cpp b/browser/components/shell/src/nsUnixShellService.cpp
|
|
|
|
new file mode 100644
|
|
|
|
--- /dev/null
|
|
|
|
+++ b/browser/components/shell/src/nsUnixShellService.cpp
|
2009-09-17 00:40:05 +02:00
|
|
|
@@ -0,0 +1,52 @@
|
|
|
|
+/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
|
|
+/* ***** BEGIN LICENSE BLOCK *****
|
|
|
|
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
|
|
|
+ *
|
|
|
|
+ * The contents of this file are subject to the Mozilla Public License Version
|
|
|
|
+ * 1.1 (the "License"); you may not use this file except in compliance with
|
|
|
|
+ * the License. You may obtain a copy of the License at
|
|
|
|
+ * http://www.mozilla.org/MPL/
|
|
|
|
+ *
|
|
|
|
+ * Software distributed under the License is distributed on an "AS IS" basis,
|
|
|
|
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
|
|
+ * for the specific language governing rights and limitations under the
|
|
|
|
+ * License.
|
|
|
|
+ *
|
|
|
|
+ * The Original Code is Shell Service.
|
|
|
|
+ *
|
|
|
|
+ * The Initial Developer of the Original Code is mozilla.org.
|
|
|
|
+ * Portions created by the Initial Developer are Copyright (C) 2004
|
|
|
|
+ * the Initial Developer. All Rights Reserved.
|
|
|
|
+ *
|
|
|
|
+ * Contributor(s):
|
|
|
|
+ *
|
|
|
|
+ * Alternatively, the contents of this file may be used under the terms of
|
|
|
|
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
|
|
|
|
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
|
|
|
+ * in which case the provisions of the GPL or the LGPL are applicable instead
|
|
|
|
+ * of those above. If you wish to allow use of your version of this file only
|
|
|
|
+ * under the terms of either the GPL or the LGPL, and not to allow others to
|
|
|
|
+ * use your version of this file under the terms of the MPL, indicate your
|
|
|
|
+ * decision by deleting the provisions above and replace them with the notice
|
|
|
|
+ * and other provisions required by the GPL or the LGPL. If you do not delete
|
|
|
|
+ * the provisions above, a recipient may use your version of this file under
|
|
|
|
+ * the terms of any one of the MPL, the GPL or the LGPL.
|
|
|
|
+ *
|
|
|
|
+ * ***** END LICENSE BLOCK ***** */
|
|
|
|
+
|
|
|
|
+#include "nsUnixShellService.h"
|
|
|
|
+#include "nsGNOMEShellService.h"
|
|
|
|
+#include "nsKDEShellService.h"
|
|
|
|
+#include "nsKDEUtils.h"
|
2010-11-30 15:35:52 +01:00
|
|
|
+#include "mozilla/ModuleUtils.h"
|
2009-09-17 00:40:05 +02:00
|
|
|
+
|
|
|
|
+NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsGNOMEShellService, Init)
|
|
|
|
+NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsKDEShellService, Init)
|
|
|
|
+
|
|
|
|
+NS_METHOD
|
|
|
|
+nsUnixShellServiceConstructor(nsISupports *aOuter, REFNSIID aIID, void **aResult)
|
|
|
|
+{
|
|
|
|
+ if( nsKDEUtils::kdeSupport())
|
|
|
|
+ return nsKDEShellServiceConstructor( aOuter, aIID, aResult );
|
|
|
|
+ return nsGNOMEShellServiceConstructor( aOuter, aIID, aResult );
|
|
|
|
+}
|
2010-01-08 01:32:43 +01:00
|
|
|
diff --git a/browser/components/shell/src/nsUnixShellService.h b/browser/components/shell/src/nsUnixShellService.h
|
|
|
|
new file mode 100644
|
|
|
|
--- /dev/null
|
|
|
|
+++ b/browser/components/shell/src/nsUnixShellService.h
|
2009-09-17 00:40:05 +02:00
|
|
|
@@ -0,0 +1,45 @@
|
|
|
|
+/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
|
|
|
+/* ***** BEGIN LICENSE BLOCK *****
|
|
|
|
+ * Version: MPL 1.1/GPL 2.0/LGPL 2.1
|
|
|
|
+ *
|
|
|
|
+ * The contents of this file are subject to the Mozilla Public License Version
|
|
|
|
+ * 1.1 (the "License"); you may not use this file except in compliance with
|
|
|
|
+ * the License. You may obtain a copy of the License at
|
|
|
|
+ * http://www.mozilla.org/MPL/
|
|
|
|
+ *
|
|
|
|
+ * Software distributed under the License is distributed on an "AS IS" basis,
|
|
|
|
+ * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
|
|
|
|
+ * for the specific language governing rights and limitations under the
|
|
|
|
+ * License.
|
|
|
|
+ *
|
|
|
|
+ * The Original Code is Shell Service.
|
|
|
|
+ *
|
|
|
|
+ * The Initial Developer of the Original Code is mozilla.org.
|
|
|
|
+ * Portions created by the Initial Developer are Copyright (C) 2004
|
|
|
|
+ * the Initial Developer. All Rights Reserved.
|
|
|
|
+ *
|
|
|
|
+ * Contributor(s):
|
|
|
|
+ *
|
|
|
|
+ * Alternatively, the contents of this file may be used under the terms of
|
|
|
|
+ * either the GNU General Public License Version 2 or later (the "GPL"), or
|
|
|
|
+ * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
|
|
|
|
+ * in which case the provisions of the GPL or the LGPL are applicable instead
|
|
|
|
+ * of those above. If you wish to allow use of your version of this file only
|
|
|
|
+ * under the terms of either the GPL or the LGPL, and not to allow others to
|
|
|
|
+ * use your version of this file under the terms of the MPL, indicate your
|
|
|
|
+ * decision by deleting the provisions above and replace them with the notice
|
|
|
|
+ * and other provisions required by the GPL or the LGPL. If you do not delete
|
|
|
|
+ * the provisions above, a recipient may use your version of this file under
|
|
|
|
+ * the terms of any one of the MPL, the GPL or the LGPL.
|
|
|
|
+ *
|
|
|
|
+ * ***** END LICENSE BLOCK ***** */
|
|
|
|
+
|
|
|
|
+#ifndef nsunixshellservice_h____
|
|
|
|
+#define nsunixshellservice_h____
|
|
|
|
+
|
|
|
|
+#include "nsIShellService.h"
|
|
|
|
+
|
|
|
|
+NS_METHOD
|
|
|
|
+nsUnixShellServiceConstructor(nsISupports *aOuter, REFNSIID aIID, void **aResult);
|
|
|
|
+
|
|
|
|
+#endif // nsunixshellservice_h____
|
2010-01-08 01:32:43 +01:00
|
|
|
diff --git a/browser/installer/package-manifest.in b/browser/installer/package-manifest.in
|
|
|
|
--- a/browser/installer/package-manifest.in
|
|
|
|
+++ b/browser/installer/package-manifest.in
|
2011-01-12 23:56:24 +01:00
|
|
|
@@ -442,16 +442,17 @@
|
2010-11-30 15:35:52 +01:00
|
|
|
#endif
|
2010-01-08 01:32:43 +01:00
|
|
|
#endif
|
|
|
|
|
|
|
|
; [Default Preferences]
|
|
|
|
; All the pref files must be part of base to prevent migration bugs
|
|
|
|
@BINPATH@/@PREF_DIR@/firefox.js
|
|
|
|
@BINPATH@/@PREF_DIR@/firefox-branding.js
|
|
|
|
@BINPATH@/@PREF_DIR@/channel-prefs.js
|
|
|
|
+@BINPATH@/@PREF_DIR@/kde.js
|
2010-11-30 15:35:52 +01:00
|
|
|
#ifdef MOZ_SERVICES_SYNC
|
|
|
|
@BINPATH@/@PREF_DIR@/services-sync.js
|
|
|
|
#endif
|
|
|
|
@BINPATH@/greprefs.js
|
2010-01-08 01:32:43 +01:00
|
|
|
@BINPATH@/defaults/autoconfig/platform.js
|
|
|
|
@BINPATH@/defaults/autoconfig/prefcalls.js
|
2010-11-30 15:35:52 +01:00
|
|
|
@BINPATH@/defaults/profile/prefs.js
|
2010-01-08 01:32:43 +01:00
|
|
|
|