- 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:
Wolfgang Rosenauer 2015-06-07 20:02:48 +00:00 committed by Git OBS Bridge
parent e03f1ffc2d
commit d0dd48e06c
10 changed files with 33 additions and 17 deletions

View File

@ -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 Sat May 23 21:13:49 UTC 2015 - wr@rosenauer.org

View File

@ -19,9 +19,9 @@
# changed with every update # changed with every update
%define major 38 %define major 38
%define mainver %major.0.5 %define mainver %major.0.6
%define update_channel release %define update_channel release
%define releasedate 2015052300 %define releasedate 2015060500
# general build definitions # general build definitions
%if "%{update_channel}" != "aurora" %if "%{update_channel}" != "aurora"

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:0c1fe834d0444ca621c835ee88d49fdb052e7fcf91c6e221183dfbaabdb4ddc8 oid sha256:0cbb10f35168010d25744cee97c8cebfa0346f6fbd864b54b28e8be0cdc2c6f8
size 28420 size 28472

View File

@ -2,8 +2,8 @@
CHANNEL="release" CHANNEL="release"
BRANCH="releases/mozilla-$CHANNEL" BRANCH="releases/mozilla-$CHANNEL"
RELEASE_TAG="FIREFOX_38_0_5_RELEASE" RELEASE_TAG="FIREFOX_38_0_6_RELEASE"
VERSION="38.0.5" VERSION="38.0.6"
# mozilla # mozilla
if [ -d mozilla ]; then if [ -d mozilla ]; then

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d629054a89fd1365267493c1b19d51e112143bab89c13b6b69c032596bb1a4e0
size 155461356

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cbd312631111b1cbee2b503161e8244849d5cdd613904fd9b6cd3ee66532e9b1
size 155466612

View File

@ -1,11 +1,11 @@
# HG changeset patch # HG changeset patch
# Parent db8f62578ee4614fc23c628b523e2bc7ae92ea04 # Parent 14be97741eabce611c291418a4c1774cae8b29ff
diff --git a/browser/base/content/browser-kde.xul b/browser/base/content/browser-kde.xul diff --git a/browser/base/content/browser-kde.xul b/browser/base/content/browser-kde.xul
new file mode 100644 new file mode 100644
--- /dev/null --- /dev/null
+++ b/browser/base/content/browser-kde.xul +++ b/browser/base/content/browser-kde.xul
@@ -0,0 +1,1302 @@ @@ -0,0 +1,1311 @@
+#filter substitution +#filter substitution
+<?xml version="1.0"?> +<?xml version="1.0"?>
+# -*- Mode: HTML -*- +# -*- Mode: HTML -*-
@ -738,9 +738,9 @@ new file mode 100644
+ fullscreentoolbar="true" mode="icons" customizable="true" + fullscreentoolbar="true" mode="icons" customizable="true"
+ iconsize="small" + iconsize="small"
+#ifdef MOZ_DEV_EDITION +#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 +#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 +#endif
+ customizationtarget="nav-bar-customization-target" + customizationtarget="nav-bar-customization-target"
+ overflowable="true" + overflowable="true"
@ -890,6 +890,7 @@ new file mode 100644
+ oncommand="BookmarksEventHandler.onCommand(event, this.parentNode._placesView);" + oncommand="BookmarksEventHandler.onCommand(event, this.parentNode._placesView);"
+ onclick="BookmarksEventHandler.onClick(event, this.parentNode._placesView);" + onclick="BookmarksEventHandler.onClick(event, this.parentNode._placesView);"
+ onpopupshowing="BookmarkingUI.onPopupShowing(event); + onpopupshowing="BookmarkingUI.onPopupShowing(event);
+ BookmarkingUI.updatePocketItemVisibility('BMB_');
+ BookmarkingUI.attachPlacesView(event, this);" + BookmarkingUI.attachPlacesView(event, this);"
+ tooltip="bhTooltip" popupsinherittooltip="true"> + tooltip="bhTooltip" popupsinherittooltip="true">
+ <menuitem id="BMB_viewBookmarksSidebar" + <menuitem id="BMB_viewBookmarksSidebar"
@ -906,6 +907,11 @@ new file mode 100644
+ command="Browser:ShowAllBookmarks" + command="Browser:ShowAllBookmarks"
+ key="manBookmarkKb"/> + key="manBookmarkKb"/>
+ <menuseparator/> + <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" + <menuitem id="BMB_subscribeToPageMenuitem"
+#ifndef XP_MACOSX +#ifndef XP_MACOSX
+ class="menuitem-iconic subviewbutton" + 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. +# starting with an empty iframe here in browser.xul from a Ts standpoint.
+</deck> +</deck>
+ +
+<script type="application/javascript" src="chrome://browser/content/pocket/pktApi.js"/>
+<script type="application/javascript" src="chrome://browser/content/pocket/main.js"/>
+
+</window> +</window>
diff --git a/browser/base/content/browser.xul b/browser/base/content/browser.xul diff --git a/browser/base/content/browser.xul b/browser/base/content/browser.xul
--- a/browser/base/content/browser.xul --- a/browser/base/content/browser.xul

View File

@ -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
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:feb36822b5fe564a6386b5c6cb94f1f6c2ae26b4248118e05d949eea354c1577
size 42055888

View File

@ -1,2 +1,2 @@
REV=f6680de4071d REV=76f8f33b6577
REPO=http://hg.mozilla.org/releases/mozilla-release REPO=http://hg.mozilla.org/releases/mozilla-release