pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/firefox firefox: Update to 75.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/85f2d2183363
branches: trunk
changeset: 426968:85f2d2183363
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Thu Apr 09 14:01:26 2020 +0000
description:
firefox: Update to 75.0
Changelog:
New
With today's release, a number of improvements will help you
search smarter, faster. Type less and find more with Firefox's
revamped address bar:
Focused, clean search experience that's optimized for
smaller laptop screens
Top sites now appear when you select the address
Improved readability of search suggestions with a focus on
new search terms
Suggestions include solutions to common Firefox issues
On Linux, the behavior when clicking on the Address Bar
and the Search Bar now matches other desktop platforms: a
single click selects all without primary selection, a double
click selects a word, and a triple click selects all with
primary selection
Firefox will locally cache all trusted Web PKI Certificate
Authority certificates known to Mozilla. This will improve
HTTPS compatibility with misconfigured web servers and improve
security.
Firefox is now available in Flatpak, an easier way to install
and use Firefox on Linux.
Direct Composition is being integrated for our users on Windows
to help improve performance and enable our ongoing work to ship
WebRender on Windows 10 laptops with Intel graphics cards.
Fixed
Various security fixes
Enterprise
Experimental support for using client certificates from the OS
certificate store can be enabled on macOS by setting the
preference security.osclientcerts.autoload to true.
Enterprise policies may be used to exclude domains from being
resolved via TRR (Trusted Recursive Resolver) using DNS over
HTTPS.
Developer
Developer Information
Save bandwidth and reduce browser memory by using the loading
attribute on the <img> element. The default "eager" value loads
images immediately, and the "lazy" value delays loading until
the image is within range of the viewport.
Instant evaluation for Console expressions lets developers
identify and fix errors more rapidly than before. As long as
expressions typed into the Web Console are side-effect free,
their results will be previewed while you type.
Security fixes:
#CVE-2020-6821: Uninitialized memory could be read when using the WebGL copyTexSubImage method
#CVE-2020-6822: Out of bounds write in GMPDecodeData when processing large images
#CVE-2020-6823: Malicious Extension could obtain auth codes from OAuth login flows
#CVE-2020-6824: Generated passwords may be identical on the same site between separate private browsing sessions
#CVE-2020-6825: Memory safety bugs fixed in Firefox 75 and Firefox ESR 68.7
#CVE-2020-6826: Memory safety bugs fixed in Firefox 75
diffstat:
www/firefox/Makefile | 6 +-
www/firefox/PLIST | 140 ++++++----
www/firefox/distinfo | 21 +-
www/firefox/mozilla-common.mk | 10 +-
www/firefox/patches/patch-browser_components_BrowserGlue.jsm | 28 ++
www/firefox/patches/patch-config_gcc-stl-wrapper.template.h | 10 +-
www/firefox/patches/patch-gfx_thebes_gfxPlatform.cpp | 15 -
www/firefox/patches/patch-image_imgFrame.h | 14 +
www/firefox/patches/patch-js_src_jsfriendapi.h | 14 +
www/firefox/patches/patch-js_src_util_NativeStack.cpp | 6 +-
www/firefox/patches/patch-media_libcubeb_src_moz.build | 12 +-
www/firefox/patches/patch-media_libcubeb_update.sh | 12 -
12 files changed, 171 insertions(+), 117 deletions(-)
diffs (truncated from 967 to 300 lines):
diff -r 07918fe73d21 -r 85f2d2183363 www/firefox/Makefile
--- a/www/firefox/Makefile Thu Apr 09 13:35:21 2020 +0000
+++ b/www/firefox/Makefile Thu Apr 09 14:01:26 2020 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.417 2020/04/04 02:37:30 ryoon Exp $
+# $NetBSD: Makefile,v 1.418 2020/04/09 14:01:26 ryoon Exp $
FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
-MOZ_BRANCH= 74.0
-MOZ_BRANCH_MINOR= .1
+MOZ_BRANCH= 75.0
+MOZ_BRANCH_MINOR=
DISTNAME= firefox-${FIREFOX_VER}.source
PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//}
diff -r 07918fe73d21 -r 85f2d2183363 www/firefox/PLIST
--- a/www/firefox/PLIST Thu Apr 09 13:35:21 2020 +0000
+++ b/www/firefox/PLIST Thu Apr 09 14:01:26 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.157 2020/03/27 00:24:20 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.158 2020/04/09 14:01:26 ryoon Exp $
bin/firefox
lib/firefox/actors/AudioPlaybackChild.jsm
lib/firefox/actors/AudioPlaybackParent.jsm
@@ -29,6 +29,7 @@
lib/firefox/actors/PurgeSessionHistoryChild.jsm
lib/firefox/actors/SelectChild.jsm
lib/firefox/actors/SelectParent.jsm
+lib/firefox/actors/SidebarSearchParent.jsm
lib/firefox/actors/ThumbnailsChild.jsm
lib/firefox/actors/UAWidgetsChild.jsm
lib/firefox/actors/UnselectedTabHoverChild.jsm
@@ -44,6 +45,8 @@
lib/firefox/browser/actors/AboutLoginsChild.jsm
lib/firefox/browser/actors/AboutLoginsParent.jsm
lib/firefox/browser/actors/AboutReaderChild.jsm
+lib/firefox/browser/actors/AboutWelcomeChild.jsm
+lib/firefox/browser/actors/AboutWelcomeParent.jsm
lib/firefox/browser/actors/BlockedSiteChild.jsm
lib/firefox/browser/actors/BlockedSiteParent.jsm
lib/firefox/browser/actors/BrowserTabChild.jsm
@@ -64,7 +67,6 @@
lib/firefox/browser/actors/LinkHandlerParent.jsm
lib/firefox/browser/actors/NetErrorChild.jsm
lib/firefox/browser/actors/NetErrorParent.jsm
-lib/firefox/browser/actors/OfflineAppsChild.jsm
lib/firefox/browser/actors/PageInfoChild.jsm
lib/firefox/browser/actors/PageStyleChild.jsm
lib/firefox/browser/actors/PageStyleParent.jsm
@@ -74,6 +76,7 @@
lib/firefox/browser/actors/RFPHelperChild.jsm
lib/firefox/browser/actors/RFPHelperParent.jsm
lib/firefox/browser/actors/SearchTelemetryChild.jsm
+lib/firefox/browser/actors/SearchTelemetryParent.jsm
lib/firefox/browser/actors/SiteSpecificBrowserChild.jsm
lib/firefox/browser/actors/SiteSpecificBrowserParent.jsm
lib/firefox/browser/actors/SwitchDocumentDirectionChild.jsm
@@ -107,8 +110,8 @@
lib/firefox/browser/chrome/browser/content/browser/aboutNetError.js
lib/firefox/browser/chrome/browser/content/browser/aboutNetError.xhtml
lib/firefox/browser/chrome/browser/content/browser/aboutPrivateBrowsing.css
+lib/firefox/browser/chrome/browser/content/browser/aboutPrivateBrowsing.html
lib/firefox/browser/chrome/browser/content/browser/aboutPrivateBrowsing.js
-lib/firefox/browser/chrome/browser/content/browser/aboutPrivateBrowsing.xhtml
lib/firefox/browser/chrome/browser/content/browser/aboutRestartRequired.js
lib/firefox/browser/chrome/browser/content/browser/aboutRestartRequired.xhtml
lib/firefox/browser/chrome/browser/content/browser/aboutRobots-icon.png
@@ -340,7 +343,10 @@
lib/firefox/browser/chrome/browser/content/browser/illustrations/under-construction.svg
lib/firefox/browser/chrome/browser/content/browser/license.html
lib/firefox/browser/chrome/browser/content/browser/lockwise-card.js
-lib/firefox/browser/chrome/browser/content/browser/logos/lockwise-mobile-app.svg
+lib/firefox/browser/chrome/browser/content/browser/logos/etp-mobile-dark.svg
+lib/firefox/browser/chrome/browser/content/browser/logos/etp-mobile-light.svg
+lib/firefox/browser/chrome/browser/content/browser/logos/lockwise-dark.svg
+lib/firefox/browser/chrome/browser/content/browser/logos/lockwise-light.svg
lib/firefox/browser/chrome/browser/content/browser/logos/lockwise.svg
lib/firefox/browser/chrome/browser/content/browser/logos/monitor.svg
lib/firefox/browser/chrome/browser/content/browser/logos/proxy.svg
@@ -403,8 +409,8 @@
lib/firefox/browser/chrome/browser/content/browser/places/places.xhtml
lib/firefox/browser/chrome/browser/content/browser/places/treeView.js
lib/firefox/browser/chrome/browser/content/browser/policies/aboutPolicies.css
+lib/firefox/browser/chrome/browser/content/browser/policies/aboutPolicies.html
lib/firefox/browser/chrome/browser/content/browser/policies/aboutPolicies.js
-lib/firefox/browser/chrome/browser/content/browser/policies/aboutPolicies.xhtml
lib/firefox/browser/chrome/browser/content/browser/policies/policies-active.svg
lib/firefox/browser/chrome/browser/content/browser/policies/policies-documentation.svg
lib/firefox/browser/chrome/browser/content/browser/policies/policies-error.svg
@@ -579,6 +585,11 @@
lib/firefox/browser/chrome/browser/content/pocket/pktApi.jsm
lib/firefox/browser/chrome/browser/content/tree.svg
lib/firefox/browser/chrome/browser/content/vacation.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/aboutwelcome/aboutwelcome.bundle.js
+lib/firefox/browser/chrome/browser/res/activity-stream/aboutwelcome/aboutwelcome.css
+lib/firefox/browser/chrome/browser/res/activity-stream/aboutwelcome/aboutwelcome.html
+lib/firefox/browser/chrome/browser/res/activity-stream/aboutwelcome/lib/AboutWelcomeLog.jsm
+lib/firefox/browser/chrome/browser/res/activity-stream/aboutwelcome/lib/AboutWelcomeTelemetry.jsm
lib/firefox/browser/chrome/browser/res/activity-stream/common/Actions.jsm
lib/firefox/browser/chrome/browser/res/activity-stream/common/Dedupe.jsm
lib/firefox/browser/chrome/browser/res/activity-stream/common/PerfService.jsm
@@ -667,20 +678,25 @@
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/baidu-com.ico
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/bbc-uk.ico
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/bing-com.ico
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/ctrip-com.ico
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/duckduckgo-com.ico
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/ebay.ico
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/facebook-com.ico
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/google-com.ico
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/ifeng-com.ico
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/iqiyi-com.ico
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/leboncoin-fr.png
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/ok-ru.ico
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/olx-pl.ico
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/reddit-com.png
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/twitter-com.ico
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/vk-com.ico
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/weibo-com.ico
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/wikipedia-org.ico
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/wykop-pl.png
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/yandex-com.png
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/youtube-com.png
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/zhihu-com.ico
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/aliexpress-com%2x.png@localhost
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/allegro-pl%2x.png@localhost
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/amazon%2x.png@localhost
@@ -688,20 +704,25 @@
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/baidu-com%2x.png@localhost
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/bbc-uk%2x.png@localhost
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/bing-com%2x.png@localhost
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/ctrip-com%2x.png@localhost
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/duckduckgo-com%2x.png@localhost
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/ebay%2x.png@localhost
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/facebook-com%2x.png@localhost
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/google-com%2x.png@localhost
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/ifeng-com%2x.png@localhost
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/iqiyi-com%2x.png@localhost
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/leboncoin-fr%2x.png@localhost
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/ok-ru%2x.png@localhost
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/olx-pl%2x.png@localhost
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/reddit-com%2x.png@localhost
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/twitter-com%2x.png@localhost
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/vk-com%2x.png@localhost
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/weibo-com%2x.png@localhost
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/wikipedia-org%2x.png@localhost
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/wykop-pl%2x.png@localhost
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/yandex-com%2x.png@localhost
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/youtube-com%2x.png@localhost
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/zhihu-com%2x.png@localhost
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/top_sites.json
lib/firefox/browser/chrome/browser/res/activity-stream/lib/ASRouter.jsm
lib/firefox/browser/chrome/browser/res/activity-stream/lib/ASRouterFeed.jsm
@@ -723,6 +744,7 @@
lib/firefox/browser/chrome/browser/res/activity-stream/lib/GroupsConfigurationProvider.jsm
lib/firefox/browser/chrome/browser/res/activity-stream/lib/HighlightsFeed.jsm
lib/firefox/browser/chrome/browser/res/activity-stream/lib/LinksCache.jsm
+lib/firefox/browser/chrome/browser/res/activity-stream/lib/MomentsPageHub.jsm
lib/firefox/browser/chrome/browser/res/activity-stream/lib/NaiveBayesTextTagger.jsm
lib/firefox/browser/chrome/browser/res/activity-stream/lib/NewTabInit.jsm
lib/firefox/browser/chrome/browser/res/activity-stream/lib/NmfTextTagger.jsm
@@ -1154,13 +1176,16 @@
lib/firefox/browser/chrome/browser/skin/classic/browser/home.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/identity-icon.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/illustrations/error-session-restore.svg
-${PLIST.notlinux}lib/firefox/browser/chrome/browser/skin/classic/browser/import-export.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/import.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/info.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/install-ssb.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/library-bookmark-animation.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/library-pocket-animation.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/library.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/link.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/login.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/logo-android.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/logo-ios.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/mail.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/menu-badged.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/menu.svg
@@ -1247,8 +1272,6 @@
lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/fxaPairDevice.css
lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/general.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/history.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/logo-android.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/logo-ios.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/no-search-bar.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/no-search-results.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/preferences.css
@@ -1269,6 +1292,7 @@
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/profiler-popup-backdrop.png
lib/firefox/browser/chrome/browser/skin/classic/browser/quit.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/readerMode.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/reload-to-stop.svg
@@ -1288,7 +1312,6 @@
lib/firefox/browser/chrome/browser/skin/classic/browser/sidebars.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/sign-out.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/slowStartup-16.png
-${PLIST.notlinux}lib/firefox/browser/chrome/browser/skin/classic/browser/sort.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/stop-to-reload.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/stop.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/sync.svg
@@ -1398,10 +1421,10 @@
lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/search.css
lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/variables.css
lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/websockets.css
+lib/firefox/browser/chrome/devtools/content/performance-new/aboutprofiling/index.xhtml
+lib/firefox/browser/chrome/devtools/content/performance-new/aboutprofiling/initializer.js
lib/firefox/browser/chrome/devtools/content/performance-new/frame-script.js
lib/firefox/browser/chrome/devtools/content/performance-new/index.xhtml
-lib/firefox/browser/chrome/devtools/content/performance-new/popup/initializer.js
-lib/firefox/browser/chrome/devtools/content/performance-new/popup/popup.xhtml
lib/firefox/browser/chrome/devtools/content/performance/index.xhtml
lib/firefox/browser/chrome/devtools/content/responsive/index.xhtml
lib/firefox/browser/chrome/devtools/content/responsive/toolbar.xhtml
@@ -1518,6 +1541,7 @@
lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/types/index.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/types/runtime.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/types/ui.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/accessibility-proxy.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/accessibility-startup.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/accessibility-view.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/accessibility.css
@@ -1657,10 +1681,7 @@
lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/images/prettyPrint.svg
lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/images/regex-match.svg
lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/images/reload.svg
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/images/replay-pause.svg
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/images/replay-resume.svg
lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/images/resume.svg
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/images/rewind.svg
lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/images/search.svg
lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/images/sources/aframe.svg
lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/images/sources/angular.svg
@@ -1754,6 +1775,7 @@
lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/expandScopes.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/fetchFrames.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/fetchScopes.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/highlightCalls.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/index.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/inlinePreview.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/mapFrames.js
@@ -1813,6 +1835,8 @@
lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/EmptyLines.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/Footer.css
lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/Footer.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/HighlightCalls.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/HighlightCalls.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/HighlightLine.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/HighlightLines.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/InlinePreview.css
@@ -1859,8 +1883,6 @@
lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/EventListeners.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Expressions.css
lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Expressions.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/FrameTimeline.css
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/FrameTimeline.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Frames/Frame.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Frames/FrameIndent.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Frames/FrameMenu.js
@@ -1874,7 +1896,6 @@
lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Thread.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Threads.css
lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Threads.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/UtilsBar.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/WhyPaused.css
lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/WhyPaused.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/XHRBreakpoints.css
@@ -2066,6 +2087,7 @@
lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/panel.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/actions/dom-mutation-breakpoints.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/actions/index.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/actions/threads.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/browser-menus.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/browser-toolbox/Launcher.jsm
lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/components/DebugTargetErrorPage.css
@@ -2082,6 +2104,7 @@
lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/menu.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/reducers/dom-mutation-breakpoints.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/reducers/index.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/reducers/threads.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/selection.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/source-map-url-service.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/store-provider.js
@@ -2343,6 +2366,7 @@
lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/census-display.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/diffing.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/filter.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/front.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/io.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/label-display.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/refresh.js
@@ -2382,6 +2406,7 @@
lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/diffing.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/errors.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/filter.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/front.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/individuals.js
Home |
Main Index |
Thread Index |
Old Index