Updating link to change in openSUSE:Factory/MozillaFirefox revision 74.0

OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=a156bf638639099dc1ddb1d75d2d73b9
This commit is contained in:
OBS User buildservice-autocommit 2009-12-16 11:12:23 +00:00 committed by Git OBS Bridge
parent 9746272a18
commit 4af19f7a81
7 changed files with 62 additions and 150 deletions

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Dec 3 21:53:59 CET 2009 - wr@rosenauer.org
- security update to version 3.5.6 (bnc#559807)
* MFSA 2009-65/CVE-2009-3979/CVE-2009-3980/CVE-2009-3982
Crashes with evidence of memory corruption (rv:1.9.1.6)
* MFSA 2009-66/CVE-2009-3388 (bmo#504843,bmo#523816)
Memory safety fixes in liboggplay media library
* MFSA 2009-67/CVE-2009-3389 (bmo#515882,bmo#504613)
Integer overflow, crash in libtheora video library
* MFSA 2009-68/CVE-2009-3983 (bmo#487872)
NTLM reflection vulnerability
* MFSA 2009-69/CVE-2009-3984/CVE-2009-3985 (bmo#521461,bmo#514232)
Location bar spoofing vulnerabilities
* MFSA 2009-70/VE-2009-3986 (bmo#522430)
Privilege escalation via chrome window.opener
- fixed firefox-browser-css.patch (bnc#561027)
-------------------------------------------------------------------
Mon Nov 23 22:31:21 CET 2009 - wr@rosenauer.org

View File

@ -1,5 +1,5 @@
#
# spec file for package MozillaFirefox (Version 3.5.5)
# spec file for package MozillaFirefox (Version 3.5.6)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2006-2009 Wolfgang Rosenauer
@ -21,15 +21,15 @@
Name: MozillaFirefox
BuildRequires: autoconf213 gcc-c++ libgnomeui-devel libidl-devel orbit-devel python unzip update-desktop-files zip
BuildRequires: mozilla-xulrunner191-devel = 1.9.1.5
BuildRequires: mozilla-xulrunner191-devel = 1.9.1.6
%if %suse_version > 1020
BuildRequires: fdupes
%endif
License: GPL v2 or later ; LGPL v2.1 or later ; MPL 1.1 or later
Provides: web_browser
Provides: firefox
Version: 3.5.5
Release: 2
Version: 3.5.6
Release: 1
Summary: Mozilla Firefox Web Browser
Url: http://www.mozilla.org/
Group: Productivity/Networking/Web/Browsers
@ -70,7 +70,7 @@ Requires: %{name}-branding = 3.5
%define __find_requires sh %{SOURCE4}
%global provfind sh -c "grep -v '.so' | %__find_provides"
%global __find_provides %provfind
%define releasedate 2009110300
%define releasedate 2009120100
%define progname firefox
%define progdir %{_prefix}/%_lib/%{progname}
%if %suse_version > 1020

View File

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

View File

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

View File

@ -1,148 +1,42 @@
From: Jakub Steiner <jimmac@novell.com>
From: Jakub Steiner <jimmac@novell.com>, Wolfgang Rosenauer <wr@rosenauer.org
Subject: make style compatible with dark themes
References:
https://bugzilla.novell.com/show_bug.cgi?id=503351
https://bugzilla.mozilla.org/show_bug.cgi?id=478632
wr: changed because of
https://bugzilla.novell.com/show_bug.cgi?id=561027
diff --git a/browser/base/content/browser.css b/browser/base/content/browser.css
--- a/browser/base/content/browser.css
+++ b/browser/base/content/browser.css
@@ -4,42 +4,87 @@
searchbar {
-moz-binding: url("chrome://browser/content/search/search.xml#searchbar");
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
@@ -837,16 +837,30 @@ toolbar[iconsize="small"] #paste-button[
#PopupAutoComplete[chromedir="rtl"] > tree > treerows {
direction: rtl;
}
tabbrowser {
-moz-binding: url("chrome://browser/content/tabbrowser.xml#tabbrowser");
#PopupAutoComplete .autocomplete-treebody {
direction: ltr;
}
+ /* Remove focus lines from tabs */
+
+ .tabbrowser-tab > .tab-text {
+ border: 1px dotted transparent !important;
+ }
+
+
toolbar[printpreview="true"] {
-moz-binding: url("chrome://global/content/printPreviewBindings.xml#printpreviewtoolbar");
}
toolbarpaletteitem[place="palette"] > toolbaritem > hbox[type="places"] {
display: none;
}
/* ::::: location bar ::::: */
#urlbar {
-moz-binding: url(chrome://browser/content/urlbarBindings.xml#urlbar);
+ -moz-appearance: textfield !important;
}
+ #urlbar .autocomplete-textbox-container {
+#PopupAutoCompleteRichResult .autocomplete-richlistitem {
+ background-color: -moz-Field !important;
+ -moz-appearance: none !important;
+ }
+
+ #urlbar > .autocomplete-history-dropmarker {
+ -moz-appearance: toolbarbutton-dropdown !important;
+ margin: 0px 3px 0px 5px !important;
+ }
+
#wrapper-urlbar-container #urlbar {
-moz-user-input: disabled;
cursor: -moz-grab;
}
#PopupAutoComplete {
-moz-binding: url("chrome://browser/content/urlbarBindings.xml#browser-autocomplete-result-popup");
}
#PopupAutoCompleteRichResult {
-moz-binding: url("chrome://browser/content/urlbarBindings.xml#urlbar-rich-result-popup");
}
+ #PopupAutoCompleteRichResult .autocomplete-richlistitem
+ {
+ background: -moz-Field !important;
+ }
+
+ #PopupAutoCompleteRichResult .autocomplete-richlistitem[selected="true"]
+ {
+ background: Highlight !important;
+}
+
+#PopupAutoCompleteRichResult .autocomplete-richlistitem[selected="true"],
+ #PopupAutoCompleteRichResult .autocomplete-richlistitem[selected="true"] *
+ {
+#PopupAutoCompleteRichResult .autocomplete-richlistitem[selected="true"] * {
+ color: HighlightText !important;
+ background: Highlight !important;
+}
+
+ .ac-title
+ {
+.ac-title {
+ color: -moz-Fieldtext !important;
+}
+
+ #PopupAutoComplete .autocomplete-treebody {
+ background-color: -moz-Field !important;
+ color: -moz-Fieldtext !important;
+ }
+
+
#page-report-button:not([blocked]) {
display: none;
/* Favicon */
#page-proxy-favicon,
#urlbar-throbber {
width: 16px;
height: 16px;
}
#urlbar-throbber:not([busy="true"]),
#urlbar-throbber[busy="true"] + #page-proxy-favicon {
display: none;
}
@@ -59,16 +104,31 @@ toolbarpaletteitem[place="palette"] > to
visibility: collapse;
}
#identity-box > hbox {
max-width: 22em;
min-width: 1px;
}
+/* Identity/Bookmark pop-up improvements */
+
+ #identity-popup-container {
+ -moz-appearance: dialog !important;
+ }
+
+ #editBookmarkPanel {
+ -moz-appearance: dialog !important;
+ }
+
+ #editBMPanel_foldersExpander, #editBMPanel_tagsSelectorExpander {
+ -moz-appearance: menulist-button !important;
+ }
+
+
/* ::::: Unified Back-/Forward Button ::::: */
#back-forward-dropmarker > image ,
#back-forward-dropmarker > label {
display: none;
}
.unified-nav-current {
font-weight: bold;
}
@@ -154,8 +214,18 @@ window[chromehidden~="toolbar"] toolbar:
display: inline-block;
}
%endif
/* Bug 483950 - Hide domain name in status bar pending removal */
#security-button > label {
display: none;
}
+
+
+/* Support for Fission add-on */
+
+#urlbar[fission="fusion"] > #statusbar-icon > .progress-bar {
+ background-color: Highlight !important;
+ -moz-appearance: progresschunk !important;
+ opacity: 0.4 !important;
+ margin: 1px !important;
+}
#page-proxy-stack {

View File

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

3
l10n-3.5.6.tar.bz2 Normal file
View File

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