pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/firefox Updatet to 65.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/3f48cae76976
branches: trunk
changeset: 329029:3f48cae76976
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Tue Jan 29 16:28:22 2019 +0000
description:
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.
diffstat:
www/firefox/Makefile | 7 +-
www/firefox/PLIST | 342 ++++-----
www/firefox/distinfo | 37 +-
www/firefox/mozilla-common.mk | 5 +-
www/firefox/patches/patch-browser_app_profile_firefox.js | 13 +-
www/firefox/patches/patch-dom_base_nsAttrName.h | 6 +-
www/firefox/patches/patch-dom_media_CubebUtils.cpp | 19 +-
www/firefox/patches/patch-ipc_chromium_src_base_message__pump__libevent.cc | 14 +-
www/firefox/patches/patch-ipc_glue_CrossProcessSemaphore__posix.cpp | 41 +-
www/firefox/patches/patch-js_src_gc_Memory.cpp | 34 +-
www/firefox/patches/patch-js_src_util_NativeStack.cpp | 40 +-
www/firefox/patches/patch-js_xpconnect_src_XPCMaps.cpp | 24 +-
www/firefox/patches/patch-modules_pdfium_update.sh | 16 -
www/firefox/patches/patch-servo_components_style_build__gecko.rs | 8 +-
www/firefox/patches/patch-toolkit_xre_glxtest.cpp | 16 +-
www/firefox/patches/patch-xpcom_base_nscore.h | 10 +-
www/firefox/patches/patch-xpcom_build_BinaryPath.h | 18 +-
www/firefox/patches/patch-xpcom_components_nsComponentManager.cpp | 10 +-
18 files changed, 315 insertions(+), 345 deletions(-)
diffs (truncated from 1823 to 300 lines):
diff -r 2675ed93540a -r 3f48cae76976 www/firefox/Makefile
--- a/www/firefox/Makefile Tue Jan 29 16:01:49 2019 +0000
+++ b/www/firefox/Makefile Tue Jan 29 16:28:22 2019 +0000
@@ -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 @@
LICENSE= mpl-1.1
WRKSRC= ${WRKDIR}/firefox-${FIREFOX_VER}
+WRKSRC= ${WRKDIR}/firefox-65.0
MOZILLA_DIR= # empty
diff -r 2675ed93540a -r 3f48cae76976 www/firefox/PLIST
--- a/www/firefox/PLIST Tue Jan 29 16:01:49 2019 +0000
+++ b/www/firefox/PLIST Tue Jan 29 16:28:22 2019 +0000
@@ -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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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
Home |
Main Index |
Thread Index |
Old Index