pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/18cc4241aaa6
branches:  trunk
changeset: 334276:18cc4241aaa6
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed May 22 13:32:51 2019 +0000

description:
Update to 67.0

Changelog:
New
    Firefox 67 demonstrates improved performance thanks to a number of changes such as:
        Lowering priority of setTimeout during page load
        Delayed component initialization until after start up
        Painting sooner during page load but less often
        Suspending unused tabs

    Learn more about our approach to performance in 67 in the Mozilla blog.

    Users can block known cryptominers and fingerprinters in the Custom settings of their Content Blocking preferences.

    Keyboard accessibility has improved in the latest version of Firefox. Toolbar and toolbar overflow menu are both fully keyboard accessible: keyboard users can now access add-ons, the downloads 
panel, the overflow, Page actions and Firefox menus, and much more.

    Private Browsing sees both usability and security improvements:
        Save passwords in private browsing mode
        Choose which extensions to exclude from private tabs

    A myriad of new features help make Firefox easier to use:
        We?ve added a toolbar menu for your Firefox Account to provide more transparency for when you are synced, sharing data across devices and with Firefox. Personalize the appearance of the menu 
with your own avatar
        Tabs can now be pinned from the Page Actions menu in the address bar
        Firefox will highlight useful features (like Pin Tabs) when users are most likely to benefit from them.
        Easier access to your list of saved logins from the main menu and login autocomplete. Learn about all the ways you can manage your passwords in Firefox.
        The Import Data from Another Browser feature is now also available from the File menu
        Users will be able to run different Firefox installs side by side by default so that you can run the beta and release versions simultaneously

    Firefox will now protect you against running older versions of the browser which can lead to data corruption and stability issues

    Firefox is upgrading to the newer, higher performance, AV1 decoder known as ?dav1d?

    WebRender is gradually enabled by default on Windows 10 desktops with NVIDIA graphics cards

    Mozilla?s highest performing JavaScript compiler now supports ARM64 Windows devices.

    Enable FIDO U2F API, and permit registrations for Google Accounts

    Some users will see experiments with an improved Pocket experience in Firefox Home with different layouts and more topical content.

Fixed
    Various security fixes

#CVE-2019-9815: Disable hyperthreading on content JavaScript threads on macOS
#CVE-2019-9816: Type confusion with object groups and UnboxedObjects
#CVE-2019-9817: Stealing of cross-domain images using canvas
#CVE-2019-9818: Use-after-free in crash generation server
#CVE-2019-9819: Compartment mismatch with fetch API
#CVE-2019-9820: Use-after-free of ChromeEventHandler by DocShell
#CVE-2019-9821: Use-after-free in AssertWorkerThread
#CVE-2019-11691: Use-after-free in XMLHttpRequest
#CVE-2019-11692: Use-after-free removing listeners in the event listener manager
#CVE-2019-11693: Buffer overflow in WebGL bufferdata on Linux
#CVE-2019-7317: Use-after-free in png_image_free of libpng library
#CVE-2019-11694: Uninitialized memory memory leakage in Windows sandbox
#CVE-2019-11695: Custom cursor can render over user interface outside of web content
#CVE-2019-11t .JNLP files are not recognized as executable files for download prompts
#CVE-2019-11697: Pressing key combinations can bypass installation prompt delays and install extensions
#CVE-2019-11698: Theft of user history data through drag and drop of hyperlinks to andsulting bookmark is subsequently dragged and dropped into the web content area, an arbitrary query of a user's 
browser history can be run and transmitted to the content page via drop event data. This allows for the theft of browser history by a malicious site.
#CVE-2019-11700: res: protocol can be used to open known local files
#CVE-2019-11699: Incorrect domain name highlighting during page navigation
#CVE-2019-11701: webcal: protocol default handler loads vulnerable web page
#CVE-2019-9814: Memory safety bugs fixed in Firefox 67
#CVE-2019-9800: Memory safety bugs fixed in Firefox 67 and Firefox ESR 60.7

diffstat:

 www/firefox/Makefile |    7 +-
 www/firefox/PLIST    |  611 +++++++++++++++++++++++++++-----------------------
 www/firefox/distinfo |   10 +-
 3 files changed, 343 insertions(+), 285 deletions(-)

diffs (truncated from 1964 to 300 lines):

diff -r adf2c1e558f1 -r 18cc4241aaa6 www/firefox/Makefile
--- a/www/firefox/Makefile      Wed May 22 11:55:01 2019 +0000
+++ b/www/firefox/Makefile      Wed May 22 13:32:51 2019 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.374 2019/05/22 06:24:17 pho Exp $
+# $NetBSD: Makefile,v 1.375 2019/05/22 13:32:51 ryoon Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
-MOZ_BRANCH=            66.0
-MOZ_BRANCH_MINOR=      .5
+MOZ_BRANCH=            67.0
+MOZ_BRANCH_MINOR=      
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       ${DISTNAME:S/.source//:S/b/beta/:S/esr//}
-PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
 EXTRACT_SUFX=  .tar.xz
diff -r adf2c1e558f1 -r 18cc4241aaa6 www/firefox/PLIST
--- a/www/firefox/PLIST Wed May 22 11:55:01 2019 +0000
+++ b/www/firefox/PLIST Wed May 22 13:32:51 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.138 2019/03/19 16:11:27 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.139 2019/05/22 13:32:51 ryoon Exp $
 bin/firefox
 lib/firefox/actors/AudioPlaybackChild.jsm
 lib/firefox/actors/AutoplayChild.jsm
@@ -8,6 +8,7 @@
 lib/firefox/actors/ExtFindChild.jsm
 lib/firefox/actors/FindBarChild.jsm
 lib/firefox/actors/FinderChild.jsm
+lib/firefox/actors/FormSubmitChild.jsm
 lib/firefox/actors/KeyPressEventModelCheckerChild.jsm
 lib/firefox/actors/PopupBlockingChild.jsm
 lib/firefox/actors/PrintingChild.jsm
@@ -28,7 +29,7 @@
 lib/firefox/browser/actors/ContentSearchChild.jsm
 lib/firefox/browser/actors/ContextMenuChild.jsm
 lib/firefox/browser/actors/DOMFullscreenChild.jsm
-lib/firefox/browser/actors/FormSubmitChild.jsm
+lib/firefox/browser/actors/FormValidationChild.jsm
 lib/firefox/browser/actors/LightWeightThemeInstallChild.jsm
 lib/firefox/browser/actors/LightweightThemeChild.jsm
 lib/firefox/browser/actors/LinkHandlerChild.jsm
@@ -37,6 +38,7 @@
 lib/firefox/browser/actors/PageInfoChild.jsm
 lib/firefox/browser/actors/PageStyleChild.jsm
 lib/firefox/browser/actors/PluginChild.jsm
+lib/firefox/browser/actors/RFPHelperChild.jsm
 lib/firefox/browser/actors/SearchTelemetryChild.jsm
 lib/firefox/browser/actors/URIFixupChild.jsm
 lib/firefox/browser/actors/WebRTCChild.jsm
@@ -48,6 +50,7 @@
 lib/firefox/browser/chrome/browser/content/branding/about-wordmark.svg
 lib/firefox/browser/chrome/browser/content/branding/about.png
 lib/firefox/browser/chrome/browser/content/branding/aboutDialog.css
+lib/firefox/browser/chrome/browser/content/branding/horizontal-lockup.svg
 lib/firefox/browser/chrome/browser/content/branding/icon128.png
 lib/firefox/browser/chrome/browser/content/branding/icon16.png
 lib/firefox/browser/chrome/browser/content/branding/icon32.png
@@ -103,6 +106,7 @@
 lib/firefox/browser/chrome/browser/content/browser/browser-sync.js
 lib/firefox/browser/chrome/browser/content/browser/browser-tabsintitlebar.js
 lib/firefox/browser/chrome/browser/content/browser/browser-thumbnails.js
+lib/firefox/browser/chrome/browser/content/browser/browser-toolbarKeyNav.js
 lib/firefox/browser/chrome/browser/content/browser/browser-webrender.js
 lib/firefox/browser/chrome/browser/content/browser/browser.css
 lib/firefox/browser/chrome/browser/content/browser/browser.js
@@ -163,6 +167,10 @@
 lib/firefox/browser/chrome/browser/content/browser/microsoft-translator-attribution.png
 lib/firefox/browser/chrome/browser/content/browser/migration/migration.js
 lib/firefox/browser/chrome/browser/content/browser/migration/migration.xul
+lib/firefox/browser/chrome/browser/content/browser/newInstall.js
+lib/firefox/browser/chrome/browser/content/browser/newInstall.xul
+lib/firefox/browser/chrome/browser/content/browser/newInstallPage.html
+lib/firefox/browser/chrome/browser/content/browser/newInstallPage.js
 lib/firefox/browser/chrome/browser/content/browser/nsContextMenu.js
 lib/firefox/browser/chrome/browser/content/browser/pageinfo/pageInfo.css
 lib/firefox/browser/chrome/browser/content/browser/pageinfo/pageInfo.js
@@ -203,10 +211,10 @@
 lib/firefox/browser/chrome/browser/content/browser/places/historySidebar.js
 lib/firefox/browser/chrome/browser/content/browser/places/historySidebar.xul
 lib/firefox/browser/chrome/browser/content/browser/places/menu.xml
+lib/firefox/browser/chrome/browser/content/browser/places/places-tree.js
 lib/firefox/browser/chrome/browser/content/browser/places/places.css
 lib/firefox/browser/chrome/browser/content/browser/places/places.js
 lib/firefox/browser/chrome/browser/content/browser/places/places.xul
-lib/firefox/browser/chrome/browser/content/browser/places/tree.xml
 lib/firefox/browser/chrome/browser/content/browser/places/treeView.js
 lib/firefox/browser/chrome/browser/content/browser/policies/aboutPolicies.css
 lib/firefox/browser/chrome/browser/content/browser/policies/aboutPolicies.js
@@ -235,6 +243,8 @@
 lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/containers.js
 lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/extensionControlled.js
 lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/findInPage.js
+lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/fxaPairDevice.js
+lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/fxaPairDevice.xul
 lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/home.js
 lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/main.js
 lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/preferences.js
@@ -292,6 +302,7 @@
 lib/firefox/browser/chrome/browser/content/browser/schemas/tabs.json
 lib/firefox/browser/chrome/browser/content/browser/schemas/url_overrides.json
 lib/firefox/browser/chrome/browser/content/browser/schemas/windows.json
+lib/firefox/browser/chrome/browser/content/browser/search/autocomplete-popup.js
 lib/firefox/browser/chrome/browser/content/browser/search/search-one-offs.js
 lib/firefox/browser/chrome/browser/content/browser/search/search.xml
 lib/firefox/browser/chrome/browser/content/browser/search/searchbar.js
@@ -316,6 +327,7 @@
 lib/firefox/browser/chrome/browser/content/chill.svg
 lib/firefox/browser/chrome/browser/content/circle.svg
 lib/firefox/browser/chrome/browser/content/dollar.svg
+lib/firefox/browser/chrome/browser/content/fence.svg
 lib/firefox/browser/chrome/browser/content/fingerprint.svg
 lib/firefox/browser/chrome/browser/content/food.svg
 lib/firefox/browser/chrome/browser/content/fruit.svg
@@ -385,6 +397,12 @@
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_enhancer_youtube.png
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_fb_container.png
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_google_translate.png
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_pinnedtab_animated.png
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_pinnedtab_animated%2x.png@localhost
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_pinnedtab_animated_darktheme.png
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_pinnedtab_animated_darktheme%2x.png@localhost
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_pinnedtab_static.png
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_pinnedtab_static%2x.png@localhost
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_reddit_enhancement.png
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_wiki_search.png
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/firefox-wordmark.svg
@@ -394,20 +412,22 @@
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-arrowhead-down-12.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-arrowhead-down-16.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-cancel-16.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-cfr-feature-16.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-delete-16.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-dismiss-16.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-edit-16.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-help-24.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-highlights-16.svg
-lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-import-16.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-info-16.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-maximize-16.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-minimize-16.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-modal-delete-32.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-newWindow-16.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-open-file-16.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-pause-12.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-pin-12.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-pin-16.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-play-12.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-pocket-16.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-pocket-save-16.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-search-16.svg
@@ -421,8 +441,25 @@
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/illustration-privatebrowsing%2x.png@localhost
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/illustration-screenshots%2x.png@localhost
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/illustration-sync%2x.png@localhost
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/sync-devices-trailhead.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/sync-devices.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/topic-show-more-12.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/accounts-form-bg.jpg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/benefit-knowledge.png
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/benefit-privacy.png
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/benefit-products.png
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-devices.png
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-fbcont.png
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-ffmonitor.png
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-ffsend.png
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-lockwise.png
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-mobile.png
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-pledge.png
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-pocket.png
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-private.png
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-sendtab.png
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-tracking.png
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/firefox-logo.png
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/aliexpress-com%2x.png@localhost
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/allegro-pl%2x.png@localhost
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/amazon%2x.png@localhost
@@ -463,7 +500,6 @@
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/FilterAdult.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/HighlightsFeed.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/LinksCache.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/ManualMigration.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/NaiveBayesTextTagger.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/NewTabInit.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/NmfTextTagger.jsm
@@ -1077,7 +1113,6 @@
 lib/firefox/browser/chrome/browser/searchplugins/mercadolibre-cl.xml
 lib/firefox/browser/chrome/browser/searchplugins/mercadolibre-mx.xml
 lib/firefox/browser/chrome/browser/searchplugins/mercadolivre.xml
-lib/firefox/browser/chrome/browser/searchplugins/meta-ua.xml
 lib/firefox/browser/chrome/browser/searchplugins/morfix-dic.xml
 lib/firefox/browser/chrome/browser/searchplugins/najdi-si.xml
 lib/firefox/browser/chrome/browser/searchplugins/naver-kr.xml
@@ -1235,6 +1270,7 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/addons/addon-install-error.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/addons/addon-install-installed.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/addons/addon-install-warning.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/addons/addon-private-browsing.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/arrow-left.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/back-12.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/back.svg
@@ -1259,7 +1295,11 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/3rdpartycookies.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/conn-not-secure.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/connection.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/cryptominers-disabled.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/cryptominers.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/extension.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/fingerprinters-disabled.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/fingerprinters.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/info.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/mcb-disabled.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/panel.css
@@ -1301,7 +1341,14 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/fullscreen.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/fullscreen/insecure.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/fullscreen/secure.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/avatar-confirm.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/avatar-empty-badged.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/choose-what-to-sync-devices.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/default-avatar.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/fxa-spinner.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/graphic-mail.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/sync-illustration-issue.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/sync-illustration.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/history.svg
@@ -1314,6 +1361,7 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/library-pocket-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
 lib/firefox/browser/chrome/browser/skin/classic/browser/mail.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/menu-badged.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/menu.svg
@@ -1321,6 +1369,8 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/monitor_16-10.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-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
@@ -1338,8 +1388,6 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/images-blocked.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/images.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/indexedDB.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/login-detailed.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/login.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/microphone-blocked.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/microphone-detailed.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/microphone.svg
@@ -1354,7 +1402,6 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/update.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/webauthn.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/open.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/page-action.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/pageInfo.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/pageInfo.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/panel-icon-arrow-left.svg
@@ -1366,6 +1413,7 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/panic-panel/header%2x.png@localhost
 lib/firefox/browser/chrome/browser/skin/classic/browser/panic-panel/icons.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/panic-panel/icons%2x.png@localhost
+lib/firefox/browser/chrome/browser/skin/classic/browser/pin-tab.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/places/allBookmarks.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/places/bookmarksMenu.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/places/bookmarksToolbar.svg
@@ -1374,7 +1422,6 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/places/folder.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/places/history.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/places/organizer.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/places/organizer.xml
 lib/firefox/browser/chrome/browser/skin/classic/browser/places/sidebar.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/places/tag.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/places/toolbarDropMarker.png
@@ -1392,6 +1439,7 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/face-sad.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/face-smile.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/fxa-avatar.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/fxaPairDevice.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/general.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/logo-android.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/logo-ios.svg
@@ -1469,6 +1517,7 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/translation-16.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/translation-16%2x.png@localhost
 lib/firefox/browser/chrome/browser/skin/classic/browser/undo.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/unpin-tab.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/update-badge.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/warning.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/webIDE.svg
@@ -1508,10 +1557,6 @@
 lib/firefox/browser/chrome/devtools/content/accessibility/index.html
 lib/firefox/browser/chrome/devtools/content/accessibility/main.js



Home | Main Index | Thread Index | Old Index