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 81.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f258be8e81b4
branches:  trunk
changeset: 439746:f258be8e81b4
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Mon Sep 28 13:30:01 2020 +0000

description:
firefox: Update to 81.0

Changelog:
September 22, 2020

Version 81.0, first offered to Release channel users on September 22, 2020

We'd like to extend a special thank you to all of the new Mozillians who
contributed to this release of Firefox.

New

  * You can pause and play audio or video in Firefox right from your keyboard
    or headset, giving you easy access to control your media when in another
    Firefox tab, another program, or even when your computer is locked.

  * In addition to our default, dark and light themes, with this release,
    Firefox introduces the Alpenglow theme: a colorful appearance for buttons,
    menus, and windows. You can update your Firefox themes under settings or
    preferences.

  * For our users in the US and Canada, Firefox can now save, manage, and
    auto-fill credit card information for you, making shopping on Firefox ever
    more convenient. To ensure the smoothest experience, this will be rolling
    out to users gradually.

  * Firefox supports AcroForm, which will soon allow you to fill in, print, and
    save supported PDF forms and the PDF viewer also has a new fresh look.

  * Our users in Austria, Belgium and Switzerland using the German version of
    Firefox will now see Pocket recommendations in their new tab featuring some
    of the best stories on the web. If you don’t see them, you can turn on
    Pocket articles in your new tab by following these steps. In addition to
    Firefox’s new tab, Pocket is also available as an app on iOS and Android.

Fixed

  * Various security fixes.

  * We’ve fixed a bug for users of language packs where the default language
    was reset to English after Firefox updates.

  * Browser native HTML5 audio/video controls received several important
    accessibility fixes:

      + Audio/video controls remain accessible to screen readers even when they
        are temporarily hidden visually.
      + Audio/video elapsed and total time are now accessible to screen readers
        where they weren't previously.
      + Various unlabelled controls are now labelled making them identifiable
        to screen readers.
      + Screen readers no longer intrusively report progress information unless
        the user requests it.

Changed

  * You will soon find Picture-in-Picture more easily on all the videos you
    watch with new iconography.

  * The bookmarks toolbar is now automatically revealed once bookmarks are
    imported into Firefox, making it easier to find your most important
    websites.

  * We have expanded our supported file types - .xml, .svg, and .webp - so
    files you’ve downloaded can be opened right in Firefox.

Security fixes:
#CVE-2020-15675: Use-After-Free in WebGL
#CVE-2020-15677: Download origin spoofing via redirect
#CVE-2020-15676: XSS when pasting attacker-controlled data into a
contenteditable element
#CVE-2020-15678: When recursing through layers while scrolling, an iterator may
have become invalid, resulting in a potential use-after-free scenario
#CVE-2020-15673: Memory safety bugs fixed in Firefox 81 and Firefox ESR 78.3
corruption and we presume that with enough effort some of these could have been
exploited to run arbitrary code.
#CVE-2020-15674: Memory safety bugs fixed in Firefox 81

diffstat:

 www/firefox/Makefile                                                                   |   35 +-
 www/firefox/PLIST                                                                      |  230 ++++++---
 www/firefox/distinfo                                                                   |   16 +-
 www/firefox/patches/patch-config_makefiles_rust.mk                                     |    4 +-
 www/firefox/patches/patch-js_src_jsfriendapi.h                                         |    8 +-
 www/firefox/patches/patch-third__party_rust_getrandom_src_lib.rs                       |   24 -
 www/firefox/patches/patch-third__party_rust_libc_src_unix_bsd_netbsdlike_netbsd_mod.rs |   78 ---
 7 files changed, 175 insertions(+), 220 deletions(-)

diffs (truncated from 820 to 300 lines):

diff -r c8085d03a07e -r f258be8e81b4 www/firefox/Makefile
--- a/www/firefox/Makefile      Mon Sep 28 13:21:43 2020 +0000
+++ b/www/firefox/Makefile      Mon Sep 28 13:30:01 2020 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.447 2020/09/05 10:19:04 ryoon Exp $
+# $NetBSD: Makefile,v 1.448 2020/09/28 13:30:01 ryoon Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
-MOZ_BRANCH=            80.0
-MOZ_BRANCH_MINOR=      .1
+MOZ_BRANCH=            81.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
@@ -80,26 +79,26 @@
 # updating and verification.
 #
 
-CKSUM_CRATES+= third_party/rust/libc
+#CKSUM_CRATES+=        third_party/rust/libc
 
 # patch-third__party_rust_libc_src_unix_bsd_netbsdlike_netbsd_mod.rs 
-CKSUMS+=       a3540eab4dbc52e006e84e288bad17e1dae3865fea49020e0ed8b5a7724a9532
-CKSUMS+=       5e58a2109f5eff0f497dfac150c161c1d517a2227b49e086da96c3d66522ac3a
+#CKSUMS+=      a3540eab4dbc52e006e84e288bad17e1dae3865fea49020e0ed8b5a7724a9532
+#CKSUMS+=      5e58a2109f5eff0f497dfac150c161c1d517a2227b49e086da96c3d66522ac3a
 
-CKSUM_CRATES+= third_party/rust/getrandom
+#CKSUM_CRATES+=        third_party/rust/getrandom
 
 # patch-third__party_rust_getrandom_src_lib.rs
-CKSUMS+=       0e52f6bde42d7bb05c297ce1c25b9879d61b28caba98f6226a152bff538db6c2
-CKSUMS+=       394425b4ba03c21c494e64d993678f7014575b1e3d590b9ee452b5c2d83ec4ac
+#CKSUMS+=      0e52f6bde42d7bb05c297ce1c25b9879d61b28caba98f6226a152bff538db6c2
+#CKSUMS+=      394425b4ba03c21c494e64d993678f7014575b1e3d590b9ee452b5c2d83ec4ac
 
-SUBST_CLASSES+=                cksum
-SUBST_STAGE.cksum=     pre-configure
-.for crate in ${CKSUM_CRATES}
-SUBST_FILES.cksum+=    ${crate}/.cargo-checksum.json
-.endfor
-.for from to in ${CKSUMS}
-SUBST_SED.cksum+=      -e 's,${from},${to},g'
-.endfor
+#SUBST_CLASSES+=               cksum
+#SUBST_STAGE.cksum=    pre-configure
+#.for crate in ${CKSUM_CRATES}
+#SUBST_FILES.cksum+=   ${crate}/.cargo-checksum.json
+#.endfor
+#.for from to in ${CKSUMS}
+#SUBST_SED.cksum+=     -e 's,${from},${to},g'
+#.endfor
 
 post-extract:
        mv ${WRKSRC}/gfx/ycbcr/yuv_row_arm.s ${WRKSRC}/gfx/ycbcr/yuv_row_arm.S
diff -r c8085d03a07e -r f258be8e81b4 www/firefox/PLIST
--- a/www/firefox/PLIST Mon Sep 28 13:21:43 2020 +0000
+++ b/www/firefox/PLIST Mon Sep 28 13:30:01 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.163 2020/08/25 14:35:24 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.164 2020/09/28 13:30:01 ryoon Exp $
 bin/firefox
 lib/firefox/actors/AboutHttpsOnlyErrorChild.jsm
 lib/firefox/actors/AboutHttpsOnlyErrorParent.jsm
@@ -10,6 +10,7 @@
 lib/firefox/actors/AutoScrollParent.jsm
 lib/firefox/actors/AutoplayChild.jsm
 lib/firefox/actors/AutoplayParent.jsm
+lib/firefox/actors/BackgroundThumbnailsChild.jsm
 lib/firefox/actors/BrowserElementChild.jsm
 lib/firefox/actors/BrowserElementParent.jsm
 lib/firefox/actors/ControllersChild.jsm
@@ -288,9 +289,12 @@
 lib/firefox/browser/chrome/browser/content/browser/browser-ctrlTab.js
 lib/firefox/browser/chrome/browser/content/browser/browser-customization.js
 lib/firefox/browser/chrome/browser/content/browser/browser-data-submission-info-bar.js
+lib/firefox/browser/chrome/browser/content/browser/browser-defaultBrowserNotificationOnNewTabPage.js
 lib/firefox/browser/chrome/browser/content/browser/browser-development-helpers.js
 lib/firefox/browser/chrome/browser/content/browser/browser-fullScreenAndPointerLock.js
 lib/firefox/browser/chrome/browser/content/browser/browser-fullZoom.js
+lib/firefox/browser/chrome/browser/content/browser/browser-fxaSignout.js
+lib/firefox/browser/chrome/browser/content/browser/browser-fxaSignout.xhtml
 lib/firefox/browser/chrome/browser/content/browser/browser-gestureSupport.js
 lib/firefox/browser/chrome/browser/content/browser/browser-graphics-utils.js
 lib/firefox/browser/chrome/browser/content/browser/browser-media.js
@@ -361,7 +365,8 @@
 lib/firefox/browser/chrome/browser/content/browser/logos/lockwise-mobile.svg
 lib/firefox/browser/chrome/browser/content/browser/logos/lockwise.svg
 lib/firefox/browser/chrome/browser/content/browser/logos/monitor.svg
-lib/firefox/browser/chrome/browser/content/browser/logos/proxy.svg
+lib/firefox/browser/chrome/browser/content/browser/logos/proxy-dark.svg
+lib/firefox/browser/chrome/browser/content/browser/logos/proxy-light.svg
 lib/firefox/browser/chrome/browser/content/browser/logos/send.svg
 lib/firefox/browser/chrome/browser/content/browser/logos/tracking-protection-dark-theme.svg
 lib/firefox/browser/chrome/browser/content/browser/logos/tracking-protection.svg
@@ -514,7 +519,6 @@
 lib/firefox/browser/chrome/browser/content/browser/schemas/urlbar.json
 lib/firefox/browser/chrome/browser/content/browser/schemas/windows.json
 lib/firefox/browser/chrome/browser/content/browser/search/autocomplete-popup.js
-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.xhtml
@@ -665,10 +669,12 @@
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/illustration-privatebrowsing%2x.png@localhost
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/illustration-screenshots%2x.png@localhost
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/illustration-sync%2x.png@localhost
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/long-zap.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/privacy-onboarding-dark.webm
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/privacy-onboarding.webm
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/protection-report-icon.png
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/remote/pip-message-icon.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/short-zap.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/spinner.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/sync-devices-trailhead.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/topic-show-more-12.svg
@@ -692,7 +698,6 @@
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/firefox-logo.png
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/firefox-systems.png
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/whatsnew-send-icon.png
-lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/zap.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/newtab-render.js
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/aliexpress-com.ico
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/favicons/allegro-pl.ico
@@ -822,7 +827,9 @@
 lib/firefox/browser/chrome/browser/search-extensions/allegro-pl/manifest.json
 lib/firefox/browser/chrome/browser/search-extensions/amazon/_locales/au/messages.json
 lib/firefox/browser/chrome/browser/search-extensions/amazon/_locales/ca/messages.json
+lib/firefox/browser/chrome/browser/search-extensions/amazon/_locales/de-adm/messages.json
 lib/firefox/browser/chrome/browser/search-extensions/amazon/_locales/de/messages.json
+lib/firefox/browser/chrome/browser/search-extensions/amazon/_locales/en-GB-adm/messages.json
 lib/firefox/browser/chrome/browser/search-extensions/amazon/_locales/en-GB/messages.json
 lib/firefox/browser/chrome/browser/search-extensions/amazon/_locales/france/messages.json
 lib/firefox/browser/chrome/browser/search-extensions/amazon/_locales/in/messages.json
@@ -836,6 +843,7 @@
 lib/firefox/browser/chrome/browser/search-extensions/amazondotcn/_locales/mozillaonline/messages.json
 lib/firefox/browser/chrome/browser/search-extensions/amazondotcn/favicon.ico
 lib/firefox/browser/chrome/browser/search-extensions/amazondotcn/manifest.json
+lib/firefox/browser/chrome/browser/search-extensions/amazondotcom/_locales/en-adm/messages.json
 lib/firefox/browser/chrome/browser/search-extensions/amazondotcom/_locales/en/messages.json
 lib/firefox/browser/chrome/browser/search-extensions/amazondotcom/favicon.ico
 lib/firefox/browser/chrome/browser/search-extensions/amazondotcom/manifest.json
@@ -1165,7 +1173,6 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/fingerprinters-disabled.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/fingerprinters.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/hero-message-background.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/https-only.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/mcb-disabled.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/panel.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/socialblock-disabled.svg
@@ -1225,6 +1232,7 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/sync-devices.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/sync-illustration-issue.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/sync-illustration.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/fxaSignout.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/history.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/home.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/illustrations/blue-berror.svg
@@ -2711,6 +2719,7 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/selectors/search.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/selectors/timing-markers.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/selectors/ui.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/utils/context-menu-utils.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/utils/filter-autocomplete-provider.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/utils/filter-predicates.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/utils/filter-text-utils.js
@@ -2726,6 +2735,7 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/utils/sort-predicates.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/utils/sort-utils.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/utils/tooltips.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/widgets/HeadersPanelContextMenu.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/widgets/PropertiesViewContextMenu.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/widgets/RequestBlockingContextMenu.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/widgets/RequestListContextMenu.js
@@ -3014,6 +3024,7 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/SwatchFilterTooltip.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/TooltipToggle.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/VariableTooltipHelper.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/css-compatibility-tooltip-helper.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/inactive-css-tooltip-helper.js
 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
@@ -3135,9 +3146,6 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/css-properties.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/descriptors/process.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/descriptors/tab.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/descriptors/watcher/WatcherRegistry.jsm
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/descriptors/watcher/target-helpers/frame-helper.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/descriptors/watcher/watcher.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/descriptors/webextension.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
@@ -3165,11 +3173,9 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters/rulers.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters/selector.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters/shapes.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters/simple-outline.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters/utils/accessibility.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters/utils/canvas.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters/utils/markup.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters/xul-accessible.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/inspector/constants.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/inspector/css-logic.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/inspector/custom-element-watcher.js
@@ -3208,7 +3214,9 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/process.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/reflow.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/resources/console-messages.js
+lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/resources/css-changes.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/resources/css-messages.js
+lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/resources/document-event.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/resources/error-messages.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/resources/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/resources/platform-messages.js
@@ -3224,6 +3232,7 @@
 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
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/targets/parent-process.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/targets/target-actor-registry.jsm
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/targets/webextension.js
@@ -3247,6 +3256,9 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/track-change-emitter.js
 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/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/webbrowser.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/webconsole.js
 lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/webconsole/commands.js
@@ -3385,6 +3397,7 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/target-list.js
 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/root-node.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/screenshot/capture.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/screenshot/save.js
 lib/firefox/browser/chrome/devtools/modules/devtools/shared/security/auth.js
@@ -3512,6 +3525,7 @@
 lib/firefox/browser/chrome/devtools/skin/images/alert.svg
 lib/firefox/browser/chrome/devtools/skin/images/angle-swatch.svg
 lib/firefox/browser/chrome/devtools/skin/images/animation-fast-track.svg
+lib/firefox/browser/chrome/devtools/skin/images/application-debug.svg
 lib/firefox/browser/chrome/devtools/skin/images/application-manifest.svg
 lib/firefox/browser/chrome/devtools/skin/images/arrow-big.svg
 lib/firefox/browser/chrome/devtools/skin/images/arrow-e.svg
@@ -3755,6 +3769,7 @@
 lib/firefox/browser/defaults/settings/main/search-config.json
 lib/firefox/browser/defaults/settings/main/search-default-override-allowlist.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/pinning/pins.json
 lib/firefox/browser/defaults/settings/security-state/intermediates.json
@@ -3894,17 +3909,24 @@
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/about-compat/aboutPageProcessScript.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/data/injections.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/data/picture_in_picture_overrides.js
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/data/shims.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/data/ua_overrides.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/experiment-apis/aboutConfigPrefs.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/experiment-apis/aboutConfigPrefs.json
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/experiment-apis/appConstants.js
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/experiment-apis/appConstants.json
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/experiment-apis/experiments.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/experiment-apis/experiments.json
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/experiment-apis/matchPatterns.js
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/experiment-apis/matchPatterns.json
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/experiment-apis/pictureInPicture.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/experiment-apis/pictureInPicture.json
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/experiment-apis/sharedPreferences.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/experiment-apis/sharedPreferences.json
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/experiment-apis/systemManufacturer.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/experiment-apis/systemManufacturer.json
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/experiment-apis/trackingProtection.js
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/experiment-apis/trackingProtection.json
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/css/bug0000000-testbed-css-injection.css
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/css/bug1561371-mail.google.com-allow-horizontal-scrolling.css
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/css/bug1567610-dns.google.com-moz-fit-content.css
@@ -3921,6 +3943,11 @@
 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
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/css/bug1653075-livescience.com-scrollbar-width.css
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/css/bug1654865-sports.ndtv.com-float-fix.css
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/css/bug1654877-preev.com-moz-appearance-fix.css
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/css/bug1654907-reactine.ca-hide-unsupported.css
+lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/css/bug1655049-dev.to-unclickable-button-fix.css
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/js/bug0000000-testbed-js-injection.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/js/bug1452707-window.controllers-shim-ib.absa.co.za.js
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/js/bug1457335-histography.io-ua-change.js
@@ -3929,17 +3956,34 @@
 lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/js/bug1579159-m.tailieu.vn-pdfjs-worker-disable.js


Home | Main Index | Thread Index | Old Index