2015-01-14 19:32:16 +01:00
|
|
|
# HG changeset patch
|
2019-03-19 23:01:55 +01:00
|
|
|
# Parent 87262204aa945e6fce864193d103a93659bf76f6
|
2015-01-14 19:32:16 +01:00
|
|
|
|
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
|
2019-03-19 23:01:55 +01:00
|
|
|
@@ -0,0 +1,1408 @@
|
2010-01-08 01:32:43 +01:00
|
|
|
+#filter substitution
|
|
|
|
+<?xml version="1.0"?>
|
|
|
|
+# -*- Mode: HTML -*-
|
|
|
|
+#
|
2012-08-28 20:40:50 +02:00
|
|
|
+# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
+# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2010-01-08 01:32:43 +01:00
|
|
|
+
|
2018-10-29 16:21:53 +01:00
|
|
|
+<!-- The "global.css" stylesheet is imported first to allow other stylesheets to
|
|
|
|
+ override rules using selectors with the same specificity. This applies to
|
|
|
|
+ both "content" and "skin" packages, which bug 1385444 will unify later. -->
|
|
|
|
+<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
|
|
|
|
+
|
2018-12-12 12:35:28 +01:00
|
|
|
+<!-- While these stylesheets are defined in Toolkit, they are only used in the
|
|
|
|
+ main browser window, so we can load them here. Bug 1474241 is on file to
|
|
|
|
+ consider moving these widgets to the "browser" folder. -->
|
|
|
|
+<?xml-stylesheet href="chrome://global/content/tabprompts.css" type="text/css"?>
|
|
|
|
+<?xml-stylesheet href="chrome://global/skin/tabprompts.css" type="text/css"?>
|
|
|
|
+
|
2010-01-08 01:32:43 +01:00
|
|
|
+<?xml-stylesheet href="chrome://browser/content/browser.css" type="text/css"?>
|
2018-10-29 16:21:53 +01:00
|
|
|
+<?xml-stylesheet href="chrome://browser/content/tabbrowser.css" type="text/css"?>
|
|
|
|
+<?xml-stylesheet href="chrome://browser/content/downloads/downloads.css" type="text/css"?>
|
2010-01-08 01:32:43 +01:00
|
|
|
+<?xml-stylesheet href="chrome://browser/content/places/places.css" type="text/css"?>
|
2016-09-20 18:19:47 +02:00
|
|
|
+<?xml-stylesheet href="chrome://browser/content/usercontext/usercontext.css" type="text/css"?>
|
2018-10-29 16:21:53 +01:00
|
|
|
+<?xml-stylesheet href="chrome://browser/skin/" type="text/css"?>
|
2015-09-22 08:10:40 +02:00
|
|
|
+<?xml-stylesheet href="chrome://browser/skin/controlcenter/panel.css" type="text/css"?>
|
2016-11-15 19:06:29 +01:00
|
|
|
+<?xml-stylesheet href="chrome://browser/skin/customizableui/panelUI.css" type="text/css"?>
|
2018-10-29 16:21:53 +01:00
|
|
|
+<?xml-stylesheet href="chrome://browser/skin/downloads/downloads.css" type="text/css"?>
|
|
|
|
+<?xml-stylesheet href="chrome://browser/skin/searchbar.css" type="text/css"?>
|
|
|
|
+<?xml-stylesheet href="chrome://browser/skin/places/tree-icons.css" type="text/css"?>
|
|
|
|
+<?xml-stylesheet href="chrome://browser/skin/places/editBookmark.css" type="text/css"?>
|
2018-06-25 22:56:47 +02:00
|
|
|
+<?xml-stylesheet href="chrome://browser/skin/compacttheme.css" type="text/css" alternate="yes" title="Light/Dark"?>
|
2010-01-08 01:32:43 +01:00
|
|
|
+
|
|
|
|
+# All DTD information is stored in a separate file so that it can be shared by
|
|
|
|
+# hiddenWindow.xul.
|
2018-06-25 22:56:47 +02:00
|
|
|
+<!DOCTYPE window [
|
2010-01-08 01:32:43 +01:00
|
|
|
+#include browser-doctype.inc
|
2018-06-25 22:56:47 +02:00
|
|
|
+]>
|
2010-01-08 01:32:43 +01:00
|
|
|
+
|
|
|
|
+<window id="main-window"
|
|
|
|
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
|
|
+ xmlns:svg="http://www.w3.org/2000/svg"
|
2014-02-03 16:34:42 +01:00
|
|
|
+ xmlns:html="http://www.w3.org/1999/xhtml"
|
2017-09-05 12:10:37 +02:00
|
|
|
+ xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
2010-01-08 01:32:43 +01:00
|
|
|
+ xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
2014-03-18 20:44:32 +01:00
|
|
|
+ title="&mainWindow.title;"
|
|
|
|
+ title_normal="&mainWindow.title;"
|
2010-01-08 01:32:43 +01:00
|
|
|
+#ifdef XP_MACOSX
|
2014-03-18 20:44:32 +01:00
|
|
|
+ title_privatebrowsing="&mainWindow.title;&mainWindow.titlemodifiermenuseparator;&mainWindow.titlePrivateBrowsingSuffix;"
|
|
|
|
+ titledefault="&mainWindow.title;"
|
2010-01-08 01:32:43 +01:00
|
|
|
+ titlemodifier=""
|
|
|
|
+ titlemodifier_normal=""
|
|
|
|
+ titlemodifier_privatebrowsing="&mainWindow.titlePrivateBrowsingSuffix;"
|
|
|
|
+#else
|
2014-03-18 20:44:32 +01:00
|
|
|
+ title_privatebrowsing="&mainWindow.titlemodifier; &mainWindow.titlePrivateBrowsingSuffix;"
|
|
|
|
+ titlemodifier="&mainWindow.titlemodifier;"
|
|
|
|
+ titlemodifier_normal="&mainWindow.titlemodifier;"
|
|
|
|
+ titlemodifier_privatebrowsing="&mainWindow.titlemodifier; &mainWindow.titlePrivateBrowsingSuffix;"
|
2010-01-08 01:32:43 +01:00
|
|
|
+#endif
|
2014-04-27 18:09:32 +02:00
|
|
|
+#ifdef XP_WIN
|
|
|
|
+ chromemargin="0,2,2,2"
|
|
|
|
+#else
|
|
|
|
+ chromemargin="0,-1,-1,-1"
|
|
|
|
+#endif
|
|
|
|
+ tabsintitlebar="true"
|
2010-01-08 01:32:43 +01:00
|
|
|
+ titlemenuseparator="&mainWindow.titlemodifiermenuseparator;"
|
|
|
|
+ windowtype="navigator:browser"
|
2012-06-05 20:01:53 +02:00
|
|
|
+ macanimationtype="document"
|
2010-01-08 01:32:43 +01:00
|
|
|
+ screenX="4" screenY="4"
|
2012-07-16 10:13:51 +02:00
|
|
|
+ fullscreenbutton="true"
|
2014-04-27 18:09:32 +02:00
|
|
|
+ sizemode="normal"
|
2015-11-03 16:49:03 +01:00
|
|
|
+ retargetdocumentfocus="urlbar"
|
2018-12-12 12:35:28 +01:00
|
|
|
+ persist="screenX screenY width height sizemode"
|
|
|
|
+#ifdef BROWSER_XHTML
|
|
|
|
+ hidden="true"
|
2019-01-29 19:07:12 +01:00
|
|
|
+ mozpersist=""
|
2018-12-12 12:35:28 +01:00
|
|
|
+#endif
|
|
|
|
+ >
|
2010-01-08 01:32:43 +01:00
|
|
|
+
|
2018-06-25 22:56:47 +02:00
|
|
|
+# All JS files which are needed by browser.xul and other top level windows to
|
|
|
|
+# support MacOS specific features *must* go into the global-scripts.inc file so
|
|
|
|
+# that they can be shared with macWindow.inc.xul.
|
2010-01-08 01:32:43 +01:00
|
|
|
+#include global-scripts.inc
|
|
|
|
+
|
2018-10-29 16:21:53 +01:00
|
|
|
+<script type="application/javascript"
|
|
|
|
+#ifdef BROWSER_XHTML
|
|
|
|
+xmlns="http://www.w3.org/1999/xhtml"
|
|
|
|
+#endif
|
|
|
|
+>
|
2017-11-15 00:17:59 +01:00
|
|
|
+ Services.scriptloader.loadSubScript("chrome://global/content/contentAreaUtils.js", this);
|
2019-01-29 19:07:12 +01:00
|
|
|
+ Services.scriptloader.loadSubScript("chrome://browser/content/browser-captivePortal.js", this);
|
|
|
|
+ Services.scriptloader.loadSubScript("chrome://browser/content/browser-compacttheme.js", this);
|
|
|
|
+ Services.scriptloader.loadSubScript("chrome://browser/content/browser-contentblocking.js", this);
|
|
|
|
+#ifdef MOZ_DATA_REPORTING
|
|
|
|
+ Services.scriptloader.loadSubScript("chrome://browser/content/browser-data-submission-info-bar.js", this);
|
|
|
|
+#endif
|
|
|
|
+#ifndef MOZILLA_OFFICIAL
|
|
|
|
+ Services.scriptloader.loadSubScript("chrome://browser/content/browser-development-helpers.js", this);
|
|
|
|
+#endif
|
|
|
|
+ Services.scriptloader.loadSubScript("chrome://browser/content/browser-media.js", this);
|
|
|
|
+ Services.scriptloader.loadSubScript("chrome://browser/content/browser-pageActions.js", this);
|
|
|
|
+ Services.scriptloader.loadSubScript("chrome://browser/content/browser-plugins.js", this);
|
|
|
|
+ Services.scriptloader.loadSubScript("chrome://browser/content/browser-sidebar.js", this);
|
|
|
|
+ Services.scriptloader.loadSubScript("chrome://browser/content/browser-tabsintitlebar.js", this);
|
2018-05-08 15:14:23 +02:00
|
|
|
+ Services.scriptloader.loadSubScript("chrome://browser/content/tabbrowser.js", this);
|
2019-01-29 19:07:12 +01:00
|
|
|
+ Services.scriptloader.loadSubScript("chrome://browser/content/search/searchbar.js", this);
|
2018-06-25 22:56:47 +02:00
|
|
|
+
|
2018-10-29 16:21:53 +01:00
|
|
|
+ window.onload = gBrowserInit.onLoad.bind(gBrowserInit);
|
|
|
|
+ window.onunload = gBrowserInit.onUnload.bind(gBrowserInit);
|
|
|
|
+ window.onclose = WindowIsClosing;
|
2018-12-12 12:35:28 +01:00
|
|
|
+
|
2018-10-29 16:21:53 +01:00
|
|
|
+#ifdef BROWSER_XHTML
|
2018-12-12 12:35:28 +01:00
|
|
|
+ window.addEventListener("readystatechange", () => {
|
|
|
|
+ // We initially hide the window to prevent layouts during parse. This lets us
|
|
|
|
+ // avoid accidental XBL construction and better match browser.xul (see Bug 1497975).
|
|
|
|
+ gBrowserInit.onBeforeInitialXULLayout();
|
|
|
|
+ document.documentElement.removeAttribute("hidden");
|
|
|
|
+ }, { once: true, capture: true });
|
2018-10-29 16:21:53 +01:00
|
|
|
+#else
|
|
|
|
+ window.addEventListener("MozBeforeInitialXULLayout",
|
|
|
|
+ gBrowserInit.onBeforeInitialXULLayout.bind(gBrowserInit), { once: true });
|
|
|
|
+#endif
|
|
|
|
+ // The listener of DOMContentLoaded must be set on window, rather than
|
|
|
|
+ // document, because the window can go away before the event is fired.
|
|
|
|
+ // In that case, we don't want to initialize anything, otherwise we
|
|
|
|
+ // may be leaking things because they will never be destroyed after.
|
|
|
|
+ window.addEventListener("DOMContentLoaded",
|
|
|
|
+ gBrowserInit.onDOMContentLoaded.bind(gBrowserInit), { once: true });
|
2017-11-15 00:17:59 +01:00
|
|
|
+</script>
|
2010-01-08 01:32:43 +01:00
|
|
|
+
|
2018-10-29 16:21:53 +01:00
|
|
|
+# All sets except for popupsets (commands, keys, and stringbundles)
|
2018-06-25 22:56:47 +02:00
|
|
|
+# *must* go into the browser-sets.inc file so that they can be shared with other
|
|
|
|
+# top level windows in macWindow.inc.xul.
|
2010-01-08 01:32:43 +01:00
|
|
|
+#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);"/>
|
2018-12-12 12:35:28 +01:00
|
|
|
+ <menuitem id="context_reloadSelectedTabs" label="&reloadTabs.label;" hidden="true"
|
|
|
|
+ accesskey="&reloadTabs.accesskey;"
|
2018-10-29 16:21:53 +01:00
|
|
|
+ oncommand="gBrowser.reloadMultiSelectedTabs();"/>
|
2015-12-17 01:06:36 +01:00
|
|
|
+ <menuitem id="context_toggleMuteTab" oncommand="TabContextMenu.contextTab.toggleMuteAudio();"/>
|
2018-09-05 09:16:27 +02:00
|
|
|
+ <menuitem id="context_toggleMuteSelectedTabs" hidden="true"
|
|
|
|
+ oncommand="gBrowser.toggleMuteAudioOnMultiSelectedTabs(TabContextMenu.contextTab);"/>
|
2013-01-07 21:49:28 +01:00
|
|
|
+ <menuitem id="context_pinTab" label="&pinTab.label;"
|
|
|
|
+ accesskey="&pinTab.accesskey;"
|
2010-11-30 15:35:52 +01:00
|
|
|
+ oncommand="gBrowser.pinTab(TabContextMenu.contextTab);"/>
|
2013-01-07 21:49:28 +01:00
|
|
|
+ <menuitem id="context_unpinTab" label="&unpinTab.label;" hidden="true"
|
|
|
|
+ accesskey="&unpinTab.accesskey;"
|
2010-11-30 15:35:52 +01:00
|
|
|
+ oncommand="gBrowser.unpinTab(TabContextMenu.contextTab);"/>
|
2018-10-29 16:21:53 +01:00
|
|
|
+ <menuitem id="context_pinSelectedTabs" label="&pinSelectedTabs.label;" hidden="true"
|
|
|
|
+ accesskey="&pinSelectedTabs.accesskey;"
|
|
|
|
+ oncommand="gBrowser.pinMultiSelectedTabs();"/>
|
|
|
|
+ <menuitem id="context_unpinSelectedTabs" label="&unpinSelectedTabs.label;" hidden="true"
|
|
|
|
+ accesskey="&unpinSelectedTabs.accesskey;"
|
|
|
|
+ oncommand="gBrowser.unpinMultiSelectedTabs();"/>
|
2017-11-15 00:17:59 +01:00
|
|
|
+ <menuitem id="context_duplicateTab" label="&duplicateTab.label;"
|
|
|
|
+ accesskey="&duplicateTab.accesskey;"
|
|
|
|
+ oncommand="duplicateTabIn(TabContextMenu.contextTab, 'tab');"/>
|
2019-01-29 19:07:12 +01:00
|
|
|
+ <menuitem id="context_duplicateTabs" label="&duplicateTabs.label;"
|
|
|
|
+ accesskey="&duplicateTabs.accesskey;"
|
|
|
|
+ oncommand="TabContextMenu.duplicateSelectedTabs();"/>
|
2018-12-12 12:35:28 +01:00
|
|
|
+ <menuseparator/>
|
|
|
|
+ <menuitem id="context_selectAllTabs" label="&selectAllTabs.label;" accesskey="&selectAllTabs.accesskey;"
|
|
|
|
+ oncommand="gBrowser.selectAllTabs();"/>
|
|
|
|
+ <menuitem id="context_bookmarkSelectedTabs"
|
|
|
|
+ hidden="true"
|
|
|
|
+ label="&bookmarkSelectedTabs.label;"
|
|
|
|
+ accesskey="&bookmarkSelectedTabs.accesskey;"
|
|
|
|
+ oncommand="PlacesCommandHook.bookmarkPages(PlacesCommandHook.uniqueSelectedPages);"/>
|
|
|
|
+ <menuitem id="context_bookmarkTab"
|
|
|
|
+ label="&bookmarkTab.label;"
|
|
|
|
+ accesskey="&bookmarkTab.accesskey;"
|
|
|
|
+ oncommand="PlacesCommandHook.bookmarkPages(PlacesCommandHook.getUniquePages([TabContextMenu.contextTab]));"/>
|
2018-09-05 09:16:27 +02:00
|
|
|
+ <menu id="context_reopenInContainer"
|
|
|
|
+ label="&reopenInContainer.label;"
|
|
|
|
+ accesskey="&reopenInContainer.accesskey;"
|
|
|
|
+ hidden="true">
|
2018-10-29 16:21:53 +01:00
|
|
|
+ <menupopup oncommand="TabContextMenu.reopenInContainer(event);"
|
|
|
|
+ onpopupshowing="TabContextMenu.createReopenInContainerMenu(event);"/>
|
2018-09-05 09:16:27 +02:00
|
|
|
+ </menu>
|
2018-12-12 12:35:28 +01:00
|
|
|
+ <menu id="context_moveTabOptions"
|
|
|
|
+ multiselectcontextlabel="&moveSelectedTabOptions.label;"
|
|
|
|
+ multiselectcontextaccesskey="&moveSelectedTabOptions.accesskey;"
|
|
|
|
+ nonmultiselectcontextlabel="&moveTabOptions.label;"
|
|
|
|
+ nonmultiselectcontextaccesskey="&moveTabOptions.accesskey;">
|
|
|
|
+ <menupopup id="moveTabOptionsMenu">
|
|
|
|
+ <menuitem id="context_moveToStart"
|
|
|
|
+ label="&moveToStart.label;"
|
|
|
|
+ accesskey="&moveToStart.accesskey;"
|
|
|
|
+ tbattr="tabbrowser-multiple"
|
|
|
|
+ oncommand="gBrowser.moveTabsToStart(TabContextMenu.contextTab);"/>
|
|
|
|
+ <menuitem id="context_moveToEnd"
|
|
|
|
+ label="&moveToEnd.label;"
|
|
|
|
+ accesskey="&moveToEnd.accesskey;"
|
|
|
|
+ tbattr="tabbrowser-multiple"
|
|
|
|
+ oncommand="gBrowser.moveTabsToEnd(TabContextMenu.contextTab);"/>
|
|
|
|
+ <menuitem id="context_openTabInWindow" label="&moveToNewWindow.label;"
|
|
|
|
+ accesskey="&moveToNewWindow.accesskey;"
|
|
|
|
+ tbattr="tabbrowser-multiple"
|
|
|
|
+ oncommand="gBrowser.replaceTabsWithWindow(TabContextMenu.contextTab);"/>
|
|
|
|
+ </menupopup>
|
|
|
|
+ </menu>
|
|
|
|
+ <menu id="context_sendTabToDevice"
|
|
|
|
+ class="sync-ui-item">
|
2016-11-15 19:06:29 +01:00
|
|
|
+ <menupopup id="context_sendTabToDevicePopupMenu"
|
2018-12-12 12:35:28 +01:00
|
|
|
+ onpopupshowing="gSync.populateSendTabToDevicesMenu(event.target, TabContextMenu.contextTab.linkedBrowser.currentURI.spec, TabContextMenu.contextTab.linkedBrowser.contentTitle, TabContextMenu.contextTab.multiselected);"/>
|
2016-11-15 19:06:29 +01:00
|
|
|
+ </menu>
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <menuseparator/>
|
2013-09-16 09:57:05 +02:00
|
|
|
+ <menuitem id="context_closeTabsToTheEnd" label="&closeTabsToTheEnd.label;" accesskey="&closeTabsToTheEnd.accesskey;"
|
2016-03-08 23:37:32 +01:00
|
|
|
+ oncommand="gBrowser.removeTabsToTheEndFrom(TabContextMenu.contextTab, {animate: true});"/>
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <menuitem id="context_closeOtherTabs" label="&closeOtherTabs.label;" accesskey="&closeOtherTabs.accesskey;"
|
|
|
|
+ oncommand="gBrowser.removeAllTabsBut(TabContextMenu.contextTab);"/>
|
|
|
|
+ <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 });"/>
|
2018-12-12 12:35:28 +01:00
|
|
|
+ <menuitem id="context_closeSelectedTabs" label="&closeTabs.label;"
|
|
|
|
+ hidden="true" accesskey="&closeTabs.accesskey;"
|
2018-09-05 09:16:27 +02:00
|
|
|
+ oncommand="gBrowser.removeMultiSelectedTabs();"/>
|
2010-11-30 15:35:52 +01:00
|
|
|
+ </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);"/>
|
2013-06-24 09:57:33 +02:00
|
|
|
+ <tooltip id="aHTMLTooltip" page="true"/>
|
2014-04-27 18:09:32 +02:00
|
|
|
+ <tooltip id="remoteBrowserTooltip"/>
|
2010-01-08 01:32:43 +01:00
|
|
|
+
|
|
|
|
+ <!-- for search and content formfill/pw manager -->
|
2017-03-07 09:35:10 +01:00
|
|
|
+
|
|
|
|
+ <panel type="autocomplete-richlistbox"
|
|
|
|
+ id="PopupAutoComplete"
|
2018-05-08 15:14:23 +02:00
|
|
|
+ role="group"
|
2017-03-07 09:35:10 +01:00
|
|
|
+ noautofocus="true"
|
|
|
|
+ hidden="true"
|
|
|
|
+ overflowpadding="4"
|
2017-09-05 12:10:37 +02:00
|
|
|
+ norolluponanchor="true"
|
|
|
|
+ nomaxresults="true" />
|
2010-01-08 01:32:43 +01:00
|
|
|
+
|
2014-12-02 23:01:52 +01:00
|
|
|
+ <!-- for search with one-off buttons -->
|
2018-05-08 15:14:23 +02:00
|
|
|
+ <panel type="autocomplete-richlistbox"
|
|
|
|
+ id="PopupSearchAutoComplete"
|
|
|
|
+ role="group"
|
|
|
|
+ noautofocus="true"
|
|
|
|
+ hidden="true" />
|
2014-12-02 23:01:52 +01:00
|
|
|
+
|
2010-01-08 01:32:43 +01:00
|
|
|
+ <!-- for url bar autocomplete -->
|
2016-08-03 00:00:28 +02:00
|
|
|
+ <panel type="autocomplete-richlistbox"
|
|
|
|
+ id="PopupAutoCompleteRichResult"
|
2018-05-08 15:14:23 +02:00
|
|
|
+ role="group"
|
2016-08-03 00:00:28 +02:00
|
|
|
+ noautofocus="true"
|
|
|
|
+ hidden="true"
|
|
|
|
+ flip="none"
|
2017-03-07 09:35:10 +01:00
|
|
|
+ level="parent"
|
2017-11-15 00:17:59 +01:00
|
|
|
+ overflowpadding="15" />
|
2017-03-07 09:35:10 +01:00
|
|
|
+
|
2018-12-12 12:35:28 +01:00
|
|
|
+ <!-- for url bar autocomplete -->
|
|
|
|
+ <panel id="urlbar-results"
|
|
|
|
+ role="group"
|
|
|
|
+ noautofocus="true"
|
|
|
|
+ hidden="true"
|
|
|
|
+ flip="none"
|
2019-03-19 23:01:55 +01:00
|
|
|
+ consumeoutsideclicks="never"
|
|
|
|
+ norolluponanchor="true"
|
2018-12-12 12:35:28 +01:00
|
|
|
+ level="parent">
|
|
|
|
+ <html:div class="urlbarView-body-outer">
|
|
|
|
+ <html:div class="urlbarView-body-inner">
|
|
|
|
+ <!-- TODO: add search suggestions notification -->
|
|
|
|
+ <html:div class="urlbarView-results"/>
|
|
|
|
+ </html:div>
|
|
|
|
+ </html:div>
|
2019-01-29 19:07:12 +01:00
|
|
|
+ <hbox class="search-one-offs"
|
|
|
|
+ compact="true"
|
|
|
|
+ includecurrentengine="true"
|
|
|
|
+ disabletab="true"/>
|
2018-12-12 12:35:28 +01:00
|
|
|
+ </panel>
|
|
|
|
+
|
2019-01-29 19:07:12 +01:00
|
|
|
+ <!-- for date/time picker. consumeoutsideclicks is set to never, so that
|
|
|
|
+ clicks on the anchored input box are never consumed. -->
|
2017-03-07 09:35:10 +01:00
|
|
|
+ <panel id="DateTimePickerPanel"
|
|
|
|
+ type="arrow"
|
|
|
|
+ hidden="true"
|
|
|
|
+ orient="vertical"
|
|
|
|
+ noautofocus="true"
|
2017-11-15 00:17:59 +01:00
|
|
|
+ norolluponanchor="true"
|
|
|
|
+ consumeoutsideclicks="never"
|
2017-09-05 12:10:37 +02:00
|
|
|
+ level="parent"
|
|
|
|
+ tabspecific="true">
|
2017-03-07 09:35:10 +01:00
|
|
|
+ </panel>
|
2010-01-08 01:32:43 +01:00
|
|
|
+
|
2015-05-10 22:12:38 +02:00
|
|
|
+ <!-- for select dropdowns. The menupopup is what shows the list of options,
|
|
|
|
+ and the popuponly menulist makes things like the menuactive attributes
|
|
|
|
+ work correctly on the menupopup. ContentSelectDropdown expects the
|
|
|
|
+ popuponly menulist to be its immediate parent. -->
|
|
|
|
+ <menulist popuponly="true" id="ContentSelectDropdown" hidden="true">
|
2015-09-22 08:10:40 +02:00
|
|
|
+ <menupopup rolluponmousewheel="true"
|
- update to Firefox 51.0
* requires NSPR >= 4.13.1, NSS >= 3.28.1
* Added support for FLAC (Free Lossless Audio Codec) playback
* Added support for WebGL 2
* Added Georgian (ka) and Kabyle (kab) locales
* Support saving passwords for forms without 'submit' events
* Improved video performance for users without GPU acceleration
* Zoom indicator is shown in the URL bar if the zoom level is not
at default level
* View passwords from the prompt before saving them
* Remove Belarusian (be) locale
* Use Skia for content rendering (Linux)
* MFSA 2017-01
CVE-2017-5375: Excessive JIT code allocation allows bypass of
ASLR and DEP (bmo#1325200, boo#1021814)
CVE-2017-5376: Use-after-free in XSL (bmo#1311687, boo#1021817)
CVE-2017-5377: Memory corruption with transforms to create
gradients in Skia (bmo#1306883, boo#1021826)
CVE-2017-5378: Pointer and frame data leakage of Javascript objects
(bmo#1312001, bmo#1330769, boo#1021818)
CVE-2017-5379: Use-after-free in Web Animations
(bmo#1309198,boo#1021827)
CVE-2017-5380: Potential use-after-free during DOM manipulations
(bmo#1322107, boo#1021819)
CVE-2017-5390: Insecure communication methods in Developer Tools
JSON viewer (bmo#1297361, boo#1021820)
CVE-2017-5389: WebExtensions can install additional add-ons via
modified host requests (bmo#1308688, boo#1021828)
CVE-2017-5396: Use-after-free with Media Decoder
(bmo#1329403, boo#1021821)
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=567
2017-01-25 11:27:08 +01:00
|
|
|
+ activateontab="true" position="after_start"
|
2017-09-05 12:10:37 +02:00
|
|
|
+ level="parent"
|
2015-09-22 08:10:40 +02:00
|
|
|
+#ifdef XP_WIN
|
2017-03-07 09:35:10 +01:00
|
|
|
+ consumeoutsideclicks="false" ignorekeys="shortcuts"
|
2015-09-22 08:10:40 +02:00
|
|
|
+#endif
|
|
|
|
+ />
|
2015-05-10 22:12:38 +02:00
|
|
|
+ </menulist>
|
2013-12-11 09:31:54 +01:00
|
|
|
+
|
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"
|
- update to Firefox 51.0
* requires NSPR >= 4.13.1, NSS >= 3.28.1
* Added support for FLAC (Free Lossless Audio Codec) playback
* Added support for WebGL 2
* Added Georgian (ka) and Kabyle (kab) locales
* Support saving passwords for forms without 'submit' events
* Improved video performance for users without GPU acceleration
* Zoom indicator is shown in the URL bar if the zoom level is not
at default level
* View passwords from the prompt before saving them
* Remove Belarusian (be) locale
* Use Skia for content rendering (Linux)
* MFSA 2017-01
CVE-2017-5375: Excessive JIT code allocation allows bypass of
ASLR and DEP (bmo#1325200, boo#1021814)
CVE-2017-5376: Use-after-free in XSL (bmo#1311687, boo#1021817)
CVE-2017-5377: Memory corruption with transforms to create
gradients in Skia (bmo#1306883, boo#1021826)
CVE-2017-5378: Pointer and frame data leakage of Javascript objects
(bmo#1312001, bmo#1330769, boo#1021818)
CVE-2017-5379: Use-after-free in Web Animations
(bmo#1309198,boo#1021827)
CVE-2017-5380: Potential use-after-free during DOM manipulations
(bmo#1322107, boo#1021819)
CVE-2017-5390: Insecure communication methods in Developer Tools
JSON viewer (bmo#1297361, boo#1021820)
CVE-2017-5389: WebExtensions can install additional add-ons via
modified host requests (bmo#1308688, boo#1021828)
CVE-2017-5396: Use-after-free with Media Decoder
(bmo#1329403, boo#1021821)
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=567
2017-01-25 11:27:08 +01:00
|
|
|
+ tabspecific="true"
|
2010-01-08 01:32:43 +01:00
|
|
|
+ aria-labelledby="editBookmarkPanelTitle">
|
2018-09-05 09:16:27 +02:00
|
|
|
+ <box class="panel-header">
|
|
|
|
+ <label id="editBookmarkPanelTitle"/>
|
|
|
|
+ </box>
|
|
|
|
+ <html:div id="editBookmarkPanelFaviconContainer">
|
|
|
|
+ <html:img id="editBookmarkPanelFavicon"/>
|
|
|
|
+ </html:div>
|
|
|
|
+ <box id="editBookmarkPanelImage"/>
|
2018-06-25 22:56:47 +02:00
|
|
|
+#include ../../components/places/content/editBookmarkPanel.inc.xul
|
2018-10-29 16:21:53 +01:00
|
|
|
+ <vbox id="editBookmarkPanelBottomContent"
|
|
|
|
+ flex="1">
|
|
|
|
+ <checkbox id="editBookmarkPanel_showForNewBookmarks"
|
|
|
|
+ label="&editBookmark.showForNewBookmarks.label;"
|
|
|
|
+ accesskey="&editBookmark.showForNewBookmarks.accesskey;"
|
|
|
|
+ oncommand="StarUI.onShowForNewBookmarksCheckboxCommand();"/>
|
|
|
|
+ </vbox>
|
2018-09-05 09:16:27 +02:00
|
|
|
+ <hbox id="editBookmarkPanelBottomButtons"
|
2019-01-29 19:07:12 +01:00
|
|
|
+ class="panel-footer"
|
2018-10-29 16:21:53 +01:00
|
|
|
+ style="min-width: &editBookmark.panel.width;;">
|
2015-11-03 16:49:03 +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();"/>
|
- update to Firefox 47.0 (boo#983549)
* Enable VP9 video codec for users with fast machines
* Embedded YouTube videos now play with HTML5 video if Flash is
not installed
* View and search open tabs from your smartphone or another
computer in a sidebar
* Allow no-cache on back/forward navigations for https resources
security fixes:
* MFSA 2016-49/CVE-2016-2815/CVE-2016-2818
(boo#983638)
(bmo#1241896, bmo#1242798, bmo#1243466, bmo#1245743,
bmo#1264300, bmo#1271037, bmo#1234147, bmo#1256493,
bmo#1256739, bmo#1256968, bmo#1261230, bmo#1261752,
bmo#1263384, bmo#1264575, bmo#1265577, bmo#1267130,
bmo#1269729, bmo#1273202, bmo#1273701)
Miscellaneous memory safety hazards (rv:47.0 / rv:45.2)
* MFSA 2016-50/CVE-2016-2819 (boo#983655) (bmo#1270381)
Buffer overflow parsing HTML5 fragments
* MFSA 2016-51/CVE-2016-2821 (bsc#983653) (bmo#1271460)
Use-after-free deleting tables from a contenteditable document
* MFSA 2016-52/CVE-2016-2822 (boo#983652) (bmo#1273129)
Addressbar spoofing though the SELECT element
* MFSA 2016-53/CVE-2016-2824 (boo#983651) (bmo#1248580)
Out-of-bounds write with WebGL shader
* MFSA 2016-54/CVE-2016-2825 (boo#983649) (bmo#1193093)
Partial same-origin-policy through setting location.host
through data URI
* MFSA 2016-56/CVE-2016-2828 (boo#983646) (bmo#1223810)
Use-after-free when textures are used in WebGL operations
after recycle pool destruction
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=518
2016-06-08 14:26:29 +02:00
|
|
|
+ <button id="editBookmarkPanelRemoveButton"
|
2010-01-08 01:32:43 +01:00
|
|
|
+ class="editBookmarkPanelBottomButton"
|
2018-09-05 09:16:27 +02:00
|
|
|
+ oncommand="StarUI.removeBookmarkButtonCommand();"/>
|
2010-11-30 15:35:52 +01:00
|
|
|
+#else
|
- update to Firefox 47.0 (boo#983549)
* Enable VP9 video codec for users with fast machines
* Embedded YouTube videos now play with HTML5 video if Flash is
not installed
* View and search open tabs from your smartphone or another
computer in a sidebar
* Allow no-cache on back/forward navigations for https resources
security fixes:
* MFSA 2016-49/CVE-2016-2815/CVE-2016-2818
(boo#983638)
(bmo#1241896, bmo#1242798, bmo#1243466, bmo#1245743,
bmo#1264300, bmo#1271037, bmo#1234147, bmo#1256493,
bmo#1256739, bmo#1256968, bmo#1261230, bmo#1261752,
bmo#1263384, bmo#1264575, bmo#1265577, bmo#1267130,
bmo#1269729, bmo#1273202, bmo#1273701)
Miscellaneous memory safety hazards (rv:47.0 / rv:45.2)
* MFSA 2016-50/CVE-2016-2819 (boo#983655) (bmo#1270381)
Buffer overflow parsing HTML5 fragments
* MFSA 2016-51/CVE-2016-2821 (bsc#983653) (bmo#1271460)
Use-after-free deleting tables from a contenteditable document
* MFSA 2016-52/CVE-2016-2822 (boo#983652) (bmo#1273129)
Addressbar spoofing though the SELECT element
* MFSA 2016-53/CVE-2016-2824 (boo#983651) (bmo#1248580)
Out-of-bounds write with WebGL shader
* MFSA 2016-54/CVE-2016-2825 (boo#983649) (bmo#1193093)
Partial same-origin-policy through setting location.host
through data URI
* MFSA 2016-56/CVE-2016-2828 (boo#983646) (bmo#1223810)
Use-after-free when textures are used in WebGL operations
after recycle pool destruction
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=518
2016-06-08 14:26:29 +02:00
|
|
|
+ <button id="editBookmarkPanelRemoveButton"
|
2010-01-08 01:32:43 +01:00
|
|
|
+ class="editBookmarkPanelBottomButton"
|
2018-09-05 09:16:27 +02:00
|
|
|
+ oncommand="StarUI.removeBookmarkButtonCommand();"/>
|
2010-01-08 01:32:43 +01:00
|
|
|
+ <button id="editBookmarkPanelDoneButton"
|
|
|
|
+ class="editBookmarkPanelBottomButton"
|
|
|
|
+ label="&editBookmark.done.label;"
|
|
|
|
+ default="true"
|
|
|
|
+ oncommand="StarUI.panel.hidePopup();"/>
|
|
|
|
+#endif
|
|
|
|
+ </hbox>
|
|
|
|
+ </panel>
|
|
|
|
+
|
2014-02-03 16:34:42 +01:00
|
|
|
+ <!-- UI tour experience -->
|
|
|
|
+ <panel id="UITourTooltip"
|
|
|
|
+ type="arrow"
|
|
|
|
+ hidden="true"
|
|
|
|
+ noautofocus="true"
|
2014-04-27 18:09:32 +02:00
|
|
|
+ noautohide="true"
|
2014-02-03 16:34:42 +01:00
|
|
|
+ align="start"
|
|
|
|
+ orient="vertical"
|
|
|
|
+ role="alert">
|
2014-04-27 18:09:32 +02:00
|
|
|
+ <vbox>
|
|
|
|
+ <hbox id="UITourTooltipBody">
|
2016-08-03 00:00:28 +02:00
|
|
|
+ <image id="UITourTooltipIcon"/>
|
2014-04-27 18:09:32 +02:00
|
|
|
+ <vbox flex="1">
|
2016-08-03 00:00:28 +02:00
|
|
|
+ <hbox id="UITourTooltipTitleContainer">
|
|
|
|
+ <label id="UITourTooltipTitle" flex="1"/>
|
|
|
|
+ <toolbarbutton id="UITourTooltipClose" class="close-icon"
|
|
|
|
+ tooltiptext="&uiTour.infoPanel.close;"/>
|
|
|
|
+ </hbox>
|
2014-04-27 18:09:32 +02:00
|
|
|
+ <description id="UITourTooltipDescription" flex="1"/>
|
|
|
|
+ </vbox>
|
|
|
|
+ </hbox>
|
|
|
|
+ <hbox id="UITourTooltipButtons" flex="1" align="center"/>
|
|
|
|
+ </vbox>
|
2014-02-03 16:34:42 +01:00
|
|
|
+ </panel>
|
2014-10-13 20:00:43 +02:00
|
|
|
+ <!-- type="default" forces frames to be created so that the panel's size can be determined -->
|
2014-04-27 18:09:32 +02:00
|
|
|
+ <panel id="UITourHighlightContainer"
|
|
|
|
+ type="default"
|
2012-11-20 21:34:15 +01:00
|
|
|
+ hidden="true"
|
2014-04-27 18:09:32 +02:00
|
|
|
+ noautofocus="true"
|
|
|
|
+ noautohide="true"
|
|
|
|
+ flip="none"
|
|
|
|
+ consumeoutsideclicks="false"
|
|
|
|
+ mousethrough="always">
|
|
|
|
+ <box id="UITourHighlight"></box>
|
2012-11-20 21:34:15 +01:00
|
|
|
+ </panel>
|
2014-12-02 23:01:52 +01:00
|
|
|
+
|
2017-09-05 12:10:37 +02:00
|
|
|
+ <panel id="sidebarMenu-popup"
|
|
|
|
+ class="cui-widget-panel"
|
|
|
|
+ role="group"
|
|
|
|
+ type="arrow"
|
|
|
|
+ hidden="true"
|
|
|
|
+ flip="slide"
|
|
|
|
+ orient="vertical"
|
|
|
|
+ position="bottomcenter topleft">
|
|
|
|
+ <toolbarbutton id="sidebar-switcher-bookmarks"
|
2018-10-29 16:21:53 +01:00
|
|
|
+ type="checkbox"
|
|
|
|
+ label="&bookmarksButton.label;"
|
2017-09-05 12:10:37 +02:00
|
|
|
+ class="subviewbutton subviewbutton-iconic"
|
|
|
|
+ key="viewBookmarksSidebarKb"
|
2018-10-29 16:21:53 +01:00
|
|
|
+ oncommand="SidebarUI.show('viewBookmarksSidebar');"/>
|
2017-09-05 12:10:37 +02:00
|
|
|
+ <toolbarbutton id="sidebar-switcher-history"
|
2018-10-29 16:21:53 +01:00
|
|
|
+ type="checkbox"
|
2017-09-05 12:10:37 +02:00
|
|
|
+ label="&historyButton.label;"
|
|
|
|
+ class="subviewbutton subviewbutton-iconic"
|
|
|
|
+ key="key_gotoHistory"
|
2018-10-29 16:21:53 +01:00
|
|
|
+ oncommand="SidebarUI.show('viewHistorySidebar');"/>
|
2017-09-05 12:10:37 +02:00
|
|
|
+ <toolbarbutton id="sidebar-switcher-tabs"
|
2018-10-29 16:21:53 +01:00
|
|
|
+ type="checkbox"
|
2017-09-05 12:10:37 +02:00
|
|
|
+ label="&syncedTabs.sidebar.label;"
|
2018-05-08 15:14:23 +02:00
|
|
|
+ class="subviewbutton subviewbutton-iconic sync-ui-item"
|
2018-10-29 16:21:53 +01:00
|
|
|
+ oncommand="SidebarUI.show('viewTabsSidebar');"/>
|
2017-09-05 12:10:37 +02:00
|
|
|
+ <toolbarseparator/>
|
2018-03-13 20:46:06 +01:00
|
|
|
+ <!-- Extension toolbarbuttons go here. -->
|
|
|
|
+ <toolbarseparator id="sidebar-extensions-separator"/>
|
2017-09-05 12:10:37 +02:00
|
|
|
+ <toolbarbutton id="sidebar-reverse-position"
|
|
|
|
+ class="subviewbutton"
|
|
|
|
+ oncommand="SidebarUI.reversePosition()"/>
|
|
|
|
+ <toolbarseparator/>
|
|
|
|
+ <toolbarbutton label="&sidebarMenuClose.label;"
|
|
|
|
+ class="subviewbutton"
|
|
|
|
+ oncommand="SidebarUI.hide()"/>
|
|
|
|
+ </panel>
|
2012-10-09 13:14:08 +02:00
|
|
|
+
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <menupopup id="toolbar-context-menu"
|
2018-12-12 12:35:28 +01:00
|
|
|
+ onpopupshowing="onViewToolbarsPopupShowing(event, document.getElementById('viewToolbarsMenuSeparator')); ToolbarContextMenu.updateDownloadsAutoHide(this); ToolbarContextMenu.updateExtension(this)">
|
|
|
|
+ <menuitem oncommand="ToolbarContextMenu.openAboutAddonsForContextAction(this.parentElement)"
|
2018-09-05 09:16:27 +02:00
|
|
|
+ accesskey="&customizeMenu.manageExtension.accesskey;"
|
|
|
|
+ label="&customizeMenu.manageExtension.label;"
|
|
|
|
+ contexttype="toolbaritem"
|
|
|
|
+ class="customize-context-manageExtension"/>
|
2018-12-12 12:35:28 +01:00
|
|
|
+ <menuitem oncommand="ToolbarContextMenu.removeExtensionForContextAction(this.parentElement)"
|
|
|
|
+ accesskey="&customizeMenu.removeExtension.accesskey;"
|
|
|
|
+ label="&customizeMenu.removeExtension.label;"
|
|
|
|
+ contexttype="toolbaritem"
|
|
|
|
+ class="customize-context-removeExtension"/>
|
2018-09-05 09:16:27 +02:00
|
|
|
+ <menuseparator/>
|
2014-04-27 18:09:32 +02:00
|
|
|
+ <menuitem oncommand="gCustomizeMode.addToPanel(document.popupNode)"
|
2017-11-15 00:17:59 +01:00
|
|
|
+ accesskey="&customizeMenu.pinToOverflowMenu.accesskey;"
|
|
|
|
+ label="&customizeMenu.pinToOverflowMenu.label;"
|
2014-10-13 20:00:43 +02:00
|
|
|
+ contexttype="toolbaritem"
|
2014-04-27 18:09:32 +02:00
|
|
|
+ class="customize-context-moveToPanel"/>
|
2019-01-29 19:07:12 +01:00
|
|
|
+ <menuitem id="toolbar-context-autohide-downloads-button"
|
|
|
|
+ oncommand="ToolbarContextMenu.onDownloadsAutoHideChange(event);"
|
2018-09-05 09:16:27 +02:00
|
|
|
+ type="checkbox"
|
|
|
|
+ accesskey="&customizeMenu.autoHideDownloadsButton.accesskey;"
|
|
|
|
+ label="&customizeMenu.autoHideDownloadsButton.label;"
|
2019-01-29 19:07:12 +01:00
|
|
|
+ contexttype="toolbaritem"/>
|
2014-04-27 18:09:32 +02:00
|
|
|
+ <menuitem oncommand="gCustomizeMode.removeFromArea(document.popupNode)"
|
|
|
|
+ accesskey="&customizeMenu.removeFromToolbar.accesskey;"
|
|
|
|
+ label="&customizeMenu.removeFromToolbar.label;"
|
2014-10-13 20:00:43 +02:00
|
|
|
+ contexttype="toolbaritem"
|
2014-04-27 18:09:32 +02:00
|
|
|
+ class="customize-context-removeFromToolbar"/>
|
2018-12-12 12:35:28 +01:00
|
|
|
+ <menuitem id="toolbar-context-reloadSelectedTab"
|
|
|
|
+ contexttype="tabbar"
|
|
|
|
+ oncommand="gBrowser.reloadMultiSelectedTabs();"
|
|
|
|
+ label="&toolbarContextMenu.reloadSelectedTab.label;"
|
|
|
|
+ accesskey="&toolbarContextMenu.reloadSelectedTab.accesskey;"/>
|
|
|
|
+ <menuitem id="toolbar-context-reloadSelectedTabs"
|
|
|
|
+ contexttype="tabbar"
|
|
|
|
+ oncommand="gBrowser.reloadMultiSelectedTabs();"
|
|
|
|
+ label="&toolbarContextMenu.reloadSelectedTabs.label;"
|
|
|
|
+ accesskey="&toolbarContextMenu.reloadSelectedTabs.accesskey;"/>
|
|
|
|
+ <menuitem id="toolbar-context-bookmarkSelectedTab"
|
|
|
|
+ contexttype="tabbar"
|
|
|
|
+ oncommand="PlacesCommandHook.bookmarkPages(PlacesCommandHook.uniqueSelectedPages);"
|
|
|
|
+ label="&toolbarContextMenu.bookmarkSelectedTab.label;"
|
|
|
|
+ accesskey="&toolbarContextMenu.bookmarkSelectedTab.accesskey;"/>
|
|
|
|
+ <menuitem id="toolbar-context-bookmarkSelectedTabs"
|
2014-10-13 20:00:43 +02:00
|
|
|
+ contexttype="tabbar"
|
2018-12-12 12:35:28 +01:00
|
|
|
+ oncommand="PlacesCommandHook.bookmarkPages(PlacesCommandHook.uniqueSelectedPages);"
|
|
|
|
+ label="&toolbarContextMenu.bookmarkSelectedTabs.label;"
|
|
|
|
+ accesskey="&toolbarContextMenu.bookmarkSelectedTabs.accesskey;"/>
|
|
|
|
+ <menuitem id="toolbar-context-selectAllTabs"
|
2014-10-13 20:00:43 +02:00
|
|
|
+ contexttype="tabbar"
|
2018-12-12 12:35:28 +01:00
|
|
|
+ oncommand="gBrowser.selectAllTabs();"
|
|
|
|
+ label="&toolbarContextMenu.selectAllTabs.label;"
|
|
|
|
+ accesskey="&toolbarContextMenu.selectAllTabs.accesskey;"/>
|
2014-10-13 20:00:43 +02:00
|
|
|
+ <menuitem id="toolbar-context-undoCloseTab"
|
|
|
|
+ contexttype="tabbar"
|
|
|
|
+ label="&toolbarContextMenu.undoCloseTab.label;"
|
|
|
|
+ accesskey="&toolbarContextMenu.undoCloseTab.accesskey;"
|
|
|
|
+ observes="History:UndoCloseTab"/>
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <menuseparator/>
|
2014-04-27 18:09:32 +02:00
|
|
|
+ <menuseparator id="viewToolbarsMenuSeparator"/>
|
|
|
|
+ <!-- XXXgijs: we're using oncommand handler here to avoid the event being
|
|
|
|
+ redirected to the command element, thus preventing
|
|
|
|
+ listeners on the menupopup or further up the tree from
|
|
|
|
+ seeing the command event pass by. The observes attribute is
|
|
|
|
+ here so that the menuitem is still disabled and re-enabled
|
|
|
|
+ correctly. -->
|
2017-11-15 00:17:59 +01:00
|
|
|
+ <menuitem oncommand="gCustomizeMode.enter()"
|
2014-04-27 18:09:32 +02:00
|
|
|
+ observes="cmd_CustomizeToolbars"
|
|
|
|
+ class="viewCustomizeToolbar"
|
2010-01-08 01:32:43 +01:00
|
|
|
+ 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);">
|
2018-10-29 16:21:53 +01:00
|
|
|
+ <menuitem id="blockedPopupAllowSite"
|
|
|
|
+ accesskey="&allowPopups.accesskey;"
|
|
|
|
+ oncommand="gPopupBlockerObserver.toggleAllowPopupsForSite(event);"/>
|
|
|
|
+ <menuitem
|
|
|
|
+#ifdef XP_WIN
|
|
|
|
+ label="&editPopupSettings.label;"
|
|
|
|
+#else
|
|
|
|
+ label="&editPopupSettingsUnix.label;"
|
|
|
|
+#endif
|
|
|
|
+ accesskey="&editPopupSettings.accesskey;"
|
|
|
|
+ oncommand="gPopupBlockerObserver.editPopupSettings();"/>
|
|
|
|
+ <menuitem id="blockedPopupDontShowMessage"
|
|
|
|
+ accesskey="&dontShowMessage.accesskey;"
|
|
|
|
+ type="checkbox"
|
|
|
|
+ oncommand="gPopupBlockerObserver.dontShowMessage();"/>
|
|
|
|
+ <menuseparator id="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>
|
|
|
|
+
|
2014-09-22 18:35:40 +02:00
|
|
|
+ <menupopup id="contentAreaContextMenu" pagemenu="#page-menu-separator"
|
2010-11-30 15:35:52 +01:00
|
|
|
+ onpopupshowing="if (event.target != this)
|
|
|
|
+ return true;
|
2013-05-14 16:33:59 +02:00
|
|
|
+ gContextMenu = new nsContextMenu(this, event.shiftKey);
|
2010-11-30 15:35:52 +01:00
|
|
|
+ if (gContextMenu.shouldDisplay)
|
|
|
|
+ updateEditUIVisibility();
|
|
|
|
+ return gContextMenu.shouldDisplay;"
|
2012-03-01 10:09:12 +01:00
|
|
|
+ onpopuphiding="if (event.target != this)
|
|
|
|
+ return;
|
|
|
|
+ gContextMenu.hiding();
|
|
|
|
+ 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
|
|
|
+
|
2018-06-25 22:56:47 +02:00
|
|
|
+#include ../../components/places/content/placesContextMenu.inc.xul
|
2010-11-30 15:35:52 +01:00
|
|
|
+
|
2016-11-15 19:06:29 +01:00
|
|
|
+ <panel id="ctrlTab-panel" hidden="true" norestorefocus="true" level="top">
|
2018-09-05 09:16:27 +02:00
|
|
|
+ <hbox id="ctrlTab-previews"/>
|
|
|
|
+ <hbox id="ctrlTab-showAll-container" pack="center"/>
|
2010-01-08 01:32:43 +01:00
|
|
|
+ </panel>
|
|
|
|
+
|
2017-09-28 10:44:46 +02:00
|
|
|
+ <panel id="pageActionPanel"
|
2017-09-05 12:10:37 +02:00
|
|
|
+ class="cui-widget-panel"
|
|
|
|
+ role="group"
|
|
|
|
+ type="arrow"
|
|
|
|
+ hidden="true"
|
|
|
|
+ flip="slide"
|
2017-11-15 00:17:59 +01:00
|
|
|
+ photon="true"
|
2017-09-05 12:10:37 +02:00
|
|
|
+ position="bottomcenter topright"
|
2017-09-28 10:44:46 +02:00
|
|
|
+ tabspecific="true"
|
|
|
|
+ noautofocus="true"
|
2019-03-19 23:01:55 +01:00
|
|
|
+ pocket-title="&saveToPocketCmd.label;"
|
2017-11-15 00:17:59 +01:00
|
|
|
+ copyURL-title="&pageAction.copyLink.label;"
|
2017-09-28 10:44:46 +02:00
|
|
|
+ emailLink-title="&emailPageCmd.label;"
|
2018-06-25 22:56:47 +02:00
|
|
|
+ sendToDevice-notReadyTitle="&sendToDevice.syncNotReady.label;"
|
2018-10-29 16:21:53 +01:00
|
|
|
+ shareURL-title="&pageAction.shareUrl.label;"
|
|
|
|
+ shareMore-label="&pageAction.shareMore.label;">
|
2018-03-13 20:46:06 +01:00
|
|
|
+ <panelmultiview id="pageActionPanelMultiView"
|
|
|
|
+ mainViewId="pageActionPanelMainView"
|
|
|
|
+ viewCacheId="appMenu-viewCache">
|
2017-09-28 10:44:46 +02:00
|
|
|
+ <panelview id="pageActionPanelMainView"
|
2018-01-23 10:55:12 +01:00
|
|
|
+ context="pageActionContextMenu"
|
2017-09-05 12:10:37 +02:00
|
|
|
+ class="PanelUI-subView">
|
2017-09-28 10:44:46 +02:00
|
|
|
+ <vbox class="panel-subview-body"/>
|
2017-09-05 12:10:37 +02:00
|
|
|
+ </panelview>
|
2018-03-13 20:46:06 +01:00
|
|
|
+ </panelmultiview>
|
2017-09-05 12:10:37 +02:00
|
|
|
+ </panel>
|
2018-09-05 09:16:27 +02:00
|
|
|
+
|
|
|
|
+ <panel id="confirmation-hint"
|
2017-11-15 00:17:59 +01:00
|
|
|
+ role="alert"
|
|
|
|
+ type="arrow"
|
|
|
|
+ hidden="true"
|
|
|
|
+ flip="slide"
|
|
|
|
+ position="bottomcenter topright"
|
|
|
|
+ tabspecific="true"
|
2018-09-05 09:16:27 +02:00
|
|
|
+ noautofocus="true">
|
|
|
|
+ <hbox id="confirmation-hint-checkmark-animation-container">
|
|
|
|
+ <image id="confirmation-hint-checkmark-image"/>
|
2017-11-15 00:17:59 +01:00
|
|
|
+ </hbox>
|
2018-09-05 09:16:27 +02:00
|
|
|
+ <label id="confirmation-hint-message"/>
|
2017-11-15 00:17:59 +01:00
|
|
|
+ </panel>
|
2017-09-05 12:10:37 +02:00
|
|
|
+
|
2018-01-23 10:55:12 +01:00
|
|
|
+ <menupopup id="pageActionContextMenu"
|
2017-09-28 10:44:46 +02:00
|
|
|
+ onpopupshowing="BrowserPageActions.onContextMenuShowing(event, this);">
|
2018-01-23 10:55:12 +01:00
|
|
|
+ <menuitem class="pageActionContextMenuItem builtInUnpinned"
|
2017-09-28 10:44:46 +02:00
|
|
|
+ label="&pageAction.addToUrlbar.label;"
|
2018-01-23 10:55:12 +01:00
|
|
|
+ oncommand="BrowserPageActions.togglePinningForContextAction();"/>
|
|
|
|
+ <menuitem class="pageActionContextMenuItem builtInPinned"
|
|
|
|
+ label="&pageAction.removeFromUrlbar.label;"
|
|
|
|
+ oncommand="BrowserPageActions.togglePinningForContextAction();"/>
|
|
|
|
+ <menuitem class="pageActionContextMenuItem extensionUnpinned"
|
2018-12-12 12:35:28 +01:00
|
|
|
+ label="&pageAction.addToUrlbar.label;"
|
2018-01-23 10:55:12 +01:00
|
|
|
+ oncommand="BrowserPageActions.togglePinningForContextAction();"/>
|
|
|
|
+ <menuitem class="pageActionContextMenuItem extensionPinned"
|
2018-12-12 12:35:28 +01:00
|
|
|
+ label="&pageAction.removeFromUrlbar.label;"
|
2018-01-23 10:55:12 +01:00
|
|
|
+ oncommand="BrowserPageActions.togglePinningForContextAction();"/>
|
|
|
|
+ <menuseparator class="pageActionContextMenuItem extensionPinned extensionUnpinned"/>
|
|
|
|
+ <menuitem class="pageActionContextMenuItem extensionPinned extensionUnpinned"
|
|
|
|
+ label="&pageAction.manageExtension.label;"
|
|
|
|
+ oncommand="BrowserPageActions.openAboutAddonsForContextAction();"/>
|
2017-09-28 10:44:46 +02:00
|
|
|
+ </menupopup>
|
|
|
|
+
|
2018-06-25 22:56:47 +02:00
|
|
|
+#include ../../components/places/content/bookmarksHistoryTooltip.inc.xul
|
2010-11-30 15:35:52 +01:00
|
|
|
+
|
|
|
|
+ <tooltip id="tabbrowser-tab-tooltip" onpopupshowing="gBrowser.createTooltip(event);"/>
|
2011-11-09 13:04:11 +01:00
|
|
|
+
|
|
|
|
+ <tooltip id="back-button-tooltip">
|
2018-12-12 12:35:28 +01:00
|
|
|
+ <description class="tooltip-label" value="&backButton.tooltip;"/>
|
2011-11-09 13:04:11 +01:00
|
|
|
+#ifdef XP_MACOSX
|
2018-12-12 12:35:28 +01:00
|
|
|
+ <description class="tooltip-label" value="&backForwardButtonMenuMac.tooltip;"/>
|
2011-11-09 13:04:11 +01:00
|
|
|
+#else
|
2018-12-12 12:35:28 +01:00
|
|
|
+ <description class="tooltip-label" value="&backForwardButtonMenu.tooltip;"/>
|
2011-11-09 13:04:11 +01:00
|
|
|
+#endif
|
|
|
|
+ </tooltip>
|
2012-08-28 20:40:50 +02:00
|
|
|
+
|
2011-11-09 13:04:11 +01:00
|
|
|
+ <tooltip id="forward-button-tooltip">
|
2018-12-12 12:35:28 +01:00
|
|
|
+ <description class="tooltip-label" value="&forwardButton.tooltip;"/>
|
2011-11-09 13:04:11 +01:00
|
|
|
+#ifdef XP_MACOSX
|
2018-12-12 12:35:28 +01:00
|
|
|
+ <description class="tooltip-label" value="&backForwardButtonMenuMac.tooltip;"/>
|
2011-11-09 13:04:11 +01:00
|
|
|
+#else
|
2018-12-12 12:35:28 +01:00
|
|
|
+ <description class="tooltip-label" value="&backForwardButtonMenu.tooltip;"/>
|
2011-11-09 13:04:11 +01:00
|
|
|
+#endif
|
|
|
|
+ </tooltip>
|
2013-04-02 21:00:31 +02:00
|
|
|
+
|
2013-09-16 09:57:05 +02:00
|
|
|
+#include popup-notifications.inc
|
2013-05-14 16:33:59 +02:00
|
|
|
+
|
2014-04-27 18:09:32 +02:00
|
|
|
+#include ../../components/customizableui/content/panelUI.inc.xul
|
2015-09-22 08:10:40 +02:00
|
|
|
+#include ../../components/controlcenter/content/panel.inc.xul
|
2018-05-08 15:14:23 +02:00
|
|
|
+#include ../../components/downloads/content/downloadsPanel.inc.xul
|
2018-09-05 09:16:27 +02:00
|
|
|
+#include browser-allTabsMenu.inc.xul
|
2014-04-27 18:09:32 +02:00
|
|
|
+
|
2014-02-03 16:34:42 +01:00
|
|
|
+ <hbox id="downloads-animation-container" mousethrough="always">
|
2017-11-15 00:17:59 +01:00
|
|
|
+ <vbox id="downloads-notification-anchor" hidden="true">
|
2014-02-03 16:34:42 +01:00
|
|
|
+ <vbox id="downloads-indicator-notification"/>
|
|
|
|
+ </vbox>
|
|
|
|
+ </hbox>
|
2014-04-27 18:09:32 +02:00
|
|
|
+
|
|
|
|
+ <tooltip id="dynamic-shortcut-tooltip"
|
|
|
|
+ onpopupshowing="UpdateDynamicShortcutTooltipText(this);"/>
|
- update to Firefox 47.0 (boo#983549)
* Enable VP9 video codec for users with fast machines
* Embedded YouTube videos now play with HTML5 video if Flash is
not installed
* View and search open tabs from your smartphone or another
computer in a sidebar
* Allow no-cache on back/forward navigations for https resources
security fixes:
* MFSA 2016-49/CVE-2016-2815/CVE-2016-2818
(boo#983638)
(bmo#1241896, bmo#1242798, bmo#1243466, bmo#1245743,
bmo#1264300, bmo#1271037, bmo#1234147, bmo#1256493,
bmo#1256739, bmo#1256968, bmo#1261230, bmo#1261752,
bmo#1263384, bmo#1264575, bmo#1265577, bmo#1267130,
bmo#1269729, bmo#1273202, bmo#1273701)
Miscellaneous memory safety hazards (rv:47.0 / rv:45.2)
* MFSA 2016-50/CVE-2016-2819 (boo#983655) (bmo#1270381)
Buffer overflow parsing HTML5 fragments
* MFSA 2016-51/CVE-2016-2821 (bsc#983653) (bmo#1271460)
Use-after-free deleting tables from a contenteditable document
* MFSA 2016-52/CVE-2016-2822 (boo#983652) (bmo#1273129)
Addressbar spoofing though the SELECT element
* MFSA 2016-53/CVE-2016-2824 (boo#983651) (bmo#1248580)
Out-of-bounds write with WebGL shader
* MFSA 2016-54/CVE-2016-2825 (boo#983649) (bmo#1193093)
Partial same-origin-policy through setting location.host
through data URI
* MFSA 2016-56/CVE-2016-2828 (boo#983646) (bmo#1223810)
Use-after-free when textures are used in WebGL operations
after recycle pool destruction
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=518
2016-06-08 14:26:29 +02:00
|
|
|
+
|
|
|
|
+ <menupopup id="SyncedTabsSidebarContext">
|
2016-08-03 00:00:28 +02:00
|
|
|
+ <menuitem label="&syncedTabs.context.open.label;"
|
|
|
|
+ accesskey="&syncedTabs.context.open.accesskey;"
|
|
|
|
+ id="syncedTabsOpenSelected" where="current"/>
|
|
|
|
+ <menuitem label="&syncedTabs.context.openInNewTab.label;"
|
|
|
|
+ accesskey="&syncedTabs.context.openInNewTab.accesskey;"
|
|
|
|
+ id="syncedTabsOpenSelectedInTab" where="tab"/>
|
|
|
|
+ <menuitem label="&syncedTabs.context.openInNewWindow.label;"
|
|
|
|
+ accesskey="&syncedTabs.context.openInNewWindow.accesskey;"
|
|
|
|
+ id="syncedTabsOpenSelectedInWindow" where="window"/>
|
|
|
|
+ <menuitem label="&syncedTabs.context.openInNewPrivateWindow.label;"
|
|
|
|
+ accesskey="&syncedTabs.context.openInNewPrivateWindow.accesskey;"
|
|
|
|
+ id="syncedTabsOpenSelectedInPrivateWindow" where="window" private="true"/>
|
|
|
|
+ <menuseparator/>
|
- update to Firefox 47.0 (boo#983549)
* Enable VP9 video codec for users with fast machines
* Embedded YouTube videos now play with HTML5 video if Flash is
not installed
* View and search open tabs from your smartphone or another
computer in a sidebar
* Allow no-cache on back/forward navigations for https resources
security fixes:
* MFSA 2016-49/CVE-2016-2815/CVE-2016-2818
(boo#983638)
(bmo#1241896, bmo#1242798, bmo#1243466, bmo#1245743,
bmo#1264300, bmo#1271037, bmo#1234147, bmo#1256493,
bmo#1256739, bmo#1256968, bmo#1261230, bmo#1261752,
bmo#1263384, bmo#1264575, bmo#1265577, bmo#1267130,
bmo#1269729, bmo#1273202, bmo#1273701)
Miscellaneous memory safety hazards (rv:47.0 / rv:45.2)
* MFSA 2016-50/CVE-2016-2819 (boo#983655) (bmo#1270381)
Buffer overflow parsing HTML5 fragments
* MFSA 2016-51/CVE-2016-2821 (bsc#983653) (bmo#1271460)
Use-after-free deleting tables from a contenteditable document
* MFSA 2016-52/CVE-2016-2822 (boo#983652) (bmo#1273129)
Addressbar spoofing though the SELECT element
* MFSA 2016-53/CVE-2016-2824 (boo#983651) (bmo#1248580)
Out-of-bounds write with WebGL shader
* MFSA 2016-54/CVE-2016-2825 (boo#983649) (bmo#1193093)
Partial same-origin-policy through setting location.host
through data URI
* MFSA 2016-56/CVE-2016-2828 (boo#983646) (bmo#1223810)
Use-after-free when textures are used in WebGL operations
after recycle pool destruction
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=518
2016-06-08 14:26:29 +02:00
|
|
|
+ <menuitem label="&syncedTabs.context.bookmarkSingleTab.label;"
|
|
|
|
+ accesskey="&syncedTabs.context.bookmarkSingleTab.accesskey;"
|
|
|
|
+ id="syncedTabsBookmarkSelected"/>
|
2016-08-03 00:00:28 +02:00
|
|
|
+ <menuitem label="&syncedTabs.context.copy.label;"
|
|
|
|
+ accesskey="&syncedTabs.context.copy.accesskey;"
|
|
|
|
+ id="syncedTabsCopySelected"/>
|
- update to Firefox 47.0 (boo#983549)
* Enable VP9 video codec for users with fast machines
* Embedded YouTube videos now play with HTML5 video if Flash is
not installed
* View and search open tabs from your smartphone or another
computer in a sidebar
* Allow no-cache on back/forward navigations for https resources
security fixes:
* MFSA 2016-49/CVE-2016-2815/CVE-2016-2818
(boo#983638)
(bmo#1241896, bmo#1242798, bmo#1243466, bmo#1245743,
bmo#1264300, bmo#1271037, bmo#1234147, bmo#1256493,
bmo#1256739, bmo#1256968, bmo#1261230, bmo#1261752,
bmo#1263384, bmo#1264575, bmo#1265577, bmo#1267130,
bmo#1269729, bmo#1273202, bmo#1273701)
Miscellaneous memory safety hazards (rv:47.0 / rv:45.2)
* MFSA 2016-50/CVE-2016-2819 (boo#983655) (bmo#1270381)
Buffer overflow parsing HTML5 fragments
* MFSA 2016-51/CVE-2016-2821 (bsc#983653) (bmo#1271460)
Use-after-free deleting tables from a contenteditable document
* MFSA 2016-52/CVE-2016-2822 (boo#983652) (bmo#1273129)
Addressbar spoofing though the SELECT element
* MFSA 2016-53/CVE-2016-2824 (boo#983651) (bmo#1248580)
Out-of-bounds write with WebGL shader
* MFSA 2016-54/CVE-2016-2825 (boo#983649) (bmo#1193093)
Partial same-origin-policy through setting location.host
through data URI
* MFSA 2016-56/CVE-2016-2828 (boo#983646) (bmo#1223810)
Use-after-free when textures are used in WebGL operations
after recycle pool destruction
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=518
2016-06-08 14:26:29 +02:00
|
|
|
+ <menuseparator/>
|
2017-09-05 12:10:37 +02:00
|
|
|
+ <menuitem label="&syncedTabs.context.openAllInTabs.label;"
|
|
|
|
+ accesskey="&syncedTabs.context.openAllInTabs.accesskey;"
|
|
|
|
+ id="syncedTabsOpenAllInTabs"/>
|
|
|
|
+ <menuitem label="&syncedTabs.context.managedevices.label;"
|
|
|
|
+ accesskey="&syncedTabs.context.managedevices.accesskey;"
|
|
|
|
+ id="syncedTabsManageDevices"
|
|
|
|
+ oncommand="gSync.openDevicesManagementPage('syncedtabs-sidebar');"/>
|
- update to Firefox 47.0 (boo#983549)
* Enable VP9 video codec for users with fast machines
* Embedded YouTube videos now play with HTML5 video if Flash is
not installed
* View and search open tabs from your smartphone or another
computer in a sidebar
* Allow no-cache on back/forward navigations for https resources
security fixes:
* MFSA 2016-49/CVE-2016-2815/CVE-2016-2818
(boo#983638)
(bmo#1241896, bmo#1242798, bmo#1243466, bmo#1245743,
bmo#1264300, bmo#1271037, bmo#1234147, bmo#1256493,
bmo#1256739, bmo#1256968, bmo#1261230, bmo#1261752,
bmo#1263384, bmo#1264575, bmo#1265577, bmo#1267130,
bmo#1269729, bmo#1273202, bmo#1273701)
Miscellaneous memory safety hazards (rv:47.0 / rv:45.2)
* MFSA 2016-50/CVE-2016-2819 (boo#983655) (bmo#1270381)
Buffer overflow parsing HTML5 fragments
* MFSA 2016-51/CVE-2016-2821 (bsc#983653) (bmo#1271460)
Use-after-free deleting tables from a contenteditable document
* MFSA 2016-52/CVE-2016-2822 (boo#983652) (bmo#1273129)
Addressbar spoofing though the SELECT element
* MFSA 2016-53/CVE-2016-2824 (boo#983651) (bmo#1248580)
Out-of-bounds write with WebGL shader
* MFSA 2016-54/CVE-2016-2825 (boo#983649) (bmo#1193093)
Partial same-origin-policy through setting location.host
through data URI
* MFSA 2016-56/CVE-2016-2828 (boo#983646) (bmo#1223810)
Use-after-free when textures are used in WebGL operations
after recycle pool destruction
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=518
2016-06-08 14:26:29 +02:00
|
|
|
+ <menuitem label="&syncSyncNowItem.label;"
|
|
|
|
+ accesskey="&syncSyncNowItem.accesskey;"
|
|
|
|
+ id="syncedTabsRefresh"/>
|
|
|
|
+ </menupopup>
|
|
|
|
+ <menupopup id="SyncedTabsSidebarTabsFilterContext"
|
|
|
|
+ class="textbox-contextmenu">
|
|
|
|
+ <menuitem label="&undoCmd.label;"
|
|
|
|
+ accesskey="&undoCmd.accesskey;"
|
|
|
|
+ cmd="cmd_undo"/>
|
|
|
|
+ <menuseparator/>
|
|
|
|
+ <menuitem label="&cutCmd.label;"
|
|
|
|
+ accesskey="&cutCmd.accesskey;"
|
|
|
|
+ cmd="cmd_cut"/>
|
|
|
|
+ <menuitem label="©Cmd.label;"
|
|
|
|
+ accesskey="©Cmd.accesskey;"
|
|
|
|
+ cmd="cmd_copy"/>
|
|
|
|
+ <menuitem label="&pasteCmd.label;"
|
|
|
|
+ accesskey="&pasteCmd.accesskey;"
|
|
|
|
+ cmd="cmd_paste"/>
|
|
|
|
+ <menuitem label="&deleteCmd.label;"
|
|
|
|
+ accesskey="&deleteCmd.accesskey;"
|
|
|
|
+ cmd="cmd_delete"/>
|
|
|
|
+ <menuseparator/>
|
|
|
|
+ <menuitem label="&selectAllCmd.label;"
|
|
|
|
+ accesskey="&selectAllCmd.accesskey;"
|
|
|
|
+ cmd="cmd_selectAll"/>
|
|
|
|
+ <menuseparator/>
|
|
|
|
+ <menuitem label="&syncSyncNowItem.label;"
|
|
|
|
+ accesskey="&syncSyncNowItem.accesskey;"
|
|
|
|
+ id="syncedTabsRefreshFilter"/>
|
|
|
|
+ </menupopup>
|
2018-10-29 16:21:53 +01:00
|
|
|
+
|
|
|
|
+ <hbox id="statuspanel" inactive="true" layer="true">
|
|
|
|
+ <hbox id="statuspanel-inner">
|
|
|
|
+ <label id="statuspanel-label"
|
|
|
|
+ role="status"
|
|
|
|
+ aria-live="off"
|
|
|
|
+ flex="1"
|
|
|
|
+ crop="end"/>
|
|
|
|
+ </hbox>
|
|
|
|
+ </hbox>
|
2010-01-08 01:32:43 +01:00
|
|
|
+ </popupset>
|
2017-09-05 12:10:37 +02:00
|
|
|
+ <box id="appMenu-viewCache" hidden="true"/>
|
2010-01-08 01:32:43 +01:00
|
|
|
+
|
2018-03-13 20:46:06 +01:00
|
|
|
+ <toolbox id="navigator-toolbox">
|
2019-01-29 19:07:12 +01:00
|
|
|
+
|
|
|
|
+ <vbox id="titlebar">
|
|
|
|
+ <!-- Menu -->
|
|
|
|
+ <toolbar type="menubar" id="toolbar-menubar"
|
|
|
|
+ class="browser-toolbar chromeclass-menubar titlebar-color"
|
|
|
|
+ customizable="true"
|
|
|
|
+ mode="icons"
|
2010-11-30 15:35:52 +01:00
|
|
|
+#ifdef MENUBAR_CAN_AUTOHIDE
|
2019-01-29 19:07:12 +01:00
|
|
|
+ toolbarname="&menubarCmd.label;"
|
|
|
|
+ accesskey="&menubarCmd.accesskey;"
|
|
|
|
+ autohide="true"
|
2014-04-27 18:09:32 +02:00
|
|
|
+#endif
|
2019-01-29 19:07:12 +01:00
|
|
|
+ context="toolbar-context-menu">
|
|
|
|
+ <toolbaritem id="menubar-items" align="center">
|
2018-06-25 22:56:47 +02:00
|
|
|
+# The entire main menubar is placed into browser-menubar.inc, so that it can be
|
|
|
|
+# shared with other top level windows in macWindow.inc.xul.
|
2010-01-08 01:32:43 +01:00
|
|
|
+#include browser-menubar.inc
|
2019-01-29 19:07:12 +01:00
|
|
|
+ </toolbaritem>
|
|
|
|
+ <spacer flex="1" skipintoolbarset="true" ordinal="1000"/>
|
|
|
|
+#include titlebar-items.inc.xul
|
|
|
|
+ </toolbar>
|
|
|
|
+
|
|
|
|
+ <toolbar id="TabsToolbar"
|
|
|
|
+ class="browser-toolbar titlebar-color"
|
|
|
|
+ fullscreentoolbar="true"
|
|
|
|
+ customizable="true"
|
|
|
|
+ customizationtarget="TabsToolbar-customization-target"
|
|
|
|
+ mode="icons"
|
|
|
|
+ aria-label="&tabsToolbar.label;"
|
|
|
|
+ context="toolbar-context-menu"
|
|
|
|
+ flex="1">
|
2011-01-12 23:56:24 +01:00
|
|
|
+
|
2019-03-19 23:01:55 +01:00
|
|
|
+ <hbox class="titlebar-spacer" type="pre-tabs"/>
|
2019-01-29 19:07:12 +01:00
|
|
|
+
|
2019-03-19 23:01:55 +01:00
|
|
|
+ <hbox flex="1" align="end" class="toolbar-items">
|
|
|
|
+ <hbox id="TabsToolbar-customization-target" flex="1">
|
2019-01-29 19:07:12 +01:00
|
|
|
+ <tabs id="tabbrowser-tabs"
|
|
|
|
+ flex="1"
|
|
|
|
+ setfocus="false"
|
|
|
|
+ tooltip="tabbrowser-tab-tooltip"
|
|
|
|
+ stopwatchid="FX_TAB_CLICK_MS">
|
|
|
|
+ <tab class="tabbrowser-tab" selected="true" visuallyselected="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);"
|
|
|
|
+ tooltip="dynamic-shortcut-tooltip"
|
|
|
|
+ ondrop="newTabButtonObserver.onDrop(event)"
|
|
|
|
+ ondragover="newTabButtonObserver.onDragOver(event)"
|
|
|
|
+ ondragenter="newTabButtonObserver.onDragOver(event)"
|
|
|
|
+ ondragexit="newTabButtonObserver.onDragExit(event)"
|
|
|
|
+ cui-areatype="toolbar"
|
|
|
|
+ removable="true"/>
|
|
|
|
+
|
|
|
|
+ <toolbarbutton id="alltabs-button"
|
|
|
|
+ class="toolbarbutton-1 chromeclass-toolbar-additional tabs-alltabs-button badged-button"
|
|
|
|
+ oncommand="gTabsPanel.showAllTabsPanel();"
|
|
|
|
+ label="&listAllTabs.label;"
|
|
|
|
+ tooltiptext="&listAllTabs.label;"
|
|
|
|
+ removable="false"/>
|
|
|
|
+ </hbox>
|
2019-03-19 23:01:55 +01:00
|
|
|
+ </hbox>
|
|
|
|
+
|
|
|
|
+ <hbox class="titlebar-spacer" type="post-tabs"/>
|
2010-01-08 01:32:43 +01:00
|
|
|
+
|
2013-08-07 14:18:59 +02:00
|
|
|
+#ifndef XP_MACOSX
|
2019-01-29 19:07:12 +01:00
|
|
|
+ <button class="accessibility-indicator" tooltiptext="&accessibilityIndicator.tooltip;"
|
2019-03-19 23:01:55 +01:00
|
|
|
+ aria-live="polite"/>
|
|
|
|
+ <hbox class="private-browsing-indicator"/>
|
2013-08-07 14:18:59 +02:00
|
|
|
+#endif
|
2019-01-29 19:07:12 +01:00
|
|
|
+
|
|
|
|
+#include titlebar-items.inc.xul
|
2014-04-27 18:09:32 +02:00
|
|
|
+
|
|
|
|
+#ifdef XP_MACOSX
|
2019-01-29 19:07:12 +01:00
|
|
|
+ <!-- OS X does not natively support RTL for its titlebar items, so we prevent this secondary
|
|
|
|
+ buttonbox from reversing order in RTL by forcing an LTR direction. -->
|
|
|
|
+ <hbox id="titlebar-secondary-buttonbox" dir="ltr">
|
|
|
|
+ <button class="accessibility-indicator" tooltiptext="&accessibilityIndicator.tooltip;" aria-live="polite"/>
|
|
|
|
+ <hbox class="private-browsing-indicator"/>
|
|
|
|
+ <hbox id="titlebar-fullscreen-button"/>
|
|
|
|
+ </hbox>
|
2013-08-07 14:18:59 +02:00
|
|
|
+#endif
|
2019-01-29 19:07:12 +01:00
|
|
|
+ </toolbar>
|
|
|
|
+
|
|
|
|
+ </vbox>
|
2013-08-07 14:18:59 +02:00
|
|
|
+
|
2015-04-01 07:22:19 +02:00
|
|
|
+ <toolbar id="nav-bar"
|
2018-10-29 16:21:53 +01:00
|
|
|
+ class="browser-toolbar"
|
2014-04-27 18:09:32 +02:00
|
|
|
+ aria-label="&navbarCmd.label;"
|
|
|
|
+ fullscreentoolbar="true" mode="icons" customizable="true"
|
|
|
|
+ customizationtarget="nav-bar-customization-target"
|
|
|
|
+ overflowable="true"
|
|
|
|
+ overflowbutton="nav-bar-overflow-button"
|
|
|
|
+ overflowtarget="widget-overflow-list"
|
|
|
|
+ overflowpanel="widget-overflow"
|
|
|
|
+ context="toolbar-context-menu">
|
2013-08-07 14:18:59 +02:00
|
|
|
+
|
2014-04-27 18:09:32 +02:00
|
|
|
+ <hbox id="nav-bar-customization-target" flex="1">
|
2017-11-15 00:17:59 +01:00
|
|
|
+ <toolbarbutton id="back-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
|
|
|
|
+ label="&backCmd.label;"
|
|
|
|
+ removable="false" overflows="false"
|
|
|
|
+ keepbroadcastattributeswhencustomizing="true"
|
|
|
|
+ command="Browser:BackOrBackDuplicate"
|
|
|
|
+ onclick="checkForMiddleClick(this, event);"
|
|
|
|
+ tooltip="back-button-tooltip"
|
|
|
|
+ context="backForwardMenu"/>
|
|
|
|
+ <toolbarbutton id="forward-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
|
|
|
|
+ label="&forwardCmd.label;"
|
|
|
|
+ removable="false" overflows="false"
|
|
|
|
+ keepbroadcastattributeswhencustomizing="true"
|
|
|
|
+ command="Browser:ForwardOrForwardDuplicate"
|
|
|
|
+ onclick="checkForMiddleClick(this, event);"
|
|
|
|
+ tooltip="forward-button-tooltip"
|
|
|
|
+ context="backForwardMenu"/>
|
|
|
|
+ <toolbaritem id="stop-reload-button" class="chromeclass-toolbar-additional"
|
|
|
|
+ title="&reloadCmd.label;"
|
|
|
|
+ removable="true" overflows="false">
|
|
|
|
+ <toolbarbutton id="reload-button" class="toolbarbutton-1"
|
|
|
|
+ label="&reloadCmd.label;"
|
|
|
|
+ command="Browser:ReloadOrDuplicate"
|
|
|
|
+ onclick="checkForMiddleClick(this, event);"
|
|
|
|
+ tooltip="dynamic-shortcut-tooltip">
|
|
|
|
+ <box class="toolbarbutton-animatable-box">
|
|
|
|
+ <image class="toolbarbutton-animatable-image"/>
|
|
|
|
+ </box>
|
|
|
|
+ </toolbarbutton>
|
|
|
|
+ <toolbarbutton id="stop-button" class="toolbarbutton-1"
|
|
|
|
+ label="&stopCmd.label;"
|
|
|
|
+ command="Browser:Stop"
|
|
|
|
+ tooltip="dynamic-shortcut-tooltip">
|
|
|
|
+ <box class="toolbarbutton-animatable-box">
|
|
|
|
+ <image class="toolbarbutton-animatable-image"/>
|
|
|
|
+ </box>
|
|
|
|
+ </toolbarbutton>
|
|
|
|
+ </toolbaritem>
|
|
|
|
+ <toolbarbutton id="home-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
|
|
|
|
+ removable="true"
|
|
|
|
+ label="&homeButton.label;"
|
|
|
|
+ ondragover="homeButtonObserver.onDragOver(event)"
|
|
|
|
+ ondragenter="homeButtonObserver.onDragOver(event)"
|
|
|
|
+ ondrop="homeButtonObserver.onDrop(event)"
|
|
|
|
+ ondragexit="homeButtonObserver.onDragExit(event)"
|
|
|
|
+ key="goHome"
|
2018-12-12 12:35:28 +01:00
|
|
|
+ onclick="BrowserHome(event);"
|
2017-11-15 00:17:59 +01:00
|
|
|
+ cui-areatype="toolbar"
|
2018-10-29 16:21:53 +01:00
|
|
|
+ tooltiptext="&homeButton.defaultPage.tooltip;"/>
|
2017-11-15 00:17:59 +01:00
|
|
|
+ <toolbarspring cui-areatype="toolbar" class="chromeclass-toolbar-additional"/>
|
2014-04-27 18:09:32 +02:00
|
|
|
+ <toolbaritem id="urlbar-container" flex="400" persist="width"
|
2016-01-26 23:39:03 +01:00
|
|
|
+ removable="false"
|
2014-04-27 18:09:32 +02:00
|
|
|
+ class="chromeclass-location" overflows="false">
|
|
|
|
+ <textbox id="urlbar" flex="1"
|
|
|
|
+ placeholder="&urlbar.placeholder2;"
|
2018-05-08 15:14:23 +02:00
|
|
|
+ defaultPlaceholder="&urlbar.placeholder2;"
|
|
|
|
+ focused="true"
|
2014-04-27 18:09:32 +02:00
|
|
|
+ type="autocomplete"
|
2016-08-03 00:00:28 +02:00
|
|
|
+ autocompletesearch="unifiedcomplete"
|
2014-04-27 18:09:32 +02:00
|
|
|
+ autocompletesearchparam="enable-actions"
|
|
|
|
+ autocompletepopup="PopupAutoCompleteRichResult"
|
|
|
|
+ completeselectedindex="true"
|
|
|
|
+ tabscrolling="true"
|
|
|
|
+ newlines="stripsurroundingwhitespace"
|
|
|
|
+ ontextentered="this.handleCommand(param);"
|
|
|
|
+ ontextreverted="return this.handleRevert();"
|
2017-03-07 09:35:10 +01:00
|
|
|
+ pageproxystate="invalid">
|
2014-04-27 18:09:32 +02:00
|
|
|
+ <!-- Use onclick instead of normal popup= syntax since the popup
|
2017-03-07 09:35:10 +01:00
|
|
|
+ code fires onmousedown, and hence eats our favicon drag events. -->
|
2014-04-27 18:09:32 +02:00
|
|
|
+ <box id="identity-box" role="button"
|
|
|
|
+ align="center"
|
2016-01-26 23:39:03 +01:00
|
|
|
+ aria-label="&urlbar.viewSiteInfo.label;"
|
2014-04-27 18:09:32 +02:00
|
|
|
+ onclick="gIdentityHandler.handleIdentityButtonEvent(event);"
|
|
|
|
+ onkeypress="gIdentityHandler.handleIdentityButtonEvent(event);"
|
|
|
|
+ ondragstart="gIdentityHandler.onDragStart(event);">
|
2016-03-08 23:37:32 +01:00
|
|
|
+ <image id="identity-icon"
|
|
|
|
+ consumeanchor="identity-box"
|
|
|
|
+ onclick="PageProxyClickHandler(event);"/>
|
- update to Firefox 51.0
* requires NSPR >= 4.13.1, NSS >= 3.28.1
* Added support for FLAC (Free Lossless Audio Codec) playback
* Added support for WebGL 2
* Added Georgian (ka) and Kabyle (kab) locales
* Support saving passwords for forms without 'submit' events
* Improved video performance for users without GPU acceleration
* Zoom indicator is shown in the URL bar if the zoom level is not
at default level
* View passwords from the prompt before saving them
* Remove Belarusian (be) locale
* Use Skia for content rendering (Linux)
* MFSA 2017-01
CVE-2017-5375: Excessive JIT code allocation allows bypass of
ASLR and DEP (bmo#1325200, boo#1021814)
CVE-2017-5376: Use-after-free in XSL (bmo#1311687, boo#1021817)
CVE-2017-5377: Memory corruption with transforms to create
gradients in Skia (bmo#1306883, boo#1021826)
CVE-2017-5378: Pointer and frame data leakage of Javascript objects
(bmo#1312001, bmo#1330769, boo#1021818)
CVE-2017-5379: Use-after-free in Web Animations
(bmo#1309198,boo#1021827)
CVE-2017-5380: Potential use-after-free during DOM manipulations
(bmo#1322107, boo#1021819)
CVE-2017-5390: Insecure communication methods in Developer Tools
JSON viewer (bmo#1297361, boo#1021820)
CVE-2017-5389: WebExtensions can install additional add-ons via
modified host requests (bmo#1308688, boo#1021828)
CVE-2017-5396: Use-after-free with Media Decoder
(bmo#1329403, boo#1021821)
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=567
2017-01-25 11:27:08 +01:00
|
|
|
+ <image id="sharing-icon" mousethrough="always"/>
|
2018-10-29 16:21:53 +01:00
|
|
|
+ <box id="tracking-protection-icon-box" animationsenabled="true">
|
|
|
|
+ <image id="tracking-protection-icon"/>
|
|
|
|
+ <box id="tracking-protection-icon-animatable-box" flex="1">
|
|
|
|
+ <image id="tracking-protection-icon-animatable-image" flex="1"/>
|
|
|
|
+ </box>
|
|
|
|
+ </box>
|
- update to Firefox 51.0
* requires NSPR >= 4.13.1, NSS >= 3.28.1
* Added support for FLAC (Free Lossless Audio Codec) playback
* Added support for WebGL 2
* Added Georgian (ka) and Kabyle (kab) locales
* Support saving passwords for forms without 'submit' events
* Improved video performance for users without GPU acceleration
* Zoom indicator is shown in the URL bar if the zoom level is not
at default level
* View passwords from the prompt before saving them
* Remove Belarusian (be) locale
* Use Skia for content rendering (Linux)
* MFSA 2017-01
CVE-2017-5375: Excessive JIT code allocation allows bypass of
ASLR and DEP (bmo#1325200, boo#1021814)
CVE-2017-5376: Use-after-free in XSL (bmo#1311687, boo#1021817)
CVE-2017-5377: Memory corruption with transforms to create
gradients in Skia (bmo#1306883, boo#1021826)
CVE-2017-5378: Pointer and frame data leakage of Javascript objects
(bmo#1312001, bmo#1330769, boo#1021818)
CVE-2017-5379: Use-after-free in Web Animations
(bmo#1309198,boo#1021827)
CVE-2017-5380: Potential use-after-free during DOM manipulations
(bmo#1322107, boo#1021819)
CVE-2017-5390: Insecure communication methods in Developer Tools
JSON viewer (bmo#1297361, boo#1021820)
CVE-2017-5389: WebExtensions can install additional add-ons via
modified host requests (bmo#1308688, boo#1021828)
CVE-2017-5396: Use-after-free with Media Decoder
(bmo#1329403, boo#1021821)
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=567
2017-01-25 11:27:08 +01:00
|
|
|
+ <box id="blocked-permissions-container" align="center">
|
|
|
|
+ <image data-permission-id="geo" class="blocked-permission-icon geo-icon" role="button"
|
|
|
|
+ tooltiptext="&urlbar.geolocationBlocked.tooltip;"/>
|
|
|
|
+ <image data-permission-id="desktop-notification" class="blocked-permission-icon desktop-notification-icon" role="button"
|
|
|
|
+ tooltiptext="&urlbar.webNotificationsBlocked.tooltip;"/>
|
|
|
|
+ <image data-permission-id="camera" class="blocked-permission-icon camera-icon" role="button"
|
|
|
|
+ tooltiptext="&urlbar.cameraBlocked.tooltip;"/>
|
|
|
|
+ <image data-permission-id="microphone" class="blocked-permission-icon microphone-icon" role="button"
|
|
|
|
+ tooltiptext="&urlbar.microphoneBlocked.tooltip;"/>
|
|
|
|
+ <image data-permission-id="screen" class="blocked-permission-icon screen-icon" role="button"
|
|
|
|
+ tooltiptext="&urlbar.screenBlocked.tooltip;"/>
|
2017-09-05 12:10:37 +02:00
|
|
|
+ <image data-permission-id="persistent-storage" class="blocked-permission-icon persistent-storage-icon" role="button"
|
|
|
|
+ tooltiptext="&urlbar.persistentStorageBlocked.tooltip;"/>
|
2018-01-23 10:55:12 +01:00
|
|
|
+ <image data-permission-id="popup" class="blocked-permission-icon popup-icon" role="button"
|
|
|
|
+ tooltiptext="&urlbar.popupBlocked.tooltip;"/>
|
2018-09-05 09:16:27 +02:00
|
|
|
+ <image data-permission-id="autoplay-media" class="blocked-permission-icon autoplay-media-icon" role="button"
|
|
|
|
+ tooltiptext="&urlbar.autoplayMediaBlocked.tooltip;"/>
|
2018-03-13 20:46:06 +01:00
|
|
|
+ <image data-permission-id="canvas" class="blocked-permission-icon canvas-icon" role="button"
|
|
|
|
+ tooltiptext="&urlbar.canvasBlocked.tooltip;"/>
|
2018-05-08 15:14:23 +02:00
|
|
|
+ <image data-permission-id="plugin:flash" class="blocked-permission-icon plugin-icon" role="button"
|
|
|
|
+ tooltiptext="&urlbar.flashPluginBlocked.tooltip;"/>
|
|
|
|
+ <image data-permission-id="midi" class="blocked-permission-icon midi-icon" role="button"
|
|
|
|
+ tooltiptext="&urlbar.midiBlocked.tooltip;"/>
|
2016-11-15 19:06:29 +01:00
|
|
|
+ </box>
|
|
|
|
+ <box id="notification-popup-box"
|
|
|
|
+ hidden="true"
|
2017-09-28 10:44:46 +02:00
|
|
|
+ onmouseover="document.getElementById('identity-box').classList.add('no-hover');"
|
|
|
|
+ onmouseout="document.getElementById('identity-box').classList.remove('no-hover');"
|
2016-11-15 19:06:29 +01:00
|
|
|
+ align="center">
|
|
|
|
+ <image id="default-notification-icon" class="notification-anchor-icon" role="button"
|
- update to Firefox 51.0
* requires NSPR >= 4.13.1, NSS >= 3.28.1
* Added support for FLAC (Free Lossless Audio Codec) playback
* Added support for WebGL 2
* Added Georgian (ka) and Kabyle (kab) locales
* Support saving passwords for forms without 'submit' events
* Improved video performance for users without GPU acceleration
* Zoom indicator is shown in the URL bar if the zoom level is not
at default level
* View passwords from the prompt before saving them
* Remove Belarusian (be) locale
* Use Skia for content rendering (Linux)
* MFSA 2017-01
CVE-2017-5375: Excessive JIT code allocation allows bypass of
ASLR and DEP (bmo#1325200, boo#1021814)
CVE-2017-5376: Use-after-free in XSL (bmo#1311687, boo#1021817)
CVE-2017-5377: Memory corruption with transforms to create
gradients in Skia (bmo#1306883, boo#1021826)
CVE-2017-5378: Pointer and frame data leakage of Javascript objects
(bmo#1312001, bmo#1330769, boo#1021818)
CVE-2017-5379: Use-after-free in Web Animations
(bmo#1309198,boo#1021827)
CVE-2017-5380: Potential use-after-free during DOM manipulations
(bmo#1322107, boo#1021819)
CVE-2017-5390: Insecure communication methods in Developer Tools
JSON viewer (bmo#1297361, boo#1021820)
CVE-2017-5389: WebExtensions can install additional add-ons via
modified host requests (bmo#1308688, boo#1021828)
CVE-2017-5396: Use-after-free with Media Decoder
(bmo#1329403, boo#1021821)
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=567
2017-01-25 11:27:08 +01:00
|
|
|
+ tooltiptext="&urlbar.defaultNotificationAnchor.tooltip;"/>
|
2016-11-15 19:06:29 +01:00
|
|
|
+ <image id="geo-notification-icon" class="notification-anchor-icon geo-icon" role="button"
|
- update to Firefox 51.0
* requires NSPR >= 4.13.1, NSS >= 3.28.1
* Added support for FLAC (Free Lossless Audio Codec) playback
* Added support for WebGL 2
* Added Georgian (ka) and Kabyle (kab) locales
* Support saving passwords for forms without 'submit' events
* Improved video performance for users without GPU acceleration
* Zoom indicator is shown in the URL bar if the zoom level is not
at default level
* View passwords from the prompt before saving them
* Remove Belarusian (be) locale
* Use Skia for content rendering (Linux)
* MFSA 2017-01
CVE-2017-5375: Excessive JIT code allocation allows bypass of
ASLR and DEP (bmo#1325200, boo#1021814)
CVE-2017-5376: Use-after-free in XSL (bmo#1311687, boo#1021817)
CVE-2017-5377: Memory corruption with transforms to create
gradients in Skia (bmo#1306883, boo#1021826)
CVE-2017-5378: Pointer and frame data leakage of Javascript objects
(bmo#1312001, bmo#1330769, boo#1021818)
CVE-2017-5379: Use-after-free in Web Animations
(bmo#1309198,boo#1021827)
CVE-2017-5380: Potential use-after-free during DOM manipulations
(bmo#1322107, boo#1021819)
CVE-2017-5390: Insecure communication methods in Developer Tools
JSON viewer (bmo#1297361, boo#1021820)
CVE-2017-5389: WebExtensions can install additional add-ons via
modified host requests (bmo#1308688, boo#1021828)
CVE-2017-5396: Use-after-free with Media Decoder
(bmo#1329403, boo#1021821)
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=567
2017-01-25 11:27:08 +01:00
|
|
|
+ tooltiptext="&urlbar.geolocationNotificationAnchor.tooltip;"/>
|
2018-09-05 09:16:27 +02:00
|
|
|
+ <image id="autoplay-media-notification-icon" class="notification-anchor-icon autoplay-media-icon" role="button"
|
|
|
|
+ tooltiptext="&urlbar.autoplayNotificationAnchor.tooltip;"/>
|
2016-11-15 19:06:29 +01:00
|
|
|
+ <image id="addons-notification-icon" class="notification-anchor-icon install-icon" role="button"
|
- update to Firefox 51.0
* requires NSPR >= 4.13.1, NSS >= 3.28.1
* Added support for FLAC (Free Lossless Audio Codec) playback
* Added support for WebGL 2
* Added Georgian (ka) and Kabyle (kab) locales
* Support saving passwords for forms without 'submit' events
* Improved video performance for users without GPU acceleration
* Zoom indicator is shown in the URL bar if the zoom level is not
at default level
* View passwords from the prompt before saving them
* Remove Belarusian (be) locale
* Use Skia for content rendering (Linux)
* MFSA 2017-01
CVE-2017-5375: Excessive JIT code allocation allows bypass of
ASLR and DEP (bmo#1325200, boo#1021814)
CVE-2017-5376: Use-after-free in XSL (bmo#1311687, boo#1021817)
CVE-2017-5377: Memory corruption with transforms to create
gradients in Skia (bmo#1306883, boo#1021826)
CVE-2017-5378: Pointer and frame data leakage of Javascript objects
(bmo#1312001, bmo#1330769, boo#1021818)
CVE-2017-5379: Use-after-free in Web Animations
(bmo#1309198,boo#1021827)
CVE-2017-5380: Potential use-after-free during DOM manipulations
(bmo#1322107, boo#1021819)
CVE-2017-5390: Insecure communication methods in Developer Tools
JSON viewer (bmo#1297361, boo#1021820)
CVE-2017-5389: WebExtensions can install additional add-ons via
modified host requests (bmo#1308688, boo#1021828)
CVE-2017-5396: Use-after-free with Media Decoder
(bmo#1329403, boo#1021821)
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=567
2017-01-25 11:27:08 +01:00
|
|
|
+ tooltiptext="&urlbar.addonsNotificationAnchor.tooltip;"/>
|
2018-01-23 10:55:12 +01:00
|
|
|
+ <image id="canvas-notification-icon" class="notification-anchor-icon" role="button"
|
|
|
|
+ tooltiptext="&urlbar.canvasNotificationAnchor.tooltip;"/>
|
2016-11-15 19:06:29 +01:00
|
|
|
+ <image id="indexedDB-notification-icon" class="notification-anchor-icon indexedDB-icon" role="button"
|
- update to Firefox 51.0
* requires NSPR >= 4.13.1, NSS >= 3.28.1
* Added support for FLAC (Free Lossless Audio Codec) playback
* Added support for WebGL 2
* Added Georgian (ka) and Kabyle (kab) locales
* Support saving passwords for forms without 'submit' events
* Improved video performance for users without GPU acceleration
* Zoom indicator is shown in the URL bar if the zoom level is not
at default level
* View passwords from the prompt before saving them
* Remove Belarusian (be) locale
* Use Skia for content rendering (Linux)
* MFSA 2017-01
CVE-2017-5375: Excessive JIT code allocation allows bypass of
ASLR and DEP (bmo#1325200, boo#1021814)
CVE-2017-5376: Use-after-free in XSL (bmo#1311687, boo#1021817)
CVE-2017-5377: Memory corruption with transforms to create
gradients in Skia (bmo#1306883, boo#1021826)
CVE-2017-5378: Pointer and frame data leakage of Javascript objects
(bmo#1312001, bmo#1330769, boo#1021818)
CVE-2017-5379: Use-after-free in Web Animations
(bmo#1309198,boo#1021827)
CVE-2017-5380: Potential use-after-free during DOM manipulations
(bmo#1322107, boo#1021819)
CVE-2017-5390: Insecure communication methods in Developer Tools
JSON viewer (bmo#1297361, boo#1021820)
CVE-2017-5389: WebExtensions can install additional add-ons via
modified host requests (bmo#1308688, boo#1021828)
CVE-2017-5396: Use-after-free with Media Decoder
(bmo#1329403, boo#1021821)
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=567
2017-01-25 11:27:08 +01:00
|
|
|
+ tooltiptext="&urlbar.indexedDBNotificationAnchor.tooltip;"/>
|
2016-11-15 19:06:29 +01:00
|
|
|
+ <image id="password-notification-icon" class="notification-anchor-icon login-icon" role="button"
|
- update to Firefox 51.0
* requires NSPR >= 4.13.1, NSS >= 3.28.1
* Added support for FLAC (Free Lossless Audio Codec) playback
* Added support for WebGL 2
* Added Georgian (ka) and Kabyle (kab) locales
* Support saving passwords for forms without 'submit' events
* Improved video performance for users without GPU acceleration
* Zoom indicator is shown in the URL bar if the zoom level is not
at default level
* View passwords from the prompt before saving them
* Remove Belarusian (be) locale
* Use Skia for content rendering (Linux)
* MFSA 2017-01
CVE-2017-5375: Excessive JIT code allocation allows bypass of
ASLR and DEP (bmo#1325200, boo#1021814)
CVE-2017-5376: Use-after-free in XSL (bmo#1311687, boo#1021817)
CVE-2017-5377: Memory corruption with transforms to create
gradients in Skia (bmo#1306883, boo#1021826)
CVE-2017-5378: Pointer and frame data leakage of Javascript objects
(bmo#1312001, bmo#1330769, boo#1021818)
CVE-2017-5379: Use-after-free in Web Animations
(bmo#1309198,boo#1021827)
CVE-2017-5380: Potential use-after-free during DOM manipulations
(bmo#1322107, boo#1021819)
CVE-2017-5390: Insecure communication methods in Developer Tools
JSON viewer (bmo#1297361, boo#1021820)
CVE-2017-5389: WebExtensions can install additional add-ons via
modified host requests (bmo#1308688, boo#1021828)
CVE-2017-5396: Use-after-free with Media Decoder
(bmo#1329403, boo#1021821)
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=567
2017-01-25 11:27:08 +01:00
|
|
|
+ tooltiptext="&urlbar.passwordNotificationAnchor.tooltip;"/>
|
2017-09-05 12:10:37 +02:00
|
|
|
+ <stack id="plugins-notification-icon" class="notification-anchor-icon" role="button" align="center"
|
|
|
|
+ tooltiptext="&urlbar.pluginsNotificationAnchor.tooltip;">
|
|
|
|
+ <image class="plugin-icon" />
|
|
|
|
+ <image id="plugin-icon-badge" />
|
|
|
|
+ </stack>
|
2016-11-15 19:06:29 +01:00
|
|
|
+ <image id="web-notifications-notification-icon" class="notification-anchor-icon desktop-notification-icon" role="button"
|
- update to Firefox 51.0
* requires NSPR >= 4.13.1, NSS >= 3.28.1
* Added support for FLAC (Free Lossless Audio Codec) playback
* Added support for WebGL 2
* Added Georgian (ka) and Kabyle (kab) locales
* Support saving passwords for forms without 'submit' events
* Improved video performance for users without GPU acceleration
* Zoom indicator is shown in the URL bar if the zoom level is not
at default level
* View passwords from the prompt before saving them
* Remove Belarusian (be) locale
* Use Skia for content rendering (Linux)
* MFSA 2017-01
CVE-2017-5375: Excessive JIT code allocation allows bypass of
ASLR and DEP (bmo#1325200, boo#1021814)
CVE-2017-5376: Use-after-free in XSL (bmo#1311687, boo#1021817)
CVE-2017-5377: Memory corruption with transforms to create
gradients in Skia (bmo#1306883, boo#1021826)
CVE-2017-5378: Pointer and frame data leakage of Javascript objects
(bmo#1312001, bmo#1330769, boo#1021818)
CVE-2017-5379: Use-after-free in Web Animations
(bmo#1309198,boo#1021827)
CVE-2017-5380: Potential use-after-free during DOM manipulations
(bmo#1322107, boo#1021819)
CVE-2017-5390: Insecure communication methods in Developer Tools
JSON viewer (bmo#1297361, boo#1021820)
CVE-2017-5389: WebExtensions can install additional add-ons via
modified host requests (bmo#1308688, boo#1021828)
CVE-2017-5396: Use-after-free with Media Decoder
(bmo#1329403, boo#1021821)
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=567
2017-01-25 11:27:08 +01:00
|
|
|
+ tooltiptext="&urlbar.webNotificationAnchor.tooltip;"/>
|
2016-11-15 19:06:29 +01:00
|
|
|
+ <image id="webRTC-shareDevices-notification-icon" class="notification-anchor-icon camera-icon" role="button"
|
- update to Firefox 51.0
* requires NSPR >= 4.13.1, NSS >= 3.28.1
* Added support for FLAC (Free Lossless Audio Codec) playback
* Added support for WebGL 2
* Added Georgian (ka) and Kabyle (kab) locales
* Support saving passwords for forms without 'submit' events
* Improved video performance for users without GPU acceleration
* Zoom indicator is shown in the URL bar if the zoom level is not
at default level
* View passwords from the prompt before saving them
* Remove Belarusian (be) locale
* Use Skia for content rendering (Linux)
* MFSA 2017-01
CVE-2017-5375: Excessive JIT code allocation allows bypass of
ASLR and DEP (bmo#1325200, boo#1021814)
CVE-2017-5376: Use-after-free in XSL (bmo#1311687, boo#1021817)
CVE-2017-5377: Memory corruption with transforms to create
gradients in Skia (bmo#1306883, boo#1021826)
CVE-2017-5378: Pointer and frame data leakage of Javascript objects
(bmo#1312001, bmo#1330769, boo#1021818)
CVE-2017-5379: Use-after-free in Web Animations
(bmo#1309198,boo#1021827)
CVE-2017-5380: Potential use-after-free during DOM manipulations
(bmo#1322107, boo#1021819)
CVE-2017-5390: Insecure communication methods in Developer Tools
JSON viewer (bmo#1297361, boo#1021820)
CVE-2017-5389: WebExtensions can install additional add-ons via
modified host requests (bmo#1308688, boo#1021828)
CVE-2017-5396: Use-after-free with Media Decoder
(bmo#1329403, boo#1021821)
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=567
2017-01-25 11:27:08 +01:00
|
|
|
+ tooltiptext="&urlbar.webRTCShareDevicesNotificationAnchor.tooltip;"/>
|
2016-11-15 19:06:29 +01:00
|
|
|
+ <image id="webRTC-shareMicrophone-notification-icon" class="notification-anchor-icon microphone-icon" role="button"
|
- update to Firefox 51.0
* requires NSPR >= 4.13.1, NSS >= 3.28.1
* Added support for FLAC (Free Lossless Audio Codec) playback
* Added support for WebGL 2
* Added Georgian (ka) and Kabyle (kab) locales
* Support saving passwords for forms without 'submit' events
* Improved video performance for users without GPU acceleration
* Zoom indicator is shown in the URL bar if the zoom level is not
at default level
* View passwords from the prompt before saving them
* Remove Belarusian (be) locale
* Use Skia for content rendering (Linux)
* MFSA 2017-01
CVE-2017-5375: Excessive JIT code allocation allows bypass of
ASLR and DEP (bmo#1325200, boo#1021814)
CVE-2017-5376: Use-after-free in XSL (bmo#1311687, boo#1021817)
CVE-2017-5377: Memory corruption with transforms to create
gradients in Skia (bmo#1306883, boo#1021826)
CVE-2017-5378: Pointer and frame data leakage of Javascript objects
(bmo#1312001, bmo#1330769, boo#1021818)
CVE-2017-5379: Use-after-free in Web Animations
(bmo#1309198,boo#1021827)
CVE-2017-5380: Potential use-after-free during DOM manipulations
(bmo#1322107, boo#1021819)
CVE-2017-5390: Insecure communication methods in Developer Tools
JSON viewer (bmo#1297361, boo#1021820)
CVE-2017-5389: WebExtensions can install additional add-ons via
modified host requests (bmo#1308688, boo#1021828)
CVE-2017-5396: Use-after-free with Media Decoder
(bmo#1329403, boo#1021821)
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=567
2017-01-25 11:27:08 +01:00
|
|
|
+ tooltiptext="&urlbar.webRTCShareMicrophoneNotificationAnchor.tooltip;"/>
|
2016-11-15 19:06:29 +01:00
|
|
|
+ <image id="webRTC-shareScreen-notification-icon" class="notification-anchor-icon screen-icon" role="button"
|
- update to Firefox 51.0
* requires NSPR >= 4.13.1, NSS >= 3.28.1
* Added support for FLAC (Free Lossless Audio Codec) playback
* Added support for WebGL 2
* Added Georgian (ka) and Kabyle (kab) locales
* Support saving passwords for forms without 'submit' events
* Improved video performance for users without GPU acceleration
* Zoom indicator is shown in the URL bar if the zoom level is not
at default level
* View passwords from the prompt before saving them
* Remove Belarusian (be) locale
* Use Skia for content rendering (Linux)
* MFSA 2017-01
CVE-2017-5375: Excessive JIT code allocation allows bypass of
ASLR and DEP (bmo#1325200, boo#1021814)
CVE-2017-5376: Use-after-free in XSL (bmo#1311687, boo#1021817)
CVE-2017-5377: Memory corruption with transforms to create
gradients in Skia (bmo#1306883, boo#1021826)
CVE-2017-5378: Pointer and frame data leakage of Javascript objects
(bmo#1312001, bmo#1330769, boo#1021818)
CVE-2017-5379: Use-after-free in Web Animations
(bmo#1309198,boo#1021827)
CVE-2017-5380: Potential use-after-free during DOM manipulations
(bmo#1322107, boo#1021819)
CVE-2017-5390: Insecure communication methods in Developer Tools
JSON viewer (bmo#1297361, boo#1021820)
CVE-2017-5389: WebExtensions can install additional add-ons via
modified host requests (bmo#1308688, boo#1021828)
CVE-2017-5396: Use-after-free with Media Decoder
(bmo#1329403, boo#1021821)
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=567
2017-01-25 11:27:08 +01:00
|
|
|
+ tooltiptext="&urlbar.webRTCShareScreenNotificationAnchor.tooltip;"/>
|
2016-11-15 19:06:29 +01:00
|
|
|
+ <image id="servicesInstall-notification-icon" class="notification-anchor-icon service-icon" role="button"
|
- update to Firefox 51.0
* requires NSPR >= 4.13.1, NSS >= 3.28.1
* Added support for FLAC (Free Lossless Audio Codec) playback
* Added support for WebGL 2
* Added Georgian (ka) and Kabyle (kab) locales
* Support saving passwords for forms without 'submit' events
* Improved video performance for users without GPU acceleration
* Zoom indicator is shown in the URL bar if the zoom level is not
at default level
* View passwords from the prompt before saving them
* Remove Belarusian (be) locale
* Use Skia for content rendering (Linux)
* MFSA 2017-01
CVE-2017-5375: Excessive JIT code allocation allows bypass of
ASLR and DEP (bmo#1325200, boo#1021814)
CVE-2017-5376: Use-after-free in XSL (bmo#1311687, boo#1021817)
CVE-2017-5377: Memory corruption with transforms to create
gradients in Skia (bmo#1306883, boo#1021826)
CVE-2017-5378: Pointer and frame data leakage of Javascript objects
(bmo#1312001, bmo#1330769, boo#1021818)
CVE-2017-5379: Use-after-free in Web Animations
(bmo#1309198,boo#1021827)
CVE-2017-5380: Potential use-after-free during DOM manipulations
(bmo#1322107, boo#1021819)
CVE-2017-5390: Insecure communication methods in Developer Tools
JSON viewer (bmo#1297361, boo#1021820)
CVE-2017-5389: WebExtensions can install additional add-ons via
modified host requests (bmo#1308688, boo#1021828)
CVE-2017-5396: Use-after-free with Media Decoder
(bmo#1329403, boo#1021821)
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=567
2017-01-25 11:27:08 +01:00
|
|
|
+ tooltiptext="&urlbar.servicesNotificationAnchor.tooltip;"/>
|
2016-11-15 19:06:29 +01:00
|
|
|
+ <image id="translate-notification-icon" class="notification-anchor-icon translation-icon" role="button"
|
- update to Firefox 51.0
* requires NSPR >= 4.13.1, NSS >= 3.28.1
* Added support for FLAC (Free Lossless Audio Codec) playback
* Added support for WebGL 2
* Added Georgian (ka) and Kabyle (kab) locales
* Support saving passwords for forms without 'submit' events
* Improved video performance for users without GPU acceleration
* Zoom indicator is shown in the URL bar if the zoom level is not
at default level
* View passwords from the prompt before saving them
* Remove Belarusian (be) locale
* Use Skia for content rendering (Linux)
* MFSA 2017-01
CVE-2017-5375: Excessive JIT code allocation allows bypass of
ASLR and DEP (bmo#1325200, boo#1021814)
CVE-2017-5376: Use-after-free in XSL (bmo#1311687, boo#1021817)
CVE-2017-5377: Memory corruption with transforms to create
gradients in Skia (bmo#1306883, boo#1021826)
CVE-2017-5378: Pointer and frame data leakage of Javascript objects
(bmo#1312001, bmo#1330769, boo#1021818)
CVE-2017-5379: Use-after-free in Web Animations
(bmo#1309198,boo#1021827)
CVE-2017-5380: Potential use-after-free during DOM manipulations
(bmo#1322107, boo#1021819)
CVE-2017-5390: Insecure communication methods in Developer Tools
JSON viewer (bmo#1297361, boo#1021820)
CVE-2017-5389: WebExtensions can install additional add-ons via
modified host requests (bmo#1308688, boo#1021828)
CVE-2017-5396: Use-after-free with Media Decoder
(bmo#1329403, boo#1021821)
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=567
2017-01-25 11:27:08 +01:00
|
|
|
+ tooltiptext="&urlbar.translateNotificationAnchor.tooltip;"/>
|
2016-11-15 19:06:29 +01:00
|
|
|
+ <image id="translated-notification-icon" class="notification-anchor-icon translation-icon in-use" role="button"
|
- update to Firefox 51.0
* requires NSPR >= 4.13.1, NSS >= 3.28.1
* Added support for FLAC (Free Lossless Audio Codec) playback
* Added support for WebGL 2
* Added Georgian (ka) and Kabyle (kab) locales
* Support saving passwords for forms without 'submit' events
* Improved video performance for users without GPU acceleration
* Zoom indicator is shown in the URL bar if the zoom level is not
at default level
* View passwords from the prompt before saving them
* Remove Belarusian (be) locale
* Use Skia for content rendering (Linux)
* MFSA 2017-01
CVE-2017-5375: Excessive JIT code allocation allows bypass of
ASLR and DEP (bmo#1325200, boo#1021814)
CVE-2017-5376: Use-after-free in XSL (bmo#1311687, boo#1021817)
CVE-2017-5377: Memory corruption with transforms to create
gradients in Skia (bmo#1306883, boo#1021826)
CVE-2017-5378: Pointer and frame data leakage of Javascript objects
(bmo#1312001, bmo#1330769, boo#1021818)
CVE-2017-5379: Use-after-free in Web Animations
(bmo#1309198,boo#1021827)
CVE-2017-5380: Potential use-after-free during DOM manipulations
(bmo#1322107, boo#1021819)
CVE-2017-5390: Insecure communication methods in Developer Tools
JSON viewer (bmo#1297361, boo#1021820)
CVE-2017-5389: WebExtensions can install additional add-ons via
modified host requests (bmo#1308688, boo#1021828)
CVE-2017-5396: Use-after-free with Media Decoder
(bmo#1329403, boo#1021821)
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=567
2017-01-25 11:27:08 +01:00
|
|
|
+ tooltiptext="&urlbar.translatedNotificationAnchor.tooltip;"/>
|
2016-11-15 19:06:29 +01:00
|
|
|
+ <image id="eme-notification-icon" class="notification-anchor-icon drm-icon" role="button"
|
- update to Firefox 51.0
* requires NSPR >= 4.13.1, NSS >= 3.28.1
* Added support for FLAC (Free Lossless Audio Codec) playback
* Added support for WebGL 2
* Added Georgian (ka) and Kabyle (kab) locales
* Support saving passwords for forms without 'submit' events
* Improved video performance for users without GPU acceleration
* Zoom indicator is shown in the URL bar if the zoom level is not
at default level
* View passwords from the prompt before saving them
* Remove Belarusian (be) locale
* Use Skia for content rendering (Linux)
* MFSA 2017-01
CVE-2017-5375: Excessive JIT code allocation allows bypass of
ASLR and DEP (bmo#1325200, boo#1021814)
CVE-2017-5376: Use-after-free in XSL (bmo#1311687, boo#1021817)
CVE-2017-5377: Memory corruption with transforms to create
gradients in Skia (bmo#1306883, boo#1021826)
CVE-2017-5378: Pointer and frame data leakage of Javascript objects
(bmo#1312001, bmo#1330769, boo#1021818)
CVE-2017-5379: Use-after-free in Web Animations
(bmo#1309198,boo#1021827)
CVE-2017-5380: Potential use-after-free during DOM manipulations
(bmo#1322107, boo#1021819)
CVE-2017-5390: Insecure communication methods in Developer Tools
JSON viewer (bmo#1297361, boo#1021820)
CVE-2017-5389: WebExtensions can install additional add-ons via
modified host requests (bmo#1308688, boo#1021828)
CVE-2017-5396: Use-after-free with Media Decoder
(bmo#1329403, boo#1021821)
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=567
2017-01-25 11:27:08 +01:00
|
|
|
+ tooltiptext="&urlbar.emeNotificationAnchor.tooltip;"/>
|
2017-09-05 12:10:37 +02:00
|
|
|
+ <image id="persistent-storage-notification-icon" class="notification-anchor-icon persistent-storage-icon" role="button"
|
|
|
|
+ tooltiptext="&urlbar.persistentStorageNotificationAnchor.tooltip;"/>
|
2018-05-08 15:14:23 +02:00
|
|
|
+ <image id="midi-notification-icon" class="notification-anchor-icon midi-icon" role="button"
|
|
|
|
+ tooltiptext="&urlbar.midiNotificationAnchor.tooltip;"/>
|
|
|
|
+ <image id="webauthn-notification-icon" class="notification-anchor-icon" role="button"
|
2018-06-25 22:56:47 +02:00
|
|
|
+ tooltiptext="&urlbar.webAuthnAnchor.tooltip;"/>
|
2019-01-29 19:07:12 +01:00
|
|
|
+ <image id="storage-access-notification-icon" class="notification-anchor-icon storage-access-icon" role="button"
|
|
|
|
+ tooltiptext="&urlbar.storageAccessAnchor.tooltip;"/>
|
2016-11-15 19:06:29 +01:00
|
|
|
+ </box>
|
2016-03-08 23:37:32 +01:00
|
|
|
+ <image id="connection-icon"/>
|
2017-09-05 12:10:37 +02:00
|
|
|
+ <image id="extension-icon"/>
|
|
|
|
+ <image id="remote-control-icon"
|
|
|
|
+ tooltiptext="&urlbar.remoteControlNotificationAnchor.tooltip;"/>
|
2014-04-27 18:09:32 +02:00
|
|
|
+ <hbox id="identity-icon-labels">
|
|
|
|
+ <label id="identity-icon-label" class="plain" flex="1"/>
|
|
|
|
+ <label id="identity-icon-country-label" class="plain"/>
|
|
|
|
+ </hbox>
|
|
|
|
+ </box>
|
|
|
|
+ <box id="urlbar-display-box" align="center">
|
2017-03-07 09:35:10 +01:00
|
|
|
+ <label id="switchtab" class="urlbar-display urlbar-display-switchtab" value="&urlbar.switchToTab.label;"/>
|
|
|
|
+ <label id="extension" class="urlbar-display urlbar-display-extension" value="&urlbar.extension.label;"/>
|
2014-04-27 18:09:32 +02:00
|
|
|
+ </box>
|
2018-01-23 10:55:12 +01:00
|
|
|
+ <hbox id="page-action-buttons" context="pageActionContextMenu">
|
2018-10-29 16:21:53 +01:00
|
|
|
+ <hbox id="contextual-feature-recommendation" role="button" hidden="true">
|
|
|
|
+ <hbox id="cfr-label-container">
|
|
|
|
+ <label id="cfr-label"/>
|
|
|
|
+ </hbox>
|
|
|
|
+ <image id="cfr-button"
|
|
|
|
+ class="urlbar-icon urlbar-page-action"
|
|
|
|
+ role="presentation"/>
|
|
|
|
+ </hbox>
|
2017-11-15 00:17:59 +01:00
|
|
|
+ <hbox id="userContext-icons" hidden="true">
|
|
|
|
+ <label id="userContext-label"/>
|
|
|
|
+ <image id="userContext-indicator"/>
|
|
|
|
+ </hbox>
|
2015-05-10 22:12:38 +02:00
|
|
|
+ <image id="reader-mode-button"
|
2017-11-15 00:17:59 +01:00
|
|
|
+ class="urlbar-icon urlbar-page-action"
|
2018-05-08 15:14:23 +02:00
|
|
|
+ tooltip="dynamic-shortcut-tooltip"
|
2017-11-15 00:17:59 +01:00
|
|
|
+ role="button"
|
2015-05-10 22:12:38 +02:00
|
|
|
+ hidden="true"
|
|
|
|
+ onclick="ReaderParent.buttonClick(event);"/>
|
- update to Firefox 51.0
* requires NSPR >= 4.13.1, NSS >= 3.28.1
* Added support for FLAC (Free Lossless Audio Codec) playback
* Added support for WebGL 2
* Added Georgian (ka) and Kabyle (kab) locales
* Support saving passwords for forms without 'submit' events
* Improved video performance for users without GPU acceleration
* Zoom indicator is shown in the URL bar if the zoom level is not
at default level
* View passwords from the prompt before saving them
* Remove Belarusian (be) locale
* Use Skia for content rendering (Linux)
* MFSA 2017-01
CVE-2017-5375: Excessive JIT code allocation allows bypass of
ASLR and DEP (bmo#1325200, boo#1021814)
CVE-2017-5376: Use-after-free in XSL (bmo#1311687, boo#1021817)
CVE-2017-5377: Memory corruption with transforms to create
gradients in Skia (bmo#1306883, boo#1021826)
CVE-2017-5378: Pointer and frame data leakage of Javascript objects
(bmo#1312001, bmo#1330769, boo#1021818)
CVE-2017-5379: Use-after-free in Web Animations
(bmo#1309198,boo#1021827)
CVE-2017-5380: Potential use-after-free during DOM manipulations
(bmo#1322107, boo#1021819)
CVE-2017-5390: Insecure communication methods in Developer Tools
JSON viewer (bmo#1297361, boo#1021820)
CVE-2017-5389: WebExtensions can install additional add-ons via
modified host requests (bmo#1308688, boo#1021828)
CVE-2017-5396: Use-after-free with Media Decoder
(bmo#1329403, boo#1021821)
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=567
2017-01-25 11:27:08 +01:00
|
|
|
+ <toolbarbutton id="urlbar-zoom-button"
|
|
|
|
+ onclick="FullZoom.reset();"
|
2017-09-05 12:10:37 +02:00
|
|
|
+ tooltip="dynamic-shortcut-tooltip"
|
- update to Firefox 51.0
* requires NSPR >= 4.13.1, NSS >= 3.28.1
* Added support for FLAC (Free Lossless Audio Codec) playback
* Added support for WebGL 2
* Added Georgian (ka) and Kabyle (kab) locales
* Support saving passwords for forms without 'submit' events
* Improved video performance for users without GPU acceleration
* Zoom indicator is shown in the URL bar if the zoom level is not
at default level
* View passwords from the prompt before saving them
* Remove Belarusian (be) locale
* Use Skia for content rendering (Linux)
* MFSA 2017-01
CVE-2017-5375: Excessive JIT code allocation allows bypass of
ASLR and DEP (bmo#1325200, boo#1021814)
CVE-2017-5376: Use-after-free in XSL (bmo#1311687, boo#1021817)
CVE-2017-5377: Memory corruption with transforms to create
gradients in Skia (bmo#1306883, boo#1021826)
CVE-2017-5378: Pointer and frame data leakage of Javascript objects
(bmo#1312001, bmo#1330769, boo#1021818)
CVE-2017-5379: Use-after-free in Web Animations
(bmo#1309198,boo#1021827)
CVE-2017-5380: Potential use-after-free during DOM manipulations
(bmo#1322107, boo#1021819)
CVE-2017-5390: Insecure communication methods in Developer Tools
JSON viewer (bmo#1297361, boo#1021820)
CVE-2017-5389: WebExtensions can install additional add-ons via
modified host requests (bmo#1308688, boo#1021828)
CVE-2017-5396: Use-after-free with Media Decoder
(bmo#1329403, boo#1021821)
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=567
2017-01-25 11:27:08 +01:00
|
|
|
+ hidden="true"/>
|
2017-11-15 00:17:59 +01:00
|
|
|
+ <box id="pageActionSeparator" class="urlbar-page-action"/>
|
2017-09-28 10:44:46 +02:00
|
|
|
+ <image id="pageActionButton"
|
2017-11-15 00:17:59 +01:00
|
|
|
+ class="urlbar-icon urlbar-page-action"
|
|
|
|
+ role="button"
|
2017-09-28 10:44:46 +02:00
|
|
|
+ tooltiptext="&pageActionButton.tooltip;"
|
2019-03-19 23:01:55 +01:00
|
|
|
+ onmousedown="BrowserPageActions.mainButtonClicked(event);"
|
|
|
|
+ onkeypress="BrowserPageActions.mainButtonClicked(event);"/>
|
|
|
|
+ <hbox id="pocket-button-box"
|
|
|
|
+ hidden="true"
|
|
|
|
+ class="urlbar-icon-wrapper urlbar-page-action"
|
|
|
|
+ onclick="BrowserPageActions.doCommandForAction(PageActions.actionForID('pocket'), event, this);">
|
|
|
|
+ <image id="pocket-button"
|
|
|
|
+ class="urlbar-icon"
|
|
|
|
+ tooltiptext="&pocketButton.tooltiptext;"
|
|
|
|
+ role="button"/>
|
|
|
|
+ <hbox id="pocket-button-animatable-box">
|
|
|
|
+ <image id="pocket-button-animatable-image"
|
|
|
|
+ tooltiptext="&pocketButton.tooltiptext;"
|
|
|
|
+ role="presentation"/>
|
|
|
|
+ </hbox>
|
|
|
|
+ </hbox>
|
2017-11-15 00:17:59 +01:00
|
|
|
+ <hbox id="star-button-box"
|
|
|
|
+ hidden="true"
|
|
|
|
+ class="urlbar-icon-wrapper urlbar-page-action"
|
|
|
|
+ onclick="BrowserPageActions.doCommandForAction(PageActions.actionForID('bookmark'), event, this);">
|
2017-09-28 10:44:46 +02:00
|
|
|
+ <image id="star-button"
|
|
|
|
+ class="urlbar-icon"
|
2018-10-29 16:21:53 +01:00
|
|
|
+ role="button"/>
|
2017-09-28 10:44:46 +02:00
|
|
|
+ <hbox id="star-button-animatable-box">
|
|
|
|
+ <image id="star-button-animatable-image"
|
2018-10-29 16:21:53 +01:00
|
|
|
+ role="presentation"/>
|
2017-09-28 10:44:46 +02:00
|
|
|
+ </hbox>
|
|
|
|
+ </hbox>
|
2016-01-26 23:39:03 +01:00
|
|
|
+ </hbox>
|
2014-04-27 18:09:32 +02:00
|
|
|
+ </textbox>
|
|
|
|
+ </toolbaritem>
|
|
|
|
+
|
2017-11-15 00:17:59 +01:00
|
|
|
+ <toolbarspring cui-areatype="toolbar" class="chromeclass-toolbar-additional"/>
|
2014-04-27 18:09:32 +02:00
|
|
|
+
|
|
|
|
+ <!-- This is a placeholder for the Downloads Indicator. It is visible
|
|
|
|
+ during the customization of the toolbar, in the palette, and before
|
|
|
|
+ the Downloads Indicator overlay is loaded. -->
|
2016-08-03 00:00:28 +02:00
|
|
|
+ <toolbarbutton id="downloads-button"
|
|
|
|
+ class="toolbarbutton-1 chromeclass-toolbar-additional badged-button"
|
2014-09-22 18:35:40 +02:00
|
|
|
+ key="key_openDownloads"
|
2017-11-15 00:17:59 +01:00
|
|
|
+ onmousedown="DownloadsIndicatorView.onCommand(event);"
|
2014-04-27 18:09:32 +02:00
|
|
|
+ ondrop="DownloadsIndicatorView.onDrop(event);"
|
|
|
|
+ ondragover="DownloadsIndicatorView.onDragOver(event);"
|
|
|
|
+ ondragenter="DownloadsIndicatorView.onDragOver(event);"
|
|
|
|
+ label="&downloads.label;"
|
|
|
|
+ removable="true"
|
2017-11-15 00:17:59 +01:00
|
|
|
+ overflows="false"
|
2014-04-27 18:09:32 +02:00
|
|
|
+ cui-areatype="toolbar"
|
2017-11-15 00:17:59 +01:00
|
|
|
+ hidden="true"
|
2018-05-08 15:14:23 +02:00
|
|
|
+ tooltip="dynamic-shortcut-tooltip"
|
|
|
|
+ indicator="true">
|
|
|
|
+ <!-- The panel's anchor area is smaller than the outer button, but must
|
|
|
|
+ always be visible and must not move or resize when the indicator
|
|
|
|
+ state changes, otherwise the panel could change its position or lose
|
|
|
|
+ its arrow unexpectedly. -->
|
|
|
|
+ <stack id="downloads-indicator-anchor"
|
|
|
|
+ consumeanchor="downloads-button">
|
|
|
|
+ <box id="downloads-indicator-icon"/>
|
|
|
|
+ <stack id="downloads-indicator-progress-outer">
|
|
|
|
+ <box id="downloads-indicator-progress-inner"/>
|
|
|
|
+ </stack>
|
|
|
|
+ </stack>
|
|
|
|
+ </toolbarbutton>
|
2014-04-27 18:09:32 +02:00
|
|
|
+
|
2017-11-15 00:17:59 +01:00
|
|
|
+ <toolbarbutton id="library-button" class="toolbarbutton-1 chromeclass-toolbar-additional subviewbutton-nav"
|
2015-12-17 01:06:36 +01:00
|
|
|
+ removable="true"
|
2018-03-13 20:46:06 +01:00
|
|
|
+ onmousedown="PanelUI.showSubView('appMenu-libraryView', this, event);"
|
2019-03-19 23:01:55 +01:00
|
|
|
+ onkeypress="PanelUI.showSubView('appMenu-libraryView', this, event);"
|
2017-11-15 00:17:59 +01:00
|
|
|
+ closemenu="none"
|
2014-04-27 18:09:32 +02:00
|
|
|
+ cui-areatype="toolbar"
|
2017-11-15 00:17:59 +01:00
|
|
|
+ tooltiptext="&libraryButton.tooltip;"
|
|
|
|
+ label="&places.library.title;"/>
|
|
|
|
+
|
2014-04-27 18:09:32 +02:00
|
|
|
+ </hbox>
|
|
|
|
+
|
|
|
|
+ <toolbarbutton id="nav-bar-overflow-button"
|
|
|
|
+ class="toolbarbutton-1 chromeclass-toolbar-additional overflow-button"
|
|
|
|
+ skipintoolbarset="true"
|
2017-09-28 10:44:46 +02:00
|
|
|
+ tooltiptext="&navbarOverflow.label;">
|
|
|
|
+ <box class="toolbarbutton-animatable-box">
|
|
|
|
+ <image class="toolbarbutton-animatable-image"/>
|
|
|
|
+ </box>
|
|
|
|
+ </toolbarbutton>
|
2014-04-27 18:09:32 +02:00
|
|
|
+
|
|
|
|
+ <toolbaritem id="PanelUI-button"
|
|
|
|
+ removable="false">
|
|
|
|
+ <toolbarbutton id="PanelUI-menu-button"
|
2015-11-03 16:49:03 +01:00
|
|
|
+ class="toolbarbutton-1 badged-button"
|
2014-10-13 20:00:43 +02:00
|
|
|
+ consumeanchor="PanelUI-button"
|
2014-04-27 18:09:32 +02:00
|
|
|
+ label="&brandShortName;"
|
|
|
|
+ tooltiptext="&appmenu.tooltip;"/>
|
2010-01-08 01:32:43 +01:00
|
|
|
+ </toolbaritem>
|
|
|
|
+
|
2014-04-27 18:09:32 +02:00
|
|
|
+ <hbox id="window-controls" hidden="true" pack="end" skipintoolbarset="true"
|
|
|
|
+ ordinal="1000">
|
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"
|
2014-04-27 18:09:32 +02:00
|
|
|
+#ifdef XP_MACOSX
|
|
|
|
+# Prior to 10.7 there wasn't a native fullscreen button so we use #restore-button
|
|
|
|
+# to exit fullscreen and want it to behave like other toolbar buttons.
|
|
|
|
+ class="toolbarbutton-1"
|
|
|
|
+#endif
|
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>
|
2019-01-29 19:07:12 +01:00
|
|
|
+
|
|
|
|
+ <box id="library-animatable-box" class="toolbarbutton-animatable-box">
|
|
|
|
+ <image class="toolbarbutton-animatable-image"/>
|
|
|
|
+ </box>
|
2010-01-08 01:32:43 +01:00
|
|
|
+ </toolbar>
|
|
|
|
+
|
|
|
|
+ <toolbar id="PersonalToolbar"
|
2018-03-13 20:46:06 +01:00
|
|
|
+ mode="icons"
|
2018-10-29 16:21:53 +01:00
|
|
|
+ class="browser-toolbar chromeclass-directories"
|
2010-01-08 01:32:43 +01:00
|
|
|
+ context="toolbar-context-menu"
|
|
|
|
+ toolbarname="&personalbarCmd.label;" accesskey="&personalbarCmd.accesskey;"
|
|
|
|
+ collapsed="true"
|
2010-11-30 15:35:52 +01:00
|
|
|
+ customizable="true">
|
2014-04-27 18:09:32 +02:00
|
|
|
+ <toolbaritem id="personal-bookmarks"
|
|
|
|
+ title="&bookmarksToolbarItem.label;"
|
|
|
|
+ cui-areatype="toolbar"
|
2010-11-30 15:35:52 +01:00
|
|
|
+ removable="true">
|
2014-04-27 18:09:32 +02:00
|
|
|
+ <toolbarbutton id="bookmarks-toolbar-placeholder"
|
2017-11-15 00:17:59 +01:00
|
|
|
+ class="bookmark-item"
|
|
|
|
+ label="&bookmarksToolbarItem.label;"/>
|
|
|
|
+ <toolbarbutton id="bookmarks-toolbar-button"
|
2014-04-27 18:09:32 +02:00
|
|
|
+ class="toolbarbutton-1"
|
2017-11-15 00:17:59 +01:00
|
|
|
+ flex="1"
|
2014-04-27 18:09:32 +02:00
|
|
|
+ label="&bookmarksToolbarItem.label;"
|
|
|
|
+ oncommand="PlacesToolbarHelper.onPlaceholderCommand();"/>
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <hbox flex="1"
|
|
|
|
+ id="PlacesToolbar"
|
|
|
|
+ context="placesContext"
|
2017-11-15 00:17:59 +01:00
|
|
|
+ onmouseup="BookmarksEventHandler.onMouseUp(event);"
|
2011-02-03 11:49:21 +01:00
|
|
|
+ onclick="BookmarksEventHandler.onClick(event, this._placesView);"
|
2017-09-28 10:44:46 +02:00
|
|
|
+ oncommand="BookmarksEventHandler.onCommand(event);"
|
2010-11-30 15:35:52 +01:00
|
|
|
+ tooltip="bhTooltip"
|
|
|
|
+ popupsinherittooltip="true">
|
|
|
|
+ <hbox flex="1">
|
2014-04-27 18:09:32 +02:00
|
|
|
+ <hbox id="PlacesToolbarDropIndicatorHolder" align="center" collapsed="true">
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <image id="PlacesToolbarDropIndicator"
|
|
|
|
+ mousethrough="always"
|
|
|
|
+ collapsed="true"/>
|
|
|
|
+ </hbox>
|
|
|
|
+ <scrollbox orient="horizontal"
|
|
|
|
+ id="PlacesToolbarItems"
|
|
|
|
+ flex="1"/>
|
|
|
|
+ <toolbarbutton type="menu"
|
|
|
|
+ id="PlacesChevron"
|
2017-11-15 00:17:59 +01:00
|
|
|
+ class="toolbarbutton-1"
|
2010-11-30 15:35:52 +01:00
|
|
|
+ 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>
|
|
|
|
+
|
|
|
|
+ <toolbarpalette id="BrowserToolbarPalette">
|
|
|
|
+
|
|
|
|
+ <toolbarbutton id="print-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
|
2014-04-27 18:09:32 +02:00
|
|
|
+#ifdef XP_MACOSX
|
2014-09-22 18:35:40 +02:00
|
|
|
+ command="cmd_print"
|
|
|
|
+ tooltip="dynamic-shortcut-tooltip"
|
2014-04-27 18:09:32 +02:00
|
|
|
+#else
|
2014-09-22 18:35:40 +02:00
|
|
|
+ command="cmd_printPreview"
|
|
|
|
+ tooltiptext="&printButton.tooltip;"
|
2014-04-27 18:09:32 +02:00
|
|
|
+#endif
|
|
|
|
+ label="&printButton.label;"/>
|
|
|
|
+
|
2010-11-30 15:35:52 +01:00
|
|
|
+
|
|
|
|
+ <toolbarbutton id="new-window-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
|
|
|
|
+ label="&newNavigatorCmd.label;"
|
2017-09-05 12:10:37 +02:00
|
|
|
+ command="cmd_newNavigator"
|
2014-04-27 18:09:32 +02:00
|
|
|
+ tooltip="dynamic-shortcut-tooltip"
|
2010-11-30 15:35:52 +01:00
|
|
|
+ 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="fullscreen-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
|
|
|
|
+ observes="View:FullScreen"
|
|
|
|
+ type="checkbox"
|
|
|
|
+ label="&fullScreenCmd.label;"
|
2014-04-27 18:09:32 +02:00
|
|
|
+ tooltip="dynamic-shortcut-tooltip"/>
|
2017-11-15 00:17:59 +01:00
|
|
|
+
|
|
|
|
+ <toolbarbutton id="bookmarks-menu-button"
|
|
|
|
+ class="toolbarbutton-1 chromeclass-toolbar-additional subviewbutton-nav"
|
|
|
|
+ type="menu"
|
|
|
|
+ label="&bookmarksMenuButton2.label;"
|
|
|
|
+ tooltip="dynamic-shortcut-tooltip"
|
|
|
|
+ anchor="dropmarker"
|
|
|
|
+ ondragenter="PlacesMenuDNDHandler.onDragEnter(event);"
|
|
|
|
+ ondragover="PlacesMenuDNDHandler.onDragOver(event);"
|
|
|
|
+ ondragleave="PlacesMenuDNDHandler.onDragLeave(event);"
|
|
|
|
+ ondrop="PlacesMenuDNDHandler.onDrop(event);"
|
|
|
|
+ oncommand="BookmarkingUI.onCommand(event);">
|
|
|
|
+ <menupopup id="BMB_bookmarksPopup"
|
|
|
|
+ class="cui-widget-panel cui-widget-panelview cui-widget-panelWithFooter PanelUI-subView"
|
|
|
|
+ placespopup="true"
|
|
|
|
+ context="placesContext"
|
|
|
|
+ openInTabs="children"
|
2018-10-29 16:21:53 +01:00
|
|
|
+ side="top"
|
2017-11-15 00:17:59 +01:00
|
|
|
+ onmouseup="BookmarksEventHandler.onMouseUp(event);"
|
|
|
|
+ oncommand="BookmarksEventHandler.onCommand(event);"
|
|
|
|
+ onclick="BookmarksEventHandler.onClick(event, this.parentNode._placesView);"
|
|
|
|
+ onpopupshowing="BookmarkingUI.onPopupShowing(event);
|
|
|
|
+ BookmarkingUI.attachPlacesView(event, this);"
|
|
|
|
+ tooltip="bhTooltip" popupsinherittooltip="true">
|
|
|
|
+ <menuitem id="BMB_viewBookmarksSidebar"
|
2018-05-08 15:14:23 +02:00
|
|
|
+ class="menuitem-iconic subviewbutton"
|
|
|
|
+ label-show="&viewBookmarksSidebar2.label;"
|
|
|
|
+ label-hide="&hideBookmarksSidebar.label;"
|
|
|
|
+ oncommand="SidebarUI.toggle('viewBookmarksSidebar');"/>
|
2017-11-15 00:17:59 +01:00
|
|
|
+ <!-- NB: temporary solution for bug 985024, this should go away soon. -->
|
|
|
|
+ <menuitem id="BMB_bookmarksShowAllTop"
|
|
|
|
+ class="menuitem-iconic subviewbutton"
|
|
|
|
+ label="&showAllBookmarks2.label;"
|
|
|
|
+ command="Browser:ShowAllBookmarks"
|
|
|
|
+ key="manBookmarkKb"/>
|
|
|
|
+ <menuseparator/>
|
|
|
|
+ <menu id="BMB_bookmarksToolbar"
|
|
|
|
+ class="menu-iconic bookmark-item subviewbutton"
|
|
|
|
+ label="&personalbarCmd.label;"
|
|
|
|
+ container="true">
|
|
|
|
+ <menupopup id="BMB_bookmarksToolbarPopup"
|
|
|
|
+ placespopup="true"
|
|
|
|
+ context="placesContext"
|
|
|
|
+ onpopupshowing="if (!this.parentNode._placesView)
|
2018-09-05 09:16:27 +02:00
|
|
|
+ new PlacesMenu(event, `place:parent=${PlacesUtils.bookmarks.toolbarGuid}`,
|
2017-11-15 00:17:59 +01:00
|
|
|
+ PlacesUIUtils.getViewForNode(this.parentNode.parentNode).options);">
|
|
|
|
+ <menuitem id="BMB_viewBookmarksToolbar"
|
2018-05-08 15:14:23 +02:00
|
|
|
+ class="menuitem-iconic subviewbutton"
|
|
|
|
+ label-show="&viewBookmarksToolbar.label;"
|
|
|
|
+ label-hide="&hideBookmarksToolbar.label;"
|
|
|
|
+ oncommand="BookmarkingUI.toggleBookmarksToolbar();"/>
|
2017-11-15 00:17:59 +01:00
|
|
|
+ <menuseparator/>
|
|
|
|
+ <!-- Bookmarks toolbar items -->
|
|
|
|
+ </menupopup>
|
|
|
|
+ </menu>
|
|
|
|
+ <menu id="BMB_unsortedBookmarks"
|
|
|
|
+ class="menu-iconic bookmark-item subviewbutton"
|
|
|
|
+ label="&bookmarksMenuButton.other.label;"
|
|
|
|
+ container="true">
|
|
|
|
+ <menupopup id="BMB_unsortedBookmarksPopup"
|
|
|
|
+ placespopup="true"
|
|
|
|
+ context="placesContext"
|
|
|
|
+ onpopupshowing="if (!this.parentNode._placesView)
|
2018-09-05 09:16:27 +02:00
|
|
|
+ new PlacesMenu(event, `place:parent=${PlacesUtils.bookmarks.unfiledGuid}`,
|
2017-11-15 00:17:59 +01:00
|
|
|
+ PlacesUIUtils.getViewForNode(this.parentNode.parentNode).options);"/>
|
|
|
|
+ </menu>
|
|
|
|
+ <menu id="BMB_mobileBookmarks"
|
|
|
|
+ class="menu-iconic bookmark-item subviewbutton"
|
|
|
|
+ label="&bookmarksMenuButton.mobile.label;"
|
|
|
|
+ hidden="true"
|
|
|
|
+ container="true">
|
|
|
|
+ <menupopup id="BMB_mobileBookmarksPopup"
|
|
|
|
+ placespopup="true"
|
|
|
|
+ context="placesContext"
|
|
|
|
+ onpopupshowing="if (!this.parentNode._placesView)
|
2018-09-05 09:16:27 +02:00
|
|
|
+ new PlacesMenu(event, `place:parent=${PlacesUtils.bookmarks.mobileGuid}`,
|
2017-11-15 00:17:59 +01:00
|
|
|
+ PlacesUIUtils.getViewForNode(this.parentNode.parentNode).options);"/>
|
|
|
|
+ </menu>
|
|
|
|
+
|
|
|
|
+ <menuseparator/>
|
|
|
|
+ <!-- Bookmarks menu items will go here -->
|
|
|
|
+ <menuitem id="BMB_bookmarksShowAll"
|
|
|
|
+ class="subviewbutton panel-subview-footer"
|
|
|
|
+ label="&showAllBookmarks2.label;"
|
|
|
|
+ command="Browser:ShowAllBookmarks"
|
|
|
|
+ key="manBookmarkKb"/>
|
|
|
|
+ </menupopup>
|
2017-09-28 10:44:46 +02:00
|
|
|
+ </toolbarbutton>
|
2017-11-15 00:17:59 +01:00
|
|
|
+
|
|
|
|
+ <toolbaritem id="search-container"
|
2018-03-13 20:46:06 +01:00
|
|
|
+ class="chromeclass-toolbar-additional"
|
2017-11-15 00:17:59 +01:00
|
|
|
+ title="&searchItem.title;"
|
|
|
|
+ align="center"
|
|
|
|
+ flex="100"
|
|
|
|
+ persist="width">
|
|
|
|
+ <searchbar id="searchbar" flex="1"/>
|
|
|
|
+ </toolbaritem>
|
2010-11-30 15:35:52 +01:00
|
|
|
+ </toolbarpalette>
|
2010-01-08 01:32:43 +01:00
|
|
|
+ </toolbox>
|
|
|
|
+
|
2015-01-14 19:32:16 +01:00
|
|
|
+ <hbox id="fullscr-toggler" hidden="true"/>
|
2013-04-02 21:00:31 +02:00
|
|
|
+
|
2014-04-27 18:09:32 +02:00
|
|
|
+ <deck id="content-deck" flex="1">
|
|
|
|
+ <hbox flex="1" id="browser">
|
|
|
|
+ <vbox id="browser-border-start" hidden="true" layer="true"/>
|
|
|
|
+ <vbox id="sidebar-box" hidden="true" class="chromeclass-extrachrome">
|
|
|
|
+ <sidebarheader id="sidebar-header" align="center">
|
2017-09-05 12:10:37 +02:00
|
|
|
+ <toolbarbutton id="sidebar-switcher-target" flex="1" class="tabbable">
|
|
|
|
+ <image id="sidebar-icon" consumeanchor="sidebar-switcher-target"/>
|
2018-10-29 16:21:53 +01:00
|
|
|
+ <label id="sidebar-title" crop="end" flex="1" control="sidebar"/>
|
2017-09-05 12:10:37 +02:00
|
|
|
+ <image id="sidebar-switcher-arrow"/>
|
|
|
|
+ </toolbarbutton>
|
2014-04-27 18:09:32 +02:00
|
|
|
+ <image id="sidebar-throbber"/>
|
2017-09-05 12:10:37 +02:00
|
|
|
+# To ensure the button label's intrinsic width doesn't expand the sidebar
|
|
|
|
+# if the label is long, the button needs flex=1.
|
|
|
|
+# To ensure the button doesn't expand unnecessarily for short labels, the
|
|
|
|
+# spacer should significantly out-flex the button.
|
|
|
|
+ <spacer flex="1000"/>
|
2017-11-15 00:17:59 +01:00
|
|
|
+ <toolbarbutton id="sidebar-close" class="close-icon tabbable" tooltiptext="&sidebarCloseButton.tooltip;" oncommand="SidebarUI.hide();"/>
|
2014-04-27 18:09:32 +02:00
|
|
|
+ </sidebarheader>
|
- update to Firefox 51.0
* requires NSPR >= 4.13.1, NSS >= 3.28.1
* Added support for FLAC (Free Lossless Audio Codec) playback
* Added support for WebGL 2
* Added Georgian (ka) and Kabyle (kab) locales
* Support saving passwords for forms without 'submit' events
* Improved video performance for users without GPU acceleration
* Zoom indicator is shown in the URL bar if the zoom level is not
at default level
* View passwords from the prompt before saving them
* Remove Belarusian (be) locale
* Use Skia for content rendering (Linux)
* MFSA 2017-01
CVE-2017-5375: Excessive JIT code allocation allows bypass of
ASLR and DEP (bmo#1325200, boo#1021814)
CVE-2017-5376: Use-after-free in XSL (bmo#1311687, boo#1021817)
CVE-2017-5377: Memory corruption with transforms to create
gradients in Skia (bmo#1306883, boo#1021826)
CVE-2017-5378: Pointer and frame data leakage of Javascript objects
(bmo#1312001, bmo#1330769, boo#1021818)
CVE-2017-5379: Use-after-free in Web Animations
(bmo#1309198,boo#1021827)
CVE-2017-5380: Potential use-after-free during DOM manipulations
(bmo#1322107, boo#1021819)
CVE-2017-5390: Insecure communication methods in Developer Tools
JSON viewer (bmo#1297361, boo#1021820)
CVE-2017-5389: WebExtensions can install additional add-ons via
modified host requests (bmo#1308688, boo#1021828)
CVE-2017-5396: Use-after-free with Media Decoder
(bmo#1329403, boo#1021821)
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=567
2017-01-25 11:27:08 +01:00
|
|
|
+ <browser id="sidebar" flex="1" autoscroll="false" disablehistory="true" disablefullscreen="true"
|
2015-05-10 22:12:38 +02:00
|
|
|
+ style="min-width: 14em; width: 18em; max-width: 36em;" tooltip="aHTMLTooltip"/>
|
2014-04-27 18:09:32 +02:00
|
|
|
+ </vbox>
|
|
|
|
+
|
|
|
|
+ <splitter id="sidebar-splitter" class="chromeclass-extrachrome sidebar-splitter" hidden="true"/>
|
|
|
|
+ <vbox id="appcontent" flex="1">
|
2019-01-29 19:07:12 +01:00
|
|
|
+ <!-- gHighPriorityNotificationBox will be added here lazily. -->
|
2018-05-08 15:14:23 +02:00
|
|
|
+ <tabbox id="tabbrowser-tabbox"
|
2018-10-29 16:21:53 +01:00
|
|
|
+ flex="1" tabcontainer="tabbrowser-tabs">
|
2018-09-05 09:16:27 +02:00
|
|
|
+ <tabpanels id="tabbrowser-tabpanels"
|
2018-10-29 16:21:53 +01:00
|
|
|
+ flex="1" class="plain" selectedIndex="0"/>
|
2018-05-08 15:14:23 +02:00
|
|
|
+ </tabbox>
|
2014-04-27 18:09:32 +02:00
|
|
|
+ </vbox>
|
|
|
|
+ <vbox id="browser-border-end" hidden="true" layer="true"/>
|
|
|
|
+ </hbox>
|
|
|
|
+#include ../../components/customizableui/content/customizeMode.inc.xul
|
|
|
|
+ </deck>
|
2010-11-30 15:35:52 +01:00
|
|
|
+
|
2016-11-15 19:06:29 +01:00
|
|
|
+ <html:div id="fullscreen-warning" class="pointerlockfswarning" hidden="true">
|
|
|
|
+ <html:div class="pointerlockfswarning-domain-text">
|
2015-12-17 01:06:36 +01:00
|
|
|
+ &fullscreenWarning.beforeDomain.label;
|
2016-11-15 19:06:29 +01:00
|
|
|
+ <html:span class="pointerlockfswarning-domain"/>
|
2015-12-17 01:06:36 +01:00
|
|
|
+ &fullscreenWarning.afterDomain.label;
|
|
|
|
+ </html:div>
|
2016-11-15 19:06:29 +01:00
|
|
|
+ <html:div class="pointerlockfswarning-generic-text">
|
2015-12-17 01:06:36 +01:00
|
|
|
+ &fullscreenWarning.generic.label;
|
|
|
|
+ </html:div>
|
|
|
|
+ <html:button id="fullscreen-exit-button"
|
|
|
|
+ onclick="FullScreen.exitDomFullScreen();">
|
|
|
|
+#ifdef XP_MACOSX
|
|
|
|
+ &exitDOMFullscreenMac.button;
|
|
|
|
+#else
|
|
|
|
+ &exitDOMFullscreen.button;
|
|
|
|
+#endif
|
|
|
|
+ </html:button>
|
|
|
|
+ </html:div>
|
2012-02-01 14:37:15 +01:00
|
|
|
+
|
2016-11-15 19:06:29 +01:00
|
|
|
+ <html:div id="pointerlock-warning" class="pointerlockfswarning" hidden="true">
|
|
|
|
+ <html:div class="pointerlockfswarning-domain-text">
|
|
|
|
+ &pointerlockWarning.beforeDomain.label;
|
|
|
|
+ <html:span class="pointerlockfswarning-domain"/>
|
|
|
|
+ &pointerlockWarning.afterDomain.label;
|
|
|
|
+ </html:div>
|
|
|
|
+ <html:div class="pointerlockfswarning-generic-text">
|
|
|
|
+ &pointerlockWarning.generic.label;
|
|
|
|
+ </html:div>
|
|
|
|
+ </html:div>
|
|
|
|
+
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <vbox id="browser-bottombox" layer="true">
|
2019-01-29 19:07:12 +01:00
|
|
|
+ <!-- gNotificationBox will be added here lazily. -->
|
2010-01-08 01:32:43 +01:00
|
|
|
+ </vbox>
|
2010-11-30 15:35:52 +01:00
|
|
|
+
|
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
|
2018-10-29 16:21:53 +01:00
|
|
|
@@ -28,16 +28,18 @@ browser.jar:
|
2014-04-27 18:09:32 +02:00
|
|
|
content/browser/aboutTabCrashed.js (content/aboutTabCrashed.js)
|
2013-12-11 09:31:54 +01:00
|
|
|
content/browser/aboutTabCrashed.xhtml (content/aboutTabCrashed.xhtml)
|
2009-10-12 12:23:44 +02:00
|
|
|
* content/browser/browser.css (content/browser.css)
|
2016-03-07 17:25:29 +01:00
|
|
|
content/browser/browser.js (content/browser.js)
|
2018-10-29 16:21:53 +01:00
|
|
|
#ifdef MOZ_BROWSER_XHTML
|
|
|
|
* content/browser/browser.xhtml (content/browser.xhtml)
|
|
|
|
#endif
|
2009-10-12 12:23:44 +02:00
|
|
|
* 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
|
2016-03-07 17:25:29 +01:00
|
|
|
content/browser/browser-addons.js (content/browser-addons.js)
|
2018-09-05 09:16:27 +02:00
|
|
|
content/browser/browser-allTabsMenu.js (content/browser-allTabsMenu.js)
|
2017-03-07 09:35:10 +01:00
|
|
|
content/browser/browser-captivePortal.js (content/browser-captivePortal.js)
|
2016-03-07 17:25:29 +01:00
|
|
|
content/browser/browser-ctrlTab.js (content/browser-ctrlTab.js)
|
|
|
|
content/browser/browser-customization.js (content/browser-customization.js)
|
|
|
|
content/browser/browser-data-submission-info-bar.js (content/browser-data-submission-info-bar.js)
|
2017-09-05 12:10:37 +02:00
|
|
|
content/browser/browser-compacttheme.js (content/browser-compacttheme.js)
|
2018-10-29 16:21:53 +01:00
|
|
|
content/browser/browser-contentblocking.js (content/browser-contentblocking.js)
|
2010-01-08 01:32:43 +01:00
|
|
|
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
|
2012-08-28 20:40:50 +02:00
|
|
|
@@ -8,17 +8,17 @@
|
2010-01-08 01:32:43 +01:00
|
|
|
#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)
|
2019-03-19 23:01:55 +01:00
|
|
|
# include "nsWindowsShellService.h"
|
2009-09-17 00:40:05 +02:00
|
|
|
#elif defined(XP_MACOSX)
|
2019-03-19 23:01:55 +01:00
|
|
|
# include "nsMacShellService.h"
|
2013-09-16 09:57:05 +02:00
|
|
|
#elif defined(MOZ_WIDGET_GTK)
|
2019-03-19 23:01:55 +01:00
|
|
|
-# include "nsGNOMEShellService.h"
|
|
|
|
+# include "nsUnixShellService.h"
|
2009-09-17 00:40:05 +02:00
|
|
|
#endif
|
2019-03-19 23:01:55 +01:00
|
|
|
#include "nsIToolkitShellService.h"
|
2009-09-17 00:40:05 +02:00
|
|
|
|
2018-10-29 16:21:53 +01:00
|
|
|
#if defined(MOZ_WIDGET_COCOA)
|
2019-03-19 23:01:55 +01:00
|
|
|
# include "nsMacAttribution.h"
|
2012-03-01 10:09:12 +01:00
|
|
|
#endif
|
2012-04-20 21:18:58 +02:00
|
|
|
|
2018-10-29 16:21:53 +01:00
|
|
|
#if defined(XP_WIN)
|
2019-03-19 23:01:55 +01:00
|
|
|
@@ -34,18 +34,16 @@ using namespace mozilla::browser;
|
2010-11-30 15:35:52 +01:00
|
|
|
|
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)
|
2013-09-16 09:57:05 +02:00
|
|
|
-#elif defined(MOZ_WIDGET_GTK)
|
2009-09-17 00:40:05 +02:00
|
|
|
-NS_GENERIC_FACTORY_CONSTRUCTOR_INIT(nsGNOMEShellService, Init)
|
|
|
|
#endif
|
|
|
|
|
2018-10-29 16:21:53 +01:00
|
|
|
#if defined(MOZ_WIDGET_COCOA)
|
|
|
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsMacAttributionService)
|
2012-03-01 10:09:12 +01:00
|
|
|
#endif
|
2012-04-20 21:18:58 +02:00
|
|
|
|
2018-10-29 16:21:53 +01:00
|
|
|
#if defined(XP_WIN)
|
|
|
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsIEHistoryEnumerator)
|
2019-03-19 23:01:55 +01:00
|
|
|
@@ -64,17 +62,17 @@ NS_DEFINE_NAMED_CID(NS_MACATTRIBUTIONSER
|
2018-06-25 22:56:47 +02:00
|
|
|
#endif
|
2010-01-08 01:32:43 +01:00
|
|
|
|
2010-11-30 15:35:52 +01:00
|
|
|
static const mozilla::Module::CIDEntry kBrowserCIDs[] = {
|
2018-12-12 12:35:28 +01:00
|
|
|
// clang-format off
|
2013-12-11 09:31:54 +01:00
|
|
|
{ &kNS_BROWSERDIRECTORYPROVIDER_CID, false, nullptr, DirectoryProviderConstructor },
|
2010-11-30 15:35:52 +01:00
|
|
|
#if defined(XP_WIN)
|
2013-12-11 09:31:54 +01:00
|
|
|
{ &kNS_SHELLSERVICE_CID, false, nullptr, nsWindowsShellServiceConstructor },
|
2013-09-16 09:57:05 +02:00
|
|
|
#elif defined(MOZ_WIDGET_GTK)
|
2013-12-11 09:31:54 +01:00
|
|
|
- { &kNS_SHELLSERVICE_CID, false, nullptr, nsGNOMEShellServiceConstructor },
|
|
|
|
+ { &kNS_SHELLSERVICE_CID, false, nullptr, nsUnixShellServiceConstructor },
|
2019-03-19 23:01:55 +01:00
|
|
|
#elif defined(XP_MACOSX)
|
|
|
|
{ &kNS_SHELLSERVICE_CID, false, nullptr, nsMacShellServiceConstructor },
|
2009-09-17 00:40:05 +02:00
|
|
|
#endif
|
2013-12-11 09:31:54 +01:00
|
|
|
{ &kNS_BROWSER_ABOUT_REDIRECTOR_CID, false, nullptr, AboutRedirector::Create },
|
2012-10-09 13:14:08 +02:00
|
|
|
#if defined(XP_WIN)
|
2013-12-11 09:31:54 +01:00
|
|
|
{ &kNS_WINIEHISTORYENUMERATOR_CID, false, nullptr, nsIEHistoryEnumeratorConstructor },
|
2016-03-07 17:25:29 +01:00
|
|
|
#endif
|
2018-12-12 12:35:28 +01:00
|
|
|
#if defined(MOZ_WIDGET_COCOA)
|
2015-11-03 16:49:03 +01:00
|
|
|
diff --git a/browser/components/preferences/in-content/main.js b/browser/components/preferences/in-content/main.js
|
|
|
|
--- a/browser/components/preferences/in-content/main.js
|
|
|
|
+++ b/browser/components/preferences/in-content/main.js
|
2019-01-29 19:07:12 +01:00
|
|
|
@@ -289,16 +289,23 @@ var gMainPane = {
|
2017-11-15 00:17:59 +01:00
|
|
|
this._backoffIndex++ : backoffTimes.length - 1]);
|
|
|
|
};
|
|
|
|
|
|
|
|
window.setTimeout(() => {
|
|
|
|
window.requestIdleCallback(pollForDefaultBrowser);
|
|
|
|
}, backoffTimes[this._backoffIndex]);
|
2014-12-02 23:01:52 +01:00
|
|
|
}
|
- update to Firefox 47.0 (boo#983549)
* Enable VP9 video codec for users with fast machines
* Embedded YouTube videos now play with HTML5 video if Flash is
not installed
* View and search open tabs from your smartphone or another
computer in a sidebar
* Allow no-cache on back/forward navigations for https resources
security fixes:
* MFSA 2016-49/CVE-2016-2815/CVE-2016-2818
(boo#983638)
(bmo#1241896, bmo#1242798, bmo#1243466, bmo#1245743,
bmo#1264300, bmo#1271037, bmo#1234147, bmo#1256493,
bmo#1256739, bmo#1256968, bmo#1261230, bmo#1261752,
bmo#1263384, bmo#1264575, bmo#1265577, bmo#1267130,
bmo#1269729, bmo#1273202, bmo#1273701)
Miscellaneous memory safety hazards (rv:47.0 / rv:45.2)
* MFSA 2016-50/CVE-2016-2819 (boo#983655) (bmo#1270381)
Buffer overflow parsing HTML5 fragments
* MFSA 2016-51/CVE-2016-2821 (bsc#983653) (bmo#1271460)
Use-after-free deleting tables from a contenteditable document
* MFSA 2016-52/CVE-2016-2822 (boo#983652) (bmo#1273129)
Addressbar spoofing though the SELECT element
* MFSA 2016-53/CVE-2016-2824 (boo#983651) (bmo#1248580)
Out-of-bounds write with WebGL shader
* MFSA 2016-54/CVE-2016-2825 (boo#983649) (bmo#1193093)
Partial same-origin-policy through setting location.host
through data URI
* MFSA 2016-56/CVE-2016-2828 (boo#983646) (bmo#1223810)
Use-after-free when textures are used in WebGL operations
after recycle pool destruction
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=518
2016-06-08 14:26:29 +02:00
|
|
|
|
2017-09-05 12:10:37 +02:00
|
|
|
+ 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;
|
|
|
|
+ }
|
|
|
|
+
|
2017-11-15 00:17:59 +01:00
|
|
|
this.initBrowserContainers();
|
2017-09-05 12:10:37 +02:00
|
|
|
this.buildContentProcessCountMenuList();
|
- update to Firefox 51.0
* requires NSPR >= 4.13.1, NSS >= 3.28.1
* Added support for FLAC (Free Lossless Audio Codec) playback
* Added support for WebGL 2
* Added Georgian (ka) and Kabyle (kab) locales
* Support saving passwords for forms without 'submit' events
* Improved video performance for users without GPU acceleration
* Zoom indicator is shown in the URL bar if the zoom level is not
at default level
* View passwords from the prompt before saving them
* Remove Belarusian (be) locale
* Use Skia for content rendering (Linux)
* MFSA 2017-01
CVE-2017-5375: Excessive JIT code allocation allows bypass of
ASLR and DEP (bmo#1325200, boo#1021814)
CVE-2017-5376: Use-after-free in XSL (bmo#1311687, boo#1021817)
CVE-2017-5377: Memory corruption with transforms to create
gradients in Skia (bmo#1306883, boo#1021826)
CVE-2017-5378: Pointer and frame data leakage of Javascript objects
(bmo#1312001, bmo#1330769, boo#1021818)
CVE-2017-5379: Use-after-free in Web Animations
(bmo#1309198,boo#1021827)
CVE-2017-5380: Potential use-after-free during DOM manipulations
(bmo#1322107, boo#1021819)
CVE-2017-5390: Insecure communication methods in Developer Tools
JSON viewer (bmo#1297361, boo#1021820)
CVE-2017-5389: WebExtensions can install additional add-ons via
modified host requests (bmo#1308688, boo#1021828)
CVE-2017-5396: Use-after-free with Media Decoder
(bmo#1329403, boo#1021821)
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=567
2017-01-25 11:27:08 +01:00
|
|
|
|
2017-11-15 00:17:59 +01:00
|
|
|
let performanceSettingsLink = document.getElementById("performanceSettingsLearnMore");
|
|
|
|
let performanceSettingsUrl = Services.urlFormatter.formatURLPref("app.support.baseURL") + "performance";
|
|
|
|
performanceSettingsLink.setAttribute("href", performanceSettingsUrl);
|
|
|
|
|
|
|
|
this.updateDefaultPerformanceSettingsPref();
|
2019-03-19 23:01:55 +01:00
|
|
|
@@ -1021,16 +1028,27 @@ var gMainPane = {
|
2017-11-15 00:17:59 +01:00
|
|
|
// Reset exponential backoff delay time in order to do visual update in pollForDefaultBrowser.
|
|
|
|
this._backoffIndex = 0;
|
- update to Firefox 51.0
* requires NSPR >= 4.13.1, NSS >= 3.28.1
* Added support for FLAC (Free Lossless Audio Codec) playback
* Added support for WebGL 2
* Added Georgian (ka) and Kabyle (kab) locales
* Support saving passwords for forms without 'submit' events
* Improved video performance for users without GPU acceleration
* Zoom indicator is shown in the URL bar if the zoom level is not
at default level
* View passwords from the prompt before saving them
* Remove Belarusian (be) locale
* Use Skia for content rendering (Linux)
* MFSA 2017-01
CVE-2017-5375: Excessive JIT code allocation allows bypass of
ASLR and DEP (bmo#1325200, boo#1021814)
CVE-2017-5376: Use-after-free in XSL (bmo#1311687, boo#1021817)
CVE-2017-5377: Memory corruption with transforms to create
gradients in Skia (bmo#1306883, boo#1021826)
CVE-2017-5378: Pointer and frame data leakage of Javascript objects
(bmo#1312001, bmo#1330769, boo#1021818)
CVE-2017-5379: Use-after-free in Web Animations
(bmo#1309198,boo#1021827)
CVE-2017-5380: Potential use-after-free during DOM manipulations
(bmo#1322107, boo#1021819)
CVE-2017-5390: Insecure communication methods in Developer Tools
JSON viewer (bmo#1297361, boo#1021820)
CVE-2017-5389: WebExtensions can install additional add-ons via
modified host requests (bmo#1308688, boo#1021828)
CVE-2017-5396: Use-after-free with Media Decoder
(bmo#1329403, boo#1021821)
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=567
2017-01-25 11:27:08 +01:00
|
|
|
|
|
|
|
let shellSvc = getShellService();
|
|
|
|
if (!shellSvc)
|
|
|
|
return;
|
|
|
|
try {
|
|
|
|
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", "firefox"];
|
|
|
|
+ process.run(false, args, args.length);
|
|
|
|
+ }
|
|
|
|
} catch (ex) {
|
|
|
|
Cu.reportError(ex);
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
|
|
|
|
let selectedIndex = shellSvc.isDefaultBrowser(false, true) ? 1 : 0;
|
|
|
|
document.getElementById("setDefaultPane").selectedIndex = selectedIndex;
|
|
|
|
}
|
2014-12-02 23:01:52 +01:00
|
|
|
diff --git a/browser/components/shell/moz.build b/browser/components/shell/moz.build
|
|
|
|
--- a/browser/components/shell/moz.build
|
|
|
|
+++ b/browser/components/shell/moz.build
|
2019-03-19 23:01:55 +01:00
|
|
|
@@ -29,16 +29,18 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'coco
|
2013-09-16 09:57:05 +02:00
|
|
|
]
|
2016-08-03 00:00:28 +02:00
|
|
|
elif 'gtk' in CONFIG['MOZ_WIDGET_TOOLKIT']:
|
2019-03-19 23:01:55 +01:00
|
|
|
XPIDL_SOURCES += [
|
|
|
|
'nsIGNOMEShellService.idl',
|
|
|
|
]
|
|
|
|
|
2014-02-03 16:34:42 +01:00
|
|
|
SOURCES += [
|
2013-09-16 09:57:05 +02:00
|
|
|
'nsGNOMEShellService.cpp',
|
2016-08-03 00:00:28 +02:00
|
|
|
+ 'nsKDEShellService.cpp',
|
|
|
|
+ 'nsUnixShellService.cpp',
|
2013-09-16 09:57:05 +02:00
|
|
|
]
|
2019-03-19 23:01:55 +01:00
|
|
|
elif CONFIG['OS_ARCH'] == 'WINNT':
|
|
|
|
SOURCES += [
|
|
|
|
'nsWindowsShellService.cpp',
|
|
|
|
]
|
|
|
|
LOCAL_INCLUDES += [
|
|
|
|
'../../../other-licenses/nsis/Contrib/CityHash/cityhash',
|
|
|
|
]
|
2014-12-02 23:01:52 +01:00
|
|
|
diff --git a/browser/components/shell/nsKDEShellService.cpp b/browser/components/shell/nsKDEShellService.cpp
|
2010-01-08 01:32:43 +01:00
|
|
|
new file mode 100644
|
|
|
|
--- /dev/null
|
2014-12-02 23:01:52 +01:00
|
|
|
+++ b/browser/components/shell/nsKDEShellService.cpp
|
2019-03-19 23:01:55 +01:00
|
|
|
@@ -0,0 +1,150 @@
|
2009-09-17 00:40:05 +02:00
|
|
|
+/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
2012-11-20 21:34:15 +01:00
|
|
|
+/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
2009-09-17 00:40:05 +02:00
|
|
|
+
|
2014-07-21 11:32:46 +02:00
|
|
|
+#include "mozilla/ArrayUtils.h"
|
|
|
|
+
|
|
|
|
+#include "nsCOMPtr.h"
|
2009-09-17 00:40:05 +02:00
|
|
|
+#include "nsKDEShellService.h"
|
|
|
|
+#include "nsShellService.h"
|
|
|
|
+#include "nsKDEUtils.h"
|
|
|
|
+#include "nsIPrefService.h"
|
|
|
|
+#include "nsIProcess.h"
|
2012-10-09 13:14:08 +02:00
|
|
|
+#include "nsIFile.h"
|
2009-09-17 00:40:05 +02:00
|
|
|
+#include "nsServiceManagerUtils.h"
|
|
|
|
+#include "nsComponentManagerUtils.h"
|
2012-03-01 10:09:12 +01:00
|
|
|
+#include "nsIMutableArray.h"
|
|
|
|
+#include "nsISupportsPrimitives.h"
|
|
|
|
+#include "nsArrayUtils.h"
|
2009-09-17 00:40:05 +02:00
|
|
|
+
|
2014-07-21 11:32:46 +02:00
|
|
|
+using namespace mozilla;
|
|
|
|
+
|
2009-09-17 00:40:05 +02:00
|
|
|
+nsresult
|
|
|
|
+nsKDEShellService::Init()
|
2014-07-21 11:32:46 +02:00
|
|
|
+{
|
2009-09-17 00:40:05 +02:00
|
|
|
+ if( !nsKDEUtils::kdeSupport())
|
|
|
|
+ return NS_ERROR_NOT_AVAILABLE;
|
|
|
|
+ return NS_OK;
|
2014-07-21 11:32:46 +02:00
|
|
|
+}
|
2009-09-17 00:40:05 +02:00
|
|
|
+
|
2016-04-29 22:50:21 +02:00
|
|
|
+NS_IMPL_ISUPPORTS(nsKDEShellService, nsIGNOMEShellService, nsIShellService)
|
2009-09-17 00:40:05 +02:00
|
|
|
+
|
|
|
|
+NS_IMETHODIMP
|
2019-03-19 23:01:55 +01:00
|
|
|
+nsKDEShellService::IsDefaultBrowser(bool aForAllTypes,
|
2012-02-01 14:37:15 +01:00
|
|
|
+ bool* aIsDefaultBrowser)
|
2014-07-21 11:32:46 +02:00
|
|
|
+{
|
2012-03-01 10:09:12 +01:00
|
|
|
+ *aIsDefaultBrowser = false;
|
|
|
|
+
|
|
|
|
+ nsCOMPtr<nsIMutableArray> command = do_CreateInstance( NS_ARRAY_CONTRACTID );
|
|
|
|
+ if (!command)
|
|
|
|
+ return NS_ERROR_FAILURE;
|
|
|
|
+
|
|
|
|
+ nsCOMPtr<nsISupportsCString> str = do_CreateInstance( NS_SUPPORTS_CSTRING_CONTRACTID );
|
|
|
|
+ if (!str)
|
|
|
|
+ return NS_ERROR_FAILURE;
|
|
|
|
+
|
|
|
|
+ str->SetData( NS_LITERAL_CSTRING( "ISDEFAULTBROWSER" ));
|
2018-01-23 10:55:12 +01:00
|
|
|
+ command->AppendElement( str );
|
2012-03-01 10:09:12 +01:00
|
|
|
+
|
2009-09-17 00:40:05 +02:00
|
|
|
+ if( nsKDEUtils::command( command ))
|
2012-03-01 10:09:12 +01:00
|
|
|
+ *aIsDefaultBrowser = true;
|
2009-09-17 00:40:05 +02:00
|
|
|
+ return NS_OK;
|
2014-07-21 11:32:46 +02:00
|
|
|
+}
|
2009-09-17 00:40:05 +02:00
|
|
|
+
|
|
|
|
+NS_IMETHODIMP
|
2012-02-01 14:37:15 +01:00
|
|
|
+nsKDEShellService::SetDefaultBrowser(bool aClaimAllTypes,
|
|
|
|
+ bool aForAllUsers)
|
2014-07-21 11:32:46 +02:00
|
|
|
+{
|
2012-03-01 10:09:12 +01:00
|
|
|
+ nsCOMPtr<nsIMutableArray> command = do_CreateInstance( NS_ARRAY_CONTRACTID );
|
|
|
|
+ if (!command)
|
|
|
|
+ return NS_ERROR_FAILURE;
|
|
|
|
+
|
|
|
|
+ nsCOMPtr<nsISupportsCString> cmdstr = do_CreateInstance( NS_SUPPORTS_CSTRING_CONTRACTID );
|
|
|
|
+ nsCOMPtr<nsISupportsCString> paramstr = do_CreateInstance( NS_SUPPORTS_CSTRING_CONTRACTID );
|
|
|
|
+ if (!cmdstr || !paramstr)
|
|
|
|
+ return NS_ERROR_FAILURE;
|
|
|
|
+
|
|
|
|
+ cmdstr->SetData( NS_LITERAL_CSTRING( "SETDEFAULTBROWSER" ));
|
2018-01-23 10:55:12 +01:00
|
|
|
+ command->AppendElement( cmdstr );
|
2012-03-01 10:09:12 +01:00
|
|
|
+
|
|
|
|
+ paramstr->SetData( aClaimAllTypes ? NS_LITERAL_CSTRING( "ALLTYPES" ) : NS_LITERAL_CSTRING( "NORMAL" ));
|
2018-01-23 10:55:12 +01:00
|
|
|
+ command->AppendElement( paramstr );
|
2012-03-01 10:09:12 +01:00
|
|
|
+
|
2009-09-17 00:40:05 +02:00
|
|
|
+ return nsKDEUtils::command( command ) ? NS_OK : NS_ERROR_FAILURE;
|
2014-07-21 11:32:46 +02:00
|
|
|
+}
|
2009-09-17 00:40:05 +02:00
|
|
|
+
|
|
|
|
+NS_IMETHODIMP
|
2016-04-28 17:19:54 +02:00
|
|
|
+nsKDEShellService::GetCanSetDesktopBackground(bool* aResult)
|
|
|
|
+{
|
|
|
|
+ *aResult = true;
|
|
|
|
+ return NS_OK;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+NS_IMETHODIMP
|
2018-06-25 22:56:47 +02:00
|
|
|
+nsKDEShellService::SetDesktopBackground(dom::Element* aElement,
|
2017-11-15 00:17:59 +01:00
|
|
|
+ int32_t aPosition,
|
|
|
|
+ const nsACString& aImageName)
|
2014-07-21 11:32:46 +02:00
|
|
|
+{
|
2009-09-17 00:40:05 +02:00
|
|
|
+ return NS_ERROR_NOT_IMPLEMENTED;
|
2014-07-21 11:32:46 +02:00
|
|
|
+}
|
2009-09-17 00:40:05 +02:00
|
|
|
+
|
|
|
|
+NS_IMETHODIMP
|
|
|
|
+nsKDEShellService::GetDesktopBackgroundColor(PRUint32 *aColor)
|
2014-07-21 11:32:46 +02:00
|
|
|
+{
|
2009-09-17 00:40:05 +02:00
|
|
|
+ return NS_ERROR_NOT_IMPLEMENTED;
|
2014-07-21 11:32:46 +02:00
|
|
|
+}
|
2009-09-17 00:40:05 +02:00
|
|
|
+
|
|
|
|
+NS_IMETHODIMP
|
|
|
|
+nsKDEShellService::SetDesktopBackgroundColor(PRUint32 aColor)
|
2014-07-21 11:32:46 +02:00
|
|
|
+{
|
2009-09-17 00:40:05 +02:00
|
|
|
+ return NS_ERROR_NOT_IMPLEMENTED;
|
2014-07-21 11:32:46 +02:00
|
|
|
+}
|
2009-09-17 00:40:05 +02:00
|
|
|
+
|
|
|
|
+NS_IMETHODIMP
|
|
|
|
+nsKDEShellService::OpenApplication(PRInt32 aApplication)
|
2014-07-21 11:32:46 +02:00
|
|
|
+{
|
2012-03-01 10:09:12 +01:00
|
|
|
+ nsCOMPtr<nsIMutableArray> command = do_CreateInstance( NS_ARRAY_CONTRACTID );
|
|
|
|
+ if (!command)
|
|
|
|
+ return NS_ERROR_FAILURE;
|
|
|
|
+
|
|
|
|
+ nsCOMPtr<nsISupportsCString> str = do_CreateInstance( NS_SUPPORTS_CSTRING_CONTRACTID );
|
|
|
|
+ if (!str)
|
|
|
|
+ return NS_ERROR_FAILURE;
|
|
|
|
+
|
2009-09-17 00:40:05 +02:00
|
|
|
+ if( aApplication == APPLICATION_MAIL )
|
2012-03-01 10:09:12 +01:00
|
|
|
+ str->SetData( NS_LITERAL_CSTRING( "OPENMAIL" ));
|
2009-09-17 00:40:05 +02:00
|
|
|
+ else if( aApplication == APPLICATION_NEWS )
|
2012-03-01 10:09:12 +01:00
|
|
|
+ str->SetData( NS_LITERAL_CSTRING( "OPENNEWS" ));
|
2009-09-17 00:40:05 +02:00
|
|
|
+ else
|
|
|
|
+ return NS_ERROR_NOT_IMPLEMENTED;
|
2012-03-01 10:09:12 +01:00
|
|
|
+
|
2018-01-23 10:55:12 +01:00
|
|
|
+ command->AppendElement( str );
|
2009-09-17 00:40:05 +02:00
|
|
|
+ return nsKDEUtils::command( command ) ? NS_OK : NS_ERROR_FAILURE;
|
2014-07-21 11:32:46 +02:00
|
|
|
+}
|
2009-09-17 00:40:05 +02:00
|
|
|
+
|
|
|
|
+NS_IMETHODIMP
|
2012-10-09 13:14:08 +02:00
|
|
|
+nsKDEShellService::OpenApplicationWithURI(nsIFile* aApplication, const nsACString& aURI)
|
2014-07-21 11:32:46 +02:00
|
|
|
+{
|
2012-03-01 10:09:12 +01:00
|
|
|
+ nsCOMPtr<nsIMutableArray> command = do_CreateInstance( NS_ARRAY_CONTRACTID );
|
|
|
|
+ if (!command)
|
|
|
|
+ return NS_ERROR_FAILURE;
|
|
|
|
+
|
|
|
|
+ nsCOMPtr<nsISupportsCString> cmdstr = do_CreateInstance( NS_SUPPORTS_CSTRING_CONTRACTID );
|
|
|
|
+ nsCOMPtr<nsISupportsCString> appstr = do_CreateInstance( NS_SUPPORTS_CSTRING_CONTRACTID );
|
|
|
|
+ nsCOMPtr<nsISupportsCString> uristr = do_CreateInstance( NS_SUPPORTS_CSTRING_CONTRACTID );
|
|
|
|
+ if (!cmdstr || !appstr || !uristr)
|
|
|
|
+ return NS_ERROR_FAILURE;
|
|
|
|
+
|
|
|
|
+ cmdstr->SetData( NS_LITERAL_CSTRING( "RUN" ));
|
2018-01-23 10:55:12 +01:00
|
|
|
+ command->AppendElement( cmdstr );
|
2013-02-19 20:24:59 +01:00
|
|
|
+ nsAutoCString app;
|
2009-09-17 00:40:05 +02:00
|
|
|
+ nsresult rv = aApplication->GetNativePath( app );
|
|
|
|
+ NS_ENSURE_SUCCESS( rv, rv );
|
2012-03-01 10:09:12 +01:00
|
|
|
+ appstr->SetData( app );
|
2018-01-23 10:55:12 +01:00
|
|
|
+ command->AppendElement( appstr );
|
2012-03-01 10:09:12 +01:00
|
|
|
+ uristr->SetData( aURI );
|
2018-01-23 10:55:12 +01:00
|
|
|
+ command->AppendElement( uristr );
|
2009-09-17 00:40:05 +02:00
|
|
|
+ return nsKDEUtils::command( command ) ? NS_OK : NS_ERROR_FAILURE;
|
2014-07-21 11:32:46 +02:00
|
|
|
+}
|
2009-09-17 00:40:05 +02:00
|
|
|
+
|
2014-12-02 23:01:52 +01:00
|
|
|
diff --git a/browser/components/shell/nsKDEShellService.h b/browser/components/shell/nsKDEShellService.h
|
2010-01-08 01:32:43 +01:00
|
|
|
new file mode 100644
|
|
|
|
--- /dev/null
|
2014-12-02 23:01:52 +01:00
|
|
|
+++ b/browser/components/shell/nsKDEShellService.h
|
2019-03-19 23:01:55 +01:00
|
|
|
@@ -0,0 +1,32 @@
|
2009-09-17 00:40:05 +02:00
|
|
|
+/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
2015-12-17 01:06:36 +01:00
|
|
|
+/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
2009-09-17 00:40:05 +02:00
|
|
|
+
|
|
|
|
+#ifndef nskdeshellservice_h____
|
|
|
|
+#define nskdeshellservice_h____
|
|
|
|
+
|
2016-04-29 08:30:10 +02:00
|
|
|
+#include "nsIGNOMEShellService.h"
|
2019-03-19 23:01:55 +01:00
|
|
|
+#include "nsToolkitShellService.h"
|
2017-03-07 09:35:10 +01:00
|
|
|
+#include "nsString.h"
|
2014-07-21 11:32:46 +02:00
|
|
|
+#include "mozilla/Attributes.h"
|
2009-09-17 00:40:05 +02:00
|
|
|
+
|
2019-03-19 23:01:55 +01:00
|
|
|
+class nsKDEShellService final : public nsIGNOMEShellService,
|
|
|
|
+ public nsToolkitShellService
|
2009-09-17 00:40:05 +02:00
|
|
|
+{
|
|
|
|
+public:
|
2014-07-21 11:32:46 +02:00
|
|
|
+ nsKDEShellService() : mCheckedThisSession(false) { }
|
2009-09-17 00:40:05 +02:00
|
|
|
+
|
|
|
|
+ NS_DECL_ISUPPORTS
|
|
|
|
+ NS_DECL_NSISHELLSERVICE
|
2018-06-25 22:56:47 +02:00
|
|
|
+ NS_DECL_NSIGNOMESHELLSERVICE
|
2009-09-17 00:40:05 +02:00
|
|
|
+
|
2015-12-17 01:06:36 +01:00
|
|
|
+ nsresult Init();
|
2009-09-17 00:40:05 +02:00
|
|
|
+
|
|
|
|
+private:
|
|
|
|
+ ~nsKDEShellService() {}
|
|
|
|
+
|
2014-07-21 11:32:46 +02:00
|
|
|
+ bool mCheckedThisSession;
|
2009-09-17 00:40:05 +02:00
|
|
|
+};
|
|
|
|
+
|
|
|
|
+#endif // nskdeshellservice_h____
|
2014-12-02 23:01:52 +01:00
|
|
|
diff --git a/browser/components/shell/nsUnixShellService.cpp b/browser/components/shell/nsUnixShellService.cpp
|
2010-01-08 01:32:43 +01:00
|
|
|
new file mode 100644
|
|
|
|
--- /dev/null
|
2014-12-02 23:01:52 +01:00
|
|
|
+++ b/browser/components/shell/nsUnixShellService.cpp
|
2015-12-17 01:06:36 +01:00
|
|
|
@@ -0,0 +1,22 @@
|
2009-09-17 00:40:05 +02:00
|
|
|
+/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
2015-12-17 01:06:36 +01:00
|
|
|
+/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
+
|
2009-09-17 00:40:05 +02:00
|
|
|
+
|
|
|
|
+#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)
|
|
|
|
+
|
2017-09-05 12:10:37 +02:00
|
|
|
+NS_IMETHODIMP
|
2009-09-17 00:40:05 +02:00
|
|
|
+nsUnixShellServiceConstructor(nsISupports *aOuter, REFNSIID aIID, void **aResult)
|
|
|
|
+{
|
|
|
|
+ if( nsKDEUtils::kdeSupport())
|
|
|
|
+ return nsKDEShellServiceConstructor( aOuter, aIID, aResult );
|
|
|
|
+ return nsGNOMEShellServiceConstructor( aOuter, aIID, aResult );
|
|
|
|
+}
|
2014-12-02 23:01:52 +01:00
|
|
|
diff --git a/browser/components/shell/nsUnixShellService.h b/browser/components/shell/nsUnixShellService.h
|
2010-01-08 01:32:43 +01:00
|
|
|
new file mode 100644
|
|
|
|
--- /dev/null
|
2014-12-02 23:01:52 +01:00
|
|
|
+++ b/browser/components/shell/nsUnixShellService.h
|
2015-12-17 01:06:36 +01:00
|
|
|
@@ -0,0 +1,15 @@
|
2009-09-17 00:40:05 +02:00
|
|
|
+/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
|
2015-12-17 01:06:36 +01:00
|
|
|
+/* This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
|
|
|
|
+
|
2009-09-17 00:40:05 +02:00
|
|
|
+
|
|
|
|
+#ifndef nsunixshellservice_h____
|
|
|
|
+#define nsunixshellservice_h____
|
|
|
|
+
|
2016-04-29 08:30:10 +02:00
|
|
|
+#include "nsIGNOMEShellService.h"
|
2009-09-17 00:40:05 +02:00
|
|
|
+
|
2017-09-05 12:10:37 +02:00
|
|
|
+NS_IMETHODIMP
|
2009-09-17 00:40:05 +02:00
|
|
|
+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
|
2019-03-19 23:01:55 +01:00
|
|
|
@@ -452,16 +452,18 @@
|
2018-09-05 09:16:27 +02:00
|
|
|
@RESPATH@/browser/defaults/settings/pinning
|
|
|
|
@RESPATH@/browser/defaults/settings/main
|
2013-04-02 21:00:31 +02:00
|
|
|
|
2012-07-16 10:13:51 +02:00
|
|
|
; Warning: changing the path to channel-prefs.js can cause bugs (Bug 756325)
|
2013-04-02 21:00:31 +02:00
|
|
|
; Technically this is an app pref file, but we are keeping it in the original
|
|
|
|
; gre location for now.
|
2015-02-23 21:32:13 +01:00
|
|
|
@RESPATH@/defaults/pref/channel-prefs.js
|
2017-09-05 12:10:37 +02:00
|
|
|
|
2018-06-25 22:56:47 +02:00
|
|
|
+@RESPATH@/defaults/pref/kde.js
|
2017-09-05 12:10:37 +02:00
|
|
|
+
|
2013-04-02 21:00:31 +02:00
|
|
|
; Services (gre) prefs
|
2015-02-23 21:32:13 +01:00
|
|
|
@RESPATH@/defaults/pref/services-sync.js
|
2016-03-07 17:25:29 +01:00
|
|
|
|
|
|
|
; [Layout Engine Resources]
|
2018-06-25 22:56:47 +02:00
|
|
|
; Style Sheets, Graphics and other Resources used by the layout engine.
|
|
|
|
@RESPATH@/res/EditorOverride.css
|
|
|
|
@RESPATH@/res/contenteditable.css
|
|
|
|
@RESPATH@/res/designmode.css
|