pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/www/firefox firefox: Update to 89.0.2



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e95575df774f
branches:  trunk
changeset: 455223:e95575df774f
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed Jun 30 15:09:55 2021 +0000

description:
firefox: Update to 89.0.2

Changelog:
89.0.2
Fixed

  * Fix occasional hangs with Software WebRender on Linux (bug 1708224)

89.0.1
Fixed

  * Windows: Resolved an issue causing some screen readers to not interact
    correctly with Firefox anymore (bug 1714212)

  * Updated translations, including full Spanish (Mexico) localization and
    other improvements (bug 1714946)

  * Fix various font related regressions (bug 1694174)

  * Linux: Fix performance and stability regressions with WebRender (bug
    1715895, bug 1715902)

  * macOS: Fix screen flickering when scrolling a page on an external monitor (
    bug 1715452)

  * Enterprise: Fix for the DisableDeveloperTools policy not having effect
    anymore (bug 1715777)

  * Linux: Fix broken scrollbars on some GTK themes (bug 1714103)

  * Various stability and security fixes.

Security fixes:
#CVE-2021-29968: Out of bounds read when drawing text characters onto a Canvas

89.0
New

  * Say hello to a fresh new Firefox, designed to get you where you want to go
    even faster. We??ve redesigned and modernized the core experience to be
    cleaner, more inviting, and easier to use.

    Beginning in 89, you??ll notice a number of changes, including:

    Simplified browser chrome and toolbar: Less frequently used items removed
    to focus on the most important navigation items.

    Simplified browser chrome and toolbar screenshot

    Clear, streamlined menus: Re-organized and prioritized menu content
    according to usage. Updated labels and removed iconography.

    Clear, streamlined menus screenshot

    Updated prompts: Infobars, panels, and modals have a cleaner design and
    clearer language.

    Updated prompts screenshot

    Inspired tab design: Floating tabs neatly contain information and surface
    cues when you need them, like visual indicators for audio controls. The
    rounded design of the active tab supports focus and signals the ability to
    easily move the tab as needed.

    Inspired tab design screenshot

    Fewer interruptions: Reduced number of alerts and messages, so you can
    browse with fewer distractions.

    Cohesive, calmer visuals: Lighter iconography, a refined color palette, and
    more consistent styling throughout.

    This release also includes enhancements to our privacy offerings:

      + We??ve enhanced the privacy of the Firefox Browser??s Private Browsing
        mode with Total Cookie Protection, which confines cookies to the site
        where they were created, preventing companies from using cookies to
        track your browsing across sites. This feature was originally launched
        in Firefox??s ETP Strict mode.
  * For macOS users, we're introducing the elastic overscroll effect known from
    many other applications. A gentle bouncing animation will indicate that you
    reached the end of the page.

    In addition, we added support for smart zoom. Double-tap with two fingers
    on your trackpad, or with a single finger on your Magic Mouse, to zoom the
    content below your cursor into focus.

  * Native context menus: Context menus on macOS are now native and support
    Dark Mode.

    macOS native context menus screenshot

  * WebRender is now enabled on Linux with the NVIDIA binary driver and on all
    desktop environments

#

Fixed

  * Colors in Firefox on macOS will no longer be saturated on wide gamut
    displays, untagged images are properly treated as sRGB, and colors in
    images tagged as sRGB will now match CSS colors.

  * In full screen mode on macOS, moving your mouse to the top of the screen
    will no longer hide your tabs behind the system menu bar.

  * Also in full screen mode on macOS, it is now possible to hide the browser
    toolbars for a fully immersive full screen experience. This brings macOS in
    line with Windows and Linux.

  * Various stability and security fixes.

#

Changed

  * Introducing a non-native implementation of web form controls, which
    delivers a new modern design and some improvements to page load
    performance. Watch for layout bugs in web pages that make assumptions about
    the dimensions or styling of form controls.

  * The screenshots feature is available in the right-click context menu. You
    can also add a screenshots shortcut to your toolbar. Learn more.

Security fixes:
#CVE-2021-29965: Password Manager on Firefox for Android susceptible to domain
 spoofing
#CVE-2021-29960: Filenames printed from private browsing mode incorrectly
 retained in preferences
#CVE-2021-29961: Firefox UI spoof using `<select>` elements and CSS scaling
#CVE-2021-29963: Shared cookies for search suggestions in private browsing mode
#CVE-2021-29964: Out of bounds-read when parsing a `WM_COPYDATA` message
#CVE-2021-29959: Devices could be re-enabled without additional permission
 prompt
#CVE-2021-29962: No rate-limiting for popups on Firefox for Android
#CVE-2021-29967: Memory safety bugs fixed in Firefox 89 and Firefox ESR 78.11
#CVE-2021-29966: Memory safety bugs fixed in Firefox 89

diffstat:

 www/firefox/Makefile                                                                                    |   15 +-
 www/firefox/PLIST                                                                                       |  225 +++++----
 www/firefox/distinfo                                                                                    |   24 +-
 www/firefox/files/node-wrapper.sh                                                                       |    2 +-
 www/firefox/patches/patch-js_src_vm_ArrayBufferObject.cpp                                               |   12 +-
 www/firefox/patches/patch-media_webrtc_trunk_webrtc_modules_video__capture_linux_device__info__linux.cc |   11 +-
 www/firefox/patches/patch-mozglue_misc_Uptime.cpp                                                       |   12 +-
 7 files changed, 154 insertions(+), 147 deletions(-)

diffs (truncated from 985 to 300 lines):

diff -r 62e549a5949a -r e95575df774f www/firefox/Makefile
--- a/www/firefox/Makefile      Wed Jun 30 14:32:12 2021 +0000
+++ b/www/firefox/Makefile      Wed Jun 30 15:09:55 2021 +0000
@@ -1,18 +1,17 @@
-# $NetBSD: Makefile,v 1.482 2021/06/18 18:08:05 nia Exp $
+# $NetBSD: Makefile,v 1.483 2021/06/30 15:09:55 ryoon Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
-MOZ_BRANCH=            88.0
-MOZ_BRANCH_MINOR=      .1
+MOZ_BRANCH=            89.0
+MOZ_BRANCH_MINOR=      .2
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       ${DISTNAME:S/.source//:S/b/beta/:S/esr//}
-PKGREVISION=   2
 CATEGORIES=    www
 MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
 EXTRACT_SUFX=  .tar.xz
 
-DISTFILES=     ${DEFAULT_DISTFILES} nodejs-output-88.0.1.tgz
-SITES.nodejs-output-88.0.1.tgz=        ${MASTER_SITE_LOCAL}
+DISTFILES=     ${DEFAULT_DISTFILES} nodejs-output-89.0.2.tgz
+SITES.nodejs-output-89.0.2.tgz=        ${MASTER_SITE_LOCAL}
 
 MAINTAINER=    ryoon%NetBSD.org@localhost
 HOMEPAGE=      https://www.mozilla.org/en-US/firefox/
@@ -129,8 +128,8 @@
 #.endfor
 
 pre-configure:
-       cd ${WRKSRC} && autoconf-2.13
-       cd ${WRKSRC}/js/src && autoconf-2.13
+       cd ${WRKSRC} && autoconf
+       cd ${WRKSRC}/js/src && autoconf
        cd ${WRKSRC} && mkdir ${OBJDIR}
        cd ${WRKSRC}/${OBJDIR} && touch old-configure.vars
        # Do not fetch Rust Cargo file via network during build
diff -r 62e549a5949a -r e95575df774f www/firefox/PLIST
--- a/www/firefox/PLIST Wed Jun 30 14:32:12 2021 +0000
+++ b/www/firefox/PLIST Wed Jun 30 15:09:55 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.174 2021/05/22 14:00:05 rin Exp $
+@comment $NetBSD: PLIST,v 1.175 2021/06/30 15:09:55 ryoon Exp $
 bin/firefox
 lib/firefox/actors/AboutHttpsOnlyErrorChild.jsm
 lib/firefox/actors/AboutHttpsOnlyErrorParent.jsm
@@ -115,17 +115,6 @@
 lib/firefox/browser/chrome.manifest
 lib/firefox/browser/chrome/browser/content/activity-stream/aboutwelcome/aboutwelcome.css
 lib/firefox/browser/chrome/browser/content/activity-stream/css/activity-stream.css
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/cfr_enhancer_youtube.png
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/cfr_fb_container.png
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/cfr_google_translate.png
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/cfr_pinnedtab_animated.png
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/cfr_pinnedtab_animated%2x.png@localhost
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/cfr_pinnedtab_animated_darktheme.png
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/cfr_pinnedtab_animated_darktheme%2x.png@localhost
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/cfr_pinnedtab_static.png
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/cfr_pinnedtab_static%2x.png@localhost
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/cfr_reddit_enhancement.png
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/cfr_wiki_search.png
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/firefox-protections.svg
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-add-16.svg
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-arrow.svg
@@ -146,10 +135,8 @@
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-modal-delete-32.svg
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-newWindow-16.svg
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-open-file-16.svg
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-pause-12.svg
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-pin-12.svg
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-pin-16.svg
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-play-12.svg
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-playhead.svg
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-pocket-16.svg
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-pocket-archive-16.svg
@@ -163,7 +150,11 @@
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-webextension-16.svg
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/icon-removed-bookmark.svg
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/long-zap.svg
+lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/noodle-C.svg
+lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/noodle-outline-L.svg
+lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/noodle-solid-L.svg
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/protection-report-icon.png
+lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/proton-bkg.jpg
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/remote/pip-message-icon.svg
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/short-zap.svg
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/spinner.svg
@@ -212,7 +203,7 @@
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/avito-ru%2x.png@localhost
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/baidu-com%2x.png@localhost
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/bbc-uk%2x.png@localhost
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/bing-com%2x.png@localhost
+lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/bing-com%2x.svg@localhost
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/ctrip-com%2x.png@localhost
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/duckduckgo-com%2x.png@localhost
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/ebay%2x.png@localhost
@@ -263,9 +254,6 @@
 lib/firefox/browser/chrome/browser/content/browser/aboutDialog.js
 lib/firefox/browser/chrome/browser/content/browser/aboutDialog.xhtml
 lib/firefox/browser/chrome/browser/content/browser/aboutFrameCrashed.html
-lib/firefox/browser/chrome/browser/content/browser/aboutNetError.js
-lib/firefox/browser/chrome/browser/content/browser/aboutNetError.xhtml
-lib/firefox/browser/chrome/browser/content/browser/aboutNetErrorCodes.js
 lib/firefox/browser/chrome/browser/content/browser/aboutPrivateBrowsing.css
 lib/firefox/browser/chrome/browser/content/browser/aboutPrivateBrowsing.html
 lib/firefox/browser/chrome/browser/content/browser/aboutPrivateBrowsing.js
@@ -315,9 +303,9 @@
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/remove-logins-dialog.js
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/icons/breached-website.svg
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/icons/favicon.svg
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/icons/hide-password.svg
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/icons/intro-illustration.svg
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/icons/show-password.svg
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/icons/password-hide.svg
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/icons/password.svg
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/icons/vulnerable-password.svg
 lib/firefox/browser/chrome/browser/content/browser/blockedSite.js
 lib/firefox/browser/chrome/browser/content/browser/blockedSite.xhtml
@@ -349,6 +337,9 @@
 lib/firefox/browser/chrome/browser/content/browser/browser.js
 lib/firefox/browser/chrome/browser/content/browser/browser.xhtml
 lib/firefox/browser/chrome/browser/content/browser/built_in_addons.json
+lib/firefox/browser/chrome/browser/content/browser/certerror/aboutNetError.js
+lib/firefox/browser/chrome/browser/content/browser/certerror/aboutNetError.xhtml
+lib/firefox/browser/chrome/browser/content/browser/certerror/aboutNetErrorCodes.js
 lib/firefox/browser/chrome/browser/content/browser/child/ext-browser-content-only.js
 lib/firefox/browser/chrome/browser/content/browser/child/ext-browser.js
 lib/firefox/browser/chrome/browser/content/browser/child/ext-devtools-inspectedWindow.js
@@ -568,6 +559,11 @@
 lib/firefox/browser/chrome/browser/content/browser/tabbrowser.css
 lib/firefox/browser/chrome/browser/content/browser/tabbrowser.js
 lib/firefox/browser/chrome/browser/content/browser/translation-notification.js
+lib/firefox/browser/chrome/browser/content/browser/upgradeDialog.html
+lib/firefox/browser/chrome/browser/content/browser/upgradeDialog.js
+lib/firefox/browser/chrome/browser/content/browser/urlbar/quicksuggestOnboarding.css
+lib/firefox/browser/chrome/browser/content/browser/urlbar/quicksuggestOnboarding.js
+lib/firefox/browser/chrome/browser/content/browser/urlbar/quicksuggestOnboarding.xhtml
 lib/firefox/browser/chrome/browser/content/browser/usercontext/usercontext.css
 lib/firefox/browser/chrome/browser/content/browser/utilityOverlay.js
 lib/firefox/browser/chrome/browser/content/browser/vpn-card.js
@@ -591,12 +587,6 @@
 lib/firefox/browser/chrome/browser/content/builtin-themes/light/experiment.css
 lib/firefox/browser/chrome/browser/content/builtin-themes/light/icon.svg
 lib/firefox/browser/chrome/browser/content/builtin-themes/light/manifest.json
-lib/firefox/browser/chrome/browser/content/builtin-themes/proton-dark/experiment.css
-lib/firefox/browser/chrome/browser/content/builtin-themes/proton-dark/icon.svg
-lib/firefox/browser/chrome/browser/content/builtin-themes/proton-dark/manifest.json
-lib/firefox/browser/chrome/browser/content/builtin-themes/proton-light/experiment.css
-lib/firefox/browser/chrome/browser/content/builtin-themes/proton-light/icon.svg
-lib/firefox/browser/chrome/browser/content/builtin-themes/proton-light/manifest.json
 lib/firefox/browser/chrome/browser/content/cart.svg
 lib/firefox/browser/chrome/browser/content/chill.svg
 lib/firefox/browser/chrome/browser/content/circle.svg
@@ -609,16 +599,24 @@
 lib/firefox/browser/chrome/browser/content/pet.svg
 lib/firefox/browser/chrome/browser/content/pocket/Pocket.jsm
 lib/firefox/browser/chrome/browser/content/pocket/SaveToPocket.jsm
-lib/firefox/browser/chrome/browser/content/pocket/panels/css/normalize.css
-lib/firefox/browser/chrome/browser/content/pocket/panels/css/saved.css
-lib/firefox/browser/chrome/browser/content/pocket/panels/css/sendtomobile.css
-lib/firefox/browser/chrome/browser/content/pocket/panels/css/signup.css
+lib/firefox/browser/chrome/browser/content/pocket/panels/css/home.scss
+lib/firefox/browser/chrome/browser/content/pocket/panels/css/main.compiled.css
+lib/firefox/browser/chrome/browser/content/pocket/panels/css/main.compiled.css.map
+lib/firefox/browser/chrome/browser/content/pocket/panels/css/main.scss
+lib/firefox/browser/chrome/browser/content/pocket/panels/css/normalize.scss
+lib/firefox/browser/chrome/browser/content/pocket/panels/css/saved.scss
+lib/firefox/browser/chrome/browser/content/pocket/panels/css/sendtomobile.scss
+lib/firefox/browser/chrome/browser/content/pocket/panels/css/signup.scss
 lib/firefox/browser/chrome/browser/content/pocket/panels/fonts/FiraSans-Regular.woff
+lib/firefox/browser/chrome/browser/content/pocket/panels/home.html
 lib/firefox/browser/chrome/browser/content/pocket/panels/img/app_store_dowload_apple.svg
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/chevron-right.svg
 lib/firefox/browser/chrome/browser/content/pocket/panels/img/glyph.svg
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/list-view.svg
 lib/firefox/browser/chrome/browser/content/pocket/panels/img/open.svg
 lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketerror%1x.png@localhost
 lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketerror%2x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketlogo.svg
 lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketlogo%1x.png@localhost
 lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketlogo%2x.png@localhost
 lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketlogosolo%1x.png@localhost
@@ -640,6 +638,8 @@
 lib/firefox/browser/chrome/browser/content/pocket/panels/img/variant_a.png
 lib/firefox/browser/chrome/browser/content/pocket/panels/img/variant_b.png
 lib/firefox/browser/chrome/browser/content/pocket/panels/img/variant_c.png
+lib/firefox/browser/chrome/browser/content/pocket/panels/js/home.js
+lib/firefox/browser/chrome/browser/content/pocket/panels/js/main.js
 lib/firefox/browser/chrome/browser/content/pocket/panels/js/messages.js
 lib/firefox/browser/chrome/browser/content/pocket/panels/js/saved.js
 lib/firefox/browser/chrome/browser/content/pocket/panels/js/signup.js
@@ -650,14 +650,17 @@
 lib/firefox/browser/chrome/browser/content/pocket/panels/license.txt
 lib/firefox/browser/chrome/browser/content/pocket/panels/saved.html
 lib/firefox/browser/chrome/browser/content/pocket/panels/signup.html
+lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/explore_more.handlebars
 lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/ho2/ho2_articleinfo.handlebars
 lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/ho2/ho2_download.handlebars
 lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/ho2/ho2_download_error.handlebars
 lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/ho2/ho2_sharebutton.handlebars
+lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/home_shell.handlebars
 lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/item_recs.handlebars
 lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/loggedoutvariants/variant_a.handlebars
 lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/loggedoutvariants/variant_b.handlebars
 lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/loggedoutvariants/variant_c.handlebars
+lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/popular_topics.handlebars
 lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/saved_premiumextras.handlebars
 lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/saved_premiumshell.handlebars
 lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/saved_shell.handlebars
@@ -764,8 +767,9 @@
 lib/firefox/browser/chrome/browser/search-extensions/amazon/_locales/in/messages.json
 lib/firefox/browser/chrome/browser/search-extensions/amazon/_locales/it/messages.json
 lib/firefox/browser/chrome/browser/search-extensions/amazon/_locales/jp/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/amazon/_locales/mx/messages.json
 lib/firefox/browser/chrome/browser/search-extensions/amazon/_locales/nl/messages.json
+lib/firefox/browser/chrome/browser/search-extensions/amazon/_locales/spain/messages.json
+lib/firefox/browser/chrome/browser/search-extensions/amazon/_locales/sweden/messages.json
 lib/firefox/browser/chrome/browser/search-extensions/amazon/favicon.ico
 lib/firefox/browser/chrome/browser/search-extensions/amazon/manifest.json
 lib/firefox/browser/chrome/browser/search-extensions/amazondotcn/_locales/default/messages.json
@@ -774,6 +778,7 @@
 lib/firefox/browser/chrome/browser/search-extensions/amazondotcn/manifest.json
 lib/firefox/browser/chrome/browser/search-extensions/amazondotcom/_locales/en-adm/messages.json
 lib/firefox/browser/chrome/browser/search-extensions/amazondotcom/_locales/en/messages.json
+lib/firefox/browser/chrome/browser/search-extensions/amazondotcom/_locales/us/messages.json
 lib/firefox/browser/chrome/browser/search-extensions/amazondotcom/favicon.ico
 lib/firefox/browser/chrome/browser/search-extensions/amazondotcom/manifest.json
 lib/firefox/browser/chrome/browser/search-extensions/atlas-sk/favicon.ico
@@ -1064,6 +1069,7 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/aboutSessionRestore.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/aboutTabCrashed.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/aboutWelcomeBack.css
+lib/firefox/browser/chrome/browser/skin/classic/browser/add-circle-fill.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/addons/addon-install-blocked.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/addons/addon-install-downloading.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/addons/addon-install-error.svg
@@ -1074,7 +1080,6 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/badge-blue.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/blockedSite.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/bookmark-12.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/bookmark-animation.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/bookmark-hollow.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/bookmark-star-on-tray.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/bookmark.svg
@@ -1101,7 +1106,6 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/tracker-image.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/trackers.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/tracking-protection.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/warning.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/density-compact.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/density-normal.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/density-touch.svg
@@ -1120,9 +1124,10 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/allDownloadsView.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/contentAreaDownloadsView.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/download-blocked.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/download-icons.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/download-summary.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/downloads.css
+lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/downloads.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/notification-finish-animation.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/notification-start-animation.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/drm-icon.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/e10s-64%2x.png@localhost
@@ -1135,9 +1140,7 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/fullscreen-exit.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/fullscreen.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/add-device.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/avatar-alert.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/avatar-color.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/avatar-confirm.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/avatar-empty.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/avatar.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/fxa-spinner.svg
@@ -1158,7 +1161,6 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/indicator-accessibility.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/indicator-private-browsing.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/ion.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/library-bookmark-animation.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/library.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/link.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/login.svg
@@ -1170,17 +1172,13 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/monitor-base.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/monitor-border.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/new-tab.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/new-window.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/newInstall.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/newInstallPage.css
+lib/firefox/browser/chrome/browser/skin/classic/browser/notification-fill-12.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/autoplay-media-blocked.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/autoplay-media-detailed.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/autoplay-media.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/block-cryptominer-dark.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/block-cryptominer.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/block-fingerprinter-dark.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/block-fingerprinter.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/block-social-dark.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/block-social.svg



Home | Main Index | Thread Index | Old Index