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 73.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/b8819870ad79
branches: trunk
changeset: 411434:b8819870ad79
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Wed Feb 12 16:36:50 2020 +0000
description:
firefox: Update to 73.0
Changelog:
New
Today's Firefox release includes two features that help users
view and read website content more easily, quickly. Like all
accessibility improvements, these features improve browsing
for everyone.
Firefox has offered a page zoom feature for more than a
decade that allows users to set the zoom level on a per-site
basis. For users who need to zoom most websites, having to
adjust zoom for each new site can be an annoyance. To
address this, we have implemented a new global default zoom
level setting. This option is available in about:preferences
under "Language and Appearance" and can be scaled up or
down from 100% as needed and sets the default zoom level
for all sites. Per-site zoom is still available to make
adjustments to individual sites as needed.
Many users with low vision rely on Windows' High Contrast
Mode to make websites more readable. Traditionally, to
increase the readability of text, Firefox has disabled
background images when High Contrast Mode is enabled. With
today's release of Firefox 73, we introduce a "readability
backplate" solution which places a block of background
color between the text and background image. Now, websites
in High Contrast Mode are more readable without disabling
background images.
Fixed
Various security fixes.
Improved audio quality when playing back audio at a faster or
slower speed.
Firefox will now only prompt you to save logins if a field in
a login form was modified.
Changed
WebRender will roll out to laptops with Nvidia graphics cards
with drivers newer than 432.00, and screen sizes smaller than
1920x1200
Security fixes:
#CVE-2020-6796: Missing bounds check on shared memory read in the parent process
#CVE-2020-6797: Extensions granted downloads.open permission could open arbitrary applications on Mac OSX
#CVE-2020-6798: Incorrect parsing of template tag could result in JavaScript injection
#CVE-2020-6799: Arbitrary code execution when opening pdf links from other applications, when Firefox is configured as default pdf reader
#CVE-2020-6800: Memory safety bugs fixed in Firefox 73 and Firefox ESR 68.5
#CVE-2020-6801: Memory safety bugs fixed in Firefox 73
diffstat:
www/firefox/Makefile | 7 +-
www/firefox/PLIST | 195 ++++-----
www/firefox/distinfo | 13 +-
www/firefox/mozilla-common.mk | 4 +-
www/firefox/patches/patch-toolkit_mozapps_installer_packager.mk | 8 +-
5 files changed, 104 insertions(+), 123 deletions(-)
diffs (truncated from 778 to 300 lines):
diff -r 99d7cd936ffa -r b8819870ad79 www/firefox/Makefile
--- a/www/firefox/Makefile Wed Feb 12 16:32:28 2020 +0000
+++ b/www/firefox/Makefile Wed Feb 12 16:36:50 2020 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.409 2020/02/08 22:11:53 kamil Exp $
+# $NetBSD: Makefile,v 1.410 2020/02/12 16:36:50 ryoon Exp $
FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
-MOZ_BRANCH= 72.0
-MOZ_BRANCH_MINOR= .2
+MOZ_BRANCH= 73.0
+MOZ_BRANCH_MINOR=
DISTNAME= firefox-${FIREFOX_VER}.source
PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//}
-PKGREVISION= 1
CATEGORIES= www
MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
EXTRACT_SUFX= .tar.xz
diff -r 99d7cd936ffa -r b8819870ad79 www/firefox/PLIST
--- a/www/firefox/PLIST Wed Feb 12 16:32:28 2020 +0000
+++ b/www/firefox/PLIST Wed Feb 12 16:36:50 2020 +0000
@@ -1,9 +1,11 @@
-@comment $NetBSD: PLIST,v 1.153 2020/01/11 20:38:32 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.154 2020/02/12 16:36:50 ryoon Exp $
bin/firefox
lib/firefox/actors/AudioPlaybackChild.jsm
lib/firefox/actors/AudioPlaybackParent.jsm
lib/firefox/actors/AutoCompleteChild.jsm
lib/firefox/actors/AutoCompleteParent.jsm
+lib/firefox/actors/AutoScrollChild.jsm
+lib/firefox/actors/AutoScrollParent.jsm
lib/firefox/actors/AutoplayChild.jsm
lib/firefox/actors/AutoplayParent.jsm
lib/firefox/actors/BrowserElementChild.jsm
@@ -37,6 +39,7 @@
lib/firefox/actors/ZoomParent.jsm
lib/firefox/application.ini
lib/firefox/browser/actors/AboutLoginsChild.jsm
+lib/firefox/browser/actors/AboutLoginsParent.jsm
lib/firefox/browser/actors/AboutReaderChild.jsm
lib/firefox/browser/actors/BlockedSiteChild.jsm
lib/firefox/browser/actors/BlockedSiteParent.jsm
@@ -68,6 +71,8 @@
lib/firefox/browser/actors/RFPHelperChild.jsm
lib/firefox/browser/actors/RFPHelperParent.jsm
lib/firefox/browser/actors/SearchTelemetryChild.jsm
+lib/firefox/browser/actors/SiteSpecificBrowserChild.jsm
+lib/firefox/browser/actors/SiteSpecificBrowserParent.jsm
lib/firefox/browser/actors/SwitchDocumentDirectionChild.jsm
lib/firefox/browser/actors/URIFixupChild.jsm
lib/firefox/browser/actors/WebRTCChild.jsm
@@ -79,6 +84,7 @@
lib/firefox/browser/chrome/browser/content/branding/about.png
lib/firefox/browser/chrome/browser/content/branding/aboutDialog.css
lib/firefox/browser/chrome/browser/content/branding/aboutlogins.svg
+lib/firefox/browser/chrome/browser/content/branding/firefox-wordmark.svg
lib/firefox/browser/chrome/browser/content/branding/horizontal-lockup.svg
lib/firefox/browser/chrome/browser/content/branding/icon128.png
lib/firefox/browser/chrome/browser/content/branding/icon16.png
@@ -91,7 +97,7 @@
lib/firefox/browser/chrome/browser/content/browser/aboutDialog-appUpdater.js
lib/firefox/browser/chrome/browser/content/browser/aboutDialog.css
lib/firefox/browser/chrome/browser/content/browser/aboutDialog.js
-lib/firefox/browser/chrome/browser/content/browser/aboutDialog.xul
+lib/firefox/browser/chrome/browser/content/browser/aboutDialog.xhtml
lib/firefox/browser/chrome/browser/content/browser/aboutFrameCrashed.html
lib/firefox/browser/chrome/browser/content/browser/aboutLibrary.xhtml
lib/firefox/browser/chrome/browser/content/browser/aboutNetError.js
@@ -289,6 +295,7 @@
lib/firefox/browser/chrome/browser/content/browser/child/ext-tabs.js
lib/firefox/browser/chrome/browser/content/browser/content-refreshblocker.js
lib/firefox/browser/chrome/browser/content/browser/content-sessionStore.js
+lib/firefox/browser/chrome/browser/content/browser/contentSearchHandoffUI.js
lib/firefox/browser/chrome/browser/content/browser/contentSearchUI.css
lib/firefox/browser/chrome/browser/content/browser/contentSearchUI.js
lib/firefox/browser/chrome/browser/content/browser/contentTheme.js
@@ -311,7 +318,7 @@
lib/firefox/browser/chrome/browser/content/browser/downloads/allDownloadsView.js
lib/firefox/browser/chrome/browser/content/browser/downloads/contentAreaDownloadsView.css
lib/firefox/browser/chrome/browser/content/browser/downloads/contentAreaDownloadsView.js
-lib/firefox/browser/chrome/browser/content/browser/downloads/contentAreaDownloadsView.xul
+lib/firefox/browser/chrome/browser/content/browser/downloads/contentAreaDownloadsView.xhtml
lib/firefox/browser/chrome/browser/content/browser/downloads/downloads.css
lib/firefox/browser/chrome/browser/content/browser/downloads/downloads.js
lib/firefox/browser/chrome/browser/content/browser/downloads/downloadsCommands.js
@@ -338,16 +345,16 @@
lib/firefox/browser/chrome/browser/content/browser/logos/tracking-protection.svg
lib/firefox/browser/chrome/browser/content/browser/microsoft-translator-attribution.png
lib/firefox/browser/chrome/browser/content/browser/migration/migration.js
-lib/firefox/browser/chrome/browser/content/browser/migration/migration.xul
+lib/firefox/browser/chrome/browser/content/browser/migration/migration.xhtml
lib/firefox/browser/chrome/browser/content/browser/monitor-card.js
lib/firefox/browser/chrome/browser/content/browser/newInstall.js
-lib/firefox/browser/chrome/browser/content/browser/newInstall.xul
+lib/firefox/browser/chrome/browser/content/browser/newInstall.xhtml
lib/firefox/browser/chrome/browser/content/browser/newInstallPage.html
lib/firefox/browser/chrome/browser/content/browser/newInstallPage.js
lib/firefox/browser/chrome/browser/content/browser/nsContextMenu.js
lib/firefox/browser/chrome/browser/content/browser/pageinfo/pageInfo.css
lib/firefox/browser/chrome/browser/content/browser/pageinfo/pageInfo.js
-lib/firefox/browser/chrome/browser/content/browser/pageinfo/pageInfo.xul
+lib/firefox/browser/chrome/browser/content/browser/pageinfo/pageInfo.xhtml
lib/firefox/browser/chrome/browser/content/browser/pageinfo/permissions.js
lib/firefox/browser/chrome/browser/content/browser/pageinfo/security.js
lib/firefox/browser/chrome/browser/content/browser/parent/ext-bookmarks.js
@@ -376,20 +383,20 @@
lib/firefox/browser/chrome/browser/content/browser/parent/ext-urlbar.js
lib/firefox/browser/chrome/browser/content/browser/parent/ext-windows.js
lib/firefox/browser/chrome/browser/content/browser/places/bookmarkProperties.js
-lib/firefox/browser/chrome/browser/content/browser/places/bookmarkProperties.xul
-lib/firefox/browser/chrome/browser/content/browser/places/bookmarkProperties2.xul
+lib/firefox/browser/chrome/browser/content/browser/places/bookmarkProperties.xhtml
+lib/firefox/browser/chrome/browser/content/browser/places/bookmarkProperties2.xhtml
lib/firefox/browser/chrome/browser/content/browser/places/bookmarksSidebar.js
-lib/firefox/browser/chrome/browser/content/browser/places/bookmarksSidebar.xul
+lib/firefox/browser/chrome/browser/content/browser/places/bookmarksSidebar.xhtml
lib/firefox/browser/chrome/browser/content/browser/places/browserPlacesViews.js
lib/firefox/browser/chrome/browser/content/browser/places/controller.js
lib/firefox/browser/chrome/browser/content/browser/places/editBookmark.js
lib/firefox/browser/chrome/browser/content/browser/places/historySidebar.js
-lib/firefox/browser/chrome/browser/content/browser/places/historySidebar.xul
+lib/firefox/browser/chrome/browser/content/browser/places/historySidebar.xhtml
lib/firefox/browser/chrome/browser/content/browser/places/places-menupopup.js
lib/firefox/browser/chrome/browser/content/browser/places/places-tree.js
lib/firefox/browser/chrome/browser/content/browser/places/places.css
lib/firefox/browser/chrome/browser/content/browser/places/places.js
-lib/firefox/browser/chrome/browser/content/browser/places/places.xul
+lib/firefox/browser/chrome/browser/content/browser/places/places.xhtml
lib/firefox/browser/chrome/browser/content/browser/places/treeView.js
lib/firefox/browser/chrome/browser/content/browser/policies/aboutPolicies.css
lib/firefox/browser/chrome/browser/content/browser/policies/aboutPolicies.js
@@ -454,8 +461,8 @@
lib/firefox/browser/chrome/browser/content/browser/robot.ico
lib/firefox/browser/chrome/browser/content/browser/safeMode.css
lib/firefox/browser/chrome/browser/content/browser/safeMode.js
-lib/firefox/browser/chrome/browser/content/browser/safeMode.xul
-lib/firefox/browser/chrome/browser/content/browser/sanitize.xul
+lib/firefox/browser/chrome/browser/content/browser/safeMode.xhtml
+lib/firefox/browser/chrome/browser/content/browser/sanitize.xhtml
lib/firefox/browser/chrome/browser/content/browser/sanitizeDialog.css
lib/firefox/browser/chrome/browser/content/browser/sanitizeDialog.js
lib/firefox/browser/chrome/browser/content/browser/schemas/bookmarks.json
@@ -485,7 +492,10 @@
lib/firefox/browser/chrome/browser/content/browser/search/search-one-offs.js
lib/firefox/browser/chrome/browser/content/browser/search/searchbar.js
lib/firefox/browser/chrome/browser/content/browser/setDesktopBackground.js
-lib/firefox/browser/chrome/browser/content/browser/setDesktopBackground.xul
+lib/firefox/browser/chrome/browser/content/browser/setDesktopBackground.xhtml
+lib/firefox/browser/chrome/browser/content/browser/ssb/ssb.css
+lib/firefox/browser/chrome/browser/content/browser/ssb/ssb.html
+lib/firefox/browser/chrome/browser/content/browser/ssb/ssb.js
lib/firefox/browser/chrome/browser/content/browser/static-robot.png
lib/firefox/browser/chrome/browser/content/browser/syncedtabs/sidebar.js
lib/firefox/browser/chrome/browser/content/browser/syncedtabs/sidebar.xhtml
@@ -498,9 +508,9 @@
lib/firefox/browser/chrome/browser/content/browser/usercontext/usercontext.css
lib/firefox/browser/chrome/browser/content/browser/utilityOverlay.js
lib/firefox/browser/chrome/browser/content/browser/webext-panels.js
-lib/firefox/browser/chrome/browser/content/browser/webext-panels.xul
+lib/firefox/browser/chrome/browser/content/browser/webext-panels.xhtml
lib/firefox/browser/chrome/browser/content/browser/webrtcIndicator.js
-lib/firefox/browser/chrome/browser/content/browser/webrtcIndicator.xul
+lib/firefox/browser/chrome/browser/content/browser/webrtcIndicator.xhtml
lib/firefox/browser/chrome/browser/content/cart.svg
lib/firefox/browser/chrome/browser/content/chill.svg
lib/firefox/browser/chrome/browser/content/circle.svg
@@ -582,7 +592,6 @@
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_pinnedtab_static%2x.png@localhost
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_reddit_enhancement.png
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_wiki_search.png
-lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/firefox-wordmark.svg
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/gift-extension.svg
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-add-16.svg
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-arrow.svg
@@ -686,6 +695,7 @@
lib/firefox/browser/chrome/browser/res/activity-stream/lib/DownloadsManager.jsm
lib/firefox/browser/chrome/browser/res/activity-stream/lib/FaviconFeed.jsm
lib/firefox/browser/chrome/browser/res/activity-stream/lib/FilterAdult.jsm
+lib/firefox/browser/chrome/browser/res/activity-stream/lib/GroupsConfigurationProvider.jsm
lib/firefox/browser/chrome/browser/res/activity-stream/lib/HighlightsFeed.jsm
lib/firefox/browser/chrome/browser/res/activity-stream/lib/LinksCache.jsm
lib/firefox/browser/chrome/browser/res/activity-stream/lib/NaiveBayesTextTagger.jsm
@@ -1110,7 +1120,6 @@
lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/avatar-alert.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/avatar-color.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/avatar-confirm.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/avatar-empty-badged.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/avatar-empty.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/avatar.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/fxa-spinner.svg
@@ -1174,6 +1183,8 @@
lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/screen.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/update.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/webauthn.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/xr-blocked.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/xr.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/open-in-new.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/open.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/pageInfo.css
@@ -1580,8 +1591,8 @@
lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/ui/UIButton.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/constants.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/create-store.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/modules/application-services.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/modules/l10n.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/modules/services.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/reducers/index.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/reducers/manifest-state.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/reducers/page-state.js
@@ -1941,6 +1952,7 @@
lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/editor/source-editor.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/editor/source-search.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/editor/token-events.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/evaluation-result.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/expressions.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/function.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/indentation.js
@@ -2131,7 +2143,6 @@
lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/actions/index.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/components/CSSDeclaration.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/components/ChangesApp.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/constants.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/reducers/changes.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/selectors/changes.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/utils/changes-utils.js
@@ -2276,11 +2287,11 @@
lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/highlighters-overlay.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/node-reps.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/node-types.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/reflow-tracker.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/style-change-tracker.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/style-inspector-menu.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/tooltips-overlay.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/utils.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/walker-event-listener.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/store.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/toolsidebar.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/Headers.js
@@ -2513,9 +2524,11 @@
lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/workers/search/worker.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/workers/worker-utils.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/browser.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/AboutProfiling.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/Description.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/DevToolsAndPopup.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/DirectoryPicker.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/Perf.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/ProfilerEventHandling.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/Range.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/RecordingButton.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/Settings.js
@@ -2597,6 +2610,7 @@
lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/components/Browser.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/components/Device.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/components/DeviceForm.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/components/DeviceInfo.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/components/DeviceList.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/components/DeviceModal.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/components/DevicePixelRatioMenu.js
@@ -2629,6 +2643,7 @@
lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/utils/message.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/utils/notification.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/utils/orientation.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/utils/ua.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/utils/window.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/SplitView.jsm
lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/WeakMapMap.js
@@ -2749,7 +2764,6 @@
lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dom-factories.js
${PLIST.debug}lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dom-server-dev.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dom-server.js
-${PLIST.debug}lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dom-test-utils-dev.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dom-test-utils.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dom.js
${PLIST.debug}lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-prop-types-dev.js
@@ -2779,8 +2793,6 @@
lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/Spectrum.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/TableWidget.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/TreeWidget.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/VariablesView.jsm
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/VariablesViewController.jsm
lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/EventTooltipHelper.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/HTMLTooltip.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/ImageTooltipHelper.js
@@ -2796,6 +2808,7 @@
lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/view-helpers.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/workers-listener.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/zoom-keys.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/storage/VariablesView.jsm
lib/firefox/browser/chrome/devtools/modules/devtools/client/storage/panel.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/storage/ui.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/styleeditor/StyleEditorUI.jsm
@@ -2828,6 +2841,7 @@
lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/FilterBar/FilterButton.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/FilterBar/FilterCheckbox.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/Input/ConfirmDialog.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/Input/EagerEvaluation.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/Input/EditorToolbar.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/Input/JSTerm.js
Home |
Main Index |
Thread Index |
Old Index