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:           Tue Jan 29 16:28:22 UTC 2019

Modified Files:
        pkgsrc/www/firefox: Makefile PLIST distinfo mozilla-common.mk
        pkgsrc/www/firefox/patches: patch-browser_app_profile_firefox.js
            patch-dom_base_nsAttrName.h patch-dom_media_CubebUtils.cpp
            patch-ipc_chromium_src_base_message__pump__libevent.cc
            patch-ipc_glue_CrossProcessSemaphore__posix.cpp
            patch-js_src_gc_Memory.cpp patch-js_src_util_NativeStack.cpp
            patch-js_xpconnect_src_XPCMaps.cpp
            patch-servo_components_style_build__gecko.rs
            patch-toolkit_xre_glxtest.cpp patch-xpcom_base_nscore.h
            patch-xpcom_build_BinaryPath.h
            patch-xpcom_components_nsComponentManager.cpp
Removed Files:
        pkgsrc/www/firefox/patches: patch-modules_pdfium_update.sh

Log Message:
Updatet to 65.0

Changelog:
New

    Enhanced tracking protection: Simplified content blocking settings give users standard, strict, and custom options to control online trackers. A redesigned content blocking section in the site 
information panel (viewed by expanding the small “i” icon in the address bar) shows what Firefox detects and blocks on each website you visit. To learn more about content blocking, visit the Mozilla 
Blog.

    A better experience for multilingual users: An updated Language section in Preferences allows users to install multiple language packs and order language preferences for Firefox and websites, 
without having to download locale-specific versions.

    Support for Handoff on macOS: Continue browsing across devices. Pick up where you left off with iOS (via Firefox or Safari) on Firefox on Mac.

    A better video streaming experience for Windows users: Firefox now supports the next-generation, royalty-free video compression technology called AV1. Read about Mozilla’s contribution to this 
new open standard.

    Improved performance and web compatibility, with support for the WebP image format: WebP brings the same image quality as existing formats at smaller file sizes, which saves bandwidth and speeds 
up page load.

Fixed

    Various security fixes.

Changed

    Enhanced security for macOS, Linux, and Android users via stronger stack smashing protection which is now enabled by default for all platforms. "Stack smashing" is a common security attack in 
which malicious actors corrupt or take control of a vulnerable program.

    Firefox will now warn you when closing a window (regardless of whether you have automatic session restore enabled for restart).

    Easier performance management: The revamped Task Manager page found at about:performance now reports memory usage for tabs and add-ons.

    Improved the pop-up blocker to prevent multiple pop-up windows from being opened by websites at the same time.

Security fixes:
Not available yet.


To generate a diff of this commit:
cvs rdiff -u -r1.355 -r1.356 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.135 -r1.136 pkgsrc/www/firefox/PLIST
cvs rdiff -u -r1.335 -r1.336 pkgsrc/www/firefox/distinfo
cvs rdiff -u -r1.122 -r1.123 pkgsrc/www/firefox/mozilla-common.mk
cvs rdiff -u -r1.10 -r1.11 \
    pkgsrc/www/firefox/patches/patch-browser_app_profile_firefox.js
cvs rdiff -u -r1.1 -r1.2 \
    pkgsrc/www/firefox/patches/patch-dom_base_nsAttrName.h \
    pkgsrc/www/firefox/patches/patch-js_xpconnect_src_XPCMaps.cpp \
    pkgsrc/www/firefox/patches/patch-toolkit_xre_glxtest.cpp
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/www/firefox/patches/patch-dom_media_CubebUtils.cpp \
    pkgsrc/www/firefox/patches/patch-xpcom_components_nsComponentManager.cpp
cvs rdiff -u -r1.9 -r1.10 \
    pkgsrc/www/firefox/patches/patch-ipc_chromium_src_base_message__pump__libevent.cc
cvs rdiff -u -r1.4 -r1.5 \
    pkgsrc/www/firefox/patches/patch-ipc_glue_CrossProcessSemaphore__posix.cpp \
    pkgsrc/www/firefox/patches/patch-js_src_gc_Memory.cpp
cvs rdiff -u -r1.3 -r1.4 \
    pkgsrc/www/firefox/patches/patch-js_src_util_NativeStack.cpp \
    pkgsrc/www/firefox/patches/patch-servo_components_style_build__gecko.rs \
    pkgsrc/www/firefox/patches/patch-xpcom_base_nscore.h
cvs rdiff -u -r1.2 -r0 \
    pkgsrc/www/firefox/patches/patch-modules_pdfium_update.sh
cvs rdiff -u -r1.6 -r1.7 \
    pkgsrc/www/firefox/patches/patch-xpcom_build_BinaryPath.h

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.355 pkgsrc/www/firefox/Makefile:1.356
--- pkgsrc/www/firefox/Makefile:1.355   Wed Jan 23 15:45:48 2019
+++ pkgsrc/www/firefox/Makefile Tue Jan 29 16:28:22 2019
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.355 2019/01/23 15:45:48 jperkin Exp $
+# $NetBSD: Makefile,v 1.356 2019/01/29 16:28:22 ryoon Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
-MOZ_BRANCH=            64.0
-MOZ_BRANCH_MINOR=      .2
+MOZ_BRANCH=            65.0
+MOZ_BRANCH_MINOR=      
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       ${DISTNAME:S/.source//:S/b/beta/:S/esr//}
@@ -16,6 +16,7 @@ COMMENT=      Web browser with support for ex
 LICENSE=       mpl-1.1
 
 WRKSRC=                ${WRKDIR}/firefox-${FIREFOX_VER}
+WRKSRC=                ${WRKDIR}/firefox-65.0
 
 MOZILLA_DIR=   # empty
 

Index: pkgsrc/www/firefox/PLIST
diff -u pkgsrc/www/firefox/PLIST:1.135 pkgsrc/www/firefox/PLIST:1.136
--- pkgsrc/www/firefox/PLIST:1.135      Fri Dec 14 10:21:27 2018
+++ pkgsrc/www/firefox/PLIST    Tue Jan 29 16:28:22 2019
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.135 2018/12/14 10:21:27 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.136 2019/01/29 16:28:22 ryoon Exp $
 bin/firefox
 lib/firefox/actors/AudibleAutoplayChild.jsm
 lib/firefox/actors/AudioPlaybackChild.jsm
@@ -37,6 +37,7 @@ lib/firefox/browser/actors/PageInfoChild
 lib/firefox/browser/actors/PageMetadataChild.jsm
 lib/firefox/browser/actors/PageStyleChild.jsm
 lib/firefox/browser/actors/PluginChild.jsm
+lib/firefox/browser/actors/SearchTelemetryChild.jsm
 lib/firefox/browser/actors/URIFixupChild.jsm
 lib/firefox/browser/actors/WebRTCChild.jsm
 lib/firefox/browser/blocklist.xml
@@ -125,7 +126,6 @@ lib/firefox/browser/chrome/browser/conte
 lib/firefox/browser/chrome/browser/content/browser/contentSearchUI.js
 lib/firefox/browser/chrome/browser/content/browser/contentTheme.js
 lib/firefox/browser/chrome/browser/content/browser/customizableui/panelUI.js
-lib/firefox/browser/chrome/browser/content/browser/customizableui/toolbar.xml
 lib/firefox/browser/chrome/browser/content/browser/defaultthemes/1.header.jpg
 lib/firefox/browser/chrome/browser/content/browser/defaultthemes/1.icon.jpg
 lib/firefox/browser/chrome/browser/content/browser/defaultthemes/1.preview.jpg
@@ -290,6 +290,7 @@ lib/firefox/browser/chrome/browser/conte
 lib/firefox/browser/chrome/browser/content/browser/schemas/tabs.json
 lib/firefox/browser/chrome/browser/content/browser/schemas/url_overrides.json
 lib/firefox/browser/chrome/browser/content/browser/schemas/windows.json
+lib/firefox/browser/chrome/browser/content/browser/search/search-one-offs.js
 lib/firefox/browser/chrome/browser/content/browser/search/search.xml
 lib/firefox/browser/chrome/browser/content/browser/search/searchReset.js
 lib/firefox/browser/chrome/browser/content/browser/search/searchReset.xhtml
@@ -303,7 +304,7 @@ lib/firefox/browser/chrome/browser/conte
 lib/firefox/browser/chrome/browser/content/browser/tabbrowser.css
 lib/firefox/browser/chrome/browser/content/browser/tabbrowser.js
 lib/firefox/browser/chrome/browser/content/browser/tabbrowser.xml
-lib/firefox/browser/chrome/browser/content/browser/translation-infobar.xml
+lib/firefox/browser/chrome/browser/content/browser/translation-notification.js
 lib/firefox/browser/chrome/browser/content/browser/urlbarBindings.xml
 lib/firefox/browser/chrome/browser/content/browser/usercontext/usercontext.css
 lib/firefox/browser/chrome/browser/content/browser/utilityOverlay.js
@@ -365,9 +366,7 @@ lib/firefox/browser/chrome/browser/conte
 lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/ho2/ho2_articleinfo.handlebars
 lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/ho2/ho2_download.handlebars
 lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/ho2/ho2_download_error.handlebars
-lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/ho2/ho2_sharebutton_v1.handlebars
-lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/ho2/ho2_sharebutton_v2.handlebars
-lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/ho2/ho2_sharebutton_v3.handlebars
+lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/ho2/ho2_sharebutton.handlebars
 lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/saved_premiumextras.handlebars
 lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/saved_premiumshell.handlebars
 lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/saved_shell.handlebars
@@ -385,7 +384,6 @@ lib/firefox/browser/chrome/browser/res/a
 lib/firefox/browser/chrome/browser/res/activity-stream/common/Reducers.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/css/activity-stream.css
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/activity-stream.bundle.js
-lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_amazon_assistant.png
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_enhancer_youtube.png
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_fb_container.png
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_google_translate.png
@@ -393,6 +391,7 @@ lib/firefox/browser/chrome/browser/res/a
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_wiki_search.png
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/firefox-wordmark.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/fox-tail.png
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/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-arrowhead-down-12.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-arrowhead-down-16.svg
@@ -423,6 +422,7 @@ lib/firefox/browser/chrome/browser/res/a
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/illustration-gift%2x.png@localhost
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/illustration-privatebrowsing%2x.png@localhost
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/illustration-screenshots%2x.png@localhost
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/illustration-sync%2x.png@localhost
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/sync-devices.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/topic-show-more-12.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/aliexpress-com%2x.png@localhost
@@ -1046,6 +1046,10 @@ lib/firefox/browser/chrome/browser/searc
 lib/firefox/browser/chrome/browser/searchplugins/flip.xml
 lib/firefox/browser/chrome/browser/searchplugins/freelang.xml
 lib/firefox/browser/chrome/browser/searchplugins/google-2018.xml
+lib/firefox/browser/chrome/browser/searchplugins/google-b-1-d.xml
+lib/firefox/browser/chrome/browser/searchplugins/google-b-1-e.xml
+lib/firefox/browser/chrome/browser/searchplugins/google-b-d.xml
+lib/firefox/browser/chrome/browser/searchplugins/google-b-e.xml
 lib/firefox/browser/chrome/browser/searchplugins/google.xml
 lib/firefox/browser/chrome/browser/searchplugins/gujaratilexicon.xml
 lib/firefox/browser/chrome/browser/searchplugins/gulesider-NO.xml
@@ -1054,6 +1058,7 @@ lib/firefox/browser/chrome/browser/searc
 lib/firefox/browser/chrome/browser/searchplugins/hotline-ua.xml
 lib/firefox/browser/chrome/browser/searchplugins/images/amazon.ico
 lib/firefox/browser/chrome/browser/searchplugins/images/ebay.ico
+lib/firefox/browser/chrome/browser/searchplugins/images/google.ico
 lib/firefox/browser/chrome/browser/searchplugins/images/wikipedia.ico
 lib/firefox/browser/chrome/browser/searchplugins/images/yandex-en.ico
 lib/firefox/browser/chrome/browser/searchplugins/images/yandex-ru.ico
@@ -1225,6 +1230,7 @@ lib/firefox/browser/chrome/browser/skin/
 lib/firefox/browser/chrome/browser/skin/classic/browser/aboutWelcomeBack.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/accessibility-active.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/accessibility.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/add.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/addons/addon-install-blocked.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/addons/addon-install-confirm.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/addons/addon-install-downloading.svg
@@ -1256,11 +1262,10 @@ lib/firefox/browser/chrome/browser/skin/
 lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/conn-not-secure.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/connection.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/extension.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/info.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/mcb-disabled.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/panel.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/permissions.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/slowtrackers-disabled.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/slowtrackers.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/trackers-disabled.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/trackers.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/tracking-protection.svg
@@ -1366,11 +1371,9 @@ lib/firefox/browser/chrome/browser/skin/
 lib/firefox/browser/chrome/browser/skin/classic/browser/places/bookmarksMenu.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/places/bookmarksToolbar.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/places/editBookmark.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/places/folder-live.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/places/folder-smart.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/places/folder.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/places/history.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/places/livemark-item.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/places/organizer.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/places/organizer.xml
 lib/firefox/browser/chrome/browser/skin/classic/browser/places/sidebar.css
@@ -1415,7 +1418,6 @@ lib/firefox/browser/chrome/browser/skin/
 lib/firefox/browser/chrome/browser/skin/classic/browser/privatebrowsing/aboutPrivateBrowsing.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/privatebrowsing/favicon.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/privatebrowsing/private-browsing.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/privatebrowsing/tracking-protection-off.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/privatebrowsing/tracking-protection.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/quit.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/readerMode.svg
@@ -1445,11 +1447,8 @@ lib/firefox/browser/chrome/browser/skin/
 lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/badge-audio-playing.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/crashed.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/indicator-tab-attention.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/loading-20fps.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/loading-30fps.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/loading-burst.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/loading.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/newtab.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/pendingpaint.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-audio-blocked-small.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-audio-blocked.svg
@@ -1465,6 +1464,7 @@ lib/firefox/browser/chrome/browser/skin/
 lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-loading%2x.png@localhost
 lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-overflow-indicator.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tabDragIndicator.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/tracking-protection-animation-brighttext.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/tracking-protection-animation.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/tracking-protection-disabled.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/tracking-protection.svg
@@ -1516,22 +1516,7 @@ lib/firefox/browser/chrome/devtools/cont
 lib/firefox/browser/chrome/devtools/content/canvasdebugger/canvasdebugger.js
 lib/firefox/browser/chrome/devtools/content/canvasdebugger/index.xul
 lib/firefox/browser/chrome/devtools/content/canvasdebugger/snapshotslist.js
-lib/firefox/browser/chrome/devtools/content/debugger/content/tooltip/tooltips-old.css
-lib/firefox/browser/chrome/devtools/content/debugger/debugger-controller.js
-lib/firefox/browser/chrome/devtools/content/debugger/debugger-view.js
-lib/firefox/browser/chrome/devtools/content/debugger/debugger.css
-lib/firefox/browser/chrome/devtools/content/debugger/index.xul
 lib/firefox/browser/chrome/devtools/content/debugger/new/index.html
-lib/firefox/browser/chrome/devtools/content/debugger/utils.js
-lib/firefox/browser/chrome/devtools/content/debugger/views/filter-view.js
-lib/firefox/browser/chrome/devtools/content/debugger/views/global-search-view.js
-lib/firefox/browser/chrome/devtools/content/debugger/views/options-view.js
-lib/firefox/browser/chrome/devtools/content/debugger/views/stack-frames-classic-view.js
-lib/firefox/browser/chrome/devtools/content/debugger/views/stack-frames-view.js
-lib/firefox/browser/chrome/devtools/content/debugger/views/toolbar-view.js
-lib/firefox/browser/chrome/devtools/content/debugger/views/variable-bubble-view.js
-lib/firefox/browser/chrome/devtools/content/debugger/views/watch-expressions-view.js
-lib/firefox/browser/chrome/devtools/content/debugger/views/workers-view.js
 lib/firefox/browser/chrome/devtools/content/dom/index.html
 lib/firefox/browser/chrome/devtools/content/dom/main.js
 lib/firefox/browser/chrome/devtools/content/framework/connect/connect.css
@@ -1551,10 +1536,12 @@ lib/firefox/browser/chrome/devtools/cont
 lib/firefox/browser/chrome/devtools/content/netmonitor/index.html
 lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/icons/play.svg
 lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/icons/shield.svg
+lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/CustomRequestPanel.css
 lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/NetworkDetailsPanel.css
 lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/RequestList.css
 lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/StatisticsPanel.css
 lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/StatusBar.css
+lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/StatusCode.css
 lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/Toolbar.css
 lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/httpi.css
 lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/netmonitor.css
@@ -1594,7 +1581,6 @@ lib/firefox/browser/chrome/devtools/cont
 lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/codemirror.bundle.js
 lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/lib/codemirror.css
 lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/mozilla.css
-lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/old-debugger.css
 lib/firefox/browser/chrome/devtools/content/storage/index.xul
 lib/firefox/browser/chrome/devtools/content/styleeditor/index.xul
 lib/firefox/browser/chrome/devtools/content/webaudioeditor/controller.js
@@ -1613,10 +1599,12 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/actions/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/actions/runtimes.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/actions/ui.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/base.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/App.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/App.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/RuntimeInfo.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/ConnectionPromptSetting.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/RuntimeInfo.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/RuntimePage.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/RuntimePage.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/connect/ConnectPage.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/connect/ConnectPage.js
@@ -1635,6 +1623,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/DebugTargetPane.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/ExtensionDetail.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/ExtensionDetail.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/FieldPair.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/InspectAction.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/ServiceWorkerAction.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/TabDetail.js
@@ -1642,6 +1631,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/TemporaryExtensionInstaller.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/WorkerDetail.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/WorkerDetail.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/sidebar/RefreshDevicesButton.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/sidebar/Sidebar.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/sidebar/Sidebar.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/sidebar/SidebarFixedItem.css
@@ -1653,20 +1643,27 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/constants.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/create-store.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/middleware/debug-target-listener.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/middleware/error-logging.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/middleware/extension-component-data.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/middleware/tab-component-data.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/middleware/worker-component-data.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/modules/client-wrapper.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/modules/debug-target-collapsibilities.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/modules/debug-target-support.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/modules/extensions-helper.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/modules/l10n.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/modules/network-locations.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/modules/runtime-client-factory.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/modules/runtimes-state-helper.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/modules/test-helper.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/modules/usb-runtimes.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/reducers/debug-targets-state.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/reducers/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/reducers/runtimes-state.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/reducers/ui-state.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/types.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/types/debug-target.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/types/index.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/types/runtime.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/Aboutdebugging.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/PanelHeader.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/PanelMenu.js
@@ -1729,37 +1726,46 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/reducers/page-state.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/reducers/workers-state.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/canvasdebugger/panel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/actions/breakpoints.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/actions/event-listeners.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/actions/sources.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/constants.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/globalActions.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/queries.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/reducers/async-requests.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/reducers/breakpoints.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/reducers/event-listeners.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/reducers/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/reducers/sources.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/tooltip/Tooltip.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/tooltip/VariableContentHelper.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/views/event-listeners-view.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/views/sources-view.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/dist/debugger.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/dist/parser-worker.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/dist/pretty-print-worker.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/dist/search-worker.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/dist/vendors.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/angular.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/arrow.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/blackBox.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/breakpoint.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/close.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/coffeescript.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/command-chevron.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/disable-pausing.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/domain.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/extension.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/file.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/folder.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/help.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/javascript.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/next-circle.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/next.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/pause.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/prettyPrint.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/react.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/resume.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/stepIn.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/stepOut.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/stepOver.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/tab.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/typescript.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/images/vuejs.svg
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/panel.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/actions/ast.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/actions/ast/setInScopeLines.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/actions/ast/setPausePoints.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/actions/breakpoints/addBreakpoint.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/actions/breakpoints/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/actions/breakpoints/remapLocations.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/actions/breakpoints/syncBreakpoint.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/actions/coverage.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/actions/debuggee.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/actions/event-listeners.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/actions/expressions.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/actions/file-search.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/actions/index.js
@@ -1807,8 +1813,8 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/App.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/Editor/Breakpoint.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/Editor/Breakpoints.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/Editor/CallSite.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/Editor/CallSites.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/Editor/ColumnBreakpoint.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/Editor/ColumnBreakpoints.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/Editor/ConditionalPanel.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/Editor/DebugLine.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/Editor/EditorMenu.js
@@ -1817,7 +1823,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/Editor/GutterMenu.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/Editor/HighlightLine.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/Editor/HighlightLines.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/Editor/HitMarker.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/Editor/Preview/Popup.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/Editor/Preview/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/Editor/SearchBar.js
@@ -1825,17 +1830,18 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/Editor/Tabs.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/Editor/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/PrimaryPanes/Outline.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/PrimaryPanes/OutlineFilter.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/PrimaryPanes/SourcesTree.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/PrimaryPanes/SourcesTreeItem.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/PrimaryPanes/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/ProjectSearch.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/QuickOpenModal.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/SecondaryPanes/Breakpoints/Breakpoint.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/SecondaryPanes/Breakpoints/BreakpointHeading.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/SecondaryPanes/Breakpoints/BreakpointsContextMenu.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/SecondaryPanes/Breakpoints/ExceptionOption.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/SecondaryPanes/Breakpoints/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/SecondaryPanes/CommandBar.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/SecondaryPanes/EventListeners.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/SecondaryPanes/Expressions.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/SecondaryPanes/Frames/Frame.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/SecondaryPanes/Frames/FrameMenu.js
@@ -1846,6 +1852,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/SecondaryPanes/Scopes.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/SecondaryPanes/UtilsBar.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/SecondaryPanes/Workers.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/SecondaryPanes/XHRBreakpoints.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/SecondaryPanes/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/ShortcutsModal.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/components/WelcomeBox.js
@@ -1869,9 +1876,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/reducers/ast.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/reducers/async-requests.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/reducers/breakpoints.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/reducers/coverage.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/reducers/debuggee.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/reducers/event-listeners.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/reducers/expressions.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/reducers/file-search.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/reducers/index.js
@@ -1885,11 +1890,14 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/reducers/ui.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/selectors/breakpointAtLocation.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/selectors/breakpointSources.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/selectors/breakpoints.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/selectors/getCallStackFrames.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/selectors/inComponent.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/selectors/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/selectors/isSelectedFrameVisible.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/selectors/visibleBreakpoints.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/selectors/visibleColumnBreakpoints.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/selectors/visiblePausePoints.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/selectors/visibleSelectedFrame.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/utils/DevToolsUtils.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/utils/assert.js
@@ -1976,7 +1984,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/workers/parser/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/workers/pretty-print/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/new/src/workers/search/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/panel.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/definitions.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/content/actions/filter.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/content/actions/grips.js
@@ -1996,6 +2003,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/ToolboxProcess.jsm
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/attach-thread.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/browser-menus.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/components/DebugTargetInfo.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/components/MeatballMenu.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/components/ToolboxController.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/components/ToolboxTab.js
@@ -2011,6 +2019,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/source-map-url-service.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/target-from-url.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/target.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/toolbox-context-menu.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/toolbox-highlighter-utils.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/toolbox-host-manager.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/toolbox-hosts.js
@@ -2080,12 +2089,15 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/types.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/utils/editing-session.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/breadcrumbs.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/ChangesManager.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/ChangesView.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/actions/changes.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/actions/index.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/components/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/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
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/utils/l10n.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/components/InspectorTabPanel.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/components/InspectorTabPanel.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/computed/computed.js
@@ -2101,7 +2113,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/actions/flexbox.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/actions/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/components/FlexContainer.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/components/FlexContainerProperties.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/components/FlexItem.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/components/FlexItemList.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/components/FlexItemSelector.js
@@ -2488,6 +2499,8 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/Sidebar.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/SidebarToggle.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/SidebarToggle.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/SmartTrace.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/SmartTrace.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/StackTrace.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/VirtualizedTree.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/VisibilityHandler.js
@@ -2495,6 +2508,9 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/menu/MenuItem.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/menu/MenuList.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/menu/utils.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/images/input.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/images/jump-definition.svg
+lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/images/open-inspector.svg
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps-old.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps.js
@@ -2546,6 +2562,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/middleware/wait-service.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/non-react-subscriber.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/visibility-handler-connect.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/remote-debugging/remote-client-manager.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/scroll.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/source-map/assets/dwarf_to_json.wasm
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/source-map/assets/source-map-mappings.wasm
@@ -2572,6 +2589,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dom.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-prop-types.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
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/redux.js
@@ -2643,6 +2661,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/themes/toolbars.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/themes/variables.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webaudioeditor/panel.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/actions/autocomplete.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/actions/filters.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/actions/history.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/actions/index.js
@@ -2685,6 +2704,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/middleware/history-persistence.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/middleware/thunk.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/panel.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/reducers/autocomplete.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/reducers/filters.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/reducers/history.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/reducers/index.js
@@ -2692,6 +2712,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/reducers/notifications.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/reducers/prefs.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/reducers/ui.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/selectors/autocomplete.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/selectors/filters.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/selectors/history.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/selectors/messages.js
@@ -2728,9 +2749,12 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webide/modules/runtimes.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webide/modules/tab-store.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webide/modules/utils.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/webreplay/components/WebReplayPlayer.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/webreplay/menu.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/accessibility-parent.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/accessibility.js
+lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/accessibility/accessibility-parent.js
+lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/accessibility/accessibility.js
+lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/accessibility/accessible.js
+lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/accessibility/walker.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/actor-registry.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/addon/addons.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/addon/console.js
@@ -2742,6 +2766,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/breakpoint.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/canvas.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/canvas/primitive.js
+lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/changes.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/common.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/css-properties.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/csscoverage.js
@@ -2827,7 +2852,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/targets/webextension.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/targets/worker.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/thread.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/timeline.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/TabSources.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/accessibility.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/actor-registry-utils.js
@@ -2836,7 +2860,9 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/automation-timeline.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/breakpoint-actor-map.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/call-watcher.js
+lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/closest-scripts.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/css-grid-utils.js
+lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/dbg-source.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/event-loop.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/function-call.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/make-debugger.js
@@ -2844,6 +2870,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/shapes-utils.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/source-actor-store.js
 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/webaudio.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/webbrowser.js
@@ -2886,17 +2913,21 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/adb/adb-binary.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/adb/adb-client.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/adb/adb-device.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/adb/adb-process.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/adb/adb-running-checker.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/adb/adb-scanner.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/adb/adb-runtime.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/adb/adb-socket.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/adb/adb.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/adb/addon-aware-adb-scanner.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/apps/Devices.jsm
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/adb/commands/index.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/adb/commands/list-devices.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/adb/commands/prepare-tcp-connection.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/adb/commands/run-command.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/adb/commands/shell.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/adb/commands/track-devices.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/async-storage.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/async-utils.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/base-loader.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/builtin-modules.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/client/addon-client.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/client/array-buffer-client.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/client/breakpoint-client.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/client/connection-manager.js
@@ -2907,7 +2938,6 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/client/long-string-client.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/client/object-client.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/client/property-iterator-client.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/client/root-client.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/client/source-client.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/client/symbol-iterator-client.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/client/thread-client.js
@@ -2934,6 +2964,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/addon/webextension-inspected-window.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/animation.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/canvas.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/changes.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/css-properties.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/csscoverage.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/device.js
@@ -2951,14 +2982,16 @@ 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/promises.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/reflow.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/storage.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/string.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/styles.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/stylesheets.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/targets/addon.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/targets/browsing-context.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/targets/content-process.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/targets/worker.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/timeline.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/webaudio.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/fronts/webgl.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/generate-uuid.js
@@ -2986,6 +3019,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/loader-plugin-raw.jsm
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/node-properties/node-properties.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/path.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/performance-new/common.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/performance/recording-common.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/performance/recording-utils.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/platform/cache-entry.js
@@ -3014,6 +3048,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/breakpoint.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/canvas.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/changes.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/css-properties.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/csscoverage.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/device.js
@@ -3039,6 +3074,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/promises.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/root.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/screenshot.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/script.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/source.js
@@ -3048,8 +3084,10 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/stylesheets.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/symbol-iterator.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/symbol.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/targets/addon.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/targets/browsing-context.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/targets/chrome-window.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/targets/content-process.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/targets/frame.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/targets/parent-process.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/targets/webextension.js
@@ -3081,6 +3119,7 @@ lib/firefox/browser/chrome/devtools/modu
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/worker/loader.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/worker/worker.js
 lib/firefox/browser/chrome/devtools/skin/animation.css
+lib/firefox/browser/chrome/devtools/skin/badge.css
 lib/firefox/browser/chrome/devtools/skin/boxmodel.css
 lib/firefox/browser/chrome/devtools/skin/breadcrumbs.css
 lib/firefox/browser/chrome/devtools/skin/canvasdebugger.css
@@ -3090,7 +3129,6 @@ lib/firefox/browser/chrome/devtools/skin
 lib/firefox/browser/chrome/devtools/skin/components-h-split-box.css
 lib/firefox/browser/chrome/devtools/skin/computed.css
 lib/firefox/browser/chrome/devtools/skin/dark-theme.css
-lib/firefox/browser/chrome/devtools/skin/debugger.css
 lib/firefox/browser/chrome/devtools/skin/devtools-browser.css
 lib/firefox/browser/chrome/devtools/skin/floating-scrollbars-responsive-design.css
 lib/firefox/browser/chrome/devtools/skin/fonts.css
@@ -3104,18 +3142,22 @@ lib/firefox/browser/chrome/devtools/skin
 lib/firefox/browser/chrome/devtools/skin/images/aboutdebugging-globe-icon.svg
 lib/firefox/browser/chrome/devtools/skin/images/accessibility.svg
 lib/firefox/browser/chrome/devtools/skin/images/add.svg
-lib/firefox/browser/chrome/devtools/skin/images/alerticon-warning.png
-lib/firefox/browser/chrome/devtools/skin/images/alerticon-warning%2x.png@localhost
+lib/firefox/browser/chrome/devtools/skin/images/alert.svg
 lib/firefox/browser/chrome/devtools/skin/images/angle-swatch.svg
 lib/firefox/browser/chrome/devtools/skin/images/animation-fast-track.svg
-lib/firefox/browser/chrome/devtools/skin/images/arrow-e.png
-lib/firefox/browser/chrome/devtools/skin/images/arrow-e%2x.png@localhost
+lib/firefox/browser/chrome/devtools/skin/images/arrow-big.svg
+lib/firefox/browser/chrome/devtools/skin/images/arrow-e.svg
+lib/firefox/browser/chrome/devtools/skin/images/arrow.svg
 lib/firefox/browser/chrome/devtools/skin/images/arrowhead-down.svg
 lib/firefox/browser/chrome/devtools/skin/images/arrowhead-left.svg
+lib/firefox/browser/chrome/devtools/skin/images/arrowhead-right.svg
 lib/firefox/browser/chrome/devtools/skin/images/arrowhead-up.svg
 lib/firefox/browser/chrome/devtools/skin/images/breadcrumbs-divider.svg
 lib/firefox/browser/chrome/devtools/skin/images/breadcrumbs-scrollbutton.svg
-lib/firefox/browser/chrome/devtools/skin/images/breakpoint.svg
+lib/firefox/browser/chrome/devtools/skin/images/canvasdebugger-step-in.svg
+lib/firefox/browser/chrome/devtools/skin/images/canvasdebugger-step-out.svg
+lib/firefox/browser/chrome/devtools/skin/images/canvasdebugger-step-over.svg
+lib/firefox/browser/chrome/devtools/skin/images/checkbox.svg
 lib/firefox/browser/chrome/devtools/skin/images/clear.svg
 lib/firefox/browser/chrome/devtools/skin/images/close-3-pane.svg
 lib/firefox/browser/chrome/devtools/skin/images/close.svg
@@ -3132,59 +3174,25 @@ lib/firefox/browser/chrome/devtools/skin
 lib/firefox/browser/chrome/devtools/skin/images/command-responsivemode.svg
 lib/firefox/browser/chrome/devtools/skin/images/command-rulers.svg
 lib/firefox/browser/chrome/devtools/skin/images/command-screenshot.svg
-lib/firefox/browser/chrome/devtools/skin/images/controls.png
-lib/firefox/browser/chrome/devtools/skin/images/controls%2x.png@localhost
 lib/firefox/browser/chrome/devtools/skin/images/copy.svg
-lib/firefox/browser/chrome/devtools/skin/images/cubic-bezier-swatch.png
-lib/firefox/browser/chrome/devtools/skin/images/cubic-bezier-swatch%2x.png@localhost
-lib/firefox/browser/chrome/devtools/skin/images/debugger-step-in.svg
-lib/firefox/browser/chrome/devtools/skin/images/debugger-step-out.svg
-lib/firefox/browser/chrome/devtools/skin/images/debugger-step-over.svg
-lib/firefox/browser/chrome/devtools/skin/images/debugger-toggleBreakpoints.svg
-lib/firefox/browser/chrome/devtools/skin/images/debugger/angular.svg
-lib/firefox/browser/chrome/devtools/skin/images/debugger/arrow.svg
-lib/firefox/browser/chrome/devtools/skin/images/debugger/blackBox.svg
-lib/firefox/browser/chrome/devtools/skin/images/debugger/breakpoint.svg
-lib/firefox/browser/chrome/devtools/skin/images/debugger/close.svg
-lib/firefox/browser/chrome/devtools/skin/images/debugger/coffeescript.svg
-lib/firefox/browser/chrome/devtools/skin/images/debugger/disable-pausing.svg
-lib/firefox/browser/chrome/devtools/skin/images/debugger/domain.svg
-lib/firefox/browser/chrome/devtools/skin/images/debugger/extension.svg
-lib/firefox/browser/chrome/devtools/skin/images/debugger/file.svg
-lib/firefox/browser/chrome/devtools/skin/images/debugger/folder.svg
-lib/firefox/browser/chrome/devtools/skin/images/debugger/javascript.svg
-lib/firefox/browser/chrome/devtools/skin/images/debugger/pause.svg
-lib/firefox/browser/chrome/devtools/skin/images/debugger/prettyPrint.svg
-lib/firefox/browser/chrome/devtools/skin/images/debugger/react.svg
-lib/firefox/browser/chrome/devtools/skin/images/debugger/resume.svg
-lib/firefox/browser/chrome/devtools/skin/images/debugger/stepIn.svg
-lib/firefox/browser/chrome/devtools/skin/images/debugger/stepOut.svg
-lib/firefox/browser/chrome/devtools/skin/images/debugger/stepOver.svg
-lib/firefox/browser/chrome/devtools/skin/images/debugger/tab.svg
-lib/firefox/browser/chrome/devtools/skin/images/debugger/typescript.svg
-lib/firefox/browser/chrome/devtools/skin/images/debugger/vuejs.svg
+lib/firefox/browser/chrome/devtools/skin/images/cubic-bezier-swatch.svg
+lib/firefox/browser/chrome/devtools/skin/images/datastore.svg
 lib/firefox/browser/chrome/devtools/skin/images/debugging-addons.svg
 lib/firefox/browser/chrome/devtools/skin/images/debugging-tabs.svg
 lib/firefox/browser/chrome/devtools/skin/images/debugging-workers.svg
-lib/firefox/browser/chrome/devtools/skin/images/devtools-components/arrow.svg
-lib/firefox/browser/chrome/devtools/skin/images/devtools-reps/jump-definition.svg
-lib/firefox/browser/chrome/devtools/skin/images/devtools-reps/open-inspector.svg
 lib/firefox/browser/chrome/devtools/skin/images/diff.svg
 lib/firefox/browser/chrome/devtools/skin/images/dock-bottom.svg
 lib/firefox/browser/chrome/devtools/skin/images/dock-side-left.svg
 lib/firefox/browser/chrome/devtools/skin/images/dock-side-right.svg
 lib/firefox/browser/chrome/devtools/skin/images/dock-undock.svg
 lib/firefox/browser/chrome/devtools/skin/images/dropmarker.svg
-lib/firefox/browser/chrome/devtools/skin/images/editor-error.png
 lib/firefox/browser/chrome/devtools/skin/images/file-type-general.svg
 lib/firefox/browser/chrome/devtools/skin/images/file-type-image.svg
-lib/firefox/browser/chrome/devtools/skin/images/filetypes/dir-close.svg
-lib/firefox/browser/chrome/devtools/skin/images/filetypes/dir-open.svg
-lib/firefox/browser/chrome/devtools/skin/images/filetypes/globe.svg
 lib/firefox/browser/chrome/devtools/skin/images/filter-swatch.svg
 lib/firefox/browser/chrome/devtools/skin/images/filter.svg
 lib/firefox/browser/chrome/devtools/skin/images/filters.svg
 lib/firefox/browser/chrome/devtools/skin/images/flexbox-swatch.svg
+lib/firefox/browser/chrome/devtools/skin/images/folder.svg
 lib/firefox/browser/chrome/devtools/skin/images/fox-smiling.svg
 lib/firefox/browser/chrome/devtools/skin/images/geometry-editor.svg
 lib/firefox/browser/chrome/devtools/skin/images/globe.svg
@@ -3196,7 +3204,6 @@ lib/firefox/browser/chrome/devtools/skin
 lib/firefox/browser/chrome/devtools/skin/images/item-arrow-ltr.svg
 lib/firefox/browser/chrome/devtools/skin/images/item-arrow-rtl.svg
 lib/firefox/browser/chrome/devtools/skin/images/item-toggle.svg
-lib/firefox/browser/chrome/devtools/skin/images/jump-definition.svg
 lib/firefox/browser/chrome/devtools/skin/images/lock.svg
 lib/firefox/browser/chrome/devtools/skin/images/more.svg
 lib/firefox/browser/chrome/devtools/skin/images/open-3-pane.svg
@@ -3245,8 +3252,6 @@ lib/firefox/browser/chrome/devtools/skin
 lib/firefox/browser/chrome/devtools/skin/images/tool-styleeditor.svg
 lib/firefox/browser/chrome/devtools/skin/images/tool-webaudio.svg
 lib/firefox/browser/chrome/devtools/skin/images/tool-webconsole.svg
-lib/firefox/browser/chrome/devtools/skin/images/tracer-icon.png
-lib/firefox/browser/chrome/devtools/skin/images/tracer-icon%2x.png@localhost
 lib/firefox/browser/chrome/devtools/skin/images/vview-delete.png
 lib/firefox/browser/chrome/devtools/skin/images/vview-delete%2x.png@localhost
 lib/firefox/browser/chrome/devtools/skin/images/vview-edit.png
@@ -3255,11 +3260,9 @@ lib/firefox/browser/chrome/devtools/skin
 lib/firefox/browser/chrome/devtools/skin/images/vview-lock%2x.png@localhost
 lib/firefox/browser/chrome/devtools/skin/images/vview-open-inspector.png
 lib/firefox/browser/chrome/devtools/skin/images/vview-open-inspector%2x.png@localhost
-lib/firefox/browser/chrome/devtools/skin/images/webconsole/alert.svg
-lib/firefox/browser/chrome/devtools/skin/images/webconsole/globe.svg
+lib/firefox/browser/chrome/devtools/skin/images/webconsole/error.svg
 lib/firefox/browser/chrome/devtools/skin/images/webconsole/info.svg
 lib/firefox/browser/chrome/devtools/skin/images/webconsole/input.svg
-lib/firefox/browser/chrome/devtools/skin/images/webconsole/jump.svg
 lib/firefox/browser/chrome/devtools/skin/images/webconsole/return.svg
 lib/firefox/browser/chrome/devtools/skin/inspector.css
 lib/firefox/browser/chrome/devtools/skin/jit-optimizations.css
@@ -3277,14 +3280,6 @@ lib/firefox/browser/chrome/devtools/skin
 lib/firefox/browser/chrome/devtools/skin/styleeditor.css
 lib/firefox/browser/chrome/devtools/skin/toolbars.css
 lib/firefox/browser/chrome/devtools/skin/toolbox.css
-lib/firefox/browser/chrome/devtools/skin/tooltip/arrow-horizontal-dark.png
-lib/firefox/browser/chrome/devtools/skin/tooltip/arrow-horizontal-dark%2x.png@localhost
-lib/firefox/browser/chrome/devtools/skin/tooltip/arrow-horizontal-light.png
-lib/firefox/browser/chrome/devtools/skin/tooltip/arrow-horizontal-light%2x.png@localhost
-lib/firefox/browser/chrome/devtools/skin/tooltip/arrow-vertical-dark.png
-lib/firefox/browser/chrome/devtools/skin/tooltip/arrow-vertical-dark%2x.png@localhost
-lib/firefox/browser/chrome/devtools/skin/tooltip/arrow-vertical-light.png
-lib/firefox/browser/chrome/devtools/skin/tooltip/arrow-vertical-light%2x.png@localhost
 lib/firefox/browser/chrome/devtools/skin/tooltips.css
 lib/firefox/browser/chrome/devtools/skin/webaudioeditor.css
 lib/firefox/browser/chrome/devtools/skin/webconsole.css
@@ -3292,11 +3287,8 @@ lib/firefox/browser/chrome/devtools/skin
 lib/firefox/browser/chrome/en-US/locale/branding/brand.dtd
 lib/firefox/browser/chrome/en-US/locale/branding/brand.properties
 lib/firefox/browser/chrome/en-US/locale/browser-region/region.properties
-lib/firefox/browser/chrome/en-US/locale/browser/aboutDialog.dtd
 lib/firefox/browser/chrome/en-US/locale/browser/aboutPrivateBrowsing.dtd
 lib/firefox/browser/chrome/en-US/locale/browser/aboutRobots.dtd
-lib/firefox/browser/chrome/en-US/locale/browser/aboutSearchReset.dtd
-lib/firefox/browser/chrome/en-US/locale/browser/aboutSessionRestore.dtd
 lib/firefox/browser/chrome/en-US/locale/browser/aboutTabCrashed.dtd
 lib/firefox/browser/chrome/en-US/locale/browser/accounts.properties
 lib/firefox/browser/chrome/en-US/locale/browser/appstrings.properties
@@ -3325,7 +3317,6 @@ lib/firefox/browser/chrome/en-US/locale/
 lib/firefox/browser/chrome/en-US/locale/browser/safebrowsing/phishing-afterload-warning-message.dtd
 lib/firefox/browser/chrome/en-US/locale/browser/safebrowsing/report-phishing.dtd
 lib/firefox/browser/chrome/en-US/locale/browser/safebrowsing/safebrowsing.properties
-lib/firefox/browser/chrome/en-US/locale/browser/sanitize.dtd
 lib/firefox/browser/chrome/en-US/locale/browser/search.properties
 lib/firefox/browser/chrome/en-US/locale/browser/setDesktopBackground.dtd
 lib/firefox/browser/chrome/en-US/locale/browser/shellservice.properties
@@ -3348,10 +3339,10 @@ lib/firefox/browser/chrome/en-US/locale/
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/boxmodel.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/canvasdebugger.dtd
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/canvasdebugger.properties
+lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/changes.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/components.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/connection-screen.dtd
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/connection-screen.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/debugger.dtd
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/debugger.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/device.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/dom.properties
@@ -3400,8 +3391,6 @@ lib/firefox/browser/chrome/en-US/locale/
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/shared/screenshot.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/shared/shared.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/shared/styleinspector.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/startup/aboutdevtools.dtd
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/startup/aboutdevtools.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/startup/key-shortcuts.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/devtools/startup/startup.properties
 lib/firefox/browser/chrome/en-US/locale/en-US/pocket.properties
@@ -3805,7 +3794,7 @@ lib/firefox/browser/features/formautofil
 lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/res/FormAutofillStorage.jsm
 lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/res/FormAutofillSync.jsm
 lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/res/FormAutofillUtils.jsm
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/res/MasterPassword.jsm
+lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/res/OSKeyStore.jsm
 lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/res/ProfileAutoCompleteResult.jsm
 lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/res/addressmetadata/addressReferences.js
 lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/res/addressmetadata/addressReferencesExt.js
@@ -4003,8 +3992,11 @@ lib/firefox/browser/features/webcompat@m
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/manifest.json
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/ua_overrides.js
 lib/firefox/browser/localization/en-US/branding/brand.ftl
+lib/firefox/browser/localization/en-US/browser/aboutDialog.ftl
 lib/firefox/browser/localization/en-US/browser/aboutPolicies.ftl
 lib/firefox/browser/localization/en-US/browser/aboutRestartRequired.ftl
+lib/firefox/browser/localization/en-US/browser/aboutSearchReset.ftl
+lib/firefox/browser/localization/en-US/browser/aboutSessionRestore.ftl
 lib/firefox/browser/localization/en-US/browser/branding/sync-brand.ftl
 lib/firefox/browser/localization/en-US/browser/newtab/asrouter.ftl
 lib/firefox/browser/localization/en-US/browser/newtab/onboarding.ftl
@@ -4023,7 +4015,9 @@ lib/firefox/browser/localization/en-US/b
 lib/firefox/browser/localization/en-US/browser/preferences/siteDataSettings.ftl
 lib/firefox/browser/localization/en-US/browser/preferences/syncDisconnect.ftl
 lib/firefox/browser/localization/en-US/browser/preferences/translation.ftl
+lib/firefox/browser/localization/en-US/browser/sanitize.ftl
 lib/firefox/browser/localization/en-US/devtools/application.ftl
+lib/firefox/browser/localization/en-US/startup/aboutDevTools.ftl
 lib/firefox/browser/modules/AboutNewTab.jsm
 lib/firefox/browser/modules/AsyncTabSwitcher.jsm
 lib/firefox/browser/modules/AttributionCode.jsm
@@ -4039,6 +4033,7 @@ lib/firefox/browser/modules/ContentSearc
 lib/firefox/browser/modules/CustomizableUI.jsm
 lib/firefox/browser/modules/CustomizableWidgets.jsm
 lib/firefox/browser/modules/CustomizeMode.jsm
+lib/firefox/browser/modules/Discovery.jsm
 lib/firefox/browser/modules/DownloadsCommon.jsm
 lib/firefox/browser/modules/DownloadsSubview.jsm
 lib/firefox/browser/modules/DownloadsTaskbar.jsm
@@ -4068,9 +4063,10 @@ lib/firefox/browser/modules/ProcessHangM
 lib/firefox/browser/modules/ReaderParent.jsm
 lib/firefox/browser/modules/RemotePrompt.jsm
 lib/firefox/browser/modules/Sanitizer.jsm
-lib/firefox/browser/modules/SchedulePressure.jsm
 lib/firefox/browser/modules/ScrollbarSampler.jsm
+lib/firefox/browser/modules/SearchTelemetry.jsm
 lib/firefox/browser/modules/SearchWidgetTracker.jsm
+lib/firefox/browser/modules/SelectionChangedMenulist.jsm
 lib/firefox/browser/modules/ShellService.jsm
 lib/firefox/browser/modules/SiteDataManager.jsm
 lib/firefox/browser/modules/SitePermissions.jsm
@@ -4082,8 +4078,10 @@ lib/firefox/browser/modules/UITourChild.
 lib/firefox/browser/modules/UrlbarController.jsm
 lib/firefox/browser/modules/UrlbarInput.jsm
 lib/firefox/browser/modules/UrlbarMatch.jsm
+lib/firefox/browser/modules/UrlbarMuxerUnifiedComplete.jsm
 lib/firefox/browser/modules/UrlbarPrefs.jsm
 lib/firefox/browser/modules/UrlbarProviderOpenTabs.jsm
+lib/firefox/browser/modules/UrlbarProviderUnifiedComplete.jsm
 lib/firefox/browser/modules/UrlbarProvidersManager.jsm
 lib/firefox/browser/modules/UrlbarTokenizer.jsm
 lib/firefox/browser/modules/UrlbarUtils.jsm
@@ -4099,7 +4097,6 @@ lib/firefox/browser/modules/policies/Web
 lib/firefox/browser/modules/policies/schema.jsm
 lib/firefox/browser/modules/sessionstore/ContentRestore.jsm
 lib/firefox/browser/modules/sessionstore/ContentSessionStore.jsm
-lib/firefox/browser/modules/sessionstore/DocShellCapabilities.jsm
 lib/firefox/browser/modules/sessionstore/GlobalState.jsm
 lib/firefox/browser/modules/sessionstore/RecentlyClosedTabsAndWindowsMenuUtils.jsm
 lib/firefox/browser/modules/sessionstore/RunState.jsm
@@ -4150,11 +4147,8 @@ lib/firefox/chrome/en-US/locale/en-US/gl
 lib/firefox/chrome/en-US/locale/en-US/global-platform/win/intl.properties
 lib/firefox/chrome/en-US/locale/en-US/global-platform/win/platformKeys.properties
 lib/firefox/chrome/en-US/locale/en-US/global/AccessFu.properties
-lib/firefox/chrome/en-US/locale/en-US/global/aboutNetworking.dtd
 lib/firefox/chrome/en-US/locale/en-US/global/aboutReader.properties
 lib/firefox/chrome/en-US/locale/en-US/global/aboutRights.dtd
-lib/firefox/chrome/en-US/locale/en-US/global/aboutServiceWorkers.dtd
-lib/firefox/chrome/en-US/locale/en-US/global/aboutServiceWorkers.properties
 lib/firefox/chrome/en-US/locale/en-US/global/aboutStudies.properties
 lib/firefox/chrome/en-US/locale/en-US/global/aboutSupport.dtd
 lib/firefox/chrome/en-US/locale/en-US/global/aboutSupport.properties
@@ -4200,7 +4194,6 @@ lib/firefox/chrome/en-US/locale/en-US/gl
 lib/firefox/chrome/en-US/locale/en-US/global/notification.dtd
 lib/firefox/chrome/en-US/locale/en-US/global/nsWebBrowserPersist.properties
 lib/firefox/chrome/en-US/locale/en-US/global/plugins.properties
-lib/firefox/chrome/en-US/locale/en-US/global/preferences.dtd
 lib/firefox/chrome/en-US/locale/en-US/global/printPageSetup.dtd
 lib/firefox/chrome/en-US/locale/en-US/global/printPreview.dtd
 lib/firefox/chrome/en-US/locale/en-US/global/printPreviewProgress.dtd
@@ -4234,13 +4227,9 @@ lib/firefox/chrome/en-US/locale/en-US/mo
 lib/firefox/chrome/en-US/locale/en-US/mozapps/extensions/extensions.properties
 lib/firefox/chrome/en-US/locale/en-US/mozapps/handling/handling.dtd
 lib/firefox/chrome/en-US/locale/en-US/mozapps/handling/handling.properties
-lib/firefox/chrome/en-US/locale/en-US/mozapps/preferences/changemp.dtd
-lib/firefox/chrome/en-US/locale/en-US/mozapps/preferences/preferences.properties
-lib/firefox/chrome/en-US/locale/en-US/mozapps/preferences/removemp.dtd
 lib/firefox/chrome/en-US/locale/en-US/mozapps/profile/createProfileWizard.dtd
 lib/firefox/chrome/en-US/locale/en-US/mozapps/profile/profileSelection.dtd
 lib/firefox/chrome/en-US/locale/en-US/mozapps/profile/profileSelection.properties
-lib/firefox/chrome/en-US/locale/en-US/mozapps/update/history.dtd
 lib/firefox/chrome/en-US/locale/en-US/mozapps/update/updates.dtd
 lib/firefox/chrome/en-US/locale/en-US/mozapps/update/updates.properties
 lib/firefox/chrome/en-US/locale/en-US/necko/necko.properties
@@ -4248,8 +4237,6 @@ lib/firefox/chrome/en-US/locale/en-US/pa
 lib/firefox/chrome/en-US/locale/en-US/passwordmgr/passwordmgr.properties
 lib/firefox/chrome/en-US/locale/en-US/pipnss/nsserrors.properties
 lib/firefox/chrome/en-US/locale/en-US/pipnss/pipnss.properties
-lib/firefox/chrome/en-US/locale/en-US/pippki/certManager.dtd
-lib/firefox/chrome/en-US/locale/en-US/pippki/deviceManager.dtd
 lib/firefox/chrome/en-US/locale/en-US/pippki/pippki.dtd
 lib/firefox/chrome/en-US/locale/en-US/pippki/pippki.properties
 lib/firefox/chrome/en-US/locale/en-US/places/places.properties
@@ -4455,7 +4442,6 @@ lib/firefox/chrome/toolkit/content/globa
 lib/firefox/chrome/toolkit/content/global/bindings/datetimepopup.xml
 lib/firefox/chrome/toolkit/content/global/bindings/dialog.xml
 lib/firefox/chrome/toolkit/content/global/bindings/general.xml
-lib/firefox/chrome/toolkit/content/global/bindings/groupbox.xml
 lib/firefox/chrome/toolkit/content/global/bindings/menu.xml
 lib/firefox/chrome/toolkit/content/global/bindings/menulist.xml
 lib/firefox/chrome/toolkit/content/global/bindings/notification.xml
@@ -4482,7 +4468,6 @@ lib/firefox/chrome/toolkit/content/globa
 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/components.css
 lib/firefox/chrome/toolkit/content/global/config.js
 lib/firefox/chrome/toolkit/content/global/config.xul
 lib/firefox/chrome/toolkit/content/global/content-HybridContentTelemetry.js
@@ -4491,14 +4476,19 @@ lib/firefox/chrome/toolkit/content/globa
 lib/firefox/chrome/toolkit/content/global/datepicker.xhtml
 lib/firefox/chrome/toolkit/content/global/directionDetector.html
 lib/firefox/chrome/toolkit/content/global/editMenuOverlay.js
+lib/firefox/chrome/toolkit/content/global/elements/datetimebox.js
 lib/firefox/chrome/toolkit/content/global/elements/editor.js
 lib/firefox/chrome/toolkit/content/global/elements/findbar.js
 lib/firefox/chrome/toolkit/content/global/elements/general.js
-lib/firefox/chrome/toolkit/content/global/elements/progressmeter.js
+lib/firefox/chrome/toolkit/content/global/elements/marquee.css
+lib/firefox/chrome/toolkit/content/global/elements/marquee.js
+lib/firefox/chrome/toolkit/content/global/elements/notificationbox.js
+lib/firefox/chrome/toolkit/content/global/elements/pluginProblem.js
 lib/firefox/chrome/toolkit/content/global/elements/radio.js
 lib/firefox/chrome/toolkit/content/global/elements/stringbundle.js
 lib/firefox/chrome/toolkit/content/global/elements/tabbox.js
 lib/firefox/chrome/toolkit/content/global/elements/textbox.js
+lib/firefox/chrome/toolkit/content/global/elements/tree.js
 lib/firefox/chrome/toolkit/content/global/elements/videocontrols.js
 lib/firefox/chrome/toolkit/content/global/filepicker.properties
 lib/firefox/chrome/toolkit/content/global/globalOverlay.js
@@ -4510,7 +4500,6 @@ lib/firefox/chrome/toolkit/content/globa
 lib/firefox/chrome/toolkit/content/global/netError.js
 lib/firefox/chrome/toolkit/content/global/netError.xhtml
 lib/firefox/chrome/toolkit/content/global/notfound.wav
-lib/firefox/chrome/toolkit/content/global/platformHTMLBindings.xml
 lib/firefox/chrome/toolkit/content/global/plugins.css
 lib/firefox/chrome/toolkit/content/global/plugins.html
 lib/firefox/chrome/toolkit/content/global/preferencesBindings.js
@@ -4543,7 +4532,6 @@ lib/firefox/chrome/toolkit/content/globa
 lib/firefox/chrome/toolkit/content/global/widgets.css
 lib/firefox/chrome/toolkit/content/global/win.xul
 lib/firefox/chrome/toolkit/content/global/xml/XMLPrettyPrint.css
-lib/firefox/chrome/toolkit/content/global/xml/XMLPrettyPrint.xml
 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
@@ -4553,8 +4541,6 @@ lib/firefox/chrome/toolkit/content/mozap
 lib/firefox/chrome/toolkit/content/mozapps/extensions/blocklist.xml
 lib/firefox/chrome/toolkit/content/mozapps/extensions/blocklist.xul
 lib/firefox/chrome/toolkit/content/mozapps/extensions/default-theme-icon.svg
-lib/firefox/chrome/toolkit/content/mozapps/extensions/eula.js
-lib/firefox/chrome/toolkit/content/mozapps/extensions/eula.xul
 lib/firefox/chrome/toolkit/content/mozapps/extensions/extensions.css
 lib/firefox/chrome/toolkit/content/mozapps/extensions/extensions.js
 lib/firefox/chrome/toolkit/content/mozapps/extensions/extensions.xml
@@ -4578,7 +4564,6 @@ lib/firefox/chrome/toolkit/content/mozap
 lib/firefox/chrome/toolkit/content/passwordmgr/passwordManager.js
 lib/firefox/chrome/toolkit/content/passwordmgr/passwordManager.xul
 lib/firefox/chrome/toolkit/content/passwordmgr/recipes.json
-lib/firefox/chrome/toolkit/content/preferences.properties
 lib/firefox/chrome/toolkit/content/providers.json
 lib/firefox/chrome/toolkit/content/satchel/formSubmitListener.js
 lib/firefox/chrome/toolkit/content/xbl-marquee/xbl-marquee.css
@@ -4681,16 +4666,15 @@ lib/firefox/chrome/toolkit/skin/classic/
 lib/firefox/chrome/toolkit/skin/classic/global/dropmarker.css
 lib/firefox/chrome/toolkit/skin/classic/global/findBar.css
 lib/firefox/chrome/toolkit/skin/classic/global/global.css
-lib/firefox/chrome/toolkit/skin/classic/global/groupbox.css
 lib/firefox/chrome/toolkit/skin/classic/global/icons/Authentication.png
 lib/firefox/chrome/toolkit/skin/classic/global/icons/arrow-dropdown-12.svg
 lib/firefox/chrome/toolkit/skin/classic/global/icons/arrow-dropdown-16.svg
+lib/firefox/chrome/toolkit/skin/classic/global/icons/arrow-up-12.svg
 lib/firefox/chrome/toolkit/skin/classic/global/icons/autoscroll-horizontal.svg
 lib/firefox/chrome/toolkit/skin/classic/global/icons/autoscroll-vertical.svg
 lib/firefox/chrome/toolkit/skin/classic/global/icons/autoscroll.svg
-lib/firefox/chrome/toolkit/skin/classic/global/icons/blacklist_favicon.png
-lib/firefox/chrome/toolkit/skin/classic/global/icons/blacklist_large.png
 lib/firefox/chrome/toolkit/skin/classic/global/icons/blocked.svg
+lib/firefox/chrome/toolkit/skin/classic/global/icons/blocklist_favicon.png
 lib/firefox/chrome/toolkit/skin/classic/global/icons/calendar-arrow-left.svg
 lib/firefox/chrome/toolkit/skin/classic/global/icons/calendar-arrow-right.svg
 lib/firefox/chrome/toolkit/skin/classic/global/icons/check-partial.svg
@@ -4700,6 +4684,7 @@ lib/firefox/chrome/toolkit/skin/classic/
 lib/firefox/chrome/toolkit/skin/classic/global/icons/error.svg
 lib/firefox/chrome/toolkit/skin/classic/global/icons/find-next-arrow.svg
 lib/firefox/chrome/toolkit/skin/classic/global/icons/find-previous-arrow.svg
+lib/firefox/chrome/toolkit/skin/classic/global/icons/heart.svg
 lib/firefox/chrome/toolkit/skin/classic/global/icons/help.svg
 lib/firefox/chrome/toolkit/skin/classic/global/icons/info.svg
 lib/firefox/chrome/toolkit/skin/classic/global/icons/loading.png
@@ -4757,8 +4742,15 @@ lib/firefox/chrome/toolkit/skin/classic/
 lib/firefox/chrome/toolkit/skin/classic/global/notification.css
 lib/firefox/chrome/toolkit/skin/classic/global/numberbox.css
 lib/firefox/chrome/toolkit/skin/classic/global/passwordmgr.css
+lib/firefox/chrome/toolkit/skin/classic/global/plugins/contentPluginBlocked.png
+lib/firefox/chrome/toolkit/skin/classic/global/plugins/contentPluginCrashed.png
+lib/firefox/chrome/toolkit/skin/classic/global/plugins/contentPluginStripe.png
+lib/firefox/chrome/toolkit/skin/classic/global/plugins/plugin-blocked.svg
+lib/firefox/chrome/toolkit/skin/classic/global/plugins/plugin.svg
+lib/firefox/chrome/toolkit/skin/classic/global/plugins/pluginGeneric.svg
+lib/firefox/chrome/toolkit/skin/classic/global/plugins/pluginHelp-16.png
+lib/firefox/chrome/toolkit/skin/classic/global/plugins/pluginProblem.css
 lib/firefox/chrome/toolkit/skin/classic/global/popup.css
-lib/firefox/chrome/toolkit/skin/classic/global/progressmeter.css
 lib/firefox/chrome/toolkit/skin/classic/global/radio.css
 lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Close-24x24.svg
 lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Content-Width-Minus-42x16.svg
@@ -4781,10 +4773,6 @@ lib/firefox/chrome/toolkit/skin/classic/
 lib/firefox/chrome/toolkit/skin/classic/global/tooltip.css
 lib/firefox/chrome/toolkit/skin/classic/global/tree.css
 lib/firefox/chrome/toolkit/skin/classic/global/tree/columnpicker.gif
-lib/firefox/chrome/toolkit/skin/classic/global/tree/sort-asc-classic.png
-lib/firefox/chrome/toolkit/skin/classic/global/tree/sort-asc.png
-lib/firefox/chrome/toolkit/skin/classic/global/tree/sort-dsc-classic.png
-lib/firefox/chrome/toolkit/skin/classic/global/tree/sort-dsc.png
 lib/firefox/chrome/toolkit/skin/classic/global/wizard.css
 lib/firefox/chrome/toolkit/skin/classic/mozapps/aboutNetworking.css
 lib/firefox/chrome/toolkit/skin/classic/mozapps/aboutProfiles.css
@@ -4804,26 +4792,16 @@ lib/firefox/chrome/toolkit/skin/classic/
 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/eula.css
 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
 lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/extensions.css
-lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/heart.png
 lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/rating-not-won.png
 lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/rating-won.png
 lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/themeGeneric.svg
 lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/utilities.svg
 lib/firefox/chrome/toolkit/skin/classic/mozapps/handling/handling.css
 lib/firefox/chrome/toolkit/skin/classic/mozapps/places/defaultFavicon.svg
-lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginBlocked.png
-lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginCrashed.png
-lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginStripe.png
-lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/plugin-blocked.svg
-lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/plugin.svg
-lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/pluginGeneric.svg
-lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/pluginHelp-16.png
-lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/pluginProblem.css
 lib/firefox/chrome/toolkit/skin/classic/mozapps/profile/profileSelection.css
 lib/firefox/chrome/toolkit/skin/classic/mozapps/update/downloadButtons.png
 lib/firefox/chrome/toolkit/skin/classic/mozapps/update/updates.css
@@ -4884,7 +4862,6 @@ lib/firefox/components/nsDefaultCLH.js
 lib/firefox/components/nsFormAutoComplete.js
 lib/firefox/components/nsHelperAppDlg.js
 lib/firefox/components/nsInputListAutoComplete.js
-lib/firefox/components/nsLivemarkService.js
 lib/firefox/components/nsLoginInfo.js
 lib/firefox/components/nsLoginManager.js
 lib/firefox/components/nsLoginManagerPrompter.js
@@ -4905,7 +4882,6 @@ lib/firefox/components/recording-cmdline
 lib/firefox/components/shield-content-process.js
 lib/firefox/components/simpleServices.js
 lib/firefox/components/storage-json.js
-lib/firefox/components/txEXSLTRegExFunctions.js
 lib/firefox/contentaccessible/ImageDocument.css
 lib/firefox/contentaccessible/TopLevelImageDocument.css
 lib/firefox/contentaccessible/TopLevelVideoDocument.css
@@ -4968,13 +4944,21 @@ lib/firefox/libmozgtk.so
 lib/firefox/libmozsqlite3.so
 lib/firefox/libxul.so
 lib/firefox/localization/en-US/crashreporter/aboutcrashes.ftl
+lib/firefox/localization/en-US/security/certificates/certManager.ftl
+lib/firefox/localization/en-US/security/certificates/deviceManager.ftl
 lib/firefox/localization/en-US/toolkit/about/aboutAbout.ftl
+lib/firefox/localization/en-US/toolkit/about/aboutAddons.ftl
 lib/firefox/localization/en-US/toolkit/about/aboutConfig.ftl
+lib/firefox/localization/en-US/toolkit/about/aboutNetworking.ftl
 lib/firefox/localization/en-US/toolkit/about/aboutPerformance.ftl
+lib/firefox/localization/en-US/toolkit/about/aboutPlugins.ftl
 lib/firefox/localization/en-US/toolkit/about/aboutProfiles.ftl
+lib/firefox/localization/en-US/toolkit/about/aboutServiceWorkers.ftl
 lib/firefox/localization/en-US/toolkit/about/url-classifier.ftl
 lib/firefox/localization/en-US/toolkit/main-window/editmenu.ftl
 lib/firefox/localization/en-US/toolkit/main-window/findbar.ftl
+lib/firefox/localization/en-US/toolkit/preferences/preferences.ftl
+lib/firefox/localization/en-US/toolkit/updates/history.ftl
 lib/firefox/modules/AboutPagesUtils.jsm
 lib/firefox/modules/AboutReader.jsm
 lib/firefox/modules/ActorChild.jsm
@@ -5099,7 +5083,6 @@ lib/firefox/modules/Integration.jsm
 lib/firefox/modules/JSONFile.jsm
 lib/firefox/modules/L10nRegistry.jsm
 lib/firefox/modules/LanguagePrompt.jsm
-lib/firefox/modules/LegacyExtensionsUtils.jsm
 lib/firefox/modules/LightweightThemeConsumer.jsm
 lib/firefox/modules/LightweightThemeManager.jsm
 lib/firefox/modules/Localization.jsm
@@ -5177,7 +5160,6 @@ lib/firefox/modules/ResetProfile.jsm
 lib/firefox/modules/ResponsivenessMonitor.jsm
 lib/firefox/modules/SafeBrowsing.jsm
 lib/firefox/modules/Schemas.jsm
-lib/firefox/modules/ScrollPosition.jsm
 lib/firefox/modules/SearchStaticData.jsm
 lib/firefox/modules/SearchSuggestionController.jsm
 lib/firefox/modules/SecurityInfo.jsm
@@ -5197,13 +5179,13 @@ lib/firefox/modules/TelemetryEnvironment
 lib/firefox/modules/TelemetryReportingPolicy.jsm
 lib/firefox/modules/TelemetrySend.jsm
 lib/firefox/modules/TelemetrySession.jsm
-lib/firefox/modules/TelemetryStopwatch.jsm
 lib/firefox/modules/TelemetryStorage.jsm
 lib/firefox/modules/TelemetryTimestamps.jsm
 lib/firefox/modules/TelemetryUtils.jsm
 lib/firefox/modules/Timer.jsm
 lib/firefox/modules/Troubleshoot.jsm
 lib/firefox/modules/UITelemetry.jsm
+lib/firefox/modules/UntrustedModulesPing.jsm
 lib/firefox/modules/UpdatePing.jsm
 lib/firefox/modules/UpdateUtils.jsm
 lib/firefox/modules/UserAgentOverrides.jsm
@@ -5234,6 +5216,7 @@ lib/firefox/modules/addons/AddonUpdateCh
 lib/firefox/modules/addons/Content.js
 lib/firefox/modules/addons/GMPProvider.jsm
 lib/firefox/modules/addons/LightweightThemeImageOptimizer.jsm
+lib/firefox/modules/addons/LightweightThemePersister.jsm
 lib/firefox/modules/addons/PluginProvider.jsm
 lib/firefox/modules/addons/ProductAddonChecker.jsm
 lib/firefox/modules/addons/RDFDataSource.jsm
@@ -5300,6 +5283,10 @@ lib/firefox/modules/services-common/util
 lib/firefox/modules/services-crypto/WeaveCrypto.js
 lib/firefox/modules/services-crypto/jwcrypto.jsm
 lib/firefox/modules/services-crypto/utils.js
+lib/firefox/modules/services-settings/RemoteSettingsClient.jsm
+lib/firefox/modules/services-settings/RemoteSettingsWorker.js
+lib/firefox/modules/services-settings/RemoteSettingsWorker.jsm
+lib/firefox/modules/services-settings/Utils.jsm
 lib/firefox/modules/services-settings/remote-settings.js
 lib/firefox/modules/services-sync/SyncDisconnect.jsm
 lib/firefox/modules/services-sync/SyncedTabs.jsm
@@ -5345,6 +5332,7 @@ lib/firefox/modules/subprocess/subproces
 lib/firefox/modules/subprocess/subprocess_worker_common.js
 lib/firefox/modules/subprocess/subprocess_worker_unix.js
 lib/firefox/modules/third_party/jsesc/jsesc.js
+lib/firefox/modules/txEXSLTRegExFunctions.jsm
 lib/firefox/modules/vtt.jsm
 lib/firefox/modules/workers/PromiseWorker.js
 lib/firefox/modules/workers/require.js

Index: pkgsrc/www/firefox/distinfo
diff -u pkgsrc/www/firefox/distinfo:1.335 pkgsrc/www/firefox/distinfo:1.336
--- pkgsrc/www/firefox/distinfo:1.335   Thu Jan 10 13:37:40 2019
+++ pkgsrc/www/firefox/distinfo Tue Jan 29 16:28:22 2019
@@ -1,26 +1,26 @@
-$NetBSD: distinfo,v 1.335 2019/01/10 13:37:40 ryoon Exp $
+$NetBSD: distinfo,v 1.336 2019/01/29 16:28:22 ryoon Exp $
 
-SHA1 (firefox-64.0.2.source.tar.xz) = a2a4199b61456ed6c051066f00715ad3042b3817
-RMD160 (firefox-64.0.2.source.tar.xz) = 7c10e29e8dc766adccf877b2ad87e1f8a59146b7
-SHA512 (firefox-64.0.2.source.tar.xz) = ad1e299fb0e1cc35ef7414d6ffc50edb14c365fce7e9383ea82f77c9f38f408024e2941952ead5b39725a7078a43493617924626cac723a0518e4504a2afbfbb
-Size (firefox-64.0.2.source.tar.xz) = 273075852 bytes
+SHA1 (firefox-65.0.source.tar.xz) = fb79c84b58da18ca9248058c68b95bbcea829512
+RMD160 (firefox-65.0.source.tar.xz) = 22124edda9588fb0a64b2f7494dd3a0ee99df6d4
+SHA512 (firefox-65.0.source.tar.xz) = 10ab04612c55f020fd4fe9ba7184f77e27bb62e7204ebd4e2e8e4af9fbb97b5594dd057b3c9c1fd960a48cedfd09c11939210dba873cc66ee651dc83dc9cbed2
+Size (firefox-65.0.source.tar.xz) = 278317028 bytes
 SHA1 (patch-aa) = 649bafc86814ed9819a51f8347c5058123bd2d51
-SHA1 (patch-browser_app_profile_firefox.js) = 1703cf075c25cdb6b55b2430b697506c5a35ebdf
+SHA1 (patch-browser_app_profile_firefox.js) = 527e2b0043ad12e8eb9feab4933733963f35b644
 SHA1 (patch-build_moz.configure_old.configure) = 91bab1cbbe02332ec076b49b6e598730202fbc99
-SHA1 (patch-dom_base_nsAttrName.h) = 89389af93bda7de9fd9a4b0fc6fa6505da390134
-SHA1 (patch-dom_media_CubebUtils.cpp) = ee3b7dca9f9486249b134262891d55dabe1a8f90
+SHA1 (patch-dom_base_nsAttrName.h) = ac7ba441a3b27df2855cf2673eea36b1cb44ad49
+SHA1 (patch-dom_media_CubebUtils.cpp) = cafbfb2781967ebe96b4f77b8a0630fff537fd02
 SHA1 (patch-gfx_angle_checkout_src_common_third__party_smhasher_src_PMurHash.cpp) = 383f25417ad74f3ef8034437b52fc23f3bcbfc24
 SHA1 (patch-gfx_angle_checkout_src_compiler_translator_InfoSink.h) = 2f73c76c48852613e0c55c1680fcc2a9eb3cf4ef
 SHA1 (patch-ipc_chromium_src_base_lock__impl__posix.cc) = 16e37fe54ba1d8d233f6b04dbd06e248305d7f6e
-SHA1 (patch-ipc_chromium_src_base_message__pump__libevent.cc) = ccc42a9dafa3747d305acb8cf177111ec8c31ade
+SHA1 (patch-ipc_chromium_src_base_message__pump__libevent.cc) = 5bd658e28e99982b3c261d3f1fe4f72347241dca
 SHA1 (patch-ipc_chromium_src_base_platform__thread__posix.cc) = bffcd93821440d7bd547158a418a7fb6721ca4c5
 SHA1 (patch-ipc_glue_CrossProcessSemaphore.h) = 25e24743060acf10c776c6b3b3660f52a2e9fbe8
-SHA1 (patch-ipc_glue_CrossProcessSemaphore__posix.cpp) = fcc514e85bca4a5f83d26cc3c6fa3fffe8f07fc7
+SHA1 (patch-ipc_glue_CrossProcessSemaphore__posix.cpp) = f8d155ee66008b7cc4052b6a889327543b89e0bb
 SHA1 (patch-ipc_glue_GeckoChildProcessHost.cpp) = 260c29bacd8bf265951b7a412f850bf2b292c836
-SHA1 (patch-js_src_gc_Memory.cpp) = 40d8285d3f5a060e68a2884dd81b39950f45ff95
+SHA1 (patch-js_src_gc_Memory.cpp) = 0d0e9d4ad0e7e7cf667134b8b2ec4a73f603c7fb
 SHA1 (patch-js_src_threading_posix_Thread.cpp) = 47e612a676e614fd6dd43b8a3140218a3fbdc7fa
-SHA1 (patch-js_src_util_NativeStack.cpp) = 31541b96f763024f78fb6b4ef69e0d8806b224fa
-SHA1 (patch-js_xpconnect_src_XPCMaps.cpp) = ff27c30fb34e0f1dcaade9a1163cb3407f01edef
+SHA1 (patch-js_src_util_NativeStack.cpp) = 482bec195d17bdf0f0565d9790f032eb33ecef1f
+SHA1 (patch-js_xpconnect_src_XPCMaps.cpp) = edca32214a2643eb6c89eac75f6e4200616e2c87
 SHA1 (patch-media_libcubeb_gtest_moz.build) = ea6dcc7ceeb76ce1fb9d508cf43080a2eef3a9e4
 SHA1 (patch-media_libcubeb_src_cubeb.c) = 4fe5512c89fa9e0dd64573d2784e5e0f7fd4d866
 SHA1 (patch-media_libcubeb_src_cubeb__alsa.c) = f359a66a22f11142d05746e15894d998d3e3bf5a
@@ -28,16 +28,15 @@ SHA1 (patch-media_libcubeb_src_cubeb__os
 SHA1 (patch-media_libcubeb_src_moz.build) = 10f8355e3b3c6d35cca99f3717246e8658860737
 SHA1 (patch-media_libcubeb_update.sh) = cddb5849fa2972e961e4891bc8a79a650df06d8d
 SHA1 (patch-media_libpng_pngpriv.h) = c8084332560017cd7c9b519b61d125fa28af0dbc
-SHA1 (patch-modules_pdfium_update.sh) = b0bf091325c9322c54880de067871354cd689038
 SHA1 (patch-python_mozbuild_mozbuild_action_check__binary.py) = 8103ca9f95fe98a4461c97abcd4cafd5ae5294f0
-SHA1 (patch-servo_components_style_build__gecko.rs) = 598ded91f6020cacd8cf60836b56aacf16fdd787
+SHA1 (patch-servo_components_style_build__gecko.rs) = dacdcb69de1c8409bda20b11afbfa49624005c72
 SHA1 (patch-toolkit_components_terminator_nsTerminator.cpp) = 082aa7830b33cb91c2606fb06059d544c70a7e62
 SHA1 (patch-toolkit_library_moz.build) = 102e3713552c26f76e8b4e473846bb8fbc44b278
 SHA1 (patch-toolkit_moz.configure) = 40ee147cc1d2c62dd6c83b3f67ce9e61f758ea57
 SHA1 (patch-toolkit_mozapps_installer_packager.mk) = b2343fbad2556504dfd13601c02e6e2357c7d2bc
-SHA1 (patch-toolkit_xre_glxtest.cpp) = cf048491778610454b914400e53072afedd96e7b
-SHA1 (patch-xpcom_base_nscore.h) = d7c96eda884d7f370442749c43caba50da61bbe4
-SHA1 (patch-xpcom_build_BinaryPath.h) = 9ec4b740388a4a887401efbb89810e96336576f7
-SHA1 (patch-xpcom_components_nsComponentManager.cpp) = 514b7c50cdeed9e7d2fbd8d8c951a4ea9b64685f
+SHA1 (patch-toolkit_xre_glxtest.cpp) = 6e09809c670e13d433e612f750439d7010e0f31e
+SHA1 (patch-xpcom_base_nscore.h) = 764ce84a9332728c8b1b645681740ba4b2e99a3b
+SHA1 (patch-xpcom_build_BinaryPath.h) = 23a08b26ee36100976e4ca12f57f62862ffbd71b
+SHA1 (patch-xpcom_components_nsComponentManager.cpp) = f9cc53b17dfa3d1992a6a6add99dcbef95b5c142
 SHA1 (patch-xpcom_reflect_xptcall_md_unix_moz.build) = 412da80be2aa43852e08ad35e6523ae0842167ab
 SHA1 (patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__sparc64__openbsd.cpp) = 569f10c29da6e8d30ee6b8568c85a629557a3943

Index: pkgsrc/www/firefox/mozilla-common.mk
diff -u pkgsrc/www/firefox/mozilla-common.mk:1.122 pkgsrc/www/firefox/mozilla-common.mk:1.123
--- pkgsrc/www/firefox/mozilla-common.mk:1.122  Sun Dec 23 01:11:26 2018
+++ pkgsrc/www/firefox/mozilla-common.mk        Tue Jan 29 16:28:22 2019
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.122 2018/12/23 01:11:26 gutteridge Exp $
+# $NetBSD: mozilla-common.mk,v 1.123 2019/01/29 16:28:22 ryoon Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -34,9 +34,6 @@ TOOL_DEPENDS+=                nodejs-[0-9]*:../../lang
 
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
 BUILD_DEPENDS+=                yasm>=1.1:../../devel/yasm
-
-# Enable Google widevine CDM. This requires external libwidevinecdm.so.
-#CONFIGURE_ARGS+=      --enable-eme=widevine
 .endif
 
 # For rustc/cargo detection

Index: pkgsrc/www/firefox/patches/patch-browser_app_profile_firefox.js
diff -u pkgsrc/www/firefox/patches/patch-browser_app_profile_firefox.js:1.10 pkgsrc/www/firefox/patches/patch-browser_app_profile_firefox.js:1.11
--- pkgsrc/www/firefox/patches/patch-browser_app_profile_firefox.js:1.10        Wed Dec 12 14:08:50 2018
+++ pkgsrc/www/firefox/patches/patch-browser_app_profile_firefox.js     Tue Jan 29 16:28:22 2019
@@ -1,14 +1,17 @@
-$NetBSD: patch-browser_app_profile_firefox.js,v 1.10 2018/12/12 14:08:50 ryoon Exp $
+$NetBSD: patch-browser_app_profile_firefox.js,v 1.11 2019/01/29 16:28:22 ryoon Exp $
 
---- browser/app/profile/firefox.js.orig        2018-12-07 02:56:20.000000000 +0000
+--- browser/app/profile/firefox.js.orig        2019-01-18 00:20:22.000000000 +0000
 +++ browser/app/profile/firefox.js
-@@ -1796,3 +1796,9 @@ pref("toolkit.coverage.endpoint.base", "
- #if defined(NIGHTLY_BUILD) && defined(MOZ_LIBPRIO)
+@@ -1770,6 +1770,12 @@ pref("toolkit.coverage.endpoint.base", "
  pref("prio.enabled", true);
  #endif
-+
+ 
 +// Select UI locale from LANG/LC_MESSAGE environmental variables
 +pref("intl.locale.requested", "");
 +
 +// Disable multiprocess window support. Workaround for PR 53273.
 +pref("browser.tabs.remote.autostart", false);
++
+ // Discovery prefs
+ pref("browser.discovery.enabled", true);
+ pref("browser.discovery.containers.enabled", true);

Index: pkgsrc/www/firefox/patches/patch-dom_base_nsAttrName.h
diff -u pkgsrc/www/firefox/patches/patch-dom_base_nsAttrName.h:1.1 pkgsrc/www/firefox/patches/patch-dom_base_nsAttrName.h:1.2
--- pkgsrc/www/firefox/patches/patch-dom_base_nsAttrName.h:1.1  Sun Nov  4 09:10:40 2018
+++ pkgsrc/www/firefox/patches/patch-dom_base_nsAttrName.h      Tue Jan 29 16:28:22 2019
@@ -1,9 +1,9 @@
-$NetBSD: patch-dom_base_nsAttrName.h,v 1.1 2018/11/04 09:10:40 maya Exp $
+$NetBSD: patch-dom_base_nsAttrName.h,v 1.2 2019/01/29 16:28:22 ryoon Exp $
 
 cbindgen gets confused by NetBSD's types being macros too
 https://mail-index.netbsd.org/tech-pkg/2018/10/25/msg020395.html
 
---- dom/base/nsAttrName.h.orig 2018-10-31 00:08:05.000000000 +0000
+--- dom/base/nsAttrName.h.orig 2019-01-18 00:20:23.000000000 +0000
 +++ dom/base/nsAttrName.h
 @@ -16,6 +16,10 @@
  #include "mozilla/dom/NodeInfo.h"
@@ -15,4 +15,4 @@ https://mail-index.netbsd.org/tech-pkg/2
 +#endif
  
  #define NS_ATTRNAME_NODEINFO_BIT 1
- class nsAttrName
+ class nsAttrName {
Index: pkgsrc/www/firefox/patches/patch-js_xpconnect_src_XPCMaps.cpp
diff -u pkgsrc/www/firefox/patches/patch-js_xpconnect_src_XPCMaps.cpp:1.1 pkgsrc/www/firefox/patches/patch-js_xpconnect_src_XPCMaps.cpp:1.2
--- pkgsrc/www/firefox/patches/patch-js_xpconnect_src_XPCMaps.cpp:1.1   Wed Nov  7 12:55:11 2018
+++ pkgsrc/www/firefox/patches/patch-js_xpconnect_src_XPCMaps.cpp       Tue Jan 29 16:28:22 2019
@@ -1,21 +1,21 @@
-$NetBSD: patch-js_xpconnect_src_XPCMaps.cpp,v 1.1 2018/11/07 12:55:11 martin Exp $
+$NetBSD: patch-js_xpconnect_src_XPCMaps.cpp,v 1.2 2019/01/29 16:28:22 ryoon Exp $
 
 Avoid alignement issues, see bugzilla
 see https://bugzilla.mozilla.org/show_bug.cgi?id=1434726
 
---- js/xpconnect/src/XPCMaps.cpp.orig  2018-10-31 01:08:09.000000000 +0100
-+++ js/xpconnect/src/XPCMaps.cpp       2018-11-07 13:03:15.754241064 +0100
-@@ -23,7 +23,13 @@ using namespace mozilla;
- static PLDHashNumber
- HashIIDPtrKey(const void* key)
- {
+--- js/xpconnect/src/XPCMaps.cpp.orig  2019-01-18 00:20:42.000000000 +0000
++++ js/xpconnect/src/XPCMaps.cpp
+@@ -21,7 +21,13 @@ using namespace mozilla;
+ // nsID, not the hash of the pointer to the nsID.
+ 
+ static PLDHashNumber HashIIDPtrKey(const void* key) {
 +#ifdef __sparc__
-+    uintptr_t v;
-+    memcpy(&v, key, sizeof(v));
-+    return HashGeneric(&v);
++ uintptr_t v;
++ memcpy(&v, key, sizeof(v));
++ return HashGeneric(&v);
 +#else
-     return HashGeneric(*((uintptr_t*)key));
+   return HashGeneric(*((uintptr_t*)key));
 +#endif
  }
  
- static bool
+ static bool MatchIIDPtrKey(const PLDHashEntryHdr* entry, const void* key) {
Index: pkgsrc/www/firefox/patches/patch-toolkit_xre_glxtest.cpp
diff -u pkgsrc/www/firefox/patches/patch-toolkit_xre_glxtest.cpp:1.1 pkgsrc/www/firefox/patches/patch-toolkit_xre_glxtest.cpp:1.2
--- pkgsrc/www/firefox/patches/patch-toolkit_xre_glxtest.cpp:1.1        Sun Jul  5 11:55:06 2015
+++ pkgsrc/www/firefox/patches/patch-toolkit_xre_glxtest.cpp    Tue Jan 29 16:28:22 2019
@@ -1,16 +1,16 @@
-$NetBSD: patch-toolkit_xre_glxtest.cpp,v 1.1 2015/07/05 11:55:06 martin Exp $
+$NetBSD: patch-toolkit_xre_glxtest.cpp,v 1.2 2019/01/29 16:28:22 ryoon Exp $
 
 Fix libGL filename on NetBSD,
 see https://bugzilla.mozilla.org/show_bug.cgi?id=1180498
 
---- toolkit/xre/glxtest.cpp.orig       2015-07-04 20:26:15.000000000 +0200
-+++ toolkit/xre/glxtest.cpp    2015-07-04 20:26:15.000000000 +0200
-@@ -124,7 +124,7 @@ void glxtest()
-     fatal_error("The MOZ_AVOID_OPENGL_ALTOGETHER environment variable is defined");
+--- toolkit/xre/glxtest.cpp.orig       2019-01-18 00:21:31.000000000 +0000
++++ toolkit/xre/glxtest.cpp
+@@ -116,7 +116,7 @@ void glxtest() {
+         "The MOZ_AVOID_OPENGL_ALTOGETHER environment variable is defined");
  
-   ///// Open libGL and load needed symbols /////
+     ///// Open libGL and load needed symbols /////
 -#ifdef __OpenBSD__
 +#if defined(__OpenBSD__) || defined(__NetBSD__)
-   #define LIBGL_FILENAME "libGL.so"
+ #define LIBGL_FILENAME "libGL.so"
  #else
-   #define LIBGL_FILENAME "libGL.so.1"
+ #define LIBGL_FILENAME "libGL.so.1"

Index: pkgsrc/www/firefox/patches/patch-dom_media_CubebUtils.cpp
diff -u pkgsrc/www/firefox/patches/patch-dom_media_CubebUtils.cpp:1.2 pkgsrc/www/firefox/patches/patch-dom_media_CubebUtils.cpp:1.3
--- pkgsrc/www/firefox/patches/patch-dom_media_CubebUtils.cpp:1.2       Sun Nov  4 00:38:44 2018
+++ pkgsrc/www/firefox/patches/patch-dom_media_CubebUtils.cpp   Tue Jan 29 16:28:22 2019
@@ -1,14 +1,13 @@
-$NetBSD: patch-dom_media_CubebUtils.cpp,v 1.2 2018/11/04 00:38:44 ryoon Exp $
+$NetBSD: patch-dom_media_CubebUtils.cpp,v 1.3 2019/01/29 16:28:22 ryoon Exp $
 
---- dom/media/CubebUtils.cpp.orig      2018-10-18 20:06:04.000000000 +0000
+--- dom/media/CubebUtils.cpp.orig      2019-01-18 00:20:24.000000000 +0000
 +++ dom/media/CubebUtils.cpp
-@@ -159,7 +159,8 @@ const char* AUDIOSTREAM_BACKEND_ID_STR[]
-   "sndio",
-   "opensl",
-   "audiotrack",
--  "kai"
-+  "kai",
-+  "oss",
- };
+@@ -151,7 +151,7 @@ const char kBrandBundleURL[] = "chrome:/
+ 
+ const char* AUDIOSTREAM_BACKEND_ID_STR[] = {
+     "jack",  "pulse",       "alsa",  "audiounit", "audioqueue", "wasapi",
+-    "winmm", "directsound", "sndio", "opensl",    "audiotrack", "kai"};
++    "winmm", "directsound", "sndio", "opensl",    "audiotrack", "kai", "oss"};
  /* Index for failures to create an audio stream the first time. */
  const int CUBEB_BACKEND_INIT_FAILURE_FIRST =
+     ArrayLength(AUDIOSTREAM_BACKEND_ID_STR);
Index: pkgsrc/www/firefox/patches/patch-xpcom_components_nsComponentManager.cpp
diff -u pkgsrc/www/firefox/patches/patch-xpcom_components_nsComponentManager.cpp:1.2 pkgsrc/www/firefox/patches/patch-xpcom_components_nsComponentManager.cpp:1.3
--- pkgsrc/www/firefox/patches/patch-xpcom_components_nsComponentManager.cpp:1.2        Wed Nov 14 18:51:40 2018
+++ pkgsrc/www/firefox/patches/patch-xpcom_components_nsComponentManager.cpp    Tue Jan 29 16:28:22 2019
@@ -1,12 +1,12 @@
-$NetBSD: patch-xpcom_components_nsComponentManager.cpp,v 1.2 2018/11/14 18:51:40 wiz Exp $
+$NetBSD: patch-xpcom_components_nsComponentManager.cpp,v 1.3 2019/01/29 16:28:22 ryoon Exp $
 
 Ensure symbols aren't pruned from being unused.
 
---- xpcom/components/nsComponentManager.cpp.orig       2018-10-31 00:08:15.000000000 +0000
+--- xpcom/components/nsComponentManager.cpp.orig       2019-01-18 00:21:31.000000000 +0000
 +++ xpcom/components/nsComponentManager.cpp
-@@ -298,8 +298,13 @@ extern mozilla::Module const* const __st
+@@ -267,8 +267,13 @@ NSMODULE_ASAN_BLACKLIST __declspec(alloc
  
- #  if defined(__ELF__) || (defined(_WIN32) && defined(__GNUC__))
+ #if defined(__ELF__) || (defined(_WIN32) && defined(__GNUC__))
  
 +#ifdef __sun
 +extern "C" mozilla::Module const* const __start_kPStaticModules = nullptr;
@@ -16,5 +16,5 @@ Ensure symbols aren't pruned from being 
  extern "C" mozilla::Module const* const __stop_kPStaticModules;
 +#endif
  
- #  elif defined(__MACH__)
+ #elif defined(__MACH__)
  

Index: pkgsrc/www/firefox/patches/patch-ipc_chromium_src_base_message__pump__libevent.cc
diff -u pkgsrc/www/firefox/patches/patch-ipc_chromium_src_base_message__pump__libevent.cc:1.9 pkgsrc/www/firefox/patches/patch-ipc_chromium_src_base_message__pump__libevent.cc:1.10
--- pkgsrc/www/firefox/patches/patch-ipc_chromium_src_base_message__pump__libevent.cc:1.9       Sun Nov  4 00:38:44 2018
+++ pkgsrc/www/firefox/patches/patch-ipc_chromium_src_base_message__pump__libevent.cc   Tue Jan 29 16:28:22 2019
@@ -1,8 +1,8 @@
-$NetBSD: patch-ipc_chromium_src_base_message__pump__libevent.cc,v 1.9 2018/11/04 00:38:44 ryoon Exp $
+$NetBSD: patch-ipc_chromium_src_base_message__pump__libevent.cc,v 1.10 2019/01/29 16:28:22 ryoon Exp $
 
 Allow older libevent
 
---- ipc/chromium/src/base/message_pump_libevent.cc.orig        2018-10-18 20:06:05.000000000 +0000
+--- ipc/chromium/src/base/message_pump_libevent.cc.orig        2019-01-18 00:20:30.000000000 +0000
 +++ ipc/chromium/src/base/message_pump_libevent.cc
 @@ -22,6 +22,7 @@
  
@@ -10,12 +10,12 @@ Allow older libevent
  // ipc/chromiume/src/third_party/<platform>/event2/event-config.h are correct.
 +#if 0
  #if defined(_EVENT_SIZEOF_SHORT)
- #define CHECK_EVENT_SIZEOF(TYPE, type) \
-     static_assert(_EVENT_SIZEOF_##TYPE == sizeof(type), \
+ #define CHECK_EVENT_SIZEOF(TYPE, type)                \
+   static_assert(_EVENT_SIZEOF_##TYPE == sizeof(type), \
 @@ -41,6 +42,7 @@ CHECK_EVENT_SIZEOF(PTHREAD_T, pthread_t)
- CHECK_EVENT_SIZEOF(SHORT,     short);
- CHECK_EVENT_SIZEOF(SIZE_T,    size_t);
- CHECK_EVENT_SIZEOF(VOID_P,    void*);
+ CHECK_EVENT_SIZEOF(SHORT, short);
+ CHECK_EVENT_SIZEOF(SIZE_T, size_t);
+ CHECK_EVENT_SIZEOF(VOID_P, void*);
 +#endif
  
  // Lifecycle of struct event

Index: pkgsrc/www/firefox/patches/patch-ipc_glue_CrossProcessSemaphore__posix.cpp
diff -u pkgsrc/www/firefox/patches/patch-ipc_glue_CrossProcessSemaphore__posix.cpp:1.4 pkgsrc/www/firefox/patches/patch-ipc_glue_CrossProcessSemaphore__posix.cpp:1.5
--- pkgsrc/www/firefox/patches/patch-ipc_glue_CrossProcessSemaphore__posix.cpp:1.4      Sun Nov  4 00:38:44 2018
+++ pkgsrc/www/firefox/patches/patch-ipc_glue_CrossProcessSemaphore__posix.cpp  Tue Jan 29 16:28:22 2019
@@ -1,6 +1,6 @@
-$NetBSD: patch-ipc_glue_CrossProcessSemaphore__posix.cpp,v 1.4 2018/11/04 00:38:44 ryoon Exp $
+$NetBSD: patch-ipc_glue_CrossProcessSemaphore__posix.cpp,v 1.5 2019/01/29 16:28:22 ryoon Exp $
 
---- ipc/glue/CrossProcessSemaphore_posix.cpp.orig      2018-10-18 20:06:05.000000000 +0000
+--- ipc/glue/CrossProcessSemaphore_posix.cpp.orig      2019-01-18 00:20:30.000000000 +0000
 +++ ipc/glue/CrossProcessSemaphore_posix.cpp
 @@ -9,6 +9,11 @@
  #include "nsDebug.h"
@@ -14,8 +14,8 @@ $NetBSD: patch-ipc_glue_CrossProcessSema
  
  static const uint64_t kNsPerMs = 1000000;
  static const uint64_t kNsPerSec = 1000000000;
-@@ -17,7 +22,13 @@ namespace {
- 
+@@ -16,7 +21,13 @@ static const uint64_t kNsPerSec = 100000
+ namespace {
  
  struct SemaphoreData {
 +#if defined(__NetBSD__)
@@ -28,7 +28,7 @@ $NetBSD: patch-ipc_glue_CrossProcessSema
    mozilla::Atomic<int32_t> mRefCount;
    uint32_t mInitialValue;
  };
-@@ -44,13 +55,27 @@ CrossProcessSemaphore::Create(const char
+@@ -42,13 +53,27 @@ namespace mozilla {
      return nullptr;
    }
  
@@ -56,7 +56,7 @@ $NetBSD: patch-ipc_glue_CrossProcessSema
    sem->mRefCount = &data->mRefCount;
    *sem->mRefCount = 1;
  
-@@ -86,24 +111,44 @@ CrossProcessSemaphore::Create(CrossProce
+@@ -83,23 +108,44 @@ namespace mozilla {
  
    int32_t oldCount = data->mRefCount++;
    if (oldCount == 0) {
@@ -89,19 +89,20 @@ $NetBSD: patch-ipc_glue_CrossProcessSema
    return sem;
  }
  
- 
  CrossProcessSemaphore::CrossProcessSemaphore()
+-    : mSemaphore(nullptr), mRefCount(nullptr) {
 +#if defined(__NetBSD__)
 +  : mMutex (nullptr)
 +  , mNotZero (nullptr)
 +  , mValue (nullptr)
 +#else
-   : mSemaphore(nullptr)
++    : mSemaphore(nullptr)
 +#endif
-   , mRefCount(nullptr)
- {
++    , mRefCount(nullptr) {
    MOZ_COUNT_CTOR(CrossProcessSemaphore);
-@@ -115,17 +160,58 @@ CrossProcessSemaphore::~CrossProcessSema
+ }
+ 
+@@ -108,16 +154,57 @@ CrossProcessSemaphore::~CrossProcessSema
  
    if (oldCount == 0) {
      // Nothing can be done if the destroy fails so ignore return code.
@@ -134,10 +135,9 @@ $NetBSD: patch-ipc_glue_CrossProcessSema
 +}
 +#endif
 +
- bool
- CrossProcessSemaphore::Wait(const Maybe<TimeDuration>& aWaitTime)
- {
-   MOZ_ASSERT(*mRefCount > 0, "Attempting to wait on a semaphore with zero ref count");
+ bool CrossProcessSemaphore::Wait(const Maybe<TimeDuration>& aWaitTime) {
+   MOZ_ASSERT(*mRefCount > 0,
+              "Attempting to wait on a semaphore with zero ref count");
    int ret;
 +#if defined(__NetBSD__)
 +  struct timespec ts = makeAbsTime(aWaitTime);
@@ -160,7 +160,7 @@ $NetBSD: patch-ipc_glue_CrossProcessSema
    if (aWaitTime.isSome()) {
      struct timespec ts;
      if (clock_gettime(CLOCK_REALTIME, &ts) == -1) {
-@@ -142,6 +228,7 @@ CrossProcessSemaphore::Wait(const Maybe<
+@@ -134,13 +221,24 @@ bool CrossProcessSemaphore::Wait(const M
      while ((ret = sem_wait(mSemaphore)) == -1 && errno == EINTR) {
      }
    }
@@ -168,10 +168,9 @@ $NetBSD: patch-ipc_glue_CrossProcessSema
    return ret == 0;
  }
  
-@@ -149,7 +236,17 @@ void
- CrossProcessSemaphore::Signal()
- {
-   MOZ_ASSERT(*mRefCount > 0, "Attempting to signal a semaphore with zero ref count");
+ void CrossProcessSemaphore::Signal() {
+   MOZ_ASSERT(*mRefCount > 0,
+              "Attempting to signal a semaphore with zero ref count");
 +#if defined(__NetBSD__)
 +  int ret;
 +  ret = pthread_mutex_lock(mMutex);
@@ -185,4 +184,4 @@ $NetBSD: patch-ipc_glue_CrossProcessSema
 +#endif
  }
  
- CrossProcessSemaphoreHandle
+ CrossProcessSemaphoreHandle CrossProcessSemaphore::ShareToProcess(
Index: pkgsrc/www/firefox/patches/patch-js_src_gc_Memory.cpp
diff -u pkgsrc/www/firefox/patches/patch-js_src_gc_Memory.cpp:1.4 pkgsrc/www/firefox/patches/patch-js_src_gc_Memory.cpp:1.5
--- pkgsrc/www/firefox/patches/patch-js_src_gc_Memory.cpp:1.4   Tue Jun 26 09:37:10 2018
+++ pkgsrc/www/firefox/patches/patch-js_src_gc_Memory.cpp       Tue Jan 29 16:28:22 2019
@@ -1,23 +1,23 @@
-$NetBSD: patch-js_src_gc_Memory.cpp,v 1.4 2018/06/26 09:37:10 jperkin Exp $
+$NetBSD: patch-js_src_gc_Memory.cpp,v 1.5 2019/01/29 16:28:22 ryoon Exp $
 
 Support SunOS/x86_64.
 
---- js/src/gc/Memory.cpp.orig  2018-06-05 19:47:29.000000000 +0000
+--- js/src/gc/Memory.cpp.orig  2019-01-18 00:20:30.000000000 +0000
 +++ js/src/gc/Memory.cpp
-@@ -504,6 +504,7 @@ MapMemoryAt(void* desired, size_t length
- {
+@@ -487,6 +487,7 @@ static inline void* MapMemoryAt(void* de
+                                 off_t offset = 0) {
  
- #if defined(__ia64__) || defined(__aarch64__) || \
+ #if defined(__ia64__) || defined(__aarch64__) ||  \
 +    (defined(__sun) && defined(__x86_64__)) || \
-     (defined(__sparc__) && defined(__arch64__) && (defined(__NetBSD__) || defined(__linux__)))
-     MOZ_ASSERT((0xffff800000000000ULL & (uintptr_t(desired) + length - 1)) == 0);
- #endif
-@@ -554,7 +555,7 @@ MapMemory(size_t length, int prot = PROT
-         return nullptr;
-     }
-     return region;
--#elif defined(__aarch64__) || (defined(__sparc__) && defined(__arch64__) && defined(__linux__))
-+#elif defined(__aarch64__) || (defined(__sparc__) && defined(__arch64__) && defined(__linux__)) || (defined(__sun) && defined(__x86_64__))
-    /*
-     * There might be similar virtual address issue on arm64 which depends on
-     * hardware and kernel configurations. But the work around is slightly
+     (defined(__sparc__) && defined(__arch64__) && \
+      (defined(__NetBSD__) || defined(__linux__)))
+   MOZ_ASSERT((0xffff800000000000ULL & (uintptr_t(desired) + length - 1)) == 0);
+@@ -544,7 +545,7 @@ static inline void* MapMemory(size_t len
+   }
+   return region;
+ #elif defined(__aarch64__) || \
+-    (defined(__sparc__) && defined(__arch64__) && defined(__linux__))
++    (defined(__sparc__) && defined(__arch64__) && defined(__linux__)) || (defined(__sun) && defined(__x86_64__))
+   /*
+    * There might be similar virtual address issue on arm64 which depends on
+    * hardware and kernel configurations. But the work around is slightly

Index: pkgsrc/www/firefox/patches/patch-js_src_util_NativeStack.cpp
diff -u pkgsrc/www/firefox/patches/patch-js_src_util_NativeStack.cpp:1.3 pkgsrc/www/firefox/patches/patch-js_src_util_NativeStack.cpp:1.4
--- pkgsrc/www/firefox/patches/patch-js_src_util_NativeStack.cpp:1.3    Tue Sep 25 12:55:53 2018
+++ pkgsrc/www/firefox/patches/patch-js_src_util_NativeStack.cpp        Tue Jan 29 16:28:22 2019
@@ -1,20 +1,20 @@
-$NetBSD: patch-js_src_util_NativeStack.cpp,v 1.3 2018/09/25 12:55:53 jperkin Exp $
+$NetBSD: patch-js_src_util_NativeStack.cpp,v 1.4 2019/01/29 16:28:22 ryoon Exp $
 
 Support SunOS.
 
---- js/src/util/NativeStack.cpp.orig   2018-08-30 16:44:22.000000000 +0000
+--- js/src/util/NativeStack.cpp.orig   2019-01-18 00:20:37.000000000 +0000
 +++ js/src/util/NativeStack.cpp
 @@ -13,7 +13,7 @@
- # if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
- #  include <pthread_np.h>
- # endif
--# if defined(SOLARIS) || defined(AIX)
-+# if defined(__sun) || defined(AIX)
- #  include <ucontext.h>
- # endif
- # if defined(ANDROID) && !defined(__aarch64__)
-@@ -46,7 +46,7 @@ js::GetNativeStackBaseImpl()
-     return static_cast<void*>(pTib->StackBase);
+ #if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
+ #include <pthread_np.h>
+ #endif
+-#if defined(SOLARIS) || defined(AIX)
++#if defined(__sun) || defined(AIX)
+ #include <ucontext.h>
+ #endif
+ #if defined(ANDROID) && !defined(__aarch64__)
+@@ -40,7 +40,7 @@ void* js::GetNativeStackBaseImpl() {
+   return static_cast<void*>(pTib->StackBase);
  }
  
 -#elif defined(SOLARIS)
@@ -22,11 +22,11 @@ Support SunOS.
  
  JS_STATIC_ASSERT(JS_STACK_GROWTH_DIRECTION < 0);
  
-@@ -134,6 +134,7 @@ js::GetNativeStackBaseImpl()
- #  elif defined(PTHREAD_NP_H) || defined(_PTHREAD_NP_H_) || defined(NETBSD)
-     /* e.g. on FreeBSD 4.8 or newer, neundorf%kde.org@localhost */
-     pthread_attr_get_np(thread, &sattr);
-+#  elif defined(__sun)
- #  else
-     /*
-      * FIXME: this function is non-portable;
+@@ -128,6 +128,7 @@ void* js::GetNativeStackBaseImpl() {
+ #elif defined(PTHREAD_NP_H) || defined(_PTHREAD_NP_H_) || defined(NETBSD)
+   /* e.g. on FreeBSD 4.8 or newer, neundorf%kde.org@localhost */
+   pthread_attr_get_np(thread, &sattr);
++#elif defined(__sun)
+ #else
+   /*
+    * FIXME: this function is non-portable;
Index: pkgsrc/www/firefox/patches/patch-servo_components_style_build__gecko.rs
diff -u pkgsrc/www/firefox/patches/patch-servo_components_style_build__gecko.rs:1.3 pkgsrc/www/firefox/patches/patch-servo_components_style_build__gecko.rs:1.4
--- pkgsrc/www/firefox/patches/patch-servo_components_style_build__gecko.rs:1.3 Wed Dec 12 14:08:50 2018
+++ pkgsrc/www/firefox/patches/patch-servo_components_style_build__gecko.rs     Tue Jan 29 16:28:22 2019
@@ -1,11 +1,11 @@
-$NetBSD: patch-servo_components_style_build__gecko.rs,v 1.3 2018/12/12 14:08:50 ryoon Exp $
+$NetBSD: patch-servo_components_style_build__gecko.rs,v 1.4 2019/01/29 16:28:22 ryoon Exp $
 
 * Fix build with __uint32_t etc. not found errors on NetBSD/amd64 8.99.2
 
---- servo/components/style/build_gecko.rs.orig 2018-12-11 15:22:37.369640063 +0000
+--- servo/components/style/build_gecko.rs.orig 2019-01-18 00:20:49.000000000 +0000
 +++ servo/components/style/build_gecko.rs
-@@ -542,6 +542,8 @@ mod bindings {
-                 )).mutable_borrowed_type(ty)
+@@ -559,6 +559,8 @@ mod bindings {
+                 .mutable_borrowed_type(ty)
                  .zero_size_type(ty, &structs_types);
          }
 +        builder = builder
Index: pkgsrc/www/firefox/patches/patch-xpcom_base_nscore.h
diff -u pkgsrc/www/firefox/patches/patch-xpcom_base_nscore.h:1.3 pkgsrc/www/firefox/patches/patch-xpcom_base_nscore.h:1.4
--- pkgsrc/www/firefox/patches/patch-xpcom_base_nscore.h:1.3    Thu Jun 16 12:08:21 2016
+++ pkgsrc/www/firefox/patches/patch-xpcom_base_nscore.h        Tue Jan 29 16:28:22 2019
@@ -1,15 +1,15 @@
-$NetBSD: patch-xpcom_base_nscore.h,v 1.3 2016/06/16 12:08:21 ryoon Exp $
+$NetBSD: patch-xpcom_base_nscore.h,v 1.4 2019/01/29 16:28:22 ryoon Exp $
 
 * Support llvm/clang
 
---- xpcom/base/nscore.h.orig   2014-05-29 23:31:50.000000000 +0000
+--- xpcom/base/nscore.h.orig   2019-01-18 00:21:31.000000000 +0000
 +++ xpcom/base/nscore.h
-@@ -114,7 +114,7 @@
+@@ -76,7 +76,7 @@
   *           NS_HIDDEN_(int) NS_FASTCALL func2(char *foo);
   */
  
 -#if defined(__i386__) && defined(__GNUC__)
 +#if defined(__i386__) && defined(__GNUC__) && !(defined(__clang__) && __clang_major__ == 3 && __clang_minor__ == 4 && __clang_patchlevel__ == 0)
- #define NS_FASTCALL __attribute__ ((regparm (3), stdcall))
- #define NS_CONSTRUCTOR_FASTCALL __attribute__ ((regparm (3), stdcall))
+ #define NS_FASTCALL __attribute__((regparm(3), stdcall))
+ #define NS_CONSTRUCTOR_FASTCALL __attribute__((regparm(3), stdcall))
  #elif defined(XP_WIN) && !defined(_WIN64)

Index: pkgsrc/www/firefox/patches/patch-xpcom_build_BinaryPath.h
diff -u pkgsrc/www/firefox/patches/patch-xpcom_build_BinaryPath.h:1.6 pkgsrc/www/firefox/patches/patch-xpcom_build_BinaryPath.h:1.7
--- pkgsrc/www/firefox/patches/patch-xpcom_build_BinaryPath.h:1.6       Sun Nov  4 04:46:57 2018
+++ pkgsrc/www/firefox/patches/patch-xpcom_build_BinaryPath.h   Tue Jan 29 16:28:22 2019
@@ -1,11 +1,11 @@
-$NetBSD: patch-xpcom_build_BinaryPath.h,v 1.6 2018/11/04 04:46:57 ryoon Exp $
+$NetBSD: patch-xpcom_build_BinaryPath.h,v 1.7 2019/01/29 16:28:22 ryoon Exp $
 
 * Fix build under netbsd-7, PR pkg/52956
 
---- xpcom/build/BinaryPath.h.orig      2018-10-18 20:06:16.000000000 +0000
+--- xpcom/build/BinaryPath.h.orig      2019-01-18 00:21:31.000000000 +0000
 +++ xpcom/build/BinaryPath.h
-@@ -22,7 +22,8 @@
-     defined(__OpenBSD__)
+@@ -21,7 +21,8 @@
+     defined(__FreeBSD_kernel__) || defined(__NetBSD__) || defined(__OpenBSD__)
  #include <sys/sysctl.h>
  #endif
 -#if defined(__OpenBSD__)
@@ -14,17 +14,17 @@ $NetBSD: patch-xpcom_build_BinaryPath.h,
  #include <sys/stat.h>
  #endif
  #include "mozilla/UniquePtr.h"
-@@ -172,7 +173,8 @@ private:
+@@ -164,7 +165,8 @@ class BinaryPath {
    }
  
  #elif defined(__FreeBSD__) || defined(__DragonFly__) || \
--      defined(__FreeBSD_kernel__) || defined(__NetBSD__)
+-    defined(__FreeBSD_kernel__) || defined(__NetBSD__)
 +      defined(__FreeBSD_kernel__) || \
 +      (defined(__NetBSD__) && defined(KERN_PROC_PATHNAME))
-   static nsresult Get(char aResult[MAXPATHLEN])
-   {
+   static nsresult Get(char aResult[MAXPATHLEN]) {
      int mib[4];
-@@ -257,6 +259,13 @@ private:
+     mib[0] = CTL_KERN;
+@@ -246,6 +248,13 @@ class BinaryPath {
      return NS_ERROR_FAILURE;
    }
  



Home | Main Index | Thread Index | Old Index