diff options
author | ryoon <ryoon@pkgsrc.org> | 2021-03-30 16:39:06 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2021-03-30 16:39:06 +0000 |
commit | f1b88d4fc4fd8011e5d282c34adf718074d3a34b (patch) | |
tree | 523b6215d11a9dca86a4c988a3351d59c15c30b6 /www | |
parent | 790ad6a683c58acdb997c587070e04f5d9c9111c (diff) | |
download | pkgsrc-f1b88d4fc4fd8011e5d282c34adf718074d3a34b.tar.gz |
firefox: Update to 87.0
Changelog:
New
* You'll encounter less website breakage in Private Browsing and Strict
Enhanced Tracking Protection with SmartBlock, which provides stand-in
scripts so that websites load properly.
* To further protect your privacy, our new default HTTP Referrer policy will
trim path and query string information from referrer headers to prevent
sites from accidentally leaking sensitive user data.
* The "Highlight All" feature on Find in Page now displays tick marks
alongside your scrollbar that correspond to the location of matches found
on that page.
* We're proud to announce full support for macOS built-in screen reader,
VoiceOver.
* We've added a new locale: Silesian (szl)
Fixed
* We've fixed several significant accessibility issues:
+ Video controls now have visible focus styling and video and audio
controls are now keyboard navigable. (Bug 1681007)
+ HTML <meter> is now spoken by screen readers. (Bug 1460378)
+ Firefox now sets a useful initial focus in Add-ons Manager. (Bug 580537
)
+ Firefox will now fire a name/description change event when
aria-labelledby/describedby content changes. (Bug 493683)
* Various security fixes.
Changed
* To prevent user data loss when filling out forms, we've disabled the
Backspace key as a navigation shortcut for the back navigation button. To
re-enable the Backspace keyboard shortcut, you can change the about:config
preference browser.backspace_action to 0. You can also use the recommended
Alt + Left arrow (Command + Left arrow on Mac) shortcut instead.
Firefox keyboard shortcuts
* We've removed items from the Library menu that weren't used often or have
other access points in the browser: Synced tabs, Recent highlights, and
Pocket list.
* We've simplified the Help menu by reducing redundant items, such as those
that point to Firefox support pages that can also be accessed via the Get
Help item.
Enterprise
* Various bug fixes and new policies have been implemented in the latest
version of Firefox. You can see more details in the Firefox for Enterprise
87 Release Notes.
Developer
* Developer Information
* We've greatly simplified the Web Developer menu. Go to Application Menu >
Web Developer > Web Developer Tools to access Inspector, Web Console,
Debugger, Network Style Error, Performance, Storage Inspector,
Accessibility, and Application
* Developers can now use the Page Inspector to simulate prefers-color-scheme
media queries, without having to change the operating system to light or
dark mode.
* Developers can now use the Page Inspector to toggle the :target
pseudo-class for the currently selected element in addition to the
pseudo-classes that were previously supported: :hover, :active and :focus,
:focus-within, :focus-visible, and :visited.
* There is a number of Page Inspector improvements and bug fixes related to
inactive CSS rules:
+ The table-layout property is now marked as inactive for non-table
elements.
+ The scroll-padding properties (shorthand and longhand) are now marked
as inactive for non-scrollable elements.
+ The text-overflow property was previously incorrectly marked as
inactive for some overflow values.
Securiy fixes:
#CVE-2021-23981: Texture upload into an unbound backing buffer resulted in an
out-of-bound read
#CVE-2021-23982: Internal network hosts could have been probed by a malicious
webpage
#CVE-2021-23983: Transitions for invalid ::marker properties resulted in memory
corruption
#CVE-2021-23984: Malicious extensions could have spoofed popup information
#CVE-2021-23985: Devtools remote debugging feature could have been enabled
without indication to the user
#CVE-2021-23986: A malicious extension could have performed credential-less
same origin policy violations
#CVE-2021-23987: Memory safety bugs fixed in Firefox 87 and Firefox ESR 78.9
#CVE-2021-23988: Memory safety bugs fixed in Firefox 87
Diffstat (limited to 'www')
-rw-r--r-- | www/firefox/Makefile | 6 | ||||
-rw-r--r-- | www/firefox/PLIST | 217 | ||||
-rw-r--r-- | www/firefox/distinfo | 10 | ||||
-rw-r--r-- | www/firefox/mozilla-common.mk | 4 |
4 files changed, 112 insertions, 125 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 89a48c3e9d5..85ae39d1ac2 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.471 2021/03/12 14:11:47 ryoon Exp $ +# $NetBSD: Makefile,v 1.472 2021/03/30 16:39:06 ryoon Exp $ FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} -MOZ_BRANCH= 86.0 -MOZ_BRANCH_MINOR= .1 +MOZ_BRANCH= 87.0 +MOZ_BRANCH_MINOR= DISTNAME= firefox-${FIREFOX_VER}.source PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//} diff --git a/www/firefox/PLIST b/www/firefox/PLIST index f3a0dab7bbf..ef98e765488 100644 --- a/www/firefox/PLIST +++ b/www/firefox/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.170 2021/02/23 17:02:04 ryoon Exp $ +@comment $NetBSD: PLIST,v 1.171 2021/03/30 16:39:06 ryoon Exp $ bin/firefox lib/firefox/actors/AboutHttpsOnlyErrorChild.jsm lib/firefox/actors/AboutHttpsOnlyErrorParent.jsm @@ -56,6 +56,8 @@ lib/firefox/browser/actors/AboutNewTabChild.jsm lib/firefox/browser/actors/AboutNewTabParent.jsm lib/firefox/browser/actors/AboutPluginsChild.jsm lib/firefox/browser/actors/AboutPluginsParent.jsm +lib/firefox/browser/actors/AboutPocketChild.jsm +lib/firefox/browser/actors/AboutPocketParent.jsm lib/firefox/browser/actors/AboutPrivateBrowsingChild.jsm lib/firefox/browser/actors/AboutPrivateBrowsingParent.jsm lib/firefox/browser/actors/AboutProtectionsChild.jsm @@ -169,6 +171,7 @@ lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/p lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/remote/pin-to-taskbar-v1.svg lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/remote/pin-to-taskbar-v2.svg lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/remote/pip-message-icon.svg +lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/remote/windows-default-browser.gif lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/short-zap.svg lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/spinner.svg lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/topic-show-more-12.svg @@ -297,13 +300,12 @@ lib/firefox/browser/chrome/browser/content/browser/aboutTabCrashed.css lib/firefox/browser/chrome/browser/content/browser/aboutTabCrashed.js lib/firefox/browser/chrome/browser/content/browser/aboutTabCrashed.xhtml lib/firefox/browser/chrome/browser/content/browser/aboutWelcomeBack.xhtml -lib/firefox/browser/chrome/browser/content/browser/aboutconfig/aboutconfig.css -lib/firefox/browser/chrome/browser/content/browser/aboutconfig/aboutconfig.html -lib/firefox/browser/chrome/browser/content/browser/aboutconfig/aboutconfig.js -lib/firefox/browser/chrome/browser/content/browser/aboutconfig/background.svg lib/firefox/browser/chrome/browser/content/browser/aboutlogins/aboutLogins.css lib/firefox/browser/chrome/browser/content/browser/aboutlogins/aboutLogins.html lib/firefox/browser/chrome/browser/content/browser/aboutlogins/aboutLogins.js +lib/firefox/browser/chrome/browser/content/browser/aboutlogins/aboutLoginsImportReport.css +lib/firefox/browser/chrome/browser/content/browser/aboutlogins/aboutLoginsImportReport.html +lib/firefox/browser/chrome/browser/content/browser/aboutlogins/aboutLoginsImportReport.js lib/firefox/browser/chrome/browser/content/browser/aboutlogins/aboutLoginsUtils.js lib/firefox/browser/chrome/browser/content/browser/aboutlogins/common.css lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/confirmation-dialog.css @@ -356,6 +358,7 @@ lib/firefox/browser/chrome/browser/content/browser/browser-places.js lib/firefox/browser/chrome/browser/content/browser/browser-safebrowsing.js lib/firefox/browser/chrome/browser/content/browser/browser-sidebar.js lib/firefox/browser/chrome/browser/content/browser/browser-siteIdentity.js +lib/firefox/browser/chrome/browser/content/browser/browser-sitePermissionPanel.js lib/firefox/browser/chrome/browser/content/browser/browser-siteProtections.js lib/firefox/browser/chrome/browser/content/browser/browser-sync.js lib/firefox/browser/chrome/browser/content/browser/browser-tabsintitlebar.js @@ -654,7 +657,6 @@ lib/firefox/browser/chrome/browser/content/pocket/panels/img/variant_b.png lib/firefox/browser/chrome/browser/content/pocket/panels/img/variant_c.png lib/firefox/browser/chrome/browser/content/pocket/panels/js/messages.js lib/firefox/browser/chrome/browser/content/pocket/panels/js/saved.js -lib/firefox/browser/chrome/browser/content/pocket/panels/js/sendtomobile.js lib/firefox/browser/chrome/browser/content/pocket/panels/js/signup.js lib/firefox/browser/chrome/browser/content/pocket/panels/js/tmpl.js lib/firefox/browser/chrome/browser/content/pocket/panels/js/vendor/handlebars.runtime.js @@ -1077,7 +1079,6 @@ lib/firefox/browser/chrome/browser/skin/classic/browser/aboutTabCrashed.css 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-downloading.svg lib/firefox/browser/chrome/browser/skin/classic/browser/addons/addon-install-error.svg @@ -1146,7 +1147,6 @@ lib/firefox/browser/chrome/browser/skin/classic/browser/e10s-64@2x.png lib/firefox/browser/chrome/browser/skin/classic/browser/edit-copy.svg lib/firefox/browser/chrome/browser/skin/classic/browser/edit-cut.svg lib/firefox/browser/chrome/browser/skin/classic/browser/edit-paste.svg -lib/firefox/browser/chrome/browser/skin/classic/browser/edit.svg lib/firefox/browser/chrome/browser/skin/classic/browser/error-pages.css lib/firefox/browser/chrome/browser/skin/classic/browser/folder.svg lib/firefox/browser/chrome/browser/skin/classic/browser/forget.svg @@ -1180,7 +1180,6 @@ 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/ion.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 @@ -1278,7 +1277,6 @@ lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/no-search-ba lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/no-search-results.svg lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/preferences.css lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/preferences.svg -lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/privacy-security.svg lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/privacy.css lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/search-arrow-indicator.svg lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/search-bar.svg @@ -1307,7 +1305,6 @@ lib/firefox/browser/chrome/browser/skin/classic/browser/save.svg lib/firefox/browser/chrome/browser/skin/classic/browser/search-engine-placeholder.png lib/firefox/browser/chrome/browser/skin/classic/browser/search-engine-placeholder@2x.png lib/firefox/browser/chrome/browser/skin/classic/browser/search-glass-inverted.svg -lib/firefox/browser/chrome/browser/skin/classic/browser/search-glass.svg lib/firefox/browser/chrome/browser/skin/classic/browser/search-indicator-badge-add.svg lib/firefox/browser/chrome/browser/skin/classic/browser/searchbar.css lib/firefox/browser/chrome/browser/skin/classic/browser/send-to-device.svg @@ -1347,7 +1344,6 @@ lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-loading.p lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-loading@2x.png lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-overflow-indicator.png lib/firefox/browser/chrome/browser/skin/classic/browser/tip.svg -lib/firefox/browser/chrome/browser/skin/classic/browser/toggle.svg lib/firefox/browser/chrome/browser/skin/classic/browser/toolbar-drag-indicator.svg 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 @@ -1357,7 +1353,6 @@ lib/firefox/browser/chrome/browser/skin/classic/browser/translating-16.png lib/firefox/browser/chrome/browser/skin/classic/browser/translating-16@2x.png lib/firefox/browser/chrome/browser/skin/classic/browser/translation-16.png lib/firefox/browser/chrome/browser/skin/classic/browser/translation-16@2x.png -lib/firefox/browser/chrome/browser/skin/classic/browser/undo.svg lib/firefox/browser/chrome/browser/skin/classic/browser/unpin-tab.svg lib/firefox/browser/chrome/browser/skin/classic/browser/update-badge.svg lib/firefox/browser/chrome/browser/skin/classic/browser/warning.svg @@ -1874,8 +1869,6 @@ lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/client/firefox.js lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/client/firefox/commands.js lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/client/firefox/create.js -lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/client/firefox/events.js -lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/client/index.js lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/A11yIntention.js lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/App.js lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/Breakpoint.js @@ -2138,7 +2131,6 @@ lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/array-buffer. lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/breakpoint-list.js lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/changes.js lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/compatibility.js -lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/content-viewer.js lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/css-properties.js lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/descriptors/process.js lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/descriptors/tab.js @@ -2168,6 +2160,7 @@ lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/property-iter lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/reflow.js lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/responsive.js lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/root.js +lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/screenshot-content.js lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/screenshot.js lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/source.js lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/storage.js @@ -2176,6 +2169,7 @@ lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/style-rule.js lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/style-sheet.js lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/style-sheets.js lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/symbol-iterator.js +lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/target-configuration.js lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/targets/browsing-context.js lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/targets/content-process.js lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/targets/target-mixin.js @@ -2371,32 +2365,12 @@ lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/markup/vie lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/markup/views/text-editor.js lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/node-picker.js lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/panel.js -lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/actions/class-list.js -lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/actions/index.js -lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/actions/pseudo-classes.js -lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/actions/rules.js -lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/components/ClassListPanel.js -lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/components/Declaration.js -lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/components/Declarations.js -lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/components/PseudoClassPanel.js -lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/components/Rule.js -lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/components/Rules.js -lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/components/RulesApp.js -lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/components/SearchBox.js -lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/components/Selector.js -lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/components/SelectorHighlighter.js -lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/components/SourceLink.js -lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/components/Toolbar.js lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/constants.js lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/models/class-list.js lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/models/element-style.js lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/models/rule.js lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/models/text-property.js lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/models/user-properties.js -lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/new-rules.js -lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/reducers/class-list.js -lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/reducers/pseudo-classes.js -lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/reducers/rules.js lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/rules.js lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/types.js lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/utils/l10n.js @@ -2601,7 +2575,6 @@ lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/compo lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/search/StatusBar.js lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/search/Toolbar.js lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/search/search-provider.js -lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/connector/firefox-connector.js lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/connector/firefox-data-provider.js lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/connector/index.js lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/constants.js @@ -2919,7 +2892,7 @@ lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/remote-debugg lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/remote-debugging/constants.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/remote-debugging/version-checker.js -lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/save-screenshot.js +lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/screenshot.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 @@ -2943,9 +2916,9 @@ lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/WasmPa lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/fluent-react.js lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/immutable.js lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/jszip.js +lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/lodash.js ${PLIST.debug}lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dev.js ${PLIST.debug}lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dom-dev.js -lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/lodash.js lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dom-factories.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-server-dev.js @@ -3113,7 +3086,6 @@ lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/descriptors/t lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/descriptors/webextension.js lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/descriptors/worker.js lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/device.js -lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/emulation/content-viewer.js lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/emulation/responsive.js lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/emulation/touch-simulator.js lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/environment.js @@ -3198,9 +3170,11 @@ lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/resources/sou lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/resources/storage-local-storage.js lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/resources/storage-session-storage.js lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/resources/stylesheets.js +lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/resources/thread-states.js lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/resources/utils/content-process-storage.js lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/resources/utils/nsi-console-listener-watcher.js lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/root.js +lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/screenshot-content.js lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/screenshot.js lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/source.js lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/storage.js @@ -3208,8 +3182,8 @@ lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/string.js lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/style-rule.js lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/style-sheet.js lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/style-sheets.js +lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/target-configuration.js lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/targets/browsing-context.js -lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/targets/chrome-window.js lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/targets/content-process.js lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/targets/frame.js lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/targets/index.js @@ -3369,6 +3343,7 @@ lib/firefox/browser/chrome/devtools/modules/devtools/shared/qrcode/decoder/index lib/firefox/browser/chrome/devtools/modules/devtools/shared/qrcode/encoder/index.js lib/firefox/browser/chrome/devtools/modules/devtools/shared/qrcode/index.js lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/legacy-listeners/cache-storage.js +lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/legacy-listeners/cloned-content-process-messages.js lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/legacy-listeners/console-messages.js lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/legacy-listeners/cookie.js lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/legacy-listeners/css-changes.js @@ -3381,10 +3356,12 @@ lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/legacy-lis lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/legacy-listeners/network-events.js lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/legacy-listeners/platform-messages.js lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/legacy-listeners/root-node.js +lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/legacy-listeners/server-sent-events.js lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/legacy-listeners/session-storage.js lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/legacy-listeners/source.js lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/legacy-listeners/storage-utils.js lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/legacy-listeners/stylesheet.js +lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/legacy-listeners/thread-states.js lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/legacy-listeners/websocket.js lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/legacy-target-watchers/legacy-processes-watcher.js lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/legacy-target-watchers/legacy-serviceworkers-watcher.js @@ -3397,6 +3374,8 @@ lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/transforme lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/transformers/network-events.js lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/transformers/storage-local-storage.js lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/transformers/storage-session-storage.js +lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/transformers/thread-states.js +lib/firefox/browser/chrome/devtools/modules/devtools/shared/security/DevToolsSocketStatus.jsm lib/firefox/browser/chrome/devtools/modules/devtools/shared/security/auth.js lib/firefox/browser/chrome/devtools/modules/devtools/shared/security/cert.js lib/firefox/browser/chrome/devtools/modules/devtools/shared/security/prompt.js @@ -3409,7 +3388,6 @@ lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/array-buffer.j lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/breakpoint-list.js lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/changes.js lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/compatibility.js -lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/content-viewer.js lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/css-properties.js lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/descriptors/process.js lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/descriptors/tab.js @@ -3443,6 +3421,7 @@ lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/property-itera lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/reflow.js lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/responsive.js lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/root.js +lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/screenshot-content.js lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/screenshot.js lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/source.js lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/storage.js @@ -3453,8 +3432,8 @@ lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/style-sheets.j lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/style/style-types.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/target-configuration.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 @@ -3620,6 +3599,8 @@ lib/firefox/browser/chrome/devtools/skin/images/reload.svg lib/firefox/browser/chrome/devtools/skin/images/report.svg lib/firefox/browser/chrome/devtools/skin/images/reveal.svg lib/firefox/browser/chrome/devtools/skin/images/rewind.svg +lib/firefox/browser/chrome/devtools/skin/images/rules-view-dark-mode-simulation.svg +lib/firefox/browser/chrome/devtools/skin/images/rules-view-light-mode-simulation.svg lib/firefox/browser/chrome/devtools/skin/images/rules-view-print-simulation.svg lib/firefox/browser/chrome/devtools/skin/images/sad-face.svg lib/firefox/browser/chrome/devtools/skin/images/search-clear.svg @@ -3775,6 +3756,7 @@ lib/firefox/browser/defaults/settings/main/search-telemetry.json lib/firefox/browser/defaults/settings/main/sites-classification.json lib/firefox/browser/defaults/settings/main/top-sites.json lib/firefox/browser/defaults/settings/main/url-classifier-skip-urls.json +lib/firefox/browser/defaults/settings/main/websites-with-shared-credential-backends.json lib/firefox/browser/defaults/settings/pinning/pins.json lib/firefox/browser/defaults/settings/security-state/intermediates.json lib/firefox/browser/defaults/settings/security-state/onecrl.json @@ -3948,18 +3930,17 @@ lib/firefox/browser/features/webcompat@mozilla.org/injections/css/bug1654877-pre lib/firefox/browser/features/webcompat@mozilla.org/injections/css/bug1654907-reactine.ca-hide-unsupported.css lib/firefox/browser/features/webcompat@mozilla.org/injections/css/bug1655049-dev.to-unclickable-button-fix.css lib/firefox/browser/features/webcompat@mozilla.org/injections/css/bug1666771-zilow-map-overdraw.css +lib/firefox/browser/features/webcompat@mozilla.org/injections/css/bug1690091-binance.com-page-overflow.css +lib/firefox/browser/features/webcompat@mozilla.org/injections/css/bug1690158-slack.com-webkit-scrollbar.css lib/firefox/browser/features/webcompat@mozilla.org/injections/js/bug0000000-testbed-js-injection.js lib/firefox/browser/features/webcompat@mozilla.org/injections/js/bug1452707-window.controllers-shim-ib.absa.co.za.js lib/firefox/browser/features/webcompat@mozilla.org/injections/js/bug1457335-histography.io-ua-change.js lib/firefox/browser/features/webcompat@mozilla.org/injections/js/bug1472075-bankofamerica.com-ua-change.js -lib/firefox/browser/features/webcompat@mozilla.org/injections/js/bug1570856-medium.com-menu-isTier1.js lib/firefox/browser/features/webcompat@mozilla.org/injections/js/bug1579159-m.tailieu.vn-pdfjs-worker-disable.js lib/firefox/browser/features/webcompat@mozilla.org/injections/js/bug1605611-maps.google.com-directions-time.js lib/firefox/browser/features/webcompat@mozilla.org/injections/js/bug1610358-pcloud.com-appVersion-change.js lib/firefox/browser/features/webcompat@mozilla.org/injections/js/bug1631811-datastudio.google.com-indexedDB.js -lib/firefox/browser/features/webcompat@mozilla.org/injections/js/bug1665035-dckids.com-cookieEnabled.js lib/firefox/browser/features/webcompat@mozilla.org/injections/js/bug1677442-store.hp.com-disable-indexeddb.js -lib/firefox/browser/features/webcompat@mozilla.org/injections/js/bug1682238-gamearter.com-ua-change.js lib/firefox/browser/features/webcompat@mozilla.org/lib/about_compat_broker.js lib/firefox/browser/features/webcompat@mozilla.org/lib/custom_functions.js lib/firefox/browser/features/webcompat@mozilla.org/lib/injections.js @@ -3990,7 +3971,6 @@ lib/firefox/browser/features/webcompat@mozilla.org/shims/rambler-authenticator.j lib/firefox/browser/features/webcompat@mozilla.org/shims/rich-relevance.js lib/firefox/browser/localization/en-US/branding/brand.ftl lib/firefox/browser/localization/en-US/browser/aboutCertError.ftl -lib/firefox/browser/localization/en-US/browser/aboutConfig.ftl lib/firefox/browser/localization/en-US/browser/aboutDialog.ftl lib/firefox/browser/localization/en-US/browser/aboutLogins.ftl lib/firefox/browser/localization/en-US/browser/aboutPolicies.ftl @@ -4076,6 +4056,7 @@ lib/firefox/browser/modules/AttributionCode.jsm lib/firefox/browser/modules/BrowserContentHandler.jsm lib/firefox/browser/modules/BrowserGlue.jsm lib/firefox/browser/modules/BrowserSearchTelemetry.jsm +lib/firefox/browser/modules/BrowserUIUtils.jsm lib/firefox/browser/modules/BrowserUsageTelemetry.jsm lib/firefox/browser/modules/BrowserWindowTracker.jsm lib/firefox/browser/modules/ChromeMigrationUtils.jsm @@ -4090,7 +4071,6 @@ lib/firefox/browser/modules/DoHConfig.jsm lib/firefox/browser/modules/DoHController.jsm lib/firefox/browser/modules/DoHHeuristics.jsm lib/firefox/browser/modules/DownloadsCommon.jsm -lib/firefox/browser/modules/DownloadsSubview.jsm lib/firefox/browser/modules/DownloadsTaskbar.jsm lib/firefox/browser/modules/DownloadsViewUI.jsm lib/firefox/browser/modules/DownloadsViewableInternally.jsm @@ -4149,6 +4129,7 @@ lib/firefox/browser/modules/UrlbarProviderInterventions.jsm lib/firefox/browser/modules/UrlbarProviderOmnibox.jsm lib/firefox/browser/modules/UrlbarProviderOpenTabs.jsm lib/firefox/browser/modules/UrlbarProviderPrivateSearch.jsm +lib/firefox/browser/modules/UrlbarProviderQuickSuggest.jsm lib/firefox/browser/modules/UrlbarProviderSearchSuggestions.jsm lib/firefox/browser/modules/UrlbarProviderSearchTips.jsm lib/firefox/browser/modules/UrlbarProviderTabToSearch.jsm @@ -4156,6 +4137,7 @@ lib/firefox/browser/modules/UrlbarProviderTokenAliasEngines.jsm lib/firefox/browser/modules/UrlbarProviderTopSites.jsm lib/firefox/browser/modules/UrlbarProviderUnifiedComplete.jsm lib/firefox/browser/modules/UrlbarProvidersManager.jsm +lib/firefox/browser/modules/UrlbarQuickSuggest.jsm lib/firefox/browser/modules/UrlbarResult.jsm lib/firefox/browser/modules/UrlbarSearchOneOffs.jsm lib/firefox/browser/modules/UrlbarSearchUtils.jsm @@ -4223,7 +4205,6 @@ 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/aboutReader.properties lib/firefox/chrome/en-US/locale/en-US/global/aboutStudies.properties -lib/firefox/chrome/en-US/locale/en-US/global/aboutWebrtc.properties lib/firefox/chrome/en-US/locale/en-US/global/appPicker.dtd lib/firefox/chrome/en-US/locale/en-US/global/appstrings.properties lib/firefox/chrome/en-US/locale/en-US/global/autocomplete.properties @@ -4323,7 +4304,6 @@ lib/firefox/chrome/marionette/content/format.js lib/firefox/chrome/marionette/content/interaction.js lib/firefox/chrome/marionette/content/l10n.js lib/firefox/chrome/marionette/content/legacyaction.js -lib/firefox/chrome/marionette/content/listener.js lib/firefox/chrome/marionette/content/log.js lib/firefox/chrome/marionette/content/message.js lib/firefox/chrome/marionette/content/modal.js @@ -4331,7 +4311,6 @@ lib/firefox/chrome/marionette/content/navigate.js lib/firefox/chrome/marionette/content/packets.js lib/firefox/chrome/marionette/content/prefs.js lib/firefox/chrome/marionette/content/print.js -lib/firefox/chrome/marionette/content/proxy.js lib/firefox/chrome/marionette/content/reftest-content.js lib/firefox/chrome/marionette/content/reftest.js lib/firefox/chrome/marionette/content/reftest.xhtml @@ -4343,6 +4322,7 @@ lib/firefox/chrome/pdfjs/content/PdfJs.jsm lib/firefox/chrome/pdfjs/content/PdfJsDefaultPreferences.jsm lib/firefox/chrome/pdfjs/content/PdfJsNetwork.jsm lib/firefox/chrome/pdfjs/content/PdfJsTelemetry.jsm +lib/firefox/chrome/pdfjs/content/PdfSandbox.jsm lib/firefox/chrome/pdfjs/content/PdfStreamConverter.jsm lib/firefox/chrome/pdfjs/content/PdfjsChild.jsm lib/firefox/chrome/pdfjs/content/PdfjsParent.jsm @@ -4599,59 +4579,59 @@ lib/firefox/chrome/pippki/content/pippki/setp12password.js lib/firefox/chrome/pippki/content/pippki/setp12password.xhtml lib/firefox/chrome/recording/content/recording.js lib/firefox/chrome/recording/content/recording.xhtml -lib/firefox/chrome/remote/content/Connection.jsm -lib/firefox/chrome/remote/content/Error.jsm -lib/firefox/chrome/remote/content/Format.jsm -lib/firefox/chrome/remote/content/JSONHandler.jsm -lib/firefox/chrome/remote/content/Log.jsm -lib/firefox/chrome/remote/content/Protocol.jsm -lib/firefox/chrome/remote/content/RecommendedPreferences.jsm -lib/firefox/chrome/remote/content/RemoteAgent.jsm -lib/firefox/chrome/remote/content/StreamRegistry.jsm -lib/firefox/chrome/remote/content/Sync.jsm -lib/firefox/chrome/remote/content/TabManager.jsm -lib/firefox/chrome/remote/content/WindowManager.jsm -lib/firefox/chrome/remote/content/domains/ContentProcessDomain.jsm -lib/firefox/chrome/remote/content/domains/ContentProcessDomains.jsm -lib/firefox/chrome/remote/content/domains/Domain.jsm -lib/firefox/chrome/remote/content/domains/DomainCache.jsm -lib/firefox/chrome/remote/content/domains/ParentProcessDomains.jsm -lib/firefox/chrome/remote/content/domains/content/DOM.jsm -lib/firefox/chrome/remote/content/domains/content/Emulation.jsm -lib/firefox/chrome/remote/content/domains/content/Input.jsm -lib/firefox/chrome/remote/content/domains/content/Log.jsm -lib/firefox/chrome/remote/content/domains/content/Network.jsm -lib/firefox/chrome/remote/content/domains/content/Page.jsm -lib/firefox/chrome/remote/content/domains/content/Performance.jsm -lib/firefox/chrome/remote/content/domains/content/Runtime.jsm -lib/firefox/chrome/remote/content/domains/content/Security.jsm -lib/firefox/chrome/remote/content/domains/content/runtime/ExecutionContext.jsm -lib/firefox/chrome/remote/content/domains/parent/Browser.jsm -lib/firefox/chrome/remote/content/domains/parent/Emulation.jsm -lib/firefox/chrome/remote/content/domains/parent/IO.jsm -lib/firefox/chrome/remote/content/domains/parent/Input.jsm -lib/firefox/chrome/remote/content/domains/parent/Network.jsm -lib/firefox/chrome/remote/content/domains/parent/Page.jsm -lib/firefox/chrome/remote/content/domains/parent/Security.jsm -lib/firefox/chrome/remote/content/domains/parent/Target.jsm -lib/firefox/chrome/remote/content/domains/parent/page/DialogHandler.jsm +lib/firefox/chrome/remote/content/cdp/Connection.jsm +lib/firefox/chrome/remote/content/cdp/Error.jsm +lib/firefox/chrome/remote/content/cdp/JSONHandler.jsm +lib/firefox/chrome/remote/content/cdp/Protocol.jsm +lib/firefox/chrome/remote/content/cdp/RecommendedPreferences.jsm +lib/firefox/chrome/remote/content/cdp/StreamRegistry.jsm +lib/firefox/chrome/remote/content/cdp/domains/ContentProcessDomain.jsm +lib/firefox/chrome/remote/content/cdp/domains/ContentProcessDomains.jsm +lib/firefox/chrome/remote/content/cdp/domains/Domain.jsm +lib/firefox/chrome/remote/content/cdp/domains/DomainCache.jsm +lib/firefox/chrome/remote/content/cdp/domains/ParentProcessDomains.jsm +lib/firefox/chrome/remote/content/cdp/domains/content/DOM.jsm +lib/firefox/chrome/remote/content/cdp/domains/content/Emulation.jsm +lib/firefox/chrome/remote/content/cdp/domains/content/Input.jsm +lib/firefox/chrome/remote/content/cdp/domains/content/Log.jsm +lib/firefox/chrome/remote/content/cdp/domains/content/Network.jsm +lib/firefox/chrome/remote/content/cdp/domains/content/Page.jsm +lib/firefox/chrome/remote/content/cdp/domains/content/Performance.jsm +lib/firefox/chrome/remote/content/cdp/domains/content/Runtime.jsm +lib/firefox/chrome/remote/content/cdp/domains/content/Security.jsm +lib/firefox/chrome/remote/content/cdp/domains/content/runtime/ExecutionContext.jsm +lib/firefox/chrome/remote/content/cdp/domains/parent/Browser.jsm +lib/firefox/chrome/remote/content/cdp/domains/parent/Emulation.jsm +lib/firefox/chrome/remote/content/cdp/domains/parent/IO.jsm +lib/firefox/chrome/remote/content/cdp/domains/parent/Input.jsm +lib/firefox/chrome/remote/content/cdp/domains/parent/Network.jsm +lib/firefox/chrome/remote/content/cdp/domains/parent/Page.jsm +lib/firefox/chrome/remote/content/cdp/domains/parent/Security.jsm +lib/firefox/chrome/remote/content/cdp/domains/parent/Target.jsm +lib/firefox/chrome/remote/content/cdp/domains/parent/page/DialogHandler.jsm +lib/firefox/chrome/remote/content/cdp/observers/ChannelEventSink.jsm +lib/firefox/chrome/remote/content/cdp/observers/ContextObserver.jsm +lib/firefox/chrome/remote/content/cdp/observers/NetworkObserver.jsm +lib/firefox/chrome/remote/content/cdp/observers/TargetObserver.jsm +lib/firefox/chrome/remote/content/cdp/sessions/ContentProcessSession.jsm +lib/firefox/chrome/remote/content/cdp/sessions/MainProcessSession.jsm +lib/firefox/chrome/remote/content/cdp/sessions/Session.jsm +lib/firefox/chrome/remote/content/cdp/sessions/TabSession.jsm +lib/firefox/chrome/remote/content/cdp/sessions/frame-script.js +lib/firefox/chrome/remote/content/cdp/targets/MainProcessTarget.jsm +lib/firefox/chrome/remote/content/cdp/targets/TabTarget.jsm +lib/firefox/chrome/remote/content/cdp/targets/Target.jsm +lib/firefox/chrome/remote/content/cdp/targets/TargetList.jsm +lib/firefox/chrome/remote/content/components/RemoteAgent.jsm lib/firefox/chrome/remote/content/external/EventUtils.js -lib/firefox/chrome/remote/content/observers/ChannelEventSink.jsm -lib/firefox/chrome/remote/content/observers/ContextObserver.jsm -lib/firefox/chrome/remote/content/observers/NetworkObserver.jsm -lib/firefox/chrome/remote/content/observers/TargetObserver.jsm lib/firefox/chrome/remote/content/server/HTTPD.jsm lib/firefox/chrome/remote/content/server/WebSocketHandshake.jsm lib/firefox/chrome/remote/content/server/WebSocketTransport.jsm -lib/firefox/chrome/remote/content/sessions/ContentProcessSession.jsm -lib/firefox/chrome/remote/content/sessions/MainProcessSession.jsm -lib/firefox/chrome/remote/content/sessions/Session.jsm -lib/firefox/chrome/remote/content/sessions/TabSession.jsm -lib/firefox/chrome/remote/content/sessions/frame-script.js -lib/firefox/chrome/remote/content/targets/MainProcessTarget.jsm -lib/firefox/chrome/remote/content/targets/TabTarget.jsm -lib/firefox/chrome/remote/content/targets/Target.jsm -lib/firefox/chrome/remote/content/targets/TargetList.jsm +lib/firefox/chrome/remote/content/shared/Format.jsm +lib/firefox/chrome/remote/content/shared/Log.jsm +lib/firefox/chrome/remote/content/shared/Sync.jsm +lib/firefox/chrome/remote/content/shared/TabManager.jsm +lib/firefox/chrome/remote/content/shared/WindowManager.jsm lib/firefox/chrome/toolkit/content/extensions/child/ext-backgroundPage.js lib/firefox/chrome/toolkit/content/extensions/child/ext-contentScripts.js lib/firefox/chrome/toolkit/content/extensions/child/ext-extension.js @@ -4776,6 +4756,11 @@ lib/firefox/chrome/toolkit/content/global/aboutTelemetry.xhtml lib/firefox/chrome/toolkit/content/global/aboutUrlClassifier.css lib/firefox/chrome/toolkit/content/global/aboutUrlClassifier.js lib/firefox/chrome/toolkit/content/global/aboutUrlClassifier.xhtml +lib/firefox/chrome/toolkit/content/global/aboutconfig/aboutconfig.css +lib/firefox/chrome/toolkit/content/global/aboutconfig/aboutconfig.html +lib/firefox/chrome/toolkit/content/global/aboutconfig/aboutconfig.js +lib/firefox/chrome/toolkit/content/global/aboutconfig/background.svg +lib/firefox/chrome/toolkit/content/global/aboutconfig/toggle.svg lib/firefox/chrome/toolkit/content/global/aboutwebrtc/aboutWebrtc.css lib/firefox/chrome/toolkit/content/global/aboutwebrtc/aboutWebrtc.html lib/firefox/chrome/toolkit/content/global/aboutwebrtc/aboutWebrtc.js @@ -4824,8 +4809,6 @@ lib/firefox/chrome/toolkit/content/global/certviewer/utils.js lib/firefox/chrome/toolkit/content/global/commonDialog.css lib/firefox/chrome/toolkit/content/global/commonDialog.js lib/firefox/chrome/toolkit/content/global/commonDialog.xhtml -lib/firefox/chrome/toolkit/content/global/config.js -lib/firefox/chrome/toolkit/content/global/config.xhtml lib/firefox/chrome/toolkit/content/global/contentAreaUtils.js lib/firefox/chrome/toolkit/content/global/customElements.js lib/firefox/chrome/toolkit/content/global/datepicker.xhtml @@ -4850,7 +4833,6 @@ lib/firefox/chrome/toolkit/content/global/elements/menupopup.js lib/firefox/chrome/toolkit/content/global/elements/moz-input-box.js lib/firefox/chrome/toolkit/content/global/elements/notificationbox.js lib/firefox/chrome/toolkit/content/global/elements/panel.js -lib/firefox/chrome/toolkit/content/global/elements/pluginProblem.js lib/firefox/chrome/toolkit/content/global/elements/popupnotification.js lib/firefox/chrome/toolkit/content/global/elements/radio.js lib/firefox/chrome/toolkit/content/global/elements/richlistbox.js @@ -4935,8 +4917,6 @@ lib/firefox/chrome/toolkit/content/mozapps/extensions/default-theme.svg lib/firefox/chrome/toolkit/content/mozapps/extensions/default-theme/icon.svg lib/firefox/chrome/toolkit/content/mozapps/extensions/default-theme/manifest.json lib/firefox/chrome/toolkit/content/mozapps/extensions/drag-drop-addon-installer.js -lib/firefox/chrome/toolkit/content/mozapps/extensions/extensions.js -lib/firefox/chrome/toolkit/content/mozapps/extensions/extensions.xhtml lib/firefox/chrome/toolkit/content/mozapps/extensions/firefox-alpenglow.svg lib/firefox/chrome/toolkit/content/mozapps/extensions/firefox-compact-dark.svg lib/firefox/chrome/toolkit/content/mozapps/extensions/firefox-compact-light.svg @@ -4948,6 +4928,7 @@ lib/firefox/chrome/toolkit/content/mozapps/extensions/panel-list.css lib/firefox/chrome/toolkit/content/mozapps/extensions/rating-star.css lib/firefox/chrome/toolkit/content/mozapps/extensions/shortcuts.css lib/firefox/chrome/toolkit/content/mozapps/extensions/shortcuts.js +lib/firefox/chrome/toolkit/content/mozapps/extensions/view-controller.js lib/firefox/chrome/toolkit/content/mozapps/handling/appChooser.js lib/firefox/chrome/toolkit/content/mozapps/handling/appChooser.xhtml lib/firefox/chrome/toolkit/content/mozapps/handling/handler.css @@ -4968,7 +4949,6 @@ lib/firefox/chrome/toolkit/content/providers.json lib/firefox/chrome/toolkit/featuregates/FeatureGate.jsm lib/firefox/chrome/toolkit/featuregates/FeatureGateImplementation.jsm lib/firefox/chrome/toolkit/featuregates/feature_definitions.json -lib/firefox/chrome/toolkit/pluginproblem/pluginProblemContent.css lib/firefox/chrome/toolkit/res/accessiblecaret-normal@1.5x.png lib/firefox/chrome/toolkit/res/accessiblecaret-normal@1x.png lib/firefox/chrome/toolkit/res/accessiblecaret-normal@2.25x.png @@ -4994,15 +4974,14 @@ lib/firefox/chrome/toolkit/res/hiddenWindow.html lib/firefox/chrome/toolkit/res/html.css lib/firefox/chrome/toolkit/res/loading-image.png lib/firefox/chrome/toolkit/res/mathml.css -lib/firefox/chrome/toolkit/res/messaging-system/experiments/@types/ExperimentManager.d.ts -lib/firefox/chrome/toolkit/res/messaging-system/experiments/ExperimentAPI.jsm -lib/firefox/chrome/toolkit/res/messaging-system/experiments/ExperimentManager.jsm -lib/firefox/chrome/toolkit/res/messaging-system/experiments/ExperimentStore.jsm lib/firefox/chrome/toolkit/res/messaging-system/lib/Logger.jsm -lib/firefox/chrome/toolkit/res/messaging-system/lib/RemoteSettingsExperimentLoader.jsm -lib/firefox/chrome/toolkit/res/messaging-system/lib/SharedDataMap.jsm lib/firefox/chrome/toolkit/res/messaging-system/lib/SpecialMessageActions.jsm lib/firefox/chrome/toolkit/res/messaging-system/targeting/Targeting.jsm +lib/firefox/chrome/toolkit/res/nimbus/ExperimentAPI.jsm +lib/firefox/chrome/toolkit/res/nimbus/lib/ExperimentManager.jsm +lib/firefox/chrome/toolkit/res/nimbus/lib/ExperimentStore.jsm +lib/firefox/chrome/toolkit/res/nimbus/lib/RemoteSettingsExperimentLoader.jsm +lib/firefox/chrome/toolkit/res/nimbus/lib/SharedDataMap.jsm lib/firefox/chrome/toolkit/res/noframes.css lib/firefox/chrome/toolkit/res/normandy/Normandy.jsm lib/firefox/chrome/toolkit/res/normandy/NormandyMigrations.jsm @@ -5053,7 +5032,6 @@ lib/firefox/chrome/toolkit/res/normandy/vendor/React.js lib/firefox/chrome/toolkit/res/normandy/vendor/ReactDOM.js lib/firefox/chrome/toolkit/res/normandy/vendor/classnames.js lib/firefox/chrome/toolkit/res/noscript.css -lib/firefox/chrome/toolkit/res/pluginproblem.css lib/firefox/chrome/toolkit/res/quirk.css lib/firefox/chrome/toolkit/res/ua.css lib/firefox/chrome/toolkit/skin/classic/global/about.css @@ -5076,7 +5054,6 @@ lib/firefox/chrome/toolkit/skin/classic/global/button.css lib/firefox/chrome/toolkit/skin/classic/global/checkbox.css lib/firefox/chrome/toolkit/skin/classic/global/close-icon.css lib/firefox/chrome/toolkit/skin/classic/global/commonDialog.css -lib/firefox/chrome/toolkit/skin/classic/global/config.css lib/firefox/chrome/toolkit/skin/classic/global/datetimeinputpickers.css lib/firefox/chrome/toolkit/skin/classic/global/dialog.css lib/firefox/chrome/toolkit/skin/classic/global/dirListing/dirListing.css @@ -5084,6 +5061,7 @@ 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/icons/Authentication.png +lib/firefox/chrome/toolkit/skin/classic/global/icons/add.svg 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-left.svg @@ -5102,6 +5080,7 @@ lib/firefox/chrome/toolkit/skin/classic/global/icons/connection-mixed-active-loa lib/firefox/chrome/toolkit/skin/classic/global/icons/connection-mixed-passive-loaded.svg lib/firefox/chrome/toolkit/skin/classic/global/icons/delete.svg lib/firefox/chrome/toolkit/skin/classic/global/icons/document.svg +lib/firefox/chrome/toolkit/skin/classic/global/icons/edit.svg 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 @@ -5117,8 +5096,10 @@ lib/firefox/chrome/toolkit/skin/classic/global/icons/more.svg lib/firefox/chrome/toolkit/skin/classic/global/icons/open-in-new.svg lib/firefox/chrome/toolkit/skin/classic/global/icons/performance.svg lib/firefox/chrome/toolkit/skin/classic/global/icons/print.svg +lib/firefox/chrome/toolkit/skin/classic/global/icons/privacy-security.svg lib/firefox/chrome/toolkit/skin/classic/global/icons/question-64.png lib/firefox/chrome/toolkit/skin/classic/global/icons/resizer.svg +lib/firefox/chrome/toolkit/skin/classic/global/icons/search-glass.svg lib/firefox/chrome/toolkit/skin/classic/global/icons/search-textbox.svg lib/firefox/chrome/toolkit/skin/classic/global/icons/searchfield-cancel.svg lib/firefox/chrome/toolkit/skin/classic/global/icons/settings.svg @@ -5129,6 +5110,7 @@ lib/firefox/chrome/toolkit/skin/classic/global/icons/sslWarning.png lib/firefox/chrome/toolkit/skin/classic/global/icons/twisty-collapsed-rtl.svg lib/firefox/chrome/toolkit/skin/classic/global/icons/twisty-collapsed.svg lib/firefox/chrome/toolkit/skin/classic/global/icons/twisty-expanded.svg +lib/firefox/chrome/toolkit/skin/classic/global/icons/undo.svg lib/firefox/chrome/toolkit/skin/classic/global/icons/update-icon.svg lib/firefox/chrome/toolkit/skin/classic/global/icons/warning.svg lib/firefox/chrome/toolkit/skin/classic/global/illustrations/about-license.svg @@ -5300,7 +5282,6 @@ lib/firefox/localization/en-US/security/pippki/pippki.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/aboutCompat.ftl -lib/firefox/localization/en-US/toolkit/about/aboutConfig.ftl lib/firefox/localization/en-US/toolkit/about/aboutGlean.ftl lib/firefox/localization/en-US/toolkit/about/aboutHttpsOnlyError.ftl lib/firefox/localization/en-US/toolkit/about/aboutMozilla.ftl @@ -5313,8 +5294,10 @@ lib/firefox/localization/en-US/toolkit/about/aboutRights.ftl lib/firefox/localization/en-US/toolkit/about/aboutServiceWorkers.ftl lib/firefox/localization/en-US/toolkit/about/aboutSupport.ftl lib/firefox/localization/en-US/toolkit/about/aboutTelemetry.ftl +lib/firefox/localization/en-US/toolkit/about/aboutWebrtc.ftl lib/firefox/localization/en-US/toolkit/about/abuseReports.ftl lib/firefox/localization/en-US/toolkit/about/certviewer.ftl +lib/firefox/localization/en-US/toolkit/about/config.ftl lib/firefox/localization/en-US/toolkit/about/url-classifier.ftl lib/firefox/localization/en-US/toolkit/extensions/blocklist.ftl lib/firefox/localization/en-US/toolkit/featuregates/features.ftl @@ -5361,6 +5344,7 @@ lib/firefox/modules/BookmarkJSONUtils.jsm lib/firefox/modules/Bookmarks.jsm lib/firefox/modules/BrowserElementParent.jsm lib/firefox/modules/BrowserElementPromptService.jsm +lib/firefox/modules/BrowserTelemetryUtils.jsm lib/firefox/modules/BrowserUtils.jsm lib/firefox/modules/CanonicalJSON.jsm lib/firefox/modules/CaptiveDetect.jsm @@ -5493,7 +5477,9 @@ lib/firefox/modules/InputListAutoComplete.jsm lib/firefox/modules/InsecurePasswordUtils.jsm lib/firefox/modules/Integration.jsm lib/firefox/modules/JSONFile.jsm +lib/firefox/modules/KeywordUtils.jsm lib/firefox/modules/L10nRegistry.jsm +lib/firefox/modules/LayoutUtils.jsm lib/firefox/modules/LightweightThemeConsumer.jsm lib/firefox/modules/LightweightThemeManager.jsm lib/firefox/modules/Localization.jsm @@ -5607,6 +5593,7 @@ lib/firefox/modules/SearchSuggestionController.jsm lib/firefox/modules/SearchSuggestions.jsm lib/firefox/modules/SearchUtils.jsm lib/firefox/modules/SecurityInfo.jsm +lib/firefox/modules/SelectionUtils.jsm lib/firefox/modules/ServiceRequest.jsm lib/firefox/modules/ServiceWorkerCleanUp.jsm lib/firefox/modules/Services.jsm diff --git a/www/firefox/distinfo b/www/firefox/distinfo index 6bcc35b6ebc..1569905958e 100644 --- a/www/firefox/distinfo +++ b/www/firefox/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.431 2021/03/12 14:11:47 ryoon Exp $ +$NetBSD: distinfo,v 1.432 2021/03/30 16:39:06 ryoon Exp $ -SHA1 (firefox-86.0.1.source.tar.xz) = a2f368e146ec21c50f00a8c95e8c9145a355136e -RMD160 (firefox-86.0.1.source.tar.xz) = 4fcf0792022c3e678f2f63ea400cf790a77e7bea -SHA512 (firefox-86.0.1.source.tar.xz) = e613cdcadfd71a01800a72c08c590032605ca8a8a0ba93326ffba93c2819f629fd620c23d00ca1274b203adc20acfe5d7913fee240ff14819fb1377ed08b1214 -Size (firefox-86.0.1.source.tar.xz) = 369541992 bytes +SHA1 (firefox-87.0.source.tar.xz) = c5b752e49d4decc6193e846236b8a044ebca400f +RMD160 (firefox-87.0.source.tar.xz) = 49c2f6509e9d25f2e101bfae33385cb429bf2c8f +SHA512 (firefox-87.0.source.tar.xz) = c1c08be2283e7a162c8be2f2647ec2bb85cab592738dc45e4b4ffb72969229cc0019a30782a4cb27f09a13b088c63841071dd202b3543dfba295140a7d6246a4 +Size (firefox-87.0.source.tar.xz) = 377285124 bytes SHA1 (patch-aa) = 15b8567cee2af9853f6949c80345ffcb1fd3852a SHA1 (patch-browser_app_profile_firefox.js) = 89cea0a66457c96ad0b94aaa524aa5942ad781d0 SHA1 (patch-build_moz.configure_rust.configure) = 25ddfacd29cebbc6db005dbe61a2a7446d480678 diff --git a/www/firefox/mozilla-common.mk b/www/firefox/mozilla-common.mk index 09cc40f9579..39871a14236 100644 --- a/www/firefox/mozilla-common.mk +++ b/www/firefox/mozilla-common.mk @@ -1,4 +1,4 @@ -# $NetBSD: mozilla-common.mk,v 1.198 2021/02/23 18:28:29 tsutsui Exp $ +# $NetBSD: mozilla-common.mk,v 1.199 2021/03/30 16:39:06 ryoon Exp $ # # common Makefile fragment for mozilla packages based on gecko 2.0. # @@ -165,7 +165,7 @@ BUILDLINK_API_DEPENDS.libevent+= libevent>=1.1 BUILDLINK_API_DEPENDS.nspr+= nspr>=4.26 .include "../../devel/nspr/buildlink3.mk" .include "../../textproc/icu/buildlink3.mk" -BUILDLINK_API_DEPENDS.nss+= nss>=3.61 +BUILDLINK_API_DEPENDS.nss+= nss>=3.62 .include "../../devel/nss/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" #.include "../../mk/jpeg.buildlink3.mk" |