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:           Mon Oct 28 13:03:27 UTC 2019

Modified Files:
        pkgsrc/www/firefox: Makefile PLIST distinfo
Removed Files:
        pkgsrc/www/firefox/patches: patch-js_src_threading_posix_Thread.cpp

Log Message:
Update to 70.0

* Offline build is incomplete. However I cannot finish the fix.

Changelog:
New
    More privacy protections from Enhanced Tracking Protection:
        Social tracking protection, which blocks cross-site tracking cookies from sites like Facebook, Twitter, and LinkedIn, is now a standard feature of Enhanced Tracking Protection.
        The Privacy Protections report shows an overview, with details, of the trackers Firefox has blocked. It provides consolidated reports from Monitor and Lockwise.

    More security protections from Firefox Lockwise, our digital identity and password management tool:
        Lockwise for desktop lets you create, update, and delete your logins and passwords to sync across all your devices, including the Lockwise mobile apps and Firefox mobile browsers
.
        Integrated breach alerts from Firefox Monitor, to alert you when saved logins and passwords are compromised in online data breaches.
        Complex password generation, to help you create and save strong passwords for new online accounts.

    Improvements to core engine components, for better browsing on more sites
        A faster Javascript Baseline Interpreter to handle the modern web’s
        large codebases and improve page load performance by as much as 8
        percent.
        WebRender rolled out to more Firefox for Windows users, now available by default on Windows desktops with integrated Intel graphics cards and resolution of 1920x1200 or less) for improved 
graphics rendering.
        Compositor improvements in Firefox for macOS that reduce power
        consumption, speed up page load by as much as 22 percent, and reduce
        resource use for video by up to 37 percent.

    More browser features to help you get the most out of Firefox products and services
        A stand-alone Firefox account menu for easy access to Firefox services like Monitor and Send.
        A message panel accessed from the gift icon in the toolbar that offers a quick overview of new releases and key features.
        When a website uses your geolocation, an indicator is shown in the
        address bar.

Fixed
    Various security fixes

Changed
    Built-in Firefox pages now follow the system dark mode preference

    Aliased theme properties have been removed, which may affect some themes

    Passwords can now be imported from Chrome on macOS in addition to existing support for Windows

    Readability is now greatly improved on under- or overlined texts, including links. The lines will now be interrupted instead of crossing over a glyph.

    Improved privacy and security indicators
        A new crossed-out lock icon will indicate sites delivered via
        insecure HTTP
        The formerly green lock icon is now grey
        The Extended Validation (EV) indicator has been moved to the identity
        popup that appears when clicking the lock icon

Security fixes:
#CVE-2018-6156: Heap buffer overflow in FEC processing in WebRTC
#CVE-2019-15903: Heap overflow in expat library in XML_GetCurrentLineNumber
#CVE-2019-11757: Use-after-free when creating index updates in IndexedDB
#CVE-2019-11759: Stack buffer overflow in HKDF output
#CVE-2019-11760: Stack buffer overflow in WebRTC networking
#CVE-2019-11761: Unintended access to a privileged JSONView object
#CVE-2019-11762: document.domain-based origin isolation has same-origin-property violation
#CVE-2019-11763: Incorrect HTML parsing results in XSS bypass technique
#CVE-2019-11765: Incorrect permissions could be granted to a website
#CVE-2019-17000: CSP bypass using object tag with data: URI
#CVE-2019-17001: CSP bypass using object tag when script-src 'none' is specified
#CVE-2019-17002: upgrade-insecure-requests was not being honored for links dragged and dropped
#CVE-2019-11764: Memory safety bugs fixed in Firefox 70 and Firefox ESR 68.2


To generate a diff of this commit:
cvs rdiff -u -r1.398 -r1.399 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.146 -r1.147 pkgsrc/www/firefox/PLIST
cvs rdiff -u -r1.369 -r1.370 pkgsrc/www/firefox/distinfo
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/www/firefox/patches/patch-js_src_threading_posix_Thread.cpp

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.398 pkgsrc/www/firefox/Makefile:1.399
--- pkgsrc/www/firefox/Makefile:1.398   Tue Oct 15 18:07:48 2019
+++ pkgsrc/www/firefox/Makefile Mon Oct 28 13:03:27 2019
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.398 2019/10/15 18:07:48 ryoon Exp $
+# $NetBSD: Makefile,v 1.399 2019/10/28 13:03:27 ryoon Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
-MOZ_BRANCH=            69.0
-MOZ_BRANCH_MINOR=      .3
+MOZ_BRANCH=            70.0
+MOZ_BRANCH_MINOR=      
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       ${DISTNAME:S/.source//:S/b/beta/:S/esr//}
@@ -15,7 +15,7 @@ HOMEPAGE=     https://www.mozilla.com/en-US/
 COMMENT=       Web browser with support for extensions (version ${FIREFOX_VER:C/\..*//})
 LICENSE=       mpl-1.1
 
-WRKSRC=                ${WRKDIR}/firefox-${FIREFOX_VER}
+WRKSRC=                ${WRKDIR}/firefox-${FIREFOX_VER:C/b.*//}
 
 MOZILLA_DIR=   # empty
 
@@ -86,6 +86,7 @@ pre-configure:
        cd ${WRKSRC}/js/src && autoconf
        cd ${WRKSRC} && mkdir ${OBJDIR}
        cd ${WRKSRC}/${OBJDIR} && touch old-configure.vars
+       # Do not fetch Rust Cargo file via network during build
 
 post-build:
        ${SED} -e 's|@MOZILLA@|${MOZILLA}|g'                            \

Index: pkgsrc/www/firefox/PLIST
diff -u pkgsrc/www/firefox/PLIST:1.146 pkgsrc/www/firefox/PLIST:1.147
--- pkgsrc/www/firefox/PLIST:1.146      Fri Oct  4 12:43:20 2019
+++ pkgsrc/www/firefox/PLIST    Mon Oct 28 13:03:27 2019
@@ -1,6 +1,7 @@
-@comment $NetBSD: PLIST,v 1.146 2019/10/04 12:43:20 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.147 2019/10/28 13:03:27 ryoon Exp $
 bin/firefox
 lib/firefox/actors/AudioPlaybackChild.jsm
+lib/firefox/actors/AudioPlaybackParent.jsm
 lib/firefox/actors/AutoplayChild.jsm
 lib/firefox/actors/AutoplayParent.jsm
 lib/firefox/actors/BrowserElementChild.jsm
@@ -24,11 +25,11 @@ lib/firefox/actors/SelectParent.jsm
 lib/firefox/actors/SelectionSourceChild.jsm
 lib/firefox/actors/ThumbnailsChild.jsm
 lib/firefox/actors/UAWidgetsChild.jsm
-lib/firefox/actors/UAWidgetsDateTimeBoxChild.jsm
 lib/firefox/actors/UnselectedTabHoverChild.jsm
 lib/firefox/actors/WebChannelChild.jsm
 lib/firefox/actors/WebNavigationChild.jsm
 lib/firefox/actors/ZoomChild.jsm
+lib/firefox/actors/ZoomParent.jsm
 lib/firefox/application.ini
 lib/firefox/browser/actors/AboutLoginsChild.jsm
 lib/firefox/browser/actors/AboutReaderChild.jsm
@@ -42,6 +43,7 @@ lib/firefox/browser/actors/ContextMenuPa
 lib/firefox/browser/actors/ContextMenuSpecialProcessChild.jsm
 lib/firefox/browser/actors/DOMFullscreenChild.jsm
 lib/firefox/browser/actors/FormValidationChild.jsm
+lib/firefox/browser/actors/FormValidationParent.jsm
 lib/firefox/browser/actors/LightweightThemeChild.jsm
 lib/firefox/browser/actors/LinkHandlerChild.jsm
 lib/firefox/browser/actors/NetErrorChild.jsm
@@ -49,10 +51,10 @@ 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/PluginParent.jsm
+lib/firefox/browser/actors/PromptParent.jsm
 lib/firefox/browser/actors/RFPHelperChild.jsm
 lib/firefox/browser/actors/SearchTelemetryChild.jsm
-lib/firefox/browser/actors/SubframeCrashChild.jsm
-lib/firefox/browser/actors/SubframeCrashParent.jsm
 lib/firefox/browser/actors/SwitchDocumentDirectionChild.jsm
 lib/firefox/browser/actors/URIFixupChild.jsm
 lib/firefox/browser/actors/WebRTCChild.jsm
@@ -101,31 +103,139 @@ lib/firefox/browser/chrome/browser/conte
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/aboutLogins.js
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/aboutLoginsUtils.js
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/common.css
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/confirm-delete-dialog.css
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/confirm-delete-dialog.js
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/confirmation-dialog.css
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/confirmation-dialog.js
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/fxaccounts-button.css
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/fxaccounts-button.js
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/login-filter.css
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/login-filter.js
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/login-footer.css
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/login-footer.js
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/login-intro.css
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/login-intro.js
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/login-item.css
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/login-item.js
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/login-list-item.css
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/login-list-item.js
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/login-list.css
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/login-list.js
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/menu-button.css
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/menu-button.js
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/icons/delete.svg
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/icons/edit.svg
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/icons/faq.svg
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/icons/favicon.svg
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/icons/feedback.svg
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/icons/hide-password.svg
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/icons/intro-illustration.svg
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/icons/show-password.svg
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_ar.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_az.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_bg.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_cs.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_da.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_de.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_el.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_en.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_es-mx.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_es.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_et.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_fi.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_fr.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_he.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_hu.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_id.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_it.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_ja.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_ko.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_lt.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_lv.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_my.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_nb.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_nl.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_nn.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_pl.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_pt-br.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_pt-pt.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_ro.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_ru.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_si.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_sk.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_sv.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_th.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_tl.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_tr.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_vi.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_zh-hans.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_zh-hant.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_af.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_ar.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_az.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_be.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_bg.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_bn.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_bs.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_ca.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_cs.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_da.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_de.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_el.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_en.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_es.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_et.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_eu.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_fa.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_fr.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_gl.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_gu.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_he.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_hi.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_hr.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_hu.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_hy.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_id.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_is.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_it.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_ja.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_ka.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_kk.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_km.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_kn.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_ko.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_lo.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_lt.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_lv.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_mk.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_mr.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_ms.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_my.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_nb.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_ne.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_nl.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_nn.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_pa.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_pl.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_pt-br.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_pt.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_ro.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_ru.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_si.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_sk.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_sl.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_sq.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_sr.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_sv.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_ta.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_te.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_th.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_tl.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_tr.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_uk.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_ur.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_uz.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_vi.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_zh-cn.png
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_zh-tw.png
 lib/firefox/browser/chrome/browser/content/browser/blockedSite.js
 lib/firefox/browser/chrome/browser/content/browser/blockedSite.xhtml
 lib/firefox/browser/chrome/browser/content/browser/browser-addons.js
 lib/firefox/browser/chrome/browser/content/browser/browser-allTabsMenu.js
 lib/firefox/browser/chrome/browser/content/browser/browser-captivePortal.js
-lib/firefox/browser/chrome/browser/content/browser/browser-contentblocking.js
 lib/firefox/browser/chrome/browser/content/browser/browser-ctrlTab.js
 lib/firefox/browser/chrome/browser/content/browser/browser-customization.js
 lib/firefox/browser/chrome/browser/content/browser/browser-data-submission-info-bar.js
@@ -137,7 +247,6 @@ lib/firefox/browser/chrome/browser/conte
 lib/firefox/browser/chrome/browser/content/browser/browser-media.js
 lib/firefox/browser/chrome/browser/content/browser/browser-pageActions.js
 lib/firefox/browser/chrome/browser/content/browser/browser-places.js
-lib/firefox/browser/chrome/browser/content/browser/browser-plugins.js
 lib/firefox/browser/chrome/browser/content/browser/browser-safebrowsing.js
 lib/firefox/browser/chrome/browser/content/browser/browser-sidebar.js
 lib/firefox/browser/chrome/browser/content/browser/browser-siteIdentity.js
@@ -192,6 +301,8 @@ lib/firefox/browser/chrome/browser/conte
 lib/firefox/browser/chrome/browser/content/browser/ext-browser.json
 lib/firefox/browser/chrome/browser/content/browser/extension.css
 lib/firefox/browser/chrome/browser/content/browser/extension.svg
+lib/firefox/browser/chrome/browser/content/browser/fxmonitor/FirefoxMonitor.css
+lib/firefox/browser/chrome/browser/content/browser/fxmonitor/monitor32.svg
 lib/firefox/browser/chrome/browser/content/browser/history-swipe-arrow.svg
 lib/firefox/browser/chrome/browser/content/browser/illustrations/blue-berror.svg
 lib/firefox/browser/chrome/browser/content/browser/illustrations/error-connection-failure.svg
@@ -199,9 +310,18 @@ lib/firefox/browser/chrome/browser/conte
 lib/firefox/browser/chrome/browser/content/browser/illustrations/error-server-not-found.svg
 lib/firefox/browser/chrome/browser/content/browser/illustrations/under-construction.svg
 lib/firefox/browser/chrome/browser/content/browser/license.html
+lib/firefox/browser/chrome/browser/content/browser/lockwise-card.js
+lib/firefox/browser/chrome/browser/content/browser/logos/lockwise-mobile-app.svg
+lib/firefox/browser/chrome/browser/content/browser/logos/lockwise.svg
+lib/firefox/browser/chrome/browser/content/browser/logos/monitor.svg
+lib/firefox/browser/chrome/browser/content/browser/logos/proxy.svg
+lib/firefox/browser/chrome/browser/content/browser/logos/send.svg
+lib/firefox/browser/chrome/browser/content/browser/logos/tracking-protection-dark-theme.svg
+lib/firefox/browser/chrome/browser/content/browser/logos/tracking-protection.svg
 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/monitor-card.js
 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
@@ -247,7 +367,7 @@ lib/firefox/browser/chrome/browser/conte
 lib/firefox/browser/chrome/browser/content/browser/places/editBookmark.js
 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-menupopup.js
 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
@@ -312,6 +432,7 @@ lib/firefox/browser/chrome/browser/conte
 lib/firefox/browser/chrome/browser/content/browser/protections.css
 lib/firefox/browser/chrome/browser/content/browser/protections.html
 lib/firefox/browser/chrome/browser/content/browser/protections.js
+lib/firefox/browser/chrome/browser/content/browser/proxy-card.js
 lib/firefox/browser/chrome/browser/content/browser/robot.ico
 lib/firefox/browser/chrome/browser/content/browser/safeMode.css
 lib/firefox/browser/chrome/browser/content/browser/safeMode.js
@@ -358,7 +479,6 @@ lib/firefox/browser/chrome/browser/conte
 lib/firefox/browser/chrome/browser/content/browser/tabbrowser.css
 lib/firefox/browser/chrome/browser/content/browser/tabbrowser.js
 lib/firefox/browser/chrome/browser/content/browser/translation-notification.js
-lib/firefox/browser/chrome/browser/content/browser/urlbarBindings.xml
 lib/firefox/browser/chrome/browser/content/browser/usercontext/usercontext.css
 lib/firefox/browser/chrome/browser/content/browser/utilityOverlay.js
 lib/firefox/browser/chrome/browser/content/browser/webext-panels.js
@@ -450,9 +570,11 @@ lib/firefox/browser/chrome/browser/res/a
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/fox-tail.png
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/gift-extension.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-add-16.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-arrow.svg
 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-caret-right.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
@@ -479,11 +601,13 @@ lib/firefox/browser/chrome/browser/res/a
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-trending-16.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-unpin-16.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-webextension-16.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/icon-removed-bookmark.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/illustration-addons%2x.png@localhost
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/illustration-gift%2x.png@localhost
 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/protection-report-icon.png
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/spinner.svg
 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
@@ -504,6 +628,7 @@ lib/firefox/browser/chrome/browser/res/a
 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/assets/whatsnew-send-icon.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
@@ -567,6 +692,7 @@ lib/firefox/browser/chrome/browser/res/a
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/TippyTopProvider.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/Tokenize.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/ToolbarBadgeHub.jsm
+lib/firefox/browser/chrome/browser/res/activity-stream/lib/ToolbarPanelHub.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/TopSitesFeed.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/TopStoriesFeed.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/UTEventReporting.jsm
@@ -577,6 +703,7 @@ lib/firefox/browser/chrome/browser/res/a
 lib/firefox/browser/chrome/browser/res/activity-stream/vendor/prop-types.js
 lib/firefox/browser/chrome/browser/res/activity-stream/vendor/react-dom.js
 lib/firefox/browser/chrome/browser/res/activity-stream/vendor/react-redux.js
+lib/firefox/browser/chrome/browser/res/activity-stream/vendor/react-transition-group.js
 lib/firefox/browser/chrome/browser/res/activity-stream/vendor/react.js
 lib/firefox/browser/chrome/browser/res/activity-stream/vendor/redux.js
 lib/firefox/browser/chrome/browser/search-extensions/allaannonser-sv-SE/favicon.ico
@@ -651,6 +778,7 @@ lib/firefox/browser/chrome/browser/searc
 lib/firefox/browser/chrome/browser/search-extensions/ecosia/manifest.json
 lib/firefox/browser/chrome/browser/search-extensions/eki-ee/favicon.ico
 lib/firefox/browser/chrome/browser/search-extensions/eki-ee/manifest.json
+lib/firefox/browser/chrome/browser/search-extensions/engines.json
 lib/firefox/browser/chrome/browser/search-extensions/eudict/favicon.ico
 lib/firefox/browser/chrome/browser/search-extensions/eudict/manifest.json
 lib/firefox/browser/chrome/browser/search-extensions/faclair-beag/favicon.ico
@@ -886,6 +1014,7 @@ lib/firefox/browser/chrome/browser/skin/
 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
+lib/firefox/browser/chrome/browser/skin/classic/browser/badge-blue.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/blockedSite.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/bookmark-animation.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/bookmark-hollow.svg
@@ -904,18 +1033,20 @@ lib/firefox/browser/chrome/browser/skin/
 lib/firefox/browser/chrome/browser/skin/classic/browser/connection-secure.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/3rdpartycookies-disabled.svg
 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/dashboard.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/hero-message-background.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
-lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/permissions.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/trackers-disabled.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/socialblock-disabled.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/socialblock.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/tracker-image-disabled.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/tracker-image.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/trackers.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/tracking-protection.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/warning.svg
@@ -932,6 +1063,8 @@ lib/firefox/browser/chrome/browser/skin/
 lib/firefox/browser/chrome/browser/skin/classic/browser/device-desktop.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/device-phone.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/device-tablet.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/device-tv.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/device-vr.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/allDownloadsView.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/contentAreaDownloadsView.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/download-blocked.svg
@@ -944,6 +1077,7 @@ lib/firefox/browser/chrome/browser/skin/
 lib/firefox/browser/chrome/browser/skin/classic/browser/edit-copy.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/edit-cut.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/edit-paste.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/edit.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/error-pages.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/folder.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/forget.svg
@@ -952,19 +1086,21 @@ 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/add-device.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/avatar-color.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/avatar-confirm.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/avatar-empty-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/fxa-spinner.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/graphic-mail.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/monitor.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/send-to-device.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/send.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/sync-devices.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
 lib/firefox/browser/chrome/browser/skin/classic/browser/home.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/identity-icon-notice.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/identity-icon.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/illustrations/error-session-restore.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/import-export.svg
@@ -986,6 +1122,8 @@ lib/firefox/browser/chrome/browser/skin/
 lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/autoplay-media-blocked.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/autoplay-media-detailed.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/autoplay-media.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/block-social-dark.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/block-social.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/camera-blocked.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/camera.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/canvas-blocked.svg
@@ -1013,6 +1151,7 @@ lib/firefox/browser/chrome/browser/skin/
 lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/screen.svg
 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-in-new.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/open.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/pageInfo.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/pageInfo.png
@@ -1025,6 +1164,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/permissions.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/pin-tab.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/places/bookmarksMenu.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/places/bookmarksToolbar.svg
@@ -1117,6 +1257,7 @@ lib/firefox/browser/chrome/browser/skin/
 lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-loading%2x.png@localhost
 lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-overflow-indicator.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tabDragIndicator.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/toggle.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/tracking-protection-animation-brighttext.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/tracking-protection-animation.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/tracking-protection-disabled.svg
@@ -1158,10 +1299,8 @@ lib/firefox/browser/chrome/devtools-star
 lib/firefox/browser/chrome/devtools-startup/content/aboutdevtools/images/otter.svg
 lib/firefox/browser/chrome/devtools-startup/content/aboutdevtools/subscribe.css
 lib/firefox/browser/chrome/devtools-startup/content/aboutdevtools/subscribe.js
-lib/firefox/browser/chrome/devtools/content/aboutdebugging-new/aboutdebugging.css
-lib/firefox/browser/chrome/devtools/content/aboutdebugging-new/index.html
 lib/firefox/browser/chrome/devtools/content/aboutdebugging/aboutdebugging.css
-lib/firefox/browser/chrome/devtools/content/aboutdebugging/aboutdebugging.xhtml
+lib/firefox/browser/chrome/devtools/content/aboutdebugging/index.html
 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
@@ -1183,6 +1322,8 @@ lib/firefox/browser/chrome/devtools/cont
 lib/firefox/browser/chrome/devtools/content/inspector/markup/markup.xhtml
 lib/firefox/browser/chrome/devtools/content/memory/index.xhtml
 lib/firefox/browser/chrome/devtools/content/netmonitor/index.html
+lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/icons/arrow-up.svg
+lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/icons/blocked.svg
 lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/icons/play.svg
 lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/icons/shield.svg
 lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/CustomRequestPanel.css
@@ -1194,7 +1335,9 @@ lib/firefox/browser/chrome/devtools/cont
 lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/Toolbar.css
 lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/httpi.css
 lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/netmonitor.css
+lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/search.css
 lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/variables.css
+lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/websockets.css
 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-new/popup/icons/capture-profile-icon.svg
@@ -1202,7 +1345,7 @@ lib/firefox/browser/chrome/devtools/cont
 lib/firefox/browser/chrome/devtools/content/performance-new/popup/popup.css
 lib/firefox/browser/chrome/devtools/content/performance-new/popup/popup.html
 lib/firefox/browser/chrome/devtools/content/performance/index.xul
-lib/firefox/browser/chrome/devtools/content/responsive.html/index.xhtml
+lib/firefox/browser/chrome/devtools/content/responsive/index.xhtml
 lib/firefox/browser/chrome/devtools/content/scratchpad/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
@@ -1228,122 +1371,106 @@ lib/firefox/browser/chrome/devtools/cont
 lib/firefox/browser/chrome/devtools/content/storage/index.xul
 lib/firefox/browser/chrome/devtools/content/styleeditor/index.xul
 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/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.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.css
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/connect/ConnectSection.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/connect/ConnectSteps.css
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/connect/ConnectSteps.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/connect/NetworkLocationsForm.css
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/connect/NetworkLocationsForm.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/connect/NetworkLocationsList.css
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/connect/NetworkLocationsList.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/DebugTargetItem.css
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/DebugTargetItem.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/DebugTargetList.css
-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/ExtensionDetail.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/FieldPair.css
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/FieldPair.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/InspectAction.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/ProcessDetail.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/ServiceWorkerAction.css
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/ServiceWorkerAction.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/ServiceWorkerAdditionalActions.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/TabDetail.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/TemporaryExtensionAdditionalActions.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/TemporaryExtensionDetail.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/TemporaryExtensionInstallSection.css
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/TemporaryExtensionInstallSection.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/TemporaryExtensionInstaller.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/WorkerDetail.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/shared/DetailsLog.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/shared/IconLabel.css
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/shared/IconLabel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/shared/Message.css
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/shared/Message.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/sidebar/RefreshDevicesButton.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/sidebar/Sidebar.css
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/sidebar/Sidebar.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/sidebar/SidebarFixedItem.css
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/sidebar/SidebarFixedItem.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/sidebar/SidebarItem.css
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/sidebar/SidebarItem.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/sidebar/SidebarRuntimeItem.css
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/sidebar/SidebarRuntimeItem.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/constants.js
-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/process-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
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/modules/client-wrapper.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/modules/debug-target-collapsibilities.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/modules/debug-target-support.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/modules/extensions-helper.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/modules/l10n.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/modules/network-locations.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/modules/runtime-client-factory.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/modules/runtimes-state-helper.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/modules/usb-runtimes.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/reducers/debug-targets-state.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/reducers/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/reducers/runtimes-state.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/reducers/ui-state.js
-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
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/PanelMenuEntry.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/TargetList.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/addons/Controls.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/addons/InstallError.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/addons/Panel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/addons/Target.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/tabs/Panel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/tabs/Target.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/workers/MultiE10sWarning.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/workers/Panel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/workers/ServiceWorkerTarget.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/workers/Target.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/aboutdebugging.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/initializer.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/modules/addon.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/modules/connect.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/actions/debug-targets.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/actions/index.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/actions/runtimes.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/actions/telemetry.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/actions/ui.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/base.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/App.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/App.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/CompatibilityWarning.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/ConnectionPromptSetting.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/ProfilerDialog.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/ProfilerDialog.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/RuntimeActions.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/RuntimeActions.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/RuntimeInfo.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/RuntimeInfo.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/RuntimePage.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/ServiceWorkersWarning.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/connect/ConnectPage.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/connect/ConnectPage.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/connect/ConnectSection.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/connect/ConnectSection.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/connect/ConnectSteps.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/connect/ConnectSteps.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/connect/NetworkLocationsForm.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/connect/NetworkLocationsForm.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/connect/NetworkLocationsList.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/connect/NetworkLocationsList.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/DebugTargetItem.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/DebugTargetItem.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/DebugTargetList.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/DebugTargetList.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/DebugTargetPane.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/DebugTargetPane.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/ExtensionDetail.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/FieldPair.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/FieldPair.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/InspectAction.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/ProcessDetail.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/ServiceWorkerAction.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/ServiceWorkerAction.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/ServiceWorkerAdditionalActions.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/TabDetail.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/TemporaryExtensionAdditionalActions.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/TemporaryExtensionDetail.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/TemporaryExtensionInstallSection.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/TemporaryExtensionInstallSection.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/TemporaryExtensionInstaller.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/WorkerDetail.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/shared/DetailsLog.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/shared/IconLabel.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/shared/IconLabel.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/shared/Message.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/shared/Message.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/sidebar/RefreshDevicesButton.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/sidebar/Sidebar.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/sidebar/Sidebar.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/sidebar/SidebarFixedItem.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/sidebar/SidebarFixedItem.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/sidebar/SidebarItem.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/sidebar/SidebarItem.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/sidebar/SidebarRuntimeItem.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/sidebar/SidebarRuntimeItem.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/constants.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/create-store.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/middleware/debug-target-listener.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/middleware/error-logging.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/middleware/event-recording.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/middleware/extension-component-data.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/middleware/process-component-data.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/middleware/tab-component-data.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/middleware/worker-component-data.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/modules/client-wrapper.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/modules/debug-target-collapsibilities.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/modules/debug-target-support.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/modules/extensions-helper.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/modules/l10n.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/modules/network-locations.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/modules/runtime-client-factory.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/modules/runtimes-state-helper.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/modules/usb-runtimes.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/reducers/debug-targets-state.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/reducers/index.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/reducers/runtimes-state.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/reducers/ui-state.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/types/debug-target.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/types/index.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/types/runtime.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/types/ui.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/accessibility-startup.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/accessibility-view.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/accessibility.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/actions/accessibles.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/actions/audit.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/actions/details.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/actions/simulation.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/actions/ui.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/AccessibilityPrefs.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/AccessibilityRow.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/AccessibilityRowValue.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/AccessibilityTree.js
@@ -1355,13 +1482,17 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/Badge.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/Badges.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/Button.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/Check.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/ContrastBadge.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/Description.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/KeyboardBadge.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/KeyboardCheck.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
 lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/RightSidebar.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/SimulationMenuButton.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/TextLabelBadge.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/TextLabelCheck.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/Toolbar.js
@@ -1373,6 +1504,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/reducers/audit.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/reducers/details.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/reducers/index.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/reducers/simulation.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/reducers/ui.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/utils/audit.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/utils/l10n.js
@@ -1380,21 +1512,45 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/application/initializer.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/application/panel.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/actions/index.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/actions/manifest.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/actions/page.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/actions/ui.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/actions/workers.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/base.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/App.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/App.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/Worker.css
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/Worker.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/WorkerList.css
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/WorkerList.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/WorkerListEmpty.css
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/WorkerListEmpty.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/Manifest.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestEmpty.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestIssue.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestIssue.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestIssueList.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestIssueList.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestItem.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestItem.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestLoader.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestPage.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestSection.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestSection.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/routing/PageSwitcher.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/routing/PageSwitcher.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/Worker.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/Worker.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/WorkerList.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/WorkerList.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/WorkerListEmpty.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/WorkerListEmpty.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/WorkersPage.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/WorkersPage.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/ui/UIButton.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/ui/UIButton.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/constants.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/create-store.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/modules/l10n.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/modules/services.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/reducers/index.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/reducers/manifest-state.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/ui-state.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/reducers/workers-state.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/dist/parser-worker.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/dist/pretty-print-worker.js
@@ -1477,7 +1633,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/breakpoints/modify.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/breakpoints/remapLocations.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/breakpoints/syncBreakpoint.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/debuggee.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/event-listeners.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/expressions.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/file-search.js
@@ -1486,8 +1641,10 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/breakOnNext.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/commands.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/continueToHere.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/expandScopes.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/fetchScopes.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/index.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/inlinePreview.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/mapFrames.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/mapScopes.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/pauseOnExceptions.js
@@ -1509,6 +1666,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/sources/select.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/sources/symbols.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/tabs.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/threads.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/toolbox.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/ui.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/utils/create-store.js
@@ -1519,15 +1677,11 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/utils/middleware/thunk.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/utils/middleware/timing.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/utils/middleware/wait-service.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/client/chrome.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/client/chrome/commands.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/client/chrome/create.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/client/chrome/events.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/client/firefox.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/client/firefox/commands.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/client/firefox/create.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/client/firefox/events.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/client/firefox/workers.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/client/firefox/targets.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/client/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/A11yIntention.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/A11yIntention.js
@@ -1549,6 +1703,10 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/Highlight.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/HighlightLine.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/HighlightLines.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/InlinePreview.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/InlinePreview.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/InlinePreviewRow.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/InlinePreviews.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/Preview.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/Preview/Popup.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/Preview/Popup.js
@@ -1583,6 +1741,8 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Breakpoints/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/CommandBar.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/CommandBar.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/DOMMutationBreakpoints.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/DOMMutationBreakpoints.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/EventListeners.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/EventListeners.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Expressions.css
@@ -1597,12 +1757,12 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Scopes.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Scopes.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/SecondaryPanes.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Thread.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Threads.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Threads.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/UtilsBar.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/WhyPaused.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/WhyPaused.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Worker.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Workers.css
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Workers.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/XHRBreakpoints.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/XHRBreakpoints.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/index.js
@@ -1643,7 +1803,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/SourceIcon.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/SourceIcon.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/menu.css
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/reps.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/variables.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/debugger.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/main.development.js
@@ -1651,7 +1810,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/ast.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/async-requests.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/breakpoints.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/debuggee.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/event-listeners.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/expressions.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/file-search.js
@@ -1665,6 +1823,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/source-tree.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/sources.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/tabs.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/threads.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/ui.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/selectors/breakpointAtLocation.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/selectors/breakpointSources.js
@@ -1681,7 +1840,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/assert.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/ast.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/async-value.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/asyncStoreHelper.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/bootstrap.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/breakpoint/astBreakpointLocation.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/breakpoint/breakpointPositions.js
@@ -1765,13 +1923,13 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/task.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/telemetry.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/text.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/threads.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/timings.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/ui.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/url.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/utils.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/wasm.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/worker.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/workers.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/vendors.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/workers/parser/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/workers/pretty-print/index.js
@@ -1793,6 +1951,8 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/content/utils.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/panel.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/ToolboxProcess.jsm
+lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/actions/dom-mutation-breakpoints.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/actions/index.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
@@ -1804,12 +1964,15 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/components/ToolboxToolbar.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/devtools-browser.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/devtools.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/gDevTools.jsm
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/menu-item.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/menu.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/reducers/dom-mutation-breakpoints.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/reducers/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/selection.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/sidebar.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/source-map-url-service.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/store-provider.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/store.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/target-from-url.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/target.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/toolbox-context-menu.js
@@ -1982,6 +2145,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/markup/views/slotted-node-editor.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/markup/views/text-container.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/markup/views/text-editor.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/node-picker.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/panel.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/reducers.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/actions/class-list.js
@@ -2013,6 +2177,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/rules.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/types.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/utils/l10n.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/utils/utils.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/views/class-list-previewer.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/views/rule-editor.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/views/text-property-editor.js
@@ -2107,6 +2272,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/actions/filters.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/actions/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/actions/requests.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/actions/search.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/actions/selection.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/actions/sort.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/actions/timing-markers.js
@@ -2121,6 +2287,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/DropHarHandler.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/HeadersPanel.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/HtmlPreview.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/JSONPreview.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/MonitorPanel.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/NetworkDetailsPanel.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/ParamsPanel.js
@@ -2158,18 +2325,31 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/TabboxPanel.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/TimingsPanel.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/Toolbar.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/search/SearchPanel.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/search/Toolbar.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/search/search-provider.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/FrameFilterMenu.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/FrameListColumnData.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/FrameListColumnFinBit.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/FrameListColumnMaskBit.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/FrameListColumnOpCode.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/FrameListColumnPayload.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/FrameListColumnSize.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/FrameListColumnTime.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/FrameListColumnType.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/FrameListContent.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/FrameListContextMenu.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/FrameListHeader.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/FrameListHeaderContextMenu.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/FrameListItem.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/FramePayload.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/RawData.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/StatusBar.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/Toolbar.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/WebSocketsPanel.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/parsers/socket-io/binary.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/parsers/socket-io/component-emitter.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/parsers/socket-io/index.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/parsers/socket-io/is-buffer.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/parsers/sockjs/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/connector/firefox-connector.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/connector/firefox-data-provider.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/connector/index.js
@@ -2194,12 +2374,14 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/reducers/filters.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/reducers/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/reducers/requests.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/reducers/search.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/reducers/sort.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/reducers/timing-markers.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/reducers/ui.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/reducers/web-sockets.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/selectors/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/selectors/requests.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/selectors/search.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/selectors/timing-markers.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/selectors/ui.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/selectors/web-sockets.js
@@ -2220,6 +2402,10 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/widgets/RequestListContextMenu.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/widgets/RequestListHeaderContextMenu.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/widgets/WaterfallBackground.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/workers/search/index.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/workers/search/search.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/workers/search/worker.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/workers/worker-utils.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
@@ -2292,57 +2478,58 @@ lib/firefox/browser/chrome/devtools/modu
 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
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/actions/ui.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/actions/viewports.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/browser/content.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/browser/swap.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/browser/tunnel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/browser/web-navigation.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/components/App.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/components/Browser.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/components/Device.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/components/DeviceForm.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/components/DeviceList.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/components/DeviceModal.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/components/DevicePixelRatioMenu.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/components/DeviceSelector.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/components/ResizableViewport.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/components/SettingsMenu.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/components/Toolbar.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/components/UserAgentInput.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/components/ViewportDimension.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/components/Viewports.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/constants.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/images/grippers.svg
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/images/rotate-viewport.svg
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/images/touch-events.svg
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/index.css
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/manager.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/reducers.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/reducers/devices.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/reducers/screenshot.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/reducers/ui.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/reducers/viewports.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/setting-onboarding-tooltip.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/store.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/types.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/utils/e10s.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/utils/key.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/utils/l10n.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/utils/message.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/utils/notification.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/utils/orientation.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/utils/window.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/actions/devices.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/actions/index.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/actions/screenshot.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/actions/ui.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/actions/viewports.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/browser/content.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/browser/swap.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/browser/tunnel.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/browser/web-navigation.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/components/App.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/components/Browser.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/components/Device.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/components/DeviceForm.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/components/DeviceList.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/components/DeviceModal.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/components/DevicePixelRatioMenu.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/components/DeviceSelector.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/components/ResizableViewport.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/components/SettingsMenu.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/components/Toolbar.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/components/UserAgentInput.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/components/ViewportDimension.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/components/Viewports.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/constants.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/images/grippers.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/images/rotate-viewport.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/images/touch-events.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/index.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/index.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/manager.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/reducers.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/reducers/devices.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/reducers/screenshot.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/reducers/ui.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/reducers/viewports.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/setting-onboarding-tooltip.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/store.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/types.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/utils/e10s.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/utils/key.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/utils/l10n.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/utils/message.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/utils/notification.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/utils/orientation.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/utils/window.js
 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/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/async-store-helper.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
@@ -2377,6 +2564,8 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/splitter/Draggable.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/splitter/GridElementResizer.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/splitter/GridElementWidthResizer.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/splitter/SplitBox.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/splitter/SplitBox.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/tabs/TabBar.js
@@ -2407,7 +2596,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/key-shortcuts.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/keycodes.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/link.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/natural-sort.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/node-attribute-parser.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/options-view.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/output-parser.js
@@ -2456,9 +2644,8 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/WasmDis.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/WasmParser.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/fluent-react.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/fluent.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/immutable.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/jsol.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/json5.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/jszip.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/lodash.js
 ${PLIST.debug}lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dev.js
@@ -2487,7 +2674,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/webpack/shims/platform-clipboard-stub.js
 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/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
@@ -2534,10 +2720,13 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/actions/filters.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/actions/history.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/actions/index.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/actions/input.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/actions/messages.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/actions/notifications.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/actions/ui.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/browser-console-manager.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/browser-console.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/App.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/App.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/FilterBar/FilterBar.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/FilterBar/FilterButton.js
@@ -2571,8 +2760,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/enhancers/css-error-reporting.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/enhancers/message-cache-clearing.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/enhancers/net-provider.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/hudservice.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/main.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/middleware/event-telemetry.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/middleware/history-persistence.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/middleware/thunk.js
@@ -2593,23 +2780,23 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/selectors/prefs.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/selectors/ui.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/store.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/test/fixtures/stub-generators/stub-snippets.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/test/fixtures/stubs/consoleApi.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/test/fixtures/stubs/cssMessage.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/test/fixtures/stubs/evaluationResult.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/test/fixtures/stubs/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/test/fixtures/stubs/networkEvent.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/test/fixtures/stubs/pageError.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/test/browser/stub-generator-helpers.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/test/node/fixtures/stubs/consoleApi.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/test/node/fixtures/stubs/cssMessage.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/test/node/fixtures/stubs/evaluationResult.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/test/node/fixtures/stubs/index.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/test/node/fixtures/stubs/networkEvent.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/test/node/fixtures/stubs/pageError.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/types.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/utils.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/utils/clipboard.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/utils/context-menu.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/utils/id-generator.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/utils/l10n.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/utils/messages.js
 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-l10n.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
@@ -2629,13 +2816,15 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/accessibility/accessibility.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/accessibility/accessible.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/accessibility/audit/contrast.js
+lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/accessibility/audit/keyboard.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/accessibility/audit/text-label.js
+lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/accessibility/constants.js
+lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/accessibility/simulator.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/accessibility/walker.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/accessibility/worker.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/actor-registry.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/addon/addons.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/addon/webextension-inspected-window.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/addon/webextension.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/animation-type-longhand.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/animation.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/array-buffer.js
@@ -2643,6 +2832,9 @@ lib/firefox/browser/chrome/devtools/modu
 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
+lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/descriptors/frame.js
+lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/descriptors/process.js
+lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/descriptors/webextension.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/device.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/emulation.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/emulation/touch-simulator.js
@@ -2682,10 +2874,11 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/inspector/utils.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/inspector/walker.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/layout.js
+lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/manifest.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/memory.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-event.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/channel-event-sink.js
+lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/network-event.js
+lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/network-monitor.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/network-observer.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/network-response-listener.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/stack-trace-collector.js
@@ -2711,6 +2904,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/replay/graphics.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/replay/inspector.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/replay/replay.js
+lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/replay/utils/findStepOffsets.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/root.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/screenshot.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/source.js
@@ -2724,7 +2918,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/targets/frame-proxy.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/targets/frame.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/targets/parent-process.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/targets/webextension-proxy.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/targets/webextension.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/targets/worker.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/thread.js
@@ -2763,7 +2956,11 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/worker/service-worker-registration.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/worker/service-worker.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/worker/worker-target-actor-list.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/main.js
+lib/firefox/browser/chrome/devtools/modules/devtools/server/connectors/content-process-connector.js
+lib/firefox/browser/chrome/devtools/modules/devtools/server/connectors/frame-connector.js
+lib/firefox/browser/chrome/devtools/modules/devtools/server/connectors/worker-connector.js
+lib/firefox/browser/chrome/devtools/modules/devtools/server/debugger-server-connection.js
+lib/firefox/browser/chrome/devtools/modules/devtools/server/debugger-server.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/performance/framerate.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/performance/memory.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/performance/profiler.js
@@ -2776,8 +2973,8 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/server/startup/worker.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/DevToolsUtils.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/Loader.jsm
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/Parser.jsm
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/ThreadSafeDevToolsUtils.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/accessibility.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/acorn/acorn.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/acorn/acorn_loose.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/acorn/walk.js
@@ -2810,7 +3007,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/client/object-client.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/client/property-iterator-client.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/client/symbol-iterator-client.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/client/thread-client.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/constants.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/content-observer.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/css/color-db.js
@@ -2822,7 +3018,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/css/properties-db.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/debounce.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/defer.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/deprecated-sync-thenables.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/discovery/discovery.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/dom-node-constants.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/dom-node-filter-constants.js
@@ -2838,14 +3033,17 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/array-buffer.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/descriptors/frame.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/descriptors/process.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/descriptors/webextension.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/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/manifest.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/memory.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/node.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/perf.js
@@ -2864,8 +3062,10 @@ 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/local-tab.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/thread.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/webconsole.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/websocket.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/worker/push-subscription.js
@@ -2894,7 +3094,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/layout/dom-matrix-2d.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/layout/utils.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/loader-plugin-raw.jsm
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/multi-e10s-helper.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/natural-sort.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/node-properties/node-properties.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/path.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/performance/recording-common.js
@@ -2923,15 +3123,18 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/security/cert.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/security/prompt.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/security/socket.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/service-workers-debug-helper.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/accessibility.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/actor-registry.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/addon/addons.js
 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/array-buffer.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/descriptors/frame.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/descriptors/process.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/descriptors/webextension.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/device.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/emulation.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/environment.js
@@ -2942,6 +3145,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/inspector.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/layout.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/manifest.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/memory.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/network-event.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/network-monitor.js
@@ -2991,11 +3195,13 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/transport/worker-transport.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/parser-helper.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/webconsole/reserved-js-words.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/webconsole/throttle.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/worker/helper.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/worker/loader.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/worker/worker.js
+lib/firefox/browser/chrome/devtools/skin/accessibility-color-contrast.css
 lib/firefox/browser/chrome/devtools/skin/animation.css
 lib/firefox/browser/chrome/devtools/skin/badge.css
 lib/firefox/browser/chrome/devtools/skin/boxmodel.css
@@ -3068,7 +3274,9 @@ lib/firefox/browser/chrome/devtools/skin
 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/error-small.svg
+lib/firefox/browser/chrome/devtools/skin/images/error-tiny.svg
 lib/firefox/browser/chrome/devtools/skin/images/error.svg
+lib/firefox/browser/chrome/devtools/skin/images/eye.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
@@ -3081,6 +3289,7 @@ lib/firefox/browser/chrome/devtools/skin
 lib/firefox/browser/chrome/devtools/skin/images/help.svg
 lib/firefox/browser/chrome/devtools/skin/images/import.svg
 lib/firefox/browser/chrome/devtools/skin/images/info-small.svg
+lib/firefox/browser/chrome/devtools/skin/images/info-tiny.svg
 lib/firefox/browser/chrome/devtools/skin/images/info.svg
 lib/firefox/browser/chrome/devtools/skin/images/item-arrow-dark-ltr.svg
 lib/firefox/browser/chrome/devtools/skin/images/item-arrow-dark-rtl.svg
@@ -3136,9 +3345,11 @@ lib/firefox/browser/chrome/devtools/skin
 lib/firefox/browser/chrome/devtools/skin/images/vview-edit.svg
 lib/firefox/browser/chrome/devtools/skin/images/vview-lock.png
 lib/firefox/browser/chrome/devtools/skin/images/vview-lock%2x.png@localhost
+lib/firefox/browser/chrome/devtools/skin/images/webconsole/editor.svg
 lib/firefox/browser/chrome/devtools/skin/images/webconsole/input.svg
 lib/firefox/browser/chrome/devtools/skin/images/webconsole/navigation.svg
 lib/firefox/browser/chrome/devtools/skin/images/webconsole/return.svg
+lib/firefox/browser/chrome/devtools/skin/images/webconsole/run.svg
 lib/firefox/browser/chrome/devtools/skin/inspector.css
 lib/firefox/browser/chrome/devtools/skin/jit-optimizations.css
 lib/firefox/browser/chrome/devtools/skin/layout.css
@@ -3165,6 +3376,7 @@ lib/firefox/browser/chrome/en-US/locale/
 lib/firefox/browser/chrome/en-US/locale/browser/appstrings.properties
 lib/firefox/browser/chrome/en-US/locale/browser/baseMenuOverlay.dtd
 lib/firefox/browser/chrome/en-US/locale/browser/bookmarks.html
+lib/firefox/browser/chrome/en-US/locale/browser/brandings.dtd
 lib/firefox/browser/chrome/en-US/locale/browser/browser.dtd
 lib/firefox/browser/chrome/en-US/locale/browser/browser.properties
 lib/firefox/browser/chrome/en-US/locale/browser/customizableui/customizableWidgets.properties
@@ -3172,6 +3384,7 @@ lib/firefox/browser/chrome/en-US/locale/
 lib/firefox/browser/chrome/en-US/locale/browser/downloads/downloads.properties
 lib/firefox/browser/chrome/en-US/locale/browser/downloads/settingsChange.dtd
 lib/firefox/browser/chrome/en-US/locale/browser/feeds/subscribe.properties
+lib/firefox/browser/chrome/en-US/locale/browser/fxmonitor.properties
 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
@@ -3182,7 +3395,6 @@ lib/firefox/browser/chrome/en-US/locale/
 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/safebrowsing/report-phishing.dtd
 lib/firefox/browser/chrome/en-US/locale/browser/safebrowsing/safebrowsing.properties
 lib/firefox/browser/chrome/en-US/locale/browser/search.properties
 lib/firefox/browser/chrome/en-US/locale/browser/setDesktopBackground.dtd
@@ -3198,8 +3410,6 @@ lib/firefox/browser/chrome/en-US/locale/
 lib/firefox/browser/chrome/en-US/locale/browser/uiDensity.properties
 lib/firefox/browser/chrome/en-US/locale/browser/webrtcIndicator.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/VariablesView.dtd
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/aboutdebugging.dtd
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/aboutdebugging.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/accessibility.properties
 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
@@ -3243,7 +3453,6 @@ lib/firefox/browser/chrome/en-US/locale/
 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
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/shared/accessibility.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/shared/browsing-context.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/shared/debugger.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/shared/eyedropper.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/shared/highlighters.properties
@@ -3579,12 +3788,9 @@ lib/firefox/browser/components/component
 ${PLIST.debug}lib/firefox/browser/components/startupRecorder.js
 lib/firefox/browser/defaults/permissions
 lib/firefox/browser/defaults/preferences/debugger.js
-lib/firefox/browser/defaults/preferences/devtools-client.js
-lib/firefox/browser/defaults/preferences/devtools-startup.js
 lib/firefox/browser/defaults/preferences/firefox-branding.js
 lib/firefox/browser/defaults/preferences/firefox-l10n.js
 lib/firefox/browser/defaults/preferences/firefox.js
-lib/firefox/browser/defaults/preferences/webide.js
 lib/firefox/browser/defaults/settings/blocklists/addons.json
 lib/firefox/browser/defaults/settings/blocklists/gfx.json
 lib/firefox/browser/defaults/settings/blocklists/plugins.json
@@ -3656,15 +3862,6 @@ 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/api.js
-lib/firefox/browser/features/fxmonitor%mozilla.org@localhost/privileged/schema.json
 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
@@ -3871,21 +4068,22 @@ lib/firefox/browser/features/webcompat@m
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/js/bug1472075-bankofamerica.com-ua-change.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/js/bug1472081-election.gov.np-window.sidebar-shim.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/js/bug1482066-portalminasnet.com-window.sidebar-shim.js
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/js/bug1570856-medium.com-menu-isTier1.js
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/js/bug1577245-salesforce-communities-hide-unsupported.js
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/js/bug1579159-m.tailieu.vn-pdfjs-worker-disable.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/lib/about_compat_broker.js
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/lib/custom_functions.js
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/lib/google.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/lib/injections.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/lib/module_shim.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/lib/ua_overrides.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/manifest.json
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/run.js
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/js/bug1570856-medium.com-menu-isTier1.js
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/js/bug1577245-salesforce-communities-hide-unsupported.js
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/js/bug1579159-m.tailieu.vn-pdfjs-worker-disable.js
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/lib/custom_functions.js
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/lib/google.js
 lib/firefox/browser/localization/en-US/branding/brand.ftl
 lib/firefox/browser/localization/en-US/browser/aboutCertError.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/aboutLogins.ftl
 lib/firefox/browser/localization/en-US/browser/aboutPolicies.ftl
 lib/firefox/browser/localization/en-US/browser/aboutPrivateBrowsing.ftl
 lib/firefox/browser/localization/en-US/browser/aboutRestartRequired.ftl
@@ -3896,6 +4094,7 @@ lib/firefox/browser/localization/en-US/b
 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/customizeMode.ftl
+lib/firefox/browser/localization/en-US/browser/menubar.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/newtab.ftl
@@ -3918,6 +4117,7 @@ lib/firefox/browser/localization/en-US/b
 lib/firefox/browser/localization/en-US/browser/preferences/siteDataSettings.ftl
 lib/firefox/browser/localization/en-US/browser/preferences/syncDisconnect.ftl
 lib/firefox/browser/localization/en-US/browser/preferences/translation.ftl
+lib/firefox/browser/localization/en-US/browser/protections.ftl
 lib/firefox/browser/localization/en-US/browser/safeMode.ftl
 lib/firefox/browser/localization/en-US/browser/safebrowsing/blockedSite.ftl
 lib/firefox/browser/localization/en-US/browser/sanitize.ftl
@@ -3929,7 +4129,7 @@ lib/firefox/browser/localization/en-US/d
 lib/firefox/browser/localization/en-US/devtools/accessibility.ftl
 lib/firefox/browser/localization/en-US/devtools/application.ftl
 lib/firefox/browser/localization/en-US/devtools/tooltips.ftl
-lib/firefox/browser/localization/en-US/preview/aboutLogins.ftl
+lib/firefox/browser/localization/en-US/preview/protections.ftl
 lib/firefox/browser/localization/en-US/startup/aboutDevTools.ftl
 lib/firefox/browser/modules/AboutDebuggingRegistration.jsm
 lib/firefox/browser/modules/AboutDevToolsRegistration.jsm
@@ -3965,12 +4165,13 @@ 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/FirefoxMonitor.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
 lib/firefox/browser/modules/LaterRun.jsm
 lib/firefox/browser/modules/LiveBookmarkMigrator.jsm
+lib/firefox/browser/modules/LoginBreaches.jsm
 lib/firefox/browser/modules/MigrationUtils.jsm
 lib/firefox/browser/modules/NewTabPagePreloading.jsm
 lib/firefox/browser/modules/OpenInTabsUtils.jsm
@@ -3983,7 +4184,6 @@ lib/firefox/browser/modules/PlacesUIUtil
 lib/firefox/browser/modules/ProcessHangMonitor.jsm
 lib/firefox/browser/modules/ProfileMigrator.jsm
 lib/firefox/browser/modules/ReaderParent.jsm
-lib/firefox/browser/modules/RemotePrompt.jsm
 lib/firefox/browser/modules/Sanitizer.jsm
 lib/firefox/browser/modules/ScreenshotChild.jsm
 lib/firefox/browser/modules/SearchTelemetry.jsm
@@ -3998,6 +4198,7 @@ lib/firefox/browser/modules/ThemeVariabl
 lib/firefox/browser/modules/TransientPrefs.jsm
 lib/firefox/browser/modules/UITour.jsm
 lib/firefox/browser/modules/UITourChild.jsm
+lib/firefox/browser/modules/UrlbarContextualTip.jsm
 lib/firefox/browser/modules/UrlbarController.jsm
 lib/firefox/browser/modules/UrlbarEventBufferer.jsm
 lib/firefox/browser/modules/UrlbarInput.jsm
@@ -4242,7 +4443,6 @@ lib/firefox/chrome/remote/content/Protoc
 lib/firefox/chrome/remote/content/RecommendedPreferences.jsm
 lib/firefox/chrome/remote/content/RemoteAgent.jsm
 lib/firefox/chrome/remote/content/Sync.jsm
-lib/firefox/chrome/remote/content/WindowManager.jsm
 lib/firefox/chrome/remote/content/domains/ContentProcessDomain.jsm
 lib/firefox/chrome/remote/content/domains/ContentProcessDomains.jsm
 lib/firefox/chrome/remote/content/domains/ContextObserver.jsm
@@ -4264,16 +4464,19 @@ lib/firefox/chrome/remote/content/domain
 lib/firefox/chrome/remote/content/domains/parent/Page.jsm
 lib/firefox/chrome/remote/content/domains/parent/Target.jsm
 lib/firefox/chrome/remote/content/domains/parent/network/NetworkObserver.jsm
+lib/firefox/chrome/remote/content/domains/parent/page/DialogHandler.jsm
+lib/firefox/chrome/remote/content/domains/parent/target/TabManager.jsm
 lib/firefox/chrome/remote/content/external/EventUtils.js
 lib/firefox/chrome/remote/content/server/HTTPD.jsm
-lib/firefox/chrome/remote/content/server/Stream.jsm
-lib/firefox/chrome/remote/content/server/WebSocket.jsm
+lib/firefox/chrome/remote/content/server/WebSocketHandshake.jsm
 lib/firefox/chrome/remote/content/server/WebSocketTransport.jsm
 lib/firefox/chrome/remote/content/sessions/ContentProcessSession.jsm
+lib/firefox/chrome/remote/content/sessions/MainProcessSession.jsm
 lib/firefox/chrome/remote/content/sessions/Session.jsm
 lib/firefox/chrome/remote/content/sessions/TabSession.jsm
 lib/firefox/chrome/remote/content/sessions/frame-script.js
 lib/firefox/chrome/remote/content/targets/MainProcessTarget.jsm
+lib/firefox/chrome/remote/content/targets/TabObserver.jsm
 lib/firefox/chrome/remote/content/targets/TabTarget.jsm
 lib/firefox/chrome/remote/content/targets/Target.jsm
 lib/firefox/chrome/remote/content/targets/Targets.jsm
@@ -4291,6 +4494,7 @@ lib/firefox/chrome/toolkit/content/exten
 lib/firefox/chrome/toolkit/content/extensions/dummy.xul
 lib/firefox/chrome/toolkit/content/extensions/ext-browser-content.js
 lib/firefox/chrome/toolkit/content/extensions/ext-toolkit.json
+lib/firefox/chrome/toolkit/content/extensions/parent/ext-activityLog.js
 lib/firefox/chrome/toolkit/content/extensions/parent/ext-alarms.js
 lib/firefox/chrome/toolkit/content/extensions/parent/ext-backgroundPage.js
 lib/firefox/chrome/toolkit/content/extensions/parent/ext-browserSettings.js
@@ -4322,6 +4526,7 @@ lib/firefox/chrome/toolkit/content/exten
 lib/firefox/chrome/toolkit/content/extensions/parent/ext-userScripts.js
 lib/firefox/chrome/toolkit/content/extensions/parent/ext-webNavigation.js
 lib/firefox/chrome/toolkit/content/extensions/parent/ext-webRequest.js
+lib/firefox/chrome/toolkit/content/extensions/schemas/activity_log.json
 lib/firefox/chrome/toolkit/content/extensions/schemas/alarms.json
 lib/firefox/chrome/toolkit/content/extensions/schemas/browser_settings.json
 lib/firefox/chrome/toolkit/content/extensions/schemas/captive_portal.json
@@ -4410,7 +4615,6 @@ lib/firefox/chrome/toolkit/content/globa
 lib/firefox/chrome/toolkit/content/global/bindings/datetimebox.css
 lib/firefox/chrome/toolkit/content/global/bindings/general.xml
 lib/firefox/chrome/toolkit/content/global/bindings/popup.xml
-lib/firefox/chrome/toolkit/content/global/bindings/richlistbox.xml
 lib/firefox/chrome/toolkit/content/global/bindings/scrollbox.xml
 lib/firefox/chrome/toolkit/content/global/bindings/spinner.js
 lib/firefox/chrome/toolkit/content/global/bindings/textbox.xml
@@ -4420,20 +4624,24 @@ lib/firefox/chrome/toolkit/content/globa
 lib/firefox/chrome/toolkit/content/global/browser-content.js
 lib/firefox/chrome/toolkit/content/global/buildconfig.css
 lib/firefox/chrome/toolkit/content/global/buildconfig.html
+lib/firefox/chrome/toolkit/content/global/certviewer/asn1js_bundle.js
+lib/firefox/chrome/toolkit/content/global/certviewer/certDecoder.js
 lib/firefox/chrome/toolkit/content/global/certviewer/certviewer.css
 lib/firefox/chrome/toolkit/content/global/certviewer/certviewer.html
 lib/firefox/chrome/toolkit/content/global/certviewer/certviewer.js
 lib/firefox/chrome/toolkit/content/global/certviewer/components/certificate-section.css
 lib/firefox/chrome/toolkit/content/global/certviewer/components/certificate-section.js
-lib/firefox/chrome/toolkit/content/global/certviewer/components/certificate-tab.css
-lib/firefox/chrome/toolkit/content/global/certviewer/components/certificate-tab.js
-lib/firefox/chrome/toolkit/content/global/certviewer/components/dummy-info.js
-lib/firefox/chrome/toolkit/content/global/certviewer/components/handshake-section.css
-lib/firefox/chrome/toolkit/content/global/certviewer/components/handshake-section.js
+lib/firefox/chrome/toolkit/content/global/certviewer/components/error-section.css
+lib/firefox/chrome/toolkit/content/global/certviewer/components/error-section.js
 lib/firefox/chrome/toolkit/content/global/certviewer/components/info-group.css
 lib/firefox/chrome/toolkit/content/global/certviewer/components/info-group.js
 lib/firefox/chrome/toolkit/content/global/certviewer/components/info-item.css
 lib/firefox/chrome/toolkit/content/global/certviewer/components/info-item.js
+lib/firefox/chrome/toolkit/content/global/certviewer/ctlognames.js
+lib/firefox/chrome/toolkit/content/global/certviewer/pkijs_bundle.js
+lib/firefox/chrome/toolkit/content/global/certviewer/pvutils_bundle.js
+lib/firefox/chrome/toolkit/content/global/certviewer/strings.js
+lib/firefox/chrome/toolkit/content/global/certviewer/utils.js
 lib/firefox/chrome/toolkit/content/global/commonDialog.css
 lib/firefox/chrome/toolkit/content/global/commonDialog.js
 lib/firefox/chrome/toolkit/content/global/commonDialog.xul
@@ -4443,7 +4651,6 @@ lib/firefox/chrome/toolkit/content/globa
 lib/firefox/chrome/toolkit/content/global/contentAreaUtils.js
 lib/firefox/chrome/toolkit/content/global/customElements.js
 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
@@ -4488,6 +4695,7 @@ lib/firefox/chrome/toolkit/content/globa
 lib/firefox/chrome/toolkit/content/global/pictureinpicture/player.xhtml
 lib/firefox/chrome/toolkit/content/global/plugins.css
 lib/firefox/chrome/toolkit/content/global/plugins.html
+lib/firefox/chrome/toolkit/content/global/plugins.js
 lib/firefox/chrome/toolkit/content/global/preferencesBindings.js
 lib/firefox/chrome/toolkit/content/global/printPreviewProgress.js
 lib/firefox/chrome/toolkit/content/global/printPreviewProgress.xul
@@ -4535,7 +4743,6 @@ lib/firefox/chrome/toolkit/content/mozap
 lib/firefox/chrome/toolkit/content/mozapps/extensions/blocklist.xul
 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/message-bar.css
 lib/firefox/chrome/toolkit/content/mozapps/extensions/message-bar.js
@@ -4597,8 +4804,12 @@ lib/firefox/chrome/toolkit/res/loading-i
 lib/firefox/chrome/toolkit/res/mathml.css
 lib/firefox/chrome/toolkit/res/noframes.css
 lib/firefox/chrome/toolkit/res/normandy/Normandy.jsm
+lib/firefox/chrome/toolkit/res/normandy/NormandyMigrations.jsm
+lib/firefox/chrome/toolkit/res/normandy/actions/AddonRollbackAction.jsm
+lib/firefox/chrome/toolkit/res/normandy/actions/AddonRolloutAction.jsm
 lib/firefox/chrome/toolkit/res/normandy/actions/AddonStudyAction.jsm
 lib/firefox/chrome/toolkit/res/normandy/actions/BaseAction.jsm
+lib/firefox/chrome/toolkit/res/normandy/actions/BaseStudyAction.jsm
 lib/firefox/chrome/toolkit/res/normandy/actions/BranchedAddonStudyAction.jsm
 lib/firefox/chrome/toolkit/res/normandy/actions/ConsoleLogAction.jsm
 lib/firefox/chrome/toolkit/res/normandy/actions/PreferenceExperimentAction.jsm
@@ -4613,12 +4824,14 @@ lib/firefox/chrome/toolkit/res/normandy/
 lib/firefox/chrome/toolkit/res/normandy/content/about-studies/about-studies.html
 lib/firefox/chrome/toolkit/res/normandy/content/about-studies/about-studies.js
 lib/firefox/chrome/toolkit/res/normandy/lib/ActionsManager.jsm
+lib/firefox/chrome/toolkit/res/normandy/lib/AddonRollouts.jsm
 lib/firefox/chrome/toolkit/res/normandy/lib/AddonStudies.jsm
 lib/firefox/chrome/toolkit/res/normandy/lib/CleanupManager.jsm
 lib/firefox/chrome/toolkit/res/normandy/lib/ClientEnvironment.jsm
 lib/firefox/chrome/toolkit/res/normandy/lib/EventEmitter.jsm
 lib/firefox/chrome/toolkit/res/normandy/lib/Heartbeat.jsm
 lib/firefox/chrome/toolkit/res/normandy/lib/LogManager.jsm
+lib/firefox/chrome/toolkit/res/normandy/lib/NormandyAddonManager.jsm
 lib/firefox/chrome/toolkit/res/normandy/lib/NormandyApi.jsm
 lib/firefox/chrome/toolkit/res/normandy/lib/PrefUtils.jsm
 lib/firefox/chrome/toolkit/res/normandy/lib/PreferenceExperiments.jsm
@@ -4831,9 +5044,6 @@ lib/firefox/contentaccessible/plaintext.
 lib/firefox/contentaccessible/viewsource.css
 lib/firefox/defaults/autoconfig/prefcalls.js
 lib/firefox/defaults/pref/channel-prefs.js
-lib/firefox/defaults/pref/marionette.js
-lib/firefox/defaults/pref/remote.js
-lib/firefox/defaults/pref/services-sync.js
 lib/firefox/dependentlibs.list
 lib/firefox/dictionaries/en-US.aff
 lib/firefox/dictionaries/en-US.dic
@@ -4913,7 +5123,6 @@ lib/firefox/localization/en-US/toolkit/p
 lib/firefox/localization/en-US/toolkit/printing/printDialogs.ftl
 lib/firefox/localization/en-US/toolkit/printing/printPreview.ftl
 lib/firefox/localization/en-US/toolkit/updates/history.ftl
-lib/firefox/modules/AboutCertViewerHandler.jsm
 lib/firefox/modules/AboutPagesUtils.jsm
 lib/firefox/modules/AboutReader.jsm
 lib/firefox/modules/AbuseReporter.jsm
@@ -4925,6 +5134,7 @@ lib/firefox/modules/AppConstants.jsm
 lib/firefox/modules/AppMenuNotifications.jsm
 lib/firefox/modules/AsyncPrefs.jsm
 lib/firefox/modules/AsyncShutdown.jsm
+lib/firefox/modules/AsyncStreamReader.jsm
 lib/firefox/modules/AutoCompletePopup.jsm
 lib/firefox/modules/AutoCompletePopupContent.jsm
 lib/firefox/modules/AutoScrollController.jsm
@@ -4994,6 +5204,7 @@ lib/firefox/modules/EcosystemTelemetry.j
 lib/firefox/modules/EventEmitter.jsm
 lib/firefox/modules/EventPing.jsm
 lib/firefox/modules/Extension.jsm
+lib/firefox/modules/ExtensionActivityLog.jsm
 lib/firefox/modules/ExtensionChild.jsm
 lib/firefox/modules/ExtensionChildDevToolsUtils.jsm
 lib/firefox/modules/ExtensionCommon.jsm
@@ -5018,6 +5229,7 @@ lib/firefox/modules/Finder.jsm
 lib/firefox/modules/FinderHighlighter.jsm
 lib/firefox/modules/FinderIterator.jsm
 lib/firefox/modules/FinderParent.jsm
+lib/firefox/modules/FirstStartup.jsm
 lib/firefox/modules/Fluent.jsm
 lib/firefox/modules/ForgetAboutSite.jsm
 lib/firefox/modules/FormAutoComplete.jsm
@@ -5049,6 +5261,7 @@ lib/firefox/modules/HiddenFrame.jsm
 lib/firefox/modules/History.jsm
 lib/firefox/modules/Http.jsm
 lib/firefox/modules/HybridContentTelemetry.jsm
+lib/firefox/modules/IgnoreLists.jsm
 lib/firefox/modules/ImageObjectProcessor.jsm
 lib/firefox/modules/IndexedDB.jsm
 lib/firefox/modules/IndexedDBHelper.jsm
@@ -5157,6 +5370,7 @@ lib/firefox/modules/ResponsivenessMonito
 lib/firefox/modules/SafeBrowsing.jsm
 lib/firefox/modules/Schemas.jsm
 lib/firefox/modules/SearchEngine.jsm
+lib/firefox/modules/SearchEngineSelector.jsm
 lib/firefox/modules/SearchService.jsm
 lib/firefox/modules/SearchStaticData.jsm
 lib/firefox/modules/SearchSuggestionController.jsm
@@ -5167,6 +5381,7 @@ lib/firefox/modules/SecurityReporter.jsm
 lib/firefox/modules/ServiceRequest.jsm
 lib/firefox/modules/ServiceWorkerCleanUp.jsm
 lib/firefox/modules/Services.jsm
+lib/firefox/modules/SessionStoreFunctions.jsm
 lib/firefox/modules/SharedPromptUtils.jsm
 lib/firefox/modules/ShieldContentProcess.jsm
 lib/firefox/modules/ShortcutUtils.jsm
@@ -5215,7 +5430,6 @@ lib/firefox/modules/WebHandlerApp.jsm
 lib/firefox/modules/WebNavigation.jsm
 lib/firefox/modules/WebNavigationContent.js
 lib/firefox/modules/WebNavigationFrames.jsm
-lib/firefox/modules/WebProgressChild.jsm
 lib/firefox/modules/WebRequest.jsm
 lib/firefox/modules/WebRequestCommon.jsm
 lib/firefox/modules/WebRequestContent.js
@@ -5266,6 +5480,7 @@ 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/netwerk-dns/PublicSuffixList.jsm
 lib/firefox/modules/nsAsyncShutdown.jsm
 lib/firefox/modules/nsCrashMonitor.jsm
 lib/firefox/modules/nsFormAutoCompleteResult.jsm
@@ -5384,6 +5599,7 @@ lib/firefox/res/fonts/mathfontSTIXGenera
 lib/firefox/res/fonts/mathfontUnicode.properties
 lib/firefox/res/grabber.gif
 lib/firefox/res/language.properties
+lib/firefox/res/locale/layout/HtmlForm.properties
 lib/firefox/res/multilocale.txt
 lib/firefox/res/svg.css
 lib/firefox/res/table-add-column-after-active.gif

Index: pkgsrc/www/firefox/distinfo
diff -u pkgsrc/www/firefox/distinfo:1.369 pkgsrc/www/firefox/distinfo:1.370
--- pkgsrc/www/firefox/distinfo:1.369   Tue Oct 15 18:07:48 2019
+++ pkgsrc/www/firefox/distinfo Mon Oct 28 13:03:27 2019
@@ -1,12 +1,13 @@
-$NetBSD: distinfo,v 1.369 2019/10/15 18:07:48 ryoon Exp $
+$NetBSD: distinfo,v 1.370 2019/10/28 13:03:27 ryoon Exp $
 
-SHA1 (firefox-69.0.3.source.tar.xz) = a1ae50dd7a7cf17f28a4e7a88d87e25050b977b3
-RMD160 (firefox-69.0.3.source.tar.xz) = 2872f8b8b15272f6ffaecc76677bf75ad2673afc
-SHA512 (firefox-69.0.3.source.tar.xz) = bc4020c5f1a1eac82944f6402aa374c830231a0f168c6cdab8924a1c7a1b296381b45bce0a0567811ad86c2688972a35fda3f6c15e562b03a47d48617fe7611a
-Size (firefox-69.0.3.source.tar.xz) = 315473484 bytes
+SHA1 (firefox-70.0.source.tar.xz) = 7eccef97655ad8b127213923bfd97401d6a17836
+RMD160 (firefox-70.0.source.tar.xz) = 2115c85229b52f138ca6bc2e56db104c386ea44a
+SHA512 (firefox-70.0.source.tar.xz) = c2643d88d59012dfd762357d66005c8892dec066b0ae9d8d33a29ea4427d1e5ae4a0376725c7d960c0025d5c9567eca816eb612b4ea987069e455c06fc442973
+Size (firefox-70.0.source.tar.xz) = 321160764 bytes
 SHA1 (patch-aa) = 1f292aae7d37bd480ba834324b737bfebee52503
 SHA1 (patch-browser_app_profile_firefox.js) = 076cc2892547bac07fe907533f4e821f13f5738e
 SHA1 (patch-build_moz.configure_old.configure) = 05963b12fd908d90e3378b30cff7e48291b8a447
+SHA1 (patch-build_moz.configure_rust.configure) = ee9e207e67709f3c9455b4d22f5f254890e99ca8
 SHA1 (patch-config__make_system_wrappers.py) = 18605b32428e96915c945a189548505deacd2333
 SHA1 (patch-dom_base_nsAttrName.h) = ac7ba441a3b27df2855cf2673eea36b1cb44ad49
 SHA1 (patch-dom_media_CubebUtils.cpp) = b1b4f981c4bede877e3bd092d2648d4b8cbc73a5
@@ -19,7 +20,6 @@ SHA1 (patch-ipc_chromium_src_base_platfo
 SHA1 (patch-ipc_glue_CrossProcessSemaphore.h) = 25e24743060acf10c776c6b3b3660f52a2e9fbe8
 SHA1 (patch-ipc_glue_CrossProcessSemaphore__posix.cpp) = f8d155ee66008b7cc4052b6a889327543b89e0bb
 SHA1 (patch-ipc_glue_GeckoChildProcessHost.cpp) = 260c29bacd8bf265951b7a412f850bf2b292c836
-SHA1 (patch-js_src_threading_posix_Thread.cpp) = 47e612a676e614fd6dd43b8a3140218a3fbdc7fa
 SHA1 (patch-js_src_util_NativeStack.cpp) = 2c6f844d38343f40ebbc8fd665279256e4ae6d35
 SHA1 (patch-media_libcubeb_gtest_moz.build) = ea6dcc7ceeb76ce1fb9d508cf43080a2eef3a9e4
 SHA1 (patch-media_libcubeb_src_cubeb__alsa.c) = f359a66a22f11142d05746e15894d998d3e3bf5a



Home | Main Index | Thread Index | Old Index