forked from pool/MozillaFirefox
f0b77e0133
* Fix an issue with addons when using a path containing non-ascii characters (bmo#1389160) * Fix file uploads to some websites, including YouTube (bmo#1383518) - fix Google API key build integration - add mozilla-ucontext.patch to fix Tumbleweed build - do not enable XINPUT2 for now (boo#1053959) - update to Firefox 55.0.1 * Fix a regression the tab restoration process (bmo#1388160) * Fix a problem causing What's new pages not to be displayed (bmo#1386224) * Fix a rendering issue with some PKCS#11 libraries (bmo#1388370) * Disable the predictor prefetch (bmo#1388160) - update to Firefox 55.0 (boo#1052829) * Browsing sessions with a high number of tabs are now restored in an instant * Sidebar (bookmarks, history, synced tabs) can now be moved to the right edge of the window * Fine-tune your browser performance from the Preferences/Options page. * Make screenshots of webpages, and save them locally or upload them to the cloud. This feature will undergo A/B testing and will not be visible for some users. * Added Belarusian (be) locale * Simplify print jobs from within print preview * Use virtual reality devices with the web with the introduction of WebVR * Search suggestions are now enabled by default for users who haven't explicitly opted-out * Search with any installed search engine directly from the OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaFirefox?expand=0&rev=601
58 lines
2.1 KiB
Diff
58 lines
2.1 KiB
Diff
# HG changeset patch
|
|
# Parent e0751ad74e835e80041a61ea00c2a63bf6fbe2de
|
|
# Parent 6309c3625e39216f9cf5a7a35cbf6932adfabc1d
|
|
|
|
diff --git a/browser/branding/branding-common.mozbuild b/browser/branding/branding-common.mozbuild
|
|
--- a/browser/branding/branding-common.mozbuild
|
|
+++ b/browser/branding/branding-common.mozbuild
|
|
@@ -41,18 +41,24 @@ def FirefoxBranding():
|
|
'disk.icns',
|
|
'document.icns',
|
|
'dsstore',
|
|
'firefox.icns',
|
|
]
|
|
elif 'gtk' in CONFIG['MOZ_WIDGET_TOOLKIT']:
|
|
BRANDING_FILES += [
|
|
'default16.png',
|
|
+ 'default22.png',
|
|
+ 'default24.png',
|
|
+ 'default256.png',
|
|
'default32.png',
|
|
'default48.png',
|
|
'mozicon128.png',
|
|
]
|
|
FINAL_TARGET_FILES.icons += ['mozicon128.png']
|
|
FINAL_TARGET_FILES.chrome.icons.default += [
|
|
'default16.png',
|
|
+ 'default22.png',
|
|
+ 'default24.png',
|
|
+ 'default256.png',
|
|
'default32.png',
|
|
'default48.png',
|
|
]
|
|
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
|
|
@@ -599,18 +599,21 @@
|
|
@RESPATH@/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/chrome.manifest
|
|
@RESPATH@/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf
|
|
@RESPATH@/chrome/toolkit@JAREXT@
|
|
@RESPATH@/chrome/toolkit.manifest
|
|
@RESPATH@/chrome/recording.manifest
|
|
@RESPATH@/chrome/recording/*
|
|
#ifdef MOZ_GTK
|
|
@RESPATH@/browser/chrome/icons/default/default16.png
|
|
+@RESPATH@/browser/chrome/icons/default/default22.png
|
|
+@RESPATH@/browser/chrome/icons/default/default24.png
|
|
@RESPATH@/browser/chrome/icons/default/default32.png
|
|
@RESPATH@/browser/chrome/icons/default/default48.png
|
|
+@RESPATH@/browser/chrome/icons/default/default256.png
|
|
#endif
|
|
@RESPATH@/browser/features/*
|
|
|
|
; [Webide Files]
|
|
@RESPATH@/browser/chrome/webide@JAREXT@
|
|
@RESPATH@/browser/chrome/webide.manifest
|
|
@RESPATH@/browser/@PREF_DIR@/webide-prefs.js
|
|
|