forked from pool/MozillaFirefox
- update to Firefox 38.0.6
* fixes bmo#1171730 which is not really relevant to oS builds - fix KDE regression from 38.0.5 builds (bsc#933439) OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=447
This commit is contained in:
parent
e03f1ffc2d
commit
d0dd48e06c
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jun 7 07:09:12 UTC 2015 - wr@rosenauer.org
|
||||
|
||||
- update to Firefox 38.0.6
|
||||
* fixes bmo#1171730 which is not really relevant to oS builds
|
||||
- fix KDE regression from 38.0.5 builds (bsc#933439)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 23 21:13:49 UTC 2015 - wr@rosenauer.org
|
||||
|
||||
|
@ -19,9 +19,9 @@
|
||||
|
||||
# changed with every update
|
||||
%define major 38
|
||||
%define mainver %major.0.5
|
||||
%define mainver %major.0.6
|
||||
%define update_channel release
|
||||
%define releasedate 2015052300
|
||||
%define releasedate 2015060500
|
||||
|
||||
# general build definitions
|
||||
%if "%{update_channel}" != "aurora"
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0c1fe834d0444ca621c835ee88d49fdb052e7fcf91c6e221183dfbaabdb4ddc8
|
||||
size 28420
|
||||
oid sha256:0cbb10f35168010d25744cee97c8cebfa0346f6fbd864b54b28e8be0cdc2c6f8
|
||||
size 28472
|
||||
|
@ -2,8 +2,8 @@
|
||||
|
||||
CHANNEL="release"
|
||||
BRANCH="releases/mozilla-$CHANNEL"
|
||||
RELEASE_TAG="FIREFOX_38_0_5_RELEASE"
|
||||
VERSION="38.0.5"
|
||||
RELEASE_TAG="FIREFOX_38_0_6_RELEASE"
|
||||
VERSION="38.0.6"
|
||||
|
||||
# mozilla
|
||||
if [ -d mozilla ]; then
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d629054a89fd1365267493c1b19d51e112143bab89c13b6b69c032596bb1a4e0
|
||||
size 155461356
|
3
firefox-38.0.6-source.tar.xz
Normal file
3
firefox-38.0.6-source.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cbd312631111b1cbee2b503161e8244849d5cdd613904fd9b6cd3ee66532e9b1
|
||||
size 155466612
|
@ -1,11 +1,11 @@
|
||||
# HG changeset patch
|
||||
# Parent db8f62578ee4614fc23c628b523e2bc7ae92ea04
|
||||
# Parent 14be97741eabce611c291418a4c1774cae8b29ff
|
||||
|
||||
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
|
||||
@@ -0,0 +1,1302 @@
|
||||
@@ -0,0 +1,1311 @@
|
||||
+#filter substitution
|
||||
+<?xml version="1.0"?>
|
||||
+# -*- Mode: HTML -*-
|
||||
@ -738,9 +738,9 @@ new file mode 100644
|
||||
+ fullscreentoolbar="true" mode="icons" customizable="true"
|
||||
+ iconsize="small"
|
||||
+#ifdef MOZ_DEV_EDITION
|
||||
+ defaultset="urlbar-container,search-container,developer-button,bookmarks-menu-button,downloads-button,home-button,loop-button"
|
||||
+ defaultset="urlbar-container,search-container,developer-button,bookmarks-menu-button,pocket-button,downloads-button,home-button,loop-button"
|
||||
+#else
|
||||
+ defaultset="urlbar-container,search-container,bookmarks-menu-button,downloads-button,home-button,loop-button"
|
||||
+ defaultset="urlbar-container,search-container,bookmarks-menu-button,pocket-button,downloads-button,home-button,loop-button"
|
||||
+#endif
|
||||
+ customizationtarget="nav-bar-customization-target"
|
||||
+ overflowable="true"
|
||||
@ -890,6 +890,7 @@ new file mode 100644
|
||||
+ oncommand="BookmarksEventHandler.onCommand(event, this.parentNode._placesView);"
|
||||
+ onclick="BookmarksEventHandler.onClick(event, this.parentNode._placesView);"
|
||||
+ onpopupshowing="BookmarkingUI.onPopupShowing(event);
|
||||
+ BookmarkingUI.updatePocketItemVisibility('BMB_');
|
||||
+ BookmarkingUI.attachPlacesView(event, this);"
|
||||
+ tooltip="bhTooltip" popupsinherittooltip="true">
|
||||
+ <menuitem id="BMB_viewBookmarksSidebar"
|
||||
@ -906,6 +907,11 @@ new file mode 100644
|
||||
+ command="Browser:ShowAllBookmarks"
|
||||
+ key="manBookmarkKb"/>
|
||||
+ <menuseparator/>
|
||||
+ <menuitem id="BMB_pocket"
|
||||
+ class="menuitem-iconic bookmark-item subviewbutton"
|
||||
+ label="&pocketMenuitem.label;"
|
||||
+ oncommand="openUILink(Pocket.listURL, event);"/>
|
||||
+ <menuseparator id="BMB_pocketSeparator"/>
|
||||
+ <menuitem id="BMB_subscribeToPageMenuitem"
|
||||
+#ifndef XP_MACOSX
|
||||
+ class="menuitem-iconic subviewbutton"
|
||||
@ -1307,6 +1313,9 @@ new file mode 100644
|
||||
+# starting with an empty iframe here in browser.xul from a Ts standpoint.
|
||||
+</deck>
|
||||
+
|
||||
+<script type="application/javascript" src="chrome://browser/content/pocket/pktApi.js"/>
|
||||
+<script type="application/javascript" src="chrome://browser/content/pocket/main.js"/>
|
||||
+
|
||||
+</window>
|
||||
diff --git a/browser/base/content/browser.xul b/browser/base/content/browser.xul
|
||||
--- a/browser/base/content/browser.xul
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9cab21fe56816a221118bda8664d8ccdd5cc922f64fa3ef1a18bc7cfd8a89f21
|
||||
size 42059840
|
3
l10n-38.0.6.tar.xz
Normal file
3
l10n-38.0.6.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:feb36822b5fe564a6386b5c6cb94f1f6c2ae26b4248118e05d949eea354c1577
|
||||
size 42055888
|
@ -1,2 +1,2 @@
|
||||
REV=f6680de4071d
|
||||
REV=76f8f33b6577
|
||||
REPO=http://hg.mozilla.org/releases/mozilla-release
|
||||
|
Loading…
Reference in New Issue
Block a user