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:           Sat Mar 14 04:49:16 UTC 2020

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

Log Message:
firefox: Update to 74.0

* Follow HOMEPAGE redirect

Changelog:
New
    Your login management has improved with the ability to reverse
    alpha sort (Name Z-A) in Lockwise, which you can access under
    Logins and Passwords.

    Firefox now makes importing your bookmarks and history from
    the new Microsoft Edge browser on Windows and Mac simple.

    Add-ons installed by external applications can now be removed
    using the Add-ons Manager (about:addons). Going forward, only
    users can install add-ons; they cannot be installed by an
    application.

    Facebook Container prevents Facebook from tracking you around
    the web - Facebook logins, likes, and comments are automatically
    blocked on non-Facebook sites. But when we need an exception,
    you can now create one by adding custom sites to the Facebook
    Container.

    Firefox now provides better privacy for your web voice and
    video calls through support for mDNS ICE by cloaking your
    computer’s IP address with a random ID in certain WebRTC
    scenarios.

Fixed
    Various security fixes.

    We have fixed issues involving pinned tabs such as being lost.
    You should also no longer see them reorder themselves.

Security fixes:
#CVE-2020-6805: Use-after-free when removing data about origins
#CVE-2020-6806: BodyStream::OnInputStreamReady was missing protections against state confusion
#CVE-2020-6807: Use-after-free in cubeb during stream destruction
#CVE-2020-6808: URL Spoofing via javascript: URL
#CVE-2020-6809: Web Extensions with the all-urls permission could access local files
#CVE-2020-6810: Focusing a popup while in fullscreen could have obscured the fullscreen notification
#CVE-2020-6811: Devtools' 'Copy as cURL' feature did not fully escape website-controlled data, potentially leading to command injection
#CVE-2019-20503: Out of bounds reads in sctp_load_addresses_from_init
#CVE-2020-6812: The names of AirPods with personally identifiable information were exposed to websites with camera or microphone permission
#CVE-2020-6813: @import statements in CSS could bypass the Content Security Policy nonce feature
#CVE-2020-6814: Memory safety bugs fixed in Firefox 74 and Firefox ESR 68.6
#CVE-2020-6815: Memory and script safety bugs fixed in Firefox 74


To generate a diff of this commit:
cvs rdiff -u -r1.414 -r1.415 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.155 -r1.156 pkgsrc/www/firefox/PLIST
cvs rdiff -u -r1.383 -r1.384 pkgsrc/www/firefox/distinfo

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

Modified files:

Index: pkgsrc/www/firefox/Makefile
diff -u pkgsrc/www/firefox/Makefile:1.414 pkgsrc/www/firefox/Makefile:1.415
--- pkgsrc/www/firefox/Makefile:1.414   Tue Mar 10 22:11:09 2020
+++ pkgsrc/www/firefox/Makefile Sat Mar 14 04:49:16 2020
@@ -1,18 +1,17 @@
-# $NetBSD: Makefile,v 1.414 2020/03/10 22:11:09 wiz Exp $
+# $NetBSD: Makefile,v 1.415 2020/03/14 04:49:16 ryoon Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
-MOZ_BRANCH=            73.0
-MOZ_BRANCH_MINOR=      .1
+MOZ_BRANCH=            74.0
+MOZ_BRANCH_MINOR=      
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       ${DISTNAME:S/.source//:S/b/beta/:S/esr//}
-PKGREVISION=   3
 CATEGORIES=    www
 MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
 EXTRACT_SUFX=  .tar.xz
 
 MAINTAINER=    ryoon%NetBSD.org@localhost
-HOMEPAGE=      https://www.mozilla.com/en-US/firefox/
+HOMEPAGE=      https://www.mozilla.org/en-US/firefox/
 COMMENT=       Web browser with support for extensions (version ${FIREFOX_VER:C/\..*//})
 LICENSE=       mpl-1.1
 

Index: pkgsrc/www/firefox/PLIST
diff -u pkgsrc/www/firefox/PLIST:1.155 pkgsrc/www/firefox/PLIST:1.156
--- pkgsrc/www/firefox/PLIST:1.155      Wed Feb 26 20:55:43 2020
+++ pkgsrc/www/firefox/PLIST    Sat Mar 14 04:49:16 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.155 2020/02/26 20:55:43 maya Exp $
+@comment $NetBSD: PLIST,v 1.156 2020/03/14 04:49:16 ryoon Exp $
 bin/firefox
 lib/firefox/actors/AudioPlaybackChild.jsm
 lib/firefox/actors/AudioPlaybackParent.jsm
@@ -24,14 +24,17 @@ lib/firefox/actors/InlineSpellCheckerPar
 lib/firefox/actors/KeyPressEventModelCheckerChild.jsm
 lib/firefox/actors/PictureInPictureChild.jsm
 lib/firefox/actors/PopupBlockingChild.jsm
+lib/firefox/actors/PopupBlockingParent.jsm
 lib/firefox/actors/PrintingChild.jsm
 lib/firefox/actors/PurgeSessionHistoryChild.jsm
 lib/firefox/actors/SelectChild.jsm
 lib/firefox/actors/SelectParent.jsm
-lib/firefox/actors/SelectionSourceChild.jsm
 lib/firefox/actors/ThumbnailsChild.jsm
 lib/firefox/actors/UAWidgetsChild.jsm
 lib/firefox/actors/UnselectedTabHoverChild.jsm
+lib/firefox/actors/ViewSourceChild.jsm
+lib/firefox/actors/ViewSourcePageChild.jsm
+lib/firefox/actors/ViewSourcePageParent.jsm
 lib/firefox/actors/WebChannelChild.jsm
 lib/firefox/actors/WebChannelParent.jsm
 lib/firefox/actors/WebNavigationChild.jsm
@@ -76,6 +79,7 @@ lib/firefox/browser/actors/SiteSpecificB
 lib/firefox/browser/actors/SwitchDocumentDirectionChild.jsm
 lib/firefox/browser/actors/URIFixupChild.jsm
 lib/firefox/browser/actors/WebRTCChild.jsm
+lib/firefox/browser/actors/WebRTCParent.jsm
 lib/firefox/browser/blocklist.xml
 lib/firefox/browser/chrome.manifest
 lib/firefox/browser/chrome/browser/content/branding/about-logo.png
@@ -656,6 +660,27 @@ lib/firefox/browser/chrome/browser/res/a
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/firefox-logo.png
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/firefox-systems.png
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/whatsnew-send-icon.png
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/aliexpress-com.ico
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/allegro-pl.ico
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/amazon.ico
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/avito-ru.ico
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/baidu-com.ico
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/bbc-uk.ico
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/bing-com.ico
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/duckduckgo-com.ico
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/ebay.ico
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/facebook-com.ico
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/google-com.ico
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/leboncoin-fr.png
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/ok-ru.ico
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/olx-pl.ico
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/reddit-com.png
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/twitter-com.ico
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/vk-com.ico
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/wikipedia-org.ico
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/wykop-pl.png
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/yandex-com.png
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/youtube-com.png
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/aliexpress-com%2x.png@localhost
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/allegro-pl%2x.png@localhost
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/amazon%2x.png@localhost
@@ -708,6 +733,7 @@ lib/firefox/browser/chrome/browser/res/a
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/PlacesFeed.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/PrefsFeed.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/RecipeExecutor.jsm
+lib/firefox/browser/chrome/browser/res/activity-stream/lib/RecommendationProviderSwitcher.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/RemoteL10n.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/Screenshots.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/SearchShortcuts.jsm
@@ -914,7 +940,6 @@ lib/firefox/browser/chrome/browser/searc
 lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/af/messages.json
 lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/an/messages.json
 lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/ar/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/as/messages.json
 lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/ast/messages.json
 lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/az/messages.json
 lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/be-tarask/messages.json
@@ -924,7 +949,6 @@ lib/firefox/browser/chrome/browser/searc
 lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/br/messages.json
 lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/bs/messages.json
 lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/ca/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/crh/messages.json
 lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/cy/messages.json
 lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/cz/messages.json
 lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/da/messages.json
@@ -968,14 +992,12 @@ lib/firefox/browser/chrome/browser/searc
 lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/ltg/messages.json
 lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/lv/messages.json
 lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/mk/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/ml/messages.json
 lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/mr/messages.json
 lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/ms/messages.json
 lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/my/messages.json
 lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/ne/messages.json
 lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/nl/messages.json
 lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/oc/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/or/messages.json
 lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/pa/messages.json
 lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/pl/messages.json
 lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/pt/messages.json
@@ -1039,7 +1061,6 @@ lib/firefox/browser/chrome/browser/skin/
 lib/firefox/browser/chrome/browser/skin/classic/browser/addons/addon-install-error.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/addons/addon-install-installed.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/addons/addon-install-warning.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/addons/addon-private-browsing.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/back-12.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/back.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/badge-blue.svg
@@ -1352,7 +1373,7 @@ lib/firefox/browser/chrome/devtools/cont
 lib/firefox/browser/chrome/devtools/content/framework/browser-toolbox/window.js
 lib/firefox/browser/chrome/devtools/content/framework/options-panel.css
 lib/firefox/browser/chrome/devtools/content/framework/toolbox-init.js
-lib/firefox/browser/chrome/devtools/content/framework/toolbox-options.xhtml
+lib/firefox/browser/chrome/devtools/content/framework/toolbox-options.html
 lib/firefox/browser/chrome/devtools/content/framework/toolbox-window.xhtml
 lib/firefox/browser/chrome/devtools/content/framework/toolbox.xhtml
 lib/firefox/browser/chrome/devtools/content/inspector/index.xhtml
@@ -2166,10 +2187,10 @@ lib/firefox/browser/chrome/devtools/modu
 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/ExpressionResultView.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
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/extensions/extension-sidebar.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/extensions/reducers/sidebar.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/extensions/types.js
@@ -2453,6 +2474,8 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/StatusBar.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/Toolbar.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/WebSocketsPanel.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/cbor.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/msgpack.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/parsers/signalr/HandshakeProtocol.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/parsers/signalr/IHubProtocol.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/parsers/signalr/JSONHubProtocol.js
@@ -2464,6 +2487,8 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/parsers/socket-io/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/parsers/socket-io/is-buffer.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/parsers/sockjs/index.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/parsers/wamp/arrayParser.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/websockets/parsers/wamp/serializers.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/connector/firefox-connector.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/connector/firefox-data-provider.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/connector/index.js
@@ -2528,6 +2553,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/Description.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/DevToolsAndPopup.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/DirectoryPicker.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/Presets.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/ProfilerEventHandling.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/Range.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/RecordingButton.js
@@ -2762,12 +2788,12 @@ lib/firefox/browser/chrome/devtools/modu
 ${PLIST.debug}lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dev.js
 ${PLIST.debug}lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dom-dev.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dom-factories.js
-${PLIST.debug}lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dom-server-dev.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dom-server.js
+${PLIST.debug}lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dom-server-dev.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dom-test-utils.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dom.js
-${PLIST.debug}lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-prop-types-dev.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-prop-types.js
+${PLIST.debug}lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-prop-types-dev.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-redux.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-router-dom.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-test-renderer-shallow.js
@@ -2841,6 +2867,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/FilterBar/FilterButton.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/FilterBar/FilterCheckbox.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/Input/ConfirmDialog.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/Input/EagerEvaluation.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/Input/EagerEvaluation.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/Input/EditorToolbar.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/Input/JSTerm.js
@@ -2890,13 +2917,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/selectors/ui.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/service-container.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/store.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/test/browser/stub-generator-helpers.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/test/node/fixtures/stubs/consoleApi.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/test/node/fixtures/stubs/cssMessage.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/test/node/fixtures/stubs/evaluationResult.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/test/node/fixtures/stubs/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/test/node/fixtures/stubs/networkEvent.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/test/node/fixtures/stubs/pageError.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/types.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/utils.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/utils/clipboard.js
@@ -2939,7 +2959,8 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/descriptors/process.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/descriptors/webextension.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/device.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/emulation.js
+lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/emulation/content-viewer.js
+lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/emulation/responsive.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/emulation/touch-simulator.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/environment.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/errordocs.js
@@ -3137,6 +3158,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/animation.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/array-buffer.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/changes.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/content-viewer.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/css-properties.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/descriptors/frame.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/descriptors/process.js
@@ -3160,6 +3182,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/preference.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/property-iterator.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/reflow.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/responsive.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/root.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/screenshot.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/source.js
@@ -3210,6 +3233,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/performance-new/recording-utils.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/performance/recording-common.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/performance/recording-utils.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/picker-constants.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/platform/cache-entry.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/platform/clipboard.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/platform/stack.js
@@ -3243,6 +3267,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/animation.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/array-buffer.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/changes.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/content-viewer.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/css-properties.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/descriptors/frame.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/descriptors/process.js
@@ -3269,6 +3294,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/preference.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/property-iterator.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/reflow.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/responsive.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/root.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/screenshot.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/source.js
@@ -3564,7 +3590,6 @@ lib/firefox/browser/chrome/en-US/locale/
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/storage.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/styleeditor.dtd
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/styleeditor.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/toolbox.dtd
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/toolbox.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/webconsole.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/shared/accessibility.properties
@@ -3958,97 +3983,6 @@ lib/firefox/browser/features/formautofil
 lib/firefox/browser/features/formautofill%mozilla.org@localhost/en-US/locale/en-US/formautofill.properties
 lib/firefox/browser/features/formautofill%mozilla.org@localhost/manifest.json
 lib/firefox/browser/features/formautofill%mozilla.org@localhost/schema.json
-lib/firefox/browser/features/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_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/su/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/sv_SE/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/ta/messages.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/_locales/te/messages.json
-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
@@ -4064,8 +3998,6 @@ lib/firefox/browser/features/screenshots
 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
@@ -4075,13 +4007,10 @@ lib/firefox/browser/features/screenshots
 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-white.svg
 lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/download.svg
 lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/help-16.svg
@@ -4092,16 +4021,10 @@ lib/firefox/browser/features/screenshots
 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/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
@@ -4199,6 +4122,7 @@ lib/firefox/browser/localization/en-US/b
 lib/firefox/browser/localization/en-US/browser/branding/sync-brand.ftl
 lib/firefox/browser/localization/en-US/browser/browser.ftl
 lib/firefox/browser/localization/en-US/browser/browserContext.ftl
+lib/firefox/browser/localization/en-US/browser/browserSets.ftl
 lib/firefox/browser/localization/en-US/browser/customizeMode.ftl
 lib/firefox/browser/localization/en-US/browser/menubar.ftl
 lib/firefox/browser/localization/en-US/browser/newInstallPage.ftl
@@ -4228,17 +4152,20 @@ lib/firefox/browser/localization/en-US/b
 lib/firefox/browser/localization/en-US/browser/safeMode.ftl
 lib/firefox/browser/localization/en-US/browser/safebrowsing/blockedSite.ftl
 lib/firefox/browser/localization/en-US/browser/sanitize.ftl
+lib/firefox/browser/localization/en-US/browser/screenshots.ftl
 lib/firefox/browser/localization/en-US/browser/sync.ftl
 lib/firefox/browser/localization/en-US/browser/syncedTabs.ftl
 lib/firefox/browser/localization/en-US/browser/tabContextMenu.ftl
 lib/firefox/browser/localization/en-US/browser/toolbarContextMenu.ftl
 lib/firefox/browser/localization/en-US/browser/touchbar/touchbar.ftl
-lib/firefox/browser/localization/en-US/devtools/aboutdebugging.ftl
-lib/firefox/browser/localization/en-US/devtools/accessibility.ftl
-lib/firefox/browser/localization/en-US/devtools/application.ftl
-lib/firefox/browser/localization/en-US/devtools/tooltips.ftl
+lib/firefox/browser/localization/en-US/devtools/client/aboutdebugging.ftl
+lib/firefox/browser/localization/en-US/devtools/client/accessibility.ftl
+lib/firefox/browser/localization/en-US/devtools/client/application.ftl
+lib/firefox/browser/localization/en-US/devtools/client/toolbox-options.ftl
+lib/firefox/browser/localization/en-US/devtools/client/tooltips.ftl
+lib/firefox/browser/localization/en-US/devtools/startup/aboutDevTools.ftl
+lib/firefox/browser/localization/en-US/preview/interventions.ftl
 lib/firefox/browser/localization/en-US/preview/protections.ftl
-lib/firefox/browser/localization/en-US/startup/aboutDevTools.ftl
 lib/firefox/browser/modules/AboutDebuggingRegistration.jsm
 lib/firefox/browser/modules/AboutDevToolsRegistration.jsm
 lib/firefox/browser/modules/AboutDevToolsToolboxRegistration.jsm
@@ -4298,6 +4225,7 @@ lib/firefox/browser/modules/ShellService
 lib/firefox/browser/modules/SiteDataManager.jsm
 lib/firefox/browser/modules/SitePermissions.jsm
 lib/firefox/browser/modules/SiteSpecificBrowserService.jsm
+lib/firefox/browser/modules/TRRPerformance.jsm
 lib/firefox/browser/modules/TabUnloader.jsm
 lib/firefox/browser/modules/TabsList.jsm
 lib/firefox/browser/modules/ThemeVariableMap.jsm
@@ -4311,8 +4239,10 @@ lib/firefox/browser/modules/UrlbarInput.
 lib/firefox/browser/modules/UrlbarMuxerUnifiedComplete.jsm
 lib/firefox/browser/modules/UrlbarPrefs.jsm
 lib/firefox/browser/modules/UrlbarProviderExtension.jsm
+lib/firefox/browser/modules/UrlbarProviderInterventions.jsm
 lib/firefox/browser/modules/UrlbarProviderOpenTabs.jsm
 lib/firefox/browser/modules/UrlbarProviderPrivateSearch.jsm
+lib/firefox/browser/modules/UrlbarProviderSearchTips.jsm
 lib/firefox/browser/modules/UrlbarProviderTopSites.jsm
 lib/firefox/browser/modules/UrlbarProviderUnifiedComplete.jsm
 lib/firefox/browser/modules/UrlbarProvidersManager.jsm
@@ -4640,8 +4570,8 @@ lib/firefox/chrome/toolkit/content/globa
 lib/firefox/chrome/toolkit/content/global/aboutMemory.js
 lib/firefox/chrome/toolkit/content/global/aboutMemory.xhtml
 lib/firefox/chrome/toolkit/content/global/aboutMozilla.css
+lib/firefox/chrome/toolkit/content/global/aboutNetworking.html
 lib/firefox/chrome/toolkit/content/global/aboutNetworking.js
-lib/firefox/chrome/toolkit/content/global/aboutNetworking.xhtml
 lib/firefox/chrome/toolkit/content/global/aboutPerformance.css
 lib/firefox/chrome/toolkit/content/global/aboutPerformance.js
 lib/firefox/chrome/toolkit/content/global/aboutPerformance.xhtml
@@ -4779,7 +4709,6 @@ lib/firefox/chrome/toolkit/content/globa
 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
-lib/firefox/chrome/toolkit/content/global/viewSource-content.js
 lib/firefox/chrome/toolkit/content/global/viewSourceUtils.js
 lib/firefox/chrome/toolkit/content/global/viewZoomOverlay.js
 lib/firefox/chrome/toolkit/content/global/widgets.css
@@ -5201,7 +5130,6 @@ lib/firefox/modules/AppConstants.jsm
 lib/firefox/modules/AppMenuNotifications.jsm
 lib/firefox/modules/AsyncPrefs.jsm
 lib/firefox/modules/AsyncShutdown.jsm
-lib/firefox/modules/AsyncStreamReader.jsm
 lib/firefox/modules/BackgroundPageThumbs.jsm
 lib/firefox/modules/BinarySearch.jsm
 lib/firefox/modules/Bits.jsm
@@ -5492,7 +5420,6 @@ lib/firefox/modules/UrlClassifierLib.jsm
 lib/firefox/modules/UrlClassifierListManager.jsm
 lib/firefox/modules/UrlClassifierSkipListService.jsm
 lib/firefox/modules/ValueExtractor.jsm
-lib/firefox/modules/ViewSourceBrowser.jsm
 lib/firefox/modules/WebChannel.jsm
 lib/firefox/modules/WebHandlerApp.jsm
 lib/firefox/modules/WebNavigation.jsm

Index: pkgsrc/www/firefox/distinfo
diff -u pkgsrc/www/firefox/distinfo:1.383 pkgsrc/www/firefox/distinfo:1.384
--- pkgsrc/www/firefox/distinfo:1.383   Wed Feb 26 17:48:58 2020
+++ pkgsrc/www/firefox/distinfo Sat Mar 14 04:49:16 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.383 2020/02/26 17:48:58 maya Exp $
+$NetBSD: distinfo,v 1.384 2020/03/14 04:49:16 ryoon Exp $
 
-SHA1 (firefox-73.0.1.source.tar.xz) = 27948432e868f68951f885394c1165739d6902b3
-RMD160 (firefox-73.0.1.source.tar.xz) = d95068e78604695e399b0cf7fa988869a5a33ac7
-SHA512 (firefox-73.0.1.source.tar.xz) = 89fac2c50e092f2805f48399f68cdf0793324e1dce89266f62b76e9b335dfc553ae54a36738992630b6035a52cd65b9aa774e7e54cea2e3ec7d609d9219cdf76
-Size (firefox-73.0.1.source.tar.xz) = 326596084 bytes
+SHA1 (firefox-74.0.source.tar.xz) = 5b67ce99bc802d7f41694cad21fbea0d8870aa24
+RMD160 (firefox-74.0.source.tar.xz) = 61a8bec16bf0bf523e6761b607616e418d0554c5
+SHA512 (firefox-74.0.source.tar.xz) = 710ae0803e7261ecda359b64edfd4142433619570817cc02d1e0381897a69cfa5863f01759d0658ffc16a72c568f01cf5ae3ec91777fa71db43cfa73340a5b88
+Size (firefox-74.0.source.tar.xz) = 320001124 bytes
 SHA1 (patch-aa) = 11060461fdaca5661e89651b8ded4a59d2abc4d7
 SHA1 (patch-browser_app_profile_firefox.js) = 076cc2892547bac07fe907533f4e821f13f5738e
 SHA1 (patch-build_moz.configure_rust.configure) = ee9e207e67709f3c9455b4d22f5f254890e99ca8



Home | Main Index | Thread Index | Old Index