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 85.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f535a8be29da
branches:  trunk
changeset: 445634:f535a8be29da
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Tue Jan 26 15:02:55 2021 +0000

description:
firefox: Update to 85.0

Changelog:
New

  * Firefox now protects you from supercookies, a type of tracker that can stay
    hidden in your browser and track you online, even after you clear cookies.
    By isolating supercookies, Firefox prevents them from tracking your web
    browsing from one site to the next.

  * It??s easier than ever to save and access your bookmarks. Firefox now
    remembers your preferred location for saved bookmarks, displays the
    bookmarks toolbar by default on new tabs, and gives you easy access to all
    of your bookmarks via a toolbar folder.

  * The password manager now allows you to remove all of your saved logins with
    one click, as opposed to having to delete each login individually.

Fixed

  * Various security fixes.


Changed

  * Firefox no longer supports Adobe Flash. There is no setting available to
    re-enable Flash support.


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
    85 Release Notes.


Developer

  * Developer Information
  * CSS: We have added support for the :focus-visible pseudo class.

  * It's possible to prettify JS expressions in Console source code Editor
    (available in multiline mode) using a new toolbar button.
    Console Editor Pretty Print Expression Screenshot

Security fixes:
#CVE-2021-23953: Cross-origin information leakage via redirected PDF requests
#CVE-2021-23954: Type confusion when using logical assignment operators in
 JavaScript switch statements
#CVE-2021-23955: Clickjacking across tabs through misusing requestPointerLock
#CVE-2021-23956: File picker dialog could have been used to disclose a complete
 directory
#CVE-2021-23957: Iframe sandbox could have been bypassed on Android via the
 intent URL scheme
#CVE-2021-23958: Screen sharing permission leaked across tabs
#CVE-2021-23959: Cross-Site Scripting in error pages on Firefox for Android
#CVE-2021-23960: Use-after-poison for incorrectly redeclared JavaScript
 variables during GC
#CVE-2021-23961: More internal network hosts could have been probed by a
malicious webpage
#CVE-2021-23962: Use-after-poison in <code>nsTreeBodyFrame::RowCountChanged</
 code>
#CVE-2021-23963: Permission prompt inaccessible after asking for additional
 permissions
#CVE-2021-23964: Memory safety bugs fixed in Firefox 85 and Firefox ESR 78.7
#CVE-2021-23965: Memory safety bugs fixed in Firefox 85

diffstat:

 www/firefox/Makefile                                                                                                     |   6 +-
 www/firefox/PLIST                                                                                                        |  81 +++++----
 www/firefox/distinfo                                                                                                     |  14 +-
 www/firefox/patches/patch-config_makefiles_rust.mk                                                                       |   9 +-
 www/firefox/patches/patch-js_public_ErrorReport.h                                                                        |  12 +
 www/firefox/patches/patch-third__party_libwebrtc_webrtc_modules_desktop__capture_desktop__capture__generic__gn_moz.build |  15 -
 6 files changed, 73 insertions(+), 64 deletions(-)

diffs (truncated from 492 to 300 lines):

diff -r f8eec392aad3 -r f535a8be29da www/firefox/Makefile
--- a/www/firefox/Makefile      Tue Jan 26 15:02:38 2021 +0000
+++ b/www/firefox/Makefile      Tue Jan 26 15:02:55 2021 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.465 2021/01/08 09:56:55 ryoon Exp $
+# $NetBSD: Makefile,v 1.466 2021/01/26 15:02:55 ryoon Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
-MOZ_BRANCH=            84.0
-MOZ_BRANCH_MINOR=      .2
+MOZ_BRANCH=            85.0
+MOZ_BRANCH_MINOR=      
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       ${DISTNAME:S/.source//:S/b/beta/:S/esr//}
diff -r f8eec392aad3 -r f535a8be29da www/firefox/PLIST
--- a/www/firefox/PLIST Tue Jan 26 15:02:38 2021 +0000
+++ b/www/firefox/PLIST Tue Jan 26 15:02:55 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.168 2021/01/01 12:52:16 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.169 2021/01/26 15:02:55 ryoon Exp $
 bin/firefox
 lib/firefox/actors/AboutHttpsOnlyErrorChild.jsm
 lib/firefox/actors/AboutHttpsOnlyErrorParent.jsm
@@ -103,8 +103,8 @@
 lib/firefox/browser/actors/RFPHelperParent.jsm
 lib/firefox/browser/actors/RefreshBlockerChild.jsm
 lib/firefox/browser/actors/RefreshBlockerParent.jsm
-lib/firefox/browser/actors/SearchTelemetryChild.jsm
-lib/firefox/browser/actors/SearchTelemetryParent.jsm
+lib/firefox/browser/actors/SearchSERPTelemetryChild.jsm
+lib/firefox/browser/actors/SearchSERPTelemetryParent.jsm
 lib/firefox/browser/actors/SiteSpecificBrowserChild.jsm
 lib/firefox/browser/actors/SiteSpecificBrowserParent.jsm
 lib/firefox/browser/actors/SwitchDocumentDirectionChild.jsm
@@ -166,8 +166,6 @@
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/illustration-screenshots%2x.png@localhost
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/illustration-sync%2x.png@localhost
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/long-zap.svg
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/privacy-onboarding-dark.webm
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/privacy-onboarding.webm
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/protection-report-icon.png
 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/short-zap.svg
@@ -186,33 +184,43 @@
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/trailhead/card-illo-sendtab.svg
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/trailhead/card-illo-tracking.svg
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/whatsnew-send-icon.png
+lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/adidas.png
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/aliexpress-com.ico
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/allegro-pl.ico
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/amazon.ico
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/avito-ru.ico
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/baidu-com.ico
+lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/baidu-com.png
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/bbc-uk.ico
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/bing-com.ico
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/ctrip-com.ico
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/duckduckgo-com.ico
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/ebay.ico
+lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/etsy.ico
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/facebook-com.ico
+lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/geico.png
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/google-com.ico
+lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/hrblock.ico
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/ifeng-com.ico
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/iqiyi-com.ico
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/leboncoin-fr.png
+lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/nike.ico
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/ok-ru.ico
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/olx-pl.ico
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/reddit-com.png
+lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/samsung.ico
+lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/turbotax.png
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/twitter-com.ico
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/vk-com.ico
+lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/vodafone.png
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/weibo-com.ico
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/wikipedia-org.ico
+lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/wix.ico
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/wykop-pl.png
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/yandex-com.png
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/yandex-ru.png
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/youtube-com.png
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/favicons/zhihu-com.ico
+lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/adidas%2x.png@localhost
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/aliexpress-com%2x.png@localhost
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/allegro-pl%2x.png@localhost
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/amazon%2x.png@localhost
@@ -223,18 +231,26 @@
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/ctrip-com%2x.png@localhost
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/duckduckgo-com%2x.png@localhost
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/ebay%2x.png@localhost
+lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/etsy%2x.jpg@localhost
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/facebook-com%2x.png@localhost
+lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/geico%2x.jpg@localhost
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/google-com%2x.png@localhost
+lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/hrblock%2x.png@localhost
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/ifeng-com%2x.png@localhost
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/iqiyi-com%2x.png@localhost
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/leboncoin-fr%2x.png@localhost
+lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/nike%2x.jpg@localhost
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/ok-ru%2x.png@localhost
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/olx-pl%2x.png@localhost
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/reddit-com%2x.png@localhost
+lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/samsung%2x.jpg@localhost
+lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/turbotax%2x.jpg@localhost
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/twitter-com%2x.png@localhost
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/vk-com%2x.png@localhost
+lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/vodafone%2x.jpg@localhost
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/weibo-com%2x.png@localhost
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/wikipedia-org%2x.png@localhost
+lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/wix%2x.jpg@localhost
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/wykop-pl%2x.png@localhost
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/yandex-com%2x.png@localhost
 lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/yandex-ru%2x.png@localhost
@@ -304,6 +320,8 @@
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/login-list.js
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/menu-button.css
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/menu-button.js
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/remove-logins-dialog.css
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/remove-logins-dialog.js
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/icons/breached-website.svg
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/icons/favicon.svg
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/icons/hide-password.svg
@@ -418,7 +436,6 @@
 lib/firefox/browser/chrome/browser/content/browser/parent/ext-bookmarks.js
 lib/firefox/browser/chrome/browser/content/browser/parent/ext-browser.js
 lib/firefox/browser/chrome/browser/content/browser/parent/ext-browserAction.js
-lib/firefox/browser/chrome/browser/content/browser/parent/ext-browsingData.js
 lib/firefox/browser/chrome/browser/content/browser/parent/ext-chrome-settings-overrides.js
 lib/firefox/browser/chrome/browser/content/browser/parent/ext-commands.js
 lib/firefox/browser/chrome/browser/content/browser/parent/ext-devtools-inspectedWindow.js
@@ -527,7 +544,6 @@
 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
-lib/firefox/browser/chrome/browser/content/browser/schemas/browsing_data.json
 lib/firefox/browser/chrome/browser/content/browser/schemas/chrome_settings_overrides.json
 lib/firefox/browser/chrome/browser/content/browser/schemas/commands.json
 lib/firefox/browser/chrome/browser/content/browser/schemas/devtools.json
@@ -1078,10 +1094,7 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/characterEncoding.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/check-animation.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/chevron-animation.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/chevron.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/compacttheme.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/connection-mixed-active-loaded.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/connection-mixed-passive-loaded.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/connection-secure.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/3rdpartycookies-disabled.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/3rdpartycookies.svg
@@ -1222,7 +1235,6 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/pageInfo.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/pageInfo.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/panel-icon-cancel.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/panel-icon-folder.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/panel-icon-retry.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/panic-panel/header.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/panic-panel/header%2x.png@localhost
@@ -2139,7 +2151,8 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/manifest.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/media-rule.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/memory.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/network.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/network-content.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/network-parent.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/node.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/object.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/page-style.js
@@ -2153,7 +2166,6 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/root.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/stacktraces.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/storage.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/string.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/style-rule.js
@@ -3139,14 +3151,14 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/memory.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/channel-event-sink.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/eventsource-actor.js
+lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/network-content.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/network-event-actor.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/network-event.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/network-monitor.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/network-observer.js
+lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/network-parent.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/network-response-listener.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/network.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/stack-trace-collector.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/stack-traces-actor.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/utils/channel-map.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/utils/error-codes.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/utils/wildcard-to-regexp.js
@@ -3175,6 +3187,7 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/resources/network-events-stacktraces.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/resources/network-events.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/resources/platform-messages.js
+lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/resources/sources.js
 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
@@ -3219,6 +3232,7 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/walker-search.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/watchpoint-map.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/watcher.js
+lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/watcher/WatchedDataHelpers.jsm
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/watcher/WatcherRegistry.jsm
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/watcher/target-helpers/frame-helper.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/watcher/target-helpers/process-helper.js
@@ -3312,12 +3326,9 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/inspector/css-logic.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/inspector/utils.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/jsbeautify/beautify.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/jsbeautify/lib/sanitytest.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/jsbeautify/lib/urlencode_unpacker.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/jsbeautify/src/beautify-css.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/jsbeautify/src/beautify-html.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/jsbeautify/src/beautify-js.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/jsbeautify/src/beautify-tests.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/l10n.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/layout/dom-matrix-2d.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/layout/utils.js
@@ -3375,7 +3386,6 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/transformers/console-messages.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/transformers/error-messages.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/transformers/network-events.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/transformers/root-node.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/screenshot/capture.js
@@ -3410,9 +3420,10 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/manifest.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/media-rule.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/memory.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/network-content.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/network-event.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/network-monitor.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/network.js
+lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/network-parent.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/node.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/object.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/page-style.js
@@ -3426,7 +3437,6 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/root.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/screenshot.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/source.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/stacktraces.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/storage.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/string.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/style-rule.js
@@ -3922,7 +3932,6 @@
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/css/bug1605611-maps.google.com-directions-time.css
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/css/bug1610016-gaana.com-input-position-fix.css
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/css/bug1610344-directv.com.co-hide-unsupported-message.css
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/css/bug1632019-everyman.co-gallery-width-fix.css
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/css/bug1644830-missingmail.usps.com-checkboxes-not-visible.css
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/css/bug1645064-s-kanava.fi-invisible-charts.css
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/css/bug1651917-teletrader.com.body-transform-origin.css
@@ -3940,6 +3949,9 @@
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/js/bug1579159-m.tailieu.vn-pdfjs-worker-disable.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/js/bug1605611-maps.google.com-directions-time.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/js/bug1610358-pcloud.com-appVersion-change.js
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/js/bug1631811-datastudio.google.com-indexedDB.js
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/js/bug1665035-dckids.com-cookieEnabled.js
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/js/bug1677442-store.hp.com-disable-indexeddb.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/js/bug1682238-gamearter.com-ua-change.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/lib/about_compat_broker.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/lib/custom_functions.js
@@ -4055,6 +4067,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/BrowserUsageTelemetry.jsm
 lib/firefox/browser/modules/BrowserWindowTracker.jsm
 lib/firefox/browser/modules/ChromeMigrationUtils.jsm
@@ -4075,6 +4088,7 @@
 lib/firefox/browser/modules/DownloadsViewableInternally.jsm
 lib/firefox/browser/modules/DragPositionManager.jsm
 lib/firefox/browser/modules/EveryWindow.jsm
+lib/firefox/browser/modules/ExtensionBrowsingData.jsm
 lib/firefox/browser/modules/ExtensionControlledPopup.jsm
 lib/firefox/browser/modules/ExtensionPopups.jsm
 lib/firefox/browser/modules/ExtensionsUI.jsm
@@ -4100,7 +4114,7 @@
 lib/firefox/browser/modules/Sanitizer.jsm
 lib/firefox/browser/modules/ScreenshotChild.jsm
 lib/firefox/browser/modules/SearchOneOffs.jsm
-lib/firefox/browser/modules/SearchTelemetry.jsm
+lib/firefox/browser/modules/SearchSERPTelemetry.jsm
 lib/firefox/browser/modules/SearchUIUtils.jsm
 lib/firefox/browser/modules/SearchWidgetTracker.jsm
 lib/firefox/browser/modules/SelectionChangedMenulist.jsm
@@ -4261,7 +4275,6 @@
 lib/firefox/chrome/en-US/locale/en-US/mozapps/downloads/downloads.properties
 lib/firefox/chrome/en-US/locale/en-US/mozapps/downloads/unknownContentType.dtd
 lib/firefox/chrome/en-US/locale/en-US/mozapps/downloads/unknownContentType.properties
-lib/firefox/chrome/en-US/locale/en-US/mozapps/extensions/extensions.dtd



Home | Main Index | Thread Index | Old Index