pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Wed May 22 13:32:51 UTC 2019

Modified Files:
        pkgsrc/www/firefox: Makefile PLIST distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.374 -r1.375 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.138 -r1.139 pkgsrc/www/firefox/PLIST
cvs rdiff -u -r1.350 -r1.351 pkgsrc/www/firefox/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/firefox/Makefile
diff -u pkgsrc/www/firefox/Makefile:1.374 pkgsrc/www/firefox/Makefile:1.375
--- pkgsrc/www/firefox/Makefile:1.374   Wed May 22 06:24:17 2019
+++ pkgsrc/www/firefox/Makefile Wed May 22 13:32:51 2019
@@ -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

Index: pkgsrc/www/firefox/PLIST
diff -u pkgsrc/www/firefox/PLIST:1.138 pkgsrc/www/firefox/PLIST:1.139
--- pkgsrc/www/firefox/PLIST:1.138      Tue Mar 19 16:11:27 2019
+++ pkgsrc/www/firefox/PLIST    Wed May 22 13:32:51 2019
@@ -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/DateTimePickerChild.j
 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/ClickHandlerC
 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/OfflineAppsCh
 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 @@ ${PLIST.branding}lib/firefox/browser/chr
 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/conte
 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/conte
 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/conte
 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/conte
 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/conte
 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/conte
 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/a
 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/a
 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/a
 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/a
 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/searc
 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/
 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/
 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/
 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/
 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/
 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/
 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/
 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/
 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/
 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/
 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/
 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/cont
 lib/firefox/browser/chrome/devtools/content/accessibility/index.html
 lib/firefox/browser/chrome/devtools/content/accessibility/main.js
 lib/firefox/browser/chrome/devtools/content/application/index.html
-lib/firefox/browser/chrome/devtools/content/canvasdebugger/callslist.js
-lib/firefox/browser/chrome/devtools/content/canvasdebugger/canvasdebugger.js
-lib/firefox/browser/chrome/devtools/content/canvasdebugger/index.xul
-lib/firefox/browser/chrome/devtools/content/canvasdebugger/snapshotslist.js
 lib/firefox/browser/chrome/devtools/content/debugger/new/index.html
 lib/firefox/browser/chrome/devtools/content/dom/index.html
 lib/firefox/browser/chrome/devtools/content/dom/main.js
@@ -1545,21 +1590,18 @@ lib/firefox/browser/chrome/devtools/cont
 lib/firefox/browser/chrome/devtools/content/performance-new/frame-script.js
 lib/firefox/browser/chrome/devtools/content/performance-new/index.xhtml
 lib/firefox/browser/chrome/devtools/content/performance/index.xul
-lib/firefox/browser/chrome/devtools/content/performance/performance-controller.js
-lib/firefox/browser/chrome/devtools/content/performance/performance-view.js
-lib/firefox/browser/chrome/devtools/content/performance/views/details-abstract-subview.js
-lib/firefox/browser/chrome/devtools/content/performance/views/details-js-call-tree.js
-lib/firefox/browser/chrome/devtools/content/performance/views/details-js-flamegraph.js
-lib/firefox/browser/chrome/devtools/content/performance/views/details-memory-call-tree.js
-lib/firefox/browser/chrome/devtools/content/performance/views/details-memory-flamegraph.js
-lib/firefox/browser/chrome/devtools/content/performance/views/details-waterfall.js
-lib/firefox/browser/chrome/devtools/content/performance/views/details.js
-lib/firefox/browser/chrome/devtools/content/performance/views/overview.js
-lib/firefox/browser/chrome/devtools/content/performance/views/recordings.js
-lib/firefox/browser/chrome/devtools/content/performance/views/toolbar.js
 lib/firefox/browser/chrome/devtools/content/responsive.html/index.xhtml
 lib/firefox/browser/chrome/devtools/content/scratchpad/index.xul
-lib/firefox/browser/chrome/devtools/content/shadereditor/index.xul
+lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/addon/dialog/dialog.css
+lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/addon/hint/show-hint.js
+lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/addon/tern/tern.js
+lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/cmiframe.html
+lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/codemirror.bundle.js
+lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/keymap/emacs.js
+lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/keymap/sublime.js
+lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/keymap/vim.js
+lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/lib/codemirror.css
+lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/mozilla.css
 lib/firefox/browser/chrome/devtools/content/shared/splitview.css
 lib/firefox/browser/chrome/devtools/content/shared/theme-switching.js
 lib/firefox/browser/chrome/devtools/content/shared/vendor/d3.js
@@ -1570,38 +1612,30 @@ lib/firefox/browser/chrome/devtools/cont
 lib/firefox/browser/chrome/devtools/content/shared/widgets/graphs-frame.xhtml
 lib/firefox/browser/chrome/devtools/content/shared/widgets/spectrum.css
 lib/firefox/browser/chrome/devtools/content/shared/widgets/widgets.css
-lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/addon/dialog/dialog.css
-lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/addon/hint/show-hint.js
-lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/addon/tern/tern.js
-lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/cmiframe.html
-lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/codemirror.bundle.js
-lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/lib/codemirror.css
-lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/mozilla.css
 lib/firefox/browser/chrome/devtools/content/storage/index.xul
 lib/firefox/browser/chrome/devtools/content/styleeditor/index.xul
-lib/firefox/browser/chrome/devtools/content/webaudioeditor/controller.js
-lib/firefox/browser/chrome/devtools/content/webaudioeditor/includes.js
-lib/firefox/browser/chrome/devtools/content/webaudioeditor/index.xul
-lib/firefox/browser/chrome/devtools/content/webaudioeditor/models.js
-lib/firefox/browser/chrome/devtools/content/webaudioeditor/views/automation.js
-lib/firefox/browser/chrome/devtools/content/webaudioeditor/views/context.js
-lib/firefox/browser/chrome/devtools/content/webaudioeditor/views/inspector.js
-lib/firefox/browser/chrome/devtools/content/webaudioeditor/views/properties.js
-lib/firefox/browser/chrome/devtools/content/webaudioeditor/views/utils.js
 lib/firefox/browser/chrome/devtools/content/webconsole/index.html
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/aboutdebugging.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/initializer.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/actions/debug-targets.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/actions/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/actions/runtimes.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/actions/telemetry.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/actions/ui.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/base.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/App.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/App.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/CompatibilityWarning.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/ConnectionPromptSetting.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/ExtensionDebugSetting.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/ProfilerDialog.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/ProfilerDialog.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/RuntimeActions.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/RuntimeActions.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/RuntimeInfo.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/RuntimeInfo.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/RuntimePage.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/RuntimePage.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/ServiceWorkersWarning.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/connect/ConnectPage.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/connect/ConnectPage.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/connect/ConnectSection.js
@@ -1617,6 +1651,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/DebugTargetList.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/DebugTargetPane.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/DebugTargetPane.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/ExtensionAction.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/ExtensionDetail.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/ExtensionDetail.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/FieldPair.js
@@ -1644,6 +1679,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/create-store.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/middleware/debug-target-listener.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/middleware/error-logging.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/middleware/event-recording.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/middleware/extension-component-data.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/middleware/tab-component-data.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/middleware/worker-component-data.js
@@ -1664,6 +1700,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/types/debug-target.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/types/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/types/runtime.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/types/ui.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/Aboutdebugging.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/PanelHeader.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/PanelMenu.js
@@ -1692,6 +1729,8 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/AccessibilityTree.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/Accessible.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/Button.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/Checks.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/ColorContrastAccessibility.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/Description.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/LearnMoreLink.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/MainFrame.js
@@ -1725,76 +1764,81 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/reducers/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/reducers/page-state.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/reducers/workers-state.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/canvasdebugger/panel.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/dist/debugger.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/dist/parser-worker.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/dist/pretty-print-worker.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/dist/search-worker.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/dist/vendors.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/aframe.svg
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/angular.svg
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/arrow-down.svg
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/arrow-up.svg
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/arrow.svg
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/babel.svg
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/backbone.svg
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/blackBox.svg
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/breadcrumbs-divider.svg
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/breakpoint.svg
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/case-match.svg
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/choo.svg
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/close.svg
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/coffeescript.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/column-marker.svg
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/command-chevron.svg
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/disable-pausing.svg
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/dojo.svg
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/domain.svg
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/ember.svg
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/extension.svg
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/file.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/file-small.svg
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/folder.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/globe-small.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/globe.svg
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/help.svg
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/home.svg
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/immutable.svg
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/javascript.svg
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/jquery.svg
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/loader.svg
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/lodash.svg
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/magnifying-glass.svg
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/marko.svg
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/mobx.svg
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/next-circle.svg
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/next.svg
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/nextjs.svg
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/nuxtjs.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/pane-collapse.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/pane-expand.svg
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/pause.svg
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/plus.svg
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/preact.svg
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/prettyPrint.svg
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/pug.svg
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/react.svg
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/redux.svg
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/regex-match.svg
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/reload.svg
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/resume.svg
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/rxjs.svg
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/sencha-extjs.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/rewind.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/search.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/sources/aframe.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/sources/angular.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/sources/babel.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/sources/backbone.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/sources/choo.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/sources/coffeescript.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/sources/dojo.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/sources/ember.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/sources/express.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/sources/extension.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/sources/immutable.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/sources/javascript.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/sources/jquery.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/sources/lodash.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/sources/marko.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/sources/mobx.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/sources/nextjs.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/sources/node.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/sources/nuxtjs.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/sources/preact.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/sources/pug.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/sources/react.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/sources/redux.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/sources/rxjs.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/sources/sencha-extjs.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/sources/typescript.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/sources/underscore.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/sources/vuejs.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/sources/webpack.svg
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/stepIn.svg
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/stepOut.svg
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/stepOver.svg
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/tab.svg
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/toggle-panes.svg
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/typescript.svg
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/underscore.svg
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/vuejs.svg
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/webpack.svg
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/whole-word-match.svg
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/worker.svg
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/panel.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/actions/ast.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/actions/ast/setInScopeLines.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/actions/ast/setPausePoints.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/actions/breakpoints/addBreakpoint.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/actions/breakpoints/breakpointPositions.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/actions/breakpoints/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/actions/breakpoints/remapLocations.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/actions/breakpoints/syncBreakpoint.js
@@ -1858,7 +1902,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/Editor/EditorMenu.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/Editor/EmptyLines.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/Editor/Footer.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/Editor/GutterMenu.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/Editor/HighlightLine.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/Editor/HighlightLines.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/Editor/Preview/Popup.js
@@ -1867,6 +1910,9 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/Editor/Tab.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/Editor/Tabs.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/Editor/index.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/Editor/menus/breakpoints.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/Editor/menus/editor.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/Editor/menus/source.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/PrimaryPanes/Outline.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/PrimaryPanes/OutlineFilter.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/PrimaryPanes/SourcesTree.js
@@ -1914,6 +1960,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/shared/SearchInput.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/shared/SourceIcon.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/shared/Svg.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/main.development.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/main.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/reducers/ast.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/reducers/async-requests.js
@@ -1938,16 +1985,16 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/selectors/inComponent.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/selectors/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/selectors/isSelectedFrameVisible.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/selectors/pause.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/selectors/visibleBreakpoints.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/selectors/visibleColumnBreakpoints.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/selectors/visiblePausePoints.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/selectors/visibleSelectedFrame.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/utils/DevToolsUtils.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/utils/assert.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/utils/ast.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/utils/asyncStoreHelper.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/utils/bootstrap.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/utils/breakpoint/astBreakpointLocation.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/utils/breakpoint/breakpointPositions.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/utils/breakpoint/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/utils/build-query.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/utils/clipboard.js
@@ -1962,6 +2009,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/utils/editor/source-editor.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/utils/editor/source-search.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/utils/editor/token-events.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/utils/empty-lines.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/utils/expressions.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/utils/fromJS.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/utils/function.js
@@ -1988,12 +2036,10 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/utils/pause/mapScopes/mappingContains.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/utils/pause/mapScopes/positionCmp.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/utils/pause/mapScopes/rangeMetadata.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/utils/pause/pausePoints.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/utils/pause/scopes/getScope.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/utils/pause/scopes/getVariables.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/utils/pause/scopes/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/utils/pause/scopes/utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/utils/pause/stepping.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/utils/pause/why.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/utils/prefs.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/utils/preview.js
@@ -2048,6 +2094,8 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/ToolboxProcess.jsm
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/attach-thread.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/browser-menus.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/components/DebugTargetErrorPage.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/components/DebugTargetErrorPage.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/components/DebugTargetInfo.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/components/MeatballMenu.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/components/ToolboxController.js
@@ -2129,6 +2177,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/components/BoxModelInfo.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/components/BoxModelMain.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/components/BoxModelProperties.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/components/ComputedProperty.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/reducers/box-model.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/types.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/utils/editing-session.js
@@ -2139,6 +2188,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/actions/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/components/CSSDeclaration.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/components/ChangesApp.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/constants.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/reducers/changes.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/selectors/changes.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/utils/changes-utils.js
@@ -2212,10 +2262,10 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/inspector.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/layout/components/Accordion.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/layout/components/Accordion.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/layout/components/ComputedProperty.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/layout/components/LayoutApp.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/layout/layout.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/layout/utils/l10n.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/markup/markup-context-menu.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/markup/markup.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/markup/utils.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/markup/views/element-container.js
@@ -2451,6 +2501,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/widgets/WaterfallBackground.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/browser.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/Description.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/DirectoryPicker.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/Perf.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/Range.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/RecordingButton.js
@@ -2472,6 +2523,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/components/WaterfallTree.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/components/WaterfallTreeRow.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/events.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/initializer.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/categories.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/constants.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/global.js
@@ -2492,6 +2544,8 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/widgets/markers-overview.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/widgets/tree-view.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/panel.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/performance-controller.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/performance-view.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/test/helpers/actions.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/test/helpers/dom-utils.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/test/helpers/event-utils.js
@@ -2504,6 +2558,16 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/test/helpers/tab-utils.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/test/helpers/urls.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/test/helpers/wait-utils.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/views/details-abstract-subview.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/views/details-js-call-tree.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/views/details-js-flamegraph.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/views/details-memory-call-tree.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/views/details-memory-flamegraph.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/views/details-waterfall.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/views/details.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/views/overview.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/views/recordings.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/views/toolbar.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/actions/devices.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/actions/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/actions/screenshot.js
@@ -2549,17 +2613,19 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/scratchpad/panel.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/scratchpad/scratchpad-manager.jsm
 lib/firefox/browser/chrome/devtools/modules/devtools/client/scratchpad/scratchpad.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shadereditor/panel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shadereditor/shadereditor.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/DOMHelpers.jsm
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/SplitView.jsm
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/WeakMapMap.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/autocomplete-popup.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/browser-loader-mocks.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/browser-loader.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/Accordion.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/Accordion.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/AutoCompletePopup.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/Frame.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/HSplitBox.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/List.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/List.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/MdnLink.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/MdnLink.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/NotificationBox.css
@@ -2607,6 +2673,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/demangle.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/devices.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/enum.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/events.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/file-saver.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/focus.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/getjson.js
@@ -2632,12 +2699,27 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/non-react-subscriber.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/visibility-handler-connect.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/remote-debugging/remote-client-manager.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/remote-debugging/version-checker.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/scroll.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/source-map/assets/dwarf_to_json.wasm
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/source-map/assets/source-map-mappings.wasm
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/source-map/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/source-map/worker.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/source-utils.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/sourceeditor/autocomplete.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/sourceeditor/css-autocompleter.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/sourceeditor/debugger.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/sourceeditor/editor-commands-controller.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/sourceeditor/editor.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/sourceeditor/tern/browser.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/sourceeditor/tern/comment.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/sourceeditor/tern/condense.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/sourceeditor/tern/def.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/sourceeditor/tern/ecma5.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/sourceeditor/tern/infer.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/sourceeditor/tern/signal.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/sourceeditor/tern/tern.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/sourceeditor/wasm.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/stylesheet-utils.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/suggestion-picker.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/telemetry.js
@@ -2660,6 +2742,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-redux.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-router-dom.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-test-renderer-shallow.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-test-renderer.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/redux.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/reselect.js
@@ -2672,11 +2755,9 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/webpack/shims/platform-stack-stub.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/AbstractTreeItem.jsm
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/BarGraphWidget.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/BreadcrumbsWidget.jsm
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/Chart.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/CubicBezierPresets.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/CubicBezierWidget.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/FastListWidget.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/FilterWidget.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/FlameGraph.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/Graphs.js
@@ -2684,8 +2765,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/LineGraphWidget.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/MountainGraphWidget.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/ShapesInContextEditor.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/SideMenuWidget.jsm
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/SimpleListWidget.jsm
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/Spectrum.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/TableWidget.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/TreeWidget.js
@@ -2695,6 +2774,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/HTMLTooltip.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/ImageTooltipHelper.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/InlineTooltip.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/RulePreviewTooltip.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/SwatchBasedEditorTooltip.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/SwatchColorPickerTooltip.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/SwatchCubicBezierTooltip.js
@@ -2703,20 +2783,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/VariableTooltipHelper.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/view-helpers.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/zoom-keys.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/sourceeditor/autocomplete.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/sourceeditor/css-autocompleter.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/sourceeditor/debugger.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/sourceeditor/editor-commands-controller.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/sourceeditor/editor.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/sourceeditor/tern/browser.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/sourceeditor/tern/comment.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/sourceeditor/tern/condense.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/sourceeditor/tern/def.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/sourceeditor/tern/ecma5.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/sourceeditor/tern/infer.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/sourceeditor/tern/signal.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/sourceeditor/tern/tern.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/sourceeditor/wasm.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/storage/panel.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/storage/ui.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/styleeditor/StyleEditorUI.jsm
@@ -2729,7 +2795,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/themes/splitters.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/themes/toolbars.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/themes/variables.css
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webaudioeditor/panel.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/actions/autocomplete.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/actions/filters.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/actions/history.js
@@ -2806,9 +2871,9 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/utils/object-inspector.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/utils/prefs.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/webconsole-connection-proxy.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/webconsole-frame.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/webconsole-l10n.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/webconsole-output-wrapper.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/webconsole-ui.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/webconsole-wrapper.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/webconsole.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webide/modules/app-manager.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webide/modules/app-projects.js
@@ -2836,8 +2901,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/animation.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/array-buffer.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/breakpoint.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/canvas.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/canvas/primitive.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/changes.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/common.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/css-properties.js
@@ -2874,7 +2937,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/inspector/css-logic.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/inspector/custom-element-watcher.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/inspector/document-walker.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/inspector/event-parsers.js
+lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/inspector/event-collector.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/inspector/inspector.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/inspector/node.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/inspector/utils.js
@@ -2928,23 +2991,17 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/accessibility.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/actor-registry-utils.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/actor-registry.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/audionodes.json
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/automation-timeline.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/breakpoint-actor-map.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/call-watcher.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/closest-scripts.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/css-grid-utils.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/dbg-source.js
+lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/event-breakpoints.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/event-loop.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/function-call.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/make-debugger.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/map-uri-to-addon-id.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/shapes-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/source-actor-store.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/stack.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/track-change-emitter.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/walker-search.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/webaudio.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/webbrowser.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/webconsole.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/webconsole/commands.js
@@ -2959,7 +3016,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/webconsole/message-manager-mock.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/webconsole/utils.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/webconsole/worker-listeners.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/webgl.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/worker/push-subscription.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/worker/service-worker-process.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/worker/service-worker-registration-list.js
@@ -3004,7 +3060,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/base-loader.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/builtin-modules.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/client/array-buffer-client.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/client/breakpoint-client.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/client/connection-manager.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/client/constants.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/client/debugger-client.js
@@ -3038,17 +3093,16 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/addon/addons.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/addon/webextension-inspected-window.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/animation.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/canvas.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/changes.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/css-properties.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/csscoverage.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/device.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/emulation.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/framerate.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/function-call.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/highlighters.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/inspector.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/inspector/node-picker.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/inspector/rule-rewriter.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/layout.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/memory.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/node.js
@@ -3067,9 +3121,9 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/targets/addon.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/targets/browsing-context.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/targets/content-process.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/targets/target-mixin.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/targets/worker.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/webaudio.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/webgl.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/webconsole.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/worker/push-subscription.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/worker/service-worker-registration.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/worker/service-worker.js
@@ -3122,8 +3176,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/addon/webextension-inspected-window.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/addon/webextension.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/animation.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/breakpoint.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/canvas.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/changes.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/css-properties.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/csscoverage.js
@@ -3132,7 +3184,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/environment.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/frame.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/framerate.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/function-call.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/heap-snapshot-file.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/highlighters.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/index.js
@@ -3169,9 +3220,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/targets/webextension.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/targets/worker.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/timeline.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/webaudio.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/webconsole.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/webgl.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/worker/push-subscription.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/worker/service-worker-registration.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/worker/service-worker.js
@@ -3187,7 +3236,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/transport/transport.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/transport/websocket-transport.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/transport/worker-transport.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/webconsole/client.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/webconsole/js-property-provider.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/webconsole/network-helper.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/webconsole/reserved-js-words.js
@@ -3199,7 +3247,6 @@ lib/firefox/browser/chrome/devtools/skin
 lib/firefox/browser/chrome/devtools/skin/badge.css
 lib/firefox/browser/chrome/devtools/skin/boxmodel.css
 lib/firefox/browser/chrome/devtools/skin/breadcrumbs.css
-lib/firefox/browser/chrome/devtools/skin/canvasdebugger.css
 lib/firefox/browser/chrome/devtools/skin/changes.css
 lib/firefox/browser/chrome/devtools/skin/chart.css
 lib/firefox/browser/chrome/devtools/skin/components-frame.css
@@ -3209,7 +3256,6 @@ lib/firefox/browser/chrome/devtools/skin
 lib/firefox/browser/chrome/devtools/skin/devtools-browser.css
 lib/firefox/browser/chrome/devtools/skin/floating-scrollbars-responsive-design.css
 lib/firefox/browser/chrome/devtools/skin/fonts.css
-lib/firefox/browser/chrome/devtools/skin/images/aboutdebugging-collapse-icon.svg
 lib/firefox/browser/chrome/devtools/skin/images/aboutdebugging-connect-icon.svg
 lib/firefox/browser/chrome/devtools/skin/images/aboutdebugging-firefox-aurora.svg
 lib/firefox/browser/chrome/devtools/skin/images/aboutdebugging-firefox-beta.svg
@@ -3217,6 +3263,8 @@ lib/firefox/browser/chrome/devtools/skin
 lib/firefox/browser/chrome/devtools/skin/images/aboutdebugging-firefox-nightly.svg
 lib/firefox/browser/chrome/devtools/skin/images/aboutdebugging-firefox-release.svg
 lib/firefox/browser/chrome/devtools/skin/images/aboutdebugging-globe-icon.svg
+lib/firefox/browser/chrome/devtools/skin/images/aboutdebugging-information.svg
+lib/firefox/browser/chrome/devtools/skin/images/aboutdebugging-usb-icon.svg
 lib/firefox/browser/chrome/devtools/skin/images/accessibility.svg
 lib/firefox/browser/chrome/devtools/skin/images/add.svg
 lib/firefox/browser/chrome/devtools/skin/images/alert.svg
@@ -3231,9 +3279,6 @@ lib/firefox/browser/chrome/devtools/skin
 lib/firefox/browser/chrome/devtools/skin/images/arrowhead-up.svg
 lib/firefox/browser/chrome/devtools/skin/images/breadcrumbs-divider.svg
 lib/firefox/browser/chrome/devtools/skin/images/breadcrumbs-scrollbutton.svg
-lib/firefox/browser/chrome/devtools/skin/images/canvasdebugger-step-in.svg
-lib/firefox/browser/chrome/devtools/skin/images/canvasdebugger-step-out.svg
-lib/firefox/browser/chrome/devtools/skin/images/canvasdebugger-step-over.svg
 lib/firefox/browser/chrome/devtools/skin/images/checkbox.svg
 lib/firefox/browser/chrome/devtools/skin/images/clear.svg
 lib/firefox/browser/chrome/devtools/skin/images/close-3-pane.svg
@@ -3263,16 +3308,14 @@ lib/firefox/browser/chrome/devtools/skin
 lib/firefox/browser/chrome/devtools/skin/images/dock-side-right.svg
 lib/firefox/browser/chrome/devtools/skin/images/dock-undock.svg
 lib/firefox/browser/chrome/devtools/skin/images/dropmarker.svg
-lib/firefox/browser/chrome/devtools/skin/images/file-type-general.svg
-lib/firefox/browser/chrome/devtools/skin/images/file-type-image.svg
 lib/firefox/browser/chrome/devtools/skin/images/filter-small.svg
 lib/firefox/browser/chrome/devtools/skin/images/filter-swatch.svg
 lib/firefox/browser/chrome/devtools/skin/images/filter.svg
-lib/firefox/browser/chrome/devtools/skin/images/filters.svg
 lib/firefox/browser/chrome/devtools/skin/images/flexbox-swatch.svg
 lib/firefox/browser/chrome/devtools/skin/images/folder.svg
 lib/firefox/browser/chrome/devtools/skin/images/fox-smiling.svg
 lib/firefox/browser/chrome/devtools/skin/images/geometry-editor.svg
+lib/firefox/browser/chrome/devtools/skin/images/globe-small.svg
 lib/firefox/browser/chrome/devtools/skin/images/globe.svg
 lib/firefox/browser/chrome/devtools/skin/images/grid.svg
 lib/firefox/browser/chrome/devtools/skin/images/help.svg
@@ -3295,7 +3338,6 @@ lib/firefox/browser/chrome/devtools/skin
 lib/firefox/browser/chrome/devtools/skin/images/performance-details-flamegraph.svg
 lib/firefox/browser/chrome/devtools/skin/images/performance-details-waterfall.svg
 lib/firefox/browser/chrome/devtools/skin/images/play.svg
-lib/firefox/browser/chrome/devtools/skin/images/power.svg
 lib/firefox/browser/chrome/devtools/skin/images/profiler-stopwatch.svg
 lib/firefox/browser/chrome/devtools/skin/images/pseudo-class.svg
 lib/firefox/browser/chrome/devtools/skin/images/read-only.svg
@@ -3316,7 +3358,6 @@ lib/firefox/browser/chrome/devtools/skin
 lib/firefox/browser/chrome/devtools/skin/images/sort-descending-arrow.svg
 lib/firefox/browser/chrome/devtools/skin/images/tool-accessibility.svg
 lib/firefox/browser/chrome/devtools/skin/images/tool-application.svg
-lib/firefox/browser/chrome/devtools/skin/images/tool-canvas.svg
 lib/firefox/browser/chrome/devtools/skin/images/tool-debugger.svg
 lib/firefox/browser/chrome/devtools/skin/images/tool-dom.svg
 lib/firefox/browser/chrome/devtools/skin/images/tool-inspector.svg
@@ -3324,10 +3365,8 @@ lib/firefox/browser/chrome/devtools/skin
 lib/firefox/browser/chrome/devtools/skin/images/tool-network.svg
 lib/firefox/browser/chrome/devtools/skin/images/tool-profiler.svg
 lib/firefox/browser/chrome/devtools/skin/images/tool-scratchpad.svg
-lib/firefox/browser/chrome/devtools/skin/images/tool-shadereditor.svg
 lib/firefox/browser/chrome/devtools/skin/images/tool-storage.svg
 lib/firefox/browser/chrome/devtools/skin/images/tool-styleeditor.svg
-lib/firefox/browser/chrome/devtools/skin/images/tool-webaudio.svg
 lib/firefox/browser/chrome/devtools/skin/images/tool-webconsole.svg
 lib/firefox/browser/chrome/devtools/skin/images/vview-delete.svg
 lib/firefox/browser/chrome/devtools/skin/images/vview-edit.svg
@@ -3347,22 +3386,18 @@ lib/firefox/browser/chrome/devtools/skin
 lib/firefox/browser/chrome/devtools/skin/performance.css
 lib/firefox/browser/chrome/devtools/skin/rules.css
 lib/firefox/browser/chrome/devtools/skin/scratchpad.css
-lib/firefox/browser/chrome/devtools/skin/shadereditor.css
 lib/firefox/browser/chrome/devtools/skin/splitview.css
 lib/firefox/browser/chrome/devtools/skin/storage.css
 lib/firefox/browser/chrome/devtools/skin/styleeditor.css
 lib/firefox/browser/chrome/devtools/skin/toolbars.css
 lib/firefox/browser/chrome/devtools/skin/toolbox.css
 lib/firefox/browser/chrome/devtools/skin/tooltips.css
-lib/firefox/browser/chrome/devtools/skin/webaudioeditor.css
 lib/firefox/browser/chrome/devtools/skin/webconsole.css
 lib/firefox/browser/chrome/devtools/skin/widgets.css
 lib/firefox/browser/chrome/en-US/locale/branding/brand.dtd
 lib/firefox/browser/chrome/en-US/locale/branding/brand.properties
 lib/firefox/browser/chrome/en-US/locale/browser-region/region.properties
 lib/firefox/browser/chrome/en-US/locale/browser/aboutPrivateBrowsing.dtd
-lib/firefox/browser/chrome/en-US/locale/browser/aboutRobots.dtd
-lib/firefox/browser/chrome/en-US/locale/browser/aboutTabCrashed.dtd
 lib/firefox/browser/chrome/en-US/locale/browser/accounts.properties
 lib/firefox/browser/chrome/en-US/locale/browser/appstrings.properties
 lib/firefox/browser/chrome/en-US/locale/browser/baseMenuOverlay.dtd
@@ -3378,15 +3413,13 @@ lib/firefox/browser/chrome/en-US/locale/
 lib/firefox/browser/chrome/en-US/locale/browser/migration/migration.dtd
 lib/firefox/browser/chrome/en-US/locale/browser/migration/migration.properties
 lib/firefox/browser/chrome/en-US/locale/browser/netError.dtd
-lib/firefox/browser/chrome/en-US/locale/browser/pageInfo.dtd
-lib/firefox/browser/chrome/en-US/locale/browser/pageInfo.properties
+lib/firefox/browser/chrome/en-US/locale/browser/newInstall.dtd
 lib/firefox/browser/chrome/en-US/locale/browser/places/bookmarkProperties.properties
 lib/firefox/browser/chrome/en-US/locale/browser/places/editBookmarkOverlay.dtd
 lib/firefox/browser/chrome/en-US/locale/browser/places/places.dtd
 lib/firefox/browser/chrome/en-US/locale/browser/places/places.properties
 lib/firefox/browser/chrome/en-US/locale/browser/pocket.properties
 lib/firefox/browser/chrome/en-US/locale/browser/preferences/preferences.properties
-lib/firefox/browser/chrome/en-US/locale/browser/preferences/security.dtd
 lib/firefox/browser/chrome/en-US/locale/browser/safebrowsing/phishing-afterload-warning-message.dtd
 lib/firefox/browser/chrome/en-US/locale/browser/safebrowsing/report-phishing.dtd
 lib/firefox/browser/chrome/en-US/locale/browser/safebrowsing/safebrowsing.properties
@@ -3410,8 +3443,6 @@ lib/firefox/browser/chrome/en-US/locale/
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/animationinspector.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/app-manager.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/boxmodel.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/canvasdebugger.dtd
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/canvasdebugger.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/changes.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/components.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/connection-screen.dtd
@@ -3437,8 +3468,6 @@ lib/firefox/browser/chrome/en-US/locale/
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/responsive.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/scratchpad.dtd
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/scratchpad.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/shadereditor.dtd
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/shadereditor.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/shared.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/sourceeditor.dtd
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/sourceeditor.properties
@@ -3449,8 +3478,6 @@ lib/firefox/browser/chrome/en-US/locale/
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/styleeditor.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/toolbox.dtd
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/toolbox.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/webaudioeditor.dtd
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/webaudioeditor.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/webconsole.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/webide.dtd
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/webide.properties
@@ -3789,21 +3816,9 @@ lib/firefox/browser/chrome/webide/skin/r
 lib/firefox/browser/chrome/webide/skin/throbber.svg
 lib/firefox/browser/chrome/webide/skin/webide.css
 lib/firefox/browser/chrome/webide/skin/wifi-auth.css
-lib/firefox/browser/components/ChromeProfileMigrator.js
 lib/firefox/browser/components/EnterprisePolicies.js
 lib/firefox/browser/components/EnterprisePoliciesContent.js
-lib/firefox/browser/components/FirefoxProfileMigrator.js
-lib/firefox/browser/components/ProfileMigrator.js
-lib/firefox/browser/components/WebProtocolHandlerRegistrar.js
-lib/firefox/browser/components/aboutNewTabService.js
-lib/firefox/browser/components/aboutdebugging-registration.js
-lib/firefox/browser/components/aboutdevtools-registration.js
-lib/firefox/browser/components/aboutdevtoolstoolbox-registration.js
 lib/firefox/browser/components/components.manifest
-lib/firefox/browser/components/devtools-startup.js
-lib/firefox/browser/components/nsBrowserContentHandler.js
-lib/firefox/browser/components/nsBrowserGlue.js
-lib/firefox/browser/components/pdfjs.js
 lib/firefox/browser/defaults/permissions
 lib/firefox/browser/defaults/preferences/debugger.js
 lib/firefox/browser/defaults/preferences/devtools-client.js
@@ -3817,6 +3832,7 @@ lib/firefox/browser/defaults/settings/bl
 lib/firefox/browser/defaults/settings/blocklists/gfx.json
 lib/firefox/browser/defaults/settings/blocklists/plugins.json
 lib/firefox/browser/defaults/settings/main/example.json
+lib/firefox/browser/defaults/settings/main/hijack-blocklists.json
 lib/firefox/browser/defaults/settings/main/language-dictionaries.json
 lib/firefox/browser/defaults/settings/main/onboarding.json
 lib/firefox/browser/defaults/settings/main/sites-classification.json
@@ -3826,11 +3842,11 @@ lib/firefox/browser/features/formautofil
 lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome.manifest
 lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/FormAutofillFrameScript.js
 lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/autofillEditForms.js
+lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/customElements.js
 lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/editAddress.xhtml
 lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/editCreditCard.xhtml
 lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/editDialog.js
 lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/formautofill.css
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/formautofill.xml
 lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/formfill-anchor.svg
 lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/heuristicsRegexp.js
 lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/icon-address-save.svg
@@ -3879,6 +3895,19 @@ lib/firefox/browser/features/formautofil
 lib/firefox/browser/features/formautofill%mozilla.org@localhost/en-US/locale/en-US/formautofill.properties
 lib/firefox/browser/features/formautofill%mozilla.org@localhost/manifest.json
 lib/firefox/browser/features/formautofill%mozilla.org@localhost/schema.json
+lib/firefox/browser/features/fxmonitor%mozilla.org@localhost/assets/alert.svg
+lib/firefox/browser/features/fxmonitor%mozilla.org@localhost/assets/monitor32.svg
+lib/firefox/browser/features/fxmonitor%mozilla.org@localhost/background.js
+lib/firefox/browser/features/fxmonitor%mozilla.org@localhost/chrome.manifest
+lib/firefox/browser/features/fxmonitor%mozilla.org@localhost/en-US/locale/en-US/fxmonitor.properties
+lib/firefox/browser/features/fxmonitor%mozilla.org@localhost/manifest.json
+lib/firefox/browser/features/fxmonitor%mozilla.org@localhost/privileged/FirefoxMonitor.css
+lib/firefox/browser/features/fxmonitor%mozilla.org@localhost/privileged/FirefoxMonitor.jsm
+lib/firefox/browser/features/fxmonitor%mozilla.org@localhost/privileged/api.js
+lib/firefox/browser/features/fxmonitor%mozilla.org@localhost/privileged/schema.json
+lib/firefox/browser/features/fxmonitor%mozilla.org@localhost/privileged/subscripts/EveryWindow.jsm
+lib/firefox/browser/features/fxmonitor%mozilla.org@localhost/privileged/subscripts/Globals.jsm
+lib/firefox/browser/features/fxmonitor%mozilla.org@localhost/privileged/subscripts/PanelUI.jsm
 lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/ach/messages.json
 lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/ar/messages.json
 lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/ast/messages.json
@@ -3897,7 +3926,6 @@ lib/firefox/browser/features/screenshots
 lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/de/messages.json
 lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/dsb/messages.json
 lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/el/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/en_CA/messages.json
 lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/en_GB/messages.json
 lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/en_US/messages.json
 lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/eo/messages.json
@@ -3959,6 +3987,7 @@ lib/firefox/browser/features/screenshots
 lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/sl/messages.json
 lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/sq/messages.json
 lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/sr/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/su/messages.json
 lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/sv_SE/messages.json
 lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/ta/messages.json
 lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/te/messages.json
@@ -4004,6 +4033,7 @@ lib/firefox/browser/features/screenshots
 lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/copied-notification.svg
 lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/copy.svg
 lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/done.svg
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/download-white.svg
 lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/download.svg
 lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/help-16.svg
 lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/icon-highlight-32-v2.svg
@@ -4017,8 +4047,6 @@ lib/firefox/browser/features/screenshots
 lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/onboarding-2.png
 lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/onboarding-3.png
 lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/onboarding-4.png
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/onboarding-5.png
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/onboarding-6.png
 lib/firefox/browser/features/screenshots%mozilla.org@localhost/log.js
 lib/firefox/browser/features/screenshots%mozilla.org@localhost/makeUuid.js
 lib/firefox/browser/features/screenshots%mozilla.org@localhost/manifest.json
@@ -4033,8 +4061,6 @@ lib/firefox/browser/features/screenshots
 lib/firefox/browser/features/screenshots%mozilla.org@localhost/selector/uicontrol.js
 lib/firefox/browser/features/screenshots%mozilla.org@localhost/selector/util.js
 lib/firefox/browser/features/screenshots%mozilla.org@localhost/sitehelper.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/test/browser/browser.ini
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/test/browser/browser_screenshots_ui_check.js
 lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/background.js
 lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/chrome.manifest
 lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/en-US/locale/en-US/webcompat.properties
@@ -4050,8 +4076,16 @@ lib/firefox/browser/features/webcompat-r
 lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/experimentalAPIs/tabExtras.json
 lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/icons/lightbulb.svg
 lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/manifest.json
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/aboutCompat.css
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/aboutCompat.html
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/aboutCompat.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/aboutConfigPrefs.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/aboutConfigPrefs.json
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/aboutPage.js
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/aboutPage.json
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/background.js
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/chrome/res/AboutCompat.jsm
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/chrome/res/aboutPageProcessScript.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/css/bug0000000-dummy-css-injection.css
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/css/bug1526977-sreedharscce.in-login-fix.css
@@ -4064,13 +4098,19 @@ lib/firefox/browser/features/webcompat@m
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/manifest.json
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/ua_overrides.js
 lib/firefox/browser/localization/en-US/branding/brand.ftl
+lib/firefox/browser/localization/en-US/browser/aboutConfig.ftl
 lib/firefox/browser/localization/en-US/browser/aboutDialog.ftl
 lib/firefox/browser/localization/en-US/browser/aboutPolicies.ftl
 lib/firefox/browser/localization/en-US/browser/aboutRestartRequired.ftl
+lib/firefox/browser/localization/en-US/browser/aboutRobots.ftl
 lib/firefox/browser/localization/en-US/browser/aboutSessionRestore.ftl
+lib/firefox/browser/localization/en-US/browser/aboutTabCrashed.ftl
+lib/firefox/browser/localization/en-US/browser/branding/brandings.ftl
 lib/firefox/browser/localization/en-US/browser/branding/sync-brand.ftl
+lib/firefox/browser/localization/en-US/browser/newInstallPage.ftl
 lib/firefox/browser/localization/en-US/browser/newtab/asrouter.ftl
 lib/firefox/browser/localization/en-US/browser/newtab/onboarding.ftl
+lib/firefox/browser/localization/en-US/browser/pageInfo.ftl
 lib/firefox/browser/localization/en-US/browser/policies/policies-descriptions.ftl
 lib/firefox/browser/localization/en-US/browser/preferences/applicationManager.ftl
 lib/firefox/browser/localization/en-US/browser/preferences/blocklists.ftl
@@ -4079,6 +4119,7 @@ lib/firefox/browser/localization/en-US/b
 lib/firefox/browser/localization/en-US/browser/preferences/connection.ftl
 lib/firefox/browser/localization/en-US/browser/preferences/containers.ftl
 lib/firefox/browser/localization/en-US/browser/preferences/fonts.ftl
+lib/firefox/browser/localization/en-US/browser/preferences/fxaPairDevice.ftl
 lib/firefox/browser/localization/en-US/browser/preferences/languages.ftl
 lib/firefox/browser/localization/en-US/browser/preferences/permissions.ftl
 lib/firefox/browser/localization/en-US/browser/preferences/preferences.ftl
@@ -4091,12 +4132,19 @@ lib/firefox/browser/localization/en-US/b
 lib/firefox/browser/localization/en-US/browser/touchbar/touchbar.ftl
 lib/firefox/browser/localization/en-US/devtools/application.ftl
 lib/firefox/browser/localization/en-US/startup/aboutDevTools.ftl
+lib/firefox/browser/modules/AboutDebuggingRegistration.jsm
+lib/firefox/browser/modules/AboutDevToolsRegistration.jsm
+lib/firefox/browser/modules/AboutDevToolsToolboxRegistration.jsm
 lib/firefox/browser/modules/AboutNewTab.jsm
+lib/firefox/browser/modules/AboutNewTabService.jsm
 lib/firefox/browser/modules/AsyncTabSwitcher.jsm
 lib/firefox/browser/modules/AttributionCode.jsm
+lib/firefox/browser/modules/BrowserContentHandler.jsm
+lib/firefox/browser/modules/BrowserGlue.jsm
 lib/firefox/browser/modules/BrowserUsageTelemetry.jsm
 lib/firefox/browser/modules/BrowserWindowTracker.jsm
 lib/firefox/browser/modules/ChromeMigrationUtils.jsm
+lib/firefox/browser/modules/ChromeProfileMigrator.jsm
 lib/firefox/browser/modules/ContentClick.jsm
 lib/firefox/browser/modules/ContentCrashHandlers.jsm
 lib/firefox/browser/modules/ContentMetaHandler.jsm
@@ -4105,6 +4153,7 @@ lib/firefox/browser/modules/ContentSearc
 lib/firefox/browser/modules/CustomizableUI.jsm
 lib/firefox/browser/modules/CustomizableWidgets.jsm
 lib/firefox/browser/modules/CustomizeMode.jsm
+lib/firefox/browser/modules/DevToolsStartup.jsm
 lib/firefox/browser/modules/Discovery.jsm
 lib/firefox/browser/modules/DownloadsCommon.jsm
 lib/firefox/browser/modules/DownloadsSubview.jsm
@@ -4115,6 +4164,7 @@ lib/firefox/browser/modules/ExtensionCon
 lib/firefox/browser/modules/ExtensionPopups.jsm
 lib/firefox/browser/modules/ExtensionsUI.jsm
 lib/firefox/browser/modules/FaviconLoader.jsm
+lib/firefox/browser/modules/FirefoxProfileMigrator.jsm
 lib/firefox/browser/modules/FormValidationHandler.jsm
 lib/firefox/browser/modules/HeadlessShell.jsm
 lib/firefox/browser/modules/HomePage.jsm
@@ -4124,29 +4174,31 @@ lib/firefox/browser/modules/MigrationUti
 lib/firefox/browser/modules/OpenInTabsUtils.jsm
 lib/firefox/browser/modules/PageActions.jsm
 lib/firefox/browser/modules/PanelMultiView.jsm
-lib/firefox/browser/modules/ParseBreakpadSymbols-worker.js
-lib/firefox/browser/modules/ParseNMSymbols-worker.js
-lib/firefox/browser/modules/ParseSymbols.jsm
 lib/firefox/browser/modules/PermissionUI.jsm
+lib/firefox/browser/modules/PermissionUITelemetry.jsm
 lib/firefox/browser/modules/PingCentre.jsm
 lib/firefox/browser/modules/PlacesUIUtils.jsm
 lib/firefox/browser/modules/ProcessHangMonitor.jsm
+lib/firefox/browser/modules/ProfileMigrator.jsm
+lib/firefox/browser/modules/ProfilerGetSymbols-worker.js
+lib/firefox/browser/modules/ProfilerGetSymbols.jsm
 lib/firefox/browser/modules/ReaderParent.jsm
 lib/firefox/browser/modules/RemotePrompt.jsm
 lib/firefox/browser/modules/Sanitizer.jsm
-lib/firefox/browser/modules/ScrollbarSampler.jsm
 lib/firefox/browser/modules/SearchTelemetry.jsm
 lib/firefox/browser/modules/SearchWidgetTracker.jsm
 lib/firefox/browser/modules/SelectionChangedMenulist.jsm
 lib/firefox/browser/modules/ShellService.jsm
 lib/firefox/browser/modules/SiteDataManager.jsm
 lib/firefox/browser/modules/SitePermissions.jsm
+lib/firefox/browser/modules/TabUnloader.jsm
 lib/firefox/browser/modules/TabsList.jsm
 lib/firefox/browser/modules/ThemeVariableMap.jsm
 lib/firefox/browser/modules/TransientPrefs.jsm
 lib/firefox/browser/modules/UITour.jsm
 lib/firefox/browser/modules/UITourChild.jsm
 lib/firefox/browser/modules/UrlbarController.jsm
+lib/firefox/browser/modules/UrlbarEventBufferer.jsm
 lib/firefox/browser/modules/UrlbarInput.jsm
 lib/firefox/browser/modules/UrlbarMuxerUnifiedComplete.jsm
 lib/firefox/browser/modules/UrlbarPrefs.jsm
@@ -4158,14 +4210,17 @@ lib/firefox/browser/modules/UrlbarTokeni
 lib/firefox/browser/modules/UrlbarUtils.jsm
 lib/firefox/browser/modules/UrlbarValueFormatter.jsm
 lib/firefox/browser/modules/UrlbarView.jsm
+lib/firefox/browser/modules/WebProtocolHandlerRegistrar.jsm
 lib/firefox/browser/modules/ZoomUI.jsm
 lib/firefox/browser/modules/aboutpages/AboutPrivateBrowsingHandler.jsm
 lib/firefox/browser/modules/distribution.js
+lib/firefox/browser/modules/pdfjs.js
 lib/firefox/browser/modules/policies/BookmarksPolicies.jsm
 lib/firefox/browser/modules/policies/Policies.jsm
 lib/firefox/browser/modules/policies/ProxyPolicies.jsm
 lib/firefox/browser/modules/policies/WebsiteFilter.jsm
 lib/firefox/browser/modules/policies/schema.jsm
+lib/firefox/browser/modules/profiler_get_symbols.js
 lib/firefox/browser/modules/sessionstore/ContentRestore.jsm
 lib/firefox/browser/modules/sessionstore/ContentSessionStore.jsm
 lib/firefox/browser/modules/sessionstore/GlobalState.jsm
@@ -4176,7 +4231,6 @@ lib/firefox/browser/modules/sessionstore
 lib/firefox/browser/modules/sessionstore/SessionMigration.jsm
 lib/firefox/browser/modules/sessionstore/SessionSaver.jsm
 lib/firefox/browser/modules/sessionstore/SessionStartup.jsm
-lib/firefox/browser/modules/sessionstore/SessionStorage.jsm
 lib/firefox/browser/modules/sessionstore/SessionStore.jsm
 lib/firefox/browser/modules/sessionstore/SessionWorker.js
 lib/firefox/browser/modules/sessionstore/SessionWorker.jsm
@@ -4219,7 +4273,6 @@ lib/firefox/chrome/en-US/locale/en-US/gl
 lib/firefox/chrome/en-US/locale/en-US/global-platform/win/platformKeys.properties
 lib/firefox/chrome/en-US/locale/en-US/global/AccessFu.properties
 lib/firefox/chrome/en-US/locale/en-US/global/aboutReader.properties
-lib/firefox/chrome/en-US/locale/en-US/global/aboutRights.dtd
 lib/firefox/chrome/en-US/locale/en-US/global/aboutStudies.properties
 lib/firefox/chrome/en-US/locale/en-US/global/aboutTelemetry.dtd
 lib/firefox/chrome/en-US/locale/en-US/global/aboutTelemetry.properties
@@ -4262,10 +4315,7 @@ lib/firefox/chrome/en-US/locale/en-US/gl
 lib/firefox/chrome/en-US/locale/en-US/global/notification.dtd
 lib/firefox/chrome/en-US/locale/en-US/global/nsWebBrowserPersist.properties
 lib/firefox/chrome/en-US/locale/en-US/global/plugins.properties
-lib/firefox/chrome/en-US/locale/en-US/global/printPageSetup.dtd
 lib/firefox/chrome/en-US/locale/en-US/global/printPreview.dtd
-lib/firefox/chrome/en-US/locale/en-US/global/printPreviewProgress.dtd
-lib/firefox/chrome/en-US/locale/en-US/global/printProgress.dtd
 lib/firefox/chrome/en-US/locale/en-US/global/printdialog.properties
 lib/firefox/chrome/en-US/locale/en-US/global/printing.properties
 lib/firefox/chrome/en-US/locale/en-US/global/resetProfile.dtd
@@ -4295,6 +4345,7 @@ lib/firefox/chrome/en-US/locale/en-US/mo
 lib/firefox/chrome/en-US/locale/en-US/mozapps/handling/handling.dtd
 lib/firefox/chrome/en-US/locale/en-US/mozapps/handling/handling.properties
 lib/firefox/chrome/en-US/locale/en-US/mozapps/profile/createProfileWizard.dtd
+lib/firefox/chrome/en-US/locale/en-US/mozapps/profile/profileDowngrade.dtd
 lib/firefox/chrome/en-US/locale/en-US/mozapps/profile/profileSelection.dtd
 lib/firefox/chrome/en-US/locale/en-US/mozapps/profile/profileSelection.properties
 lib/firefox/chrome/en-US/locale/en-US/mozapps/update/updates.dtd
@@ -4501,16 +4552,12 @@ lib/firefox/chrome/toolkit/content/globa
 lib/firefox/chrome/toolkit/content/global/bindings/autocomplete.xml
 lib/firefox/chrome/toolkit/content/global/bindings/button.xml
 lib/firefox/chrome/toolkit/content/global/bindings/calendar.js
-lib/firefox/chrome/toolkit/content/global/bindings/checkbox.xml
 lib/firefox/chrome/toolkit/content/global/bindings/datekeeper.js
 lib/firefox/chrome/toolkit/content/global/bindings/datepicker.js
 lib/firefox/chrome/toolkit/content/global/bindings/datetimebox.css
-lib/firefox/chrome/toolkit/content/global/bindings/datetimebox.xml
 lib/firefox/chrome/toolkit/content/global/bindings/dialog.xml
 lib/firefox/chrome/toolkit/content/global/bindings/general.xml
 lib/firefox/chrome/toolkit/content/global/bindings/menu.xml
-lib/firefox/chrome/toolkit/content/global/bindings/menulist.xml
-lib/firefox/chrome/toolkit/content/global/bindings/notification.xml
 lib/firefox/chrome/toolkit/content/global/bindings/popup.xml
 lib/firefox/chrome/toolkit/content/global/bindings/radio.xml
 lib/firefox/chrome/toolkit/content/global/bindings/richlistbox.xml
@@ -4522,8 +4569,6 @@ lib/firefox/chrome/toolkit/content/globa
 lib/firefox/chrome/toolkit/content/global/bindings/timekeeper.js
 lib/firefox/chrome/toolkit/content/global/bindings/timepicker.js
 lib/firefox/chrome/toolkit/content/global/bindings/toolbarbutton.xml
-lib/firefox/chrome/toolkit/content/global/bindings/tree.xml
-lib/firefox/chrome/toolkit/content/global/bindings/videocontrols.xml
 lib/firefox/chrome/toolkit/content/global/bindings/wizard.xml
 lib/firefox/chrome/toolkit/content/global/browser-child.js
 lib/firefox/chrome/toolkit/content/global/browser-content.js
@@ -4540,22 +4585,30 @@ lib/firefox/chrome/toolkit/content/globa
 lib/firefox/chrome/toolkit/content/global/datepicker.xhtml
 lib/firefox/chrome/toolkit/content/global/directionDetector.html
 lib/firefox/chrome/toolkit/content/global/editMenuOverlay.js
+lib/firefox/chrome/toolkit/content/global/elements/autocomplete-popup.js
+lib/firefox/chrome/toolkit/content/global/elements/autocomplete-richlistitem.js
 lib/firefox/chrome/toolkit/content/global/elements/browser-custom-element.js
+lib/firefox/chrome/toolkit/content/global/elements/checkbox.js
 lib/firefox/chrome/toolkit/content/global/elements/datetimebox.js
 lib/firefox/chrome/toolkit/content/global/elements/editor.js
 lib/firefox/chrome/toolkit/content/global/elements/findbar.js
 lib/firefox/chrome/toolkit/content/global/elements/general.js
 lib/firefox/chrome/toolkit/content/global/elements/marquee.css
 lib/firefox/chrome/toolkit/content/global/elements/marquee.js
+lib/firefox/chrome/toolkit/content/global/elements/menu.js
+lib/firefox/chrome/toolkit/content/global/elements/menulist.js
 lib/firefox/chrome/toolkit/content/global/elements/notificationbox.js
 lib/firefox/chrome/toolkit/content/global/elements/pluginProblem.js
+lib/firefox/chrome/toolkit/content/global/elements/popupnotification.js
 lib/firefox/chrome/toolkit/content/global/elements/radio.js
 lib/firefox/chrome/toolkit/content/global/elements/richlistbox.js
 lib/firefox/chrome/toolkit/content/global/elements/stringbundle.js
 lib/firefox/chrome/toolkit/content/global/elements/tabbox.js
+lib/firefox/chrome/toolkit/content/global/elements/text.js
 lib/firefox/chrome/toolkit/content/global/elements/textbox.js
 lib/firefox/chrome/toolkit/content/global/elements/tree.js
 lib/firefox/chrome/toolkit/content/global/elements/videocontrols.js
+lib/firefox/chrome/toolkit/content/global/elements/wizard.js
 lib/firefox/chrome/toolkit/content/global/filepicker.properties
 lib/firefox/chrome/toolkit/content/global/globalOverlay.js
 lib/firefox/chrome/toolkit/content/global/gmp-sources/openh264.json
@@ -4602,15 +4655,18 @@ lib/firefox/chrome/toolkit/content/globa
 lib/firefox/chrome/toolkit/content/global/xul.css
 lib/firefox/chrome/toolkit/content/mozapps/downloads/unknownContentType.xul
 lib/firefox/chrome/toolkit/content/mozapps/extensions/OpenH264-license.txt
-lib/firefox/chrome/toolkit/content/mozapps/extensions/blocklist.css
+lib/firefox/chrome/toolkit/content/mozapps/extensions/aboutaddons.css
+lib/firefox/chrome/toolkit/content/mozapps/extensions/aboutaddons.html
+lib/firefox/chrome/toolkit/content/mozapps/extensions/aboutaddons.js
 lib/firefox/chrome/toolkit/content/mozapps/extensions/blocklist.js
-lib/firefox/chrome/toolkit/content/mozapps/extensions/blocklist.xml
 lib/firefox/chrome/toolkit/content/mozapps/extensions/blocklist.xul
 lib/firefox/chrome/toolkit/content/mozapps/extensions/default-theme-icon.svg
 lib/firefox/chrome/toolkit/content/mozapps/extensions/extensions.css
 lib/firefox/chrome/toolkit/content/mozapps/extensions/extensions.js
 lib/firefox/chrome/toolkit/content/mozapps/extensions/extensions.xml
 lib/firefox/chrome/toolkit/content/mozapps/extensions/extensions.xul
+lib/firefox/chrome/toolkit/content/mozapps/extensions/panel-item.css
+lib/firefox/chrome/toolkit/content/mozapps/extensions/panel-list.css
 lib/firefox/chrome/toolkit/content/mozapps/extensions/pluginPrefs.js
 lib/firefox/chrome/toolkit/content/mozapps/extensions/pluginPrefs.xul
 lib/firefox/chrome/toolkit/content/mozapps/extensions/shortcuts.css
@@ -4620,7 +4676,6 @@ lib/firefox/chrome/toolkit/content/mozap
 lib/firefox/chrome/toolkit/content/mozapps/handling/dialog.js
 lib/firefox/chrome/toolkit/content/mozapps/handling/dialog.xul
 lib/firefox/chrome/toolkit/content/mozapps/handling/handler.css
-lib/firefox/chrome/toolkit/content/mozapps/handling/handler.xml
 lib/firefox/chrome/toolkit/content/mozapps/preferences/changemp.js
 lib/firefox/chrome/toolkit/content/mozapps/preferences/changemp.xul
 lib/firefox/chrome/toolkit/content/mozapps/preferences/fontbuilder.js
@@ -4628,16 +4683,17 @@ lib/firefox/chrome/toolkit/content/mozap
 lib/firefox/chrome/toolkit/content/mozapps/preferences/removemp.xul
 lib/firefox/chrome/toolkit/content/mozapps/profile/createProfileWizard.js
 lib/firefox/chrome/toolkit/content/mozapps/profile/createProfileWizard.xul
+lib/firefox/chrome/toolkit/content/mozapps/profile/profileDowngrade.js
+lib/firefox/chrome/toolkit/content/mozapps/profile/profileDowngrade.xul
 lib/firefox/chrome/toolkit/content/mozapps/profile/profileSelection.js
 lib/firefox/chrome/toolkit/content/mozapps/profile/profileSelection.xul
 lib/firefox/chrome/toolkit/content/passwordmgr/passwordManager.js
 lib/firefox/chrome/toolkit/content/passwordmgr/passwordManager.xul
 lib/firefox/chrome/toolkit/content/passwordmgr/recipes.json
 lib/firefox/chrome/toolkit/content/providers.json
-lib/firefox/chrome/toolkit/content/satchel/formSubmitListener.js
-lib/firefox/chrome/toolkit/content/xbl-marquee/xbl-marquee.css
-lib/firefox/chrome/toolkit/content/xbl-marquee/xbl-marquee.xml
-lib/firefox/chrome/toolkit/pluginproblem/pluginProblem.xml
+lib/firefox/chrome/toolkit/featuregates/FeatureGate.jsm
+lib/firefox/chrome/toolkit/featuregates/FeatureGateImplementation.jsm
+lib/firefox/chrome/toolkit/featuregates/feature_definitions.json
 lib/firefox/chrome/toolkit/pluginproblem/pluginProblemContent.css
 lib/firefox/chrome/toolkit/res/accessiblecaret-normal%1.5x.png@localhost
 lib/firefox/chrome/toolkit/res/accessiblecaret-normal%1x.png@localhost
@@ -4659,9 +4715,6 @@ lib/firefox/chrome/toolkit/res/arrowd-ri
 lib/firefox/chrome/toolkit/res/arrowd.gif
 lib/firefox/chrome/toolkit/res/broken-image.png
 lib/firefox/chrome/toolkit/res/counterstyles.css
-lib/firefox/chrome/toolkit/res/featuregates/FeatureGate.jsm
-lib/firefox/chrome/toolkit/res/featuregates/FeatureGateImplementation.jsm
-lib/firefox/chrome/toolkit/res/featuregates/feature_definitions.json
 lib/firefox/chrome/toolkit/res/forms.css
 lib/firefox/chrome/toolkit/res/hiddenWindow.html
 lib/firefox/chrome/toolkit/res/html.css
@@ -4753,6 +4806,7 @@ lib/firefox/chrome/toolkit/skin/classic/
 lib/firefox/chrome/toolkit/skin/classic/global/icons/check.svg
 lib/firefox/chrome/toolkit/skin/classic/global/icons/close.svg
 lib/firefox/chrome/toolkit/skin/classic/global/icons/columnpicker.svg
+lib/firefox/chrome/toolkit/skin/classic/global/icons/delete.svg
 lib/firefox/chrome/toolkit/skin/classic/global/icons/error-16.png
 lib/firefox/chrome/toolkit/skin/classic/global/icons/error.svg
 lib/firefox/chrome/toolkit/skin/classic/global/icons/find-next-arrow.svg
@@ -4762,6 +4816,7 @@ lib/firefox/chrome/toolkit/skin/classic/
 lib/firefox/chrome/toolkit/skin/classic/global/icons/info.svg
 lib/firefox/chrome/toolkit/skin/classic/global/icons/loading.png
 lib/firefox/chrome/toolkit/skin/classic/global/icons/loading%2x.png@localhost
+lib/firefox/chrome/toolkit/skin/classic/global/icons/more.svg
 lib/firefox/chrome/toolkit/skin/classic/global/icons/performance.svg
 lib/firefox/chrome/toolkit/skin/classic/global/icons/question-16.png
 lib/firefox/chrome/toolkit/skin/classic/global/icons/question-64.png
@@ -4874,84 +4929,14 @@ lib/firefox/chrome/toolkit/skin/classic/
 lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/utilities.svg
 lib/firefox/chrome/toolkit/skin/classic/mozapps/handling/handling.css
 lib/firefox/chrome/toolkit/skin/classic/mozapps/places/defaultFavicon.svg
+lib/firefox/chrome/toolkit/skin/classic/mozapps/profile/information.svg
+lib/firefox/chrome/toolkit/skin/classic/mozapps/profile/profileDowngrade.css
 lib/firefox/chrome/toolkit/skin/classic/mozapps/profile/profileSelection.css
 lib/firefox/chrome/toolkit/skin/classic/mozapps/update/downloadButtons.png
 lib/firefox/chrome/toolkit/skin/classic/mozapps/update/updates.css
-lib/firefox/components/BrowserElementParent.js
-lib/firefox/components/ClearDataService.js
-lib/firefox/components/ColorAnalyzer.js
-lib/firefox/components/ConsoleAPIStorage.js
-lib/firefox/components/ContentPrefService2.js
-lib/firefox/components/ContentProcessSingleton.js
-lib/firefox/components/DownloadLegacy.js
-lib/firefox/components/FormHistoryStartup.js
-lib/firefox/components/FxAccountsPush.js
 lib/firefox/components/HandlerService.js
-lib/firefox/components/MainProcessSingleton.js
-lib/firefox/components/NetworkGeolocationProvider.js
-lib/firefox/components/NotificationStorage.js
-lib/firefox/components/PageIconProtocolHandler.js
-lib/firefox/components/PageThumbsStorageService.js
-${PLIST.webrtc}lib/firefox/components/PeerConnection.js
-lib/firefox/components/PlacesCategoriesStarter.js
-lib/firefox/components/PresentationControlService.js
-lib/firefox/components/PresentationDataChannelSessionTransport.js
-lib/firefox/components/ProcessSelector.js
-lib/firefox/components/Push.js
-lib/firefox/components/PushComponents.js
-lib/firefox/components/RemoteSettingsComponents.js
-lib/firefox/components/RemoteWebNavigation.js
-lib/firefox/components/SecurityReporter.js
-lib/firefox/components/SlowScriptDebug.js
-lib/firefox/components/TelemetryStartup.js
-lib/firefox/components/TooltipTextProvider.js
-lib/firefox/components/UAOverridesBootstrapper.js
-lib/firefox/components/UnifiedComplete.js
-lib/firefox/components/Weave.js
-lib/firefox/components/WebVTTParserWrapper.js
-lib/firefox/components/WellKnownOpportunisticUtils.js
-lib/firefox/components/XULStore.js
-lib/firefox/components/addonManager.js
-lib/firefox/components/amContentHandler.js
-lib/firefox/components/amInstallTrigger.js
-lib/firefox/components/amWebAPI.js
-lib/firefox/components/captivedetect.js
 lib/firefox/components/components.manifest
-lib/firefox/components/contentAreaDropListener.js
-lib/firefox/components/crypto-SDR.js
-lib/firefox/components/htmlMenuBuilder.js
 lib/firefox/components/marionette.js
-lib/firefox/components/mozDOMLocalization.js
-lib/firefox/components/mozIntl.js
-lib/firefox/components/mozProtocolHandler.js
-lib/firefox/components/nsAsyncShutdown.js
-lib/firefox/components/nsContentDispatchChooser.js
-lib/firefox/components/nsCrashMonitor.js
-lib/firefox/components/nsDNSServiceDiscovery.js
-lib/firefox/components/nsDefaultCLH.js
-lib/firefox/components/nsFormAutoComplete.js
-lib/firefox/components/nsHelperAppDlg.js
-lib/firefox/components/nsInputListAutoComplete.js
-lib/firefox/components/nsLoginInfo.js
-lib/firefox/components/nsLoginManager.js
-lib/firefox/components/nsLoginManagerPrompter.js
-lib/firefox/components/nsPlacesExpiration.js
-lib/firefox/components/nsPrompter.js
-lib/firefox/components/nsSearchService.js
-lib/firefox/components/nsSearchSuggestions.js
-lib/firefox/components/nsSidebar.js
-lib/firefox/components/nsTaggingService.js
-lib/firefox/components/nsTerminatorTelemetry.js
-lib/firefox/components/nsURLFormatter.js
-lib/firefox/components/nsUpdateTimerManager.js
-lib/firefox/components/nsUrlClassifierHashCompleter.js
-lib/firefox/components/nsUrlClassifierLib.js
-lib/firefox/components/nsUrlClassifierListManager.js
-lib/firefox/components/nsWebHandlerApp.js
-lib/firefox/components/recording-cmdline.js
-lib/firefox/components/shield-content-process.js
-lib/firefox/components/simpleServices.js
-lib/firefox/components/storage-json.js
 lib/firefox/contentaccessible/ImageDocument.css
 lib/firefox/contentaccessible/TopLevelImageDocument.css
 lib/firefox/contentaccessible/TopLevelVideoDocument.css
@@ -5018,19 +5003,23 @@ lib/firefox/localization/en-US/security/
 lib/firefox/localization/en-US/security/certificates/deviceManager.ftl
 lib/firefox/localization/en-US/toolkit/about/aboutAbout.ftl
 lib/firefox/localization/en-US/toolkit/about/aboutAddons.ftl
+lib/firefox/localization/en-US/toolkit/about/aboutCompat.ftl
 lib/firefox/localization/en-US/toolkit/about/aboutConfig.ftl
 lib/firefox/localization/en-US/toolkit/about/aboutNetworking.ftl
 lib/firefox/localization/en-US/toolkit/about/aboutPerformance.ftl
 lib/firefox/localization/en-US/toolkit/about/aboutPlugins.ftl
 lib/firefox/localization/en-US/toolkit/about/aboutProfiles.ftl
+lib/firefox/localization/en-US/toolkit/about/aboutRights.ftl
 lib/firefox/localization/en-US/toolkit/about/aboutServiceWorkers.ftl
 lib/firefox/localization/en-US/toolkit/about/aboutSupport.ftl
 lib/firefox/localization/en-US/toolkit/about/url-classifier.ftl
+lib/firefox/localization/en-US/toolkit/global/resetProfile.ftl
 lib/firefox/localization/en-US/toolkit/intl/languageNames.ftl
 lib/firefox/localization/en-US/toolkit/intl/regionNames.ftl
 lib/firefox/localization/en-US/toolkit/main-window/editmenu.ftl
 lib/firefox/localization/en-US/toolkit/main-window/findbar.ftl
 lib/firefox/localization/en-US/toolkit/preferences/preferences.ftl
+lib/firefox/localization/en-US/toolkit/printing/printDialogs.ftl
 lib/firefox/localization/en-US/toolkit/updates/history.ftl
 lib/firefox/modules/AboutPagesUtils.jsm
 lib/firefox/modules/AboutReader.jsm
@@ -5046,29 +5035,33 @@ lib/firefox/modules/AutoCompletePopup.js
 lib/firefox/modules/AutoCompletePopupContent.jsm
 lib/firefox/modules/AutoScrollController.jsm
 lib/firefox/modules/BackgroundPageThumbs.jsm
-lib/firefox/modules/Battery.jsm
 lib/firefox/modules/BinarySearch.jsm
 lib/firefox/modules/Blocklist.jsm
 lib/firefox/modules/BookmarkHTMLUtils.jsm
 lib/firefox/modules/BookmarkJSONUtils.jsm
 lib/firefox/modules/Bookmarks.jsm
+lib/firefox/modules/BrowserElementParent.jsm
 lib/firefox/modules/BrowserElementPromptService.jsm
 lib/firefox/modules/BrowserUtils.jsm
 lib/firefox/modules/CanonicalJSON.jsm
+lib/firefox/modules/CaptiveDetect.jsm
 lib/firefox/modules/CertUtils.jsm
 lib/firefox/modules/CharsetMenu.jsm
+lib/firefox/modules/ClearDataService.jsm
 lib/firefox/modules/ClientID.jsm
 lib/firefox/modules/CloudStorage.jsm
-lib/firefox/modules/ClusterLib.js
 lib/firefox/modules/Color.jsm
-lib/firefox/modules/ColorAnalyzer_worker.js
-lib/firefox/modules/ColorConversion.js
 lib/firefox/modules/CommonDialog.jsm
 lib/firefox/modules/Console.jsm
+lib/firefox/modules/ConsoleAPIStorage.jsm
+lib/firefox/modules/ContentAreaDropListener.jsm
+lib/firefox/modules/ContentDispatchChooser.jsm
+lib/firefox/modules/ContentPrefService2.jsm
 lib/firefox/modules/ContentPrefServiceChild.jsm
 lib/firefox/modules/ContentPrefServiceParent.jsm
 lib/firefox/modules/ContentPrefStore.jsm
 lib/firefox/modules/ContentPrefUtils.jsm
+lib/firefox/modules/ContentProcessSingleton.jsm
 lib/firefox/modules/ContextualIdentityService.jsm
 lib/firefox/modules/CoveragePing.jsm
 lib/firefox/modules/CrashMonitor.jsm
@@ -5078,6 +5071,7 @@ lib/firefox/modules/CustomElementsListen
 lib/firefox/modules/DNSPacket.jsm
 lib/firefox/modules/DNSRecord.jsm
 lib/firefox/modules/DNSResourceRecord.jsm
+lib/firefox/modules/DNSServiceDiscovery.jsm
 lib/firefox/modules/DNSTypes.jsm
 lib/firefox/modules/DOMLocalization.jsm
 lib/firefox/modules/DOMRequestHelper.jsm
@@ -5085,12 +5079,14 @@ lib/firefox/modules/DataReader.jsm
 lib/firefox/modules/DataWriter.jsm
 lib/firefox/modules/DateTimePickerPanel.jsm
 lib/firefox/modules/DateTimePickerParent.jsm
+lib/firefox/modules/DefaultCLH.jsm
 lib/firefox/modules/DeferredTask.jsm
 lib/firefox/modules/Deprecated.jsm
 lib/firefox/modules/DownloadCore.jsm
 lib/firefox/modules/DownloadHistory.jsm
 lib/firefox/modules/DownloadIntegration.jsm
 lib/firefox/modules/DownloadLastDir.jsm
+lib/firefox/modules/DownloadLegacy.jsm
 lib/firefox/modules/DownloadList.jsm
 lib/firefox/modules/DownloadPaths.jsm
 lib/firefox/modules/DownloadStore.jsm
@@ -5127,8 +5123,9 @@ lib/firefox/modules/FinderIterator.jsm
 lib/firefox/modules/FinderParent.jsm
 lib/firefox/modules/Fluent.jsm
 lib/firefox/modules/ForgetAboutSite.jsm
-lib/firefox/modules/FormData.jsm
+lib/firefox/modules/FormAutoComplete.jsm
 lib/firefox/modules/FormHistory.jsm
+lib/firefox/modules/FormHistoryStartup.jsm
 lib/firefox/modules/FormLikeFactory.jsm
 lib/firefox/modules/FxAccounts.jsm
 lib/firefox/modules/FxAccountsClient.jsm
@@ -5136,8 +5133,11 @@ lib/firefox/modules/FxAccountsCommands.j
 lib/firefox/modules/FxAccountsCommon.js
 lib/firefox/modules/FxAccountsConfig.jsm
 lib/firefox/modules/FxAccountsOAuthGrantClient.jsm
+lib/firefox/modules/FxAccountsPairing.jsm
+lib/firefox/modules/FxAccountsPairingChannel.js
 lib/firefox/modules/FxAccountsProfile.jsm
 lib/firefox/modules/FxAccountsProfileClient.jsm
+lib/firefox/modules/FxAccountsPush.jsm
 lib/firefox/modules/FxAccountsStorage.jsm
 lib/firefox/modules/FxAccountsWebChannel.jsm
 lib/firefox/modules/GCTelemetry.jsm
@@ -5145,7 +5145,9 @@ lib/firefox/modules/GMPExtractorWorker.j
 lib/firefox/modules/GMPInstallManager.jsm
 lib/firefox/modules/GMPUtils.jsm
 lib/firefox/modules/Geometry.jsm
+lib/firefox/modules/HTMLMenuBuilder.jsm
 lib/firefox/modules/HealthPing.jsm
+lib/firefox/modules/HelperAppDlg.jsm
 lib/firefox/modules/History.jsm
 lib/firefox/modules/Http.jsm
 lib/firefox/modules/HybridContentTelemetry.jsm
@@ -5154,22 +5156,28 @@ lib/firefox/modules/IndexedDB.jsm
 lib/firefox/modules/IndexedDBHelper.jsm
 lib/firefox/modules/InlineSpellChecker.jsm
 lib/firefox/modules/InlineSpellCheckerContent.jsm
+lib/firefox/modules/InputListAutoComplete.jsm
 lib/firefox/modules/InsecurePasswordUtils.jsm
 lib/firefox/modules/Integration.jsm
 lib/firefox/modules/JSONFile.jsm
 lib/firefox/modules/L10nRegistry.jsm
-lib/firefox/modules/LanguagePrompt.jsm
 lib/firefox/modules/LightweightThemeConsumer.jsm
 lib/firefox/modules/LightweightThemeManager.jsm
 lib/firefox/modules/Localization.jsm
 lib/firefox/modules/Log.jsm
+lib/firefox/modules/LoginAutoCompleteResult.jsm
+lib/firefox/modules/LoginFormFactory.jsm
 lib/firefox/modules/LoginHelper.jsm
 lib/firefox/modules/LoginImport.jsm
+lib/firefox/modules/LoginInfo.jsm
+lib/firefox/modules/LoginManager.jsm
 lib/firefox/modules/LoginManagerContent.jsm
 lib/firefox/modules/LoginManagerContextMenu.jsm
 lib/firefox/modules/LoginManagerParent.jsm
+lib/firefox/modules/LoginManagerPrompter.jsm
 lib/firefox/modules/LoginRecipes.jsm
 lib/firefox/modules/LoginStore.jsm
+lib/firefox/modules/MainProcessSingleton.jsm
 lib/firefox/modules/Manifest.jsm
 lib/firefox/modules/ManifestFinder.jsm
 lib/firefox/modules/ManifestIcons.jsm
@@ -5180,24 +5188,31 @@ lib/firefox/modules/MatchURLFilters.jsm
 lib/firefox/modules/MessageChannel.jsm
 lib/firefox/modules/MessageManagerProxy.jsm
 lib/firefox/modules/ModulesPing.jsm
+lib/firefox/modules/MozProtocolHandler.jsm
 lib/firefox/modules/MulticastDNS.jsm
 lib/firefox/modules/NLP.jsm
 lib/firefox/modules/NativeManifests.jsm
 lib/firefox/modules/NativeMessaging.jsm
 lib/firefox/modules/NetUtil.jsm
+lib/firefox/modules/NetworkGeolocationProvider.jsm
 lib/firefox/modules/NewTabUtils.jsm
 lib/firefox/modules/NotificationDB.jsm
+lib/firefox/modules/NotificationStorage.jsm
 lib/firefox/modules/OSCrypto.jsm
 lib/firefox/modules/ObjectUtils.jsm
+lib/firefox/modules/PageIconProtocolHandler.jsm
 lib/firefox/modules/PageMenu.jsm
 lib/firefox/modules/PageThumbUtils.jsm
 lib/firefox/modules/PageThumbs.jsm
+lib/firefox/modules/PageThumbsStorageService.jsm
 lib/firefox/modules/PageThumbsWorker.js
 lib/firefox/modules/PerfMeasurement.jsm
 lib/firefox/modules/PerformanceCounters.jsm
 lib/firefox/modules/PermissionsUtils.jsm
 lib/firefox/modules/PlacesBackups.jsm
+lib/firefox/modules/PlacesCategoriesStarter.jsm
 lib/firefox/modules/PlacesDBUtils.jsm
+lib/firefox/modules/PlacesExpiration.jsm
 lib/firefox/modules/PlacesRemoteTabsAutocompleteProvider.jsm
 lib/firefox/modules/PlacesSearchAutocompleteProvider.jsm
 lib/firefox/modules/PlacesSyncUtils.jsm
@@ -5206,62 +5221,91 @@ lib/firefox/modules/PlacesUtils.jsm
 lib/firefox/modules/PluralForm.jsm
 lib/firefox/modules/PopupNotifications.jsm
 lib/firefox/modules/Preferences.jsm
+lib/firefox/modules/PresentationControlService.jsm
+lib/firefox/modules/PresentationDataChannelSessionTransport.jsm
 lib/firefox/modules/PrivateBrowsingUtils.jsm
+lib/firefox/modules/ProcessSelector.jsm
 lib/firefox/modules/ProfileAge.jsm
 lib/firefox/modules/Promise-backend.js
 lib/firefox/modules/Promise.jsm
 lib/firefox/modules/PromiseMessage.jsm
 lib/firefox/modules/PromiseUtils.jsm
 lib/firefox/modules/PromiseWorker.jsm
+lib/firefox/modules/Prompter.jsm
 lib/firefox/modules/ProxyScriptContext.jsm
+lib/firefox/modules/Push.jsm
 lib/firefox/modules/PushBroadcastService.jsm
+lib/firefox/modules/PushComponents.jsm
 lib/firefox/modules/PushCrypto.jsm
 lib/firefox/modules/PushDB.jsm
 lib/firefox/modules/PushRecord.jsm
 lib/firefox/modules/PushService.jsm
 lib/firefox/modules/PushServiceHttp2.jsm
 lib/firefox/modules/PushServiceWebSocket.jsm
+lib/firefox/modules/RFPHelper.jsm
 lib/firefox/modules/ReaderMode.jsm
 lib/firefox/modules/Readerable.jsm
+lib/firefox/modules/RecordingCmdLine.jsm
 lib/firefox/modules/RemoteController.js
 lib/firefox/modules/RemoteSecurityUI.jsm
+lib/firefox/modules/RemoteWebNavigation.jsm
 lib/firefox/modules/RemoteWebProgress.jsm
 lib/firefox/modules/ResetProfile.jsm
 lib/firefox/modules/ResponsivenessMonitor.jsm
 lib/firefox/modules/SafeBrowsing.jsm
 lib/firefox/modules/Schemas.jsm
+lib/firefox/modules/SearchService.jsm
 lib/firefox/modules/SearchStaticData.jsm
 lib/firefox/modules/SearchSuggestionController.jsm
+lib/firefox/modules/SearchSuggestions.jsm
 lib/firefox/modules/SecurityInfo.jsm
+lib/firefox/modules/SecurityReporter.jsm
 lib/firefox/modules/SelectParentHelper.jsm
 lib/firefox/modules/ServiceRequest.jsm
 lib/firefox/modules/ServiceWorkerCleanUp.jsm
 lib/firefox/modules/Services.jsm
 lib/firefox/modules/SharedPromptUtils.jsm
+lib/firefox/modules/ShieldContentProcess.jsm
 lib/firefox/modules/ShortcutUtils.jsm
+lib/firefox/modules/Sidebar.jsm
+lib/firefox/modules/SimpleServices.jsm
+lib/firefox/modules/SlowScriptDebug.jsm
 lib/firefox/modules/Sqlite.jsm
 lib/firefox/modules/Subprocess.jsm
 lib/firefox/modules/SyncedBookmarksMirror.jsm
+lib/firefox/modules/TaggingService.jsm
 lib/firefox/modules/TelemetryArchive.jsm
 lib/firefox/modules/TelemetryController.jsm
 lib/firefox/modules/TelemetryEnvironment.jsm
 lib/firefox/modules/TelemetryReportingPolicy.jsm
 lib/firefox/modules/TelemetrySend.jsm
 lib/firefox/modules/TelemetrySession.jsm
+lib/firefox/modules/TelemetryStartup.jsm
 lib/firefox/modules/TelemetryStorage.jsm
 lib/firefox/modules/TelemetryTimestamps.jsm
 lib/firefox/modules/TelemetryUtils.jsm
+lib/firefox/modules/TerminatorTelemetry.jsm
 lib/firefox/modules/Timer.jsm
+lib/firefox/modules/TooltipTextProvider.jsm
 lib/firefox/modules/Troubleshoot.jsm
+lib/firefox/modules/UAOverridesBootstrapper.jsm
 lib/firefox/modules/UITelemetry.jsm
+lib/firefox/modules/URLFormatter.jsm
+lib/firefox/modules/UnifiedComplete.jsm
 lib/firefox/modules/UntrustedModulesPing.jsm
 lib/firefox/modules/UpdatePing.jsm
+lib/firefox/modules/UpdateTimerManager.jsm
 lib/firefox/modules/UpdateUtils.jsm
+lib/firefox/modules/UrlClassifierHashCompleter.jsm
+lib/firefox/modules/UrlClassifierLib.jsm
+lib/firefox/modules/UrlClassifierListManager.jsm
+lib/firefox/modules/UrlClassifierSkipListService.jsm
 lib/firefox/modules/UserAgentOverrides.jsm
 lib/firefox/modules/UserAgentUpdates.jsm
 lib/firefox/modules/ValueExtractor.jsm
 lib/firefox/modules/ViewSourceBrowser.jsm
 lib/firefox/modules/WebChannel.jsm
+lib/firefox/modules/WebHandlerApp.jsm
 lib/firefox/modules/WebNavigation.jsm
 lib/firefox/modules/WebNavigationContent.js
 lib/firefox/modules/WebNavigationFrames.jsm
@@ -5270,7 +5314,10 @@ lib/firefox/modules/WebRequest.jsm
 lib/firefox/modules/WebRequestCommon.jsm
 lib/firefox/modules/WebRequestContent.js
 lib/firefox/modules/WebRequestUpload.jsm
+lib/firefox/modules/WebVTTParserWrapper.jsm
+lib/firefox/modules/WellKnownOpportunisticUtils.jsm
 lib/firefox/modules/XPCOMUtils.jsm
+lib/firefox/modules/XULStore.jsm
 lib/firefox/modules/ZipUtils.jsm
 lib/firefox/modules/accessibility/AccessFu.jsm
 lib/firefox/modules/accessibility/Constants.jsm
@@ -5278,6 +5325,7 @@ lib/firefox/modules/accessibility/Conten
 lib/firefox/modules/accessibility/EventManager.jsm
 lib/firefox/modules/accessibility/Traversal.jsm
 lib/firefox/modules/accessibility/Utils.jsm
+lib/firefox/modules/addonManager.js
 lib/firefox/modules/addons/AddonRepository.jsm
 lib/firefox/modules/addons/AddonSettings.jsm
 lib/firefox/modules/addons/AddonUpdateChecker.jsm
@@ -5287,28 +5335,35 @@ lib/firefox/modules/addons/LightweightTh
 lib/firefox/modules/addons/LightweightThemePersister.jsm
 lib/firefox/modules/addons/PluginProvider.jsm
 lib/firefox/modules/addons/ProductAddonChecker.jsm
-lib/firefox/modules/addons/RDFDataSource.jsm
-lib/firefox/modules/addons/RDFManifestConverter.jsm
 lib/firefox/modules/addons/XPIDatabase.jsm
 lib/firefox/modules/addons/XPIInstall.jsm
 lib/firefox/modules/addons/XPIProvider.jsm
+lib/firefox/modules/amContentHandler.jsm
+lib/firefox/modules/amInstallTrigger.jsm
+lib/firefox/modules/amWebAPI.jsm
 lib/firefox/modules/components-utils/ClientEnvironment.jsm
 lib/firefox/modules/components-utils/FilterExpressions.jsm
 lib/firefox/modules/components-utils/JsonSchemaValidator.jsm
 lib/firefox/modules/components-utils/PreferenceFilters.jsm
 lib/firefox/modules/components-utils/Sampling.jsm
 lib/firefox/modules/components-utils/mozjexl.js
+lib/firefox/modules/crypto-SDR.js
 lib/firefox/modules/css-selector.js
 lib/firefox/modules/ctypes.jsm
 lib/firefox/modules/jsdebugger.jsm
+lib/firefox/modules/kvstore.jsm
 lib/firefox/modules/lz4.js
 lib/firefox/modules/lz4_internal.js
 lib/firefox/modules/media/IdpSandbox.jsm
+${PLIST.webrtc}lib/firefox/modules/media/PeerConnection.jsm
 lib/firefox/modules/media/PeerConnectionIdp.jsm
 lib/firefox/modules/media/RTCStatsReport.jsm
+lib/firefox/modules/mozIntl.jsm
 lib/firefox/modules/narrate/NarrateControls.jsm
 lib/firefox/modules/narrate/Narrator.jsm
 lib/firefox/modules/narrate/VoiceSelect.jsm
+lib/firefox/modules/nsAsyncShutdown.jsm
+lib/firefox/modules/nsCrashMonitor.jsm
 lib/firefox/modules/nsFormAutoCompleteResult.jsm
 lib/firefox/modules/offlineAppCache.jsm
 lib/firefox/modules/osfile.jsm
@@ -5326,6 +5381,7 @@ lib/firefox/modules/osfile/ospath_win.js
 lib/firefox/modules/presentation/ControllerStateMachine.jsm
 lib/firefox/modules/presentation/ReceiverStateMachine.jsm
 lib/firefox/modules/presentation/StateMachineHelper.jsm
+lib/firefox/modules/psm/RemoteSecuritySettings.jsm
 lib/firefox/modules/reader/JSDOMParser.js
 lib/firefox/modules/reader/Readability.js
 lib/firefox/modules/reader/ReaderWorker.js
@@ -5351,6 +5407,7 @@ lib/firefox/modules/services-crypto/Weav
 lib/firefox/modules/services-crypto/jwcrypto.jsm
 lib/firefox/modules/services-crypto/utils.js
 lib/firefox/modules/services-settings/RemoteSettingsClient.jsm
+lib/firefox/modules/services-settings/RemoteSettingsComponents.jsm
 lib/firefox/modules/services-settings/RemoteSettingsWorker.js
 lib/firefox/modules/services-settings/RemoteSettingsWorker.jsm
 lib/firefox/modules/services-settings/Utils.jsm
@@ -5358,6 +5415,7 @@ lib/firefox/modules/services-settings/re
 lib/firefox/modules/services-sync/SyncDisconnect.jsm
 lib/firefox/modules/services-sync/SyncedTabs.jsm
 lib/firefox/modules/services-sync/UIState.jsm
+lib/firefox/modules/services-sync/Weave.jsm
 lib/firefox/modules/services-sync/addonsreconciler.js
 lib/firefox/modules/services-sync/addonutils.js
 lib/firefox/modules/services-sync/bookmark_repair.js
@@ -5392,6 +5450,7 @@ lib/firefox/modules/sessionstore/Privacy
 lib/firefox/modules/sessionstore/PrivacyLevel.jsm
 lib/firefox/modules/sessionstore/SessionHistory.jsm
 lib/firefox/modules/sessionstore/Utils.jsm
+lib/firefox/modules/storage-json.js
 lib/firefox/modules/subprocess/subprocess_common.jsm
 lib/firefox/modules/subprocess/subprocess_shared.js
 lib/firefox/modules/subprocess/subprocess_shared_unix.js

Index: pkgsrc/www/firefox/distinfo
diff -u pkgsrc/www/firefox/distinfo:1.350 pkgsrc/www/firefox/distinfo:1.351
--- pkgsrc/www/firefox/distinfo:1.350   Wed May 22 06:24:17 2019
+++ pkgsrc/www/firefox/distinfo Wed May 22 13:32:51 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.350 2019/05/22 06:24:17 pho Exp $
+$NetBSD: distinfo,v 1.351 2019/05/22 13:32:51 ryoon Exp $
 
-SHA1 (firefox-66.0.5.source.tar.xz) = f2704b63626a6305ce93ee201997d641a9f71ad4
-RMD160 (firefox-66.0.5.source.tar.xz) = 3a595a011b14bc19237717531836507204e3d71c
-SHA512 (firefox-66.0.5.source.tar.xz) = 6e62e7bb95a7341471521c372506d9df276249d0c0863d059b0bd27537cddb1060c51f0ee103f79239226d34c6277f3855e1511a083bc4cc442718fc7c5db650
-Size (firefox-66.0.5.source.tar.xz) = 282561836 bytes
+SHA1 (firefox-67.0.source.tar.xz) = c7a5f3182999e5efed5c714653adc538bb75aa53
+RMD160 (firefox-67.0.source.tar.xz) = 48e96058ef1bfb2939d8da93fd6807d212d0df4e
+SHA512 (firefox-67.0.source.tar.xz) = a1000d6ca8146a9a3c74a3f69041b755c0c5014c8a608298d9c4cbe39577939d43139a7ad742983697ae90b635d3f5d8f9a008fcc2b3778adaadc25acc49ca29
+Size (firefox-67.0.source.tar.xz) = 282874008 bytes
 SHA1 (patch-aa) = 66c2e96c199ed4b0007c9b8b3dd431305502d427
 SHA1 (patch-browser_app_profile_firefox.js) = 2ea08bf7030853fe9aff3c43c69266c07f0b0b14
 SHA1 (patch-build_moz.configure_old.configure) = 91bab1cbbe02332ec076b49b6e598730202fbc99



Home | Main Index | Thread Index | Old Index