pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/firefox



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Wed Dec 12 14:08:50 UTC 2018

Modified Files:
        pkgsrc/www/firefox: Makefile PLIST distinfo mozilla-common.mk
        pkgsrc/www/firefox/patches: patch-browser_app_profile_firefox.js
            patch-servo_components_style_build__gecko.rs
Removed Files:
        pkgsrc/www/firefox/patches: patch-js_src_wasm_WasmSignalHandlers.cpp

Log Message:
Update to 64.0

Changelog:
New
    Better recommendations: You may see suggestions in regular browsing mode for new and relevant Firefox features, services, and extensions based on how you use the web (for US users only)

    Enhanced tab management: You can now select multiple tabs from the tab bar and close, move, bookmark, or pin them quickly and easily

    Easier performance management: The new Task Manager page found at about:performance lets you see how much energy each open tab consumes and provides access to close tabs to conserve power

    Improved performance for Mac and Linux users, by enabling link time optimization (Clang LTO). (Clang LTO was enabled for Windows users in Firefox 63.)

    More seamless sharing on Windows: Windows users can now share web pages using the native sharing experience. You can access Share in the Page Actions menu

    Added option to remove add-ons using the context menu on their toolbar buttons

    New for enterprise users: Updated the policy engine on macOS to allow using configuration profiles to customize Firefox for enterprise deployments

Fixed
    Various security fixes

Changed
    RSS feed preview and live bookmarks are available only via add-ons

    TLS certificates issued by Symantec are no longer trusted by Firefox. Website operators are strongly encouraged to replace any remaining Symantec TLS certificates as soon as possible.

    about:crashes has been redesigned to make it clear when a crash is being submitted to Mozilla, as well as being clear that removing crashes locally does not remove them from 
crash-stats.mozilla.com

    The macOS keyboard shortcut to add "www" and ".com" to a URL is now ctrl-enter instead of [apple]-enter

Security fixes:
#CVE-2018-12407: Buffer overflow with ANGLE library when using VertexBuffer11 module
#CVE-2018-17466: Buffer overflow and out-of-bounds read in ANGLE library with TextureStorage11
#CVE-2018-18492: Use-after-free with select element
#CVE-2018-18493: Buffer overflow in accelerated 2D canvas with Skia
#CVE-2018-18494: Same-origin policy violation using location attribute and performance.getEntries to steal cross-origin URLs
#CVE-2018-18495: WebExtension content scripts can be loaded in about: pages
#CVE-2018-18496: Embedded feed preview page can be abused for clickjacking
#CVE-2018-18497: WebExtensions can load arbitrary URLs through pipe separators
#CVE-2018-18498: Integer overflow when calculating buffer sizes for images
#CVE-2018-12406: Memory safety bugs fixed in Firefox 64
#CVE-2018-12405: Memory safety bugs fixed in Firefox 64 and Firefox ESR 60.4


To generate a diff of this commit:
cvs rdiff -u -r1.352 -r1.353 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.133 -r1.134 pkgsrc/www/firefox/PLIST
cvs rdiff -u -r1.333 -r1.334 pkgsrc/www/firefox/distinfo
cvs rdiff -u -r1.120 -r1.121 pkgsrc/www/firefox/mozilla-common.mk
cvs rdiff -u -r1.9 -r1.10 \
    pkgsrc/www/firefox/patches/patch-browser_app_profile_firefox.js
cvs rdiff -u -r1.1 -r0 \
    pkgsrc/www/firefox/patches/patch-js_src_wasm_WasmSignalHandlers.cpp
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/www/firefox/patches/patch-servo_components_style_build__gecko.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.352 pkgsrc/www/firefox/Makefile:1.353
--- pkgsrc/www/firefox/Makefile:1.352   Sun Dec  9 18:52:49 2018
+++ pkgsrc/www/firefox/Makefile Wed Dec 12 14:08:50 2018
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.352 2018/12/09 18:52:49 adam Exp $
+# $NetBSD: Makefile,v 1.353 2018/12/12 14:08:50 ryoon Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
-MOZ_BRANCH=            63.0
-MOZ_BRANCH_MINOR=      .3
+MOZ_BRANCH=            64.0
+MOZ_BRANCH_MINOR=      
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       ${DISTNAME:S/.source//:S/b/beta/:S/esr//}
-PKGREVISION=   2
 CATEGORIES=    www
 MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/www/firefox/PLIST
diff -u pkgsrc/www/firefox/PLIST:1.133 pkgsrc/www/firefox/PLIST:1.134
--- pkgsrc/www/firefox/PLIST:1.133      Sun Nov  4 00:38:44 2018
+++ pkgsrc/www/firefox/PLIST    Wed Dec 12 14:08:50 2018
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.133 2018/11/04 00:38:44 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.134 2018/12/12 14:08:50 ryoon Exp $
 bin/firefox
 lib/firefox/actors/AudibleAutoplayChild.jsm
 lib/firefox/actors/AudioPlaybackChild.jsm
@@ -14,6 +14,7 @@ lib/firefox/actors/PurgeSessionHistoryCh
 lib/firefox/actors/SelectChild.jsm
 lib/firefox/actors/SelectionSourceChild.jsm
 lib/firefox/actors/ThumbnailsChild.jsm
+lib/firefox/actors/UAWidgetsChild.jsm
 lib/firefox/actors/UnselectedTabHoverChild.jsm
 lib/firefox/actors/WebChannelChild.jsm
 lib/firefox/actors/WebNavigationChild.jsm
@@ -36,7 +37,6 @@ lib/firefox/browser/actors/PageInfoChild
 lib/firefox/browser/actors/PageMetadataChild.jsm
 lib/firefox/browser/actors/PageStyleChild.jsm
 lib/firefox/browser/actors/PluginChild.jsm
-lib/firefox/browser/actors/UAWidgetsChild.jsm
 lib/firefox/browser/actors/URIFixupChild.jsm
 lib/firefox/browser/actors/WebRTCChild.jsm
 lib/firefox/browser/blocklist.xml
@@ -89,7 +89,6 @@ lib/firefox/browser/chrome/browser/conte
 lib/firefox/browser/chrome/browser/content/browser/browser-customization.js
 lib/firefox/browser/chrome/browser/content/browser/browser-data-submission-info-bar.js
 lib/firefox/browser/chrome/browser/content/browser/browser-development-helpers.js
-lib/firefox/browser/chrome/browser/content/browser/browser-feeds.js
 lib/firefox/browser/chrome/browser/content/browser/browser-fullScreenAndPointerLock.js
 lib/firefox/browser/chrome/browser/content/browser/browser-fullZoom.js
 lib/firefox/browser/chrome/browser/content/browser/browser-gestureSupport.js
@@ -155,8 +154,6 @@ lib/firefox/browser/chrome/browser/conte
 lib/firefox/browser/chrome/browser/content/browser/ext-browser.json
 lib/firefox/browser/chrome/browser/content/browser/extension.css
 lib/firefox/browser/chrome/browser/content/browser/extension.svg
-lib/firefox/browser/chrome/browser/content/browser/feeds/subscribe.js
-lib/firefox/browser/chrome/browser/content/browser/feeds/subscribe.xhtml
 lib/firefox/browser/chrome/browser/content/browser/history-swipe-arrow.svg
 lib/firefox/browser/chrome/browser/content/browser/illustrations/blue-berror.svg
 lib/firefox/browser/chrome/browser/content/browser/illustrations/error-connection-failure.svg
@@ -168,7 +165,6 @@ lib/firefox/browser/chrome/browser/conte
 lib/firefox/browser/chrome/browser/content/browser/migration/migration.js
 lib/firefox/browser/chrome/browser/content/browser/migration/migration.xul
 lib/firefox/browser/chrome/browser/content/browser/nsContextMenu.js
-lib/firefox/browser/chrome/browser/content/browser/pageinfo/feeds.js
 lib/firefox/browser/chrome/browser/content/browser/pageinfo/pageInfo.css
 lib/firefox/browser/chrome/browser/content/browser/pageinfo/pageInfo.js
 lib/firefox/browser/chrome/browser/content/browser/pageinfo/pageInfo.xul
@@ -297,6 +293,7 @@ lib/firefox/browser/chrome/browser/conte
 lib/firefox/browser/chrome/browser/content/browser/search/search.xml
 lib/firefox/browser/chrome/browser/content/browser/search/searchReset.js
 lib/firefox/browser/chrome/browser/content/browser/search/searchReset.xhtml
+lib/firefox/browser/chrome/browser/content/browser/search/searchbar.js
 lib/firefox/browser/chrome/browser/content/browser/setDesktopBackground.js
 lib/firefox/browser/chrome/browser/content/browser/setDesktopBackground.xul
 lib/firefox/browser/chrome/browser/content/browser/static-robot.png
@@ -323,6 +320,62 @@ lib/firefox/browser/chrome/browser/conte
 lib/firefox/browser/chrome/browser/content/fruit.svg
 lib/firefox/browser/chrome/browser/content/gift.svg
 lib/firefox/browser/chrome/browser/content/pet.svg
+lib/firefox/browser/chrome/browser/content/pocket/AboutPocket.jsm
+lib/firefox/browser/chrome/browser/content/pocket/Pocket.jsm
+lib/firefox/browser/chrome/browser/content/pocket/SaveToPocket.jsm
+lib/firefox/browser/chrome/browser/content/pocket/main.js
+lib/firefox/browser/chrome/browser/content/pocket/panels/css/normalize.css
+lib/firefox/browser/chrome/browser/content/pocket/panels/css/saved.css
+lib/firefox/browser/chrome/browser/content/pocket/panels/css/sendtomobile.css
+lib/firefox/browser/chrome/browser/content/pocket/panels/css/signup.css
+lib/firefox/browser/chrome/browser/content/pocket/panels/fonts/FiraSans-Regular.woff
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/app_store_dowload_apple.svg
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocket-outline.svg
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketerror%1x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketerror%2x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketlogo%1x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketlogo%2x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketlogosolo%1x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketlogosolo%2x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketsignup_button%1x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketsignup_button%2x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketsignup_devices%1x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketsignup_devices%2x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketsignup_hero%1x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketsignup_hero%2x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/signup_firefoxlogo%1x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/signup_firefoxlogo%2x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/signup_help%1x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/signup_help%2x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/tag_close%1x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/tag_close%2x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/tag_closeactive%1x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/tag_closeactive%2x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/js/messages.js
+lib/firefox/browser/chrome/browser/content/pocket/panels/js/saved.js
+lib/firefox/browser/chrome/browser/content/pocket/panels/js/sendtomobile.js
+lib/firefox/browser/chrome/browser/content/pocket/panels/js/signup.js
+lib/firefox/browser/chrome/browser/content/pocket/panels/js/tmpl.js
+lib/firefox/browser/chrome/browser/content/pocket/panels/js/vendor/handlebars.runtime.js
+lib/firefox/browser/chrome/browser/content/pocket/panels/js/vendor/jquery-2.1.1.min.js
+lib/firefox/browser/chrome/browser/content/pocket/panels/js/vendor/jquery.tokeninput.min.js
+lib/firefox/browser/chrome/browser/content/pocket/panels/license.txt
+lib/firefox/browser/chrome/browser/content/pocket/panels/saved.html
+lib/firefox/browser/chrome/browser/content/pocket/panels/signup.html
+lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/ho2/ho2_articleinfo.handlebars
+lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/ho2/ho2_download.handlebars
+lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/ho2/ho2_download_error.handlebars
+lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/ho2/ho2_sharebutton_v1.handlebars
+lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/ho2/ho2_sharebutton_v2.handlebars
+lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/ho2/ho2_sharebutton_v3.handlebars
+lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/saved_premiumextras.handlebars
+lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/saved_premiumshell.handlebars
+lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/saved_shell.handlebars
+lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/saved_tmplogin.handlebars
+lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/signup_shell.handlebars
+lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/signupstoryboard_shell.handlebars
+lib/firefox/browser/chrome/browser/content/pocket/pktApi.jsm
+lib/firefox/browser/chrome/browser/content/pocket/pocket-content-process.js
 lib/firefox/browser/chrome/browser/content/tree.svg
 lib/firefox/browser/chrome/browser/content/vacation.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/common/Actions.jsm
@@ -338,6 +391,7 @@ lib/firefox/browser/chrome/browser/res/a
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_google_translate.png
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_reddit_enhancement.png
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_wiki_search.png
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/firefox-wordmark.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/fox-tail.png
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-add-16.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-arrowhead-down-12.svg
@@ -411,20 +465,27 @@ lib/firefox/browser/chrome/browser/res/a
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/HighlightsFeed.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/LinksCache.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/ManualMigration.jsm
+lib/firefox/browser/chrome/browser/res/activity-stream/lib/NaiveBayesTextTagger.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/NewTabInit.jsm
+lib/firefox/browser/chrome/browser/res/activity-stream/lib/NmfTextTagger.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/OnboardingMessageProvider.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/PersistentCache.jsm
+lib/firefox/browser/chrome/browser/res/activity-stream/lib/PersonalityProvider.jsm
 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/Screenshots.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/SearchShortcuts.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/SectionsManager.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/ShortURL.jsm
+lib/firefox/browser/chrome/browser/res/activity-stream/lib/SiteClassifier.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/SnippetsFeed.jsm
+lib/firefox/browser/chrome/browser/res/activity-stream/lib/SnippetsTestMessageProvider.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/Store.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/SystemTickFeed.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/TelemetryFeed.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/TippyTopProvider.jsm
+lib/firefox/browser/chrome/browser/res/activity-stream/lib/Tokenize.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/TopSitesFeed.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/TopStoriesFeed.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/UTEventReporting.jsm
@@ -1184,7 +1245,6 @@ lib/firefox/browser/chrome/browser/skin/
 lib/firefox/browser/chrome/browser/skin/classic/browser/cert-error.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/characterEncoding.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/check-animation.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/check.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/chevron-animation.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/chevron.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/compacttheme.css
@@ -1232,10 +1292,6 @@ lib/firefox/browser/chrome/browser/skin/
 lib/firefox/browser/chrome/browser/skin/classic/browser/edit-paste.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/error-pages.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/favicon-search-16.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/feed.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/feeds/feedIcon.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/feeds/feedIcon16.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/feeds/subscribe.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/folder.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/forget.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/forward.svg
@@ -1295,7 +1351,6 @@ lib/firefox/browser/chrome/browser/skin/
 lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/webauthn.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/open.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/page-action.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/page-livemarks.png
 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
@@ -1323,6 +1378,11 @@ lib/firefox/browser/chrome/browser/skin/
 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/library-pocket-animation.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/pocket/pocket-animation.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/pocket/pocket-outline.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/pocket/pocket.css
+lib/firefox/browser/chrome/browser/skin/classic/browser/pocket/pocket.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/alwaysAsk.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/applications.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/containers.css
@@ -1391,10 +1451,12 @@ lib/firefox/browser/chrome/browser/skin/
 lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/loading.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/newtab.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/pendingpaint.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-audio-blocked-small.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-audio-blocked.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-audio-muted-small.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-audio-muted.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-audio-playing-small.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-audio-playing.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-audio-small.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-loading-inverted.png
@@ -1443,7 +1505,6 @@ lib/firefox/browser/chrome/devtools-star
 lib/firefox/browser/chrome/devtools-startup/content/aboutdevtools/subscribe.css
 lib/firefox/browser/chrome/devtools-startup/content/aboutdevtools/subscribe.js
 lib/firefox/browser/chrome/devtools/content/aboutdebugging-new/aboutdebugging.css
-lib/firefox/browser/chrome/devtools/content/aboutdebugging-new/aboutdebugging.js
 lib/firefox/browser/chrome/devtools/content/aboutdebugging-new/index.html
 lib/firefox/browser/chrome/devtools/content/aboutdebugging-new/tmp-locale/en-US/aboutdebugging.ftl
 lib/firefox/browser/chrome/devtools/content/aboutdebugging/aboutdebugging.css
@@ -1479,13 +1540,11 @@ lib/firefox/browser/chrome/devtools/cont
 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-process-window.xul
 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/inspector/animation-old/animation-controller.js
-lib/firefox/browser/chrome/devtools/content/inspector/animation-old/animation-inspector.xhtml
-lib/firefox/browser/chrome/devtools/content/inspector/animation-old/animation-panel.js
 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
@@ -1548,16 +1607,26 @@ lib/firefox/browser/chrome/devtools/cont
 lib/firefox/browser/chrome/devtools/content/webaudioeditor/views/properties.js
 lib/firefox/browser/chrome/devtools/content/webaudioeditor/views/utils.js
 lib/firefox/browser/chrome/devtools/content/webconsole/index.html
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/aboutdebugging.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/initializer.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/actions/debug-targets.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/actions/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/actions/runtime.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/actions/runtimes.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/actions/ui.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/App.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/App.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/ConnectPage.css
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/ConnectPage.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/RuntimeInfo.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/RuntimeInfo.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/RuntimePage.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/connect/ConnectPage.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/connect/ConnectPage.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/connect/ConnectSection.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/connect/ConnectSteps.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/connect/ConnectSteps.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/connect/NetworkLocationsForm.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/connect/NetworkLocationsForm.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/connect/NetworkLocationsList.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/connect/NetworkLocationsList.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/DebugTargetItem.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/DebugTargetItem.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/DebugTargetList.css
@@ -1575,8 +1644,12 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/WorkerDetail.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/sidebar/Sidebar.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/sidebar/Sidebar.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/sidebar/SidebarFixedItem.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/sidebar/SidebarFixedItem.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/sidebar/SidebarItem.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/sidebar/SidebarItem.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/sidebar/SidebarRuntimeItem.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/sidebar/SidebarRuntimeItem.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/constants.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/create-store.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/middleware/debug-target-listener.js
@@ -1584,11 +1657,16 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/middleware/tab-component-data.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/middleware/worker-component-data.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/modules/debug-target-collapsibilities.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/modules/debug-target-support.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/modules/extensions-helper.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/modules/network-locations.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/modules/runtimes-state-helper.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/modules/usb-runtimes.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/reducers/debug-targets-state.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/reducers/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/reducers/runtime-state.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/reducers/runtimes-state.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/reducers/ui-state.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/types.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/Aboutdebugging.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/PanelHeader.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/PanelMenu.js
@@ -1703,7 +1781,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/actions/preview.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/actions/project-text-search.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/actions/quick-open.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/actions/replay.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/actions/source-tree.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/actions/sources/blackbox.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/actions/sources/index.js
@@ -1725,7 +1802,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/client/firefox/commands.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/client/firefox/create.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/client/firefox/events.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/client/firefox/fronts-device.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/client/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/A11yIntention.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/App.js
@@ -1803,7 +1879,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/reducers/pending-breakpoints.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/reducers/project-text-search.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/reducers/quick-open.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/reducers/replay.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/reducers/source-tree.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/reducers/sources.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/reducers/tabs.js
@@ -1843,6 +1918,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/utils/location.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/utils/log.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/utils/makeRecord.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/utils/memoize.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/utils/path.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/utils/pause/frames/annotateFrames.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/utils/pause/frames/collapseFrames.js
@@ -1941,14 +2017,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/toolbox-options.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/toolbox-tabs-order-manager.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/toolbox.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation-old/components/animation-details.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation-old/components/animation-target-node.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation-old/components/animation-time-block.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation-old/components/animation-timeline.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation-old/components/keyframes.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation-old/components/rate-selector.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation-old/graph-helper.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation-old/utils.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/actions/animations.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/actions/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/animation.js
@@ -2012,11 +2080,18 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/types.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/utils/editing-session.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/breadcrumbs.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/ChangesManager.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/ChangesView.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/actions/changes.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/actions/index.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/components/ChangesApp.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/reducers/changes.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
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/extensions/actions/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/extensions/actions/sidebar.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/extensions/components/ExtensionPage.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/extensions/components/ExtensionSidebar.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/extensions/components/ObjectTreeView.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/extensions/components/ObjectValueGripView.js
@@ -2029,8 +2104,11 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/components/FlexContainerProperties.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/components/FlexItem.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/components/FlexItemList.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/components/FlexItemSelector.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/components/FlexItemSizingOutline.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/components/FlexItemSizingProperties.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/components/Flexbox.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/components/Header.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/flexbox.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/reducers/flexbox.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/reducers/index.js
@@ -2105,13 +2183,11 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/views/class-list-previewer.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/views/rule-editor.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/views/text-property-editor.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/dom-node-preview.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-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
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/style-inspector-menu.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/three-pane-onboarding-tooltip.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/tooltips-overlay.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/utils.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/store.js
@@ -2349,12 +2425,8 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/test/helpers/urls.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/test/helpers/wait-utils.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/actions/devices.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/actions/display-pixel-ratio.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/actions/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/actions/location.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/actions/reload-conditions.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/actions/screenshot.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/actions/touch-simulation.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/actions/ui.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/actions/viewports.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/browser/content.js
@@ -2370,6 +2442,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/components/ResizableViewport.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/components/SettingsMenu.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/components/Toolbar.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/components/UserAgentInput.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/components/ViewportDimension.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/components/Viewports.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/constants.js
@@ -2382,11 +2455,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/manager.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/reducers.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/reducers/devices.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/reducers/display-pixel-ratio.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/reducers/location.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/reducers/reload-conditions.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/reducers/screenshot.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/reducers/touch-simulation.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/reducers/ui.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/reducers/viewports.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive.html/setting-onboarding-tooltip.js
@@ -2405,7 +2474,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shadereditor/shadereditor.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/DOMHelpers.jsm
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/SplitView.jsm
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/TelemetryStopwatch.jsm
+lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/WeakMapMap.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/autocomplete-popup.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/browser-loader.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/AutoCompletePopup.js
@@ -2426,6 +2495,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/menu/MenuItem.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/menu/MenuList.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/menu/utils.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps-old.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/splitter/Draggable.js
@@ -2450,7 +2520,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/css-angle.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/curl.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/demangle.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/developer-toolbar.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/devices.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/enum.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/file-saver.js
@@ -2478,6 +2547,8 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/non-react-subscriber.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/visibility-handler-connect.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/scroll.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/source-map/assets/dwarf_to_json.wasm
+lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/source-map/assets/source-map-mappings.wasm
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/source-map/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/source-map/worker.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/source-utils.js
@@ -2593,6 +2664,8 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/MessageIcon.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/MessageIndent.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/MessageRepeat.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/ReverseSearchInput.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/ReverseSearchInput.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/SideBar.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/message-types/ConsoleApiCall.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/message-types/ConsoleCommand.js
@@ -2645,7 +2718,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/webconsole-l10n.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/webconsole-output-wrapper.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/webconsole.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webide/modules/addons.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webide/modules/app-manager.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webide/modules/app-projects.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webide/modules/app-validator.js
@@ -2656,6 +2728,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webide/modules/runtimes.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webide/modules/tab-store.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webide/modules/utils.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/webreplay/menu.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/accessibility-parent.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/accessibility.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/actor-registry.js
@@ -2667,7 +2740,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/animation.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/array-buffer.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/breakpoint.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/call-watcher.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/canvas.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/canvas/primitive.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/common.js
@@ -2680,7 +2752,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/errordocs.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/frame.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/framerate.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/gcli.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/heap-snapshot-file.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters.css
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters.js
@@ -2758,12 +2829,16 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/thread.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/timeline.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/TabSources.js
+lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/accessibility.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/actor-registry-utils.js
+lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/actor-registry.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/audionodes.json
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/automation-timeline.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/breakpoint-actor-map.js
+lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/call-watcher.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/css-grid-utils.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/event-loop.js
+lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/function-call.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/make-debugger.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/map-uri-to-addon-id.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/shapes-utils.js
@@ -2807,6 +2882,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/acorn/acorn.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/acorn/acorn_loose.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/acorn/walk.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/adb/adb-addon.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/adb/adb-binary.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/adb/adb-client.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/adb/adb-device.js
@@ -2814,6 +2890,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/adb/adb-scanner.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/adb/adb-socket.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/adb/adb.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/adb/addon-aware-adb-scanner.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/apps/Devices.jsm
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/async-storage.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/async-utils.js
@@ -2833,12 +2910,11 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/client/root-client.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/client/source-client.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/client/symbol-iterator-client.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/client/tab-client.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/client/thread-client.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/client/worker-client.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/content-observer.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/css/color-db.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/css/color.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/css/constants.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/css/generated/properties-db.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/css/lexer.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/css/parsing-utils.js
@@ -2857,14 +2933,13 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/addon/addons.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/addon/webextension-inspected-window.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/animation.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/call-watcher.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/canvas.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/css-properties.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/csscoverage.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/device.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/emulation.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/framerate.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/gcli.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/function-call.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/highlighters.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/inspector.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/layout.js
@@ -2881,77 +2956,11 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/string.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/styles.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/stylesheets.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/targets/browsing-context.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/targets/worker.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/timeline.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/webaudio.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/webgl.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/command-state.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/commands/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/commands/measure.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/commands/paintflashing.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/commands/rulers.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/commands/screenshot.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/cli.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/clear.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/commands.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/context.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/help.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/mocks.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/pref.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/preflist.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/commands/test.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/connectors/connectors.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/converters/basic.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/converters/converters.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/converters/html.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/converters/terminal.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/fields/delegate.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/fields/fields.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/fields/selection.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/l10n.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/languages/command.html
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/languages/command.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/languages/javascript.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/languages/languages.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/mozui/completer.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/mozui/inputter.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/mozui/tooltip.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/settings.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/system.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/array.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/boolean.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/command.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/date.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/delegate.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/file.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/fileparser.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/javascript.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/node.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/number.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/resource.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/selection.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/setting.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/string.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/types.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/union.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/types/url.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/ui/focus.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/ui/history.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/ui/intro.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/ui/menu.css
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/ui/menu.html
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/ui/menu.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/ui/view.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/domtemplate.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/fileparser.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/filesystem.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/host.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/l10n.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/legacy.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/prism.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/spell.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/util.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/templater.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/generate-uuid.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/heapsnapshot/CensusUtils.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/heapsnapshot/DominatorTreeNode.js
@@ -2985,6 +2994,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/plural-form.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/pretty-fast/pretty-fast.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/protocol.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/protocol/lazy-pool.js
 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
@@ -3003,7 +3013,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/addon/webextension.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/animation.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/breakpoint.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/call-watcher.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/canvas.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/css-properties.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/csscoverage.js
@@ -3012,7 +3021,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/environment.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/frame.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/framerate.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/gcli.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/function-call.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/heap-snapshot-file.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/highlighters.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/index.js
@@ -3066,15 +3075,16 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/webconsole/client.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/webconsole/js-property-provider.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/webconsole/network-helper.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/webconsole/reserved-js-words.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/webconsole/throttle.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/worker/helper.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/worker/loader.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/worker/worker.js
 lib/firefox/browser/chrome/devtools/skin/animation.css
-lib/firefox/browser/chrome/devtools/skin/animationinspector.css
 lib/firefox/browser/chrome/devtools/skin/boxmodel.css
 lib/firefox/browser/chrome/devtools/skin/breadcrumbs.css
 lib/firefox/browser/chrome/devtools/skin/canvasdebugger.css
+lib/firefox/browser/chrome/devtools/skin/changes.css
 lib/firefox/browser/chrome/devtools/skin/chart.css
 lib/firefox/browser/chrome/devtools/skin/components-frame.css
 lib/firefox/browser/chrome/devtools/skin/components-h-split-box.css
@@ -3082,12 +3092,15 @@ lib/firefox/browser/chrome/devtools/skin
 lib/firefox/browser/chrome/devtools/skin/dark-theme.css
 lib/firefox/browser/chrome/devtools/skin/debugger.css
 lib/firefox/browser/chrome/devtools/skin/devtools-browser.css
-lib/firefox/browser/chrome/devtools/skin/floating-scrollbars-dark-theme.css
 lib/firefox/browser/chrome/devtools/skin/floating-scrollbars-responsive-design.css
 lib/firefox/browser/chrome/devtools/skin/fonts.css
 lib/firefox/browser/chrome/devtools/skin/images/aboutdebugging-collapse-icon.svg
 lib/firefox/browser/chrome/devtools/skin/images/aboutdebugging-connect-icon.svg
+lib/firefox/browser/chrome/devtools/skin/images/aboutdebugging-firefox-aurora.svg
+lib/firefox/browser/chrome/devtools/skin/images/aboutdebugging-firefox-beta.svg
 lib/firefox/browser/chrome/devtools/skin/images/aboutdebugging-firefox-logo.svg
+lib/firefox/browser/chrome/devtools/skin/images/aboutdebugging-firefox-nightly.svg
+lib/firefox/browser/chrome/devtools/skin/images/aboutdebugging-firefox-release.svg
 lib/firefox/browser/chrome/devtools/skin/images/aboutdebugging-globe-icon.svg
 lib/firefox/browser/chrome/devtools/skin/images/accessibility.svg
 lib/firefox/browser/chrome/devtools/skin/images/add.svg
@@ -3097,6 +3110,9 @@ lib/firefox/browser/chrome/devtools/skin
 lib/firefox/browser/chrome/devtools/skin/images/animation-fast-track.svg
 lib/firefox/browser/chrome/devtools/skin/images/arrow-e.png
 lib/firefox/browser/chrome/devtools/skin/images/arrow-e%2x.png@localhost
+lib/firefox/browser/chrome/devtools/skin/images/arrowhead-down.svg
+lib/firefox/browser/chrome/devtools/skin/images/arrowhead-left.svg
+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/breakpoint.svg
@@ -3112,6 +3128,7 @@ lib/firefox/browser/chrome/devtools/skin
 lib/firefox/browser/chrome/devtools/skin/images/command-paintflashing.svg
 lib/firefox/browser/chrome/devtools/skin/images/command-pick-accessibility.svg
 lib/firefox/browser/chrome/devtools/skin/images/command-pick.svg
+lib/firefox/browser/chrome/devtools/skin/images/command-replay.svg
 lib/firefox/browser/chrome/devtools/skin/images/command-responsivemode.svg
 lib/firefox/browser/chrome/devtools/skin/images/command-rulers.svg
 lib/firefox/browser/chrome/devtools/skin/images/command-screenshot.svg
@@ -3126,7 +3143,6 @@ lib/firefox/browser/chrome/devtools/skin
 lib/firefox/browser/chrome/devtools/skin/images/debugger-toggleBreakpoints.svg
 lib/firefox/browser/chrome/devtools/skin/images/debugger/angular.svg
 lib/firefox/browser/chrome/devtools/skin/images/debugger/arrow.svg
-lib/firefox/browser/chrome/devtools/skin/images/debugger/back.svg
 lib/firefox/browser/chrome/devtools/skin/images/debugger/blackBox.svg
 lib/firefox/browser/chrome/devtools/skin/images/debugger/breakpoint.svg
 lib/firefox/browser/chrome/devtools/skin/images/debugger/close.svg
@@ -3136,7 +3152,6 @@ lib/firefox/browser/chrome/devtools/skin
 lib/firefox/browser/chrome/devtools/skin/images/debugger/extension.svg
 lib/firefox/browser/chrome/devtools/skin/images/debugger/file.svg
 lib/firefox/browser/chrome/devtools/skin/images/debugger/folder.svg
-lib/firefox/browser/chrome/devtools/skin/images/debugger/forward.svg
 lib/firefox/browser/chrome/devtools/skin/images/debugger/javascript.svg
 lib/firefox/browser/chrome/devtools/skin/images/debugger/pause.svg
 lib/firefox/browser/chrome/devtools/skin/images/debugger/prettyPrint.svg
@@ -3161,12 +3176,15 @@ lib/firefox/browser/chrome/devtools/skin
 lib/firefox/browser/chrome/devtools/skin/images/dock-undock.svg
 lib/firefox/browser/chrome/devtools/skin/images/dropmarker.svg
 lib/firefox/browser/chrome/devtools/skin/images/editor-error.png
+lib/firefox/browser/chrome/devtools/skin/images/file-type-general.svg
+lib/firefox/browser/chrome/devtools/skin/images/file-type-image.svg
 lib/firefox/browser/chrome/devtools/skin/images/filetypes/dir-close.svg
 lib/firefox/browser/chrome/devtools/skin/images/filetypes/dir-open.svg
 lib/firefox/browser/chrome/devtools/skin/images/filetypes/globe.svg
 lib/firefox/browser/chrome/devtools/skin/images/filter-swatch.svg
 lib/firefox/browser/chrome/devtools/skin/images/filter.svg
 lib/firefox/browser/chrome/devtools/skin/images/filters.svg
+lib/firefox/browser/chrome/devtools/skin/images/flexbox-swatch.svg
 lib/firefox/browser/chrome/devtools/skin/images/fox-smiling.svg
 lib/firefox/browser/chrome/devtools/skin/images/geometry-editor.svg
 lib/firefox/browser/chrome/devtools/skin/images/globe.svg
@@ -3179,6 +3197,7 @@ lib/firefox/browser/chrome/devtools/skin
 lib/firefox/browser/chrome/devtools/skin/images/item-arrow-rtl.svg
 lib/firefox/browser/chrome/devtools/skin/images/item-toggle.svg
 lib/firefox/browser/chrome/devtools/skin/images/jump-definition.svg
+lib/firefox/browser/chrome/devtools/skin/images/lock.svg
 lib/firefox/browser/chrome/devtools/skin/images/more.svg
 lib/firefox/browser/chrome/devtools/skin/images/open-3-pane.svg
 lib/firefox/browser/chrome/devtools/skin/images/pane-collapse.svg
@@ -3237,8 +3256,10 @@ lib/firefox/browser/chrome/devtools/skin
 lib/firefox/browser/chrome/devtools/skin/images/vview-open-inspector.png
 lib/firefox/browser/chrome/devtools/skin/images/vview-open-inspector%2x.png@localhost
 lib/firefox/browser/chrome/devtools/skin/images/webconsole/alert.svg
+lib/firefox/browser/chrome/devtools/skin/images/webconsole/globe.svg
 lib/firefox/browser/chrome/devtools/skin/images/webconsole/info.svg
 lib/firefox/browser/chrome/devtools/skin/images/webconsole/input.svg
+lib/firefox/browser/chrome/devtools/skin/images/webconsole/jump.svg
 lib/firefox/browser/chrome/devtools/skin/images/webconsole/return.svg
 lib/firefox/browser/chrome/devtools/skin/inspector.css
 lib/firefox/browser/chrome/devtools/skin/jit-optimizations.css
@@ -3273,7 +3294,6 @@ lib/firefox/browser/chrome/en-US/locale/
 lib/firefox/browser/chrome/en-US/locale/browser-region/region.properties
 lib/firefox/browser/chrome/en-US/locale/browser/aboutDialog.dtd
 lib/firefox/browser/chrome/en-US/locale/browser/aboutPrivateBrowsing.dtd
-lib/firefox/browser/chrome/en-US/locale/browser/aboutRestartRequired.dtd
 lib/firefox/browser/chrome/en-US/locale/browser/aboutRobots.dtd
 lib/firefox/browser/chrome/en-US/locale/browser/aboutSearchReset.dtd
 lib/firefox/browser/chrome/en-US/locale/browser/aboutSessionRestore.dtd
@@ -3288,7 +3308,6 @@ lib/firefox/browser/chrome/en-US/locale/
 lib/firefox/browser/chrome/en-US/locale/browser/downloads/downloads.dtd
 lib/firefox/browser/chrome/en-US/locale/browser/downloads/downloads.properties
 lib/firefox/browser/chrome/en-US/locale/browser/downloads/settingsChange.dtd
-lib/firefox/browser/chrome/en-US/locale/browser/feeds/subscribe.dtd
 lib/firefox/browser/chrome/en-US/locale/browser/feeds/subscribe.properties
 lib/firefox/browser/chrome/en-US/locale/browser/lightweightThemes.properties
 lib/firefox/browser/chrome/en-US/locale/browser/migration/migration.dtd
@@ -3371,13 +3390,12 @@ lib/firefox/browser/chrome/en-US/locale/
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/webconsole.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/webide.dtd
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/webide.properties
+lib/firefox/browser/chrome/en-US/locale/en-US/devtools/shared/accessibility.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/shared/browsing-context.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/shared/csscoverage.dtd
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/shared/csscoverage.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/shared/debugger.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/shared/eyedropper.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/shared/gcli.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/shared/gclicommands.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/shared/highlighters.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/shared/screenshot.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/shared/shared.properties
@@ -3386,6 +3404,7 @@ lib/firefox/browser/chrome/en-US/locale/
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/startup/aboutdevtools.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/startup/key-shortcuts.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/startup/startup.properties
+lib/firefox/browser/chrome/en-US/locale/en-US/pocket.properties
 lib/firefox/browser/chrome/en-US/locale/pdfviewer/chrome.properties
 lib/firefox/browser/chrome/en-US/locale/pdfviewer/viewer.properties
 lib/firefox/browser/chrome/icons/default/default128.png
@@ -3712,8 +3731,6 @@ lib/firefox/browser/chrome/webide/skin/w
 lib/firefox/browser/components/ChromeProfileMigrator.js
 lib/firefox/browser/components/EnterprisePolicies.js
 lib/firefox/browser/components/EnterprisePoliciesContent.js
-lib/firefox/browser/components/FeedConverter.js
-lib/firefox/browser/components/FeedWriter.js
 lib/firefox/browser/components/FirefoxProfileMigrator.js
 lib/firefox/browser/components/ProfileMigrator.js
 lib/firefox/browser/components/WebContentConverter.js
@@ -3739,73 +3756,10 @@ lib/firefox/browser/defaults/settings/bl
 lib/firefox/browser/defaults/settings/blocklists/gfx.json
 lib/firefox/browser/defaults/settings/blocklists/plugins.json
 lib/firefox/browser/defaults/settings/main/example.json
+lib/firefox/browser/defaults/settings/main/language-dictionaries.json
+lib/firefox/browser/defaults/settings/main/onboarding.json
+lib/firefox/browser/defaults/settings/main/sites-classification.json
 lib/firefox/browser/defaults/settings/pinning/pins.json
-lib/firefox/browser/features/aushelper%mozilla.org@localhost/bootstrap.js
-lib/firefox/browser/features/aushelper%mozilla.org@localhost/install.rdf
-lib/firefox/browser/features/firefox%getpocket.com@localhost/bootstrap.js
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome.manifest
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/AboutPocket.jsm
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/Pocket.jsm
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/main.js
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/css/normalize.css
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/css/saved.css
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/css/sendtomobile.css
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/css/signup.css
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/fonts/FiraSans-Regular.woff
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/img/app_store_dowload_apple.svg
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/img/pocket-outline.svg
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/img/pocketerror%1x.png@localhost
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/img/pocketerror%2x.png@localhost
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/img/pocketlogo%1x.png@localhost
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/img/pocketlogo%2x.png@localhost
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/img/pocketlogosolo%1x.png@localhost
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/img/pocketlogosolo%2x.png@localhost
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/img/pocketsignup_button%1x.png@localhost
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/img/pocketsignup_button%2x.png@localhost
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/img/pocketsignup_devices%1x.png@localhost
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/img/pocketsignup_devices%2x.png@localhost
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/img/pocketsignup_hero%1x.png@localhost
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/img/pocketsignup_hero%2x.png@localhost
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/img/signup_firefoxlogo%1x.png@localhost
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/img/signup_firefoxlogo%2x.png@localhost
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/img/signup_help%1x.png@localhost
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/img/signup_help%2x.png@localhost
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/img/tag_close%1x.png@localhost
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/img/tag_close%2x.png@localhost
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/img/tag_closeactive%1x.png@localhost
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/img/tag_closeactive%2x.png@localhost
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/js/messages.js
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/js/saved.js
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/js/sendtomobile.js
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/js/signup.js
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/js/tmpl.js
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/js/vendor/handlebars.runtime.js
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/js/vendor/jquery-2.1.1.min.js
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/js/vendor/jquery.tokeninput.min.js
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/license.txt
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/saved.html
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/signup.html
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/tmpl/ho2/ho2_articleinfo.handlebars
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/tmpl/ho2/ho2_download.handlebars
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/tmpl/ho2/ho2_download_error.handlebars
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/tmpl/ho2/ho2_sharebutton_v1.handlebars
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/tmpl/ho2/ho2_sharebutton_v2.handlebars
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/tmpl/ho2/ho2_sharebutton_v3.handlebars
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/tmpl/saved_premiumextras.handlebars
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/tmpl/saved_premiumshell.handlebars
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/tmpl/saved_shell.handlebars
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/tmpl/saved_tmplogin.handlebars
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/tmpl/signup_shell.handlebars
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/panels/tmpl/signupstoryboard_shell.handlebars
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/pktApi.jsm
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/content/pocket-content-process.js
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/skin/shared/library-pocket-animation.svg
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/skin/shared/pocket-animation.svg
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/skin/shared/pocket-outline.svg
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/skin/shared/pocket.css
-lib/firefox/browser/features/firefox%getpocket.com@localhost/chrome/skin/shared/pocket.svg
-lib/firefox/browser/features/firefox%getpocket.com@localhost/en-US/locale/en-US/pocket.properties
-lib/firefox/browser/features/firefox%getpocket.com@localhost/install.rdf
 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
@@ -3828,6 +3782,18 @@ lib/firefox/browser/features/formautofil
 lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/manageDialog.css
 lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/manageDialog.js
 lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/nameReferences.js
+lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/third-party/cc-logo-amex.png
+lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/third-party/cc-logo-amex%2x.png@localhost
+lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/third-party/cc-logo-cartebancaire.png
+lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/third-party/cc-logo-cartebancaire%2x.png@localhost
+lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/third-party/cc-logo-diners.svg
+lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/third-party/cc-logo-discover.png
+lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/third-party/cc-logo-discover%2x.png@localhost
+lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/third-party/cc-logo-jcb.svg
+lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/third-party/cc-logo-mastercard.svg
+lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/third-party/cc-logo-mir.svg
+lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/third-party/cc-logo-unionpay.svg
+lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/third-party/cc-logo-visa.svg
 lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/res/FormAutofill.jsm
 lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/res/FormAutofillContent.jsm
 lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/res/FormAutofillDoorhanger.jsm
@@ -3853,213 +3819,195 @@ lib/firefox/browser/features/formautofil
 lib/firefox/browser/features/formautofill%mozilla.org@localhost/en-US/locale/en-US/formautofill.properties
 lib/firefox/browser/features/formautofill%mozilla.org@localhost/manifest.json
 lib/firefox/browser/features/formautofill%mozilla.org@localhost/schema.json
-lib/firefox/browser/features/onboarding%mozilla.org@localhost/bootstrap.js
-lib/firefox/browser/features/onboarding%mozilla.org@localhost/chrome.manifest
-lib/firefox/browser/features/onboarding%mozilla.org@localhost/chrome/content/Onboarding.jsm
-lib/firefox/browser/features/onboarding%mozilla.org@localhost/chrome/content/img/figure_addons.svg
-lib/firefox/browser/features/onboarding%mozilla.org@localhost/chrome/content/img/figure_customize.svg
-lib/firefox/browser/features/onboarding%mozilla.org@localhost/chrome/content/img/figure_default.svg
-lib/firefox/browser/features/onboarding%mozilla.org@localhost/chrome/content/img/figure_library.svg
-lib/firefox/browser/features/onboarding%mozilla.org@localhost/chrome/content/img/figure_performance.svg
-lib/firefox/browser/features/onboarding%mozilla.org@localhost/chrome/content/img/figure_private.svg
-lib/firefox/browser/features/onboarding%mozilla.org@localhost/chrome/content/img/figure_screenshots.svg
-lib/firefox/browser/features/onboarding%mozilla.org@localhost/chrome/content/img/figure_singlesearch.svg
-lib/firefox/browser/features/onboarding%mozilla.org@localhost/chrome/content/img/figure_sync.svg
-lib/firefox/browser/features/onboarding%mozilla.org@localhost/chrome/content/img/icons_addons.svg
-lib/firefox/browser/features/onboarding%mozilla.org@localhost/chrome/content/img/icons_customize.svg
-lib/firefox/browser/features/onboarding%mozilla.org@localhost/chrome/content/img/icons_default.svg
-lib/firefox/browser/features/onboarding%mozilla.org@localhost/chrome/content/img/icons_library.svg
-lib/firefox/browser/features/onboarding%mozilla.org@localhost/chrome/content/img/icons_performance.svg
-lib/firefox/browser/features/onboarding%mozilla.org@localhost/chrome/content/img/icons_private.svg
-lib/firefox/browser/features/onboarding%mozilla.org@localhost/chrome/content/img/icons_screenshots.svg
-lib/firefox/browser/features/onboarding%mozilla.org@localhost/chrome/content/img/icons_singlesearch.svg
-lib/firefox/browser/features/onboarding%mozilla.org@localhost/chrome/content/img/icons_sync.svg
-lib/firefox/browser/features/onboarding%mozilla.org@localhost/chrome/content/img/icons_tour-complete.svg
-lib/firefox/browser/features/onboarding%mozilla.org@localhost/chrome/content/img/watermark.svg
-lib/firefox/browser/features/onboarding%mozilla.org@localhost/chrome/content/lib/UITour-lib.js
-lib/firefox/browser/features/onboarding%mozilla.org@localhost/chrome/content/modules/OnboardingTelemetry.jsm
-lib/firefox/browser/features/onboarding%mozilla.org@localhost/chrome/content/modules/OnboardingTourType.jsm
-lib/firefox/browser/features/onboarding%mozilla.org@localhost/chrome/content/onboarding-tour-agent.js
-lib/firefox/browser/features/onboarding%mozilla.org@localhost/chrome/content/onboarding.css
-lib/firefox/browser/features/onboarding%mozilla.org@localhost/chrome/content/onboarding.js
-lib/firefox/browser/features/onboarding%mozilla.org@localhost/en-US/locale/en-US/onboarding.properties
-lib/firefox/browser/features/onboarding%mozilla.org@localhost/install.rdf
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/bootstrap.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/install.rdf
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/ach/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/ar/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/ast/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/az/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/be/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/bg/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/bn_BD/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/br/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/bs/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/ca/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/cak/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/crh/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/cs/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/cy/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/da/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/de/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/dsb/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/el/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/en_GB/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/en_US/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/eo/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/es_AR/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/es_CL/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/es_ES/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/es_MX/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/et/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/eu/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/fa/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/ff/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/fi/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/fr/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/fy_NL/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/ga_IE/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/gd/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/gl/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/gn/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/gu_IN/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/he/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/hi_IN/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/hr/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/hsb/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/hu/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/hy_AM/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/ia/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/id/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/it/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/ja/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/ka/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/kab/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/kk/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/km/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/kn/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/ko/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/lij/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/lo/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/lt/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/mai/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/mk/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/ml/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/mn/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/mr/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/ms/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/my/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/nb_NO/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/ne_NP/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/nl/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/nn_NO/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/pa_IN/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/pl/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/pt_BR/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/pt_PT/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/rm/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/ro/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/ru/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/sk/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/sl/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/sq/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/sr/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/sv_SE/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/ta/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/te/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/th/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/tl/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/tr/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/uk/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/ur/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/uz/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/vi/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/zh_CN/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/_locales/zh_TW/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/assertIsBlankDocument.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/assertIsTrusted.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/background/analytics.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/background/auth.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/background/communication.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/background/deviceInfo.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/background/main.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/background/selectorLoader.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/background/senderror.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/background/startBackground.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/background/takeshot.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/blank.html
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/blobConverters.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/build/buildSettings.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/build/inlineSelectionCss.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/build/onboardingCss.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/build/onboardingHtml.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/build/raven.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/build/selection.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/build/shot.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/build/thumbnailGenerator.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/catcher.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/clipboard.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/domainFromUrl.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/icons/back-highlight.svg
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/icons/back.svg
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/icons/cancel.svg
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/icons/cloud.svg
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/icons/copied-notification.svg
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/icons/copy.svg
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/icons/done.svg
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/icons/download.svg
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/icons/help-16.svg
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/icons/icon-highlight-32-v2.svg
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/icons/icon-v2.svg
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/icons/icon-welcome-face-without-eyes.svg
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/icons/menu-fullpage.svg
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/icons/menu-myshot-white.svg
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/icons/menu-myshot.svg
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/icons/menu-visible.svg
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/icons/onboarding-1.png
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/icons/onboarding-2.png
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/icons/onboarding-3.png
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/icons/onboarding-4.png
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/icons/onboarding-5.png
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/log.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/makeUuid.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/manifest.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/onboarding/slides.html
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/onboarding/slides.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/randomString.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/selector/callBackground.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/selector/documentMetadata.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/selector/shooter.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/selector/ui.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/selector/uicontrol.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/selector/util.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/webextension/sitehelper.js
-lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/bootstrap.js
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/ach/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/ar/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/ast/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/az/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/be/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/bg/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/bn_BD/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/br/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/bs/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/ca/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/cak/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/crh/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/cs/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/cy/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/da/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/de/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/dsb/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/el/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/en_CA/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/en_GB/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/en_US/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/eo/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/es_AR/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/es_CL/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/es_ES/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/es_MX/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/et/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/eu/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/fa/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/ff/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/fi/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/fr/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/fy_NL/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/ga_IE/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/gd/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/gl/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/gn/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/gu_IN/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/he/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/hi_IN/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/hr/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/hsb/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/hu/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/hy_AM/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/ia/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/id/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/it/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/ja/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/ka/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/kab/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/kk/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/km/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/kn/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/ko/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/lij/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/lo/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/lt/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/mai/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/mk/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/ml/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/mn/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/mr/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/ms/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/my/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/nb_NO/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/ne_NP/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/nl/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/nn_NO/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/pa_IN/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/pl/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/pt_BR/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/pt_PT/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/rm/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/ro/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/ru/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/si/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/sk/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/sl/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/sq/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/sr/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/sv_SE/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/ta/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/te/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/th/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/tl/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/tr/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/uk/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/ur/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/uz/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/vi/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/zh_CN/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/zh_TW/messages.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/assertIsBlankDocument.js
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/assertIsTrusted.js
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/background/analytics.js
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/background/auth.js
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/background/communication.js
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/background/deviceInfo.js
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/background/main.js
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/background/selectorLoader.js
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/background/senderror.js
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/background/startBackground.js
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/background/takeshot.js
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/blank.html
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/blobConverters.js
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/build/buildSettings.js
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/build/inlineSelectionCss.js
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/build/onboardingCss.js
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/build/onboardingHtml.js
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/build/raven.js
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/build/selection.js
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/build/shot.js
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/build/thumbnailGenerator.js
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/catcher.js
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/clipboard.js
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/domainFromUrl.js
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/experiments/screenshots/api.js
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/experiments/screenshots/schema.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/back-highlight.svg
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/back.svg
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/cancel.svg
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/cloud.svg
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/copied-notification.svg
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/copy.svg
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/done.svg
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/download.svg
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/help-16.svg
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/icon-highlight-32-v2.svg
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/icon-v2.svg
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/icon-welcome-face-without-eyes.svg
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/menu-fullpage.svg
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/menu-myshot-white.svg
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/menu-myshot.svg
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/menu-visible.svg
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/onboarding-1.png
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/onboarding-2.png
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/onboarding-3.png
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/onboarding-4.png
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/onboarding-5.png
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/onboarding-6.png
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/log.js
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/makeUuid.js
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/manifest.json
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/moz.build
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/onboarding/slides.html
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/onboarding/slides.js
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/randomString.js
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/selector/callBackground.js
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/selector/documentMetadata.js
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/selector/shooter.js
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/selector/ui.js
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/selector/uicontrol.js
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/selector/util.js
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/sitehelper.js
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/test/browser/browser.ini
+lib/firefox/browser/features/screenshots%mozilla.org@localhost/test/browser/browser_screenshots_ui_check.js
+lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/background.js
 lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/chrome.manifest
-lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/chrome/content/WebCompatReporter.jsm
-lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/chrome/content/tab-frame.js
-lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/chrome/content/wc-frame.js
-lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/chrome/skin/lightbulb.svg
 lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/en-US/locale/en-US/webcompat.properties
-lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/install.rdf
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/bootstrap.js
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/chrome.manifest
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/chrome/content/data/ua_overrides.jsm
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/chrome/content/lib/ua_overrider.jsm
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/install.rdf
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/webextension/background.js
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/webextension/injections/css/bug0000000-dummy-css-injection.css
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/webextension/injections/js/bug0000000-dummy-js-injection.js
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/webextension/injections/js/bug1452707-window.controllers-shim-ib.absa.co.za.js
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/webextension/injections/js/bug1457335-histography.io-ua-change.js
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/webextension/injections/js/bug1472075-bankofamerica.com-ua-change.js
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/webextension/injections/js/bug1472081-election.gov.np-window.sidebar-shim.js
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/webextension/injections/js/bug1482066-portalminasnet.com-window.sidebar-shim.js
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/webextension/manifest.json
+lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/experimentalAPIs/aboutConfigPrefs.js
+lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/experimentalAPIs/aboutConfigPrefs.json
+lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/experimentalAPIs/browserInfo.js
+lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/experimentalAPIs/browserInfo.json
+lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/experimentalAPIs/l10n.js
+lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/experimentalAPIs/l10n.json
+lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/experimentalAPIs/pageActionExtras.js
+lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/experimentalAPIs/pageActionExtras.json
+lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/experimentalAPIs/tabExtras.js
+lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/experimentalAPIs/tabExtras.json
+lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/icons/lightbulb.svg
+lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/manifest.json
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/aboutConfigPrefs.js
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/aboutConfigPrefs.json
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections.js
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/css/bug0000000-dummy-css-injection.css
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/js/bug0000000-dummy-js-injection.js
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/js/bug1452707-window.controllers-shim-ib.absa.co.za.js
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/js/bug1457335-histography.io-ua-change.js
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/js/bug1472075-bankofamerica.com-ua-change.js
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/js/bug1472081-election.gov.np-window.sidebar-shim.js
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/js/bug1482066-portalminasnet.com-window.sidebar-shim.js
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/manifest.json
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/ua_overrides.js
 lib/firefox/browser/localization/en-US/branding/brand.ftl
 lib/firefox/browser/localization/en-US/browser/aboutPolicies.ftl
+lib/firefox/browser/localization/en-US/browser/aboutRestartRequired.ftl
 lib/firefox/browser/localization/en-US/browser/branding/sync-brand.ftl
 lib/firefox/browser/localization/en-US/browser/newtab/asrouter.ftl
+lib/firefox/browser/localization/en-US/browser/newtab/onboarding.ftl
 lib/firefox/browser/localization/en-US/browser/policies/policies-descriptions.ftl
 lib/firefox/browser/localization/en-US/browser/preferences/applicationManager.ftl
 lib/firefox/browser/localization/en-US/browser/preferences/blocklists.ftl
@@ -4079,7 +4027,6 @@ lib/firefox/browser/localization/en-US/d
 lib/firefox/browser/modules/AboutNewTab.jsm
 lib/firefox/browser/modules/AsyncTabSwitcher.jsm
 lib/firefox/browser/modules/AttributionCode.jsm
-lib/firefox/browser/modules/AutoMigrate.jsm
 lib/firefox/browser/modules/BrowserErrorReporter.jsm
 lib/firefox/browser/modules/BrowserUsageTelemetry.jsm
 lib/firefox/browser/modules/BrowserWindowTracker.jsm
@@ -4106,12 +4053,12 @@ lib/firefox/browser/modules/FormValidati
 lib/firefox/browser/modules/HeadlessShell.jsm
 lib/firefox/browser/modules/HomePage.jsm
 lib/firefox/browser/modules/LaterRun.jsm
+lib/firefox/browser/modules/LiveBookmarkMigrator.jsm
 lib/firefox/browser/modules/MigrationUtils.jsm
 lib/firefox/browser/modules/OpenInTabsUtils.jsm
 lib/firefox/browser/modules/PageActions.jsm
 lib/firefox/browser/modules/PanelMultiView.jsm
 lib/firefox/browser/modules/ParseBreakpadSymbols-worker.js
-lib/firefox/browser/modules/ParseCppFiltSymbols-worker.js
 lib/firefox/browser/modules/ParseNMSymbols-worker.js
 lib/firefox/browser/modules/ParseSymbols.jsm
 lib/firefox/browser/modules/PermissionUI.jsm
@@ -4132,6 +4079,16 @@ 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/UrlbarController.jsm
+lib/firefox/browser/modules/UrlbarInput.jsm
+lib/firefox/browser/modules/UrlbarMatch.jsm
+lib/firefox/browser/modules/UrlbarPrefs.jsm
+lib/firefox/browser/modules/UrlbarProviderOpenTabs.jsm
+lib/firefox/browser/modules/UrlbarProvidersManager.jsm
+lib/firefox/browser/modules/UrlbarTokenizer.jsm
+lib/firefox/browser/modules/UrlbarUtils.jsm
+lib/firefox/browser/modules/UrlbarValueFormatter.jsm
+lib/firefox/browser/modules/UrlbarView.jsm
 lib/firefox/browser/modules/ZoomUI.jsm
 lib/firefox/browser/modules/aboutpages/AboutPrivateBrowsingHandler.jsm
 lib/firefox/browser/modules/distribution.js
@@ -4193,10 +4150,7 @@ lib/firefox/chrome/en-US/locale/en-US/gl
 lib/firefox/chrome/en-US/locale/en-US/global-platform/win/intl.properties
 lib/firefox/chrome/en-US/locale/en-US/global-platform/win/platformKeys.properties
 lib/firefox/chrome/en-US/locale/en-US/global/AccessFu.properties
-lib/firefox/chrome/en-US/locale/en-US/global/aboutAbout.dtd
 lib/firefox/chrome/en-US/locale/en-US/global/aboutNetworking.dtd
-lib/firefox/chrome/en-US/locale/en-US/global/aboutProfiles.dtd
-lib/firefox/chrome/en-US/locale/en-US/global/aboutProfiles.properties
 lib/firefox/chrome/en-US/locale/en-US/global/aboutReader.properties
 lib/firefox/chrome/en-US/locale/en-US/global/aboutRights.dtd
 lib/firefox/chrome/en-US/locale/en-US/global/aboutServiceWorkers.dtd
@@ -4206,8 +4160,6 @@ lib/firefox/chrome/en-US/locale/en-US/gl
 lib/firefox/chrome/en-US/locale/en-US/global/aboutSupport.properties
 lib/firefox/chrome/en-US/locale/en-US/global/aboutTelemetry.dtd
 lib/firefox/chrome/en-US/locale/en-US/global/aboutTelemetry.properties
-lib/firefox/chrome/en-US/locale/en-US/global/aboutUrlClassifier.dtd
-lib/firefox/chrome/en-US/locale/en-US/global/aboutUrlClassifier.properties
 lib/firefox/chrome/en-US/locale/en-US/global/aboutWebrtc.properties
 lib/firefox/chrome/en-US/locale/en-US/global/appPicker.dtd
 lib/firefox/chrome/en-US/locale/en-US/global/appstrings.properties
@@ -4217,8 +4169,6 @@ lib/firefox/chrome/en-US/locale/en-US/gl
 lib/firefox/chrome/en-US/locale/en-US/global/charsetMenu.properties
 lib/firefox/chrome/en-US/locale/en-US/global/commonDialog.dtd
 lib/firefox/chrome/en-US/locale/en-US/global/commonDialogs.properties
-lib/firefox/chrome/en-US/locale/en-US/global/config.dtd
-lib/firefox/chrome/en-US/locale/en-US/global/config.properties
 lib/firefox/chrome/en-US/locale/en-US/global/contentAreaCommands.properties
 lib/firefox/chrome/en-US/locale/en-US/global/css.properties
 lib/firefox/chrome/en-US/locale/en-US/global/datetimebox.dtd
@@ -4229,7 +4179,6 @@ lib/firefox/chrome/en-US/locale/en-US/gl
 lib/firefox/chrome/en-US/locale/en-US/global/extensions.properties
 lib/firefox/chrome/en-US/locale/en-US/global/fallbackMenubar.properties
 lib/firefox/chrome/en-US/locale/en-US/global/filepicker.properties
-lib/firefox/chrome/en-US/locale/en-US/global/findbar.dtd
 lib/firefox/chrome/en-US/locale/en-US/global/findbar.properties
 lib/firefox/chrome/en-US/locale/en-US/global/global-strres.properties
 lib/firefox/chrome/en-US/locale/en-US/global/global.dtd
@@ -4294,8 +4243,6 @@ lib/firefox/chrome/en-US/locale/en-US/mo
 lib/firefox/chrome/en-US/locale/en-US/mozapps/update/history.dtd
 lib/firefox/chrome/en-US/locale/en-US/mozapps/update/updates.dtd
 lib/firefox/chrome/en-US/locale/en-US/mozapps/update/updates.properties
-lib/firefox/chrome/en-US/locale/en-US/mozapps/xpinstall/xpinstallConfirm.dtd
-lib/firefox/chrome/en-US/locale/en-US/mozapps/xpinstall/xpinstallConfirm.properties
 lib/firefox/chrome/en-US/locale/en-US/necko/necko.properties
 lib/firefox/chrome/en-US/locale/en-US/passwordmgr/passwordManager.dtd
 lib/firefox/chrome/en-US/locale/en-US/passwordmgr/passwordmgr.properties
@@ -4383,6 +4330,8 @@ lib/firefox/chrome/toolkit/content/exten
 lib/firefox/chrome/toolkit/content/extensions/child/ext-storage.js
 lib/firefox/chrome/toolkit/content/extensions/child/ext-test.js
 lib/firefox/chrome/toolkit/content/extensions/child/ext-toolkit.js
+lib/firefox/chrome/toolkit/content/extensions/child/ext-userScripts-content.js
+lib/firefox/chrome/toolkit/content/extensions/child/ext-userScripts.js
 lib/firefox/chrome/toolkit/content/extensions/child/ext-webRequest.js
 lib/firefox/chrome/toolkit/content/extensions/dummy.xul
 lib/firefox/chrome/toolkit/content/extensions/ext-browser-content.js
@@ -4413,6 +4362,7 @@ lib/firefox/chrome/toolkit/content/exten
 lib/firefox/chrome/toolkit/content/extensions/parent/ext-theme.js
 lib/firefox/chrome/toolkit/content/extensions/parent/ext-toolkit.js
 lib/firefox/chrome/toolkit/content/extensions/parent/ext-topSites.js
+lib/firefox/chrome/toolkit/content/extensions/parent/ext-userScripts.js
 lib/firefox/chrome/toolkit/content/extensions/parent/ext-webNavigation.js
 lib/firefox/chrome/toolkit/content/extensions/parent/ext-webRequest.js
 lib/firefox/chrome/toolkit/content/extensions/schemas/alarms.json
@@ -4445,6 +4395,8 @@ lib/firefox/chrome/toolkit/content/exten
 lib/firefox/chrome/toolkit/content/extensions/schemas/theme.json
 lib/firefox/chrome/toolkit/content/extensions/schemas/top_sites.json
 lib/firefox/chrome/toolkit/content/extensions/schemas/types.json
+lib/firefox/chrome/toolkit/content/extensions/schemas/user_scripts.json
+lib/firefox/chrome/toolkit/content/extensions/schemas/user_scripts_content.json
 lib/firefox/chrome/toolkit/content/extensions/schemas/web_navigation.json
 lib/firefox/chrome/toolkit/content/extensions/schemas/web_request.json
 lib/firefox/chrome/toolkit/content/global/BrowserElementChild.js
@@ -4496,14 +4448,12 @@ lib/firefox/chrome/toolkit/content/globa
 lib/firefox/chrome/toolkit/content/global/bindings/button.xml
 lib/firefox/chrome/toolkit/content/global/bindings/calendar.js
 lib/firefox/chrome/toolkit/content/global/bindings/checkbox.xml
-lib/firefox/chrome/toolkit/content/global/bindings/colorpicker.xml
 lib/firefox/chrome/toolkit/content/global/bindings/datekeeper.js
 lib/firefox/chrome/toolkit/content/global/bindings/datepicker.js
 lib/firefox/chrome/toolkit/content/global/bindings/datetimebox.css
 lib/firefox/chrome/toolkit/content/global/bindings/datetimebox.xml
 lib/firefox/chrome/toolkit/content/global/bindings/datetimepopup.xml
 lib/firefox/chrome/toolkit/content/global/bindings/dialog.xml
-lib/firefox/chrome/toolkit/content/global/bindings/findbar.xml
 lib/firefox/chrome/toolkit/content/global/bindings/general.xml
 lib/firefox/chrome/toolkit/content/global/bindings/groupbox.xml
 lib/firefox/chrome/toolkit/content/global/bindings/menu.xml
@@ -4511,9 +4461,7 @@ lib/firefox/chrome/toolkit/content/globa
 lib/firefox/chrome/toolkit/content/global/bindings/notification.xml
 lib/firefox/chrome/toolkit/content/global/bindings/numberbox.xml
 lib/firefox/chrome/toolkit/content/global/bindings/popup.xml
-lib/firefox/chrome/toolkit/content/global/bindings/progressmeter.xml
 lib/firefox/chrome/toolkit/content/global/bindings/radio.xml
-lib/firefox/chrome/toolkit/content/global/bindings/remote-browser.xml
 lib/firefox/chrome/toolkit/content/global/bindings/richlistbox.xml
 lib/firefox/chrome/toolkit/content/global/bindings/scrollbox.xml
 lib/firefox/chrome/toolkit/content/global/bindings/spinner.js
@@ -4544,7 +4492,10 @@ lib/firefox/chrome/toolkit/content/globa
 lib/firefox/chrome/toolkit/content/global/directionDetector.html
 lib/firefox/chrome/toolkit/content/global/editMenuOverlay.js
 lib/firefox/chrome/toolkit/content/global/elements/editor.js
+lib/firefox/chrome/toolkit/content/global/elements/findbar.js
 lib/firefox/chrome/toolkit/content/global/elements/general.js
+lib/firefox/chrome/toolkit/content/global/elements/progressmeter.js
+lib/firefox/chrome/toolkit/content/global/elements/radio.js
 lib/firefox/chrome/toolkit/content/global/elements/stringbundle.js
 lib/firefox/chrome/toolkit/content/global/elements/tabbox.js
 lib/firefox/chrome/toolkit/content/global/elements/textbox.js
@@ -4553,10 +4504,10 @@ lib/firefox/chrome/toolkit/content/globa
 lib/firefox/chrome/toolkit/content/global/globalOverlay.js
 lib/firefox/chrome/toolkit/content/global/gmp-sources/openh264.json
 lib/firefox/chrome/toolkit/content/global/gmp-sources/widevinecdm.json
-lib/firefox/chrome/toolkit/content/global/l10n.js
 lib/firefox/chrome/toolkit/content/global/license.html
 lib/firefox/chrome/toolkit/content/global/minimal-xul.css
 lib/firefox/chrome/toolkit/content/global/mozilla.xhtml
+lib/firefox/chrome/toolkit/content/global/netError.js
 lib/firefox/chrome/toolkit/content/global/netError.xhtml
 lib/firefox/chrome/toolkit/content/global/notfound.wav
 lib/firefox/chrome/toolkit/content/global/platformHTMLBindings.xml
@@ -4583,7 +4534,6 @@ lib/firefox/chrome/toolkit/content/globa
 lib/firefox/chrome/toolkit/content/global/tabprompts.css
 lib/firefox/chrome/toolkit/content/global/tabprompts.xml
 lib/firefox/chrome/toolkit/content/global/test-ipc.xul
-lib/firefox/chrome/toolkit/content/global/textbox.css
 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
@@ -4625,10 +4575,6 @@ lib/firefox/chrome/toolkit/content/mozap
 lib/firefox/chrome/toolkit/content/mozapps/profile/createProfileWizard.xul
 lib/firefox/chrome/toolkit/content/mozapps/profile/profileSelection.js
 lib/firefox/chrome/toolkit/content/mozapps/profile/profileSelection.xul
-lib/firefox/chrome/toolkit/content/mozapps/xpinstall/xpinstallConfirm.css
-lib/firefox/chrome/toolkit/content/mozapps/xpinstall/xpinstallConfirm.js
-lib/firefox/chrome/toolkit/content/mozapps/xpinstall/xpinstallConfirm.xul
-lib/firefox/chrome/toolkit/content/mozapps/xpinstall/xpinstallItem.xml
 lib/firefox/chrome/toolkit/content/passwordmgr/passwordManager.js
 lib/firefox/chrome/toolkit/content/passwordmgr/passwordManager.xul
 lib/firefox/chrome/toolkit/content/passwordmgr/recipes.json
@@ -4678,9 +4624,6 @@ lib/firefox/chrome/toolkit/res/normandy/
 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
-lib/firefox/chrome/toolkit/res/normandy/content/about-studies/common.js
-lib/firefox/chrome/toolkit/res/normandy/content/about-studies/img/shield-logo.png
-lib/firefox/chrome/toolkit/res/normandy/content/about-studies/shield-studies.js
 lib/firefox/chrome/toolkit/res/normandy/lib/ActionSandboxManager.jsm
 lib/firefox/chrome/toolkit/res/normandy/lib/ActionsManager.jsm
 lib/firefox/chrome/toolkit/res/normandy/lib/AddonStudies.jsm
@@ -4730,11 +4673,9 @@ lib/firefox/chrome/toolkit/skin/classic/
 lib/firefox/chrome/toolkit/skin/classic/global/autocomplete.css
 lib/firefox/chrome/toolkit/skin/classic/global/button.css
 lib/firefox/chrome/toolkit/skin/classic/global/checkbox.css
-lib/firefox/chrome/toolkit/skin/classic/global/colorpicker.css
 lib/firefox/chrome/toolkit/skin/classic/global/commonDialog.css
 lib/firefox/chrome/toolkit/skin/classic/global/config.css
 lib/firefox/chrome/toolkit/skin/classic/global/datetimeinputpickers.css
-lib/firefox/chrome/toolkit/skin/classic/global/datetimepopup.css
 lib/firefox/chrome/toolkit/skin/classic/global/dialog.css
 lib/firefox/chrome/toolkit/skin/classic/global/dirListing/dirListing.css
 lib/firefox/chrome/toolkit/skin/classic/global/dropmarker.css
@@ -4752,6 +4693,8 @@ lib/firefox/chrome/toolkit/skin/classic/
 lib/firefox/chrome/toolkit/skin/classic/global/icons/blocked.svg
 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
 lib/firefox/chrome/toolkit/skin/classic/global/icons/error-16.png
 lib/firefox/chrome/toolkit/skin/classic/global/icons/error.svg
@@ -4761,26 +4704,23 @@ lib/firefox/chrome/toolkit/skin/classic/
 lib/firefox/chrome/toolkit/skin/classic/global/icons/info.svg
 lib/firefox/chrome/toolkit/skin/classic/global/icons/loading.png
 lib/firefox/chrome/toolkit/skin/classic/global/icons/loading%2x.png@localhost
+lib/firefox/chrome/toolkit/skin/classic/global/icons/performance.svg
 lib/firefox/chrome/toolkit/skin/classic/global/icons/question-16.png
 lib/firefox/chrome/toolkit/skin/classic/global/icons/question-64.png
 lib/firefox/chrome/toolkit/skin/classic/global/icons/resizer.svg
 lib/firefox/chrome/toolkit/skin/classic/global/icons/search-textbox.svg
+lib/firefox/chrome/toolkit/skin/classic/global/icons/shortcut.svg
 lib/firefox/chrome/toolkit/skin/classic/global/icons/spinner-arrow-down.svg
 lib/firefox/chrome/toolkit/skin/classic/global/icons/spinner-arrow-up.svg
 lib/firefox/chrome/toolkit/skin/classic/global/icons/sslWarning.png
 lib/firefox/chrome/toolkit/skin/classic/global/icons/twisty-collapsed-rtl.svg
 lib/firefox/chrome/toolkit/skin/classic/global/icons/twisty-collapsed.svg
 lib/firefox/chrome/toolkit/skin/classic/global/icons/twisty-expanded.svg
-lib/firefox/chrome/toolkit/skin/classic/global/icons/warning-16.png
-lib/firefox/chrome/toolkit/skin/classic/global/icons/warning-64.png
 lib/firefox/chrome/toolkit/skin/classic/global/icons/warning.svg
 lib/firefox/chrome/toolkit/skin/classic/global/illustrations/about-license.svg
 lib/firefox/chrome/toolkit/skin/classic/global/illustrations/about-rights.svg
-lib/firefox/chrome/toolkit/skin/classic/global/in-content/check-partial.svg
-lib/firefox/chrome/toolkit/skin/classic/global/in-content/check.svg
 lib/firefox/chrome/toolkit/skin/classic/global/in-content/common.css
 lib/firefox/chrome/toolkit/skin/classic/global/in-content/dropdown.svg
-lib/firefox/chrome/toolkit/skin/classic/global/in-content/help-glyph.svg
 lib/firefox/chrome/toolkit/skin/classic/global/in-content/info-pages.css
 lib/firefox/chrome/toolkit/skin/classic/global/in-content/radio.svg
 lib/firefox/chrome/toolkit/skin/classic/global/media/TopLevelImageDocument.css
@@ -4887,7 +4827,6 @@ lib/firefox/chrome/toolkit/skin/classic/
 lib/firefox/chrome/toolkit/skin/classic/mozapps/profile/profileSelection.css
 lib/firefox/chrome/toolkit/skin/classic/mozapps/update/downloadButtons.png
 lib/firefox/chrome/toolkit/skin/classic/mozapps/update/updates.css
-lib/firefox/chrome/toolkit/skin/classic/mozapps/xpinstall/xpinstallConfirm.css
 lib/firefox/components/BrowserElementParent.js
 lib/firefox/components/ClearDataService.js
 lib/firefox/components/ColorAnalyzer.js
@@ -4895,7 +4834,6 @@ lib/firefox/components/ConsoleAPIStorage
 lib/firefox/components/ContentPrefService2.js
 lib/firefox/components/ContentProcessSingleton.js
 lib/firefox/components/DownloadLegacy.js
-lib/firefox/components/EditorUtils.js
 lib/firefox/components/FeedProcessor.js
 lib/firefox/components/FormHistoryStartup.js
 lib/firefox/components/FxAccountsPush.js
@@ -5029,7 +4967,14 @@ lib/firefox/libmozgtk.so
 lib/firefox/libmozsqlite3.so
 lib/firefox/libxul.so
 lib/firefox/localization/en-US/crashreporter/aboutcrashes.ftl
+lib/firefox/localization/en-US/toolkit/about/aboutAbout.ftl
+lib/firefox/localization/en-US/toolkit/about/aboutConfig.ftl
+lib/firefox/localization/en-US/toolkit/about/aboutPerformance.ftl
+lib/firefox/localization/en-US/toolkit/about/aboutProfiles.ftl
+lib/firefox/localization/en-US/toolkit/about/url-classifier.ftl
 lib/firefox/localization/en-US/toolkit/main-window/editmenu.ftl
+lib/firefox/localization/en-US/toolkit/main-window/findbar.ftl
+lib/firefox/modules/AboutPagesUtils.jsm
 lib/firefox/modules/AboutReader.jsm
 lib/firefox/modules/ActorChild.jsm
 lib/firefox/modules/ActorManagerChild.jsm
@@ -5067,6 +5012,7 @@ lib/firefox/modules/ContentPrefServicePa
 lib/firefox/modules/ContentPrefStore.jsm
 lib/firefox/modules/ContentPrefUtils.jsm
 lib/firefox/modules/ContextualIdentityService.jsm
+lib/firefox/modules/CoveragePing.jsm
 lib/firefox/modules/CrashMonitor.jsm
 lib/firefox/modules/Credentials.jsm
 lib/firefox/modules/CreditCard.jsm
@@ -5094,6 +5040,7 @@ lib/firefox/modules/DownloadUtils.jsm
 lib/firefox/modules/Downloads.jsm
 lib/firefox/modules/E10SUtils.jsm
 lib/firefox/modules/EventEmitter.jsm
+lib/firefox/modules/EventPing.jsm
 lib/firefox/modules/Extension.jsm
 lib/firefox/modules/ExtensionChild.jsm
 lib/firefox/modules/ExtensionChildDevToolsUtils.jsm
@@ -5108,6 +5055,7 @@ lib/firefox/modules/ExtensionSettingsSto
 lib/firefox/modules/ExtensionStorage.jsm
 lib/firefox/modules/ExtensionStorageIDB.jsm
 lib/firefox/modules/ExtensionStorageSync.jsm
+lib/firefox/modules/ExtensionTelemetry.jsm
 lib/firefox/modules/ExtensionUtils.jsm
 lib/firefox/modules/FileUtils.jsm
 lib/firefox/modules/FindBarContent.jsm
@@ -5116,6 +5064,7 @@ lib/firefox/modules/Finder.jsm
 lib/firefox/modules/FinderHighlighter.jsm
 lib/firefox/modules/FinderIterator.jsm
 lib/firefox/modules/FinderParent.jsm
+lib/firefox/modules/Fluent.jsm
 lib/firefox/modules/ForgetAboutSite.jsm
 lib/firefox/modules/FormData.jsm
 lib/firefox/modules/FormHistory.jsm
@@ -5135,6 +5084,7 @@ lib/firefox/modules/GMPExtractorWorker.j
 lib/firefox/modules/GMPInstallManager.jsm
 lib/firefox/modules/GMPUtils.jsm
 lib/firefox/modules/Geometry.jsm
+lib/firefox/modules/HealthPing.jsm
 lib/firefox/modules/History.jsm
 lib/firefox/modules/Http.jsm
 lib/firefox/modules/HybridContentTelemetry.jsm
@@ -5167,9 +5117,10 @@ lib/firefox/modules/ManifestMessagesChil
 lib/firefox/modules/ManifestObtainer.jsm
 lib/firefox/modules/ManifestProcessor.jsm
 lib/firefox/modules/MatchURLFilters.jsm
+lib/firefox/modules/MemoryTelemetry.jsm
 lib/firefox/modules/MessageChannel.jsm
-lib/firefox/modules/MessageContext.jsm
 lib/firefox/modules/MessageManagerProxy.jsm
+lib/firefox/modules/ModulesPing.jsm
 lib/firefox/modules/MulticastDNS.jsm
 lib/firefox/modules/NLP.jsm
 lib/firefox/modules/NativeManifests.jsm
@@ -5185,6 +5136,7 @@ lib/firefox/modules/PageThumbUtils.jsm
 lib/firefox/modules/PageThumbs.jsm
 lib/firefox/modules/PageThumbsWorker.js
 lib/firefox/modules/PerfMeasurement.jsm
+lib/firefox/modules/PerformanceCounters.jsm
 lib/firefox/modules/PerformanceStats-content.js
 lib/firefox/modules/PerformanceStats.jsm
 lib/firefox/modules/PerformanceWatcher-content.js
@@ -5216,6 +5168,7 @@ lib/firefox/modules/PushService.jsm
 lib/firefox/modules/PushServiceHttp2.jsm
 lib/firefox/modules/PushServiceWebSocket.jsm
 lib/firefox/modules/ReaderMode.jsm
+lib/firefox/modules/Readerable.jsm
 lib/firefox/modules/RemoteController.js
 lib/firefox/modules/RemoteSecurityUI.jsm
 lib/firefox/modules/RemoteWebProgress.jsm
@@ -5240,9 +5193,6 @@ lib/firefox/modules/Task.jsm
 lib/firefox/modules/TelemetryArchive.jsm
 lib/firefox/modules/TelemetryController.jsm
 lib/firefox/modules/TelemetryEnvironment.jsm
-lib/firefox/modules/TelemetryEventPing.jsm
-lib/firefox/modules/TelemetryHealthPing.jsm
-lib/firefox/modules/TelemetryModules.jsm
 lib/firefox/modules/TelemetryReportingPolicy.jsm
 lib/firefox/modules/TelemetrySend.jsm
 lib/firefox/modules/TelemetrySession.jsm
@@ -5275,8 +5225,6 @@ lib/firefox/modules/accessibility/Access
 lib/firefox/modules/accessibility/Constants.jsm
 lib/firefox/modules/accessibility/ContentControl.jsm
 lib/firefox/modules/accessibility/EventManager.jsm
-lib/firefox/modules/accessibility/OutputGenerator.jsm
-lib/firefox/modules/accessibility/Presentation.jsm
 lib/firefox/modules/accessibility/Traversal.jsm
 lib/firefox/modules/accessibility/Utils.jsm
 lib/firefox/modules/addons/AddonRepository.jsm

Index: pkgsrc/www/firefox/distinfo
diff -u pkgsrc/www/firefox/distinfo:1.333 pkgsrc/www/firefox/distinfo:1.334
--- pkgsrc/www/firefox/distinfo:1.333   Fri Nov 16 23:38:59 2018
+++ pkgsrc/www/firefox/distinfo Wed Dec 12 14:08:50 2018
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.333 2018/11/16 23:38:59 maya Exp $
+$NetBSD: distinfo,v 1.334 2018/12/12 14:08:50 ryoon Exp $
 
-SHA1 (firefox-63.0.3.source.tar.xz) = 6b29f42ad43264ceb45bc42fa9f8a227339b3f1f
-RMD160 (firefox-63.0.3.source.tar.xz) = 2ecac98f5da06b8969cc90b1e9506fb68f3af65e
-SHA512 (firefox-63.0.3.source.tar.xz) = 6c05aea0b704ede39abf83aba02c4713a8f5ab6673a8897f6bb4147d5e90c234e351f584010e195e46382d217d02d8eec5a5d4b9f4694c14c55172987bb695c2
-Size (firefox-63.0.3.source.tar.xz) = 266109244 bytes
+SHA1 (firefox-64.0.source.tar.xz) = 2a484615aea59fb4b01931d49f0043de0a543aaa
+RMD160 (firefox-64.0.source.tar.xz) = 5f27f91203c28f7e06c789d3f57068a8c698c991
+SHA512 (firefox-64.0.source.tar.xz) = 1aaabcaf133f76edd1a92037a1a8ca4c6dad2efadc6cd97724d4bf4a5a6af63b662a68f9f8bfc41cf6482b44fbf4bf8943a0e82fd08cf9e2aa219b6a97fff541
+Size (firefox-64.0.source.tar.xz) = 271865888 bytes
 SHA1 (patch-aa) = 649bafc86814ed9819a51f8347c5058123bd2d51
-SHA1 (patch-browser_app_profile_firefox.js) = 3ff1487607da5c7dc917fe9f793c6d281119974a
+SHA1 (patch-browser_app_profile_firefox.js) = 1703cf075c25cdb6b55b2430b697506c5a35ebdf
 SHA1 (patch-build_moz.configure_old.configure) = 91bab1cbbe02332ec076b49b6e598730202fbc99
 SHA1 (patch-dom_base_nsAttrName.h) = 89389af93bda7de9fd9a4b0fc6fa6505da390134
 SHA1 (patch-dom_media_CubebUtils.cpp) = ee3b7dca9f9486249b134262891d55dabe1a8f90
@@ -20,7 +20,6 @@ SHA1 (patch-ipc_glue_GeckoChildProcessHo
 SHA1 (patch-js_src_gc_Memory.cpp) = 40d8285d3f5a060e68a2884dd81b39950f45ff95
 SHA1 (patch-js_src_threading_posix_Thread.cpp) = 47e612a676e614fd6dd43b8a3140218a3fbdc7fa
 SHA1 (patch-js_src_util_NativeStack.cpp) = 31541b96f763024f78fb6b4ef69e0d8806b224fa
-SHA1 (patch-js_src_wasm_WasmSignalHandlers.cpp) = 1c665a9383638774c00f6c5fead5d786b6c7944a
 SHA1 (patch-js_xpconnect_src_XPCMaps.cpp) = ff27c30fb34e0f1dcaade9a1163cb3407f01edef
 SHA1 (patch-media_libcubeb_gtest_moz.build) = ea6dcc7ceeb76ce1fb9d508cf43080a2eef3a9e4
 SHA1 (patch-media_libcubeb_src_cubeb.c) = 4fe5512c89fa9e0dd64573d2784e5e0f7fd4d866
@@ -31,7 +30,7 @@ SHA1 (patch-media_libcubeb_update.sh) = 
 SHA1 (patch-media_libpng_pngpriv.h) = c8084332560017cd7c9b519b61d125fa28af0dbc
 SHA1 (patch-modules_pdfium_update.sh) = b0bf091325c9322c54880de067871354cd689038
 SHA1 (patch-python_mozbuild_mozbuild_action_check__binary.py) = 8103ca9f95fe98a4461c97abcd4cafd5ae5294f0
-SHA1 (patch-servo_components_style_build__gecko.rs) = 1045b4e336c329d2673d096aeead83b6bc58ed13
+SHA1 (patch-servo_components_style_build__gecko.rs) = 598ded91f6020cacd8cf60836b56aacf16fdd787
 SHA1 (patch-toolkit_components_terminator_nsTerminator.cpp) = 082aa7830b33cb91c2606fb06059d544c70a7e62
 SHA1 (patch-toolkit_library_moz.build) = 102e3713552c26f76e8b4e473846bb8fbc44b278
 SHA1 (patch-toolkit_moz.configure) = 40ee147cc1d2c62dd6c83b3f67ce9e61f758ea57

Index: pkgsrc/www/firefox/mozilla-common.mk
diff -u pkgsrc/www/firefox/mozilla-common.mk:1.120 pkgsrc/www/firefox/mozilla-common.mk:1.121
--- pkgsrc/www/firefox/mozilla-common.mk:1.120  Tue Nov 13 13:13:47 2018
+++ pkgsrc/www/firefox/mozilla-common.mk        Wed Dec 12 14:08:50 2018
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.120 2018/11/13 13:13:47 wiz Exp $
+# $NetBSD: mozilla-common.mk,v 1.121 2018/12/12 14:08:50 ryoon Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -78,9 +78,6 @@ CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}br
 #CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}modules/pdfium/update.sh
 
 CONFIGURE_ARGS+=       --enable-default-toolkit=cairo-gtk3
-.if ${OPSYS} != "SunOS"
-CONFIGURE_ARGS+=       --enable-pie
-.endif
 CONFIGURE_ARGS+=       --enable-release
 CONFIGURE_ARGS+=       --enable-rust-simd
 CONFIGURE_ARGS+=       --enable-webrender=build
@@ -216,7 +213,7 @@ BUILDLINK_API_DEPENDS.libevent+=    libeven
 BUILDLINK_API_DEPENDS.nspr+=   nspr>=4.19
 .include "../../devel/nspr/buildlink3.mk"
 .include "../../textproc/icu/buildlink3.mk"
-BUILDLINK_API_DEPENDS.nss+=    nss>=3.38
+BUILDLINK_API_DEPENDS.nss+=    nss>=3.40.1
 .include "../../devel/nss/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 #.include "../../mk/jpeg.buildlink3.mk"

Index: pkgsrc/www/firefox/patches/patch-browser_app_profile_firefox.js
diff -u pkgsrc/www/firefox/patches/patch-browser_app_profile_firefox.js:1.9 pkgsrc/www/firefox/patches/patch-browser_app_profile_firefox.js:1.10
--- pkgsrc/www/firefox/patches/patch-browser_app_profile_firefox.js:1.9 Sun Nov  4 00:38:44 2018
+++ pkgsrc/www/firefox/patches/patch-browser_app_profile_firefox.js     Wed Dec 12 14:08:50 2018
@@ -1,14 +1,14 @@
-$NetBSD: patch-browser_app_profile_firefox.js,v 1.9 2018/11/04 00:38:44 ryoon Exp $
+$NetBSD: patch-browser_app_profile_firefox.js,v 1.10 2018/12/12 14:08:50 ryoon Exp $
 
---- browser/app/profile/firefox.js.orig        2018-10-18 20:06:03.000000000 +0000
+--- browser/app/profile/firefox.js.orig        2018-12-07 02:56:20.000000000 +0000
 +++ browser/app/profile/firefox.js
-@@ -1781,3 +1781,9 @@ pref("prio.publicKeyB", "26E6674E65425B8
- pref("browser.fastblock.enabled", true);
+@@ -1796,3 +1796,9 @@ pref("toolkit.coverage.endpoint.base", "
+ #if defined(NIGHTLY_BUILD) && defined(MOZ_LIBPRIO)
+ pref("prio.enabled", true);
  #endif
- 
++
 +// Select UI locale from LANG/LC_MESSAGE environmental variables
 +pref("intl.locale.requested", "");
 +
 +// Disable multiprocess window support. Workaround for PR 53273.
 +pref("browser.tabs.remote.autostart", false);
-+

Index: pkgsrc/www/firefox/patches/patch-servo_components_style_build__gecko.rs
diff -u pkgsrc/www/firefox/patches/patch-servo_components_style_build__gecko.rs:1.2 pkgsrc/www/firefox/patches/patch-servo_components_style_build__gecko.rs:1.3
--- pkgsrc/www/firefox/patches/patch-servo_components_style_build__gecko.rs:1.2 Sun Nov  4 00:38:45 2018
+++ pkgsrc/www/firefox/patches/patch-servo_components_style_build__gecko.rs     Wed Dec 12 14:08:50 2018
@@ -1,11 +1,11 @@
-$NetBSD: patch-servo_components_style_build__gecko.rs,v 1.2 2018/11/04 00:38:45 ryoon Exp $
+$NetBSD: patch-servo_components_style_build__gecko.rs,v 1.3 2018/12/12 14:08:50 ryoon Exp $
 
 * Fix build with __uint32_t etc. not found errors on NetBSD/amd64 8.99.2
 
---- servo/components/style/build_gecko.rs.orig 2018-10-18 20:06:10.000000000 +0000
+--- servo/components/style/build_gecko.rs.orig 2018-12-11 15:22:37.369640063 +0000
 +++ servo/components/style/build_gecko.rs
-@@ -557,6 +557,8 @@ mod bindings {
-                 .borrowed_type(ty)
+@@ -542,6 +542,8 @@ mod bindings {
+                 )).mutable_borrowed_type(ty)
                  .zero_size_type(ty, &structs_types);
          }
 +        builder = builder



Home | Main Index | Thread Index | Old Index