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 Feb 12 16:36:50 UTC 2020

Modified Files:
        pkgsrc/www/firefox: Makefile PLIST distinfo mozilla-common.mk
        pkgsrc/www/firefox/patches: patch-toolkit_mozapps_installer_packager.mk

Log Message:
firefox: Update to 73.0

Changelog:
New
    Today's Firefox release includes two features that help users
    view and read website content more easily, quickly. Like all
    accessibility improvements, these features improve browsing
    for everyone.

        Firefox has offered a page zoom feature for more than a
        decade that allows users to set the zoom level on a per-site
        basis. For users who need to zoom most websites, having to
        adjust zoom for each new site can be an annoyance. To
        address this, we have implemented a new global default zoom
        level setting. This option is available in about:preferences
        under "Language and Appearance" and can be scaled up or
        down from 100% as needed and sets the default zoom level
        for all sites. Per-site zoom is still available to make
        adjustments to individual sites as needed.

        Many users with low vision rely on Windows' High Contrast
        Mode to make websites more readable. Traditionally, to
        increase the readability of text, Firefox has disabled
        background images when High Contrast Mode is enabled. With
        today's release of Firefox 73, we introduce a "readability
        backplate" solution which places a block of background
        color between the text and background image. Now, websites
        in High Contrast Mode are more readable without disabling
        background images.

Fixed
    Various security fixes.

    Improved audio quality when playing back audio at a faster or
    slower speed.

    Firefox will now only prompt you to save logins if a field in
    a login form was modified.

Changed
    WebRender will roll out to laptops with Nvidia graphics cards
    with drivers newer than 432.00, and screen sizes smaller than
    1920x1200

Security fixes:
#CVE-2020-6796: Missing bounds check on shared memory read in the parent process
#CVE-2020-6797: Extensions granted downloads.open permission could open arbitrary applications on Mac OSX
#CVE-2020-6798: Incorrect parsing of template tag could result in JavaScript injection
#CVE-2020-6799: Arbitrary code execution when opening pdf links from other applications, when Firefox is configured as default pdf reader
#CVE-2020-6800: Memory safety bugs fixed in Firefox 73 and Firefox ESR 68.5
#CVE-2020-6801: Memory safety bugs fixed in Firefox 73


To generate a diff of this commit:
cvs rdiff -u -r1.409 -r1.410 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.153 -r1.154 pkgsrc/www/firefox/PLIST
cvs rdiff -u -r1.380 -r1.381 pkgsrc/www/firefox/distinfo
cvs rdiff -u -r1.148 -r1.149 pkgsrc/www/firefox/mozilla-common.mk
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/www/firefox/patches/patch-toolkit_mozapps_installer_packager.mk

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.409 pkgsrc/www/firefox/Makefile:1.410
--- pkgsrc/www/firefox/Makefile:1.409   Sat Feb  8 22:11:53 2020
+++ pkgsrc/www/firefox/Makefile Wed Feb 12 16:36:50 2020
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.409 2020/02/08 22:11:53 kamil Exp $
+# $NetBSD: Makefile,v 1.410 2020/02/12 16:36:50 ryoon Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
-MOZ_BRANCH=            72.0
-MOZ_BRANCH_MINOR=      .2
+MOZ_BRANCH=            73.0
+MOZ_BRANCH_MINOR=      
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       ${DISTNAME:S/.source//:S/b/beta/:S/esr//}
-PKGREVISION=   1
 CATEGORIES=    www
 MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
 EXTRACT_SUFX=  .tar.xz

Index: pkgsrc/www/firefox/PLIST
diff -u pkgsrc/www/firefox/PLIST:1.153 pkgsrc/www/firefox/PLIST:1.154
--- pkgsrc/www/firefox/PLIST:1.153      Sat Jan 11 20:38:32 2020
+++ pkgsrc/www/firefox/PLIST    Wed Feb 12 16:36:50 2020
@@ -1,9 +1,11 @@
-@comment $NetBSD: PLIST,v 1.153 2020/01/11 20:38:32 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.154 2020/02/12 16:36:50 ryoon Exp $
 bin/firefox
 lib/firefox/actors/AudioPlaybackChild.jsm
 lib/firefox/actors/AudioPlaybackParent.jsm
 lib/firefox/actors/AutoCompleteChild.jsm
 lib/firefox/actors/AutoCompleteParent.jsm
+lib/firefox/actors/AutoScrollChild.jsm
+lib/firefox/actors/AutoScrollParent.jsm
 lib/firefox/actors/AutoplayChild.jsm
 lib/firefox/actors/AutoplayParent.jsm
 lib/firefox/actors/BrowserElementChild.jsm
@@ -37,6 +39,7 @@ lib/firefox/actors/ZoomChild.jsm
 lib/firefox/actors/ZoomParent.jsm
 lib/firefox/application.ini
 lib/firefox/browser/actors/AboutLoginsChild.jsm
+lib/firefox/browser/actors/AboutLoginsParent.jsm
 lib/firefox/browser/actors/AboutReaderChild.jsm
 lib/firefox/browser/actors/BlockedSiteChild.jsm
 lib/firefox/browser/actors/BlockedSiteParent.jsm
@@ -68,6 +71,8 @@ lib/firefox/browser/actors/PromptParent.
 lib/firefox/browser/actors/RFPHelperChild.jsm
 lib/firefox/browser/actors/RFPHelperParent.jsm
 lib/firefox/browser/actors/SearchTelemetryChild.jsm
+lib/firefox/browser/actors/SiteSpecificBrowserChild.jsm
+lib/firefox/browser/actors/SiteSpecificBrowserParent.jsm
 lib/firefox/browser/actors/SwitchDocumentDirectionChild.jsm
 lib/firefox/browser/actors/URIFixupChild.jsm
 lib/firefox/browser/actors/WebRTCChild.jsm
@@ -79,6 +84,7 @@ lib/firefox/browser/chrome/browser/conte
 lib/firefox/browser/chrome/browser/content/branding/about.png
 lib/firefox/browser/chrome/browser/content/branding/aboutDialog.css
 lib/firefox/browser/chrome/browser/content/branding/aboutlogins.svg
+lib/firefox/browser/chrome/browser/content/branding/firefox-wordmark.svg
 lib/firefox/browser/chrome/browser/content/branding/horizontal-lockup.svg
 lib/firefox/browser/chrome/browser/content/branding/icon128.png
 lib/firefox/browser/chrome/browser/content/branding/icon16.png
@@ -91,7 +97,7 @@ lib/firefox/browser/chrome/browser/conte
 lib/firefox/browser/chrome/browser/content/browser/aboutDialog-appUpdater.js
 lib/firefox/browser/chrome/browser/content/browser/aboutDialog.css
 lib/firefox/browser/chrome/browser/content/browser/aboutDialog.js
-lib/firefox/browser/chrome/browser/content/browser/aboutDialog.xul
+lib/firefox/browser/chrome/browser/content/browser/aboutDialog.xhtml
 lib/firefox/browser/chrome/browser/content/browser/aboutFrameCrashed.html
 lib/firefox/browser/chrome/browser/content/browser/aboutLibrary.xhtml
 lib/firefox/browser/chrome/browser/content/browser/aboutNetError.js
@@ -289,6 +295,7 @@ lib/firefox/browser/chrome/browser/conte
 lib/firefox/browser/chrome/browser/content/browser/child/ext-tabs.js
 lib/firefox/browser/chrome/browser/content/browser/content-refreshblocker.js
 lib/firefox/browser/chrome/browser/content/browser/content-sessionStore.js
+lib/firefox/browser/chrome/browser/content/browser/contentSearchHandoffUI.js
 lib/firefox/browser/chrome/browser/content/browser/contentSearchUI.css
 lib/firefox/browser/chrome/browser/content/browser/contentSearchUI.js
 lib/firefox/browser/chrome/browser/content/browser/contentTheme.js
@@ -311,7 +318,7 @@ lib/firefox/browser/chrome/browser/conte
 lib/firefox/browser/chrome/browser/content/browser/downloads/allDownloadsView.js
 lib/firefox/browser/chrome/browser/content/browser/downloads/contentAreaDownloadsView.css
 lib/firefox/browser/chrome/browser/content/browser/downloads/contentAreaDownloadsView.js
-lib/firefox/browser/chrome/browser/content/browser/downloads/contentAreaDownloadsView.xul
+lib/firefox/browser/chrome/browser/content/browser/downloads/contentAreaDownloadsView.xhtml
 lib/firefox/browser/chrome/browser/content/browser/downloads/downloads.css
 lib/firefox/browser/chrome/browser/content/browser/downloads/downloads.js
 lib/firefox/browser/chrome/browser/content/browser/downloads/downloadsCommands.js
@@ -338,16 +345,16 @@ lib/firefox/browser/chrome/browser/conte
 lib/firefox/browser/chrome/browser/content/browser/logos/tracking-protection.svg
 lib/firefox/browser/chrome/browser/content/browser/microsoft-translator-attribution.png
 lib/firefox/browser/chrome/browser/content/browser/migration/migration.js
-lib/firefox/browser/chrome/browser/content/browser/migration/migration.xul
+lib/firefox/browser/chrome/browser/content/browser/migration/migration.xhtml
 lib/firefox/browser/chrome/browser/content/browser/monitor-card.js
 lib/firefox/browser/chrome/browser/content/browser/newInstall.js
-lib/firefox/browser/chrome/browser/content/browser/newInstall.xul
+lib/firefox/browser/chrome/browser/content/browser/newInstall.xhtml
 lib/firefox/browser/chrome/browser/content/browser/newInstallPage.html
 lib/firefox/browser/chrome/browser/content/browser/newInstallPage.js
 lib/firefox/browser/chrome/browser/content/browser/nsContextMenu.js
 lib/firefox/browser/chrome/browser/content/browser/pageinfo/pageInfo.css
 lib/firefox/browser/chrome/browser/content/browser/pageinfo/pageInfo.js
-lib/firefox/browser/chrome/browser/content/browser/pageinfo/pageInfo.xul
+lib/firefox/browser/chrome/browser/content/browser/pageinfo/pageInfo.xhtml
 lib/firefox/browser/chrome/browser/content/browser/pageinfo/permissions.js
 lib/firefox/browser/chrome/browser/content/browser/pageinfo/security.js
 lib/firefox/browser/chrome/browser/content/browser/parent/ext-bookmarks.js
@@ -376,20 +383,20 @@ lib/firefox/browser/chrome/browser/conte
 lib/firefox/browser/chrome/browser/content/browser/parent/ext-urlbar.js
 lib/firefox/browser/chrome/browser/content/browser/parent/ext-windows.js
 lib/firefox/browser/chrome/browser/content/browser/places/bookmarkProperties.js
-lib/firefox/browser/chrome/browser/content/browser/places/bookmarkProperties.xul
-lib/firefox/browser/chrome/browser/content/browser/places/bookmarkProperties2.xul
+lib/firefox/browser/chrome/browser/content/browser/places/bookmarkProperties.xhtml
+lib/firefox/browser/chrome/browser/content/browser/places/bookmarkProperties2.xhtml
 lib/firefox/browser/chrome/browser/content/browser/places/bookmarksSidebar.js
-lib/firefox/browser/chrome/browser/content/browser/places/bookmarksSidebar.xul
+lib/firefox/browser/chrome/browser/content/browser/places/bookmarksSidebar.xhtml
 lib/firefox/browser/chrome/browser/content/browser/places/browserPlacesViews.js
 lib/firefox/browser/chrome/browser/content/browser/places/controller.js
 lib/firefox/browser/chrome/browser/content/browser/places/editBookmark.js
 lib/firefox/browser/chrome/browser/content/browser/places/historySidebar.js
-lib/firefox/browser/chrome/browser/content/browser/places/historySidebar.xul
+lib/firefox/browser/chrome/browser/content/browser/places/historySidebar.xhtml
 lib/firefox/browser/chrome/browser/content/browser/places/places-menupopup.js
 lib/firefox/browser/chrome/browser/content/browser/places/places-tree.js
 lib/firefox/browser/chrome/browser/content/browser/places/places.css
 lib/firefox/browser/chrome/browser/content/browser/places/places.js
-lib/firefox/browser/chrome/browser/content/browser/places/places.xul
+lib/firefox/browser/chrome/browser/content/browser/places/places.xhtml
 lib/firefox/browser/chrome/browser/content/browser/places/treeView.js
 lib/firefox/browser/chrome/browser/content/browser/policies/aboutPolicies.css
 lib/firefox/browser/chrome/browser/content/browser/policies/aboutPolicies.js
@@ -454,8 +461,8 @@ lib/firefox/browser/chrome/browser/conte
 lib/firefox/browser/chrome/browser/content/browser/robot.ico
 lib/firefox/browser/chrome/browser/content/browser/safeMode.css
 lib/firefox/browser/chrome/browser/content/browser/safeMode.js
-lib/firefox/browser/chrome/browser/content/browser/safeMode.xul
-lib/firefox/browser/chrome/browser/content/browser/sanitize.xul
+lib/firefox/browser/chrome/browser/content/browser/safeMode.xhtml
+lib/firefox/browser/chrome/browser/content/browser/sanitize.xhtml
 lib/firefox/browser/chrome/browser/content/browser/sanitizeDialog.css
 lib/firefox/browser/chrome/browser/content/browser/sanitizeDialog.js
 lib/firefox/browser/chrome/browser/content/browser/schemas/bookmarks.json
@@ -485,7 +492,10 @@ lib/firefox/browser/chrome/browser/conte
 lib/firefox/browser/chrome/browser/content/browser/search/search-one-offs.js
 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/setDesktopBackground.xhtml
+lib/firefox/browser/chrome/browser/content/browser/ssb/ssb.css
+lib/firefox/browser/chrome/browser/content/browser/ssb/ssb.html
+lib/firefox/browser/chrome/browser/content/browser/ssb/ssb.js
 lib/firefox/browser/chrome/browser/content/browser/static-robot.png
 lib/firefox/browser/chrome/browser/content/browser/syncedtabs/sidebar.js
 lib/firefox/browser/chrome/browser/content/browser/syncedtabs/sidebar.xhtml
@@ -498,9 +508,9 @@ lib/firefox/browser/chrome/browser/conte
 lib/firefox/browser/chrome/browser/content/browser/usercontext/usercontext.css
 lib/firefox/browser/chrome/browser/content/browser/utilityOverlay.js
 lib/firefox/browser/chrome/browser/content/browser/webext-panels.js
-lib/firefox/browser/chrome/browser/content/browser/webext-panels.xul
+lib/firefox/browser/chrome/browser/content/browser/webext-panels.xhtml
 lib/firefox/browser/chrome/browser/content/browser/webrtcIndicator.js
-lib/firefox/browser/chrome/browser/content/browser/webrtcIndicator.xul
+lib/firefox/browser/chrome/browser/content/browser/webrtcIndicator.xhtml
 lib/firefox/browser/chrome/browser/content/cart.svg
 lib/firefox/browser/chrome/browser/content/chill.svg
 lib/firefox/browser/chrome/browser/content/circle.svg
@@ -582,7 +592,6 @@ lib/firefox/browser/chrome/browser/res/a
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_pinnedtab_static%2x.png@localhost
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_reddit_enhancement.png
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_wiki_search.png
-lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/firefox-wordmark.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/gift-extension.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-add-16.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-arrow.svg
@@ -686,6 +695,7 @@ lib/firefox/browser/chrome/browser/res/a
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/DownloadsManager.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/FaviconFeed.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/FilterAdult.jsm
+lib/firefox/browser/chrome/browser/res/activity-stream/lib/GroupsConfigurationProvider.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/HighlightsFeed.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/LinksCache.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/NaiveBayesTextTagger.jsm
@@ -1110,7 +1120,6 @@ lib/firefox/browser/chrome/browser/skin/
 lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/avatar-alert.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/avatar-color.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/avatar-confirm.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/avatar-empty-badged.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/avatar-empty.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/avatar.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/fxa-spinner.svg
@@ -1174,6 +1183,8 @@ lib/firefox/browser/chrome/browser/skin/
 lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/screen.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/update.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/webauthn.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/xr-blocked.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/xr.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/open-in-new.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/open.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/pageInfo.css
@@ -1580,8 +1591,8 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/ui/UIButton.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/constants.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/create-store.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/modules/application-services.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/modules/l10n.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/modules/services.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/reducers/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/reducers/manifest-state.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/reducers/page-state.js
@@ -1941,6 +1952,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/editor/source-editor.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/editor/source-search.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/editor/token-events.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/evaluation-result.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/expressions.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/function.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/indentation.js
@@ -2131,7 +2143,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/actions/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/components/CSSDeclaration.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/components/ChangesApp.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/constants.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/reducers/changes.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/selectors/changes.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/utils/changes-utils.js
@@ -2276,11 +2287,11 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/highlighters-overlay.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/node-reps.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/node-types.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/reflow-tracker.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/style-change-tracker.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/style-inspector-menu.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/shared/walker-event-listener.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/store.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/toolsidebar.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/Headers.js
@@ -2513,9 +2524,11 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/workers/search/worker.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/workers/worker-utils.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/browser.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/AboutProfiling.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/Description.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/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/Perf.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
 lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/Settings.js
@@ -2597,6 +2610,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/components/Browser.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/components/Device.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/components/DeviceForm.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/components/DeviceInfo.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/components/DeviceList.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/components/DeviceModal.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/components/DevicePixelRatioMenu.js
@@ -2629,6 +2643,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/utils/message.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/utils/notification.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/utils/orientation.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/utils/ua.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/utils/window.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/SplitView.jsm
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/WeakMapMap.js
@@ -2749,7 +2764,6 @@ ${PLIST.debug}lib/firefox/browser/chrome
 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-test-utils-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
@@ -2779,8 +2793,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/Spectrum.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/TableWidget.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/TreeWidget.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/VariablesView.jsm
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/VariablesViewController.jsm
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/EventTooltipHelper.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/HTMLTooltip.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/ImageTooltipHelper.js
@@ -2796,6 +2808,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/view-helpers.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/workers-listener.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/zoom-keys.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/storage/VariablesView.jsm
 lib/firefox/browser/chrome/devtools/modules/devtools/client/storage/panel.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/storage/ui.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/styleeditor/StyleEditorUI.jsm
@@ -2828,6 +2841,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.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
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/Input/ReverseSearchInput.css
@@ -2989,6 +3003,8 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/preference.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/process.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/reflow.js
+lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/replay/connection-worker.js
+lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/replay/connection.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/replay/control.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/replay/debugger.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/replay/graphics.js
@@ -3027,6 +3043,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/stack.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/track-change-emitter.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/walker-search.js
+lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/watchpoint-map.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/webbrowser.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/webconsole.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/webconsole/commands.js
@@ -3049,6 +3066,9 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/worker/worker-target-actor-list.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/connectors/content-process-connector.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/connectors/frame-connector.js
+lib/firefox/browser/chrome/devtools/modules/devtools/server/connectors/js-window-actor/DevToolsFrameChild.jsm
+lib/firefox/browser/chrome/devtools/modules/devtools/server/connectors/js-window-actor/DevToolsFrameParent.jsm
+lib/firefox/browser/chrome/devtools/modules/devtools/server/connectors/js-window-actor/frame-js-window-actor-connector.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/connectors/worker-connector.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/debugger-server-connection.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/debugger-server.js
@@ -3282,6 +3302,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/task.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/throttle.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/transport/child-transport.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/transport/js-window-actor-transport.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/transport/local-transport.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/transport/packets.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/transport/stream-utils.js
@@ -3344,7 +3365,9 @@ lib/firefox/browser/chrome/devtools/skin
 lib/firefox/browser/chrome/devtools/skin/images/browsers/chrome.svg
 lib/firefox/browser/chrome/devtools/skin/images/browsers/edge.svg
 lib/firefox/browser/chrome/devtools/skin/images/browsers/firefox.svg
+lib/firefox/browser/chrome/devtools/skin/images/browsers/ie.svg
 lib/firefox/browser/chrome/devtools/skin/images/browsers/mobile.svg
+lib/firefox/browser/chrome/devtools/skin/images/browsers/opera.svg
 lib/firefox/browser/chrome/devtools/skin/images/browsers/safari.svg
 lib/firefox/browser/chrome/devtools/skin/images/case-match.svg
 lib/firefox/browser/chrome/devtools/skin/images/checkbox.svg
@@ -3880,7 +3903,6 @@ lib/firefox/browser/features/doh-rollout
 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
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/FormAutofillFrameScript.js
 lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/autofillEditForms.js
 lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/customElements.js
 lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/editAddress.xhtml
@@ -3911,6 +3933,7 @@ lib/firefox/browser/features/formautofil
 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/FormAutofillChild.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
 lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/res/FormAutofillHandler.jsm
@@ -4110,15 +4133,19 @@ lib/firefox/browser/features/webcompat@m
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/about-compat/aboutPage.json
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/about-compat/aboutPageProcessScript.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/data/injections.js
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/data/picture_in_picture_overrides.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/data/ua_overrides.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/experiment-apis/aboutConfigPrefs.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/experiment-apis/aboutConfigPrefs.json
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/experiment-apis/experiments.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/experiment-apis/experiments.json
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/experiment-apis/pictureInPicture.js
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/experiment-apis/pictureInPicture.json
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/experiment-apis/sharedPreferences.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/experiment-apis/sharedPreferences.json
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/experiment-apis/systemManufacturer.js
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/experiment-apis/systemManufacturer.json
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/css/bug0000000-testbed-css-injection.css
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/css/bug1305028-gaming.youtube.com-webkit-scrollbar.css
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/css/bug1432935-discordapp.com-webkit-scorllbar-white-line.css
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/css/bug1518781-twitch.tv-webkit-scrollbar.css
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/css/bug1526977-sreedharscce.in-login-fix.css
@@ -4134,20 +4161,24 @@ lib/firefox/browser/features/webcompat@m
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/css/bug1575017-dunkindonuts.com-flex-basis.css
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/css/bug1577270-binance.com-calc-height-fix.css
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/css/bug1577297-kitkat.com.au-slider-width-fix.css
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/css/bug1605611-maps.google.com-directions-time.css
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/css/bug1609991-cracked.com-flex-basis-fix.css
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/css/bug1610016-gaana.com-input-position-fix.css
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/js/bug0000000-testbed-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/injections/js/bug1570856-medium.com-menu-isTier1.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/js/bug1577245-salesforce-communities-hide-unsupported.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/js/bug1579159-m.tailieu.vn-pdfjs-worker-disable.js
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/js/bug1605611-maps.google.com-directions-time.js
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/js/bug1610358-pcloud.com-appVersion-change.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/lib/about_compat_broker.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/lib/custom_functions.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/lib/google.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/lib/injections.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/lib/module_shim.js
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/lib/picture_in_picture_overrides.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/lib/ua_overrides.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/manifest.json
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/run.js
@@ -4167,6 +4198,7 @@ lib/firefox/browser/localization/en-US/b
 lib/firefox/browser/localization/en-US/browser/branding/brandings.ftl
 lib/firefox/browser/localization/en-US/browser/branding/sync-brand.ftl
 lib/firefox/browser/localization/en-US/browser/browser.ftl
+lib/firefox/browser/localization/en-US/browser/browserContext.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
@@ -4210,7 +4242,6 @@ lib/firefox/browser/localization/en-US/s
 lib/firefox/browser/modules/AboutDebuggingRegistration.jsm
 lib/firefox/browser/modules/AboutDevToolsRegistration.jsm
 lib/firefox/browser/modules/AboutDevToolsToolboxRegistration.jsm
-lib/firefox/browser/modules/AboutLoginsParent.jsm
 lib/firefox/browser/modules/AboutNewTab.jsm
 lib/firefox/browser/modules/AboutNewTabService.jsm
 lib/firefox/browser/modules/AppUpdater.jsm
@@ -4253,7 +4284,6 @@ lib/firefox/browser/modules/OpenInTabsUt
 lib/firefox/browser/modules/PageActions.jsm
 lib/firefox/browser/modules/PanelMultiView.jsm
 lib/firefox/browser/modules/PermissionUI.jsm
-lib/firefox/browser/modules/PermissionUITelemetry.jsm
 lib/firefox/browser/modules/PingCentre.jsm
 lib/firefox/browser/modules/PlacesUIUtils.jsm
 lib/firefox/browser/modules/ProcessHangMonitor.jsm
@@ -4267,6 +4297,7 @@ lib/firefox/browser/modules/SelectionCha
 lib/firefox/browser/modules/ShellService.jsm
 lib/firefox/browser/modules/SiteDataManager.jsm
 lib/firefox/browser/modules/SitePermissions.jsm
+lib/firefox/browser/modules/SiteSpecificBrowserService.jsm
 lib/firefox/browser/modules/TabUnloader.jsm
 lib/firefox/browser/modules/TabsList.jsm
 lib/firefox/browser/modules/ThemeVariableMap.jsm
@@ -4274,7 +4305,6 @@ lib/firefox/browser/modules/TransientPre
 lib/firefox/browser/modules/UITour.jsm
 lib/firefox/browser/modules/UITourChild.jsm
 lib/firefox/browser/modules/UITourParent.jsm
-lib/firefox/browser/modules/UrlbarContextualTip.jsm
 lib/firefox/browser/modules/UrlbarController.jsm
 lib/firefox/browser/modules/UrlbarEventBufferer.jsm
 lib/firefox/browser/modules/UrlbarInput.jsm
@@ -4283,6 +4313,7 @@ lib/firefox/browser/modules/UrlbarPrefs.
 lib/firefox/browser/modules/UrlbarProviderExtension.jsm
 lib/firefox/browser/modules/UrlbarProviderOpenTabs.jsm
 lib/firefox/browser/modules/UrlbarProviderPrivateSearch.jsm
+lib/firefox/browser/modules/UrlbarProviderTopSites.jsm
 lib/firefox/browser/modules/UrlbarProviderUnifiedComplete.jsm
 lib/firefox/browser/modules/UrlbarProvidersManager.jsm
 lib/firefox/browser/modules/UrlbarResult.jsm
@@ -4319,6 +4350,7 @@ lib/firefox/browser/modules/sessionstore
 lib/firefox/browser/modules/sessionstore/TabState.jsm
 lib/firefox/browser/modules/sessionstore/TabStateCache.jsm
 lib/firefox/browser/modules/sessionstore/TabStateFlusher.jsm
+lib/firefox/browser/modules/ssb/ImageTools.jsm
 lib/firefox/browser/modules/syncedtabs/EventEmitter.jsm
 lib/firefox/browser/modules/syncedtabs/SyncedTabsDeckComponent.js
 lib/firefox/browser/modules/syncedtabs/SyncedTabsDeckStore.js
@@ -4474,7 +4506,7 @@ lib/firefox/chrome/marionette/content/pa
 lib/firefox/chrome/marionette/content/prefs.js
 lib/firefox/chrome/marionette/content/proxy.js
 lib/firefox/chrome/marionette/content/reftest.js
-lib/firefox/chrome/marionette/content/reftest.xul
+lib/firefox/chrome/marionette/content/reftest.xhtml
 lib/firefox/chrome/marionette/content/server.js
 lib/firefox/chrome/marionette/content/stream-utils.js
 lib/firefox/chrome/marionette/content/sync.js
@@ -4509,55 +4541,6 @@ lib/firefox/chrome/pippki/content/pippki
 lib/firefox/chrome/pippki/content/pippki/setp12password.xhtml
 lib/firefox/chrome/recording/content/recording.js
 lib/firefox/chrome/recording/content/recording.xhtml
-lib/firefox/chrome/remote/content/Connection.jsm
-lib/firefox/chrome/remote/content/Error.jsm
-lib/firefox/chrome/remote/content/JSONHandler.jsm
-lib/firefox/chrome/remote/content/Log.jsm
-lib/firefox/chrome/remote/content/Protocol.jsm
-lib/firefox/chrome/remote/content/RecommendedPreferences.jsm
-lib/firefox/chrome/remote/content/RemoteAgent.jsm
-lib/firefox/chrome/remote/content/Sync.jsm
-lib/firefox/chrome/remote/content/TabManager.jsm
-lib/firefox/chrome/remote/content/WindowManager.jsm
-lib/firefox/chrome/remote/content/domains/ContentProcessDomain.jsm
-lib/firefox/chrome/remote/content/domains/ContentProcessDomains.jsm
-lib/firefox/chrome/remote/content/domains/ContextObserver.jsm
-lib/firefox/chrome/remote/content/domains/Domain.jsm
-lib/firefox/chrome/remote/content/domains/Domains.jsm
-lib/firefox/chrome/remote/content/domains/ParentProcessDomains.jsm
-lib/firefox/chrome/remote/content/domains/content/DOM.jsm
-lib/firefox/chrome/remote/content/domains/content/Emulation.jsm
-lib/firefox/chrome/remote/content/domains/content/Input.jsm
-lib/firefox/chrome/remote/content/domains/content/Log.jsm
-lib/firefox/chrome/remote/content/domains/content/Page.jsm
-lib/firefox/chrome/remote/content/domains/content/Performance.jsm
-lib/firefox/chrome/remote/content/domains/content/Runtime.jsm
-lib/firefox/chrome/remote/content/domains/content/Security.jsm
-lib/firefox/chrome/remote/content/domains/content/runtime/ExecutionContext.jsm
-lib/firefox/chrome/remote/content/domains/parent/Browser.jsm
-lib/firefox/chrome/remote/content/domains/parent/Emulation.jsm
-lib/firefox/chrome/remote/content/domains/parent/Input.jsm
-lib/firefox/chrome/remote/content/domains/parent/Network.jsm
-lib/firefox/chrome/remote/content/domains/parent/Page.jsm
-lib/firefox/chrome/remote/content/domains/parent/Security.jsm
-lib/firefox/chrome/remote/content/domains/parent/Target.jsm
-lib/firefox/chrome/remote/content/domains/parent/network/ChannelEventSink.jsm
-lib/firefox/chrome/remote/content/domains/parent/network/NetworkObserver.jsm
-lib/firefox/chrome/remote/content/domains/parent/page/DialogHandler.jsm
-lib/firefox/chrome/remote/content/external/EventUtils.js
-lib/firefox/chrome/remote/content/server/HTTPD.jsm
-lib/firefox/chrome/remote/content/server/WebSocketHandshake.jsm
-lib/firefox/chrome/remote/content/server/WebSocketTransport.jsm
-lib/firefox/chrome/remote/content/sessions/ContentProcessSession.jsm
-lib/firefox/chrome/remote/content/sessions/MainProcessSession.jsm
-lib/firefox/chrome/remote/content/sessions/Session.jsm
-lib/firefox/chrome/remote/content/sessions/TabSession.jsm
-lib/firefox/chrome/remote/content/sessions/frame-script.js
-lib/firefox/chrome/remote/content/targets/MainProcessTarget.jsm
-lib/firefox/chrome/remote/content/targets/TabObserver.jsm
-lib/firefox/chrome/remote/content/targets/TabTarget.jsm
-lib/firefox/chrome/remote/content/targets/Target.jsm
-lib/firefox/chrome/remote/content/targets/Targets.jsm
 lib/firefox/chrome/toolkit/content/extensions/child/ext-backgroundPage.js
 lib/firefox/chrome/toolkit/content/extensions/child/ext-contentScripts.js
 lib/firefox/chrome/toolkit/content/extensions/child/ext-extension.js
@@ -4569,7 +4552,7 @@ lib/firefox/chrome/toolkit/content/exten
 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/dummy.xhtml
 lib/firefox/chrome/toolkit/content/extensions/ext-browser-content.js
 lib/firefox/chrome/toolkit/content/extensions/ext-toolkit.json
 lib/firefox/chrome/toolkit/content/extensions/parent/ext-activityLog.js
@@ -4681,9 +4664,9 @@ lib/firefox/chrome/toolkit/content/globa
 lib/firefox/chrome/toolkit/content/global/aboutwebrtc/aboutWebrtc.js
 lib/firefox/chrome/toolkit/content/global/alerts/alert.css
 lib/firefox/chrome/toolkit/content/global/alerts/alert.js
-lib/firefox/chrome/toolkit/content/global/alerts/alert.xul
+lib/firefox/chrome/toolkit/content/global/alerts/alert.xhtml
 lib/firefox/chrome/toolkit/content/global/appPicker.js
-lib/firefox/chrome/toolkit/content/global/appPicker.xul
+lib/firefox/chrome/toolkit/content/global/appPicker.xhtml
 lib/firefox/chrome/toolkit/content/global/autocomplete.css
 lib/firefox/chrome/toolkit/content/global/backgroundPageThumbs.xhtml
 lib/firefox/chrome/toolkit/content/global/backgroundPageThumbsContent.js
@@ -4718,9 +4701,9 @@ lib/firefox/chrome/toolkit/content/globa
 lib/firefox/chrome/toolkit/content/global/certviewer/utils.js
 lib/firefox/chrome/toolkit/content/global/commonDialog.css
 lib/firefox/chrome/toolkit/content/global/commonDialog.js
-lib/firefox/chrome/toolkit/content/global/commonDialog.xul
+lib/firefox/chrome/toolkit/content/global/commonDialog.xhtml
 lib/firefox/chrome/toolkit/content/global/config.js
-lib/firefox/chrome/toolkit/content/global/config.xul
+lib/firefox/chrome/toolkit/content/global/config.xhtml
 lib/firefox/chrome/toolkit/content/global/contentAreaUtils.js
 lib/firefox/chrome/toolkit/content/global/customElements.js
 lib/firefox/chrome/toolkit/content/global/datepicker.xhtml
@@ -4774,10 +4757,10 @@ lib/firefox/chrome/toolkit/content/globa
 lib/firefox/chrome/toolkit/content/global/plugins.js
 lib/firefox/chrome/toolkit/content/global/preferencesBindings.js
 lib/firefox/chrome/toolkit/content/global/printPreviewProgress.js
-lib/firefox/chrome/toolkit/content/global/printPreviewProgress.xul
+lib/firefox/chrome/toolkit/content/global/printPreviewProgress.xhtml
 lib/firefox/chrome/toolkit/content/global/printPreviewToolbar.js
 lib/firefox/chrome/toolkit/content/global/printProgress.js
-lib/firefox/chrome/toolkit/content/global/printProgress.xul
+lib/firefox/chrome/toolkit/content/global/printProgress.xhtml
 lib/firefox/chrome/toolkit/content/global/printUtils.js
 lib/firefox/chrome/toolkit/content/global/process-content.js
 lib/firefox/chrome/toolkit/content/global/reader/aboutReader.html
@@ -4785,10 +4768,10 @@ lib/firefox/chrome/toolkit/content/globa
 lib/firefox/chrome/toolkit/content/global/remote-test-ipc.js
 lib/firefox/chrome/toolkit/content/global/resetProfile.css
 lib/firefox/chrome/toolkit/content/global/resetProfile.js
-lib/firefox/chrome/toolkit/content/global/resetProfile.xul
-lib/firefox/chrome/toolkit/content/global/resetProfileProgress.xul
+lib/firefox/chrome/toolkit/content/global/resetProfile.xhtml
+lib/firefox/chrome/toolkit/content/global/resetProfileProgress.xhtml
 lib/firefox/chrome/toolkit/content/global/selectDialog.js
-lib/firefox/chrome/toolkit/content/global/selectDialog.xul
+lib/firefox/chrome/toolkit/content/global/selectDialog.xhtml
 lib/firefox/chrome/toolkit/content/global/simplifyMode.css
 lib/firefox/chrome/toolkit/content/global/tabprompts.css
 lib/firefox/chrome/toolkit/content/global/tabprompts.jsm
@@ -4800,11 +4783,11 @@ lib/firefox/chrome/toolkit/content/globa
 lib/firefox/chrome/toolkit/content/global/viewSourceUtils.js
 lib/firefox/chrome/toolkit/content/global/viewZoomOverlay.js
 lib/firefox/chrome/toolkit/content/global/widgets.css
-lib/firefox/chrome/toolkit/content/global/win.xul
+lib/firefox/chrome/toolkit/content/global/win.xhtml
 lib/firefox/chrome/toolkit/content/global/xml/XMLPrettyPrint.css
 lib/firefox/chrome/toolkit/content/global/xml/XMLPrettyPrint.xsl
 lib/firefox/chrome/toolkit/content/global/xul.css
-lib/firefox/chrome/toolkit/content/mozapps/downloads/unknownContentType.xul
+lib/firefox/chrome/toolkit/content/mozapps/downloads/unknownContentType.xhtml
 lib/firefox/chrome/toolkit/content/mozapps/extensions/OpenH264-license.txt
 lib/firefox/chrome/toolkit/content/mozapps/extensions/aboutaddons.css
 lib/firefox/chrome/toolkit/content/mozapps/extensions/aboutaddons.html
@@ -4816,11 +4799,11 @@ lib/firefox/chrome/toolkit/content/mozap
 lib/firefox/chrome/toolkit/content/mozapps/extensions/abuse-report-panel.js
 lib/firefox/chrome/toolkit/content/mozapps/extensions/abuse-reports.js
 lib/firefox/chrome/toolkit/content/mozapps/extensions/blocklist.js
-lib/firefox/chrome/toolkit/content/mozapps/extensions/blocklist.xul
+lib/firefox/chrome/toolkit/content/mozapps/extensions/blocklist.xhtml
 lib/firefox/chrome/toolkit/content/mozapps/extensions/default-theme.svg
 lib/firefox/chrome/toolkit/content/mozapps/extensions/extensions.css
 lib/firefox/chrome/toolkit/content/mozapps/extensions/extensions.js
-lib/firefox/chrome/toolkit/content/mozapps/extensions/extensions.xul
+lib/firefox/chrome/toolkit/content/mozapps/extensions/extensions.xhtml
 lib/firefox/chrome/toolkit/content/mozapps/extensions/firefox-compact-dark.svg
 lib/firefox/chrome/toolkit/content/mozapps/extensions/firefox-compact-light.svg
 lib/firefox/chrome/toolkit/content/mozapps/extensions/message-bar.css
@@ -4829,13 +4812,13 @@ lib/firefox/chrome/toolkit/content/mozap
 lib/firefox/chrome/toolkit/content/mozapps/extensions/panel-item.css
 lib/firefox/chrome/toolkit/content/mozapps/extensions/panel-list.css
 lib/firefox/chrome/toolkit/content/mozapps/extensions/pluginPrefs.js
-lib/firefox/chrome/toolkit/content/mozapps/extensions/pluginPrefs.xul
+lib/firefox/chrome/toolkit/content/mozapps/extensions/pluginPrefs.xhtml
 lib/firefox/chrome/toolkit/content/mozapps/extensions/rating-star.css
 lib/firefox/chrome/toolkit/content/mozapps/extensions/shortcuts.css
 lib/firefox/chrome/toolkit/content/mozapps/extensions/shortcuts.js
 lib/firefox/chrome/toolkit/content/mozapps/extensions/toggle-button.css
 lib/firefox/chrome/toolkit/content/mozapps/handling/dialog.js
-lib/firefox/chrome/toolkit/content/mozapps/handling/dialog.xul
+lib/firefox/chrome/toolkit/content/mozapps/handling/dialog.xhtml
 lib/firefox/chrome/toolkit/content/mozapps/handling/handler.css
 lib/firefox/chrome/toolkit/content/mozapps/preferences/changemp.js
 lib/firefox/chrome/toolkit/content/mozapps/preferences/changemp.xhtml
@@ -4843,13 +4826,13 @@ lib/firefox/chrome/toolkit/content/mozap
 lib/firefox/chrome/toolkit/content/mozapps/preferences/removemp.js
 lib/firefox/chrome/toolkit/content/mozapps/preferences/removemp.xhtml
 lib/firefox/chrome/toolkit/content/mozapps/profile/createProfileWizard.js
-lib/firefox/chrome/toolkit/content/mozapps/profile/createProfileWizard.xul
+lib/firefox/chrome/toolkit/content/mozapps/profile/createProfileWizard.xhtml
 lib/firefox/chrome/toolkit/content/mozapps/profile/profileDowngrade.js
-lib/firefox/chrome/toolkit/content/mozapps/profile/profileDowngrade.xul
+lib/firefox/chrome/toolkit/content/mozapps/profile/profileDowngrade.xhtml
 lib/firefox/chrome/toolkit/content/mozapps/profile/profileSelection.js
-lib/firefox/chrome/toolkit/content/mozapps/profile/profileSelection.xul
+lib/firefox/chrome/toolkit/content/mozapps/profile/profileSelection.xhtml
 lib/firefox/chrome/toolkit/content/passwordmgr/passwordManager.js
-lib/firefox/chrome/toolkit/content/passwordmgr/passwordManager.xul
+lib/firefox/chrome/toolkit/content/passwordmgr/passwordManager.xhtml
 lib/firefox/chrome/toolkit/content/passwordmgr/recipes.json
 lib/firefox/chrome/toolkit/content/providers.json
 lib/firefox/chrome/toolkit/featuregates/FeatureGate.jsm
@@ -5096,7 +5079,6 @@ lib/firefox/chrome/toolkit/skin/classic/
 lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-recent.svg
 lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-service.svg
 lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/dictionaryGeneric.svg
-lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/discover-logo.png
 lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/experimentGeneric.svg
 lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/extensionGeneric-16.svg
 lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/extensionGeneric.svg
@@ -5198,9 +5180,9 @@ lib/firefox/localization/en-US/toolkit/a
 lib/firefox/localization/en-US/toolkit/about/url-classifier.ftl
 lib/firefox/localization/en-US/toolkit/global/processTypes.ftl
 lib/firefox/localization/en-US/toolkit/global/resetProfile.ftl
+lib/firefox/localization/en-US/toolkit/global/textActions.ftl
 lib/firefox/localization/en-US/toolkit/intl/languageNames.ftl
 lib/firefox/localization/en-US/toolkit/intl/regionNames.ftl
-lib/firefox/localization/en-US/toolkit/main-window/editmenu.ftl
 lib/firefox/localization/en-US/toolkit/main-window/findbar.ftl
 lib/firefox/localization/en-US/toolkit/passwordmgr/passwordManagerList.ftl
 lib/firefox/localization/en-US/toolkit/pictureinpicture/pictureinpicture.ftl
@@ -5220,7 +5202,6 @@ lib/firefox/modules/AppMenuNotifications
 lib/firefox/modules/AsyncPrefs.jsm
 lib/firefox/modules/AsyncShutdown.jsm
 lib/firefox/modules/AsyncStreamReader.jsm
-lib/firefox/modules/AutoScrollController.jsm
 lib/firefox/modules/BackgroundPageThumbs.jsm
 lib/firefox/modules/BinarySearch.jsm
 lib/firefox/modules/Bits.jsm
@@ -5370,6 +5351,7 @@ lib/firefox/modules/LoginHelper.jsm
 lib/firefox/modules/LoginImport.jsm
 lib/firefox/modules/LoginInfo.jsm
 lib/firefox/modules/LoginManager.jsm
+lib/firefox/modules/LoginManagerAuthPrompter.jsm
 lib/firefox/modules/LoginManagerChild.jsm
 lib/firefox/modules/LoginManagerContextMenu.jsm
 lib/firefox/modules/LoginManagerParent.jsm
@@ -5409,6 +5391,7 @@ lib/firefox/modules/PasswordGenerator.js
 lib/firefox/modules/PerformanceCounters.jsm
 lib/firefox/modules/PermissionsUtils.jsm
 lib/firefox/modules/PictureInPicture.jsm
+lib/firefox/modules/PictureInPictureTogglePolicy.jsm
 lib/firefox/modules/PlacesBackups.jsm
 lib/firefox/modules/PlacesCategoriesStarter.jsm
 lib/firefox/modules/PlacesDBUtils.jsm
@@ -5449,7 +5432,7 @@ lib/firefox/modules/RFPHelper.jsm
 lib/firefox/modules/ReaderMode.jsm
 lib/firefox/modules/Readerable.jsm
 lib/firefox/modules/RecordingCmdLine.jsm
-lib/firefox/modules/RemoteController.js
+lib/firefox/modules/RemoteController.jsm
 lib/firefox/modules/RemoteSecurityUI.jsm
 lib/firefox/modules/RemoteWebNavigation.jsm
 lib/firefox/modules/RemoteWebProgress.jsm

Index: pkgsrc/www/firefox/distinfo
diff -u pkgsrc/www/firefox/distinfo:1.380 pkgsrc/www/firefox/distinfo:1.381
--- pkgsrc/www/firefox/distinfo:1.380   Sat Feb  8 22:11:53 2020
+++ pkgsrc/www/firefox/distinfo Wed Feb 12 16:36:50 2020
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.380 2020/02/08 22:11:53 kamil Exp $
+$NetBSD: distinfo,v 1.381 2020/02/12 16:36:50 ryoon Exp $
 
-SHA1 (firefox-72.0.2.source.tar.xz) = 35015162789defa55b5c71cf0d5a08a799a76f54
-RMD160 (firefox-72.0.2.source.tar.xz) = 89d359fd483f5d3abe0e040a2d1b55a29226e156
-SHA512 (firefox-72.0.2.source.tar.xz) = 4d8c832709b8831234b571b2f809d1601490db47982ff1d71913062c42c17a7f3340c72b6162b74a248a9cfe7b5d1646fb9a0463dcbcfaed32e1346ee20e4147
-Size (firefox-72.0.2.source.tar.xz) = 315848856 bytes
+SHA1 (firefox-73.0.source.tar.xz) = aaf89b605e3d310c4ca90a17ce012d025dbe46a0
+RMD160 (firefox-73.0.source.tar.xz) = 045b96e00bd9f7639f2668703e324858cdf5b358
+SHA512 (firefox-73.0.source.tar.xz) = e10a8b48ae532d855ff50761cbdf2a6d94b2bad58a5e18d040db43d3424cbb068772f4d91c0aadd6c40b13e3d020e0e712955a1a12b41fda6333197fc34aa19a
+Size (firefox-73.0.source.tar.xz) = 319387000 bytes
 SHA1 (patch-aa) = 11060461fdaca5661e89651b8ded4a59d2abc4d7
 SHA1 (patch-browser_app_profile_firefox.js) = 076cc2892547bac07fe907533f4e821f13f5738e
 SHA1 (patch-build_moz.configure_rust.configure) = ee9e207e67709f3c9455b4d22f5f254890e99ca8
@@ -26,12 +26,11 @@ SHA1 (patch-media_libcubeb_src_cubeb__al
 SHA1 (patch-media_libcubeb_src_moz.build) = 303cf902d8feb8efc3930d0df19b4713bf0ed795
 SHA1 (patch-media_libcubeb_update.sh) = 07cc41e24d2a004978c4cbf4ab0901544009d530
 SHA1 (patch-media_libpng_pngpriv.h) = c8084332560017cd7c9b519b61d125fa28af0dbc
-SHA1 (patch-nsprpub_pr_src_pthreads_ptsynch.c) = 13e512c7ee9fa1e14ba415d62fa853e5fbfc91c0
 SHA1 (patch-third__party_rust_libc_src_unix_bsd_netbsdlike_netbsd_mod.rs) = 3755f32fea84900cc0f00af3d9f53ed5fcfb0b4b
 SHA1 (patch-toolkit_components_terminator_nsTerminator.cpp) = e5700d95302ef9672b404ab19e13ef7ba3ede5cf
 SHA1 (patch-toolkit_modules_subprocess_subprocess__shared__unix.js) = 22a39e54e042ab2270a3cb54e4e307c8900cad12
 SHA1 (patch-toolkit_moz.configure) = 40ee147cc1d2c62dd6c83b3f67ce9e61f758ea57
-SHA1 (patch-toolkit_mozapps_installer_packager.mk) = b2343fbad2556504dfd13601c02e6e2357c7d2bc
+SHA1 (patch-toolkit_mozapps_installer_packager.mk) = 706635b76a7b525794aba95e95544f09e18bb662
 SHA1 (patch-xpcom_base_nscore.h) = 1ac4d34d3c9e80bc1ac966c6c84cb320bc0fa1ec
 SHA1 (patch-xpcom_build_BinaryPath.h) = 92461769d2fee8f015b91a5326247f271afeedea
 SHA1 (patch-xpcom_reflect_xptcall_md_unix_moz.build) = 6956c90d4c74c71e7e9a5882e4840ba2673160fa

Index: pkgsrc/www/firefox/mozilla-common.mk
diff -u pkgsrc/www/firefox/mozilla-common.mk:1.148 pkgsrc/www/firefox/mozilla-common.mk:1.149
--- pkgsrc/www/firefox/mozilla-common.mk:1.148  Fri Jan 10 07:21:08 2020
+++ pkgsrc/www/firefox/mozilla-common.mk        Wed Feb 12 16:36:50 2020
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.148 2020/01/10 07:21:08 gutteridge Exp $
+# $NetBSD: mozilla-common.mk,v 1.149 2020/02/12 16:36:50 ryoon Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -212,7 +212,7 @@ BUILDLINK_API_DEPENDS.libevent+=    libeven
 BUILDLINK_API_DEPENDS.nspr+=   nspr>=4.24
 .include "../../devel/nspr/buildlink3.mk"
 .include "../../textproc/icu/buildlink3.mk"
-BUILDLINK_API_DEPENDS.nss+=    nss>=3.48
+BUILDLINK_API_DEPENDS.nss+=    nss>=3.49.2
 .include "../../devel/nss/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 #.include "../../mk/jpeg.buildlink3.mk"

Index: pkgsrc/www/firefox/patches/patch-toolkit_mozapps_installer_packager.mk
diff -u pkgsrc/www/firefox/patches/patch-toolkit_mozapps_installer_packager.mk:1.2 pkgsrc/www/firefox/patches/patch-toolkit_mozapps_installer_packager.mk:1.3
--- pkgsrc/www/firefox/patches/patch-toolkit_mozapps_installer_packager.mk:1.2  Thu Jun 28 13:52:37 2018
+++ pkgsrc/www/firefox/patches/patch-toolkit_mozapps_installer_packager.mk      Wed Feb 12 16:36:50 2020
@@ -1,10 +1,10 @@
-$NetBSD: patch-toolkit_mozapps_installer_packager.mk,v 1.2 2018/06/28 13:52:37 ryoon Exp $
+$NetBSD: patch-toolkit_mozapps_installer_packager.mk,v 1.3 2020/02/12 16:36:50 ryoon Exp $
 
 * Symbolic link to lib/firefox/firefox causes 'Couldn't load XPCOM.' error.
 
---- toolkit/mozapps/installer/packager.mk.orig 2018-06-21 20:04:02.000000000 +0000
+--- toolkit/mozapps/installer/packager.mk.orig 2020-01-29 07:05:13.000000000 +0000
 +++ toolkit/mozapps/installer/packager.mk
-@@ -123,7 +123,7 @@ endif
+@@ -145,7 +145,7 @@ endif
          (cd $(DESTDIR)$(installdir) && tar -xf -)
        $(NSINSTALL) -D $(DESTDIR)$(bindir)
        $(RM) -f $(DESTDIR)$(bindir)/$(MOZ_APP_NAME)
@@ -12,4 +12,4 @@ $NetBSD: patch-toolkit_mozapps_installer
 +      #ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir)
  
  upload:
-       $(PYTHON) -u $(MOZILLA_DIR)/build/upload.py --base-path $(DIST) $(UPLOAD_FILES)
+       $(PYTHON3) -u $(MOZILLA_DIR)/build/upload.py --base-path $(DIST) $(UPLOAD_FILES)



Home | Main Index | Thread Index | Old Index