forked from pool/MozillaFirefox
4.0b11
OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=188
This commit is contained in:
parent
5a3ded7226
commit
d6b10aedc3
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 2 19:16:15 UTC 2011 - wr@rosenauer.org
|
||||
|
||||
- update to version 4.0b11
|
||||
- rebased patches
|
||||
- disable testpilot
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 28 08:56:12 UTC 2011 - wr@rosenauer.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package MozillaFirefox
|
||||
# spec file for package MozillaFirefox (Version 4.0b11)
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# 2006-2011 Wolfgang Rosenauer
|
||||
@ -24,22 +24,22 @@
|
||||
Name: MozillaFirefox
|
||||
%define use_xulrunner 1
|
||||
%define xulrunner mozilla-xulrunner20
|
||||
BuildRequires: Mesa-devel autoconf213 fdupes gcc-c++ libcurl-devel libgnomeui-devel libidl-devel libnotify-devel python unzip update-desktop-files yasm zip
|
||||
BuildRequires: autoconf213 gcc-c++ libcurl-devel libgnomeui-devel libidl-devel libnotify-devel python unzip update-desktop-files zip fdupes Mesa-devel yasm
|
||||
%if %suse_version > 1110
|
||||
BuildRequires: libiw-devel
|
||||
%else
|
||||
BuildRequires: wireless-tools
|
||||
%endif
|
||||
%if 0%{?use_xulrunner}
|
||||
BuildRequires: %{xulrunner}-devel = 2.0b10
|
||||
BuildRequires: %{xulrunner}-devel = 2.0b11
|
||||
%endif
|
||||
License: GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
|
||||
Version: %{mainver}b10
|
||||
Release: 2
|
||||
Version: %{mainver}b11
|
||||
Release: 1
|
||||
Provides: web_browser
|
||||
Provides: firefox = %{version}-%{release}
|
||||
Provides: firefox = %{mainver}
|
||||
%define releasedate 2011012100
|
||||
%define releasedate 2011020200
|
||||
Summary: Mozilla Firefox Web Browser
|
||||
Url: http://www.mozilla.org/
|
||||
Group: Productivity/Networking/Web/Browsers
|
||||
@ -121,7 +121,6 @@ Requires: perl(Archive::Zip)
|
||||
Development files for Firefox to make packaging of addons easier.
|
||||
|
||||
%if %localize
|
||||
|
||||
%package translations-common
|
||||
Summary: Common translations for MozillaFirefox
|
||||
License: GPLv2+ ; LGPLv2.1+ ; MPLv1.1+
|
||||
@ -221,7 +220,7 @@ ac_add_options --disable-installer
|
||||
ac_add_options --disable-updater
|
||||
ac_add_options --disable-tests
|
||||
ac_add_options --disable-debug
|
||||
ac_add_options --enable-update-channel=beta
|
||||
#ac_add_options --enable-update-channel=beta
|
||||
EOF
|
||||
%if 0%{?use_xulrunner}
|
||||
cat << EOF >> $MOZCONFIG
|
||||
@ -445,7 +444,6 @@ exit 0
|
||||
%config /etc/rpm/macros.%{progname}
|
||||
|
||||
%if %localize
|
||||
|
||||
%files translations-common -f %{_tmppath}/translations.common
|
||||
%defattr(-,root,root)
|
||||
%dir %{progdir}
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ce16a17951d11c7e2f71295d2157bb2c629be8bacdcf5647009882853c1278ca
|
||||
size 23437
|
||||
oid sha256:915da5eead0f6a965b1b2ccf7e8100241523ccdbc31220d93d383bd27e1f06fe
|
||||
size 23432
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2755ab185e80436ba03a3a225d86f0bc8f0293de583b665635c8b7294732f2b1
|
||||
size 64278065
|
3
firefox-4.0b11-source.tar.bz2
Normal file
3
firefox-4.0b11-source.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:41bf820a434f70ef3178d7753c28941d022a9af46b7b31d907c0a5ba9371cdd1
|
||||
size 65121098
|
@ -9,13 +9,13 @@ https://bugzilla.novell.com/show_bug.cgi?id=561027
|
||||
diff --git a/browser/themes/gnomestripe/browser/browser.css b/browser/themes/gnomestripe/browser/browser.css
|
||||
--- a/browser/themes/gnomestripe/browser/browser.css
|
||||
+++ b/browser/themes/gnomestripe/browser/browser.css
|
||||
@@ -811,16 +811,30 @@ toolbar[iconsize="small"] #fullscreen-bu
|
||||
-moz-margin-end: 3px;
|
||||
@@ -990,16 +990,30 @@ toolbar[iconsize="small"] #feed-button {
|
||||
}
|
||||
|
||||
#PopupAutoComplete,
|
||||
#PopupAutoCompleteRichResult {
|
||||
direction: ltr !important;
|
||||
.urlbar-over-link-host-label,
|
||||
.urlbar-over-link-path-label {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
+#PopupAutoCompleteRichResult .autocomplete-richlistitem {
|
||||
@ -32,11 +32,11 @@ diff --git a/browser/themes/gnomestripe/browser/browser.css b/browser/themes/gno
|
||||
+ color: -moz-Fieldtext !important;
|
||||
+}
|
||||
+
|
||||
#PopupAutoComplete:-moz-locale-dir(rtl) > tree > treerows {
|
||||
direction: rtl;
|
||||
}
|
||||
|
||||
#PopupAutoComplete .autocomplete-treebody {
|
||||
direction: ltr;
|
||||
/* Favicon */
|
||||
#page-proxy-favicon,
|
||||
#urlbar-throbber {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
#page-proxy-stack {
|
||||
|
@ -23,7 +23,7 @@ diff --git a/browser/base/content/browser-kde.xul b/browser/base/content/browser
|
||||
new file mode 100644
|
||||
--- /dev/null
|
||||
+++ b/browser/base/content/browser-kde.xul
|
||||
@@ -0,0 +1,1062 @@
|
||||
@@ -0,0 +1,1066 @@
|
||||
+#filter substitution
|
||||
+<?xml version="1.0"?>
|
||||
+# -*- Mode: HTML -*-
|
||||
@ -597,7 +597,9 @@ new file mode 100644
|
||||
+ </hbox>
|
||||
+ </hbox>
|
||||
+ </box>
|
||||
+ <box id="urlbar-display-box" align="center">
|
||||
+ <label id="urlbar-display" value="&urlbar.switchToTab.label;"/>
|
||||
+ </box>
|
||||
+ <hbox id="urlbar-icons">
|
||||
+ <image id="page-report-button"
|
||||
+ class="urlbar-icon"
|
||||
@ -673,8 +675,8 @@ new file mode 100644
|
||||
+ placespopup="true"
|
||||
+ context="placesContext"
|
||||
+ openInTabs="children"
|
||||
+ oncommand="BookmarksEventHandler.onCommand(event);"
|
||||
+ onclick="BookmarksEventHandler.onClick(event);"
|
||||
+ oncommand="BookmarksEventHandler.onCommand(event, this.parentNode._placesView);"
|
||||
+ onclick="BookmarksEventHandler.onClick(event, this.parentNode._placesView);"
|
||||
+ onpopupshowing="BookmarksMenuButton.onPopupShowing(event);
|
||||
+ if (!this.parentNode._placesView)
|
||||
+ new PlacesMenu(event, 'place:folder=BOOKMARKS_MENU');"
|
||||
@ -773,8 +775,8 @@ new file mode 100644
|
||||
+ <hbox flex="1"
|
||||
+ id="PlacesToolbar"
|
||||
+ context="placesContext"
|
||||
+ onclick="BookmarksEventHandler.onClick(event);"
|
||||
+ oncommand="BookmarksEventHandler.onCommand(event);"
|
||||
+ onclick="BookmarksEventHandler.onClick(event, this._placesView);"
|
||||
+ oncommand="BookmarksEventHandler.onCommand(event, this._placesView);"
|
||||
+ tooltip="bhTooltip"
|
||||
+ popupsinherittooltip="true">
|
||||
+ <toolbarbutton class="bookmark-item bookmarks-toolbar-customize"
|
||||
@ -1005,6 +1007,7 @@ new file mode 100644
|
||||
+ contentcontextmenu="contentAreaContextMenu"
|
||||
+ autocompletepopup="PopupAutoComplete"
|
||||
+ onclick="return contentAreaClick(event, false);"/>
|
||||
+ <statuspanel id="statusbar-display" label=""/>
|
||||
+ </vbox>
|
||||
+ <vbox id="browser-border-end" hidden="true" layer="true"/>
|
||||
+ </hbox>
|
||||
@ -1018,7 +1021,8 @@ new file mode 100644
|
||||
+ mode="icons" iconsize="small" defaulticonsize="small"
|
||||
+ lockiconsize="true"
|
||||
+ defaultset="addonbar-closebutton,spring,status-bar"
|
||||
+ customizable="true">
|
||||
+ customizable="true"
|
||||
+ key="key_toggleAddonBar">
|
||||
+ <toolbarbutton id="addonbar-closebutton"
|
||||
+ tooltiptext="&addonBarCloseButton.tooltip;"
|
||||
+ oncommand="setToolbarVisibility(this.parentNode, false);"/>
|
||||
@ -1089,10 +1093,10 @@ new file mode 100644
|
||||
diff --git a/browser/base/jar.mn b/browser/base/jar.mn
|
||||
--- a/browser/base/jar.mn
|
||||
+++ b/browser/base/jar.mn
|
||||
@@ -20,16 +20,18 @@ browser.jar:
|
||||
* content/browser/aboutHome.xhtml (content/aboutHome.xhtml)
|
||||
* content/browser/aboutHome.js (content/aboutHome.js)
|
||||
@@ -22,16 +22,18 @@ browser.jar:
|
||||
* content/browser/aboutHome.css (content/aboutHome.css)
|
||||
content/browser/aboutHome-restore-icon.png (content/aboutHome-restore-icon.png)
|
||||
content/browser/aboutHome-restore-icon-rtl.png (content/aboutHome-restore-icon-rtl.png)
|
||||
content/browser/aboutRobots-icon.png (content/aboutRobots-icon.png)
|
||||
content/browser/aboutRobots-widget-left.png (content/aboutRobots-widget-left.png)
|
||||
* content/browser/browser.css (content/browser.css)
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:50830c01fa3cec2e14d832abc311cd4499b97f617c62431b54552c9a7a7ea557
|
||||
size 39774011
|
3
l10n-4.0b11.tar.bz2
Normal file
3
l10n-4.0b11.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e3aa0f86394aa917834ed5d8f1ac0ab56c0feb8cd641f81b4b1a346bfdebe0f8
|
||||
size 39765395
|
Loading…
Reference in New Issue
Block a user