2015-01-14 19:32:16 +01:00
|
|
|
# HG changeset patch
|
2016-09-20 18:19:47 +02:00
|
|
|
# Parent 2704257a50b4ff60fa43eca8d4a547c6d70bb30e
|
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
|
2016-09-20 18:19:47 +02:00
|
|
|
@@ -0,0 +1,1179 @@
|
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
|
|
|
+
|
|
|
|
+<?xml-stylesheet href="chrome://browser/content/browser.css" type="text/css"?>
|
|
|
|
+<?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"?>
|
2016-04-27 09:09:13 +02:00
|
|
|
+<?xml-stylesheet href="chrome://devtools/skin/devtools-browser.css" type="text/css"?>
|
2015-09-22 08:10:40 +02:00
|
|
|
+<?xml-stylesheet href="chrome://browser/skin/controlcenter/panel.css" type="text/css"?>
|
2014-04-27 18:09:32 +02:00
|
|
|
+<?xml-stylesheet href="chrome://browser/skin/customizableui/panelUIOverlay.css" type="text/css"?>
|
2010-01-08 01:32:43 +01:00
|
|
|
+<?xml-stylesheet href="chrome://browser/skin/" type="text/css"?>
|
2014-04-27 18:09:32 +02:00
|
|
|
+<?xml-stylesheet href="chrome://browser/skin/browser-lightweightTheme.css" type="text/css"?>
|
2010-01-08 01:32:43 +01:00
|
|
|
+
|
|
|
|
+<?xul-overlay href="chrome://global/content/editMenuOverlay.xul"?>
|
|
|
|
+<?xul-overlay href="chrome://browser/content/baseMenuOverlay.xul"?>
|
|
|
|
+<?xul-overlay href="chrome://browser/content/places/placesOverlay.xul"?>
|
|
|
|
+
|
|
|
|
+# All DTD information is stored in a separate file so that it can be shared by
|
|
|
|
+# hiddenWindow.xul.
|
|
|
|
+#include browser-doctype.inc
|
|
|
|
+
|
|
|
|
+<window id="main-window"
|
|
|
|
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
|
|
+ xmlns:svg="http://www.w3.org/2000/svg"
|
2014-02-03 16:34:42 +01:00
|
|
|
+ xmlns:html="http://www.w3.org/1999/xhtml"
|
2010-01-08 01:32:43 +01:00
|
|
|
+ xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
2012-10-09 13:14:08 +02:00
|
|
|
+ onload="gBrowserInit.onLoad()" onunload="gBrowserInit.onUnload()" onclose="return WindowIsClosing();"
|
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 CAN_DRAW_IN_TITLEBAR
|
|
|
|
+#ifdef XP_WIN
|
|
|
|
+ chromemargin="0,2,2,2"
|
|
|
|
+#else
|
|
|
|
+ chromemargin="0,-1,-1,-1"
|
|
|
|
+#endif
|
|
|
|
+ tabsintitlebar="true"
|
|
|
|
+#endif
|
2010-01-08 01:32:43 +01:00
|
|
|
+ titlemenuseparator="&mainWindow.titlemodifiermenuseparator;"
|
|
|
|
+ lightweightthemes="true"
|
|
|
|
+ lightweightthemesfooter="browser-bottombox"
|
|
|
|
+ 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"
|
2010-12-20 16:42:41 +01:00
|
|
|
+ persist="screenX screenY width height sizemode">
|
2010-01-08 01:32:43 +01:00
|
|
|
+
|
|
|
|
+# All JS files which are not content (only) dependent that browser.xul
|
|
|
|
+# wishes to include *must* go into the global-scripts.inc file
|
|
|
|
+# so that they can be shared by macBrowserOverlay.xul.
|
|
|
|
+#include global-scripts.inc
|
2010-11-30 15:35:52 +01:00
|
|
|
+<script type="application/javascript" src="chrome://browser/content/nsContextMenu.js"/>
|
2010-01-08 01:32:43 +01:00
|
|
|
+
|
2010-11-30 15:35:52 +01:00
|
|
|
+<script type="application/javascript" src="chrome://global/content/contentAreaUtils.js"/>
|
2010-01-08 01:32:43 +01:00
|
|
|
+
|
- 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
|
|
|
+<script type="application/javascript" src="chrome://browser/content/downloads/downloads.js"/>
|
|
|
|
+<script type="application/javascript" src="chrome://browser/content/downloads/indicator.js"/>
|
2010-01-08 01:32:43 +01:00
|
|
|
+<script type="application/javascript" src="chrome://browser/content/places/editBookmarkOverlay.js"/>
|
|
|
|
+
|
2010-11-30 15:35:52 +01:00
|
|
|
+# All sets except for popupsets (commands, keys, stringbundles and broadcasters) *must* go into the
|
2010-01-08 01:32:43 +01:00
|
|
|
+# browser-sets.inc file for sharing with hiddenWindow.xul.
|
2011-07-23 16:46:28 +02:00
|
|
|
+#define FULL_BROWSER_WINDOW
|
2010-01-08 01:32:43 +01:00
|
|
|
+#include browser-sets.inc
|
2011-07-23 16:46:28 +02:00
|
|
|
+#undef FULL_BROWSER_WINDOW
|
2010-01-08 01:32:43 +01:00
|
|
|
+
|
|
|
|
+ <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);"/>
|
2015-12-17 01:06:36 +01:00
|
|
|
+ <menuitem id="context_toggleMuteTab" oncommand="TabContextMenu.contextTab.toggleMuteAudio();"/>
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <menuseparator/>
|
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);"/>
|
|
|
|
+ <menuitem id="context_openTabInWindow" label="&moveToNewWindow.label;"
|
|
|
|
+ accesskey="&moveToNewWindow.accesskey;"
|
|
|
|
+ tbattr="tabbrowser-multiple"
|
|
|
|
+ oncommand="gBrowser.replaceTabWithWindow(TabContextMenu.contextTab);"/>
|
2014-09-22 18:35:40 +02:00
|
|
|
+#ifdef E10S_TESTING_ONLY
|
|
|
|
+ <menuitem id="context_openNonRemoteWindow" label="Open in new non-e10s window"
|
|
|
|
+ tbattr="tabbrowser-remote"
|
|
|
|
+ hidden="true"
|
|
|
|
+ oncommand="gBrowser.openNonRemoteWindow(TabContextMenu.contextTab);"/>
|
|
|
|
+#endif
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <menuseparator/>
|
2010-12-20 16:42:41 +01:00
|
|
|
+ <menuitem id="context_reloadAllTabs" label="&reloadAllTabs.label;" accesskey="&reloadAllTabs.accesskey;"
|
2011-07-23 16:46:28 +02:00
|
|
|
+ tbattr="tabbrowser-multiple-visible"
|
2010-12-20 16:42:41 +01:00
|
|
|
+ oncommand="gBrowser.reloadAllTabs();"/>
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <menuitem id="context_bookmarkAllTabs"
|
|
|
|
+ label="&bookmarkAllTabs.label;"
|
|
|
|
+ accesskey="&bookmarkAllTabs.accesskey;"
|
|
|
|
+ command="Browser:BookmarkAllTabs"/>
|
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);"/>
|
2010-12-20 16:42:41 +01:00
|
|
|
+ <menuseparator/>
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <menuitem id="context_undoCloseTab"
|
|
|
|
+ label="&undoCloseTab.label;"
|
|
|
|
+ accesskey="&undoCloseTab.accesskey;"
|
|
|
|
+ observes="History:UndoCloseTab"/>
|
|
|
|
+ <menuitem id="context_closeTab" label="&closeTab.label;" accesskey="&closeTab.accesskey;"
|
|
|
|
+ oncommand="gBrowser.removeTab(TabContextMenu.contextTab, { animate: true });"/>
|
|
|
|
+ </menupopup>
|
|
|
|
+
|
|
|
|
+ <!-- bug 415444/582485: event.stopPropagation is here for the cloned version
|
|
|
|
+ of this menupopup -->
|
2010-01-08 01:32:43 +01:00
|
|
|
+ <menupopup id="backForwardMenu"
|
|
|
|
+ onpopupshowing="return FillHistoryMenu(event.target);"
|
2010-11-30 15:35:52 +01:00
|
|
|
+ oncommand="gotoHistoryIndex(event); event.stopPropagation();"
|
2010-01-08 01:32:43 +01:00
|
|
|
+ onclick="checkForMiddleClick(this, event);"/>
|
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 -->
|
|
|
|
+ <panel type="autocomplete" id="PopupAutoComplete" noautofocus="true" hidden="true"/>
|
|
|
|
+
|
2014-12-02 23:01:52 +01:00
|
|
|
+ <!-- for search with one-off buttons -->
|
|
|
|
+ <panel type="autocomplete" id="PopupSearchAutoComplete" noautofocus="true" hidden="true"/>
|
|
|
|
+
|
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"
|
|
|
|
+ noautofocus="true"
|
|
|
|
+ hidden="true"
|
|
|
|
+ flip="none"
|
|
|
|
+ level="parent">
|
2015-11-03 16:49:03 +01:00
|
|
|
+#ifdef NIGHTLY_BUILD
|
|
|
|
+ <hbox id="urlbar-search-footer" flex="1" align="stretch" pack="end">
|
|
|
|
+ <button id="urlbar-search-settings" label="&changeSearchSettings.button;"
|
|
|
|
+ oncommand="BrowserUITelemetry.countSearchSettingsEvent('urlbar'); openPreferences('paneSearch')"/>
|
|
|
|
+ </hbox>
|
|
|
|
+#endif
|
|
|
|
+ </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"
|
2016-01-26 23:39:03 +01:00
|
|
|
+ activateontab="true"
|
2015-09-22 08:10:40 +02:00
|
|
|
+#ifdef XP_WIN
|
2015-12-17 01:06:36 +01:00
|
|
|
+ consumeoutsideclicks="false" ignorekeys="handled"
|
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"
|
|
|
|
+ onpopupshown="StarUI.panelShown(event);"
|
|
|
|
+ aria-labelledby="editBookmarkPanelTitle">
|
|
|
|
+ <row id="editBookmarkPanelHeader" align="center" hidden="true">
|
|
|
|
+ <vbox align="center">
|
|
|
|
+ <image id="editBookmarkPanelStarIcon"/>
|
|
|
|
+ </vbox>
|
|
|
|
+ <vbox>
|
|
|
|
+ <label id="editBookmarkPanelTitle"/>
|
|
|
|
+ <description id="editBookmarkPanelDescription"/>
|
|
|
|
+ </vbox>
|
|
|
|
+ </row>
|
|
|
|
+ <vbox id="editBookmarkPanelContent" flex="1" hidden="true"/>
|
|
|
|
+ <hbox id="editBookmarkPanelBottomButtons" pack="end">
|
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"
|
- 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
|
|
|
+ oncommand="StarUI.removeBookmarkButtonCommand();"
|
|
|
|
+ accesskey="&editBookmark.removeBookmark.accessKey;"/>
|
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"
|
- 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
|
|
|
+ oncommand="StarUI.removeBookmarkButtonCommand();"
|
|
|
|
+ accesskey="&editBookmark.removeBookmark.accessKey;"/>
|
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
|
|
|
+
|
2013-08-07 14:18:59 +02:00
|
|
|
+ <panel id="social-share-panel"
|
|
|
|
+ class="social-panel"
|
2012-10-09 13:14:08 +02:00
|
|
|
+ type="arrow"
|
2015-04-01 07:22:19 +02:00
|
|
|
+ orient="vertical"
|
2013-08-07 14:18:59 +02:00
|
|
|
+ onpopupshowing="SocialShare.onShowing()"
|
|
|
|
+ onpopuphidden="SocialShare.onHidden()"
|
|
|
|
+ hidden="true">
|
2015-04-01 07:22:19 +02:00
|
|
|
+ <hbox class="social-share-toolbar">
|
|
|
|
+ <toolbarbutton id="manage-share-providers" class="toolbarbutton share-provider-button"
|
|
|
|
+ tooltiptext="&social.addons.label;"
|
|
|
|
+ oncommand="BrowserOpenAddonsMgr('addons://list/service');
|
|
|
|
+ this.parentNode.parentNode.hidePopup();"/>
|
|
|
|
+ <arrowscrollbox id="social-share-provider-buttons" orient="horizontal" flex="1" pack="end">
|
2015-01-14 19:32:16 +01:00
|
|
|
+ <toolbarbutton id="add-share-provider" class="toolbarbutton share-provider-button" type="radio"
|
|
|
|
+ group="share-providers" tooltiptext="&findShareServices.label;"
|
|
|
|
+ oncommand="SocialShare.showDirectory()"/>
|
|
|
|
+ </arrowscrollbox>
|
2015-04-01 07:22:19 +02:00
|
|
|
+ </hbox>
|
|
|
|
+ <hbox id="share-container" flex="1"/>
|
2012-10-09 13:14:08 +02:00
|
|
|
+ </panel>
|
|
|
|
+
|
2012-11-20 21:34:15 +01:00
|
|
|
+ <panel id="social-notification-panel"
|
|
|
|
+ class="social-panel"
|
|
|
|
+ type="arrow"
|
|
|
|
+ hidden="true"
|
|
|
|
+ noautofocus="true"/>
|
|
|
|
+ <panel id="social-flyout-panel"
|
|
|
|
+ class="social-panel"
|
|
|
|
+ onpopupshown="SocialFlyout.onShown()"
|
|
|
|
+ onpopuphidden="SocialFlyout.onHidden()"
|
|
|
|
+ side="right"
|
|
|
|
+ type="arrow"
|
|
|
|
+ hidden="true"
|
2013-09-16 09:57:05 +02:00
|
|
|
+ flip="slide"
|
2013-05-14 16:33:59 +02:00
|
|
|
+ rolluponmousewheel="true"
|
2012-11-20 21:34:15 +01:00
|
|
|
+ noautofocus="true"
|
|
|
|
+ position="topcenter topright"/>
|
2012-10-09 13:14:08 +02:00
|
|
|
+
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <menupopup id="toolbar-context-menu"
|
2014-04-27 18:09:32 +02:00
|
|
|
+ onpopupshowing="onViewToolbarsPopupShowing(event, document.getElementById('viewToolbarsMenuSeparator'));">
|
|
|
|
+ <menuitem oncommand="gCustomizeMode.addToPanel(document.popupNode)"
|
|
|
|
+ accesskey="&customizeMenu.moveToPanel.accesskey;"
|
|
|
|
+ label="&customizeMenu.moveToPanel.label;"
|
2014-10-13 20:00:43 +02:00
|
|
|
+ contexttype="toolbaritem"
|
2014-04-27 18:09:32 +02:00
|
|
|
+ class="customize-context-moveToPanel"/>
|
|
|
|
+ <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"/>
|
2014-10-13 20:00:43 +02:00
|
|
|
+ <menuitem id="toolbar-context-reloadAllTabs"
|
|
|
|
+ class="toolbaritem-tabsmenu"
|
|
|
|
+ contexttype="tabbar"
|
|
|
|
+ oncommand="gBrowser.reloadAllTabs();"
|
|
|
|
+ label="&toolbarContextMenu.reloadAllTabs.label;"
|
|
|
|
+ accesskey="&toolbarContextMenu.reloadAllTabs.accesskey;"/>
|
|
|
|
+ <menuitem id="toolbar-context-bookmarkAllTabs"
|
|
|
|
+ class="toolbaritem-tabsmenu"
|
|
|
|
+ contexttype="tabbar"
|
|
|
|
+ command="Browser:BookmarkAllTabs"
|
|
|
|
+ label="&toolbarContextMenu.bookmarkAllTabs.label;"
|
|
|
|
+ accesskey="&toolbarContextMenu.bookmarkAllTabs.accesskey;"/>
|
|
|
|
+ <menuitem id="toolbar-context-undoCloseTab"
|
|
|
|
+ class="toolbaritem-tabsmenu"
|
|
|
|
+ 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. -->
|
|
|
|
+ <menuitem oncommand="BrowserCustomizeToolbar()"
|
|
|
|
+ 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);">
|
2010-01-08 01:32:43 +01:00
|
|
|
+ <menuitem observes="blockedPopupAllowSite"/>
|
|
|
|
+ <menuitem observes="blockedPopupEditSettings"/>
|
|
|
|
+ <menuitem observes="blockedPopupDontShowMessage"/>
|
|
|
|
+ <menuseparator observes="blockedPopupsSeparator"/>
|
2010-11-30 15:35:52 +01:00
|
|
|
+ </menupopup>
|
2010-01-08 01:32:43 +01:00
|
|
|
+
|
|
|
|
+ <menupopup id="autohide-context"
|
|
|
|
+ onpopupshowing="FullScreen.getAutohide(this.firstChild);">
|
|
|
|
+ <menuitem type="checkbox" label="&fullScreenAutohide.label;"
|
|
|
|
+ accesskey="&fullScreenAutohide.accesskey;"
|
|
|
|
+ oncommand="FullScreen.setAutohide();"/>
|
|
|
|
+ <menuseparator/>
|
|
|
|
+ <menuitem label="&fullScreenExit.label;"
|
|
|
|
+ accesskey="&fullScreenExit.accesskey;"
|
|
|
|
+ oncommand="BrowserFullScreen();"/>
|
|
|
|
+ </menupopup>
|
|
|
|
+
|
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
|
|
|
+
|
2016-09-20 18:19:47 +02:00
|
|
|
+ <menupopup id="placesContext">
|
|
|
|
+ <menuseparator id="placesContext_recentlyBookmarkedSeparator"
|
|
|
|
+ ignoreitem="true"
|
|
|
|
+ ordinal="2"
|
|
|
|
+ hidden="true"/>
|
|
|
|
+ <menuitem id="placesContext_hideRecentlyBookmarked"
|
|
|
|
+ label="&hideRecentlyBookmarked.label;"
|
|
|
|
+ accesskey="&hideRecentlyBookmarked.accesskey;"
|
|
|
|
+ oncommand="BookmarkingUI.hideRecentlyBookmarked();"
|
|
|
|
+ closemenu="single"
|
|
|
|
+ ignoreitem="true"
|
|
|
|
+ ordinal="2"
|
|
|
|
+ hidden="true"/>
|
|
|
|
+ <menuitem id="placesContext_showRecentlyBookmarked"
|
|
|
|
+ label="&showRecentlyBookmarked.label;"
|
|
|
|
+ accesskey="&showRecentlyBookmarked.accesskey;"
|
|
|
|
+ oncommand="BookmarkingUI.showRecentlyBookmarked();"
|
|
|
|
+ closemenu="single"
|
|
|
|
+ ignoreitem="true"
|
|
|
|
+ ordinal="2"
|
|
|
|
+ hidden="true"/>
|
|
|
|
+ </menupopup>
|
2010-11-30 15:35:52 +01:00
|
|
|
+
|
2010-01-08 01:32:43 +01:00
|
|
|
+ <panel id="ctrlTab-panel" class="KUI-panel" hidden="true" norestorefocus="true" level="top">
|
|
|
|
+ <hbox>
|
|
|
|
+ <button class="ctrlTab-preview" flex="1"/>
|
|
|
|
+ <button class="ctrlTab-preview" flex="1"/>
|
|
|
|
+ <button class="ctrlTab-preview" flex="1"/>
|
|
|
|
+ <button class="ctrlTab-preview" flex="1"/>
|
|
|
|
+ <button class="ctrlTab-preview" flex="1"/>
|
|
|
|
+ <button class="ctrlTab-preview" flex="1"/>
|
|
|
|
+ </hbox>
|
|
|
|
+ <hbox pack="center">
|
|
|
|
+ <button id="ctrlTab-showAll" class="ctrlTab-preview" noicon="true"/>
|
|
|
|
+ </hbox>
|
|
|
|
+ </panel>
|
|
|
|
+
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <!-- Bookmarks and history tooltip -->
|
|
|
|
+ <tooltip id="bhTooltip"/>
|
|
|
|
+
|
|
|
|
+ <tooltip id="tabbrowser-tab-tooltip" onpopupshowing="gBrowser.createTooltip(event);"/>
|
2011-11-09 13:04:11 +01:00
|
|
|
+
|
|
|
|
+ <tooltip id="back-button-tooltip">
|
2012-04-20 21:18:58 +02:00
|
|
|
+ <label class="tooltip-label" value="&backButton.tooltip;"/>
|
2011-11-09 13:04:11 +01:00
|
|
|
+#ifdef XP_MACOSX
|
2012-04-20 21:18:58 +02:00
|
|
|
+ <label class="tooltip-label" value="&backForwardButtonMenuMac.tooltip;"/>
|
2011-11-09 13:04:11 +01:00
|
|
|
+#else
|
2012-04-20 21:18:58 +02:00
|
|
|
+ <label 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">
|
2012-04-20 21:18:58 +02:00
|
|
|
+ <label class="tooltip-label" value="&forwardButton.tooltip;"/>
|
2011-11-09 13:04:11 +01:00
|
|
|
+#ifdef XP_MACOSX
|
2012-04-20 21:18:58 +02:00
|
|
|
+ <label class="tooltip-label" value="&backForwardButtonMenuMac.tooltip;"/>
|
2011-11-09 13:04:11 +01:00
|
|
|
+#else
|
2012-04-20 21:18:58 +02:00
|
|
|
+ <label class="tooltip-label" value="&backForwardButtonMenu.tooltip;"/>
|
2011-11-09 13:04:11 +01:00
|
|
|
+#endif
|
|
|
|
+ </tooltip>
|
2013-04-02 21:00:31 +02:00
|
|
|
+
|
2015-01-14 19:32:16 +01:00
|
|
|
+ <tooltip id="share-button-tooltip" onpopupshowing="SocialShare.createTooltip(event);">
|
|
|
|
+ <label class="tooltip-label"/>
|
|
|
|
+ <label class="tooltip-label"/>
|
|
|
|
+ </tooltip>
|
|
|
|
+
|
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
|
2014-04-27 18:09:32 +02:00
|
|
|
+
|
2014-02-03 16:34:42 +01:00
|
|
|
+ <hbox id="downloads-animation-container" mousethrough="always">
|
|
|
|
+ <vbox id="downloads-notification-anchor">
|
|
|
|
+ <vbox id="downloads-indicator-notification"/>
|
|
|
|
+ </vbox>
|
|
|
|
+ </hbox>
|
2014-04-27 18:09:32 +02:00
|
|
|
+
|
|
|
|
+ <hbox id="bookmarked-notification-container" mousethrough="always">
|
|
|
|
+ <vbox id="bookmarked-notification-anchor">
|
|
|
|
+ <vbox id="bookmarked-notification"/>
|
|
|
|
+ </vbox>
|
|
|
|
+ <vbox id="bookmarked-notification-dropmarker-anchor">
|
|
|
|
+ <image id="bookmarked-notification-dropmarker-icon"/>
|
|
|
|
+ </vbox>
|
|
|
|
+ </hbox>
|
|
|
|
+
|
|
|
|
+ <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/>
|
|
|
|
+ <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>
|
2010-01-08 01:32:43 +01:00
|
|
|
+ </popupset>
|
|
|
|
+
|
2010-12-20 16:42:41 +01:00
|
|
|
+#ifdef CAN_DRAW_IN_TITLEBAR
|
|
|
|
+<vbox id="titlebar">
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <hbox id="titlebar-content">
|
2010-12-20 16:42:41 +01:00
|
|
|
+ <spacer id="titlebar-spacer" flex="1"/>
|
2014-04-27 18:09:32 +02:00
|
|
|
+ <hbox id="titlebar-buttonbox-container">
|
|
|
|
+#ifdef XP_WIN
|
|
|
|
+ <hbox id="private-browsing-indicator-titlebar">
|
|
|
|
+ <hbox class="private-browsing-indicator"/>
|
|
|
|
+ </hbox>
|
|
|
|
+#endif
|
2010-12-20 16:42:41 +01:00
|
|
|
+ <hbox id="titlebar-buttonbox">
|
|
|
|
+ <toolbarbutton class="titlebar-button" id="titlebar-min" oncommand="window.minimize();"/>
|
|
|
|
+ <toolbarbutton class="titlebar-button" id="titlebar-max" oncommand="onTitlebarMaxClick();"/>
|
|
|
|
+ <toolbarbutton class="titlebar-button" id="titlebar-close" command="cmd_closeWindow"/>
|
|
|
|
+ </hbox>
|
|
|
|
+ </hbox>
|
2014-04-27 18:09:32 +02:00
|
|
|
+#ifdef XP_MACOSX
|
|
|
|
+ <!-- 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">
|
|
|
|
+ <hbox class="private-browsing-indicator"/>
|
|
|
|
+ <hbox id="titlebar-fullscreen-button"/>
|
|
|
|
+ </hbox>
|
|
|
|
+#endif
|
2010-11-30 15:35:52 +01:00
|
|
|
+ </hbox>
|
2010-12-20 16:42:41 +01:00
|
|
|
+</vbox>
|
2010-11-30 15:35:52 +01:00
|
|
|
+#endif
|
|
|
|
+
|
|
|
|
+<deck flex="1" id="tab-view-deck">
|
2011-07-23 16:46:28 +02:00
|
|
|
+<vbox flex="1" id="browser-panel">
|
2010-01-08 01:32:43 +01:00
|
|
|
+
|
2014-04-27 18:09:32 +02:00
|
|
|
+ <toolbox id="navigator-toolbox" mode="icons">
|
2010-01-08 01:32:43 +01:00
|
|
|
+ <!-- Menu -->
|
|
|
|
+ <toolbar type="menubar" id="toolbar-menubar" class="chromeclass-menubar" customizable="true"
|
|
|
|
+ defaultset="menubar-items"
|
2014-04-27 18:09:32 +02:00
|
|
|
+ mode="icons" iconsize="small"
|
2010-11-30 15:35:52 +01:00
|
|
|
+#ifdef MENUBAR_CAN_AUTOHIDE
|
2010-01-08 01:32:43 +01:00
|
|
|
+ toolbarname="&menubarCmd.label;"
|
|
|
|
+ accesskey="&menubarCmd.accesskey;"
|
2014-04-27 18:09:32 +02:00
|
|
|
+#if defined(MOZ_WIDGET_GTK) || defined(MOZ_WIDGET_QT)
|
|
|
|
+ autohide="true"
|
|
|
|
+#endif
|
2010-01-08 01:32:43 +01:00
|
|
|
+#endif
|
|
|
|
+ context="toolbar-context-menu">
|
2014-10-13 20:00:43 +02:00
|
|
|
+ <toolbaritem id="menubar-items" align="center">
|
2010-12-20 16:42:41 +01:00
|
|
|
+# The entire main menubar is placed into browser-menubar.inc, so that it can be shared by
|
2010-01-08 01:32:43 +01:00
|
|
|
+# hiddenWindow.xul.
|
|
|
|
+#include browser-menubar.inc
|
|
|
|
+ </toolbaritem>
|
2011-01-12 23:56:24 +01:00
|
|
|
+
|
|
|
|
+#ifdef CAN_DRAW_IN_TITLEBAR
|
2014-04-27 18:09:32 +02:00
|
|
|
+#ifndef XP_MACOSX
|
|
|
|
+ <hbox class="titlebar-placeholder" type="caption-buttons" ordinal="1000"
|
|
|
|
+ id="titlebar-placeholder-on-menubar-for-caption-buttons" persist="width"
|
|
|
|
+ skipintoolbarset="true"/>
|
|
|
|
+#endif
|
2011-01-12 23:56:24 +01:00
|
|
|
+#endif
|
2010-01-08 01:32:43 +01:00
|
|
|
+ </toolbar>
|
|
|
|
+
|
2014-04-27 18:09:32 +02:00
|
|
|
+ <toolbar id="TabsToolbar"
|
|
|
|
+ fullscreentoolbar="true"
|
|
|
|
+ customizable="true"
|
|
|
|
+ mode="icons"
|
|
|
|
+ iconsize="small"
|
|
|
|
+ aria-label="&tabsToolbar.label;"
|
|
|
|
+ context="toolbar-context-menu"
|
2014-07-21 11:32:46 +02:00
|
|
|
+ defaultset="tabbrowser-tabs,new-tab-button,alltabs-button"
|
2014-04-27 18:09:32 +02:00
|
|
|
+ collapsed="true">
|
2010-01-08 01:32:43 +01:00
|
|
|
+
|
2014-04-27 18:09:32 +02:00
|
|
|
+#if defined(MOZ_WIDGET_GTK) || defined(MOZ_WIDGET_QT)
|
|
|
|
+ <hbox id="private-browsing-indicator"
|
|
|
|
+ skipintoolbarset="true"/>
|
|
|
|
+#endif
|
2010-01-08 01:32:43 +01:00
|
|
|
+
|
2014-04-27 18:09:32 +02:00
|
|
|
+ <tabs id="tabbrowser-tabs"
|
|
|
|
+ class="tabbrowser-tabs"
|
|
|
|
+ tabbrowser="content"
|
|
|
|
+ flex="1"
|
|
|
|
+ setfocus="false"
|
|
|
|
+ tooltip="tabbrowser-tab-tooltip"
|
|
|
|
+ stopwatchid="FX_TAB_CLICK_MS">
|
2015-06-24 21:26:58 +02:00
|
|
|
+ <tab class="tabbrowser-tab" selected="true" visuallyselected="true" fadein="true"/>
|
2014-04-27 18:09:32 +02:00
|
|
|
+ </tabs>
|
2010-01-08 01:32:43 +01:00
|
|
|
+
|
2014-04-27 18:09:32 +02:00
|
|
|
+ <toolbarbutton id="new-tab-button"
|
|
|
|
+ class="toolbarbutton-1 chromeclass-toolbar-additional"
|
|
|
|
+ label="&tabCmd.label;"
|
|
|
|
+ command="cmd_newNavigatorTab"
|
2010-11-30 15:35:52 +01:00
|
|
|
+ onclick="checkForMiddleClick(this, event);"
|
2014-09-22 18:35:40 +02:00
|
|
|
+ tooltip="dynamic-shortcut-tooltip"
|
2014-04-27 18:09:32 +02:00
|
|
|
+ ondrop="newTabButtonObserver.onDrop(event)"
|
|
|
|
+ ondragover="newTabButtonObserver.onDragOver(event)"
|
|
|
|
+ ondragenter="newTabButtonObserver.onDragOver(event)"
|
|
|
|
+ ondragexit="newTabButtonObserver.onDragExit(event)"
|
|
|
|
+ cui-areatype="toolbar"
|
|
|
|
+ removable="true"/>
|
2010-01-08 01:32:43 +01:00
|
|
|
+
|
2014-04-27 18:09:32 +02:00
|
|
|
+ <toolbarbutton id="alltabs-button"
|
|
|
|
+ class="toolbarbutton-1 chromeclass-toolbar-additional tabs-alltabs-button"
|
2013-04-02 21:00:31 +02:00
|
|
|
+ type="menu"
|
2014-04-27 18:09:32 +02:00
|
|
|
+ label="&listAllTabs.label;"
|
|
|
|
+ tooltiptext="&listAllTabs.label;"
|
|
|
|
+ removable="false">
|
|
|
|
+ <menupopup id="alltabs-popup"
|
|
|
|
+ position="after_end">
|
2014-10-13 20:00:43 +02:00
|
|
|
+ <menuitem id="alltabs_undoCloseTab"
|
|
|
|
+ class="menuitem-iconic"
|
|
|
|
+ key="key_undoCloseTab"
|
|
|
|
+ label="&undoCloseTab.label;"
|
|
|
|
+ observes="History:UndoCloseTab"/>
|
2016-09-20 18:19:47 +02:00
|
|
|
+ <menuseparator id="alltabs-popup-separator-1"/>
|
|
|
|
+ <menu id="alltabs_containersTab"
|
|
|
|
+ label="&newUserContext.label;">
|
|
|
|
+ <menupopup id="alltabs_containersMenuTab" />
|
|
|
|
+ </menu>
|
|
|
|
+ <menuseparator id="alltabs-popup-separator-2"/>
|
2014-04-27 18:09:32 +02:00
|
|
|
+ </menupopup>
|
2013-04-02 21:00:31 +02:00
|
|
|
+ </toolbarbutton>
|
|
|
|
+
|
2014-04-27 18:09:32 +02:00
|
|
|
+#if !defined(MOZ_WIDGET_GTK) && !defined(MOZ_WIDGET_QT)
|
|
|
|
+ <hbox class="private-browsing-indicator" skipintoolbarset="true"/>
|
2013-08-07 14:18:59 +02:00
|
|
|
+#endif
|
2014-04-27 18:09:32 +02:00
|
|
|
+#ifdef CAN_DRAW_IN_TITLEBAR
|
|
|
|
+ <hbox class="titlebar-placeholder" type="caption-buttons"
|
|
|
|
+ id="titlebar-placeholder-on-TabsToolbar-for-captions-buttons" persist="width"
|
2013-08-07 14:18:59 +02:00
|
|
|
+#ifndef XP_MACOSX
|
2014-04-27 18:09:32 +02:00
|
|
|
+ ordinal="1000"
|
2013-08-07 14:18:59 +02:00
|
|
|
+#endif
|
2014-04-27 18:09:32 +02:00
|
|
|
+ skipintoolbarset="true"/>
|
|
|
|
+
|
|
|
|
+#ifdef XP_MACOSX
|
|
|
|
+ <hbox class="titlebar-placeholder" type="fullscreen-button"
|
|
|
|
+ id="titlebar-placeholder-on-TabsToolbar-for-fullscreen-button" persist="width"
|
|
|
|
+ skipintoolbarset="true"/>
|
2013-08-07 14:18:59 +02:00
|
|
|
+#endif
|
2014-04-27 18:09:32 +02:00
|
|
|
+#endif
|
|
|
|
+ </toolbar>
|
2013-08-07 14:18:59 +02:00
|
|
|
+
|
2014-04-27 18:09:32 +02:00
|
|
|
+ <!--
|
|
|
|
+ CAVEAT EMPTOR
|
|
|
|
+ Should you need to add items to the toolbar here, make sure to also add them
|
|
|
|
+ to the default placements of buttons in CustomizableUI.jsm, so the
|
|
|
|
+ customization code doesn't get confused.
|
|
|
|
+ -->
|
2015-04-01 07:22:19 +02:00
|
|
|
+ <toolbar id="nav-bar"
|
2014-04-27 18:09:32 +02:00
|
|
|
+ aria-label="&navbarCmd.label;"
|
|
|
|
+ fullscreentoolbar="true" mode="icons" customizable="true"
|
|
|
|
+ iconsize="small"
|
2015-01-14 19:32:16 +01:00
|
|
|
+#ifdef MOZ_DEV_EDITION
|
2016-04-27 09:09:13 +02:00
|
|
|
+ defaultset="urlbar-container,search-container,developer-button,bookmarks-menu-button,downloads-button,home-button,loop-button"
|
2015-01-14 19:32:16 +01:00
|
|
|
+#else
|
2016-04-27 09:09:13 +02:00
|
|
|
+ defaultset="urlbar-container,search-container,bookmarks-menu-button,downloads-button,home-button,loop-button"
|
2015-01-14 19:32:16 +01:00
|
|
|
+#endif
|
2014-04-27 18:09:32 +02:00
|
|
|
+ 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">
|
|
|
|
+ <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">
|
|
|
|
+ <toolbarbutton id="back-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
|
|
|
|
+ label="&backCmd.label;"
|
|
|
|
+ command="Browser:BackOrBackDuplicate"
|
|
|
|
+ onclick="checkForMiddleClick(this, event);"
|
|
|
|
+ tooltip="back-button-tooltip"
|
|
|
|
+ context="backForwardMenu"/>
|
2014-07-21 11:32:46 +02:00
|
|
|
+ <hbox id="urlbar-wrapper" flex="1">
|
|
|
|
+ <toolbarbutton id="forward-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
|
|
|
|
+ label="&forwardCmd.label;"
|
|
|
|
+ command="Browser:ForwardOrForwardDuplicate"
|
|
|
|
+ onclick="checkForMiddleClick(this, event);"
|
|
|
|
+ tooltip="forward-button-tooltip"
|
|
|
|
+ context="backForwardMenu"/>
|
2014-04-27 18:09:32 +02:00
|
|
|
+ <textbox id="urlbar" flex="1"
|
|
|
|
+ placeholder="&urlbar.placeholder2;"
|
|
|
|
+ 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"
|
2015-11-03 16:49:03 +01:00
|
|
|
+ shrinkdelay="250"
|
2014-04-27 18:09:32 +02:00
|
|
|
+ tabscrolling="true"
|
|
|
|
+ showcommentcolumn="true"
|
|
|
|
+ showimagecolumn="true"
|
|
|
|
+ enablehistory="true"
|
2016-08-03 00:00:28 +02:00
|
|
|
+ maxrows="10"
|
2014-04-27 18:09:32 +02:00
|
|
|
+ newlines="stripsurroundingwhitespace"
|
|
|
|
+ ontextentered="this.handleCommand(param);"
|
|
|
|
+ ontextreverted="return this.handleRevert();"
|
|
|
|
+ pageproxystate="invalid"
|
|
|
|
+ onfocus="document.getElementById('identity-box').style.MozUserFocus= 'normal'"
|
2014-12-02 23:01:52 +01:00
|
|
|
+ onblur="setTimeout(() => { document.getElementById('identity-box').style.MozUserFocus = ''; }, 0);">
|
2014-04-27 18:09:32 +02:00
|
|
|
+ <box id="notification-popup-box" hidden="true" align="center">
|
2016-01-26 23:39:03 +01:00
|
|
|
+ <image id="default-notification-icon" class="notification-anchor-icon" role="button"
|
|
|
|
+ aria-label="&urlbar.defaultNotificationAnchor.label;"/>
|
2016-09-20 18:19:47 +02:00
|
|
|
+ <image id="geo-notification-icon" class="notification-anchor-icon geo-icon" role="button"
|
2016-01-26 23:39:03 +01:00
|
|
|
+ aria-label="&urlbar.geolocationNotificationAnchor.label;"/>
|
2016-09-20 18:19:47 +02:00
|
|
|
+ <image id="addons-notification-icon" class="notification-anchor-icon install-icon" role="button"
|
2016-01-26 23:39:03 +01:00
|
|
|
+ aria-label="&urlbar.addonsNotificationAnchor.label;"/>
|
2016-09-20 18:19:47 +02:00
|
|
|
+ <image id="indexedDB-notification-icon" class="notification-anchor-icon indexedDB-icon" role="button"
|
2016-01-26 23:39:03 +01:00
|
|
|
+ aria-label="&urlbar.indexedDBNotificationAnchor.label;"/>
|
2016-09-20 18:19:47 +02:00
|
|
|
+ <image id="login-fill-notification-icon" class="notification-anchor-icon login-icon" role="button"
|
2016-01-26 23:39:03 +01:00
|
|
|
+ aria-label="&urlbar.loginFillNotificationAnchor.label;"/>
|
2016-09-20 18:19:47 +02:00
|
|
|
+ <image id="password-notification-icon" class="notification-anchor-icon login-icon" role="button"
|
2016-01-26 23:39:03 +01:00
|
|
|
+ aria-label="&urlbar.passwordNotificationAnchor.label;"/>
|
2016-09-20 18:19:47 +02:00
|
|
|
+ <image id="plugins-notification-icon" class="notification-anchor-icon plugin-icon" role="button"
|
2016-01-26 23:39:03 +01:00
|
|
|
+ aria-label="&urlbar.pluginsNotificationAnchor.label;"/>
|
2016-09-20 18:19:47 +02:00
|
|
|
+ <image id="web-notifications-notification-icon" class="notification-anchor-icon web-notifications-icon" role="button"
|
2016-03-08 23:37:32 +01:00
|
|
|
+ aria-label="&urlbar.webNotsNotificationAnchor3.label;"/>
|
2016-09-20 18:19:47 +02:00
|
|
|
+ <image id="webRTC-shareDevices-notification-icon" class="notification-anchor-icon camera-icon" role="button"
|
2016-01-26 23:39:03 +01:00
|
|
|
+ aria-label="&urlbar.webRTCShareDevicesNotificationAnchor.label;"/>
|
2016-09-20 18:19:47 +02:00
|
|
|
+ <image id="webRTC-sharingDevices-notification-icon" class="notification-anchor-icon camera-icon in-use" role="button"
|
2016-01-26 23:39:03 +01:00
|
|
|
+ aria-label="&urlbar.webRTCSharingDevicesNotificationAnchor.label;"/>
|
2016-09-20 18:19:47 +02:00
|
|
|
+ <image id="webRTC-shareMicrophone-notification-icon" class="notification-anchor-icon microphone-icon" role="button"
|
2016-01-26 23:39:03 +01:00
|
|
|
+ aria-label="&urlbar.webRTCShareMicrophoneNotificationAnchor.label;"/>
|
2016-09-20 18:19:47 +02:00
|
|
|
+ <image id="webRTC-sharingMicrophone-notification-icon" class="notification-anchor-icon microphone-icon in-use" role="button"
|
2016-01-26 23:39:03 +01:00
|
|
|
+ aria-label="&urlbar.webRTCSharingMicrophoneNotificationAnchor.label;"/>
|
2016-09-20 18:19:47 +02:00
|
|
|
+ <image id="webRTC-shareScreen-notification-icon" class="notification-anchor-icon screen-icon" role="button"
|
2016-01-26 23:39:03 +01:00
|
|
|
+ aria-label="&urlbar.webRTCShareScreenNotificationAnchor.label;"/>
|
2016-09-20 18:19:47 +02:00
|
|
|
+ <image id="webRTC-sharingScreen-notification-icon" class="notification-anchor-icon screen-icon in-use" role="button"
|
2016-01-26 23:39:03 +01:00
|
|
|
+ aria-label="&urlbar.webRTCSharingScreenNotificationAnchor.label;"/>
|
2016-09-20 18:19:47 +02:00
|
|
|
+ <image id="pointerLock-notification-icon" class="notification-anchor-icon pointer-icon" role="button"
|
2016-01-26 23:39:03 +01:00
|
|
|
+ aria-label="&urlbar.pointerLockNotificationAnchor.label;"/>
|
2016-09-20 18:19:47 +02:00
|
|
|
+ <image id="servicesInstall-notification-icon" class="notification-anchor-icon service-icon" role="button"
|
2016-01-26 23:39:03 +01:00
|
|
|
+ aria-label="&urlbar.servicesNotificationAnchor.label;"/>
|
2016-09-20 18:19:47 +02:00
|
|
|
+ <image id="translate-notification-icon" class="notification-anchor-icon translation-icon" role="button"
|
2016-01-26 23:39:03 +01:00
|
|
|
+ aria-label="&urlbar.translateNotificationAnchor.label;"/>
|
2016-09-20 18:19:47 +02:00
|
|
|
+ <image id="translated-notification-icon" class="notification-anchor-icon translation-icon in-use" role="button"
|
2016-01-26 23:39:03 +01:00
|
|
|
+ aria-label="&urlbar.translatedNotificationAnchor.label;"/>
|
2016-09-20 18:19:47 +02:00
|
|
|
+ <image id="eme-notification-icon" class="notification-anchor-icon drm-icon" role="button"
|
2016-01-26 23:39:03 +01:00
|
|
|
+ aria-label="&urlbar.emeNotificationAnchor.label;"/>
|
2014-04-27 18:09:32 +02:00
|
|
|
+ </box>
|
|
|
|
+ <!-- Use onclick instead of normal popup= syntax since the popup
|
|
|
|
+ code fires onmousedown, and hence eats our favicon drag events.
|
|
|
|
+ We only add the identity-box button to the tab order when the location bar
|
|
|
|
+ has focus, otherwise pressing F6 focuses it instead of the location bar -->
|
|
|
|
+ <box id="identity-box" role="button"
|
|
|
|
+ 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);"/>
|
|
|
|
+ <image id="tracking-protection-icon"/>
|
|
|
|
+ <image id="connection-icon"/>
|
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">
|
2015-01-14 19:32:16 +01:00
|
|
|
+ <label class="urlbar-display urlbar-display-switchtab" value="&urlbar.switchToTab.label;"/>
|
2014-04-27 18:09:32 +02:00
|
|
|
+ </box>
|
|
|
|
+ <hbox id="urlbar-icons">
|
|
|
|
+ <image id="page-report-button"
|
|
|
|
+ class="urlbar-icon"
|
|
|
|
+ hidden="true"
|
|
|
|
+ tooltiptext="&pageReportIcon.tooltip;"
|
|
|
|
+ onclick="gPopupBlockerObserver.onReportButtonClick(event);"/>
|
2015-05-10 22:12:38 +02:00
|
|
|
+ <image id="reader-mode-button"
|
|
|
|
+ class="urlbar-icon"
|
|
|
|
+ hidden="true"
|
|
|
|
+ onclick="ReaderParent.buttonClick(event);"/>
|
2014-04-27 18:09:32 +02:00
|
|
|
+ </hbox>
|
2016-09-20 18:19:47 +02:00
|
|
|
+ <hbox id="userContext-icons" hidden="true">
|
2016-01-26 23:39:03 +01:00
|
|
|
+ <label id="userContext-label"/>
|
|
|
|
+ <image id="userContext-indicator"/>
|
|
|
|
+ </hbox>
|
2014-04-27 18:09:32 +02:00
|
|
|
+ <toolbarbutton id="urlbar-go-button"
|
|
|
|
+ class="chromeclass-toolbar-additional"
|
|
|
|
+ onclick="gURLBar.handleCommand(event);"
|
|
|
|
+ tooltiptext="&goEndCap.tooltip;"/>
|
|
|
|
+ <toolbarbutton id="urlbar-reload-button"
|
|
|
|
+ class="chromeclass-toolbar-additional"
|
|
|
|
+ command="Browser:ReloadOrDuplicate"
|
|
|
|
+ onclick="checkForMiddleClick(this, event);"
|
|
|
|
+ tooltiptext="&reloadButton.tooltip;"/>
|
|
|
|
+ <toolbarbutton id="urlbar-stop-button"
|
|
|
|
+ class="chromeclass-toolbar-additional"
|
|
|
|
+ command="Browser:Stop"
|
|
|
|
+ tooltiptext="&stopButton.tooltip;"/>
|
|
|
|
+ </textbox>
|
|
|
|
+ </hbox>
|
|
|
|
+ </toolbaritem>
|
|
|
|
+
|
|
|
|
+ <toolbaritem id="search-container" title="&searchItem.title;"
|
|
|
|
+ align="center" class="chromeclass-toolbar-additional panel-wide-item"
|
|
|
|
+ cui-areatype="toolbar"
|
|
|
|
+ flex="100" persist="width" removable="true">
|
|
|
|
+ <searchbar id="searchbar" flex="1"/>
|
|
|
|
+ </toolbaritem>
|
|
|
|
+
|
|
|
|
+ <toolbarbutton id="bookmarks-menu-button"
|
|
|
|
+ class="toolbarbutton-1 chromeclass-toolbar-additional"
|
|
|
|
+ removable="true"
|
|
|
|
+ type="menu-button"
|
|
|
|
+ label="&bookmarksMenuButton.label;"
|
|
|
|
+ tooltip="dynamic-shortcut-tooltip"
|
|
|
|
+ anchor="dropmarker"
|
|
|
|
+ ondragenter="PlacesMenuDNDHandler.onDragEnter(event);"
|
|
|
|
+ ondragover="PlacesMenuDNDHandler.onDragOver(event);"
|
|
|
|
+ ondragleave="PlacesMenuDNDHandler.onDragLeave(event);"
|
|
|
|
+ ondrop="PlacesMenuDNDHandler.onDrop(event);"
|
|
|
|
+ cui-areatype="toolbar"
|
|
|
|
+ oncommand="BookmarkingUI.onCommand(event);">
|
2015-09-22 08:10:40 +02:00
|
|
|
+ <observes element="bookmarkThisPageBroadcaster" attribute="starred"/>
|
|
|
|
+ <observes element="bookmarkThisPageBroadcaster" attribute="buttontooltiptext"/>
|
2014-04-27 18:09:32 +02:00
|
|
|
+ <menupopup id="BMB_bookmarksPopup"
|
|
|
|
+ class="cui-widget-panel cui-widget-panelview cui-widget-panelWithFooter PanelUI-subView"
|
|
|
|
+ placespopup="true"
|
|
|
|
+ context="placesContext"
|
|
|
|
+ openInTabs="children"
|
|
|
|
+ oncommand="BookmarksEventHandler.onCommand(event, this.parentNode._placesView);"
|
|
|
|
+ onclick="BookmarksEventHandler.onClick(event, this.parentNode._placesView);"
|
|
|
|
+ onpopupshowing="BookmarkingUI.onPopupShowing(event);
|
|
|
|
+ BookmarkingUI.attachPlacesView(event, this);"
|
|
|
|
+ tooltip="bhTooltip" popupsinherittooltip="true">
|
|
|
|
+ <menuitem id="BMB_viewBookmarksSidebar"
|
|
|
|
+ class="subviewbutton"
|
|
|
|
+ label="&viewBookmarksSidebar2.label;"
|
|
|
|
+ type="checkbox"
|
2015-05-10 22:12:38 +02:00
|
|
|
+ oncommand="SidebarUI.toggle('viewBookmarksSidebar');">
|
2014-04-27 18:09:32 +02:00
|
|
|
+ <observes element="viewBookmarksSidebar" attribute="checked"/>
|
2012-11-20 21:34:15 +01:00
|
|
|
+ </menuitem>
|
- update to Firefox 30.0 (bnc#881874)
* MFSA 2014-48/CVE-2014-1533/CVE-2014-1534
(bmo#921622, bmo#967354, bmo#969517, bmo#969549, bmo#973874,
bmo#978652, bmo#978811, bmo#988719, bmo#990868, bmo#991981,
bmo#992274, bmo#994907, bmo#995679, bmo#995816, bmo#995817,
bmo#996536, bmo#996715, bmo#999651, bmo#1000598,
bmo#1000960, bmo#1002340, bmo#1005578, bmo#1007223,
bmo#1009952, bmo#1011007)
Miscellaneous memory safety hazards (rv:30.0)
* MFSA 2014-49/CVE-2014-1536/CVE-2014-1537/CVE-2014-1538
(bmo#989994, bmo#999274, bmo#1005584)
Use-after-free and out of bounds issues found using Address
Sanitizer
* MFSA 2014-50/CVE-2014-1539 (bmo#995603)
Clickjacking through cursor invisability after Flash interaction
* MFSA 2014-51/CVE-2014-1540 (bmo#978862)
Use-after-free in Event Listener Manager
* MFSA 2014-52/CVE-2014-1541 (bmo#1000185)
Use-after-free with SMIL Animation Controller
* MFSA 2014-53/CVE-2014-1542 (bmo#991533)
Buffer overflow in Web Audio Speex resampler
* MFSA 2014-54/CVE-2014-1543 (bmo#1011859)
Buffer overflow in Gamepad API
- rebased patches
- removed obsolete patches
* firefox-browser-css.patch
* mozilla-aarch64-bmo-962488.patch
* mozilla-aarch64-bmo-963023.patch
* mozilla-aarch64-bmo-963024.patch
* mozilla-aarch64-bmo-963027.patch
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=384
2014-06-11 10:41:30 +02: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"/>
|
2014-04-27 18:09:32 +02:00
|
|
|
+ <menuseparator/>
|
2016-09-20 18:19:47 +02:00
|
|
|
+ <menuitem label="&recentBookmarks.label;"
|
|
|
|
+ id="BMB_recentBookmarks"
|
|
|
|
+ disabled="true"
|
|
|
|
+ class="menuitem-iconic subviewbutton"/>
|
|
|
|
+ <menuseparator/>
|
2014-04-27 18:09:32 +02:00
|
|
|
+ <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)
|
|
|
|
+ new PlacesMenu(event, 'place:folder=TOOLBAR',
|
|
|
|
+ PlacesUIUtils.getViewForNode(this.parentNode.parentNode).options);">
|
|
|
|
+ <menuitem id="BMB_viewBookmarksToolbar"
|
|
|
|
+ placesanonid="view-toolbar"
|
|
|
|
+ toolbarId="PersonalToolbar"
|
|
|
|
+ type="checkbox"
|
|
|
|
+ oncommand="onViewToolbarCommand(event)"
|
|
|
|
+ label="&viewBookmarksToolbar.label;"/>
|
|
|
|
+ <menuseparator/>
|
|
|
|
+ <!-- Bookmarks toolbar items -->
|
|
|
|
+ </menupopup>
|
|
|
|
+ </menu>
|
|
|
|
+ <menu id="BMB_unsortedBookmarks"
|
|
|
|
+ class="menu-iconic bookmark-item subviewbutton"
|
2016-08-03 00:00:28 +02:00
|
|
|
+ label="&bookmarksMenuButton.other.label;"
|
2014-04-27 18:09:32 +02:00
|
|
|
+ container="true">
|
|
|
|
+ <menupopup id="BMB_unsortedBookmarksPopup"
|
|
|
|
+ placespopup="true"
|
|
|
|
+ context="placesContext"
|
|
|
|
+ onpopupshowing="if (!this.parentNode._placesView)
|
|
|
|
+ new PlacesMenu(event, 'place:folder=UNFILED_BOOKMARKS',
|
|
|
|
+ PlacesUIUtils.getViewForNode(this.parentNode.parentNode).options);"/>
|
|
|
|
+ </menu>
|
2013-08-07 14:18:59 +02:00
|
|
|
+ <menuseparator/>
|
2014-04-27 18:09:32 +02:00
|
|
|
+ <!-- Bookmarks menu items will go here -->
|
|
|
|
+ <menuitem id="BMB_bookmarksShowAll"
|
|
|
|
+ class="subviewbutton panel-subview-footer"
|
|
|
|
+ label="&showAllBookmarks2.label;"
|
|
|
|
+ command="Browser:ShowAllBookmarks"
|
|
|
|
+ key="manBookmarkKb"/>
|
2012-11-20 21:34:15 +01:00
|
|
|
+ </menupopup>
|
|
|
|
+ </toolbarbutton>
|
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"
|
2014-04-27 18:09:32 +02:00
|
|
|
+ oncommand="DownloadsIndicatorView.onCommand(event);"
|
|
|
|
+ ondrop="DownloadsIndicatorView.onDrop(event);"
|
|
|
|
+ ondragover="DownloadsIndicatorView.onDragOver(event);"
|
|
|
|
+ ondragenter="DownloadsIndicatorView.onDragOver(event);"
|
|
|
|
+ label="&downloads.label;"
|
|
|
|
+ removable="true"
|
|
|
|
+ cui-areatype="toolbar"
|
2014-09-22 18:35:40 +02:00
|
|
|
+ tooltip="dynamic-shortcut-tooltip"/>
|
2014-04-27 18:09:32 +02:00
|
|
|
+
|
|
|
|
+ <toolbarbutton id="home-button" class="toolbarbutton-1 chromeclass-toolbar-additional"
|
2015-12-17 01:06:36 +01:00
|
|
|
+ removable="true"
|
2014-04-27 18:09:32 +02:00
|
|
|
+ label="&homeButton.label;"
|
|
|
|
+ ondragover="homeButtonObserver.onDragOver(event)"
|
|
|
|
+ ondragenter="homeButtonObserver.onDragOver(event)"
|
|
|
|
+ ondrop="homeButtonObserver.onDrop(event)"
|
|
|
|
+ ondragexit="homeButtonObserver.onDragExit(event)"
|
2014-09-22 18:35:40 +02:00
|
|
|
+ key="goHome"
|
2014-04-27 18:09:32 +02:00
|
|
|
+ onclick="BrowserGoHome(event);"
|
|
|
|
+ cui-areatype="toolbar"
|
|
|
|
+ aboutHomeOverrideTooltip="&abouthome.pageTitle;"/>
|
|
|
|
+ </hbox>
|
|
|
|
+
|
|
|
|
+ <toolbarbutton id="nav-bar-overflow-button"
|
|
|
|
+ class="toolbarbutton-1 chromeclass-toolbar-additional overflow-button"
|
|
|
|
+ skipintoolbarset="true"
|
|
|
|
+ tooltiptext="&navbarOverflow.label;"/>
|
|
|
|
+
|
|
|
|
+ <toolbaritem id="PanelUI-button"
|
|
|
|
+ class="chromeclass-toolbar-additional"
|
|
|
|
+ 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>
|
|
|
|
+ </toolbar>
|
|
|
|
+
|
|
|
|
+ <toolbarset id="customToolbars" context="toolbar-context-menu"/>
|
|
|
|
+
|
|
|
|
+ <toolbar id="PersonalToolbar"
|
2014-04-27 18:09:32 +02:00
|
|
|
+ mode="icons" iconsize="small"
|
2010-01-08 01:32:43 +01:00
|
|
|
+ class="chromeclass-directories"
|
|
|
|
+ context="toolbar-context-menu"
|
|
|
|
+ defaultset="personal-bookmarks"
|
|
|
|
+ toolbarname="&personalbarCmd.label;" accesskey="&personalbarCmd.accesskey;"
|
|
|
|
+ collapsed="true"
|
2010-11-30 15:35:52 +01:00
|
|
|
+ customizable="true">
|
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"
|
|
|
|
+ class="toolbarbutton-1"
|
|
|
|
+ mousethrough="never"
|
|
|
|
+ label="&bookmarksToolbarItem.label;"
|
|
|
|
+ oncommand="PlacesToolbarHelper.onPlaceholderCommand();"/>
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <hbox flex="1"
|
|
|
|
+ id="PlacesToolbar"
|
|
|
|
+ context="placesContext"
|
2011-02-03 11:49:21 +01:00
|
|
|
+ onclick="BookmarksEventHandler.onClick(event, this._placesView);"
|
|
|
|
+ oncommand="BookmarksEventHandler.onCommand(event, this._placesView);"
|
2010-11-30 15:35:52 +01:00
|
|
|
+ tooltip="bhTooltip"
|
|
|
|
+ popupsinherittooltip="true">
|
|
|
|
+ <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"
|
|
|
|
+ class="chevron"
|
|
|
|
+ mousethrough="never"
|
|
|
|
+ collapsed="true"
|
|
|
|
+ tooltiptext="&bookmarksToolbarChevron.tooltip;"
|
|
|
|
+ onpopupshowing="document.getElementById('PlacesToolbar')
|
|
|
|
+ ._placesView._onChevronPopupShowing(event);">
|
|
|
|
+ <menupopup id="PlacesChevronPopup"
|
|
|
|
+ placespopup="true"
|
|
|
|
+ tooltip="bhTooltip" popupsinherittooltip="true"
|
|
|
|
+ context="placesContext"/>
|
|
|
|
+ </toolbarbutton>
|
|
|
|
+ </hbox>
|
|
|
|
+ </hbox>
|
|
|
|
+ </toolbaritem>
|
|
|
|
+ </toolbar>
|
|
|
|
+
|
2014-04-27 18:09:32 +02:00
|
|
|
+ <!-- This is a shim which will go away ASAP. See bug 749804 for details -->
|
|
|
|
+ <toolbar id="addon-bar" toolbar-delegate="nav-bar" mode="icons" iconsize="small"
|
|
|
|
+ customizable="true">
|
|
|
|
+ <hbox id="addonbar-closebutton"/>
|
|
|
|
+ <statusbar id="status-bar"/>
|
2010-11-30 15:35:52 +01:00
|
|
|
+ </toolbar>
|
|
|
|
+
|
|
|
|
+ <toolbarpalette id="BrowserToolbarPalette">
|
|
|
|
+
|
2013-06-24 09:57:33 +02:00
|
|
|
+# Update primaryToolbarButtons in browser/themes/shared/browser.inc when adding
|
2010-11-30 15:35:52 +01:00
|
|
|
+# or removing default items with the toolbarbutton-1 class.
|
|
|
|
+
|
|
|
|
+ <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;"
|
|
|
|
+ command="key_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"/>
|
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">
|
|
|
|
+ <label id="sidebar-title" persist="value" flex="1" crop="end" control="sidebar"/>
|
|
|
|
+ <image id="sidebar-throbber"/>
|
2015-05-10 22:12:38 +02:00
|
|
|
+ <toolbarbutton class="close-icon tabbable" tooltiptext="&sidebarCloseButton.tooltip;" oncommand="SidebarUI.hide();"/>
|
2014-04-27 18:09:32 +02:00
|
|
|
+ </sidebarheader>
|
|
|
|
+ <browser id="sidebar" flex="1" autoscroll="false" disablehistory="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">
|
2016-01-26 23:39:03 +01:00
|
|
|
+ <notificationbox id="high-priority-global-notificationbox" notificationside="top"/>
|
2014-04-27 18:09:32 +02:00
|
|
|
+ <tabbrowser id="content"
|
|
|
|
+ flex="1" contenttooltip="aHTMLTooltip"
|
|
|
|
+ tabcontainer="tabbrowser-tabs"
|
|
|
|
+ contentcontextmenu="contentAreaContextMenu"
|
|
|
|
+ autocompletepopup="PopupAutoComplete"
|
2015-05-10 22:12:38 +02:00
|
|
|
+ selectmenulist="ContentSelectDropdown"/>
|
2014-04-27 18:09:32 +02:00
|
|
|
+ <chatbar id="pinnedchats" layer="true" mousethrough="always" hidden="true"/>
|
|
|
|
+ </vbox>
|
|
|
|
+ <splitter id="social-sidebar-splitter"
|
|
|
|
+ class="chromeclass-extrachrome sidebar-splitter"
|
|
|
|
+ observes="socialSidebarBroadcaster"/>
|
|
|
|
+ <vbox id="social-sidebar-box"
|
|
|
|
+ class="chromeclass-extrachrome"
|
|
|
|
+ observes="socialSidebarBroadcaster"
|
|
|
|
+ persist="width">
|
|
|
|
+
|
|
|
|
+ <sidebarheader id="social-sidebar-header" class="sidebar-header" align="center">
|
|
|
|
+ <image id="social-sidebar-favico"/>
|
|
|
|
+ <label id="social-sidebar-title" class="sidebar-title" persist="value" flex="1" crop="end" control="sidebar"/>
|
|
|
|
+ <toolbarbutton id="social-sidebar-button"
|
|
|
|
+ class="toolbarbutton-1"
|
|
|
|
+ type="menu">
|
|
|
|
+ <menupopup id="social-statusarea-popup" position="after_end">
|
|
|
|
+ <menuitem class="social-toggle-sidebar-menuitem"
|
|
|
|
+ type="checkbox"
|
|
|
|
+ autocheck="false"
|
|
|
|
+ command="Social:ToggleSidebar"
|
|
|
|
+ label="&social.toggleSidebar.label;"
|
|
|
|
+ accesskey="&social.toggleSidebar.accesskey;"/>
|
|
|
|
+ <menuitem class="social-toggle-notifications-menuitem"
|
|
|
|
+ type="checkbox"
|
|
|
|
+ autocheck="false"
|
|
|
|
+ command="Social:ToggleNotifications"
|
|
|
|
+ label="&social.toggleNotifications.label;"
|
|
|
|
+ accesskey="&social.toggleNotifications.accesskey;"/>
|
|
|
|
+ <menuseparator/>
|
|
|
|
+ <menuseparator class="social-provider-menu" hidden="true"/>
|
|
|
|
+ <menuitem class="social-addons-menuitem" command="Social:Addons"
|
|
|
|
+ label="&social.addons.label;"/>
|
|
|
|
+ <menuitem label="&social.learnMore.label;"
|
|
|
|
+ accesskey="&social.learnMore.accesskey;"
|
|
|
|
+ oncommand="SocialUI.showLearnMore();"/>
|
|
|
|
+ </menupopup>
|
|
|
|
+ </toolbarbutton>
|
|
|
|
+ </sidebarheader>
|
|
|
|
+
|
|
|
|
+ <browser id="social-sidebar-browser"
|
|
|
|
+ type="content"
|
|
|
|
+ context="contentAreaContextMenu"
|
2015-09-22 08:10:40 +02:00
|
|
|
+ message="true"
|
|
|
|
+ messagemanagergroup="social"
|
2014-04-27 18:09:32 +02:00
|
|
|
+ disableglobalhistory="true"
|
|
|
|
+ tooltip="aHTMLTooltip"
|
|
|
|
+ popupnotificationanchor="social-sidebar-favico"
|
|
|
|
+ flex="1"
|
|
|
|
+ style="min-width: 14em; width: 18em; max-width: 36em;"/>
|
|
|
|
+ </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
|
|
|
+
|
2015-12-17 01:06:36 +01:00
|
|
|
+ <html:div id="fullscreen-warning" hidden="true">
|
|
|
|
+ <html:div id="fullscreen-domain-text">
|
|
|
|
+ &fullscreenWarning.beforeDomain.label;
|
|
|
|
+ <html:span id="fullscreen-domain"/>
|
|
|
|
+ &fullscreenWarning.afterDomain.label;
|
|
|
|
+ </html:div>
|
|
|
|
+ <html:div id="fullscreen-generic-text">
|
|
|
|
+ &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
|
|
|
+
|
2010-11-30 15:35:52 +01:00
|
|
|
+ <vbox id="browser-bottombox" layer="true">
|
2016-01-26 23:39:03 +01:00
|
|
|
+ <notificationbox id="global-notificationbox" notificationside="bottom"/>
|
2010-01-08 01:32:43 +01:00
|
|
|
+ </vbox>
|
2010-11-30 15:35:52 +01:00
|
|
|
+
|
|
|
|
+ <svg:svg height="0">
|
2014-04-27 18:09:32 +02:00
|
|
|
+#include tab-shape.inc.svg
|
2015-08-12 09:11:49 +02:00
|
|
|
+ <svg:clipPath id="urlbar-back-button-clip-path">
|
2014-07-21 11:32:46 +02:00
|
|
|
+#ifndef XP_MACOSX
|
2015-08-12 09:11:49 +02:00
|
|
|
+ <svg:path d="M -9,-4 l 0,1 a 15 15 0 0,1 0,30 l 0,1 l 10000,0 l 0,-32 l -10000,0 z" />
|
2014-04-27 18:09:32 +02:00
|
|
|
+#else
|
2014-07-21 11:32:46 +02:00
|
|
|
+ <svg:path d="M -11,-5 a 16 16 0 0 1 0,34 l 10000,0 l 0,-34 l -10000,0 z"/>
|
2010-12-20 16:42:41 +01:00
|
|
|
+#endif
|
2014-07-21 11:32:46 +02:00
|
|
|
+ </svg:clipPath>
|
2015-08-12 09:11:49 +02:00
|
|
|
+#ifdef XP_WIN
|
|
|
|
+ <svg:clipPath id="urlbar-back-button-clip-path-win10">
|
|
|
|
+ <svg:path d="M -6,-2 l 0,1 a 15 15 0 0,1 0,30 l 0,1 l 10000,0 l 0,-32 l -10000,0 z" />
|
|
|
|
+ </svg:clipPath>
|
|
|
|
+#endif
|
2014-04-27 18:09:32 +02:00
|
|
|
+ </svg:svg>
|
2010-11-30 15:35:52 +01:00
|
|
|
+
|
|
|
|
+</vbox>
|
|
|
|
+# <iframe id="tab-view"> is dynamically appended as the 2nd child of #tab-view-deck.
|
|
|
|
+# Introducing the iframe dynamically, as needed, was found to be better than
|
|
|
|
+# starting with an empty iframe here in browser.xul from a Ts standpoint.
|
|
|
|
+</deck>
|
|
|
|
+
|
2010-01-08 01:32:43 +01:00
|
|
|
+</window>
|
|
|
|
diff --git a/browser/base/jar.mn b/browser/base/jar.mn
|
|
|
|
--- a/browser/base/jar.mn
|
|
|
|
+++ b/browser/base/jar.mn
|
2016-08-03 00:00:28 +02:00
|
|
|
@@ -69,16 +69,18 @@ browser.jar:
|
2015-05-10 22:12:38 +02:00
|
|
|
content/browser/aboutTabCrashed.css (content/aboutTabCrashed.css)
|
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)
|
2016-03-07 17:25:29 +01:00
|
|
|
* content/browser/aboutTabGroupsMigration.xhtml (content/aboutTabGroupsMigration.xhtml)
|
|
|
|
content/browser/aboutTabGroupsMigration.js (content/aboutTabGroupsMigration.js)
|
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)
|
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)
|
|
|
|
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)
|
|
|
|
content/browser/browser-devedition.js (content/browser-devedition.js)
|
|
|
|
content/browser/browser-feeds.js (content/browser-feeds.js)
|
|
|
|
content/browser/browser-fullScreen.js (content/browser-fullScreen.js)
|
2016-08-03 00:00:28 +02:00
|
|
|
content/browser/browser-fullZoom.js (content/browser-fullZoom.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)
|
|
|
|
#include "nsWindowsShellService.h"
|
2009-09-17 00:40:05 +02:00
|
|
|
#elif defined(XP_MACOSX)
|
|
|
|
#include "nsMacShellService.h"
|
2013-09-16 09:57:05 +02:00
|
|
|
#elif defined(MOZ_WIDGET_GTK)
|
2009-09-17 00:40:05 +02:00
|
|
|
-#include "nsGNOMEShellService.h"
|
|
|
|
+#include "nsUnixShellService.h"
|
|
|
|
#endif
|
|
|
|
|
2012-10-09 13:14:08 +02:00
|
|
|
#if defined(XP_WIN)
|
2012-07-16 10:13:51 +02:00
|
|
|
#include "nsIEHistoryEnumerator.h"
|
2012-03-01 10:09:12 +01:00
|
|
|
#endif
|
2012-04-20 21:18:58 +02:00
|
|
|
|
2012-07-16 10:13:51 +02:00
|
|
|
#include "rdf.h"
|
2016-03-07 17:25:29 +01:00
|
|
|
#include "nsFeedSniffer.h"
|
|
|
|
@@ -31,18 +31,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
|
|
|
|
|
2012-10-09 13:14:08 +02:00
|
|
|
#if defined(XP_WIN)
|
2012-07-16 10:13:51 +02:00
|
|
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsIEHistoryEnumerator)
|
2012-03-01 10:09:12 +01:00
|
|
|
#endif
|
2012-04-20 21:18:58 +02:00
|
|
|
|
2012-07-16 10:13:51 +02:00
|
|
|
NS_GENERIC_FACTORY_CONSTRUCTOR(nsFeedSniffer)
|
2016-03-07 17:25:29 +01:00
|
|
|
|
|
|
|
@@ -60,17 +58,17 @@ NS_DEFINE_NAMED_CID(NS_WINIEHISTORYENUME
|
2013-05-14 16:33:59 +02:00
|
|
|
NS_DEFINE_NAMED_CID(NS_SHELLSERVICE_CID);
|
2013-04-02 21:00:31 +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[] = {
|
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 },
|
2009-09-17 00:40:05 +02:00
|
|
|
#endif
|
2013-12-11 09:31:54 +01:00
|
|
|
{ &kNS_FEEDSNIFFER_CID, false, nullptr, nsFeedSnifferConstructor },
|
|
|
|
{ &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 },
|
2010-11-30 15:35:52 +01:00
|
|
|
#elif defined(XP_MACOSX)
|
2013-12-11 09:31:54 +01:00
|
|
|
{ &kNS_SHELLSERVICE_CID, false, nullptr, nsMacShellServiceConstructor },
|
2016-03-07 17:25:29 +01:00
|
|
|
#endif
|
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
|
- 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
|
|
|
@@ -23,16 +23,22 @@ var gMainPane = {
|
2014-12-02 23:01:52 +01:00
|
|
|
init: function ()
|
|
|
|
{
|
2015-11-03 16:49:03 +01:00
|
|
|
function setEventListener(aId, aEventType, aCallback)
|
|
|
|
{
|
|
|
|
document.getElementById(aId)
|
|
|
|
.addEventListener(aEventType, aCallback.bind(gMainPane));
|
|
|
|
}
|
2012-08-28 20:40:50 +02:00
|
|
|
|
2011-01-28 18:09:26 +01:00
|
|
|
+ var env = Components.classes["@mozilla.org/process/environment;1"]
|
2015-11-03 16:49:03 +01:00
|
|
|
+ .getService(Components.interfaces.nsIEnvironment);
|
2011-01-28 18:09:26 +01:00
|
|
|
+ var kde_session = 0;
|
|
|
|
+ if (env.get('KDE_FULL_SESSION') == "true")
|
2015-11-03 16:49:03 +01:00
|
|
|
+ kde_session = 1;
|
2011-01-28 18:09:26 +01:00
|
|
|
+
|
2012-08-28 20:40:50 +02:00
|
|
|
#ifdef HAVE_SHELL_SERVICE
|
|
|
|
this.updateSetDefaultBrowser();
|
2012-10-09 13:14:08 +02:00
|
|
|
#ifdef XP_WIN
|
|
|
|
// In Windows 8 we launch the control panel since it's the only
|
|
|
|
// way to get all file type association prefs. So we don't know
|
|
|
|
// when the user will select the default. We refresh here periodically
|
- 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
|
|
|
// in case the default changes. On other Windows OS's defaults can also
|
2012-11-20 21:34:15 +01:00
|
|
|
// be set while the prefs are open.
|
2016-09-20 18:19:47 +02:00
|
|
|
@@ -730,16 +736,27 @@ var gMainPane = {
|
- 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
|
|
|
let alwaysCheckPref = document.getElementById("browser.shell.checkDefaultBrowser");
|
|
|
|
alwaysCheckPref.value = true;
|
|
|
|
|
2012-08-28 20:40:50 +02:00
|
|
|
let shellSvc = getShellService();
|
|
|
|
if (!shellSvc)
|
|
|
|
return;
|
2014-12-02 23:01:52 +01:00
|
|
|
try {
|
|
|
|
shellSvc.setDefaultBrowser(true, false);
|
|
|
|
+ if (kde_session == 1) {
|
|
|
|
+ var shellObj = Components.classes["@mozilla.org/file/local;1"]
|
- 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
|
|
|
+ .createInstance(Components.interfaces.nsILocalFile);
|
2014-12-02 23:01:52 +01:00
|
|
|
+ shellObj.initWithPath("/usr/bin/kwriteconfig");
|
|
|
|
+ var process = Components.classes["@mozilla.org/process/util;1"]
|
- 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
|
|
|
+ .createInstance(Components.interfaces.nsIProcess);
|
2014-12-02 23:01:52 +01:00
|
|
|
+ process.init(shellObj);
|
|
|
|
+ var args = ["--file", "kdeglobals", "--group", "General", "--key",
|
2015-01-14 19:32:16 +01:00
|
|
|
+ "BrowserApplication", "firefox"];
|
2014-12-02 23:01:52 +01:00
|
|
|
+ process.run(false, args, args.length);
|
|
|
|
+ }
|
|
|
|
} catch (ex) {
|
2015-11-03 16:49:03 +01:00
|
|
|
Cu.reportError(ex);
|
2014-12-02 23:01:52 +01:00
|
|
|
return;
|
|
|
|
}
|
- 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
|
|
|
|
|
|
|
let selectedIndex = shellSvc.isDefaultBrowser(false, true) ? 1 : 0;
|
2012-10-09 13:14:08 +02:00
|
|
|
document.getElementById("setDefaultPane").selectedIndex = selectedIndex;
|
2011-01-28 18:09:26 +01:00
|
|
|
}
|
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
|
2016-04-27 09:09:13 +02:00
|
|
|
@@ -34,16 +34,18 @@ if CONFIG['OS_ARCH'] == 'WINNT':
|
2013-09-16 09:57:05 +02:00
|
|
|
]
|
|
|
|
elif CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
|
2014-02-03 16:34:42 +01:00
|
|
|
SOURCES += [
|
2013-09-16 09:57:05 +02:00
|
|
|
'nsMacShellService.cpp',
|
|
|
|
]
|
2016-08-03 00:00:28 +02:00
|
|
|
elif 'gtk' in CONFIG['MOZ_WIDGET_TOOLKIT']:
|
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
|
|
|
]
|
2010-01-08 01:32:43 +01:00
|
|
|
|
2014-02-03 16:34:42 +01:00
|
|
|
if SOURCES:
|
2014-03-18 20:44:32 +01:00
|
|
|
FINAL_LIBRARY = 'browsercomps'
|
2010-01-08 01:32:43 +01:00
|
|
|
|
2013-09-16 09:57:05 +02:00
|
|
|
EXTRA_COMPONENTS += [
|
|
|
|
'nsSetDefaultBrowser.js',
|
|
|
|
'nsSetDefaultBrowser.manifest',
|
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
|
2016-04-28 17:19:54 +02:00
|
|
|
@@ -0,0 +1,203 @@
|
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
|
2012-02-01 14:37:15 +01:00
|
|
|
+nsKDEShellService::IsDefaultBrowser(bool aStartupCheck,
|
2012-10-09 13:14:08 +02:00
|
|
|
+ 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;
|
2009-09-17 00:40:05 +02:00
|
|
|
+ if (aStartupCheck)
|
2012-03-01 10:09:12 +01:00
|
|
|
+ mCheckedThisSession = true;
|
|
|
|
+
|
|
|
|
+ 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" ));
|
|
|
|
+ command->AppendElement( str, false );
|
|
|
|
+
|
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" ));
|
|
|
|
+ command->AppendElement( cmdstr, false );
|
|
|
|
+
|
|
|
|
+ paramstr->SetData( aClaimAllTypes ? NS_LITERAL_CSTRING( "ALLTYPES" ) : NS_LITERAL_CSTRING( "NORMAL" ));
|
|
|
|
+ command->AppendElement( paramstr, false );
|
|
|
|
+
|
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
|
2012-03-01 10:09:12 +01:00
|
|
|
+nsKDEShellService::SetDesktopBackground(nsIDOMElement* aElement,
|
2009-09-17 00:40:05 +02:00
|
|
|
+ PRInt32 aPosition)
|
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
|
|
|
+
|
|
|
|
+ command->AppendElement( str, false );
|
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" ));
|
|
|
|
+ command->AppendElement( cmdstr, false );
|
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 );
|
|
|
|
+ command->AppendElement( appstr, false );
|
|
|
|
+ uristr->SetData( aURI );
|
|
|
|
+ command->AppendElement( uristr, false );
|
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::GetDefaultFeedReader(nsIFile** _retval)
|
2014-07-21 11:32:46 +02:00
|
|
|
+{
|
2012-11-20 21:34:15 +01:00
|
|
|
+ *_retval = nullptr;
|
2009-09-17 00:40:05 +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;
|
|
|
|
+
|
|
|
|
+ str->SetData( NS_LITERAL_CSTRING( "GETDEFAULTFEEDREADER" ));
|
|
|
|
+ command->AppendElement( str, false );
|
|
|
|
+
|
|
|
|
+ nsCOMPtr<nsIArray> output;
|
|
|
|
+ if( !nsKDEUtils::command( command, getter_AddRefs( output ) ) )
|
|
|
|
+ return NS_ERROR_FAILURE;
|
|
|
|
+
|
|
|
|
+ PRUint32 length;
|
|
|
|
+ output->GetLength( &length );
|
|
|
|
+ if( length != 1 )
|
|
|
|
+ return NS_ERROR_FAILURE;
|
|
|
|
+
|
|
|
|
+ nsCOMPtr<nsISupportsCString> resstr = do_QueryElementAt( output, 0 );
|
|
|
|
+ if( !resstr )
|
2009-09-17 00:40:05 +02:00
|
|
|
+ return NS_ERROR_FAILURE;
|
|
|
|
+
|
2013-02-19 20:24:59 +01:00
|
|
|
+ nsAutoCString path;
|
2012-03-01 10:09:12 +01:00
|
|
|
+ resstr->GetData( path );
|
2009-09-17 00:40:05 +02:00
|
|
|
+ if (path.IsEmpty())
|
|
|
|
+ return NS_ERROR_FAILURE;
|
|
|
|
+
|
|
|
|
+ nsresult rv;
|
2012-10-09 13:14:08 +02:00
|
|
|
+ nsCOMPtr<nsIFile> defaultReader =
|
2009-09-17 00:40:05 +02:00
|
|
|
+ do_CreateInstance("@mozilla.org/file/local;1", &rv);
|
|
|
|
+ NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
+
|
|
|
|
+ rv = defaultReader->InitWithNativePath(path);
|
|
|
|
+ NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
+
|
2012-02-01 14:37:15 +01:00
|
|
|
+ bool exists;
|
2009-09-17 00:40:05 +02:00
|
|
|
+ rv = defaultReader->Exists(&exists);
|
|
|
|
+ NS_ENSURE_SUCCESS(rv, rv);
|
|
|
|
+ if (!exists)
|
|
|
|
+ return NS_ERROR_FAILURE;
|
|
|
|
+
|
|
|
|
+ NS_ADDREF(*_retval = defaultReader);
|
|
|
|
+ return NS_OK;
|
2014-07-21 11:32:46 +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
|
2016-04-29 08:30:10 +02:00
|
|
|
@@ -0,0 +1,30 @@
|
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"
|
2009-09-17 00:40:05 +02:00
|
|
|
+#include "nsStringAPI.h"
|
2014-07-21 11:32:46 +02:00
|
|
|
+#include "mozilla/Attributes.h"
|
2009-09-17 00:40:05 +02:00
|
|
|
+
|
2016-04-29 08:30:10 +02:00
|
|
|
+class nsKDEShellService final : public nsIGNOMEShellService
|
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
|
2016-04-29 08:30:10 +02:00
|
|
|
+ NS_DECL_NSIGNOMESHELLSERVICE
|
2009-09-17 00:40:05 +02:00
|
|
|
+ NS_DECL_NSISHELLSERVICE
|
|
|
|
+
|
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)
|
|
|
|
+
|
|
|
|
+NS_METHOD
|
|
|
|
+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
|
|
|
+
|
|
|
|
+NS_METHOD
|
|
|
|
+nsUnixShellServiceConstructor(nsISupports *aOuter, REFNSIID aIID, void **aResult);
|
|
|
|
+
|
|
|
|
+#endif // nsunixshellservice_h____
|
2010-01-08 01:32:43 +01:00
|
|
|
diff --git a/browser/installer/package-manifest.in b/browser/installer/package-manifest.in
|
|
|
|
--- a/browser/installer/package-manifest.in
|
|
|
|
+++ b/browser/installer/package-manifest.in
|
2016-09-20 18:19:47 +02:00
|
|
|
@@ -676,16 +676,17 @@
|
2016-04-27 09:09:13 +02:00
|
|
|
@RESPATH@/greprefs.js
|
2016-01-26 23:39:03 +01:00
|
|
|
@RESPATH@/defaults/autoconfig/prefcalls.js
|
2015-12-17 01:06:36 +01:00
|
|
|
@RESPATH@/browser/defaults/permissions
|
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
|
2012-07-16 10:13:51 +02:00
|
|
|
+@BINPATH@/defaults/pref/kde.js
|
2010-01-08 01:32:43 +01: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]
|
2016-09-20 18:19:47 +02:00
|
|
|
; Style Sheets, Graphics and other Resources used by the layout engine.
|
|
|
|
@RESPATH@/res/EditorOverride.css
|
|
|
|
@RESPATH@/res/contenteditable.css
|