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:           Thu Jan  9 15:06:29 UTC 2020

Modified Files:
        pkgsrc/www/firefox: Makefile PLIST distinfo
        pkgsrc/www/firefox/patches: patch-aa
Added Files:
        pkgsrc/www/firefox/patches:
            patch-third__party_rust_libc_src_unix_bsd_netbsdlike_netbsd_mod.rs

Log Message:
firefox: Update to 72.0.1

Changelog:
72.0.1
Security fixes:
#CVE-2019-17026: IonMonkey type confusion with StoreElementHole and FallibleStoreElement

72.0
New
    Firefox’s Enhanced Tracking Protection marks a major new
    milestone in our battle against cross-site tracking: we now
    block fingerprinting scripts by default for all users, taking
    a new bold step in the fight for our users’ privacy.

    Firefox replaces annoying notification request pop-ups with a
    more delightful experience, by default for all users. The
    pop-ups no longer interrupt your browsing, in its place, a
    speech bubble will appear in the address bar when you interact
    with the site.

    Picture-in-picture video is now also available in Firefox for
    Mac and Linux: Select the blue icon from the right edge of a
    video to pop open a floating window so you can keep watching
    while working in other tabs or apps. Learn how the feature
    works.

Security fixes:
#CVE-2019-17015: Memory corruption in parent process during new content process initialization on Windows
#CVE-2019-17016: Bypass of @namespace CSS sanitization during pasting
#CVE-2019-17017: Type Confusion in XPCVariant.cpp
#CVE-2019-17018: Windows Keyboard in Private Browsing Mode may retain word suggestions
#CVE-2019-17019: Python files could be inadvertently executed upon opening a download
#CVE-2019-17020: Content Security Policy not applied to XSL stylesheets applied to XML documents
#CVE-2019-17021: Heap address disclosure in parent process during content process initialization on Windows
#CVE-2019-17022: CSS sanitization does not escape HTML tags
#CVE-2019-17023: NSS may negotiate TLS 1.2 or below after a TLS 1.3 HelloRetryRequest had been sent
#CVE-2019-17024: Memory safety bugs fixed in Firefox 72 and Firefox ESR 68.4
#CVE-2019-17025: Memory safety bugs fixed in Firefox 72


To generate a diff of this commit:
cvs rdiff -u -r1.404 -r1.405 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.151 -r1.152 pkgsrc/www/firefox/PLIST
cvs rdiff -u -r1.374 -r1.375 pkgsrc/www/firefox/distinfo
cvs rdiff -u -r1.63 -r1.64 pkgsrc/www/firefox/patches/patch-aa
cvs rdiff -u -r0 -r1.3 \
    pkgsrc/www/firefox/patches/patch-third__party_rust_libc_src_unix_bsd_netbsdlike_netbsd_mod.rs

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.404 pkgsrc/www/firefox/Makefile:1.405
--- pkgsrc/www/firefox/Makefile:1.404   Sun Jan  5 17:55:22 2020
+++ pkgsrc/www/firefox/Makefile Thu Jan  9 15:06:28 2020
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.404 2020/01/05 17:55:22 nia Exp $
+# $NetBSD: Makefile,v 1.405 2020/01/09 15:06:28 ryoon Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
-MOZ_BRANCH=            71.0
-MOZ_BRANCH_MINOR=      
+MOZ_BRANCH=            72.0
+MOZ_BRANCH_MINOR=      .1
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       ${DISTNAME:S/.source//:S/b/beta/:S/esr//}
-PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
 EXTRACT_SUFX=  .tar.xz
@@ -23,7 +22,7 @@ MOZILLA_DIR=  # empty
 # Note: when updating remember to conditionalise about-background.png in PLIST
 CONFIGURE_ARGS+=       --enable-application=browser
 
-CFLAGS+=       -I${PREFIX}/include/nspr
+#CFLAGS+=      -I${PREFIX}/include/nspr
 # for lang/gcc6
 CFLAGS+=       -D_GLIBCXX_INCLUDE_NEXT_C_HEADERS
 CFLAGS.SunOS+= -D_POSIX_PTHREAD_SEMANTICS
@@ -80,7 +79,8 @@ post-extract:
              ${WRKSRC}/third_party/rust/libc/.cargo-checksum.json.orig
        ${CAT} ${WRKSRC}/third_party/rust/libc/.cargo-checksum.json.orig | \
                ${SED} -e 's/4d9f7091af8e166943ac6f42ce85558909e5b6e61325039bff7adfbcf4b90212/7f3da734d5e2e9426051da4f406e46d9e9bed43ed2d7d048e8afc8af7ed44795/' | \
-               ${SED} -e 's/1cd66ed5967c788562d4ad626cfbeb1544f4b9267111de5f6790379b8327f28e/6ae549dd21581748b2f1d82880eaca3445c11e3354965e5b49b20342075a3e52/' \
+               ${SED} -e 's/1cd66ed5967c788562d4ad626cfbeb1544f4b9267111de5f6790379b8327f28e/6ae549dd21581748b2f1d82880eaca3445c11e3354965e5b49b20342075a3e52/' | \
+               ${SED} -e 's/a3540eab4dbc52e006e84e288bad17e1dae3865fea49020e0ed8b5a7724a9532/5e58a2109f5eff0f497dfac150c161c1d517a2227b49e086da96c3d66522ac3a/' \
                > ${WRKSRC}/third_party/rust/libc/.cargo-checksum.json
        ${CP} ${WRKSRC}/third_party/rust/bindgen/.cargo-checksum.json \
              ${WRKSRC}/third_party/rust/bindgen/.cargo-checksum.json.orig

Index: pkgsrc/www/firefox/PLIST
diff -u pkgsrc/www/firefox/PLIST:1.151 pkgsrc/www/firefox/PLIST:1.152
--- pkgsrc/www/firefox/PLIST:1.151      Mon Jan  6 07:53:53 2020
+++ pkgsrc/www/firefox/PLIST    Thu Jan  9 15:06:28 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.151 2020/01/06 07:53:53 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.152 2020/01/09 15:06:28 ryoon Exp $
 bin/firefox
 lib/firefox/actors/AudioPlaybackChild.jsm
 lib/firefox/actors/AudioPlaybackParent.jsm
@@ -15,7 +15,8 @@ lib/firefox/actors/ExtFindChild.jsm
 lib/firefox/actors/FindBarChild.jsm
 lib/firefox/actors/FindBarParent.jsm
 lib/firefox/actors/FinderChild.jsm
-lib/firefox/actors/FormSubmitChild.jsm
+lib/firefox/actors/FormHistoryChild.jsm
+lib/firefox/actors/FormHistoryParent.jsm
 lib/firefox/actors/InlineSpellCheckerChild.jsm
 lib/firefox/actors/InlineSpellCheckerParent.jsm
 lib/firefox/actors/KeyPressEventModelCheckerChild.jsm
@@ -30,6 +31,7 @@ lib/firefox/actors/ThumbnailsChild.jsm
 lib/firefox/actors/UAWidgetsChild.jsm
 lib/firefox/actors/UnselectedTabHoverChild.jsm
 lib/firefox/actors/WebChannelChild.jsm
+lib/firefox/actors/WebChannelParent.jsm
 lib/firefox/actors/WebNavigationChild.jsm
 lib/firefox/actors/ZoomChild.jsm
 lib/firefox/actors/ZoomParent.jsm
@@ -37,9 +39,13 @@ lib/firefox/application.ini
 lib/firefox/browser/actors/AboutLoginsChild.jsm
 lib/firefox/browser/actors/AboutReaderChild.jsm
 lib/firefox/browser/actors/BlockedSiteChild.jsm
+lib/firefox/browser/actors/BlockedSiteParent.jsm
 lib/firefox/browser/actors/BrowserTabChild.jsm
 lib/firefox/browser/actors/BrowserTabParent.jsm
 lib/firefox/browser/actors/ClickHandlerChild.jsm
+lib/firefox/browser/actors/ClickHandlerParent.jsm
+lib/firefox/browser/actors/ContentMetaChild.jsm
+lib/firefox/browser/actors/ContentMetaParent.jsm
 lib/firefox/browser/actors/ContentSearchChild.jsm
 lib/firefox/browser/actors/ContextMenuChild.jsm
 lib/firefox/browser/actors/ContextMenuParent.jsm
@@ -49,10 +55,13 @@ lib/firefox/browser/actors/FormValidatio
 lib/firefox/browser/actors/FormValidationParent.jsm
 lib/firefox/browser/actors/LightweightThemeChild.jsm
 lib/firefox/browser/actors/LinkHandlerChild.jsm
+lib/firefox/browser/actors/LinkHandlerParent.jsm
 lib/firefox/browser/actors/NetErrorChild.jsm
+lib/firefox/browser/actors/NetErrorParent.jsm
 lib/firefox/browser/actors/OfflineAppsChild.jsm
 lib/firefox/browser/actors/PageInfoChild.jsm
 lib/firefox/browser/actors/PageStyleChild.jsm
+lib/firefox/browser/actors/PageStyleParent.jsm
 lib/firefox/browser/actors/PluginChild.jsm
 lib/firefox/browser/actors/PluginParent.jsm
 lib/firefox/browser/actors/PromptParent.jsm
@@ -78,6 +87,7 @@ lib/firefox/browser/chrome/browser/conte
 lib/firefox/browser/chrome/browser/content/branding/icon64.png
 lib/firefox/browser/chrome/browser/content/branding/identity-icons-brand.svg
 lib/firefox/browser/chrome/browser/content/briefcase.svg
+lib/firefox/browser/chrome/browser/content/browser/aboutDialog-appUpdater-legacy.js
 lib/firefox/browser/chrome/browser/content/browser/aboutDialog-appUpdater.js
 lib/firefox/browser/chrome/browser/content/browser/aboutDialog.css
 lib/firefox/browser/chrome/browser/content/browser/aboutDialog.js
@@ -279,7 +289,6 @@ lib/firefox/browser/chrome/browser/conte
 lib/firefox/browser/chrome/browser/content/browser/child/ext-tabs.js
 lib/firefox/browser/chrome/browser/content/browser/content-refreshblocker.js
 lib/firefox/browser/chrome/browser/content/browser/content-sessionStore.js
-lib/firefox/browser/chrome/browser/content/browser/content.js
 lib/firefox/browser/chrome/browser/content/browser/contentSearchUI.css
 lib/firefox/browser/chrome/browser/content/browser/contentSearchUI.js
 lib/firefox/browser/chrome/browser/content/browser/contentTheme.js
@@ -389,55 +398,55 @@ lib/firefox/browser/chrome/browser/conte
 lib/firefox/browser/chrome/browser/content/browser/policies/policies-documentation.svg
 lib/firefox/browser/chrome/browser/content/browser/policies/policies-error.svg
 lib/firefox/browser/chrome/browser/content/browser/preferences/applicationManager.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/applicationManager.xul
+lib/firefox/browser/chrome/browser/content/browser/preferences/applicationManager.xhtml
 lib/firefox/browser/chrome/browser/content/browser/preferences/blocklists.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/blocklists.xul
+lib/firefox/browser/chrome/browser/content/browser/preferences/blocklists.xhtml
 lib/firefox/browser/chrome/browser/content/browser/preferences/browserLanguages.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/browserLanguages.xul
+lib/firefox/browser/chrome/browser/content/browser/preferences/browserLanguages.xhtml
 lib/firefox/browser/chrome/browser/content/browser/preferences/clearSiteData.css
 lib/firefox/browser/chrome/browser/content/browser/preferences/clearSiteData.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/clearSiteData.xul
+lib/firefox/browser/chrome/browser/content/browser/preferences/clearSiteData.xhtml
 lib/firefox/browser/chrome/browser/content/browser/preferences/colors.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/colors.xul
+lib/firefox/browser/chrome/browser/content/browser/preferences/colors.xhtml
 lib/firefox/browser/chrome/browser/content/browser/preferences/connection.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/connection.xul
+lib/firefox/browser/chrome/browser/content/browser/preferences/connection.xhtml
 lib/firefox/browser/chrome/browser/content/browser/preferences/containers.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/containers.xul
+lib/firefox/browser/chrome/browser/content/browser/preferences/containers.xhtml
 lib/firefox/browser/chrome/browser/content/browser/preferences/fonts.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/fonts.xul
+lib/firefox/browser/chrome/browser/content/browser/preferences/fonts.xhtml
 lib/firefox/browser/chrome/browser/content/browser/preferences/handlers.css
 lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/containers.js
 lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/extensionControlled.js
 lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/findInPage.js
 lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/fxaPairDevice.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/fxaPairDevice.xul
+lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/fxaPairDevice.xhtml
 lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/home.js
 lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/main.js
 lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/preferences.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/preferences.xul
+lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/preferences.xhtml
 lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/privacy.js
 lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/search.js
 lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/subdialogs.js
 lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/sync.js
 lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/syncChooseWhatToSync.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/syncChooseWhatToSync.xul
+lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/syncChooseWhatToSync.xhtml
 lib/firefox/browser/chrome/browser/content/browser/preferences/languages.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/languages.xul
+lib/firefox/browser/chrome/browser/content/browser/preferences/languages.xhtml
 lib/firefox/browser/chrome/browser/content/browser/preferences/permissions.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/permissions.xul
+lib/firefox/browser/chrome/browser/content/browser/preferences/permissions.xhtml
 lib/firefox/browser/chrome/browser/content/browser/preferences/sanitize.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/sanitize.xul
+lib/firefox/browser/chrome/browser/content/browser/preferences/sanitize.xhtml
 lib/firefox/browser/chrome/browser/content/browser/preferences/selectBookmark.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/selectBookmark.xul
+lib/firefox/browser/chrome/browser/content/browser/preferences/selectBookmark.xhtml
 lib/firefox/browser/chrome/browser/content/browser/preferences/siteDataRemoveSelected.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/siteDataRemoveSelected.xul
+lib/firefox/browser/chrome/browser/content/browser/preferences/siteDataRemoveSelected.xhtml
 lib/firefox/browser/chrome/browser/content/browser/preferences/siteDataSettings.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/siteDataSettings.xul
+lib/firefox/browser/chrome/browser/content/browser/preferences/siteDataSettings.xhtml
 lib/firefox/browser/chrome/browser/content/browser/preferences/sitePermissions.css
 lib/firefox/browser/chrome/browser/content/browser/preferences/sitePermissions.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/sitePermissions.xul
+lib/firefox/browser/chrome/browser/content/browser/preferences/sitePermissions.xhtml
 lib/firefox/browser/chrome/browser/content/browser/preferences/translation.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/translation.xul
+lib/firefox/browser/chrome/browser/content/browser/preferences/translation.xhtml
 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
@@ -450,7 +459,6 @@ lib/firefox/browser/chrome/browser/conte
 lib/firefox/browser/chrome/browser/content/browser/sanitizeDialog.css
 lib/firefox/browser/chrome/browser/content/browser/sanitizeDialog.js
 lib/firefox/browser/chrome/browser/content/browser/schemas/bookmarks.json
-lib/firefox/browser/chrome/browser/content/browser/schemas/browser_action.json
 lib/firefox/browser/chrome/browser/content/browser/schemas/browsing_data.json
 lib/firefox/browser/chrome/browser/content/browser/schemas/chrome_settings_overrides.json
 lib/firefox/browser/chrome/browser/content/browser/schemas/commands.json
@@ -464,7 +472,6 @@ lib/firefox/browser/chrome/browser/conte
 lib/firefox/browser/chrome/browser/content/browser/schemas/menus_child.json
 lib/firefox/browser/chrome/browser/content/browser/schemas/normandyAddonStudy.json
 lib/firefox/browser/chrome/browser/content/browser/schemas/omnibox.json
-lib/firefox/browser/chrome/browser/content/browser/schemas/page_action.json
 lib/firefox/browser/chrome/browser/content/browser/schemas/pkcs11.json
 lib/firefox/browser/chrome/browser/content/browser/schemas/search.json
 lib/firefox/browser/chrome/browser/content/browser/schemas/sessions.json
@@ -616,6 +623,7 @@ lib/firefox/browser/chrome/browser/res/a
 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/remote/pip-message-icon.svg
 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/topic-show-more-12.svg
@@ -624,17 +632,18 @@ lib/firefox/browser/chrome/browser/res/a
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/benefit-privacy.png
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/benefit-products.png
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/benefit-sync.png
-lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-devices.png
-lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-fbcont.png
-lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-ffmonitor.png
-lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-ffsend.png
-lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-lockwise.png
-lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-mobile.png
-lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-pledge.png
-lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-pocket.png
-lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-private.png
-lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-sendtab.png
-lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-tracking.png
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-devices.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-fbcont.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-ffmonitor.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-ffsend.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-import.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-lockwise.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-mobile.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-pledge.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-pocket.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-private.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-sendtab.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-tracking.svg
 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/trailhead/firefox-systems.png
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/whatsnew-send-icon.png
@@ -689,6 +698,7 @@ lib/firefox/browser/chrome/browser/res/a
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/PlacesFeed.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/PrefsFeed.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/RecipeExecutor.jsm
+lib/firefox/browser/chrome/browser/res/activity-stream/lib/RemoteL10n.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/Screenshots.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/SearchShortcuts.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/SectionsManager.jsm
@@ -1020,11 +1030,11 @@ lib/firefox/browser/chrome/browser/skin/
 lib/firefox/browser/chrome/browser/skin/classic/browser/addons/addon-install-installed.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/addons/addon-install-warning.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/addons/addon-private-browsing.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/arrow-left.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/back-12.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/back.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/badge-blue.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/blockedSite.css
+lib/firefox/browser/chrome/browser/skin/classic/browser/bookmark-12.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/bookmark-animation.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/bookmark-hollow.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/bookmark-star-on-tray.svg
@@ -1168,8 +1178,6 @@ lib/firefox/browser/chrome/browser/skin/
 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
-lib/firefox/browser/chrome/browser/skin/classic/browser/panel-icon-arrow-left.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/panel-icon-arrow-right.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/panel-icon-cancel.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/panel-icon-folder.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/panel-icon-retry.svg
@@ -1188,7 +1196,6 @@ lib/firefox/browser/chrome/browser/skin/
 lib/firefox/browser/chrome/browser/skin/classic/browser/places/organizer.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/places/sidebar.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/places/tag.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/places/toolbarDropMarker.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/places/tree-icons.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/places/unfiledBookmarks.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/pocket-animation.svg
@@ -1254,6 +1261,7 @@ lib/firefox/browser/chrome/browser/skin/
 lib/firefox/browser/chrome/browser/skin/classic/browser/stop.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/sync.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/syncedtabs/sidebar.css
+lib/firefox/browser/chrome/browser/skin/classic/browser/tab-12.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/tab-crashed.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/tab.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/badge-audio-playing.svg
@@ -1270,14 +1278,15 @@ lib/firefox/browser/chrome/browser/skin/
 lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-audio-playing.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-connecting.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-connecting%2x.png@localhost
+lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-drag-indicator.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-loading-inverted.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-loading-inverted%2x.png@localhost
 lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-loading.png
 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/tip.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/toggle.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/toolbar-drag-indicator.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
@@ -1327,14 +1336,14 @@ lib/firefox/browser/chrome/devtools/cont
 lib/firefox/browser/chrome/devtools/content/debugger/index.html
 lib/firefox/browser/chrome/devtools/content/dom/index.html
 lib/firefox/browser/chrome/devtools/content/dom/main.js
+lib/firefox/browser/chrome/devtools/content/framework/browser-toolbox/window.css
+lib/firefox/browser/chrome/devtools/content/framework/browser-toolbox/window.html
+lib/firefox/browser/chrome/devtools/content/framework/browser-toolbox/window.js
 lib/firefox/browser/chrome/devtools/content/framework/options-panel.css
 lib/firefox/browser/chrome/devtools/content/framework/toolbox-init.js
 lib/firefox/browser/chrome/devtools/content/framework/toolbox-options.xhtml
-lib/firefox/browser/chrome/devtools/content/framework/toolbox-process-window.css
-lib/firefox/browser/chrome/devtools/content/framework/toolbox-process-window.html
-lib/firefox/browser/chrome/devtools/content/framework/toolbox-process-window.js
-lib/firefox/browser/chrome/devtools/content/framework/toolbox-window.xul
-lib/firefox/browser/chrome/devtools/content/framework/toolbox.xul
+lib/firefox/browser/chrome/devtools/content/framework/toolbox-window.xhtml
+lib/firefox/browser/chrome/devtools/content/framework/toolbox.xhtml
 lib/firefox/browser/chrome/devtools/content/inspector/index.xhtml
 lib/firefox/browser/chrome/devtools/content/inspector/markup/markup.xhtml
 lib/firefox/browser/chrome/devtools/content/memory/index.xhtml
@@ -1361,13 +1370,10 @@ lib/firefox/browser/chrome/devtools/cont
 lib/firefox/browser/chrome/devtools/content/performance-new/index.xhtml
 lib/firefox/browser/chrome/devtools/content/performance-new/popup/initializer.js
 lib/firefox/browser/chrome/devtools/content/performance-new/popup/popup.xhtml
-lib/firefox/browser/chrome/devtools/content/performance/index.xul
+lib/firefox/browser/chrome/devtools/content/performance/index.xhtml
 lib/firefox/browser/chrome/devtools/content/responsive/index.xhtml
 lib/firefox/browser/chrome/devtools/content/responsive/toolbar.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
-lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/addon/tern/tern.js
 lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/cmiframe.html
 lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/codemirror.bundle.js
 lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/keymap/emacs.js
@@ -1380,14 +1386,13 @@ lib/firefox/browser/chrome/devtools/cont
 lib/firefox/browser/chrome/devtools/content/shared/vendor/d3.js
 lib/firefox/browser/chrome/devtools/content/shared/vendor/dagre-d3.js
 lib/firefox/browser/chrome/devtools/content/shared/webextension-fallback.html
-lib/firefox/browser/chrome/devtools/content/shared/widgets/VariablesView.xul
 lib/firefox/browser/chrome/devtools/content/shared/widgets/cubic-bezier.css
 lib/firefox/browser/chrome/devtools/content/shared/widgets/filter-widget.css
 lib/firefox/browser/chrome/devtools/content/shared/widgets/graphs-frame.xhtml
 lib/firefox/browser/chrome/devtools/content/shared/widgets/spectrum.css
 lib/firefox/browser/chrome/devtools/content/shared/widgets/widgets.css
-lib/firefox/browser/chrome/devtools/content/storage/index.xul
-lib/firefox/browser/chrome/devtools/content/styleeditor/index.xul
+lib/firefox/browser/chrome/devtools/content/storage/index.xhtml
+lib/firefox/browser/chrome/devtools/content/styleeditor/index.xhtml
 lib/firefox/browser/chrome/devtools/content/webconsole/index.html
 lib/firefox/browser/chrome/devtools/content/whats-new/index.html
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/aboutdebugging.js
@@ -1663,6 +1668,41 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/images/window.svg
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/images/worker.svg
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/object-inspector/reducer.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/accessible.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/accessor.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/array.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/attribute.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/big-int.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/comment-node.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/constants.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/date-time.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/document-type.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/document.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/element-node.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/error.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/event.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/function.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/grip-array.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/grip-map-entry.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/grip-map.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/grip.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/infinity.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/nan.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/null.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/number.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/object-with-text.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/object-with-url.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/object.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/promise.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/regexp.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/rep-utils.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/rep.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/string.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/stylesheet.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/symbol.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/text-node.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/undefined.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/packages/devtools-reps/src/reps/window.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/panel.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/ast/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/ast/setInScopeLines.js
@@ -1680,6 +1720,7 @@ lib/firefox/browser/chrome/devtools/modu
 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/fetchFrames.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
@@ -1690,6 +1731,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/previewPausedLocation.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/resumed.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/selectFrame.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/setFramePositions.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/skipPausing.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/preview.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/project-text-search.js
@@ -1785,6 +1827,8 @@ lib/firefox/browser/chrome/devtools/modu
 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
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Expressions.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/FrameTimeline.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/FrameTimeline.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Frames/Frame.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Frames/FrameIndent.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Frames/FrameMenu.js
@@ -1987,10 +2031,10 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/content/reducers/index.js
 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/browser-toolbox/Launcher.jsm
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/components/DebugTargetErrorPage.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/components/DebugTargetErrorPage.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/components/DebugTargetInfo.js
@@ -2006,7 +2050,6 @@ lib/firefox/browser/chrome/devtools/modu
 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
@@ -2099,10 +2142,14 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/CompatibilityApp.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/IssueItem.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/IssueList.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/UnsupportedBrowserItem.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/UnsupportedBrowserList.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/lib/MDNCompatibility.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/lib/dataset/browsers.json
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/lib/dataset/css-properties.json
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/reducers/compatibility.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/types.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/utils/cases.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/components/InspectorTabPanel.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/components/InspectorTabPanel.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/computed/computed.js
@@ -2171,8 +2218,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/grids/utils/utils.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/inspector-search.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/inspector.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/layout/components/Accordion.css
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/layout/components/Accordion.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/layout/components/LayoutApp.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/layout/layout.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/layout/utils/l10n.js
@@ -2229,6 +2274,7 @@ lib/firefox/browser/chrome/devtools/modu
 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
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/highlighters-overlay.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/node-reps.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/node-types.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/reflow-tracker.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/style-change-tracker.js
@@ -2341,28 +2387,6 @@ lib/firefox/browser/chrome/devtools/modu
 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
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/PropertiesView.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/RequestList.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/RequestListColumnCause.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/RequestListColumnContentSize.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/RequestListColumnCookies.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/RequestListColumnDomain.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/RequestListColumnFile.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/RequestListColumnMethod.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/RequestListColumnProtocol.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/RequestListColumnRemoteIP.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/RequestListColumnResponseHeader.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/RequestListColumnScheme.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/RequestListColumnSetCookies.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/RequestListColumnStatus.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/RequestListColumnTime.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/RequestListColumnTransferredSize.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/RequestListColumnType.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/RequestListColumnUrl.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/RequestListColumnWaterfall.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/RequestListContent.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/RequestListEmptyNotice.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/RequestListHeader.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/RequestListItem.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/ResponsePanel.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/SecurityPanel.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/SecurityState.js
@@ -2375,6 +2399,28 @@ lib/firefox/browser/chrome/devtools/modu
 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/request-blocking/RequestBlockingPanel.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestList.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnCause.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnContentSize.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnCookies.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnDomain.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnFile.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnMethod.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnProtocol.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnRemoteIP.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnResponseHeader.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnScheme.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnSetCookies.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnStatus.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnTime.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnTransferredSize.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnType.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnUrl.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnWaterfall.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListContent.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListEmptyNotice.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListHeader.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListItem.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/StatusBar.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/search/Toolbar.js
@@ -2396,6 +2442,12 @@ lib/firefox/browser/chrome/devtools/modu
 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/signalr/HandshakeProtocol.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/parsers/signalr/IHubProtocol.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/parsers/signalr/JSONHubProtocol.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/parsers/signalr/TextMessageFormat.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/parsers/signalr/Utils.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/parsers/signalr/index.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
@@ -2578,10 +2630,6 @@ lib/firefox/browser/chrome/devtools/modu
 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
@@ -2659,6 +2707,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/create-store.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/middleware/debounce.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/middleware/history.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/middleware/ignore.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/middleware/log.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/middleware/promise.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/middleware/task.js
@@ -2681,14 +2730,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/sourceeditor/debugger.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/sourceeditor/editor-commands-controller.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/sourceeditor/editor.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/sourceeditor/tern/browser.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/sourceeditor/tern/comment.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/sourceeditor/tern/condense.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/sourceeditor/tern/def.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/sourceeditor/tern/ecma5.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/sourceeditor/tern/infer.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/sourceeditor/tern/signal.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/sourceeditor/tern/tern.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/sourceeditor/wasm.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/stylesheet-utils.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/suggestion-picker.js
@@ -2701,7 +2742,6 @@ lib/firefox/browser/chrome/devtools/modu
 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/immutable.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
@@ -2722,8 +2762,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/redux.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/reselect.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/seamless-immutable.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/stringvalidator/util/assert.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/stringvalidator/validator.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/whatwg-url.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/view-source.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/webgl-utils.js
@@ -2938,7 +2976,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/stack-trace-collector.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/websocket-actor.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/object.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/object/long-string.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/object/previewers.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/object/property-iterator.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/object/stringifiers.js
@@ -3015,7 +3052,6 @@ lib/firefox/browser/chrome/devtools/modu
 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-new/gecko-profiler-interface.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
@@ -3055,10 +3091,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/client/connection-manager.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/client/constants.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/client/debugger-client.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/client/deprecated-thread-client.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/client/event-source.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/client/long-string-client.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/client/object-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
@@ -3071,6 +3103,7 @@ lib/firefox/browser/chrome/devtools/modu
 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/discovery/discovery.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/dom-helpers.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
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/event-emitter.js
@@ -3091,6 +3124,7 @@ lib/firefox/browser/chrome/devtools/modu
 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/environment.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/frame.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
@@ -3099,6 +3133,7 @@ lib/firefox/browser/chrome/devtools/modu
 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/object.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/perf.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/performance-recording.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/performance.js
@@ -3119,6 +3154,7 @@ lib/firefox/browser/chrome/devtools/modu
 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/walker.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
@@ -3150,6 +3186,8 @@ lib/firefox/browser/chrome/devtools/modu
 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-new/gecko-profiler-interface.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/performance-new/recording-utils.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/performance/recording-common.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/performance/recording-utils.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/platform/cache-entry.js
@@ -3170,6 +3208,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/qrcode/decoder/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/qrcode/encoder/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/qrcode/index.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/target-list.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/screenshot/capture.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/screenshot/save.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/security/auth.js
@@ -3228,12 +3267,17 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/targets/worker.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/thread.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/timeline.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/walker.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/webconsole.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/websocket.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/worker/push-subscription.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/worker/service-worker-registration.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/worker/service-worker.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/sprintfjs/sprintf.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/storage/utils.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/storage/vendor/json5.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/storage/vendor/stringvalidator/util/assert.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/storage/vendor/stringvalidator/validator.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/system.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/task.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/throttle.js
@@ -3259,6 +3303,7 @@ lib/firefox/browser/chrome/devtools/skin
 lib/firefox/browser/chrome/devtools/skin/breadcrumbs.css
 lib/firefox/browser/chrome/devtools/skin/changes.css
 lib/firefox/browser/chrome/devtools/skin/chart.css
+lib/firefox/browser/chrome/devtools/skin/compatibility.css
 lib/firefox/browser/chrome/devtools/skin/components-frame.css
 lib/firefox/browser/chrome/devtools/skin/components-h-split-box.css
 lib/firefox/browser/chrome/devtools/skin/computed.css
@@ -3296,6 +3341,11 @@ lib/firefox/browser/chrome/devtools/skin
 lib/firefox/browser/chrome/devtools/skin/images/arrowhead-up.svg
 lib/firefox/browser/chrome/devtools/skin/images/breadcrumbs-divider.svg
 lib/firefox/browser/chrome/devtools/skin/images/breadcrumbs-scrollbutton.svg
+lib/firefox/browser/chrome/devtools/skin/images/browsers/chrome.svg
+lib/firefox/browser/chrome/devtools/skin/images/browsers/edge.svg
+lib/firefox/browser/chrome/devtools/skin/images/browsers/firefox.svg
+lib/firefox/browser/chrome/devtools/skin/images/browsers/mobile.svg
+lib/firefox/browser/chrome/devtools/skin/images/browsers/safari.svg
 lib/firefox/browser/chrome/devtools/skin/images/case-match.svg
 lib/firefox/browser/chrome/devtools/skin/images/checkbox.svg
 lib/firefox/browser/chrome/devtools/skin/images/clear.svg
@@ -3389,7 +3439,6 @@ lib/firefox/browser/chrome/devtools/skin
 lib/firefox/browser/chrome/devtools/skin/images/tool-memory.svg
 lib/firefox/browser/chrome/devtools/skin/images/tool-network.svg
 lib/firefox/browser/chrome/devtools/skin/images/tool-profiler.svg
-lib/firefox/browser/chrome/devtools/skin/images/tool-scratchpad.svg
 lib/firefox/browser/chrome/devtools/skin/images/tool-storage.svg
 lib/firefox/browser/chrome/devtools/skin/images/tool-styleeditor.svg
 lib/firefox/browser/chrome/devtools/skin/images/tool-webconsole.svg
@@ -3412,7 +3461,6 @@ lib/firefox/browser/chrome/devtools/skin
 lib/firefox/browser/chrome/devtools/skin/perf.css
 lib/firefox/browser/chrome/devtools/skin/performance.css
 lib/firefox/browser/chrome/devtools/skin/rules.css
-lib/firefox/browser/chrome/devtools/skin/scratchpad.css
 lib/firefox/browser/chrome/devtools/skin/splitview.css
 lib/firefox/browser/chrome/devtools/skin/storage.css
 lib/firefox/browser/chrome/devtools/skin/styleeditor.css
@@ -3461,7 +3509,6 @@ lib/firefox/browser/chrome/en-US/locale/
 lib/firefox/browser/chrome/en-US/locale/browser/translation.properties
 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/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/boxmodel.properties
@@ -3486,8 +3533,6 @@ lib/firefox/browser/chrome/en-US/locale/
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/performance.dtd
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/performance.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/responsive.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/scratchpad.dtd
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/scratchpad.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/shared.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/sourceeditor.dtd
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/sourceeditor.properties
@@ -3815,6 +3860,23 @@ lib/firefox/browser/defaults/settings/ma
 lib/firefox/browser/defaults/settings/pinning/pins.json
 lib/firefox/browser/defaults/settings/security-state/intermediates.json
 lib/firefox/browser/defaults/settings/security-state/onecrl.json
+lib/firefox/browser/features/doh-rollout%mozilla.org@localhost/_locales/de/messages.json
+lib/firefox/browser/features/doh-rollout%mozilla.org@localhost/_locales/en_US/messages.json
+lib/firefox/browser/features/doh-rollout%mozilla.org@localhost/_locales/es_ES/messages.json
+lib/firefox/browser/features/doh-rollout%mozilla.org@localhost/_locales/es_MX/messages.json
+lib/firefox/browser/features/doh-rollout%mozilla.org@localhost/_locales/fr/messages.json
+lib/firefox/browser/features/doh-rollout%mozilla.org@localhost/_locales/it/messages.json
+lib/firefox/browser/features/doh-rollout%mozilla.org@localhost/_locales/ru/messages.json
+lib/firefox/browser/features/doh-rollout%mozilla.org@localhost/_locales/zh_CN/messages.json
+lib/firefox/browser/features/doh-rollout%mozilla.org@localhost/background.js
+lib/firefox/browser/features/doh-rollout%mozilla.org@localhost/experiments/doorhanger/api.js
+lib/firefox/browser/features/doh-rollout%mozilla.org@localhost/experiments/doorhanger/schema.json
+lib/firefox/browser/features/doh-rollout%mozilla.org@localhost/experiments/heuristics/api.js
+lib/firefox/browser/features/doh-rollout%mozilla.org@localhost/experiments/heuristics/schema.json
+lib/firefox/browser/features/doh-rollout%mozilla.org@localhost/experiments/preferences/api.js
+lib/firefox/browser/features/doh-rollout%mozilla.org@localhost/experiments/preferences/schema.json
+lib/firefox/browser/features/doh-rollout%mozilla.org@localhost/heuristics.js
+lib/firefox/browser/features/doh-rollout%mozilla.org@localhost/manifest.json
 lib/firefox/browser/features/formautofill%mozilla.org@localhost/api.js
 lib/firefox/browser/features/formautofill%mozilla.org@localhost/background.js
 lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome.manifest
@@ -4130,6 +4192,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/translation.ftl
 lib/firefox/browser/localization/en-US/browser/protections.ftl
+lib/firefox/browser/localization/en-US/browser/protectionsPanel.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
@@ -4150,6 +4213,7 @@ lib/firefox/browser/modules/AboutDevTool
 lib/firefox/browser/modules/AboutLoginsParent.jsm
 lib/firefox/browser/modules/AboutNewTab.jsm
 lib/firefox/browser/modules/AboutNewTabService.jsm
+lib/firefox/browser/modules/AppUpdater.jsm
 lib/firefox/browser/modules/AsyncTabSwitcher.jsm
 lib/firefox/browser/modules/AttributionCode.jsm
 lib/firefox/browser/modules/BrowserContentHandler.jsm
@@ -4158,9 +4222,7 @@ lib/firefox/browser/modules/BrowserUsage
 lib/firefox/browser/modules/BrowserWindowTracker.jsm
 lib/firefox/browser/modules/ChromeMigrationUtils.jsm
 lib/firefox/browser/modules/ChromeProfileMigrator.jsm
-lib/firefox/browser/modules/ContentClick.jsm
 lib/firefox/browser/modules/ContentCrashHandlers.jsm
-lib/firefox/browser/modules/ContentMetaHandler.jsm
 lib/firefox/browser/modules/ContentObservers.js
 lib/firefox/browser/modules/ContentSearch.jsm
 lib/firefox/browser/modules/CustomizableUI.jsm
@@ -4211,6 +4273,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/UITourParent.jsm
 lib/firefox/browser/modules/UrlbarContextualTip.jsm
 lib/firefox/browser/modules/UrlbarController.jsm
 lib/firefox/browser/modules/UrlbarEventBufferer.jsm
@@ -4229,7 +4292,6 @@ lib/firefox/browser/modules/UrlbarValueF
 lib/firefox/browser/modules/UrlbarView.jsm
 lib/firefox/browser/modules/WebProtocolHandlerRegistrar.jsm
 lib/firefox/browser/modules/ZoomUI.jsm
-lib/firefox/browser/modules/aboutpages/AboutNetErrorHandler.jsm
 lib/firefox/browser/modules/aboutpages/AboutPrivateBrowsingHandler.jsm
 lib/firefox/browser/modules/aboutpages/AboutProtectionsHandler.jsm
 lib/firefox/browser/modules/distribution.js
@@ -4352,7 +4414,6 @@ lib/firefox/chrome/en-US/locale/en-US/gl
 lib/firefox/chrome/en-US/locale/en-US/global/viewSource.properties
 lib/firefox/chrome/en-US/locale/en-US/global/wizard.dtd
 lib/firefox/chrome/en-US/locale/en-US/global/wizard.properties
-lib/firefox/chrome/en-US/locale/en-US/global/xbl.properties
 lib/firefox/chrome/en-US/locale/en-US/global/xml/prettyprint.dtd
 lib/firefox/chrome/en-US/locale/en-US/global/xslt/xslt.properties
 lib/firefox/chrome/en-US/locale/en-US/global/xul.properties
@@ -4419,44 +4480,45 @@ lib/firefox/chrome/marionette/content/st
 lib/firefox/chrome/marionette/content/sync.js
 lib/firefox/chrome/marionette/content/transport.js
 lib/firefox/chrome/pippki/content/pippki/certManager.js
-lib/firefox/chrome/pippki/content/pippki/certManager.xul
+lib/firefox/chrome/pippki/content/pippki/certManager.xhtml
 lib/firefox/chrome/pippki/content/pippki/certViewer.js
-lib/firefox/chrome/pippki/content/pippki/certViewer.xul
+lib/firefox/chrome/pippki/content/pippki/certViewer.xhtml
 lib/firefox/chrome/pippki/content/pippki/changepassword.js
-lib/firefox/chrome/pippki/content/pippki/changepassword.xul
+lib/firefox/chrome/pippki/content/pippki/changepassword.xhtml
 lib/firefox/chrome/pippki/content/pippki/clientauthask.js
-lib/firefox/chrome/pippki/content/pippki/clientauthask.xul
+lib/firefox/chrome/pippki/content/pippki/clientauthask.xhtml
 lib/firefox/chrome/pippki/content/pippki/deletecert.js
-lib/firefox/chrome/pippki/content/pippki/deletecert.xul
+lib/firefox/chrome/pippki/content/pippki/deletecert.xhtml
 lib/firefox/chrome/pippki/content/pippki/device_manager.js
-lib/firefox/chrome/pippki/content/pippki/device_manager.xul
+lib/firefox/chrome/pippki/content/pippki/device_manager.xhtml
 lib/firefox/chrome/pippki/content/pippki/downloadcert.js
-lib/firefox/chrome/pippki/content/pippki/downloadcert.xul
+lib/firefox/chrome/pippki/content/pippki/downloadcert.xhtml
 lib/firefox/chrome/pippki/content/pippki/editcacert.js
-lib/firefox/chrome/pippki/content/pippki/editcacert.xul
+lib/firefox/chrome/pippki/content/pippki/editcacert.xhtml
 lib/firefox/chrome/pippki/content/pippki/exceptionDialog.css
 lib/firefox/chrome/pippki/content/pippki/exceptionDialog.js
-lib/firefox/chrome/pippki/content/pippki/exceptionDialog.xul
+lib/firefox/chrome/pippki/content/pippki/exceptionDialog.xhtml
 lib/firefox/chrome/pippki/content/pippki/load_device.js
-lib/firefox/chrome/pippki/content/pippki/load_device.xul
+lib/firefox/chrome/pippki/content/pippki/load_device.xhtml
 lib/firefox/chrome/pippki/content/pippki/pippki.js
 lib/firefox/chrome/pippki/content/pippki/protectedAuth.js
-lib/firefox/chrome/pippki/content/pippki/protectedAuth.xul
+lib/firefox/chrome/pippki/content/pippki/protectedAuth.xhtml
 lib/firefox/chrome/pippki/content/pippki/resetpassword.js
-lib/firefox/chrome/pippki/content/pippki/resetpassword.xul
+lib/firefox/chrome/pippki/content/pippki/resetpassword.xhtml
 lib/firefox/chrome/pippki/content/pippki/setp12password.js
-lib/firefox/chrome/pippki/content/pippki/setp12password.xul
+lib/firefox/chrome/pippki/content/pippki/setp12password.xhtml
 lib/firefox/chrome/recording/content/recording.js
-lib/firefox/chrome/recording/content/recording.xul
+lib/firefox/chrome/recording/content/recording.xhtml
 lib/firefox/chrome/remote/content/Connection.jsm
 lib/firefox/chrome/remote/content/Error.jsm
 lib/firefox/chrome/remote/content/JSONHandler.jsm
 lib/firefox/chrome/remote/content/Log.jsm
-lib/firefox/chrome/remote/content/Observer.jsm
 lib/firefox/chrome/remote/content/Protocol.jsm
 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/TabManager.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
@@ -4473,14 +4535,15 @@ lib/firefox/chrome/remote/content/domain
 lib/firefox/chrome/remote/content/domains/content/Security.jsm
 lib/firefox/chrome/remote/content/domains/content/runtime/ExecutionContext.jsm
 lib/firefox/chrome/remote/content/domains/parent/Browser.jsm
+lib/firefox/chrome/remote/content/domains/parent/Emulation.jsm
 lib/firefox/chrome/remote/content/domains/parent/Input.jsm
 lib/firefox/chrome/remote/content/domains/parent/Network.jsm
 lib/firefox/chrome/remote/content/domains/parent/Page.jsm
+lib/firefox/chrome/remote/content/domains/parent/Security.jsm
 lib/firefox/chrome/remote/content/domains/parent/Target.jsm
 lib/firefox/chrome/remote/content/domains/parent/network/ChannelEventSink.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/WebSocketHandshake.jsm
@@ -4543,6 +4606,7 @@ lib/firefox/chrome/toolkit/content/exten
 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_action.json
 lib/firefox/chrome/toolkit/content/extensions/schemas/browser_settings.json
 lib/firefox/chrome/toolkit/content/extensions/schemas/captive_portal.json
 lib/firefox/chrome/toolkit/content/extensions/schemas/clipboard.json
@@ -4565,6 +4629,7 @@ lib/firefox/chrome/toolkit/content/exten
 lib/firefox/chrome/toolkit/content/extensions/schemas/native_manifest.json
 lib/firefox/chrome/toolkit/content/extensions/schemas/network_status.json
 lib/firefox/chrome/toolkit/content/extensions/schemas/notifications.json
+lib/firefox/chrome/toolkit/content/extensions/schemas/page_action.json
 lib/firefox/chrome/toolkit/content/extensions/schemas/permissions.json
 lib/firefox/chrome/toolkit/content/extensions/schemas/privacy.json
 lib/firefox/chrome/toolkit/content/extensions/schemas/proxy.json
@@ -4656,7 +4721,6 @@ lib/firefox/chrome/toolkit/content/globa
 lib/firefox/chrome/toolkit/content/global/commonDialog.xul
 lib/firefox/chrome/toolkit/content/global/config.js
 lib/firefox/chrome/toolkit/content/global/config.xul
-lib/firefox/chrome/toolkit/content/global/content-HybridContentTelemetry.js
 lib/firefox/chrome/toolkit/content/global/contentAreaUtils.js
 lib/firefox/chrome/toolkit/content/global/customElements.js
 lib/firefox/chrome/toolkit/content/global/datepicker.xhtml
@@ -4728,7 +4792,7 @@ lib/firefox/chrome/toolkit/content/globa
 lib/firefox/chrome/toolkit/content/global/simplifyMode.css
 lib/firefox/chrome/toolkit/content/global/tabprompts.css
 lib/firefox/chrome/toolkit/content/global/tabprompts.jsm
-lib/firefox/chrome/toolkit/content/global/test-ipc.xul
+lib/firefox/chrome/toolkit/content/global/test-ipc.xhtml
 lib/firefox/chrome/toolkit/content/global/timepicker.xhtml
 lib/firefox/chrome/toolkit/content/global/treeUtils.js
 lib/firefox/chrome/toolkit/content/global/unifiedcomplete-top-urls.json
@@ -4753,9 +4817,12 @@ lib/firefox/chrome/toolkit/content/mozap
 lib/firefox/chrome/toolkit/content/mozapps/extensions/abuse-reports.js
 lib/firefox/chrome/toolkit/content/mozapps/extensions/blocklist.js
 lib/firefox/chrome/toolkit/content/mozapps/extensions/blocklist.xul
+lib/firefox/chrome/toolkit/content/mozapps/extensions/default-theme.svg
 lib/firefox/chrome/toolkit/content/mozapps/extensions/extensions.css
 lib/firefox/chrome/toolkit/content/mozapps/extensions/extensions.js
 lib/firefox/chrome/toolkit/content/mozapps/extensions/extensions.xul
+lib/firefox/chrome/toolkit/content/mozapps/extensions/firefox-compact-dark.svg
+lib/firefox/chrome/toolkit/content/mozapps/extensions/firefox-compact-light.svg
 lib/firefox/chrome/toolkit/content/mozapps/extensions/message-bar.css
 lib/firefox/chrome/toolkit/content/mozapps/extensions/message-bar.js
 lib/firefox/chrome/toolkit/content/mozapps/extensions/named-deck.js
@@ -4766,14 +4833,15 @@ lib/firefox/chrome/toolkit/content/mozap
 lib/firefox/chrome/toolkit/content/mozapps/extensions/rating-star.css
 lib/firefox/chrome/toolkit/content/mozapps/extensions/shortcuts.css
 lib/firefox/chrome/toolkit/content/mozapps/extensions/shortcuts.js
+lib/firefox/chrome/toolkit/content/mozapps/extensions/toggle-button.css
 lib/firefox/chrome/toolkit/content/mozapps/handling/dialog.js
 lib/firefox/chrome/toolkit/content/mozapps/handling/dialog.xul
 lib/firefox/chrome/toolkit/content/mozapps/handling/handler.css
 lib/firefox/chrome/toolkit/content/mozapps/preferences/changemp.js
-lib/firefox/chrome/toolkit/content/mozapps/preferences/changemp.xul
+lib/firefox/chrome/toolkit/content/mozapps/preferences/changemp.xhtml
 lib/firefox/chrome/toolkit/content/mozapps/preferences/fontbuilder.js
 lib/firefox/chrome/toolkit/content/mozapps/preferences/removemp.js
-lib/firefox/chrome/toolkit/content/mozapps/preferences/removemp.xul
+lib/firefox/chrome/toolkit/content/mozapps/preferences/removemp.xhtml
 lib/firefox/chrome/toolkit/content/mozapps/profile/createProfileWizard.js
 lib/firefox/chrome/toolkit/content/mozapps/profile/createProfileWizard.xul
 lib/firefox/chrome/toolkit/content/mozapps/profile/profileDowngrade.js
@@ -4831,6 +4899,7 @@ lib/firefox/chrome/toolkit/res/normandy/
 lib/firefox/chrome/toolkit/res/normandy/actions/schemas/index.js
 lib/firefox/chrome/toolkit/res/normandy/content/AboutPages.jsm
 lib/firefox/chrome/toolkit/res/normandy/content/ShieldFrameChild.jsm
+lib/firefox/chrome/toolkit/res/normandy/content/ShieldFrameParent.jsm
 lib/firefox/chrome/toolkit/res/normandy/content/about-studies/about-studies.css
 lib/firefox/chrome/toolkit/res/normandy/content/about-studies/about-studies.html
 lib/firefox/chrome/toolkit/res/normandy/content/about-studies/about-studies.js
@@ -4894,14 +4963,13 @@ lib/firefox/chrome/toolkit/skin/classic/
 lib/firefox/chrome/toolkit/skin/classic/global/icons/Authentication.png
 lib/firefox/chrome/toolkit/skin/classic/global/icons/arrow-dropdown-12.svg
 lib/firefox/chrome/toolkit/skin/classic/global/icons/arrow-dropdown-16.svg
+lib/firefox/chrome/toolkit/skin/classic/global/icons/arrow-left.svg
 lib/firefox/chrome/toolkit/skin/classic/global/icons/arrow-up-12.svg
 lib/firefox/chrome/toolkit/skin/classic/global/icons/autoscroll-horizontal.svg
 lib/firefox/chrome/toolkit/skin/classic/global/icons/autoscroll-vertical.svg
 lib/firefox/chrome/toolkit/skin/classic/global/icons/autoscroll.svg
 lib/firefox/chrome/toolkit/skin/classic/global/icons/blocked.svg
 lib/firefox/chrome/toolkit/skin/classic/global/icons/blocklist_favicon.png
-lib/firefox/chrome/toolkit/skin/classic/global/icons/calendar-arrow-left.svg
-lib/firefox/chrome/toolkit/skin/classic/global/icons/calendar-arrow-right.svg
 lib/firefox/chrome/toolkit/skin/classic/global/icons/check-partial.svg
 lib/firefox/chrome/toolkit/skin/classic/global/icons/check.svg
 lib/firefox/chrome/toolkit/skin/classic/global/icons/close.svg
@@ -4974,6 +5042,8 @@ lib/firefox/chrome/toolkit/skin/classic/
 lib/firefox/chrome/toolkit/skin/classic/global/notification.css
 lib/firefox/chrome/toolkit/skin/classic/global/numberinput.css
 lib/firefox/chrome/toolkit/skin/classic/global/passwordmgr.css
+lib/firefox/chrome/toolkit/skin/classic/global/pictureinpicture/audio-mute.svg
+lib/firefox/chrome/toolkit/skin/classic/global/pictureinpicture/audio.svg
 lib/firefox/chrome/toolkit/skin/classic/global/pictureinpicture/close-pip.svg
 lib/firefox/chrome/toolkit/skin/classic/global/pictureinpicture/pause.svg
 lib/firefox/chrome/toolkit/skin/classic/global/pictureinpicture/play.svg
@@ -5065,42 +5135,42 @@ lib/firefox/gmp-clearkey/0.1/libclearkey
 lib/firefox/gmp-clearkey/0.1/manifest.json
 lib/firefox/greprefs.js
 lib/firefox/gtk2/libmozgtk.so
-lib/firefox/hyphenation/hyph_af.dic
-lib/firefox/hyphenation/hyph_bg.dic
-lib/firefox/hyphenation/hyph_ca.dic
-lib/firefox/hyphenation/hyph_cy.dic
-lib/firefox/hyphenation/hyph_da.dic
-lib/firefox/hyphenation/hyph_de-1901.dic
-lib/firefox/hyphenation/hyph_de-1996.dic
-lib/firefox/hyphenation/hyph_de-CH.dic
-lib/firefox/hyphenation/hyph_en_US.dic
-lib/firefox/hyphenation/hyph_eo.dic
-lib/firefox/hyphenation/hyph_es.dic
-lib/firefox/hyphenation/hyph_et.dic
-lib/firefox/hyphenation/hyph_fi.dic
-lib/firefox/hyphenation/hyph_fr.dic
-lib/firefox/hyphenation/hyph_gl.dic
-lib/firefox/hyphenation/hyph_hr.dic
-lib/firefox/hyphenation/hyph_hsb.dic
-lib/firefox/hyphenation/hyph_hu.dic
-lib/firefox/hyphenation/hyph_ia.dic
-lib/firefox/hyphenation/hyph_is.dic
-lib/firefox/hyphenation/hyph_it.dic
-lib/firefox/hyphenation/hyph_kmr.dic
-lib/firefox/hyphenation/hyph_la.dic
-lib/firefox/hyphenation/hyph_lt.dic
-lib/firefox/hyphenation/hyph_mn.dic
-lib/firefox/hyphenation/hyph_nb.dic
-lib/firefox/hyphenation/hyph_nl.dic
-lib/firefox/hyphenation/hyph_nn.dic
-lib/firefox/hyphenation/hyph_pl.dic
-lib/firefox/hyphenation/hyph_pt.dic
-lib/firefox/hyphenation/hyph_ru.dic
-lib/firefox/hyphenation/hyph_sh.dic
-lib/firefox/hyphenation/hyph_sl.dic
-lib/firefox/hyphenation/hyph_sv.dic
-lib/firefox/hyphenation/hyph_tr.dic
-lib/firefox/hyphenation/hyph_uk.dic
+lib/firefox/hyphenation/hyph_af.hyf
+lib/firefox/hyphenation/hyph_bg.hyf
+lib/firefox/hyphenation/hyph_ca.hyf
+lib/firefox/hyphenation/hyph_cy.hyf
+lib/firefox/hyphenation/hyph_da.hyf
+lib/firefox/hyphenation/hyph_de-1901.hyf
+lib/firefox/hyphenation/hyph_de-1996.hyf
+lib/firefox/hyphenation/hyph_de-CH.hyf
+lib/firefox/hyphenation/hyph_en_US.hyf
+lib/firefox/hyphenation/hyph_eo.hyf
+lib/firefox/hyphenation/hyph_es.hyf
+lib/firefox/hyphenation/hyph_et.hyf
+lib/firefox/hyphenation/hyph_fi.hyf
+lib/firefox/hyphenation/hyph_fr.hyf
+lib/firefox/hyphenation/hyph_gl.hyf
+lib/firefox/hyphenation/hyph_hr.hyf
+lib/firefox/hyphenation/hyph_hsb.hyf
+lib/firefox/hyphenation/hyph_hu.hyf
+lib/firefox/hyphenation/hyph_ia.hyf
+lib/firefox/hyphenation/hyph_is.hyf
+lib/firefox/hyphenation/hyph_it.hyf
+lib/firefox/hyphenation/hyph_kmr.hyf
+lib/firefox/hyphenation/hyph_la.hyf
+lib/firefox/hyphenation/hyph_lt.hyf
+lib/firefox/hyphenation/hyph_mn.hyf
+lib/firefox/hyphenation/hyph_nb.hyf
+lib/firefox/hyphenation/hyph_nl.hyf
+lib/firefox/hyphenation/hyph_nn.hyf
+lib/firefox/hyphenation/hyph_pl.hyf
+lib/firefox/hyphenation/hyph_pt.hyf
+lib/firefox/hyphenation/hyph_ru.hyf
+lib/firefox/hyphenation/hyph_sh.hyf
+lib/firefox/hyphenation/hyph_sl.hyf
+lib/firefox/hyphenation/hyph_sv.hyf
+lib/firefox/hyphenation/hyph_tr.hyf
+lib/firefox/hyphenation/hyph_uk.hyf
 lib/firefox/liblgpllibs.so
 ${PLIST.ffvpx}lib/firefox/libmozavcodec.so
 ${PLIST.ffvpx}lib/firefox/libmozavutil.so
@@ -5170,6 +5240,8 @@ lib/firefox/modules/ClientID.jsm
 lib/firefox/modules/CloudStorage.jsm
 lib/firefox/modules/Color.jsm
 lib/firefox/modules/CommonDialog.jsm
+lib/firefox/modules/ConduitsChild.jsm
+lib/firefox/modules/ConduitsParent.jsm
 lib/firefox/modules/Console.jsm
 lib/firefox/modules/ConsoleAPIStorage.jsm
 lib/firefox/modules/ContentAreaDropListener.jsm
@@ -5217,6 +5289,7 @@ lib/firefox/modules/EcosystemTelemetry.j
 lib/firefox/modules/EventEmitter.jsm
 lib/firefox/modules/EventPing.jsm
 lib/firefox/modules/Extension.jsm
+lib/firefox/modules/ExtensionActions.jsm
 lib/firefox/modules/ExtensionActivityLog.jsm
 lib/firefox/modules/ExtensionChild.jsm
 lib/firefox/modules/ExtensionChildDevToolsUtils.jsm
@@ -5276,7 +5349,6 @@ lib/firefox/modules/HelperAppDlg.jsm
 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
@@ -5298,7 +5370,7 @@ lib/firefox/modules/LoginHelper.jsm
 lib/firefox/modules/LoginImport.jsm
 lib/firefox/modules/LoginInfo.jsm
 lib/firefox/modules/LoginManager.jsm
-lib/firefox/modules/LoginManagerContent.jsm
+lib/firefox/modules/LoginManagerChild.jsm
 lib/firefox/modules/LoginManagerContextMenu.jsm
 lib/firefox/modules/LoginManagerParent.jsm
 lib/firefox/modules/LoginManagerPrompter.jsm
@@ -5472,7 +5544,6 @@ lib/firefox/modules/components-utils/Pre
 lib/firefox/modules/components-utils/Sampling.jsm
 lib/firefox/modules/components-utils/mozjexl.js
 lib/firefox/modules/crypto-SDR.js
-lib/firefox/modules/css-selector.js
 lib/firefox/modules/ctypes.jsm
 lib/firefox/modules/extensionProcessScriptLoader.js
 lib/firefox/modules/jsdebugger.jsm
@@ -5482,7 +5553,6 @@ lib/firefox/modules/lz4_internal.js
 lib/firefox/modules/media/IdpSandbox.jsm
 ${PLIST.webrtc}lib/firefox/modules/media/PeerConnection.jsm
 lib/firefox/modules/media/PeerConnectionIdp.jsm
-lib/firefox/modules/media/RTCStatsReport.jsm
 lib/firefox/modules/mozIntl.jsm
 lib/firefox/modules/narrate/NarrateControls.jsm
 lib/firefox/modules/narrate/Narrator.jsm
@@ -5606,7 +5676,10 @@ 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/dom/dom.properties
 lib/firefox/res/locale/layout/HtmlForm.properties
+lib/firefox/res/locale/layout/MediaDocument.properties
+lib/firefox/res/locale/layout/xmlparser.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.374 pkgsrc/www/firefox/distinfo:1.375
--- pkgsrc/www/firefox/distinfo:1.374   Tue Dec  3 14:21:20 2019
+++ pkgsrc/www/firefox/distinfo Thu Jan  9 15:06:29 2020
@@ -1,10 +1,10 @@
-$NetBSD: distinfo,v 1.374 2019/12/03 14:21:20 ryoon Exp $
+$NetBSD: distinfo,v 1.375 2020/01/09 15:06:29 ryoon Exp $
 
-SHA1 (firefox-71.0.source.tar.xz) = 8cb0b0ba8473412e8e25cdcb0cfa225d15a15640
-RMD160 (firefox-71.0.source.tar.xz) = 264397af3901b6905cfb9dd2111d28f628d5428b
-SHA512 (firefox-71.0.source.tar.xz) = 2f60bb7513dc2e730d8d558faad30367e12d27cb24b630aaebeb0473d0a202a3d4838b253d631722d57fb26f54145e296a710ec1714d3ba27dd71c6c1c52e920
-Size (firefox-71.0.source.tar.xz) = 312341460 bytes
-SHA1 (patch-aa) = 1f292aae7d37bd480ba834324b737bfebee52503
+SHA1 (firefox-72.0.1.source.tar.xz) = bfe2a6c57cc9c192681388c9e4af9c0c44f315a6
+RMD160 (firefox-72.0.1.source.tar.xz) = 1332177b77c54b9a1ef2180730fc9c08a5a7b730
+SHA512 (firefox-72.0.1.source.tar.xz) = 8df6a64cde4bdb879c3cb9df7f8b43c7d67c47502e2dce1d3ee82de433931435963b3e51c99035a78f0a997bc934a838d198f2a1cd6a624441769d37b1469fcf
+Size (firefox-72.0.1.source.tar.xz) = 314963588 bytes
+SHA1 (patch-aa) = 317ee54588268d9cacd63fa2a8902f2012c7c9ab
 SHA1 (patch-browser_app_profile_firefox.js) = 076cc2892547bac07fe907533f4e821f13f5738e
 SHA1 (patch-build_moz.configure_old.configure) = 05963b12fd908d90e3378b30cff7e48291b8a447
 SHA1 (patch-build_moz.configure_rust.configure) = ee9e207e67709f3c9455b4d22f5f254890e99ca8
@@ -26,6 +26,7 @@ SHA1 (patch-media_libcubeb_src_cubeb__al
 SHA1 (patch-media_libcubeb_src_moz.build) = dcca90cb5132442877712cd7b1f4e832c93d2655
 SHA1 (patch-media_libcubeb_update.sh) = 4508319d8534a0cc983e4767c2142169af9e5033
 SHA1 (patch-media_libpng_pngpriv.h) = c8084332560017cd7c9b519b61d125fa28af0dbc
+SHA1 (patch-third__party_rust_libc_src_unix_bsd_netbsdlike_netbsd_mod.rs) = 3755f32fea84900cc0f00af3d9f53ed5fcfb0b4b
 SHA1 (patch-toolkit_components_terminator_nsTerminator.cpp) = e5700d95302ef9672b404ab19e13ef7ba3ede5cf
 SHA1 (patch-toolkit_modules_subprocess_subprocess__shared__unix.js) = 22a39e54e042ab2270a3cb54e4e307c8900cad12
 SHA1 (patch-toolkit_moz.configure) = 40ee147cc1d2c62dd6c83b3f67ce9e61f758ea57

Index: pkgsrc/www/firefox/patches/patch-aa
diff -u pkgsrc/www/firefox/patches/patch-aa:1.63 pkgsrc/www/firefox/patches/patch-aa:1.64
--- pkgsrc/www/firefox/patches/patch-aa:1.63    Thu Jun 13 22:05:24 2019
+++ pkgsrc/www/firefox/patches/patch-aa Thu Jan  9 15:06:29 2020
@@ -1,12 +1,13 @@
-$NetBSD: patch-aa,v 1.63 2019/06/13 22:05:24 nia Exp $
+$NetBSD: patch-aa,v 1.64 2020/01/09 15:06:29 ryoon Exp $
 
 * Add OSS audio support
 * Add Sun audio support
 * Disable libav-fft on SunOS (relocation errors)
+* Include include/nss/nss for workaround for neqo-crypto 0.1.6 of firefox-72.0
 
---- old-configure.in.orig      2019-05-29 15:39:16.000000000 +0000
+--- old-configure.in.orig      2020-01-03 18:58:03.000000000 +0000
 +++ old-configure.in
-@@ -2043,6 +2043,71 @@ MOZ_WEBM_ENCODER=1
+@@ -1960,6 +1960,71 @@ MOZ_WEBM_ENCODER=1
  AC_DEFINE(MOZ_WEBM_ENCODER)
  AC_SUBST(MOZ_WEBM_ENCODER)
  
@@ -78,3 +79,12 @@ $NetBSD: patch-aa,v 1.63 2019/06/13 22:0
  dnl ========================================================
  dnl NegotiateAuth
  dnl ========================================================
+@@ -2744,7 +2809,7 @@ AC_SUBST_LIST(MOZ_CAIRO_LIBS)
+ AC_SUBST_LIST(MOZ_CAIRO_OSLIBS)
+ AC_SUBST(MOZ_TREE_PIXMAN)
+ 
+-BINDGEN_SYSTEM_FLAGS="$_BINDGEN_CFLAGS $NSPR_CFLAGS $NSS_CFLAGS $MOZ_PIXMAN_CFLAGS $MOZ_CAIRO_CFLAGS"
++BINDGEN_SYSTEM_FLAGS="$_BINDGEN_CFLAGS $NSPR_CFLAGS $NSS_CFLAGS $MOZ_PIXMAN_CFLAGS $MOZ_CAIRO_CFLAGS -I${PREFIX}/include/nss/nss"
+ AC_SUBST(BINDGEN_SYSTEM_FLAGS)
+ BINDGEN_SYSTEM_TOML_FLAGS="$BINDGEN_SYSTEM_FLAGS"
+ AC_SUBST_TOML_LIST(BINDGEN_SYSTEM_TOML_FLAGS)

Added files:

Index: pkgsrc/www/firefox/patches/patch-third__party_rust_libc_src_unix_bsd_netbsdlike_netbsd_mod.rs
diff -u /dev/null pkgsrc/www/firefox/patches/patch-third__party_rust_libc_src_unix_bsd_netbsdlike_netbsd_mod.rs:1.3
--- /dev/null   Thu Jan  9 15:06:29 2020
+++ pkgsrc/www/firefox/patches/patch-third__party_rust_libc_src_unix_bsd_netbsdlike_netbsd_mod.rs       Thu Jan  9 15:06:29 2020
@@ -0,0 +1,78 @@
+$NetBSD: patch-third__party_rust_libc_src_unix_bsd_netbsdlike_netbsd_mod.rs,v 1.3 2020/01/09 15:06:29 ryoon Exp $
+
+Based on: https://bugzilla.mozilla.org/show_bug.cgi?id=1594342
+
+--- third_party/rust/libc/src/unix/bsd/netbsdlike/netbsd/mod.rs.orig   2020-01-03 18:58:20.000000000 +0000
++++ third_party/rust/libc/src/unix/bsd/netbsdlike/netbsd/mod.rs
+@@ -1,6 +1,7 @@
+ pub type clock_t = ::c_uint;
+ pub type suseconds_t = ::c_int;
+ pub type dev_t = u64;
++pub type key_t = c_long;
+ pub type blksize_t = i32;
+ pub type fsblkcnt_t = u64;
+ pub type fsfilcnt_t = u64;
+@@ -282,6 +283,30 @@ s_no_extra_traits! {
+     }
+ 
+     #[repr(packed)]
++    pub struct ipc_perm {
++        pub cuid: ::uid_t,
++        pub cgid: ::gid_t,
++        pub uid: ::uid_t,
++        pub gid: ::gid_t,
++        pub mode: ::mode_t,
++        pub seq: ::c_ushort,
++        pub key: ::key_t,
++    }
++
++    #[repr(packed)]
++    pub struct shmid_ds {
++        pub shm_perm: ::ipc_perm,
++        pub shm_segsz: ::size_t,
++        pub shm_lpid: ::pid_t,
++        pub shm_cpid: ::pid_t,
++        pub shm_nattch: ::c_short,
++        pub shm_atime: ::time_t,
++        pub shm_dtime: ::time_t,
++        pub shm_ctime: ::time_t,
++        pub shm_internal: *mut ::c_void,
++    }
++
++    #[repr(packed)]
+     pub struct in_addr {
+         pub s_addr: ::in_addr_t,
+     }
+@@ -907,11 +932,18 @@ pub const SCM_CREDS: ::c_int = 0x10;
+ 
+ pub const O_DSYNC : ::c_int = 0x10000;
+ 
++pub const MAP_ANONYMOUS : ::c_int = 0x1000;
+ pub const MAP_RENAME : ::c_int = 0x20;
+ pub const MAP_NORESERVE : ::c_int = 0x40;
+ pub const MAP_HASSEMAPHORE : ::c_int = 0x200;
+ pub const MAP_WIRED: ::c_int = 0x800;
+ 
++pub const IPC_PRIVATE: ::key_t = 0;
++pub const IPC_CREAT: ::c_int = 0x1000;
++pub const IPC_EXCL: ::c_int = 0x2000;
++pub const IPC_NOWAIT: ::c_int = 0x4000;
++pub const IPC_RMID: ::c_int = 0;
++
+ pub const DCCP_TYPE_REQUEST: ::c_int = 0;
+ pub const DCCP_TYPE_RESPONSE: ::c_int = 1;
+ pub const DCCP_TYPE_DATA: ::c_int = 2;
+@@ -1583,6 +1615,13 @@ extern {
+                   pid: ::pid_t,
+                   addr: *mut ::c_void,
+                   data: ::c_int) -> ::c_int;
++    pub fn shmget(key: ::key_t, size: ::size_t, shmflg: ::c_int) -> ::c_int;
++    pub fn shmat(shmid: ::c_int, shmaddr: *const ::c_void,
++        shmflg: ::c_int) -> *mut ::c_void;
++    pub fn shmdt(shmaddr: *const ::c_void) -> ::c_int;
++    #[cfg_attr(target_os = "netbsd", link_name = "__shmctl50")]
++    pub fn shmctl(shmid: ::c_int, cmd: ::c_int,
++        buf: *mut ::shmid_ds) -> ::c_int;
+     pub fn pthread_setname_np(t: ::pthread_t,
+                               name: *const ::c_char,
+                               arg: *mut ::c_void) -> ::c_int;



Home | Main Index | Thread Index | Old Index