pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/firefox



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri Aug 13 14:57:52 UTC 2021

Modified Files:
        pkgsrc/www/firefox: Makefile PLIST distinfo mozilla-common.mk
            options.mk
        pkgsrc/www/firefox/files: node-wrapper.sh

Log Message:
firefox: Update to 91.0

* Convert to --enable-chrome-format=omni.
  It is not necessary to modify JavaScript files to improve support recently.
* Fix build under NetBSD/i386 like lang/mozjs78.

Changelog:
New

  * Building on Total Cookie Protection, we've added a more comprehensive logic
    for clearing cookies that prevents hidden data leaks and makes it easy for
    users to understand which websites are storing local information. Learn
    more

  * Firefox now supports logging into Microsoft, work, and school accounts
    using Windows single sign-on. Learn more

  * The simplify page when printing feature is back! When printing, under More
    settings > Format select the Simplified option when available to get a
    clutter-free page. Learn more

  * HTTPS-First Policy: Firefox Private Browsing windows now attempt to make
    all connections to websites secure, and fall back to insecure connections
    only when websites do not support it. Learn more

  * We've added a new locale: Scots (sco)

  * The address bar now provides Switch to Tab results also in Private Browsing
    windows.

  * Firefox now automatically enables High Contrast Mode when "Increase
    Contrast" is checked on MacOS

  * Firefox now does catch-up paints for almost all user interactions, enabling
    a 10-20% improvement in response time to most user interactions.

Fixed

  * Various security fixes

Enterprise

  * Various bug fixes and new policies have been implemented in the latest
    version of Firefox. See more details in the Firefox for Enterprise 91
    Release Notes.

Developer

  * Developer Information

Web Platform

  * The Visual Viewport API is now supported on desktop platforms

Security fixes:
#CVE-2021-29986: Race condition when resolving DNS names could have led to
 memory corruption
#CVE-2021-29981: Live range splitting could have led to conflicting assignments
 in the JIT
#CVE-2021-29988: Memory corruption as a result of incorrect style treatment
#CVE-2021-29983: Firefox for Android could get stuck in fullscreen mode
#CVE-2021-29984: Incorrect instruction reordering during JIT optimization
#CVE-2021-29980: Uninitialized memory in a canvas object could have led to
 memory corruption
#CVE-2021-29987: Users could have been tricked into accepting unwanted
 permissions on Linux
#CVE-2021-29985: Use-after-free media channels
#CVE-2021-29982: Single bit data leak due to incorrect JIT optimization and
 type confusion
#CVE-2021-29989: Memory safety bugs fixed in Firefox 91 and Firefox ESR 78.13
#CVE-2021-29990: Memory safety bugs fixed in Firefox 91


To generate a diff of this commit:
cvs rdiff -u -r1.487 -r1.488 pkgsrc/www/firefox/Makefile
cvs rdiff -u -r1.176 -r1.177 pkgsrc/www/firefox/PLIST
cvs rdiff -u -r1.440 -r1.441 pkgsrc/www/firefox/distinfo
cvs rdiff -u -r1.203 -r1.204 pkgsrc/www/firefox/mozilla-common.mk
cvs rdiff -u -r1.62 -r1.63 pkgsrc/www/firefox/options.mk
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/firefox/files/node-wrapper.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/firefox/Makefile
diff -u pkgsrc/www/firefox/Makefile:1.487 pkgsrc/www/firefox/Makefile:1.488
--- pkgsrc/www/firefox/Makefile:1.487   Fri Jul 30 12:27:09 2021
+++ pkgsrc/www/firefox/Makefile Fri Aug 13 14:57:52 2021
@@ -1,18 +1,17 @@
-# $NetBSD: Makefile,v 1.487 2021/07/30 12:27:09 ryoon Exp $
+# $NetBSD: Makefile,v 1.488 2021/08/13 14:57:52 ryoon Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
-MOZ_BRANCH=            90.0
-MOZ_BRANCH_MINOR=      .2
+MOZ_BRANCH=            91.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
 
-DISTFILES=     ${DEFAULT_DISTFILES} nodejs-output-89.0.2.tgz
-SITES.nodejs-output-89.0.2.tgz=        ${MASTER_SITE_LOCAL}
+DISTFILES=     ${DEFAULT_DISTFILES} nodejs-output-91.0.tgz
+SITES.nodejs-output-91.0.tgz=  ${MASTER_SITE_LOCAL}
 
 MAINTAINER=    ryoon%NetBSD.org@localhost
 HOMEPAGE=      https://www.mozilla.org/en-US/firefox/
@@ -90,7 +89,7 @@ CHECK_INTERPRETER_SKIP+=      lib/firefox-sdk
 CHECK_INTERPRETER_SKIP+=       lib/firefox-sdk/sdk/bin/xpidl.py
 CHECK_INTERPRETER_SKIP+=       lib/firefox-sdk/sdk/bin/xpt.py
 
-CHECK_WRKREF_SKIP+=    lib/${MOZILLA}/chrome/toolkit/content/global/buildconfig.html
+CHECK_WRKREF_SKIP+=    lib/${MOZILLA}/omni.ja
 
 MOZILLA=       ${PKGBASE}
 MOZILLA_ICON=  ${WRKSRC}/${OBJDIR}/dist/${MOZILLA}/browser/chrome/icons/default/default48.png

Index: pkgsrc/www/firefox/PLIST
diff -u pkgsrc/www/firefox/PLIST:1.176 pkgsrc/www/firefox/PLIST:1.177
--- pkgsrc/www/firefox/PLIST:1.176      Tue Jul 13 14:52:22 2021
+++ pkgsrc/www/firefox/PLIST    Fri Aug 13 14:57:52 2021
@@ -1,5238 +1,25 @@
-@comment $NetBSD: PLIST,v 1.176 2021/07/13 14:52:22 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.177 2021/08/13 14:57:52 ryoon Exp $
 bin/firefox
-lib/firefox/actors/AboutHttpsOnlyErrorChild.jsm
-lib/firefox/actors/AboutHttpsOnlyErrorParent.jsm
-lib/firefox/actors/AudioPlaybackChild.jsm
-lib/firefox/actors/AudioPlaybackParent.jsm
-lib/firefox/actors/AutoCompleteChild.jsm
-lib/firefox/actors/AutoCompleteParent.jsm
-lib/firefox/actors/AutoScrollChild.jsm
-lib/firefox/actors/AutoScrollParent.jsm
-lib/firefox/actors/AutoplayChild.jsm
-lib/firefox/actors/AutoplayParent.jsm
-lib/firefox/actors/BackgroundThumbnailsChild.jsm
-lib/firefox/actors/BrowserElementChild.jsm
-lib/firefox/actors/BrowserElementParent.jsm
-lib/firefox/actors/ControllersChild.jsm
-lib/firefox/actors/ControllersParent.jsm
-lib/firefox/actors/DateTimePickerChild.jsm
-lib/firefox/actors/DateTimePickerParent.jsm
-lib/firefox/actors/ExtFindChild.jsm
-lib/firefox/actors/FindBarChild.jsm
-lib/firefox/actors/FindBarParent.jsm
-lib/firefox/actors/FinderChild.jsm
-lib/firefox/actors/FormHistoryChild.jsm
-lib/firefox/actors/FormHistoryParent.jsm
-lib/firefox/actors/InlineSpellCheckerChild.jsm
-lib/firefox/actors/InlineSpellCheckerParent.jsm
-lib/firefox/actors/KeyPressEventModelCheckerChild.jsm
-${PLIST.debug}lib/firefox/actors/LayoutDebugChild.jsm
-lib/firefox/actors/PictureInPictureChild.jsm
-lib/firefox/actors/PopupBlockingChild.jsm
-lib/firefox/actors/PopupBlockingParent.jsm
-lib/firefox/actors/PrintingChild.jsm
-lib/firefox/actors/PrintingParent.jsm
-lib/firefox/actors/PrintingSelectionChild.jsm
-lib/firefox/actors/PurgeSessionHistoryChild.jsm
-lib/firefox/actors/RemotePageChild.jsm
-lib/firefox/actors/SelectChild.jsm
-lib/firefox/actors/SelectParent.jsm
-lib/firefox/actors/ThumbnailsChild.jsm
-lib/firefox/actors/UAWidgetsChild.jsm
-lib/firefox/actors/UnselectedTabHoverChild.jsm
-lib/firefox/actors/UnselectedTabHoverParent.jsm
-lib/firefox/actors/ViewSourceChild.jsm
-lib/firefox/actors/ViewSourcePageChild.jsm
-lib/firefox/actors/ViewSourcePageParent.jsm
-lib/firefox/actors/WebChannelChild.jsm
-lib/firefox/actors/WebChannelParent.jsm
 lib/firefox/application.ini
-lib/firefox/browser/actors/ASRouterChild.jsm
-lib/firefox/browser/actors/ASRouterParent.jsm
-lib/firefox/browser/actors/AboutLoginsChild.jsm
-lib/firefox/browser/actors/AboutLoginsParent.jsm
-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
-lib/firefox/browser/actors/AboutProtectionsParent.jsm
-lib/firefox/browser/actors/AboutReaderChild.jsm
-lib/firefox/browser/actors/AboutReaderParent.jsm
-lib/firefox/browser/actors/AboutTabCrashedChild.jsm
-lib/firefox/browser/actors/AboutTabCrashedParent.jsm
-lib/firefox/browser/actors/AboutWelcomeChild.jsm
-lib/firefox/browser/actors/AboutWelcomeParent.jsm
-lib/firefox/browser/actors/BlockedSiteChild.jsm
-lib/firefox/browser/actors/BlockedSiteParent.jsm
-lib/firefox/browser/actors/BrowserProcessChild.jsm
-lib/firefox/browser/actors/BrowserTabChild.jsm
-lib/firefox/browser/actors/BrowserTabParent.jsm
-lib/firefox/browser/actors/ClickHandlerChild.jsm
-lib/firefox/browser/actors/ClickHandlerParent.jsm
-lib/firefox/browser/actors/ContentMetaChild.jsm
-lib/firefox/browser/actors/ContentMetaParent.jsm
-lib/firefox/browser/actors/ContentSearchChild.jsm
-lib/firefox/browser/actors/ContentSearchParent.jsm
-lib/firefox/browser/actors/ContextMenuChild.jsm
-lib/firefox/browser/actors/ContextMenuParent.jsm
-lib/firefox/browser/actors/DOMFullscreenChild.jsm
-lib/firefox/browser/actors/DOMFullscreenParent.jsm
-lib/firefox/browser/actors/DecoderDoctorChild.jsm
-lib/firefox/browser/actors/DecoderDoctorParent.jsm
-lib/firefox/browser/actors/EncryptedMediaChild.jsm
-lib/firefox/browser/actors/EncryptedMediaParent.jsm
-lib/firefox/browser/actors/FormValidationChild.jsm
-lib/firefox/browser/actors/FormValidationParent.jsm
-lib/firefox/browser/actors/InteractionsChild.jsm
-lib/firefox/browser/actors/InteractionsParent.jsm
-lib/firefox/browser/actors/LightweightThemeChild.jsm
-lib/firefox/browser/actors/LinkHandlerChild.jsm
-lib/firefox/browser/actors/LinkHandlerParent.jsm
-lib/firefox/browser/actors/NetErrorChild.jsm
-lib/firefox/browser/actors/NetErrorParent.jsm
-lib/firefox/browser/actors/PageInfoChild.jsm
-lib/firefox/browser/actors/PageStyleChild.jsm
-lib/firefox/browser/actors/PageStyleParent.jsm
-lib/firefox/browser/actors/PluginChild.jsm
-lib/firefox/browser/actors/PluginParent.jsm
-lib/firefox/browser/actors/PointerLockChild.jsm
-lib/firefox/browser/actors/PointerLockParent.jsm
-lib/firefox/browser/actors/PromptParent.jsm
-lib/firefox/browser/actors/RFPHelperChild.jsm
-lib/firefox/browser/actors/RFPHelperParent.jsm
-lib/firefox/browser/actors/RefreshBlockerChild.jsm
-lib/firefox/browser/actors/RefreshBlockerParent.jsm
-lib/firefox/browser/actors/SearchSERPTelemetryChild.jsm
-lib/firefox/browser/actors/SearchSERPTelemetryParent.jsm
-lib/firefox/browser/actors/SwitchDocumentDirectionChild.jsm
-lib/firefox/browser/actors/WebRTCChild.jsm
-lib/firefox/browser/actors/WebRTCParent.jsm
-lib/firefox/browser/chrome.manifest
-lib/firefox/browser/chrome/browser/content/activity-stream/aboutwelcome/aboutwelcome.css
-lib/firefox/browser/chrome/browser/content/activity-stream/css/activity-stream.css
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/firefox-protections.svg
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-add-16.svg
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-arrow.svg
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-arrowhead-down-12.svg
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-arrowhead-down-16.svg
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-cancel-16.svg
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-caret-right.svg
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-cfr-feature-16.svg
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-delete-16.svg
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-dismiss-16.svg
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-edit-16.svg
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-help-24.svg
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-highlights-16.svg
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-info-16.svg
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-mail-16.svg
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-maximize-16.svg
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-minimize-16.svg
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-modal-delete-32.svg
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-newWindow-16.svg
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-open-file-16.svg
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-pin-12.svg
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-pin-16.svg
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-playhead.svg
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-pocket-16.svg
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-pocket-archive-16.svg
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-pocket-delete-16.svg
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-pocket-save-16.svg
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-search-16.svg
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-star-17.svg
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-topsites-16.svg
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-trending-16.svg
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-unpin-16.svg
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/glyph-webextension-16.svg
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/icon-removed-bookmark.svg
-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/noodle-C.svg
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/noodle-outline-L.svg
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/noodle-solid-L.svg
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/assets/proton-bkg.jpg
-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
-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.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
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/avito-ru%2x.png@localhost
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/baidu-com%2x.png@localhost
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/bbc-uk%2x.png@localhost
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/bing-com%2x.svg@localhost
-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
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/youtube-com%2x.png@localhost
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/images/zhihu-com%2x.png@localhost
-lib/firefox/browser/chrome/browser/content/activity-stream/data/content/tippytop/top_sites.json
-lib/firefox/browser/chrome/browser/content/branding/about-logo.png
-lib/firefox/browser/chrome/browser/content/branding/about-logo.svg
-lib/firefox/browser/chrome/browser/content/branding/about-logo%2x.png@localhost
-lib/firefox/browser/chrome/browser/content/branding/about-wordmark.svg
-lib/firefox/browser/chrome/browser/content/branding/about.png
-lib/firefox/browser/chrome/browser/content/branding/aboutDialog.css
-lib/firefox/browser/chrome/browser/content/branding/aboutlogins.svg
-lib/firefox/browser/chrome/browser/content/branding/firefox-wordmark.svg
-lib/firefox/browser/chrome/browser/content/branding/icon128.png
-lib/firefox/browser/chrome/browser/content/branding/icon16.png
-lib/firefox/browser/chrome/browser/content/branding/icon32.png
-lib/firefox/browser/chrome/browser/content/branding/icon48.png
-lib/firefox/browser/chrome/browser/content/branding/icon64.png
-lib/firefox/browser/chrome/browser/content/branding/identity-icons-brand.svg
-lib/firefox/browser/chrome/browser/content/briefcase.svg
-lib/firefox/browser/chrome/browser/content/browser/aboutDialog-appUpdater.js
-lib/firefox/browser/chrome/browser/content/browser/aboutDialog.css
-lib/firefox/browser/chrome/browser/content/browser/aboutDialog.js
-lib/firefox/browser/chrome/browser/content/browser/aboutDialog.xhtml
-lib/firefox/browser/chrome/browser/content/browser/aboutFrameCrashed.html
-lib/firefox/browser/chrome/browser/content/browser/aboutPrivateBrowsing.css
-lib/firefox/browser/chrome/browser/content/browser/aboutPrivateBrowsing.html
-lib/firefox/browser/chrome/browser/content/browser/aboutPrivateBrowsing.js
-lib/firefox/browser/chrome/browser/content/browser/aboutRestartRequired.js
-lib/firefox/browser/chrome/browser/content/browser/aboutRestartRequired.xhtml
-lib/firefox/browser/chrome/browser/content/browser/aboutRobots-icon.png
-lib/firefox/browser/chrome/browser/content/browser/aboutRobots.css
-lib/firefox/browser/chrome/browser/content/browser/aboutRobots.js
-lib/firefox/browser/chrome/browser/content/browser/aboutRobots.xhtml
-lib/firefox/browser/chrome/browser/content/browser/aboutSessionRestore.js
-lib/firefox/browser/chrome/browser/content/browser/aboutSessionRestore.xhtml
-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/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
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/confirmation-dialog.js
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/fxaccounts-button.css
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/fxaccounts-button.js
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/generic-dialog.css
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/generic-dialog.js
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/import-details-row.js
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/import-error-dialog.css
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/import-error-dialog.js
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/import-summary-dialog.css
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/import-summary-dialog.js
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/login-filter.css
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/login-filter.js
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/login-intro.css
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/login-intro.js
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/login-item.css
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/login-item.js
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/login-list-item.js
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/login-list.css
-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/intro-illustration.svg
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/icons/password-hide.svg
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/icons/password.svg
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/icons/vulnerable-password.svg
-lib/firefox/browser/chrome/browser/content/browser/assets/moz-vpn.svg
-lib/firefox/browser/chrome/browser/content/browser/assets/vpn-logo.svg
-lib/firefox/browser/chrome/browser/content/browser/blockedSite.js
-lib/firefox/browser/chrome/browser/content/browser/blockedSite.xhtml
-lib/firefox/browser/chrome/browser/content/browser/browser-a11yUtils.js
-lib/firefox/browser/chrome/browser/content/browser/browser-addons.js
-lib/firefox/browser/chrome/browser/content/browser/browser-allTabsMenu.js
-lib/firefox/browser/chrome/browser/content/browser/browser-captivePortal.js
-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-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-gestureSupport.js
-lib/firefox/browser/chrome/browser/content/browser/browser-graphics-utils.js
-lib/firefox/browser/chrome/browser/content/browser/browser-pageActions.js
-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
-lib/firefox/browser/chrome/browser/content/browser/browser-thumbnails.js
-lib/firefox/browser/chrome/browser/content/browser/browser-toolbarKeyNav.js
-lib/firefox/browser/chrome/browser/content/browser/browser-webrtc.js
-lib/firefox/browser/chrome/browser/content/browser/browser.css
-lib/firefox/browser/chrome/browser/content/browser/browser.js
-lib/firefox/browser/chrome/browser/content/browser/browser.xhtml
-lib/firefox/browser/chrome/browser/content/browser/built_in_addons.json
-lib/firefox/browser/chrome/browser/content/browser/certerror/aboutNetError.js
-lib/firefox/browser/chrome/browser/content/browser/certerror/aboutNetError.xhtml
-lib/firefox/browser/chrome/browser/content/browser/certerror/aboutNetErrorCodes.js
-lib/firefox/browser/chrome/browser/content/browser/certerror/supportpages/connection-not-secure.html
-lib/firefox/browser/chrome/browser/content/browser/certerror/supportpages/time-errors.html
-lib/firefox/browser/chrome/browser/content/browser/child/ext-browser-content-only.js
-lib/firefox/browser/chrome/browser/content/browser/child/ext-browser.js
-lib/firefox/browser/chrome/browser/content/browser/child/ext-devtools-inspectedWindow.js
-lib/firefox/browser/chrome/browser/content/browser/child/ext-devtools-network.js
-lib/firefox/browser/chrome/browser/content/browser/child/ext-devtools-panels.js
-lib/firefox/browser/chrome/browser/content/browser/child/ext-devtools.js
-lib/firefox/browser/chrome/browser/content/browser/child/ext-menus-child.js
-lib/firefox/browser/chrome/browser/content/browser/child/ext-menus.js
-lib/firefox/browser/chrome/browser/content/browser/child/ext-omnibox.js
-lib/firefox/browser/chrome/browser/content/browser/child/ext-tabs.js
-lib/firefox/browser/chrome/browser/content/browser/content-sessionStore.js
-lib/firefox/browser/chrome/browser/content/browser/contentSearchHandoffUI.js
-lib/firefox/browser/chrome/browser/content/browser/contentSearchUI.css
-lib/firefox/browser/chrome/browser/content/browser/contentSearchUI.js
-lib/firefox/browser/chrome/browser/content/browser/contentTheme.js
-lib/firefox/browser/chrome/browser/content/browser/customizableui/panelUI.js
-lib/firefox/browser/chrome/browser/content/browser/defaultthemes/1.header.jpg
-lib/firefox/browser/chrome/browser/content/browser/defaultthemes/1.icon.jpg
-lib/firefox/browser/chrome/browser/content/browser/defaultthemes/1.preview.jpg
-lib/firefox/browser/chrome/browser/content/browser/defaultthemes/2.header.jpg
-lib/firefox/browser/chrome/browser/content/browser/defaultthemes/2.icon.jpg
-lib/firefox/browser/chrome/browser/content/browser/defaultthemes/2.preview.jpg
-lib/firefox/browser/chrome/browser/content/browser/defaultthemes/3.header.png
-lib/firefox/browser/chrome/browser/content/browser/defaultthemes/3.icon.png
-lib/firefox/browser/chrome/browser/content/browser/defaultthemes/3.preview.png
-lib/firefox/browser/chrome/browser/content/browser/defaultthemes/4.header.png
-lib/firefox/browser/chrome/browser/content/browser/defaultthemes/4.icon.png
-lib/firefox/browser/chrome/browser/content/browser/defaultthemes/4.preview.png
-lib/firefox/browser/chrome/browser/content/browser/defaultthemes/5.header.png
-lib/firefox/browser/chrome/browser/content/browser/defaultthemes/5.icon.jpg
-lib/firefox/browser/chrome/browser/content/browser/defaultthemes/5.preview.jpg
-lib/firefox/browser/chrome/browser/content/browser/downloads/allDownloadsView.js
-lib/firefox/browser/chrome/browser/content/browser/downloads/contentAreaDownloadsView.css
-lib/firefox/browser/chrome/browser/content/browser/downloads/contentAreaDownloadsView.js
-lib/firefox/browser/chrome/browser/content/browser/downloads/contentAreaDownloadsView.xhtml
-lib/firefox/browser/chrome/browser/content/browser/downloads/downloads.css
-lib/firefox/browser/chrome/browser/content/browser/downloads/downloads.js
-lib/firefox/browser/chrome/browser/content/browser/downloads/downloadsCommands.js
-lib/firefox/browser/chrome/browser/content/browser/downloads/indicator.js
-lib/firefox/browser/chrome/browser/content/browser/ext-browser.json
-lib/firefox/browser/chrome/browser/content/browser/extension.css
-lib/firefox/browser/chrome/browser/content/browser/extension.svg
-lib/firefox/browser/chrome/browser/content/browser/fxmonitor/FirefoxMonitor.css
-lib/firefox/browser/chrome/browser/content/browser/fxmonitor/monitor32.svg
-lib/firefox/browser/chrome/browser/content/browser/history-swipe-arrow.svg
-lib/firefox/browser/chrome/browser/content/browser/ion.css
-lib/firefox/browser/chrome/browser/content/browser/ion.html
-lib/firefox/browser/chrome/browser/content/browser/ion.js
-lib/firefox/browser/chrome/browser/content/browser/license.html
-lib/firefox/browser/chrome/browser/content/browser/lockwise-card.js
-lib/firefox/browser/chrome/browser/content/browser/logos/etp-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-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
-lib/firefox/browser/chrome/browser/content/browser/logos/vpn-dark.svg
-lib/firefox/browser/chrome/browser/content/browser/logos/vpn-light.svg
-lib/firefox/browser/chrome/browser/content/browser/microsoft-translator-attribution.png
-lib/firefox/browser/chrome/browser/content/browser/migration/migration.js
-lib/firefox/browser/chrome/browser/content/browser/migration/migration.xhtml
-lib/firefox/browser/chrome/browser/content/browser/monitor-card.js
-lib/firefox/browser/chrome/browser/content/browser/nsContextMenu.js
-lib/firefox/browser/chrome/browser/content/browser/pageinfo/pageInfo.css
-lib/firefox/browser/chrome/browser/content/browser/pageinfo/pageInfo.js
-lib/firefox/browser/chrome/browser/content/browser/pageinfo/pageInfo.xhtml
-lib/firefox/browser/chrome/browser/content/browser/pageinfo/permissions.js
-lib/firefox/browser/chrome/browser/content/browser/pageinfo/security.js
-lib/firefox/browser/chrome/browser/content/browser/parent/ext-bookmarks.js
-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-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
-lib/firefox/browser/chrome/browser/content/browser/parent/ext-devtools-network.js
-lib/firefox/browser/chrome/browser/content/browser/parent/ext-devtools-panels.js
-lib/firefox/browser/chrome/browser/content/browser/parent/ext-devtools.js
-lib/firefox/browser/chrome/browser/content/browser/parent/ext-find.js
-lib/firefox/browser/chrome/browser/content/browser/parent/ext-history.js
-lib/firefox/browser/chrome/browser/content/browser/parent/ext-menus.js
-lib/firefox/browser/chrome/browser/content/browser/parent/ext-normandyAddonStudy.js
-lib/firefox/browser/chrome/browser/content/browser/parent/ext-omnibox.js
-lib/firefox/browser/chrome/browser/content/browser/parent/ext-pageAction.js
-lib/firefox/browser/chrome/browser/content/browser/parent/ext-pkcs11.js
-lib/firefox/browser/chrome/browser/content/browser/parent/ext-search.js
-lib/firefox/browser/chrome/browser/content/browser/parent/ext-sessions.js
-lib/firefox/browser/chrome/browser/content/browser/parent/ext-sidebarAction.js
-lib/firefox/browser/chrome/browser/content/browser/parent/ext-tabs.js
-lib/firefox/browser/chrome/browser/content/browser/parent/ext-topSites.js
-lib/firefox/browser/chrome/browser/content/browser/parent/ext-url-overrides.js
-lib/firefox/browser/chrome/browser/content/browser/parent/ext-urlbar.js
-lib/firefox/browser/chrome/browser/content/browser/parent/ext-windows.js
-lib/firefox/browser/chrome/browser/content/browser/places/bookmarkProperties.js
-lib/firefox/browser/chrome/browser/content/browser/places/bookmarkProperties.xhtml
-lib/firefox/browser/chrome/browser/content/browser/places/bookmarkProperties2.xhtml
-lib/firefox/browser/chrome/browser/content/browser/places/bookmarksSidebar.js
-lib/firefox/browser/chrome/browser/content/browser/places/bookmarksSidebar.xhtml
-lib/firefox/browser/chrome/browser/content/browser/places/browserPlacesViews.js
-lib/firefox/browser/chrome/browser/content/browser/places/controller.js
-lib/firefox/browser/chrome/browser/content/browser/places/editBookmark.js
-lib/firefox/browser/chrome/browser/content/browser/places/historySidebar.js
-lib/firefox/browser/chrome/browser/content/browser/places/historySidebar.xhtml
-lib/firefox/browser/chrome/browser/content/browser/places/places-menupopup.js
-lib/firefox/browser/chrome/browser/content/browser/places/places-tree.js
-lib/firefox/browser/chrome/browser/content/browser/places/places.css
-lib/firefox/browser/chrome/browser/content/browser/places/places.js
-lib/firefox/browser/chrome/browser/content/browser/places/places.xhtml
-lib/firefox/browser/chrome/browser/content/browser/places/treeView.js
-lib/firefox/browser/chrome/browser/content/browser/policies/aboutPolicies.css
-lib/firefox/browser/chrome/browser/content/browser/policies/aboutPolicies.html
-lib/firefox/browser/chrome/browser/content/browser/policies/aboutPolicies.js
-lib/firefox/browser/chrome/browser/content/browser/policies/policies-active.svg
-lib/firefox/browser/chrome/browser/content/browser/policies/policies-documentation.svg
-lib/firefox/browser/chrome/browser/content/browser/policies/policies-error.svg
-lib/firefox/browser/chrome/browser/content/browser/preferences/containers.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/dialogs/addEngine.css
-lib/firefox/browser/chrome/browser/content/browser/preferences/dialogs/addEngine.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/dialogs/addEngine.xhtml
-lib/firefox/browser/chrome/browser/content/browser/preferences/dialogs/applicationManager.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/dialogs/applicationManager.xhtml
-lib/firefox/browser/chrome/browser/content/browser/preferences/dialogs/blocklists.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/dialogs/blocklists.xhtml
-lib/firefox/browser/chrome/browser/content/browser/preferences/dialogs/browserLanguages.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/dialogs/browserLanguages.xhtml
-lib/firefox/browser/chrome/browser/content/browser/preferences/dialogs/clearSiteData.css
-lib/firefox/browser/chrome/browser/content/browser/preferences/dialogs/clearSiteData.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/dialogs/clearSiteData.xhtml
-lib/firefox/browser/chrome/browser/content/browser/preferences/dialogs/colors.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/dialogs/colors.xhtml
-lib/firefox/browser/chrome/browser/content/browser/preferences/dialogs/connection.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/dialogs/connection.xhtml
-lib/firefox/browser/chrome/browser/content/browser/preferences/dialogs/containers.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/dialogs/containers.xhtml
-lib/firefox/browser/chrome/browser/content/browser/preferences/dialogs/fonts.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/dialogs/fonts.xhtml
-lib/firefox/browser/chrome/browser/content/browser/preferences/dialogs/handlers.css
-lib/firefox/browser/chrome/browser/content/browser/preferences/dialogs/languages.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/dialogs/languages.xhtml
-lib/firefox/browser/chrome/browser/content/browser/preferences/dialogs/permissions.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/dialogs/permissions.xhtml
-lib/firefox/browser/chrome/browser/content/browser/preferences/dialogs/sanitize.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/dialogs/sanitize.xhtml
-lib/firefox/browser/chrome/browser/content/browser/preferences/dialogs/selectBookmark.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/dialogs/selectBookmark.xhtml
-lib/firefox/browser/chrome/browser/content/browser/preferences/dialogs/siteDataRemoveSelected.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/dialogs/siteDataRemoveSelected.xhtml
-lib/firefox/browser/chrome/browser/content/browser/preferences/dialogs/siteDataSettings.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/dialogs/siteDataSettings.xhtml
-lib/firefox/browser/chrome/browser/content/browser/preferences/dialogs/sitePermissions.css
-lib/firefox/browser/chrome/browser/content/browser/preferences/dialogs/sitePermissions.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/dialogs/sitePermissions.xhtml
-lib/firefox/browser/chrome/browser/content/browser/preferences/dialogs/syncChooseWhatToSync.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/dialogs/syncChooseWhatToSync.xhtml
-lib/firefox/browser/chrome/browser/content/browser/preferences/dialogs/translation.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/dialogs/translation.xhtml
-lib/firefox/browser/chrome/browser/content/browser/preferences/experimental.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/extensionControlled.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/findInPage.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/fxaPairDevice.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/fxaPairDevice.xhtml
-lib/firefox/browser/chrome/browser/content/browser/preferences/home.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/main.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/preferences.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/preferences.xhtml
-lib/firefox/browser/chrome/browser/content/browser/preferences/privacy.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/search.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/sync.js
-lib/firefox/browser/chrome/browser/content/browser/protections.css
-lib/firefox/browser/chrome/browser/content/browser/protections.html
-lib/firefox/browser/chrome/browser/content/browser/protections.js
-lib/firefox/browser/chrome/browser/content/browser/proxy-card.js
-lib/firefox/browser/chrome/browser/content/browser/robot.ico
-lib/firefox/browser/chrome/browser/content/browser/safeMode.css
-lib/firefox/browser/chrome/browser/content/browser/safeMode.js
-lib/firefox/browser/chrome/browser/content/browser/safeMode.xhtml
-lib/firefox/browser/chrome/browser/content/browser/sanitize.xhtml
-lib/firefox/browser/chrome/browser/content/browser/sanitizeDialog.css
-lib/firefox/browser/chrome/browser/content/browser/sanitizeDialog.js
-lib/firefox/browser/chrome/browser/content/browser/schemas/bookmarks.json
-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
-lib/firefox/browser/chrome/browser/content/browser/schemas/devtools_inspected_window.json
-lib/firefox/browser/chrome/browser/content/browser/schemas/devtools_network.json
-lib/firefox/browser/chrome/browser/content/browser/schemas/devtools_panels.json
-lib/firefox/browser/chrome/browser/content/browser/schemas/find.json
-lib/firefox/browser/chrome/browser/content/browser/schemas/history.json
-lib/firefox/browser/chrome/browser/content/browser/schemas/menus.json
-lib/firefox/browser/chrome/browser/content/browser/schemas/menus_child.json
-lib/firefox/browser/chrome/browser/content/browser/schemas/normandyAddonStudy.json
-lib/firefox/browser/chrome/browser/content/browser/schemas/omnibox.json
-lib/firefox/browser/chrome/browser/content/browser/schemas/pkcs11.json
-lib/firefox/browser/chrome/browser/content/browser/schemas/search.json
-lib/firefox/browser/chrome/browser/content/browser/schemas/sessions.json
-lib/firefox/browser/chrome/browser/content/browser/schemas/sidebar_action.json
-lib/firefox/browser/chrome/browser/content/browser/schemas/tabs.json
-lib/firefox/browser/chrome/browser/content/browser/schemas/top_sites.json
-lib/firefox/browser/chrome/browser/content/browser/schemas/url_overrides.json
-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/searchbar.js
-lib/firefox/browser/chrome/browser/content/browser/setDesktopBackground.js
-lib/firefox/browser/chrome/browser/content/browser/setDesktopBackground.xhtml
-lib/firefox/browser/chrome/browser/content/browser/static-robot.png
-lib/firefox/browser/chrome/browser/content/browser/syncedtabs/sidebar.js
-lib/firefox/browser/chrome/browser/content/browser/syncedtabs/sidebar.xhtml
-lib/firefox/browser/chrome/browser/content/browser/tab-content.js
-lib/firefox/browser/chrome/browser/content/browser/tabbrowser-tab.js
-lib/firefox/browser/chrome/browser/content/browser/tabbrowser-tabs.js
-lib/firefox/browser/chrome/browser/content/browser/tabbrowser.css
-lib/firefox/browser/chrome/browser/content/browser/tabbrowser.js
-lib/firefox/browser/chrome/browser/content/browser/translation-notification.js
-lib/firefox/browser/chrome/browser/content/browser/upgradeDialog.html
-lib/firefox/browser/chrome/browser/content/browser/upgradeDialog.js
-lib/firefox/browser/chrome/browser/content/browser/urlbar/quicksuggestOnboarding.css
-lib/firefox/browser/chrome/browser/content/browser/urlbar/quicksuggestOnboarding.js
-lib/firefox/browser/chrome/browser/content/browser/urlbar/quicksuggestOnboarding.xhtml
-lib/firefox/browser/chrome/browser/content/browser/usercontext/usercontext.css
-lib/firefox/browser/chrome/browser/content/browser/utilityOverlay.js
-lib/firefox/browser/chrome/browser/content/browser/vpn-card.js
-lib/firefox/browser/chrome/browser/content/browser/webext-panels.js
-lib/firefox/browser/chrome/browser/content/browser/webext-panels.xhtml
-lib/firefox/browser/chrome/browser/content/browser/webrtcIndicator.js
-lib/firefox/browser/chrome/browser/content/browser/webrtcIndicator.xhtml
-lib/firefox/browser/chrome/browser/content/browser/webrtcLegacyIndicator.js
-lib/firefox/browser/chrome/browser/content/browser/webrtcLegacyIndicator.xhtml
-lib/firefox/browser/chrome/browser/content/builtin-themes/alpenglow/background-gradient-dark.svg
-lib/firefox/browser/chrome/browser/content/builtin-themes/alpenglow/background-gradient.svg
-lib/firefox/browser/chrome/browser/content/builtin-themes/alpenglow/background-noodles-left-dark.svg
-lib/firefox/browser/chrome/browser/content/builtin-themes/alpenglow/background-noodles-left.svg
-lib/firefox/browser/chrome/browser/content/builtin-themes/alpenglow/background-noodles-right-dark.svg
-lib/firefox/browser/chrome/browser/content/builtin-themes/alpenglow/background-noodles-right.svg
-lib/firefox/browser/chrome/browser/content/builtin-themes/alpenglow/icon.svg
-lib/firefox/browser/chrome/browser/content/builtin-themes/alpenglow/manifest.json
-lib/firefox/browser/chrome/browser/content/builtin-themes/dark/experiment.css
-lib/firefox/browser/chrome/browser/content/builtin-themes/dark/icon.svg
-lib/firefox/browser/chrome/browser/content/builtin-themes/dark/manifest.json
-lib/firefox/browser/chrome/browser/content/builtin-themes/light/experiment.css
-lib/firefox/browser/chrome/browser/content/builtin-themes/light/icon.svg
-lib/firefox/browser/chrome/browser/content/builtin-themes/light/manifest.json
-lib/firefox/browser/chrome/browser/content/cart.svg
-lib/firefox/browser/chrome/browser/content/chill.svg
-lib/firefox/browser/chrome/browser/content/circle.svg
-lib/firefox/browser/chrome/browser/content/dollar.svg
-lib/firefox/browser/chrome/browser/content/fence.svg
-lib/firefox/browser/chrome/browser/content/fingerprint.svg
-lib/firefox/browser/chrome/browser/content/food.svg
-lib/firefox/browser/chrome/browser/content/fruit.svg
-lib/firefox/browser/chrome/browser/content/gift.svg
-lib/firefox/browser/chrome/browser/content/pet.svg
-lib/firefox/browser/chrome/browser/content/pocket/Pocket.jsm
-lib/firefox/browser/chrome/browser/content/pocket/SaveToPocket.jsm
-lib/firefox/browser/chrome/browser/content/pocket/panels/css/global.scss
-lib/firefox/browser/chrome/browser/content/pocket/panels/css/home.scss
-lib/firefox/browser/chrome/browser/content/pocket/panels/css/main.compiled.css
-lib/firefox/browser/chrome/browser/content/pocket/panels/css/main.compiled.css.map
-lib/firefox/browser/chrome/browser/content/pocket/panels/css/main.scss
-lib/firefox/browser/chrome/browser/content/pocket/panels/css/normalize.scss
-lib/firefox/browser/chrome/browser/content/pocket/panels/css/saved.scss
-lib/firefox/browser/chrome/browser/content/pocket/panels/css/signup.scss
-lib/firefox/browser/chrome/browser/content/pocket/panels/fonts/FiraSans-Regular.woff
-lib/firefox/browser/chrome/browser/content/pocket/panels/home.html
-lib/firefox/browser/chrome/browser/content/pocket/panels/img/chevron-right.svg
-lib/firefox/browser/chrome/browser/content/pocket/panels/img/glyph.svg
-lib/firefox/browser/chrome/browser/content/pocket/panels/img/list-view.svg
-lib/firefox/browser/chrome/browser/content/pocket/panels/img/open.svg
-lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketerror%1x.png@localhost
-lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketerror%2x.png@localhost
-lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketlogo.svg
-lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketlogo%1x.png@localhost
-lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketlogo%2x.png@localhost
-lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketlogosolo%1x.png@localhost
-lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketlogosolo%2x.png@localhost
-lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketsignup_button%1x.png@localhost
-lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketsignup_button%2x.png@localhost
-lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketsignup_devices%1x.png@localhost
-lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketsignup_devices%2x.png@localhost
-lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketsignup_hero%1x.png@localhost
-lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketsignup_hero%2x.png@localhost
-lib/firefox/browser/chrome/browser/content/pocket/panels/img/signup_firefoxlogo%1x.png@localhost
-lib/firefox/browser/chrome/browser/content/pocket/panels/img/signup_firefoxlogo%2x.png@localhost
-lib/firefox/browser/chrome/browser/content/pocket/panels/img/signup_help%1x.png@localhost
-lib/firefox/browser/chrome/browser/content/pocket/panels/img/signup_help%2x.png@localhost
-lib/firefox/browser/chrome/browser/content/pocket/panels/img/tag_close%1x.png@localhost
-lib/firefox/browser/chrome/browser/content/pocket/panels/img/tag_close%2x.png@localhost
-lib/firefox/browser/chrome/browser/content/pocket/panels/img/tag_closeactive%1x.png@localhost
-lib/firefox/browser/chrome/browser/content/pocket/panels/img/tag_closeactive%2x.png@localhost
-lib/firefox/browser/chrome/browser/content/pocket/panels/img/variant_a.png
-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/home.js
-lib/firefox/browser/chrome/browser/content/pocket/panels/js/main.js
-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/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
-lib/firefox/browser/chrome/browser/content/pocket/panels/js/vendor/jquery-2.1.1.min.js
-lib/firefox/browser/chrome/browser/content/pocket/panels/js/vendor/jquery.tokeninput.min.js
-lib/firefox/browser/chrome/browser/content/pocket/panels/license.txt
-lib/firefox/browser/chrome/browser/content/pocket/panels/saved.html
-lib/firefox/browser/chrome/browser/content/pocket/panels/signup.html
-lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/explore_more.handlebars
-lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/home_shell.handlebars
-lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/item_recs.handlebars
-lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/loggedoutvariants/variant_a.handlebars
-lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/loggedoutvariants/variant_b.handlebars
-lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/loggedoutvariants/variant_c.handlebars
-lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/popular_topics.handlebars
-lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/saved_premiumshell.handlebars
-lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/saved_shell.handlebars
-lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/signup_shell.handlebars
-lib/firefox/browser/chrome/browser/content/pocket/pktApi.jsm
-lib/firefox/browser/chrome/browser/content/pocket/pktTelemetry.jsm
-lib/firefox/browser/chrome/browser/content/pocket/pktUI.js
-lib/firefox/browser/chrome/browser/content/tree.svg
-lib/firefox/browser/chrome/browser/content/vacation.svg
-lib/firefox/browser/chrome/browser/res/activity-stream/aboutwelcome/aboutwelcome.bundle.js
-lib/firefox/browser/chrome/browser/res/activity-stream/aboutwelcome/aboutwelcome.html
-lib/firefox/browser/chrome/browser/res/activity-stream/aboutwelcome/lib/AboutWelcomeDefaults.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/aboutwelcome/lib/AboutWelcomeTelemetry.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/common/Actions.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/common/ActorConstants.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/common/Dedupe.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/common/Reducers.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/data/content/abouthomecache/page.html.template
-lib/firefox/browser/chrome/browser/res/activity-stream/data/content/abouthomecache/script.js.template
-lib/firefox/browser/chrome/browser/res/activity-stream/data/content/activity-stream.bundle.js
-lib/firefox/browser/chrome/browser/res/activity-stream/data/content/newtab-render.js
-lib/firefox/browser/chrome/browser/res/activity-stream/data/custom-elements/paragraph.js
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/ASRouter.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/ASRouterDefaultConfig.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/ASRouterNewTabHook.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/ASRouterParentProcessMessageHandler.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/ASRouterPreferences.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/ASRouterTargeting.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/ASRouterTriggerListeners.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/AboutPreferences.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/ActivityStream.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/ActivityStreamMessageChannel.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/ActivityStreamPrefs.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/ActivityStreamStorage.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/BookmarkPanelHub.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/CFRMessageProvider.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/CFRPageActions.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/DefaultSites.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/DiscoveryStreamFeed.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/DownloadsManager.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/FaviconFeed.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/FilterAdult.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/HighlightsFeed.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/InfoBar.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/LinksCache.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/MomentsPageHub.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/NewTabInit.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/OnboardingMessageProvider.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/PanelTestProvider.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/PersistentCache.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/PersonalityProvider/NaiveBayesTextTagger.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/PersonalityProvider/NmfTextTagger.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/PersonalityProvider/PersonalityProvider.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/PersonalityProvider/PersonalityProviderWorker.js
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/PersonalityProvider/PersonalityProviderWorkerClass.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/PersonalityProvider/RecipeExecutor.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/PersonalityProvider/Tokenize.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/PlacesFeed.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/PrefsFeed.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/RecommendationProviderSwitcher.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/RemoteL10n.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/Screenshots.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/SearchShortcuts.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/SectionsManager.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/ShortURL.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/SiteClassifier.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/SnippetsTestMessageProvider.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/Store.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/SystemTickFeed.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/TelemetryFeed.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/TippyTopProvider.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/ToolbarBadgeHub.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/ToolbarPanelHub.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/TopSitesFeed.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/TopStoriesFeed.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/UTEventReporting.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/UserDomainAffinityProvider.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/cache-worker.js
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/activity-stream-noscripts.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/activity-stream.html
-lib/firefox/browser/chrome/browser/res/activity-stream/vendor/Redux.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/vendor/prop-types.js
-lib/firefox/browser/chrome/browser/res/activity-stream/vendor/react-dom-server.js
-lib/firefox/browser/chrome/browser/res/activity-stream/vendor/react-dom.js
-lib/firefox/browser/chrome/browser/res/activity-stream/vendor/react-redux.js
-lib/firefox/browser/chrome/browser/res/activity-stream/vendor/react-transition-group.js
-lib/firefox/browser/chrome/browser/res/activity-stream/vendor/react.js
-lib/firefox/browser/chrome/browser/res/activity-stream/vendor/redux.js
-lib/firefox/browser/chrome/browser/search-extensions/1und1/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/1und1/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/allaannonser-sv-SE/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/allaannonser-sv-SE/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/allegro-pl/favicon.ico
-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
-lib/firefox/browser/chrome/browser/search-extensions/amazon/_locales/it/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/amazon/_locales/jp/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/amazon/_locales/nl/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/amazon/_locales/spain/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/amazon/_locales/sweden/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/amazon/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/amazon/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/amazondotcn/_locales/default/messages.json
-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/_locales/us/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/amazondotcom/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/amazondotcom/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/atlas-sk/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/atlas-sk/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/azerdict/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/azerdict/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/azet-sk/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/azet-sk/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/baidu/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/baidu/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/bbc-alba/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/bbc-alba/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/bing/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/bing/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/bok-NO/favicon.png
-lib/firefox/browser/chrome/browser/search-extensions/bok-NO/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/bolcom/_locales/fy-NL/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/bolcom/_locales/nl/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/bolcom/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/bolcom/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/ceneji/favicon.png
-lib/firefox/browser/chrome/browser/search-extensions/ceneji/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/chambers-en-GB/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/chambers-en-GB/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/coccoc/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/coccoc/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/daum-kr/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/daum-kr/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/ddg/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/ddg/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/diec2/favicon.png
-lib/firefox/browser/chrome/browser/search-extensions/diec2/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/drae/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/drae/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/ebay/_locales/at/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/ebay/_locales/au/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/ebay/_locales/be/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/ebay/_locales/ca/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/ebay/_locales/ch/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/ebay/_locales/de/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/ebay/_locales/en/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/ebay/_locales/es/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/ebay/_locales/fr/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/ebay/_locales/ie/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/ebay/_locales/it/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/ebay/_locales/nl/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/ebay/_locales/uk/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/ebay/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/ebay/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/ecosia/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/ecosia/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/eki-ee/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/eki-ee/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/eudict/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/eudict/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/faclair-beag/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/faclair-beag/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/flip/favicon.png
-lib/firefox/browser/chrome/browser/search-extensions/flip/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/freelang/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/freelang/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/gmx/_locales/de/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/gmx/_locales/en-GB/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/gmx/_locales/es/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/gmx/_locales/fr/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/gmx/_locales/shopping/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/gmx/favicon.png
-lib/firefox/browser/chrome/browser/search-extensions/gmx/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/google/_locales/b-1-d/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/google/_locales/b-1-e/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/google/_locales/b-d/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/google/_locales/b-e/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/google/_locales/en/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/google/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/google/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/gulesider-NO/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/gulesider-NO/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/heureka-cz/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/heureka-cz/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/hotline-ua/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/hotline-ua/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/kannadastore/favicon.png
-lib/firefox/browser/chrome/browser/search-extensions/kannadastore/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/leo_ende_de/favicon.png
-lib/firefox/browser/chrome/browser/search-extensions/leo_ende_de/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/list-am/favicon.gif
-lib/firefox/browser/chrome/browser/search-extensions/list-am/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/longdo/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/longdo/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/mailcom/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/mailcom/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/mailru/_locales/default/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/mailru/_locales/mailru001/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/mailru/_locales/okru-az/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/mailru/_locales/okru-en-US/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/mailru/_locales/okru-hy-AM/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/mailru/_locales/okru-kk/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/mailru/_locales/okru-ro/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/mailru/_locales/okru-ru/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/mailru/_locales/okru-tr/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/mailru/_locales/okru-uk/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/mailru/_locales/okru-uz/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/mailru/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/mailru/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/mapy-cz/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/mapy-cz/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/marktplaats/_locales/fy-NL/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/marktplaats/_locales/nl/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/marktplaats/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/marktplaats/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/mercadolibre/_locales/ar/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/mercadolibre/_locales/cl/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/mercadolibre/_locales/mx/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/mercadolibre/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/mercadolibre/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/mercadolivre/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/mercadolivre/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/morfix-dic/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/morfix-dic/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/najdi-si/favicon.png
-lib/firefox/browser/chrome/browser/search-extensions/najdi-si/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/naver-kr/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/naver-kr/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/neti-ee/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/neti-ee/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/odpiralni/favicon.png
-lib/firefox/browser/chrome/browser/search-extensions/odpiralni/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/olx/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/olx/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/oshiete-goo/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/oshiete-goo/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/osta-ee/favicon.png
-lib/firefox/browser/chrome/browser/search-extensions/osta-ee/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/ozonru/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/ozonru/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/palasprint/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/palasprint/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/pazaruvaj/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/pazaruvaj/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/pogodak/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/pogodak/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/priberam/favicon.png
-lib/firefox/browser/chrome/browser/search-extensions/priberam/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/priceru/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/priceru/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/prisjakt-sv-SE/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/prisjakt-sv-SE/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/pwn-pl/favicon.png
-lib/firefox/browser/chrome/browser/search-extensions/pwn-pl/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/qwant/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/qwant/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/qwantjr/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/qwantjr/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/qxl-NO/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/qxl-NO/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/rakuten/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/rakuten/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/readmoo/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/readmoo/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/salidzinilv/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/salidzinilv/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/seznam-cz/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/seznam-cz/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/sslv/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/sslv/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/tearma/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/tearma/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/tyda-sv-SE/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/tyda-sv-SE/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/vatera/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/vatera/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/webde/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/webde/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/NN/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/NO/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/af/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/an/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/ar/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/ast/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/az/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/be-tarask/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/be/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/bg/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/bn/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/br/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/bs/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/ca/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/cy/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/cz/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/da/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/de/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/dsb/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/el/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/en/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/eo/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/es/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/et/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/eu/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/fa/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/fi/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/fr/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/fy-NL/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/ga-IE/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/gd/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/gl/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/gn/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/gu/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/he/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/hi/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/hr/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/hsb/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/hu/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/hy/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/ia/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/id/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/is/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/it/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/ja/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/ka/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/kab/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/kk/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/km/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/kn/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/kr/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/lij/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/lo/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/lt/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/ltg/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/lv/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/mk/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/mr/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/ms/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/my/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/ne/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/nl/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/oc/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/pa/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/pl/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/pt/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/rm/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/ro/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/ru/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/si/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/sk/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/sl/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/sq/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/sr/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/sv-SE/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/ta/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/te/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/th/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/tl/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/tr/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/uk/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/ur/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/uz/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/vi/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/wo/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/zh-CN/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/zh-TW/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/wikipedia/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/wiktionary/_locales/oc/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wiktionary/_locales/te/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/wiktionary/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/wiktionary/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/wolnelektury-pl/favicon.png
-lib/firefox/browser/chrome/browser/search-extensions/wolnelektury-pl/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/yahoo-jp-auctions/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/yahoo-jp-auctions/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/yahoo-jp/favicon.ico
-lib/firefox/browser/chrome/browser/search-extensions/yahoo-jp/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/yandex/_locales/az/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/yandex/_locales/by/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/yandex/_locales/en/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/yandex/_locales/kk/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/yandex/_locales/ru/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/yandex/_locales/tr/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/yandex/_locales/ua/messages.json
-lib/firefox/browser/chrome/browser/search-extensions/yandex/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/yandex/yandex-en.ico
-lib/firefox/browser/chrome/browser/search-extensions/yandex/yandex-ru.ico
-lib/firefox/browser/chrome/browser/search-extensions/zoznam-sk/favicon.png
-lib/firefox/browser/chrome/browser/search-extensions/zoznam-sk/manifest.json
-lib/firefox/browser/chrome/browser/skin/classic/browser/aboutFrameCrashed.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/aboutNetError.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/aboutRestartRequired.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/aboutSessionRestore.css
-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/add-circle-fill.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
-lib/firefox/browser/chrome/browser/skin/classic/browser/addons/addon-install-installed.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/addons/addon-install-warning.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/back-12.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/back.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/badge-blue.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/blockedSite.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/bookmark-12.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/bookmark-hollow.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/bookmark-star-on-tray.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/bookmark.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/bookmarks-toolbar.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/browser.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/cert-error.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/characterEncoding.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/chevron-animation.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/compacttheme.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/3rdpartycookies-disabled.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/3rdpartycookies.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/cryptominers-disabled.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/cryptominers.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/dashboard.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/etp-milestone.svg
-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/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
-lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/socialblock.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/tracker-image-disabled.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/tracker-image.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/trackers.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/tracking-protection.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/density-compact.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/density-normal.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/density-touch.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/empty-overflow-panel.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/empty-overflow-panel%2x.png@localhost
-lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/menu-arrow.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/panelUI.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/whimsy.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/customize.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/developer.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/device-desktop.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/device-phone.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/device-tablet.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/device-tv.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/device-vr.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/allDownloadsView.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/contentAreaDownloadsView.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/download-blocked.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/download-summary.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/downloads.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/downloads.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/notification-finish-animation.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/notification-start-animation.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/drm-icon.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/e10s-64%2x.png@localhost
-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/error-pages.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/forget.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/forward.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/fullscreen-exit.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/fullscreen.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/add-device.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/avatar-color.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/avatar-empty.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/avatar.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/fxa-spinner.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/monitor.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/send-to-device.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/send.svg
-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/history.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/home.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/illustrations/blue-berror.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/illustrations/error-connection-failure.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/illustrations/error-malformed-url.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/illustrations/error-server-not-found.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/illustrations/error-session-restore.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/import.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/indicator-accessibility.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/indicator-private-browsing.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/ion.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/library.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/link.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/login.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/logo-android.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/logo-ios.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/mail.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/menu-badged.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/menu.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/monitor-base.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/monitor-border.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/new-tab.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/notification-fill-12.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/autoplay-media-blocked.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/autoplay-media.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/block-cryptominer.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/block-fingerprinter.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/block-social.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/camera-blocked.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/camera.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/canvas-blocked.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/canvas.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/desktop-notification-blocked.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/desktop-notification.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/drag-indicator.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/geo-blocked.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/geo.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/indexedDB.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/microphone-blocked.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/microphone.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/midi.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/minimize.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/persistent-storage-blocked.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/persistent-storage.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/plugin-badge.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/popup-subitem.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/popup.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/screen-blocked.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/screen.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/update.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/webauthn.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/xr-blocked.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/xr.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/offlineSupportPages.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/open.svg
-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/panic-panel/header.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/panic-panel/header%2x.png@localhost
-lib/firefox/browser/chrome/browser/skin/classic/browser/panic-panel/icons.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/panic-panel/icons%2x.png@localhost
-lib/firefox/browser/chrome/browser/skin/classic/browser/permissions.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/pin-12.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/places/bookmarksMenu.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/places/bookmarksToolbar.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/places/editBookmark.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/places/folder-smart.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/places/folder.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/places/history.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/places/organizer.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/places/sidebar.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/places/tag.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/places/tree-icons.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/pocket-outline.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/alwaysAsk.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/android-menu.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/applications.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/category-experiments.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/category-general.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/category-privacy-security.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/category-search.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/category-sync.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/containers-dialog.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/containers.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/critters-postcard.jpg
-lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/dialog.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/face-sad.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/face-smile.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/fxaPairDevice.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/ios-menu.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/no-search-bar.svg
-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/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
-lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/search.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/siteDataSettings.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/privateBrowsing.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/privatebrowsing/aboutPrivateBrowsing.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/privatebrowsing/favicon.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/profiler-popup-backdrop.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/protections/breached-password.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/protections/new-feature.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/protections/resolved-breach-gray.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/protections/resolved-breach.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/quit.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/reader-mode.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/reload-to-stop.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/reload.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/restore-session.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/sanitizeDialog.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/save.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/screenshot.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@localhost
-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
-lib/firefox/browser/chrome/browser/skin/classic/browser/setDesktopBackground.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/sidebars-right.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/sidebars.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/sign-out.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/stop-to-reload.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/subtract-circle-fill.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/success-animation.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/sync.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/syncedtabs/sidebar.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/tab-12.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/tab-crashed.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/tab.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/crashed.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/hourglass.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/indicator-tab-attention.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/loading-burst.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/loading.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/pendingpaint.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-audio-blocked-small.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-audio-blocked.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-audio-muted-small.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-audio-playing-small.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-connecting.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-connecting%2x.png@localhost
-lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-drag-indicator.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-loading-inverted.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-loading-inverted%2x.png@localhost
-lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-loading.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-loading%2x.png@localhost
-lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-overflow-indicator.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/toolbar-drag-indicator.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/tracking-protection-active-brighttext.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/tracking-protection-active.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/tracking-protection-disabled.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/tracking-protection.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/translating-16.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/translating-16%2x.png@localhost
-lib/firefox/browser/chrome/browser/skin/classic/browser/translation-16.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/translation-16%2x.png@localhost
-lib/firefox/browser/chrome/browser/skin/classic/browser/update-badge.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/update-circle-fill-12.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/upgradeDialog.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/upgradeDialog/highlights-24.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/upgradeDialog/menu-24.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/upgradeDialog/tabs-24.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/warning.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-indicator.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-legacy-indicator.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/welcome-back.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/whatsnew.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/wifi.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/window-controls/close.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/window-controls/minimize.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/window-controls/restore.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/window.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/zoom-in.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/zoom-out.svg
-lib/firefox/browser/chrome/chrome.manifest
-lib/firefox/browser/chrome/devtools-startup/content/DevToolsShim.jsm
-lib/firefox/browser/chrome/devtools-startup/content/aboutdevtools/aboutdevtools.css
-lib/firefox/browser/chrome/devtools-startup/content/aboutdevtools/aboutdevtools.js
-lib/firefox/browser/chrome/devtools-startup/content/aboutdevtools/aboutdevtools.xhtml
-lib/firefox/browser/chrome/devtools-startup/content/aboutdevtools/images/dev-edition-logo.svg
-lib/firefox/browser/chrome/devtools-startup/content/aboutdevtools/images/external-link.svg
-lib/firefox/browser/chrome/devtools-startup/content/aboutdevtools/images/feature-console.svg
-lib/firefox/browser/chrome/devtools-startup/content/aboutdevtools/images/feature-debugger.svg
-lib/firefox/browser/chrome/devtools-startup/content/aboutdevtools/images/feature-inspector.svg
-lib/firefox/browser/chrome/devtools-startup/content/aboutdevtools/images/feature-memory.svg
-lib/firefox/browser/chrome/devtools-startup/content/aboutdevtools/images/feature-network.svg
-lib/firefox/browser/chrome/devtools-startup/content/aboutdevtools/images/feature-performance.svg
-lib/firefox/browser/chrome/devtools-startup/content/aboutdevtools/images/feature-responsive.svg
-lib/firefox/browser/chrome/devtools-startup/content/aboutdevtools/images/feature-storage.svg
-lib/firefox/browser/chrome/devtools-startup/content/aboutdevtools/images/feature-visualediting.svg
-lib/firefox/browser/chrome/devtools-startup/content/aboutdevtools/images/otter.svg
-lib/firefox/browser/chrome/devtools-startup/content/aboutdevtools/subscribe.css
-lib/firefox/browser/chrome/devtools-startup/content/aboutdevtools/subscribe.js
-lib/firefox/browser/chrome/devtools/content/aboutdebugging/aboutdebugging.css
-lib/firefox/browser/chrome/devtools/content/aboutdebugging/index.html
-lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/base.css
-lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/App.css
-lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/ProfilerDialog.css
-lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/RuntimeActions.css
-lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/RuntimeInfo.css
-lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/connect/ConnectPage.css
-lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/connect/ConnectSection.css
-lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/connect/ConnectSteps.css
-lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/connect/NetworkLocationsForm.css
-lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/connect/NetworkLocationsList.css
-lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/debugtarget/DebugTargetItem.css
-lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/debugtarget/DebugTargetList.css
-lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/debugtarget/DebugTargetPane.css
-lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/debugtarget/FieldPair.css
-lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/debugtarget/ServiceWorkerAction.css
-lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/debugtarget/TemporaryExtensionInstallSection.css
-lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/shared/IconLabel.css
-lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/shared/Message.css
-lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/sidebar/Sidebar.css
-lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/sidebar/SidebarFixedItem.css
-lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/sidebar/SidebarItem.css
-lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/sidebar/SidebarRuntimeItem.css
-lib/firefox/browser/chrome/devtools/content/accessibility/accessibility.css
-lib/firefox/browser/chrome/devtools/content/accessibility/index.html
-lib/firefox/browser/chrome/devtools/content/accessibility/main.js
-lib/firefox/browser/chrome/devtools/content/application/application.css
-lib/firefox/browser/chrome/devtools/content/application/index.html
-lib/firefox/browser/chrome/devtools/content/application/src/base.css
-lib/firefox/browser/chrome/devtools/content/application/src/components/App.css
-lib/firefox/browser/chrome/devtools/content/application/src/components/manifest/ManifestColorItem.css
-lib/firefox/browser/chrome/devtools/content/application/src/components/manifest/ManifestIconItem.css
-lib/firefox/browser/chrome/devtools/content/application/src/components/manifest/ManifestIssue.css
-lib/firefox/browser/chrome/devtools/content/application/src/components/manifest/ManifestIssueList.css
-lib/firefox/browser/chrome/devtools/content/application/src/components/manifest/ManifestItem.css
-lib/firefox/browser/chrome/devtools/content/application/src/components/manifest/ManifestJsonLink.css
-lib/firefox/browser/chrome/devtools/content/application/src/components/manifest/ManifestLoader.css
-lib/firefox/browser/chrome/devtools/content/application/src/components/manifest/ManifestSection.css
-lib/firefox/browser/chrome/devtools/content/application/src/components/manifest/ManifestUrlItem.css
-lib/firefox/browser/chrome/devtools/content/application/src/components/routing/PageSwitcher.css
-lib/firefox/browser/chrome/devtools/content/application/src/components/routing/Sidebar.css
-lib/firefox/browser/chrome/devtools/content/application/src/components/routing/SidebarItem.css
-lib/firefox/browser/chrome/devtools/content/application/src/components/service-workers/Registration.css
-lib/firefox/browser/chrome/devtools/content/application/src/components/service-workers/RegistrationList.css
-lib/firefox/browser/chrome/devtools/content/application/src/components/service-workers/Worker.css
-lib/firefox/browser/chrome/devtools/content/application/src/components/ui/UIButton.css
-lib/firefox/browser/chrome/devtools/content/debugger/dist/vendors.css
-lib/firefox/browser/chrome/devtools/content/debugger/images/arrow-down.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/arrow-up.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/arrow.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/blackBox.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/breadcrumbs-divider.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/breakpoint.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/case-match.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/column-marker.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/command-chevron.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/disable-pausing.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/enable-pausing.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/file-small.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/folder.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/globe-small.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/globe.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/help.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/home.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/loader.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/markup-breakpoint.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/next-circle.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/next.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/pane-collapse.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/pane-expand.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/pause.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/plus.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/prettyPrint.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/regex-match.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/reload.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/resume.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/search.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/sources/aframe.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/sources/angular.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/sources/babel.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/sources/backbone.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/sources/choo.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/sources/coffeescript.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/sources/dojo.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/sources/ember.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/sources/express.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/sources/extension.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/sources/immutable.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/sources/javascript.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/sources/jquery.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/sources/lodash.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/sources/marko.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/sources/mobx.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/sources/nextjs.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/sources/node.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/sources/nuxtjs.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/sources/preact.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/sources/pug.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/sources/react.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/sources/redux.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/sources/rxjs.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/sources/sencha-extjs.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/sources/typescript.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/sources/underscore.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/sources/vuejs.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/sources/webpack.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/stepIn.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/stepOut.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/stepOver.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/tab.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/webconsole-logpoint.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/whole-word-match.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/window.svg
-lib/firefox/browser/chrome/devtools/content/debugger/images/worker.svg
-lib/firefox/browser/chrome/devtools/content/debugger/index.html
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/A11yIntention.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/App.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/Editor/Breakpoints.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/Editor/ConditionalPanel.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/Editor/Editor.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/Editor/Footer.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/Editor/HighlightCalls.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/Editor/InlinePreview.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/Editor/Preview.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/Editor/Preview/Popup.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/Editor/SearchBar.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/Editor/Tabs.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/PrimaryPanes/Outline.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/PrimaryPanes/OutlineFilter.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/PrimaryPanes/Sources.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/ProjectSearch.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/QuickOpenModal.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/SecondaryPanes/Breakpoints/Breakpoints.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/SecondaryPanes/CommandBar.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/SecondaryPanes/DOMMutationBreakpoints.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/SecondaryPanes/EventListeners.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/SecondaryPanes/Expressions.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/SecondaryPanes/Frames/Frames.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/SecondaryPanes/Frames/Group.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/SecondaryPanes/Scopes.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/SecondaryPanes/SecondaryPanes.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/SecondaryPanes/Threads.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/SecondaryPanes/WhyPaused.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/SecondaryPanes/XHRBreakpoints.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/ShortcutsModal.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/WelcomeBox.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/shared/AccessibleImage.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/shared/Accordion.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/shared/Badge.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/shared/BracketArrow.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/shared/Button/styles/CloseButton.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/shared/Button/styles/CommandBarButton.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/shared/Button/styles/PaneToggleButton.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/shared/Dropdown.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/shared/ManagedTree.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/shared/Modal.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/shared/Popover.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/shared/PreviewFunction.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/shared/ResultList.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/shared/SearchInput.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/shared/SourceIcon.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/shared/menu.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/components/variables.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/debugger.css
-lib/firefox/browser/chrome/devtools/content/debugger/src/utils/editor/source-editor.css
-lib/firefox/browser/chrome/devtools/content/dom/content/dom-view.css
-lib/firefox/browser/chrome/devtools/content/dom/index.html
-lib/firefox/browser/chrome/devtools/content/dom/main.js
-lib/firefox/browser/chrome/devtools/content/framework/browser-toolbox/window.css
-lib/firefox/browser/chrome/devtools/content/framework/browser-toolbox/window.html
-lib/firefox/browser/chrome/devtools/content/framework/browser-toolbox/window.js
-lib/firefox/browser/chrome/devtools/content/framework/components/DebugTargetErrorPage.css
-lib/firefox/browser/chrome/devtools/content/framework/options-panel.css
-lib/firefox/browser/chrome/devtools/content/framework/toolbox-init.js
-lib/firefox/browser/chrome/devtools/content/framework/toolbox-options.html
-lib/firefox/browser/chrome/devtools/content/framework/toolbox-window.xhtml
-lib/firefox/browser/chrome/devtools/content/framework/toolbox.xhtml
-lib/firefox/browser/chrome/devtools/content/inspector/components/InspectorTabPanel.css
-lib/firefox/browser/chrome/devtools/content/inspector/index.xhtml
-lib/firefox/browser/chrome/devtools/content/inspector/markup/markup.xhtml
-lib/firefox/browser/chrome/devtools/content/memory/index.xhtml
-lib/firefox/browser/chrome/devtools/content/netmonitor/index.html
-lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/icons/arrow-up.svg
-lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/icons/play.svg
-lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/icons/shield.svg
-lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/icons/turtle.svg
-lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/AppErrorBoundary.css
-lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/CustomRequestPanel.css
-lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/HeadersPanel.css
-lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/NetworkActionBar.css
-lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/NetworkDetailsBar.css
-lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/RequestBlockingPanel.css
-lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/RequestList.css
-lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/StatisticsPanel.css
-lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/StatusBar.css
-lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/StatusCode.css
-lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/Toolbar.css
-lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/UrlPreview.css
-lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/httpi.css
-lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/messages.css
-lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/netmonitor.css
-lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/search.css
-lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/variables.css
-lib/firefox/browser/chrome/devtools/content/performance-new/aboutprofiling/index.xhtml
-lib/firefox/browser/chrome/devtools/content/performance-new/aboutprofiling/initializer.js
-lib/firefox/browser/chrome/devtools/content/performance-new/frame-script.js
-lib/firefox/browser/chrome/devtools/content/performance-new/index.xhtml
-lib/firefox/browser/chrome/devtools/content/performance/index.xhtml
-lib/firefox/browser/chrome/devtools/content/responsive/images/grippers.svg
-lib/firefox/browser/chrome/devtools/content/responsive/images/rotate-viewport.svg
-lib/firefox/browser/chrome/devtools/content/responsive/images/touch-events.svg
-lib/firefox/browser/chrome/devtools/content/responsive/index.css
-lib/firefox/browser/chrome/devtools/content/responsive/responsive-browser.css
-lib/firefox/browser/chrome/devtools/content/responsive/toolbar.xhtml
-lib/firefox/browser/chrome/devtools/content/shared/components/Accordion.css
-lib/firefox/browser/chrome/devtools/content/shared/components/List.css
-lib/firefox/browser/chrome/devtools/content/shared/components/MdnLink.css
-lib/firefox/browser/chrome/devtools/content/shared/components/NotificationBox.css
-lib/firefox/browser/chrome/devtools/content/shared/components/SidebarToggle.css
-lib/firefox/browser/chrome/devtools/content/shared/components/SmartTrace.css
-lib/firefox/browser/chrome/devtools/content/shared/components/Tree.css
-lib/firefox/browser/chrome/devtools/content/shared/components/object-inspector/components/ObjectInspector.css
-lib/firefox/browser/chrome/devtools/content/shared/components/reps/images/input.svg
-lib/firefox/browser/chrome/devtools/content/shared/components/reps/images/jump-definition.svg
-lib/firefox/browser/chrome/devtools/content/shared/components/reps/images/open-inspector.svg
-lib/firefox/browser/chrome/devtools/content/shared/components/reps/reps.css
-lib/firefox/browser/chrome/devtools/content/shared/components/splitter/GridElementResizer.css
-lib/firefox/browser/chrome/devtools/content/shared/components/splitter/SplitBox.css
-lib/firefox/browser/chrome/devtools/content/shared/components/tabs/Tabs.css
-lib/firefox/browser/chrome/devtools/content/shared/components/tree/TreeView.css
-lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/addon/dialog/dialog.css
-lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/cmiframe.html
-lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/codemirror.bundle.js
-lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/keymap/emacs.js
-lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/keymap/sublime.js
-lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/keymap/vim.js
-lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/lib/codemirror.css
-lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/mozilla.css
-lib/firefox/browser/chrome/devtools/content/shared/splitview.css
-lib/firefox/browser/chrome/devtools/content/shared/theme-switching.js
-lib/firefox/browser/chrome/devtools/content/shared/toolbarbutton.css
-lib/firefox/browser/chrome/devtools/content/shared/vendor/dagre-d3.js
-lib/firefox/browser/chrome/devtools/content/shared/webextension-fallback.html
-lib/firefox/browser/chrome/devtools/content/shared/widgets/cubic-bezier.css
-lib/firefox/browser/chrome/devtools/content/shared/widgets/filter-widget.css
-lib/firefox/browser/chrome/devtools/content/shared/widgets/graphs-frame.xhtml
-lib/firefox/browser/chrome/devtools/content/shared/widgets/spectrum.css
-lib/firefox/browser/chrome/devtools/content/shared/widgets/widgets.css
-lib/firefox/browser/chrome/devtools/content/storage/index.xhtml
-lib/firefox/browser/chrome/devtools/content/styleeditor/index.xhtml
-lib/firefox/browser/chrome/devtools/content/webconsole/components/App.css
-lib/firefox/browser/chrome/devtools/content/webconsole/components/Input/EagerEvaluation.css
-lib/firefox/browser/chrome/devtools/content/webconsole/components/Input/EvaluationContextSelector.css
-lib/firefox/browser/chrome/devtools/content/webconsole/components/Input/ReverseSearchInput.css
-lib/firefox/browser/chrome/devtools/content/webconsole/index.html
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/aboutdebugging.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/initializer.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/actions/debug-targets.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/actions/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/actions/runtimes.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/actions/telemetry.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/actions/ui.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/App.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/CompatibilityWarning.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/ConnectionPromptSetting.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/ProfilerDialog.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/RuntimeActions.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/RuntimeInfo.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/RuntimePage.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/ServiceWorkersWarning.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/connect/ConnectPage.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/connect/ConnectSection.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/connect/ConnectSteps.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/connect/NetworkLocationsForm.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/connect/NetworkLocationsList.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/DebugTargetItem.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/DebugTargetList.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/DebugTargetPane.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/ExtensionDetail.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/FieldPair.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/InspectAction.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/ProcessDetail.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/ServiceWorkerAction.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/ServiceWorkerAdditionalActions.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/TabAction.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/TabDetail.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/TemporaryExtensionAdditionalActions.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/TemporaryExtensionDetail.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/TemporaryExtensionInstallSection.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/TemporaryExtensionInstaller.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/debugtarget/WorkerDetail.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/shared/DetailsLog.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/shared/IconLabel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/shared/Message.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/sidebar/RefreshDevicesButton.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/sidebar/Sidebar.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/sidebar/SidebarFixedItem.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/sidebar/SidebarItem.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/components/sidebar/SidebarRuntimeItem.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/constants.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/create-store.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/middleware/debug-target-listener.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/middleware/error-logging.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/middleware/event-recording.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/middleware/extension-component-data.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/middleware/process-component-data.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/middleware/tab-component-data.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/middleware/worker-component-data.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/modules/client-wrapper.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/modules/debug-target-collapsibilities.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/modules/debug-target-support.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/modules/extensions-helper.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/modules/l10n.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/modules/network-locations.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/modules/runtime-client-factory.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/modules/runtime-default-preferences.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/modules/runtimes-state-helper.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/modules/usb-runtimes.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/reducers/debug-targets-state.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/reducers/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/reducers/runtimes-state.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/reducers/ui-state.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/types/debug-target.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/types/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/types/runtime.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/types/ui.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/accessibility-proxy.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/accessibility-view.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/actions/accessibles.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/actions/audit.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/actions/details.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/actions/simulation.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/actions/ui.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/AccessibilityPrefs.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/AccessibilityRow.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/AccessibilityRowValue.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/AccessibilityTree.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/AccessibilityTreeFilter.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/Accessible.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/AuditController.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/AuditFilter.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/AuditProgressOverlay.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/Badge.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/Badges.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/Button.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/Check.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/Checks.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/ColorContrastAccessibility.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/ContrastBadge.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/Description.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/DisplayTabbingOrder.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/KeyboardBadge.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/KeyboardCheck.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/LearnMoreLink.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/MainFrame.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/RightSidebar.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/SimulationMenuButton.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/TextLabelBadge.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/TextLabelCheck.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/Toolbar.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/constants.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/panel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/picker.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/provider.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/reducers/accessibles.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/reducers/audit.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/reducers/details.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/reducers/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/reducers/simulation.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/reducers/ui.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/utils/audit.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/utils/l10n.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/initializer.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/panel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/actions/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/actions/manifest.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/actions/page.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/actions/ui.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/actions/workers.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/App.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/Manifest.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestColorItem.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestEmpty.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestIconItem.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestIssue.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestIssueList.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestItem.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestJsonLink.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestLoader.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestPage.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestSection.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestUrlItem.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/routing/PageSwitcher.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/routing/Sidebar.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/routing/SidebarItem.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/Registration.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/RegistrationList.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/RegistrationListEmpty.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/Worker.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/WorkersPage.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/ui/UIButton.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/constants.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/create-store.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/middleware/event-telemetry.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/modules/application-services.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/modules/l10n.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/reducers/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/reducers/manifest-state.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/reducers/page-state.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/reducers/ui-state.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/reducers/workers-state.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/types/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/types/manifest.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/types/routing.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/types/service-workers.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/constants.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/dist/parser-worker.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/dist/pretty-print-worker.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/dist/search-worker.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/dist/vendors.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/panel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/ast/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/ast/setInScopeLines.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/breakpoints/breakpointPositions.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/breakpoints/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/breakpoints/modify.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/breakpoints/remapLocations.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/breakpoints/syncBreakpoint.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/event-listeners.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/exceptions.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/expressions.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/file-search.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/navigation.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/breakOnNext.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/commands.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/continueToHere.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/expandScopes.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/fetchFrames.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/fetchScopes.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/highlightCalls.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/inlinePreview.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/mapDisplayNames.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/mapFrames.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/mapScopes.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/pauseOnExceptions.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/paused.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/previewPausedLocation.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/resumed.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/selectFrame.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/skipPausing.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/preview.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/project-text-search.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/quick-open.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/source-actors.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/source-tree.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/sources/blackbox.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/sources/breakableLines.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/sources/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/sources/loadSourceText.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/sources/newSources.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/sources/prettyPrint.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/sources/select.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/sources/symbols.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/tabs.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/threads.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/toolbox.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/ui.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/utils/create-store.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/utils/middleware/context.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/utils/middleware/log.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/utils/middleware/promise.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/utils/middleware/thunk.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/utils/middleware/timing.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/utils/middleware/wait-service.js
-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/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
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/Breakpoints.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/ColumnBreakpoint.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/ColumnBreakpoints.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/ConditionalPanel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/DebugLine.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/EditorMenu.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/EmptyLines.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/Exception.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/Exceptions.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/Footer.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/HighlightCalls.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/HighlightLine.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/HighlightLines.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/InlinePreview.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/InlinePreviewRow.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/InlinePreviews.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/Preview/ExceptionPopup.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/Preview/Popup.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/Preview/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/SearchBar.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/Tab.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/Tabs.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/menus/breakpoints.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/menus/editor.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/Editor/menus/source.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/PrimaryPanes/Outline.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/PrimaryPanes/OutlineFilter.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/PrimaryPanes/SourcesTree.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/PrimaryPanes/SourcesTreeItem.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/PrimaryPanes/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/ProjectSearch.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/QuickOpenModal.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Breakpoints/Breakpoint.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Breakpoints/BreakpointHeading.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Breakpoints/BreakpointHeadingsContextMenu.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Breakpoints/BreakpointsContextMenu.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Breakpoints/ExceptionOption.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Breakpoints/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/CommandBar.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/DOMMutationBreakpoints.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/EventListeners.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Expressions.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Frames/Frame.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Frames/FrameIndent.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Frames/FrameMenu.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Frames/Group.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Frames/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Scopes.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Thread.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/Threads.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/WhyPaused.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/XHRBreakpoints.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/SecondaryPanes/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/ShortcutsModal.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/WelcomeBox.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/AccessibleImage.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/Accordion.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/Badge.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/BracketArrow.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/Button/CloseButton.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/Button/CommandBarButton.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/Button/PaneToggleButton.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/Button/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/Dropdown.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/ManagedTree.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/Modal.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/Popover.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/PreviewFunction.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/ResultList.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/SearchInput.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/SmartGap.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/SourceIcon.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/context-menu/menu.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/main.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/ast.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/async-requests.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/breakpoints.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/event-listeners.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/exceptions.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/expressions.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/file-search.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/pause.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/pending-breakpoints.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/preview.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/project-text-search.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/quick-open.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/source-actors.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/source-tree.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/sources.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/tabs.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/threads.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/ui.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/selectors/breakpointAtLocation.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/selectors/breakpointSources.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/selectors/breakpoints.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/selectors/getCallStackFrames.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/selectors/inComponent.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/selectors/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/selectors/isLineInScope.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/selectors/isSelectedFrameVisible.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/selectors/pause.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/selectors/visibleBreakpoints.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/selectors/visibleColumnBreakpoints.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/DevToolsUtils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/assert.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/ast.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/async-value.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/bootstrap.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/breakpoint/astBreakpointLocation.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/breakpoint/breakpointPositions.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/breakpoint/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/build-query.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/clipboard.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/connect.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/context.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/dbg.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/defer.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/editor/create-editor.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/editor/get-expression.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/editor/get-token-location.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/editor/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/editor/source-documents.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/editor/source-editor.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/editor/source-search.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/editor/token-events.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/environment.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/evaluation-result.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/expressions.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/function.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/indentation.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/isMinified.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/location.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/log.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/memoizableAction.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/memoize.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/memoizeLast.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/path.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/frames/annotateFrames.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/frames/collapseFrames.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/frames/displayName.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/frames/getFrameUrl.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/frames/getLibraryFromUrl.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/frames/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/mapScopes/buildGeneratedBindingList.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/mapScopes/filtering.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/mapScopes/findGeneratedBindingFromPosition.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/mapScopes/getApplicableBindingsForOriginalPosition.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/mapScopes/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/mapScopes/locColumn.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/mapScopes/mappingContains.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/mapScopes/optimizedOut.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/mapScopes/positionCmp.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/mapScopes/rangeMetadata.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/scopes/getScope.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/scopes/getVariables.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/scopes/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/scopes/utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/why.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/prefs.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/preview.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/project-search.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/quick-open.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/resource/base-query.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/resource/compare.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/resource/core.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/resource/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/resource/memoize.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/resource/query-cache.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/resource/query.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/resource/selector.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/result-list.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/selected-location.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/source-maps.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/source-queue.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/source.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/sources-tree/addToTree.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/sources-tree/collapseTree.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/sources-tree/formatTree.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/sources-tree/getDirectories.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/sources-tree/getURL.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/sources-tree/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/sources-tree/sortTree.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/sources-tree/treeOrder.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/sources-tree/updateTree.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/sources-tree/utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/tabs.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/task.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/telemetry.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/text.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/timings.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/ui.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/url.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/wasm.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/worker.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/vendors.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/workers/parser/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/workers/pretty-print/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/workers/search/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/definitions.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/devtools-client.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/devtools-fission-prefs.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/content/actions/filter.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/content/actions/grips.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/content/components/DomTree.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/content/components/MainFrame.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/content/components/MainToolbar.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/content/constants.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/content/dom-decorator.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/content/dom-view.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/content/grip-provider.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/content/reducers/filter.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/content/reducers/grips.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/content/reducers/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/content/utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/panel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/actions/dom-mutation-breakpoints.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/actions/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/actions/targets.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/browser-menus.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/browser-toolbox/Launcher.jsm
-lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/components/DebugTargetErrorPage.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/components/DebugTargetInfo.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/components/MeatballMenu.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/components/ToolboxController.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/components/ToolboxTab.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/components/ToolboxTabs.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/components/ToolboxToolbar.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/descriptor-from-url.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/devtools-browser.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/devtools.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/enable-devtools-popup.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/menu-item.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/menu.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/reducers/dom-mutation-breakpoints.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/reducers/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/reducers/targets.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/selection.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/source-map-url-service.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/store-provider.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/store.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/tab-descriptor-factory.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/toolbox-context-menu.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/toolbox-host-manager.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/toolbox-hosts.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/toolbox-options.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/toolbox-tabs-order-manager.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/toolbox.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/accessibility.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/addon/addons.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/addon/webextension-inspected-window.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/animation.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/array-buffer.js
-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/css-properties.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/descriptors/descriptor-mixin.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
-lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/descriptors/webextension.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/descriptors/worker.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/device.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/eventsource.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/frame.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/framerate.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/highlighters.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/inspector.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/inspector/rule-rewriter.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/layout.js
-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-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
-lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/perf.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/performance-recording.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/performance.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/preference.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/private-properties-iterator.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/property-iterator.js
-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
-lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/string.js
-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
-lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/targets/worker.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/thread-configuration.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/thread.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/walker.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/watcher.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/webconsole.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/websocket.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/worker/push-subscription.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/worker/service-worker-registration.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/worker/service-worker.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/actions/animations.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/actions/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/animation.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/AnimatedPropertyItem.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/AnimatedPropertyList.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/AnimatedPropertyListContainer.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/AnimatedPropertyName.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/AnimationDetailContainer.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/AnimationDetailHeader.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/AnimationItem.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/AnimationList.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/AnimationListContainer.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/AnimationTarget.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/AnimationToolbar.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/App.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/CurrentTimeLabel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/CurrentTimeScrubber.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/KeyframesProgressBar.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/NoAnimationPanel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/PauseResumeButton.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/PlaybackRateSelector.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/ProgressInspectionPanel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/RewindButton.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/TickLabels.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/TickLines.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/graph/AnimationName.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/graph/ComputedTimingPath.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/graph/DelaySign.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/graph/EffectTimingPath.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/graph/EndDelaySign.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/graph/NegativeDelayPath.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/graph/NegativeEndDelayPath.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/graph/NegativePath.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/graph/SummaryGraph.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/graph/SummaryGraphPath.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/graph/TimingPath.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/keyframes-graph/ColorPath.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/keyframes-graph/ComputedStylePath.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/keyframes-graph/DiscretePath.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/keyframes-graph/DistancePath.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/keyframes-graph/KeyframeMarkerItem.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/keyframes-graph/KeyframeMarkerList.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/keyframes-graph/KeyframesGraph.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/keyframes-graph/KeyframesGraphPath.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/current-time-timer.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/reducers/animations.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/utils/graph-helper.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/utils/l10n.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/utils/timescale.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/utils/utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/actions/box-model-highlighter.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/actions/box-model.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/actions/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/box-model.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/components/BoxModel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/components/BoxModelEditable.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/components/BoxModelInfo.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/components/BoxModelMain.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/components/BoxModelProperties.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/components/ComputedProperty.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/reducers/box-model.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/types.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/utils/editing-session.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/breadcrumbs.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/ChangesContextMenu.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/ChangesView.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/actions/changes.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/actions/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/components/CSSDeclaration.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/components/ChangesApp.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/reducers/changes.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/selectors/changes.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/utils/changes-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/utils/l10n.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/CompatibilityView.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/actions/compatibility.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/actions/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/BrowserIcon.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/CompatibilityApp.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/Footer.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/IssueItem.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/IssueList.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/IssuePane.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/NodeItem.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/NodeList.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/NodePane.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/Settings.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/UnsupportedBrowserItem.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/UnsupportedBrowserList.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/reducers/compatibility.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/types.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/utils/cases.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/components/InspectorTabPanel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/computed/computed.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/extensions/actions/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/extensions/actions/sidebar.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/extensions/components/ExpressionResultView.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/extensions/components/ExtensionPage.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/extensions/components/ExtensionSidebar.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/extensions/components/ObjectTreeView.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/extensions/extension-sidebar.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/extensions/reducers/sidebar.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/extensions/types.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/actions/flexbox-highlighter.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/actions/flexbox.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/actions/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/components/FlexContainer.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/components/FlexItem.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/components/FlexItemList.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/components/FlexItemSelector.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/components/FlexItemSizingOutline.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/components/FlexItemSizingProperties.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/components/Flexbox.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/components/Header.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/flexbox.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/reducers/flexbox.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/reducers/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/flexbox/types.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/fonts/actions/font-editor.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/fonts/actions/font-options.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/fonts/actions/fonts.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/fonts/actions/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/fonts/components/Font.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/fonts/components/FontAxis.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/fonts/components/FontEditor.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/fonts/components/FontList.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/fonts/components/FontName.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/fonts/components/FontOrigin.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/fonts/components/FontOverview.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/fonts/components/FontPreview.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/fonts/components/FontPreviewInput.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/fonts/components/FontPropertyValue.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/fonts/components/FontSize.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/fonts/components/FontStyle.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/fonts/components/FontWeight.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/fonts/components/FontsApp.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/fonts/components/LetterSpacing.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/fonts/components/LineHeight.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/fonts/fonts.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/fonts/reducers/font-editor.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/fonts/reducers/font-options.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/fonts/reducers/fonts.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/fonts/types.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/fonts/utils/font-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/fonts/utils/l10n.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/grids/actions/grid-highlighter.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/grids/actions/grids.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/grids/actions/highlighter-settings.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/grids/actions/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/grids/components/Grid.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/grids/components/GridDisplaySettings.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/grids/components/GridItem.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/grids/components/GridList.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/grids/components/GridOutline.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/grids/grid-inspector.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/grids/reducers/grids.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/grids/reducers/highlighter-settings.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/grids/types.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/grids/utils/utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/inspector-search.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/inspector.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/layout/components/LayoutApp.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/layout/layout.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/layout/utils/l10n.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/markup/components/TextNode.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/markup/markup-context-menu.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/markup/markup.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/markup/utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/markup/utils/l10n.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/markup/views/element-container.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/markup/views/element-editor.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/markup/views/html-editor.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/markup/views/markup-container.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/markup/views/read-only-container.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/markup/views/read-only-editor.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/markup/views/root-container.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/markup/views/slotted-node-container.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/markup/views/slotted-node-editor.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/markup/views/text-container.js
-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/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/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
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/utils/utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/views/class-list-previewer.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/views/rule-editor.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/views/text-property-editor.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/compatibility-user-settings.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/highlighters-overlay.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/node-reps.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/node-types.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/style-change-tracker.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/style-inspector-menu.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/tooltips-overlay.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/walker-event-listener.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/store.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/toolsidebar.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/Converter.jsm
-lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/Sniffer.jsm
-lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/Headers.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/HeadersPanel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/HeadersToolbar.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/JsonPanel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/JsonToolbar.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/LiveText.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/MainTabbedArea.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/SearchBox.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/TextPanel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/TextToolbar.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/reps/Toolbar.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/converter-child.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/general.css
-lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/headers-panel.css
-lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/json-panel.css
-lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/main.css
-lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/search-box.css
-lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/text-panel.css
-lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/toolbar.css
-lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/json-viewer.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/lib/require.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/viewer-config.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/allocations.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/census-display.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/diffing.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/filter.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/front.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/io.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/label-display.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/refresh.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/sizes.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/snapshot.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/task-cache.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/tree-map-display.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/view.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/app.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/Census.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/CensusHeader.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/CensusTreeItem.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/DominatorTree.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/DominatorTreeHeader.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/DominatorTreeItem.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/Heap.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/Individuals.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/IndividualsHeader.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/List.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/ShortestPaths.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/SnapshotListItem.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/Toolbar.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/TreeMap.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/tree-map/canvas-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/tree-map/color-coarse-type.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/tree-map/drag-zoom.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/tree-map/draw.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/tree-map/start.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/constants.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/dominator-tree-lazy-children.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/initializer.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/models.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/panel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/allocations.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/census-display.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/diffing.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/errors.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/filter.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/front.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/individuals.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/label-display.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/sizes.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/snapshots.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/tree-map-display.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/view.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/store.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/menus.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/initializer.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/panel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/actions/batching.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/actions/filters.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/actions/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/actions/messages.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/actions/request-blocking.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/actions/requests.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/actions/search.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/actions/selection.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/actions/sort.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/actions/timing-markers.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/actions/ui.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/api.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/app.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/App.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/AppErrorBoundary.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/CustomRequestPanel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/DropHarHandler.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/MonitorPanel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/NetworkActionBar.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/SecurityState.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/SourceEditor.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/StatisticsPanel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/StatusBar.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/StatusCode.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/TabboxPanel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/Toolbar.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/messages/ColumnData.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/messages/ColumnEventName.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/messages/ColumnFinBit.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/messages/ColumnLastEventId.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/messages/ColumnMaskBit.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/messages/ColumnOpCode.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/messages/ColumnRetry.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/messages/ColumnSize.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/messages/ColumnTime.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/messages/MessageFilterMenu.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/messages/MessageListContent.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/messages/MessageListContextMenu.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/messages/MessageListHeader.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/messages/MessageListHeaderContextMenu.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/messages/MessageListItem.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/messages/MessagePayload.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/messages/MessagesView.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/messages/RawData.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/messages/StatusBar.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/messages/Toolbar.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/messages/cbor.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/messages/msgpack.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/messages/parsers/signalr/HandshakeProtocol.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/messages/parsers/signalr/IHubProtocol.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/messages/parsers/signalr/JSONHubProtocol.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/messages/parsers/signalr/TextMessageFormat.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/messages/parsers/signalr/Utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/messages/parsers/signalr/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/messages/parsers/socket-io/binary.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/messages/parsers/socket-io/component-emitter.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/messages/parsers/socket-io/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/messages/parsers/socket-io/is-buffer.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/messages/parsers/sockjs/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/messages/parsers/stomp/byte.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/messages/parsers/stomp/frame.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/messages/parsers/stomp/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/messages/parsers/stomp/parser.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/messages/parsers/wamp/arrayParser.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/messages/parsers/wamp/serializers.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/previews/FontPreview.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/previews/HtmlPreview.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/previews/ImagePreview.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/previews/SourcePreview.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/previews/UrlPreview.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-blocking/RequestBlockingPanel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-details/CachePanel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-details/CookiesPanel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-details/HeadersPanel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-details/NetworkDetailsBar.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-details/PropertiesView.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-details/RequestPanel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-details/ResponsePanel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-details/SecurityPanel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-details/StackTracePanel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-details/TimingsPanel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestList.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnContentSize.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnCookies.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnDomain.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnFile.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnInitiator.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnMethod.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnProtocol.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnRemoteIP.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnResponseHeader.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnScheme.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnSetCookies.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnStatus.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnTime.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnTransferredSize.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnType.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnUrl.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnWaterfall.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListContent.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListEmptyNotice.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListHeader.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListItem.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/search/SearchPanel.js
-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-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
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/create-store.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/har/har-automation.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/har/har-builder-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/har/har-builder.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/har/har-collector.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/har/har-exporter.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/har/har-importer.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/har/har-menu-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/har/har-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/middleware/batching.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/middleware/event-telemetry.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/middleware/prefs.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/middleware/recording.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/middleware/request-blocking.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/middleware/throttling.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/reducers/batching.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/reducers/filters.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/reducers/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/reducers/messages.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/reducers/request-blocking.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/reducers/requests.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/reducers/search.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/reducers/sort.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/reducers/timing-markers.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/reducers/ui.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/selectors/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/selectors/messages.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/selectors/requests.js
-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
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/utils/firefox/open-request-in-tab.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/utils/format-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/utils/headers-provider.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/utils/l10n.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/utils/mdn-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/utils/open-request-in-tab.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/utils/prefs.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/utils/request-blocking.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/utils/request-utils.js
-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
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/widgets/RequestListHeaderContextMenu.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/widgets/WaterfallBackground.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/workers/search/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/workers/search/search.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/workers/search/worker.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/workers/worker-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/browser.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/AboutProfiling.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/Description.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/DevToolsPanel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/DevToolsPresetSelection.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/DirectoryPicker.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/OnboardingMessage.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/Presets.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/ProfilerEventHandling.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/Range.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/RecordingButton.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/Settings.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/initializer.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/panel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/popup/background.jsm.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/popup/menu-button.jsm.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/popup/panel.jsm.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/preference-management.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/store/actions.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/store/reducers.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/store/selectors.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/symbolication.jsm.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/typescript-lazy-load.jsm.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/components/JITOptimizations.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/components/JITOptimizationsItem.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/components/RecordingButton.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/components/RecordingControls.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/components/RecordingList.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/components/RecordingListItem.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/components/Waterfall.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/components/WaterfallHeader.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/components/WaterfallTree.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/components/WaterfallTreeRow.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/events.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/initializer.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/categories.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/constants.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/global.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/io.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/logic/frame-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/logic/jit.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/logic/telemetry.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/logic/tree-model.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/logic/waterfall-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/marker-blueprint-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/marker-dom-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/marker-formatters.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/markers.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/waterfall-ticks.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/widgets/graphs.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/widgets/marker-details.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/widgets/markers-overview.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/widgets/tree-view.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/panel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/performance-controller.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/performance-view.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/test/helpers/actions.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/test/helpers/dom-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/test/helpers/event-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/test/helpers/input-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/test/helpers/panel-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/test/helpers/prefs.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/test/helpers/profiler-mm-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/test/helpers/recording-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/test/helpers/synth-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/test/helpers/tab-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/test/helpers/urls.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/test/helpers/wait-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/views/details-abstract-subview.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/views/details-js-call-tree.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/views/details-js-flamegraph.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/views/details-memory-call-tree.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/views/details-memory-flamegraph.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/views/details-waterfall.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/views/details.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/views/overview.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/views/recordings.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/views/toolbar.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/actions/devices.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/actions/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/actions/screenshot.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/actions/ui.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/actions/viewports.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/components/App.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/components/Device.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/components/DeviceForm.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/components/DeviceInfo.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/components/DeviceList.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/components/DeviceModal.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/components/DevicePixelRatioMenu.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/components/DeviceSelector.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/components/SettingsMenu.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/components/Toolbar.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/components/UserAgentInput.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/components/ViewportDimension.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/constants.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/manager.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/reducers.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/reducers/devices.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/reducers/screenshot.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/reducers/ui.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/reducers/viewports.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/store.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/types.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/ui.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/utils/e10s.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/utils/key.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/utils/l10n.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/utils/message.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/utils/notification.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/utils/orientation.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/utils/ua.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/responsive/utils/window.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/SplitView.jsm
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/WeakMapMap.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/async-store-helper.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/autocomplete-popup.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/browser-loader-mocks.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/browser-loader.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/Accordion.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/Frame.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/HSplitBox.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/List.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/MdnLink.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/NotificationBox.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/SearchBox.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/SearchBoxAutocompletePopup.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/Sidebar.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/SidebarToggle.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/SmartTrace.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/StackTrace.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/Tree.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/VirtualizedTree.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/VisibilityHandler.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/menu/MenuButton.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/menu/MenuItem.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/menu/MenuList.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/menu/utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/object-inspector/actions.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/object-inspector/components/ObjectInspector.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/object-inspector/components/ObjectInspectorItem.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/object-inspector/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/object-inspector/reducer.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/object-inspector/utils/client.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/object-inspector/utils/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/object-inspector/utils/load-properties.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/object-inspector/utils/node.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/object-inspector/utils/selection.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps/accessible.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps/accessor.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps/array.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps/attribute.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps/big-int.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps/comment-node.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps/constants.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps/date-time.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps/document-type.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps/document.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps/element-node.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps/error.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps/event.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps/function.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps/grip-array.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps/grip-map-entry.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps/grip-map.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps/grip.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps/infinity.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps/nan.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps/null.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps/number.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps/object-with-text.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps/object-with-url.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps/object.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps/promise.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps/prop-rep.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps/regexp.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps/rep-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps/rep.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps/string.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps/stylesheet.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps/symbol.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps/text-node.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps/undefined.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/reps/window.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/shared/dom-node-constants.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/reps/shared/grip-length-bubble.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/splitter/Draggable.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/splitter/GridElementWidthResizer.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/splitter/SplitBox.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/tabs/TabBar.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/tabs/Tabs.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/throttling/NetworkThrottlingMenu.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/throttling/actions.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/throttling/profiles.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/throttling/reducer.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/throttling/types.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/tree/LabelCell.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/tree/ObjectProvider.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/tree/TreeCell.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/tree/TreeHeader.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/tree/TreeRow.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/tree/TreeView.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/css-angle.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/curl.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/demangle.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/devices.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/enum.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/events.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/fluent-l10n/fluent-l10n.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/focus.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/getjson.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/inplace-editor.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/key-shortcuts.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/keycodes.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/link.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/node-attribute-parser.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/options-view.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/output-parser.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/poller.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/prefs.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/react-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/create-store.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/middleware/debounce.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/middleware/history.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/middleware/ignore.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/middleware/log.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/middleware/performance-marker.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/middleware/promise.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/middleware/task.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/middleware/thunk.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/middleware/wait-service.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/subscriber.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/visibility-handler-connect.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/remote-debugging/adb/adb-addon.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/remote-debugging/adb/adb-binary.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/remote-debugging/adb/adb-client.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/remote-debugging/adb/adb-device.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/remote-debugging/adb/adb-process.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/remote-debugging/adb/adb-running-checker.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/remote-debugging/adb/adb-runtime.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/remote-debugging/adb/adb-socket.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/remote-debugging/adb/adb.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/remote-debugging/adb/commands/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/remote-debugging/adb/commands/list-devices.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/remote-debugging/adb/commands/prepare-tcp-connection.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/remote-debugging/adb/commands/run-command.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/remote-debugging/adb/commands/shell.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/remote-debugging/adb/commands/track-devices.js
-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/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
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/source-map/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/source-map/worker.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/source-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/sourceeditor/autocomplete.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/sourceeditor/css-autocompleter.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/sourceeditor/editor-commands-controller.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/sourceeditor/editor.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/sourceeditor/wasm.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/stylesheet-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/suggestion-picker.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/telemetry.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/theme.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/thread-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/undo.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/unicode-url.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/WasmDis.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/WasmParser.js
-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/react-dom-factories.js
-${PLIST.debug}lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dom-server-dev.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dom-server.js
-${PLIST.debug}lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dom-test-utils-dev.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dom-test-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dom.js
-${PLIST.debug}lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-prop-types-dev.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-prop-types.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-redux.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-router-dom.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-test-renderer-shallow.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-test-renderer.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/redux.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/reselect.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/seamless-immutable.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/whatwg-url.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/view-source.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/webgl-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/AbstractTreeItem.jsm
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/Chart.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/CubicBezierPresets.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/CubicBezierWidget.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/FilterWidget.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/FlameGraph.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/Graphs.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/GraphsWorker.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/LineGraphWidget.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/MountainGraphWidget.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/ShapesInContextEditor.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/Spectrum.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/TableWidget.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/TreeWidget.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/EventTooltipHelper.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/HTMLTooltip.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/ImageTooltipHelper.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/RulePreviewTooltip.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/SwatchBasedEditorTooltip.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/SwatchColorPickerTooltip.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/SwatchCubicBezierTooltip.js
-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
-lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/zoom-keys.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/storage/VariablesView.jsm
-lib/firefox/browser/chrome/devtools/modules/devtools/client/storage/panel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/storage/ui.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/storage/utils/l10n.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/storage/utils/mdn-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/styleeditor/StyleEditorUI.jsm
-lib/firefox/browser/chrome/devtools/modules/devtools/client/styleeditor/StyleEditorUtil.jsm
-lib/firefox/browser/chrome/devtools/modules/devtools/client/styleeditor/StyleSheetEditor.jsm
-lib/firefox/browser/chrome/devtools/modules/devtools/client/styleeditor/original-source.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/styleeditor/panel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/themes/audio/shutter.wav
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/actions/autocomplete.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/actions/filters.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/actions/history.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/actions/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/actions/input.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/actions/messages.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/actions/notifications.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/actions/object.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/actions/toolbox.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/actions/ui.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/browser-console-manager.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/browser-console.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/commands.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/App.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/FilterBar/ConsoleSettings.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/FilterBar/FilterBar.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/FilterBar/FilterButton.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/FilterBar/FilterCheckbox.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/Input/ConfirmDialog.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/Input/EagerEvaluation.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/Input/EditorToolbar.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/Input/EvaluationContextSelector.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/Input/JSTerm.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/Input/ReverseSearchInput.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/Output/CollapseButton.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/Output/ConsoleOutput.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/Output/ConsoleTable.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/Output/GripMessageBody.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/Output/Message.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/Output/MessageContainer.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/Output/MessageIcon.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/Output/MessageIndent.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/Output/MessageRepeat.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/Output/message-types/CSSWarning.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/Output/message-types/ConsoleApiCall.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/Output/message-types/ConsoleCommand.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/Output/message-types/DefaultRenderer.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/Output/message-types/EvaluationResult.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/Output/message-types/NetworkEventMessage.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/Output/message-types/PageError.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/Output/message-types/WarningGroup.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/components/SideBar.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/constants.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/enhancers/actor-releaser.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/enhancers/batching.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/enhancers/css-error-reporting.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/enhancers/message-cache-clearing.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/middleware/event-telemetry.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/middleware/history-persistence.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/middleware/performance-marker.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/panel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/reducers/autocomplete.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/reducers/filters.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/reducers/history.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/reducers/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/reducers/messages.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/reducers/notifications.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/reducers/prefs.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/reducers/ui.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/selectors/autocomplete.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/selectors/filters.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/selectors/history.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/selectors/messages.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/selectors/notifications.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/selectors/prefs.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/selectors/ui.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/service-container.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/store.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/types.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/utils/clipboard.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/utils/context-menu.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/utils/id-generator.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/utils/l10n.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/utils/messages.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/utils/object-inspector.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/utils/prefs.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/webconsole-connection-proxy.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/webconsole-ui.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/webconsole-wrapper.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/webconsole.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/accessibility/accessibility.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/accessibility/accessible.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/accessibility/audit/contrast.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/accessibility/audit/keyboard.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/accessibility/audit/text-label.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/accessibility/constants.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/accessibility/parent-accessibility.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/accessibility/simulator.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/accessibility/walker.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/accessibility/worker.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/addon/addons.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/addon/webextension-inspected-window.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/animation-type-longhand.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/animation.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/array-buffer.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/breakpoint-list.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/breakpoint.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/changes.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/common.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/compatibility/compatibility.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/compatibility/lib/MDNCompatibility.js
-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/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/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
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/errordocs.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/frame.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/framerate.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/heap-snapshot-file.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters.css
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters/accessible.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters/auto-refresh.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters/box-model.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters/css-grid.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters/css-transform.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters/eye-dropper.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters/flexbox.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters/fonts.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters/geometry-editor.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters/measuring-tool.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters/node-tabbing-order.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters/paused-debugger.js
-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/tabbing-order.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/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
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/inspector/document-walker.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/inspector/event-collector.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/inspector/inspector.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/inspector/node-picker.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/inspector/node.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/inspector/utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/inspector/walker.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/layout.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/manifest.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/media-rule.js
-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/stack-trace-collector.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/network-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/utils/wildcard-to-regexp.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/websocket-actor.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/object.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/object/previewers.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/object/private-properties-iterator.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/object/property-iterator.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/object/stringifiers.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/object/symbol-iterator.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/object/symbol.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/object/utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/page-style.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/pause-scoped.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/perf.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/performance-recording.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/performance.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/preference.js
-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/network-events-content.js
-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/server-sent-events.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/resources/sources.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/resources/storage-cache.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/resources/storage-cookie.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/resources/storage-indexed-db.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
-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/resources/utils/parent-process-storage.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/resources/websockets.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
-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/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-mixin.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
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/targets/worker.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/thread-configuration.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/thread.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/accessibility.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/actor-registry.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/breakpoint-actor-map.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/capture-screenshot.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/css-grid-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/dbg-source.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/event-breakpoints.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/event-loop.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/inactive-property-helper.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/logEvent.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/make-debugger.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/shapes-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/source-map-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/source-url.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/sources-manager.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/stack.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/style-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/utils/stylesheets-manager.js
-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/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
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/watcher/target-helpers/utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/watcher/target-helpers/worker-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
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/webconsole/content-process-forward.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/webconsole/eager-ecma-allowlist.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/webconsole/eager-function-allowlist.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/webconsole/eval-with-debugger.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/webconsole/listeners/console-api.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/webconsole/listeners/console-file-activity.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/webconsole/listeners/console-reflow.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/webconsole/listeners/console-service.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/webconsole/listeners/content-process.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/webconsole/listeners/document-events.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/webconsole/message-manager-mock.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/webconsole/utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/webconsole/webidl-deprecated-list.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/webconsole/webidl-pure-allowlist.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/webconsole/worker-listeners.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/worker/push-subscription.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/worker/service-worker-process.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/worker/service-worker-registration-list.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/worker/service-worker-registration.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/worker/service-worker.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/worker/worker-descriptor-actor-list.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/connectors/content-process-connector.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/connectors/frame-connector.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/connectors/js-window-actor/DevToolsFrameChild.jsm
-lib/firefox/browser/chrome/devtools/modules/devtools/server/connectors/js-window-actor/DevToolsFrameParent.jsm
-lib/firefox/browser/chrome/devtools/modules/devtools/server/connectors/js-window-actor/DevToolsWorkerChild.jsm
-lib/firefox/browser/chrome/devtools/modules/devtools/server/connectors/js-window-actor/DevToolsWorkerParent.jsm
-lib/firefox/browser/chrome/devtools/modules/devtools/server/connectors/js-window-actor/WindowGlobalLogger.jsm
-lib/firefox/browser/chrome/devtools/modules/devtools/server/connectors/worker-connector.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/devtools-server-connection.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/devtools-server.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/performance/framerate.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/performance/memory.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/performance/profiler.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/performance/recorder.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/performance/timeline.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/socket/websocket-server.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/startup/content-process-script.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/startup/content-process.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/startup/content-process.jsm
-lib/firefox/browser/chrome/devtools/modules/devtools/server/startup/frame.js
-lib/firefox/browser/chrome/devtools/modules/devtools/server/startup/worker.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/DevToolsUtils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/Loader.jsm
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/ThreadSafeDevToolsUtils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/accessibility.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/acorn/acorn.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/acorn/acorn_loose.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/acorn/walk.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/async-storage.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/async-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/base-loader.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/builtin-modules.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/commands-factory.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/inspected-window/inspected-window-command.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/inspector/inspector-command.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/resource/legacy-listeners/cache-storage.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/resource/legacy-listeners/cloned-content-process-messages.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/resource/legacy-listeners/console-messages.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/resource/legacy-listeners/cookie.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/resource/legacy-listeners/css-changes.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/resource/legacy-listeners/css-messages.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/resource/legacy-listeners/error-messages.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/resource/legacy-listeners/extension-storage.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/resource/legacy-listeners/indexed-db.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/resource/legacy-listeners/local-storage.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/resource/legacy-listeners/network-event-stacktraces.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/resource/legacy-listeners/network-events.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/resource/legacy-listeners/platform-messages.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/resource/legacy-listeners/root-node.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/resource/legacy-listeners/server-sent-events.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/resource/legacy-listeners/session-storage.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/resource/legacy-listeners/source.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/resource/legacy-listeners/storage-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/resource/legacy-listeners/stylesheet.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/resource/legacy-listeners/thread-states.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/resource/legacy-listeners/websocket.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/resource/resource-command.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/resource/transformers/console-messages.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/resource/transformers/error-messages.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/resource/transformers/network-events.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/resource/transformers/storage-cache.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/resource/transformers/storage-cookie.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/resource/transformers/storage-indexed-db.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/resource/transformers/storage-local-storage.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/resource/transformers/storage-session-storage.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/resource/transformers/thread-states.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/target-configuration/target-configuration-command.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/target/legacy-target-watchers/legacy-processes-watcher.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/target/legacy-target-watchers/legacy-serviceworkers-watcher.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/target/legacy-target-watchers/legacy-sharedworkers-watcher.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/target/legacy-target-watchers/legacy-workers-watcher.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/target/target-command.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/commands/thread-configuration/thread-configuration-command.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/compatibility/dataset/browsers.json
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/compatibility/dataset/css-properties.json
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/constants.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/content-observer.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/css/color-db.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/css/color.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/css/constants.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/css/generated/properties-db.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/css/lexer.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/css/parsing-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/css/properties-db.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/debounce.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/defer.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/discovery/discovery.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/dom-helpers.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/dom-node-constants.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/dom-node-filter-constants.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/event-emitter.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/extend.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/flags.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/generate-uuid.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/heapsnapshot/CensusUtils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/heapsnapshot/DominatorTreeNode.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/heapsnapshot/HeapAnalysesClient.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/heapsnapshot/HeapAnalysesWorker.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/heapsnapshot/HeapSnapshotFileUtils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/heapsnapshot/census-tree-node.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/heapsnapshot/shortest-paths.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/indentation.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/indexed-db.js
-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/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/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
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/loader-plugin-raw.jsm
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/natural-sort.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/node-properties/node-properties.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/path.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/performance-new/gecko-profiler-interface.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/performance-new/recording-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/performance/recording-common.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/performance/recording-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/picker-constants.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/platform/cache-entry.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/platform/clipboard.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/platform/stack.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/plural-form.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/protocol.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/protocol/Actor.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/protocol/Actor/generateActorSpec.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/protocol/Front.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/protocol/Front/FrontClassWithSpec.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/protocol/Pool.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/protocol/Request.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/protocol/Response.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/protocol/lazy-pool.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/protocol/types.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/protocol/utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/qrcode/decoder/index.js
-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/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
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/security/socket.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/accessibility.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/addon/addons.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/addon/webextension-inspected-window.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/animation.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/array-buffer.js
-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/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
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/descriptors/webextension.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/descriptors/worker.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/device.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/environment.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/eventsource.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/frame.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/framerate.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/heap-snapshot-file.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/highlighters.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/inspector.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/layout.js
-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-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
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/perf.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/performance-recording.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/performance.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/preference.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/private-properties-iterator.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/property-iterator.js
-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
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/string.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/style-rule.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/style-sheet.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/style-sheets.js
-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/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
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/targets/webextension.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/targets/worker.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/thread-configuration.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/thread.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/timeline.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/walker.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/watcher.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/webconsole.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/websocket.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/worker/push-subscription.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/worker/service-worker-registration.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/worker/service-worker.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/sprintfjs/sprintf.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/storage/utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/storage/vendor/json5.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/storage/vendor/stringvalidator/util/assert.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/storage/vendor/stringvalidator/validator.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/system.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/task.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/throttle.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/transport/child-transport.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/transport/js-window-actor-transport.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/transport/local-transport.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/transport/packets.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/transport/stream-utils.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/transport/transport.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/transport/websocket-transport.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/transport/worker-transport.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/webconsole/js-property-provider.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/webconsole/network-helper.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/webconsole/parser-helper.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/webconsole/reserved-js-words.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/webconsole/throttle.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/worker/helper.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/worker/loader.js
-lib/firefox/browser/chrome/devtools/modules/devtools/shared/worker/worker.js
-lib/firefox/browser/chrome/devtools/skin/aboutprofiling.css
-lib/firefox/browser/chrome/devtools/skin/accessibility-color-contrast.css
-lib/firefox/browser/chrome/devtools/skin/animation.css
-lib/firefox/browser/chrome/devtools/skin/badge.css
-lib/firefox/browser/chrome/devtools/skin/boxmodel.css
-lib/firefox/browser/chrome/devtools/skin/breadcrumbs.css
-lib/firefox/browser/chrome/devtools/skin/changes.css
-lib/firefox/browser/chrome/devtools/skin/chart.css
-lib/firefox/browser/chrome/devtools/skin/common.css
-lib/firefox/browser/chrome/devtools/skin/compatibility.css
-lib/firefox/browser/chrome/devtools/skin/components-frame.css
-lib/firefox/browser/chrome/devtools/skin/components-h-split-box.css
-lib/firefox/browser/chrome/devtools/skin/computed.css
-lib/firefox/browser/chrome/devtools/skin/dark-theme.css
-lib/firefox/browser/chrome/devtools/skin/devtools-browser.css
-lib/firefox/browser/chrome/devtools/skin/floating-scrollbars-responsive-design.css
-lib/firefox/browser/chrome/devtools/skin/fonts.css
-lib/firefox/browser/chrome/devtools/skin/images/aboutdebugging-connect-icon.svg
-lib/firefox/browser/chrome/devtools/skin/images/aboutdebugging-error.svg
-lib/firefox/browser/chrome/devtools/skin/images/aboutdebugging-fenix-nightly.svg
-lib/firefox/browser/chrome/devtools/skin/images/aboutdebugging-fenix.svg
-lib/firefox/browser/chrome/devtools/skin/images/aboutdebugging-firefox-aurora.svg
-lib/firefox/browser/chrome/devtools/skin/images/aboutdebugging-firefox-beta.svg
-lib/firefox/browser/chrome/devtools/skin/images/aboutdebugging-firefox-logo.svg
-lib/firefox/browser/chrome/devtools/skin/images/aboutdebugging-firefox-nightly.svg
-lib/firefox/browser/chrome/devtools/skin/images/aboutdebugging-firefox-release.svg
-lib/firefox/browser/chrome/devtools/skin/images/aboutdebugging-globe-icon.svg
-lib/firefox/browser/chrome/devtools/skin/images/aboutdebugging-information.svg
-lib/firefox/browser/chrome/devtools/skin/images/aboutdebugging-process-icon.svg
-lib/firefox/browser/chrome/devtools/skin/images/aboutdebugging-usb-icon.svg
-lib/firefox/browser/chrome/devtools/skin/images/accessibility.svg
-lib/firefox/browser/chrome/devtools/skin/images/add.svg
-lib/firefox/browser/chrome/devtools/skin/images/alert-small.svg
-lib/firefox/browser/chrome/devtools/skin/images/alert-tiny.svg
-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-dropdown-12.svg
-lib/firefox/browser/chrome/devtools/skin/images/arrow-e.svg
-lib/firefox/browser/chrome/devtools/skin/images/arrow.svg
-lib/firefox/browser/chrome/devtools/skin/images/arrowhead-down.svg
-lib/firefox/browser/chrome/devtools/skin/images/arrowhead-left.svg
-lib/firefox/browser/chrome/devtools/skin/images/arrowhead-right.svg
-lib/firefox/browser/chrome/devtools/skin/images/arrowhead-up.svg
-lib/firefox/browser/chrome/devtools/skin/images/blocked.svg
-lib/firefox/browser/chrome/devtools/skin/images/breadcrumbs-divider.svg
-lib/firefox/browser/chrome/devtools/skin/images/breadcrumbs-scrollbutton.svg
-lib/firefox/browser/chrome/devtools/skin/images/browsers/chrome.svg
-lib/firefox/browser/chrome/devtools/skin/images/browsers/edge.svg
-lib/firefox/browser/chrome/devtools/skin/images/browsers/firefox.svg
-lib/firefox/browser/chrome/devtools/skin/images/browsers/ie.svg
-lib/firefox/browser/chrome/devtools/skin/images/browsers/mobile.svg
-lib/firefox/browser/chrome/devtools/skin/images/browsers/opera.svg
-lib/firefox/browser/chrome/devtools/skin/images/browsers/safari.svg
-lib/firefox/browser/chrome/devtools/skin/images/case-match.svg
-lib/firefox/browser/chrome/devtools/skin/images/check.svg
-lib/firefox/browser/chrome/devtools/skin/images/checkbox.svg
-lib/firefox/browser/chrome/devtools/skin/images/clear.svg
-lib/firefox/browser/chrome/devtools/skin/images/close-3-pane.svg
-lib/firefox/browser/chrome/devtools/skin/images/close.svg
-lib/firefox/browser/chrome/devtools/skin/images/command-chevron.svg
-lib/firefox/browser/chrome/devtools/skin/images/command-console.svg
-lib/firefox/browser/chrome/devtools/skin/images/command-eyedropper.svg
-lib/firefox/browser/chrome/devtools/skin/images/command-frames.svg
-lib/firefox/browser/chrome/devtools/skin/images/command-measure.svg
-lib/firefox/browser/chrome/devtools/skin/images/command-noautohide.svg
-lib/firefox/browser/chrome/devtools/skin/images/command-paintflashing.svg
-lib/firefox/browser/chrome/devtools/skin/images/command-pick-accessibility.svg
-lib/firefox/browser/chrome/devtools/skin/images/command-pick.svg
-lib/firefox/browser/chrome/devtools/skin/images/command-responsivemode.svg
-lib/firefox/browser/chrome/devtools/skin/images/command-rulers.svg
-lib/firefox/browser/chrome/devtools/skin/images/command-screenshot.svg
-lib/firefox/browser/chrome/devtools/skin/images/copy.svg
-lib/firefox/browser/chrome/devtools/skin/images/cubic-bezier-swatch.svg
-lib/firefox/browser/chrome/devtools/skin/images/datastore.svg
-lib/firefox/browser/chrome/devtools/skin/images/debugging-addons.svg
-lib/firefox/browser/chrome/devtools/skin/images/debugging-tabs.svg
-lib/firefox/browser/chrome/devtools/skin/images/debugging-workers.svg
-lib/firefox/browser/chrome/devtools/skin/images/diff.svg
-lib/firefox/browser/chrome/devtools/skin/images/dock-bottom.svg
-lib/firefox/browser/chrome/devtools/skin/images/dock-side-left.svg
-lib/firefox/browser/chrome/devtools/skin/images/dock-side-right.svg
-lib/firefox/browser/chrome/devtools/skin/images/dock-undock.svg
-lib/firefox/browser/chrome/devtools/skin/images/dropmarker.svg
-lib/firefox/browser/chrome/devtools/skin/images/error-small.svg
-lib/firefox/browser/chrome/devtools/skin/images/error-tiny.svg
-lib/firefox/browser/chrome/devtools/skin/images/error.svg
-lib/firefox/browser/chrome/devtools/skin/images/eye.svg
-lib/firefox/browser/chrome/devtools/skin/images/filter-small.svg
-lib/firefox/browser/chrome/devtools/skin/images/filter-swatch.svg
-lib/firefox/browser/chrome/devtools/skin/images/filter.svg
-lib/firefox/browser/chrome/devtools/skin/images/flexbox-swatch.svg
-lib/firefox/browser/chrome/devtools/skin/images/folder.svg
-lib/firefox/browser/chrome/devtools/skin/images/fox-smiling.svg
-lib/firefox/browser/chrome/devtools/skin/images/geometry-editor.svg
-lib/firefox/browser/chrome/devtools/skin/images/globe.svg
-lib/firefox/browser/chrome/devtools/skin/images/grid.svg
-lib/firefox/browser/chrome/devtools/skin/images/help.svg
-lib/firefox/browser/chrome/devtools/skin/images/import.svg
-lib/firefox/browser/chrome/devtools/skin/images/info-small.svg
-lib/firefox/browser/chrome/devtools/skin/images/info-tiny.svg
-lib/firefox/browser/chrome/devtools/skin/images/info.svg
-lib/firefox/browser/chrome/devtools/skin/images/item-arrow-dark-ltr.svg
-lib/firefox/browser/chrome/devtools/skin/images/item-arrow-dark-rtl.svg
-lib/firefox/browser/chrome/devtools/skin/images/item-arrow-ltr.svg
-lib/firefox/browser/chrome/devtools/skin/images/item-arrow-rtl.svg
-lib/firefox/browser/chrome/devtools/skin/images/item-toggle.svg
-lib/firefox/browser/chrome/devtools/skin/images/lock.svg
-lib/firefox/browser/chrome/devtools/skin/images/more.svg
-lib/firefox/browser/chrome/devtools/skin/images/next.svg
-lib/firefox/browser/chrome/devtools/skin/images/open-3-pane.svg
-lib/firefox/browser/chrome/devtools/skin/images/open-inspector.svg
-lib/firefox/browser/chrome/devtools/skin/images/pane-collapse.svg
-lib/firefox/browser/chrome/devtools/skin/images/pane-expand.svg
-lib/firefox/browser/chrome/devtools/skin/images/pause.svg
-lib/firefox/browser/chrome/devtools/skin/images/pencil-icon.svg
-lib/firefox/browser/chrome/devtools/skin/images/performance-details-call-tree.svg
-lib/firefox/browser/chrome/devtools/skin/images/performance-details-flamegraph.svg
-lib/firefox/browser/chrome/devtools/skin/images/performance-details-waterfall.svg
-lib/firefox/browser/chrome/devtools/skin/images/play.svg
-lib/firefox/browser/chrome/devtools/skin/images/profiler-stopwatch.svg
-lib/firefox/browser/chrome/devtools/skin/images/pseudo-class.svg
-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
-lib/firefox/browser/chrome/devtools/skin/images/search.svg
-lib/firefox/browser/chrome/devtools/skin/images/security-state-insecure.svg
-lib/firefox/browser/chrome/devtools/skin/images/security-state-secure.svg
-lib/firefox/browser/chrome/devtools/skin/images/security-state-weak.svg
-lib/firefox/browser/chrome/devtools/skin/images/select-arrow.svg
-lib/firefox/browser/chrome/devtools/skin/images/settings.svg
-lib/firefox/browser/chrome/devtools/skin/images/shape-swatch.svg
-lib/firefox/browser/chrome/devtools/skin/images/sort-ascending-arrow.svg
-lib/firefox/browser/chrome/devtools/skin/images/sort-descending-arrow.svg
-lib/firefox/browser/chrome/devtools/skin/images/tool-accessibility.svg
-lib/firefox/browser/chrome/devtools/skin/images/tool-application.svg
-lib/firefox/browser/chrome/devtools/skin/images/tool-debugger.svg
-lib/firefox/browser/chrome/devtools/skin/images/tool-dom.svg
-lib/firefox/browser/chrome/devtools/skin/images/tool-inspector.svg
-lib/firefox/browser/chrome/devtools/skin/images/tool-memory.svg
-lib/firefox/browser/chrome/devtools/skin/images/tool-network.svg
-lib/firefox/browser/chrome/devtools/skin/images/tool-profiler.svg
-lib/firefox/browser/chrome/devtools/skin/images/tool-storage.svg
-lib/firefox/browser/chrome/devtools/skin/images/tool-styleeditor.svg
-lib/firefox/browser/chrome/devtools/skin/images/tool-webconsole.svg
-lib/firefox/browser/chrome/devtools/skin/images/vview-delete.svg
-lib/firefox/browser/chrome/devtools/skin/images/vview-edit.svg
-lib/firefox/browser/chrome/devtools/skin/images/vview-lock.svg
-lib/firefox/browser/chrome/devtools/skin/images/webconsole/editor.svg
-lib/firefox/browser/chrome/devtools/skin/images/webconsole/input.svg
-lib/firefox/browser/chrome/devtools/skin/images/webconsole/navigation.svg
-lib/firefox/browser/chrome/devtools/skin/images/webconsole/return.svg
-lib/firefox/browser/chrome/devtools/skin/images/webconsole/reverse-search.svg
-lib/firefox/browser/chrome/devtools/skin/images/webconsole/run.svg
-lib/firefox/browser/chrome/devtools/skin/inspector.css
-lib/firefox/browser/chrome/devtools/skin/jit-optimizations.css
-lib/firefox/browser/chrome/devtools/skin/layout.css
-lib/firefox/browser/chrome/devtools/skin/light-theme.css
-lib/firefox/browser/chrome/devtools/skin/markup.css
-lib/firefox/browser/chrome/devtools/skin/memory.css
-lib/firefox/browser/chrome/devtools/skin/perf.css
-lib/firefox/browser/chrome/devtools/skin/performance.css
-lib/firefox/browser/chrome/devtools/skin/rules.css
-lib/firefox/browser/chrome/devtools/skin/splitters.css
-lib/firefox/browser/chrome/devtools/skin/splitview.css
-lib/firefox/browser/chrome/devtools/skin/storage.css
-lib/firefox/browser/chrome/devtools/skin/styleeditor.css
-lib/firefox/browser/chrome/devtools/skin/toolbars.css
-lib/firefox/browser/chrome/devtools/skin/toolbox.css
-lib/firefox/browser/chrome/devtools/skin/tooltips.css
-lib/firefox/browser/chrome/devtools/skin/variables.css
-lib/firefox/browser/chrome/devtools/skin/webconsole.css
-lib/firefox/browser/chrome/devtools/skin/widgets.css
-lib/firefox/browser/chrome/en-US/locale/branding/brand.dtd
-lib/firefox/browser/chrome/en-US/locale/branding/brand.properties
-lib/firefox/browser/chrome/en-US/locale/browser-region/region.properties
-lib/firefox/browser/chrome/en-US/locale/browser/accounts.properties
-lib/firefox/browser/chrome/en-US/locale/browser/app-extension-fields.properties
-lib/firefox/browser/chrome/en-US/locale/browser/appstrings.properties
-lib/firefox/browser/chrome/en-US/locale/browser/bookmarks.html
-lib/firefox/browser/chrome/en-US/locale/browser/browser.dtd
-lib/firefox/browser/chrome/en-US/locale/browser/browser.properties
-lib/firefox/browser/chrome/en-US/locale/browser/customizableui/customizableWidgets.properties
-lib/firefox/browser/chrome/en-US/locale/browser/downloads/downloads.properties
-lib/firefox/browser/chrome/en-US/locale/browser/feeds/subscribe.properties
-lib/firefox/browser/chrome/en-US/locale/browser/fxmonitor.properties
-lib/firefox/browser/chrome/en-US/locale/browser/netError.dtd
-lib/firefox/browser/chrome/en-US/locale/browser/places/bookmarkProperties.properties
-lib/firefox/browser/chrome/en-US/locale/browser/places/places.dtd
-lib/firefox/browser/chrome/en-US/locale/browser/places/places.properties
-lib/firefox/browser/chrome/en-US/locale/browser/pocket.properties
-lib/firefox/browser/chrome/en-US/locale/browser/safebrowsing/safebrowsing.properties
-lib/firefox/browser/chrome/en-US/locale/browser/search.properties
-lib/firefox/browser/chrome/en-US/locale/browser/shellservice.properties
-lib/firefox/browser/chrome/en-US/locale/browser/siteData.properties
-lib/firefox/browser/chrome/en-US/locale/browser/sitePermissions.properties
-lib/firefox/browser/chrome/en-US/locale/browser/syncSetup.properties
-lib/firefox/browser/chrome/en-US/locale/browser/tabbrowser.properties
-lib/firefox/browser/chrome/en-US/locale/browser/taskbar.properties
-lib/firefox/browser/chrome/en-US/locale/browser/translation.dtd
-lib/firefox/browser/chrome/en-US/locale/browser/translation.properties
-lib/firefox/browser/chrome/en-US/locale/browser/uiDensity.properties
-lib/firefox/browser/chrome/en-US/locale/browser/webrtcIndicator.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/accessibility.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/animationinspector.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/boxmodel.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/changes.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/components.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/debugger.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/device.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/dom.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/filterwidget.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/font-inspector.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/graphs.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/har.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/inspector.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/jit-optimizations.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/jsonview.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/layout.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/markers.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/memory.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/menus.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/netmonitor.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/network-throttling.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/performance.dtd
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/performance.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/responsive.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/shared.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/sourceeditor.dtd
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/sourceeditor.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/startup.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/storage.dtd
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/storage.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/styleeditor.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/toolbox.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/webconsole.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/shared/accessibility.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/shared/debugger.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/shared/eyedropper.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/shared/highlighters.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/shared/screenshot.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/shared/shared.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/shared/styleinspector.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/startup/key-shortcuts.properties
-lib/firefox/browser/chrome/en-US/locale/en-US/devtools/startup/startup.properties
 lib/firefox/browser/chrome/icons/default/default128.png
 lib/firefox/browser/chrome/icons/default/default16.png
 lib/firefox/browser/chrome/icons/default/default32.png
 lib/firefox/browser/chrome/icons/default/default48.png
 lib/firefox/browser/chrome/icons/default/default64.png
-lib/firefox/browser/components/components.manifest
-${PLIST.debug}lib/firefox/browser/components/startupRecorder.js
-lib/firefox/browser/defaults/permissions
-lib/firefox/browser/defaults/preferences/debugger.js
-lib/firefox/browser/defaults/preferences/firefox-branding.js
-lib/firefox/browser/defaults/preferences/firefox-l10n.js
-lib/firefox/browser/defaults/preferences/firefox.js
-lib/firefox/browser/defaults/settings/blocklists/addons-bloomfilters.json
-lib/firefox/browser/defaults/settings/blocklists/addons-bloomfilters/addons-mlbf.bin
-lib/firefox/browser/defaults/settings/blocklists/addons-bloomfilters/addons-mlbf.bin.meta.json
-lib/firefox/browser/defaults/settings/blocklists/addons.json
-lib/firefox/browser/defaults/settings/blocklists/gfx.json
-lib/firefox/browser/defaults/settings/blocklists/plugins.json
-lib/firefox/browser/defaults/settings/main/anti-tracking-url-decoration.json
-lib/firefox/browser/defaults/settings/main/doh-config.json
-lib/firefox/browser/defaults/settings/main/doh-providers.json
-lib/firefox/browser/defaults/settings/main/example.json
-lib/firefox/browser/defaults/settings/main/hijack-blocklists.json
-lib/firefox/browser/defaults/settings/main/language-dictionaries.json
-lib/firefox/browser/defaults/settings/main/password-recipes.json
-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/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
-lib/firefox/browser/features/doh-rollout%mozilla.org@localhost/manifest.json
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/api.js
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/background.js
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome.manifest
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/autofillEditForms.js
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/customElements.js
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/editAddress.xhtml
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/editCreditCard.xhtml
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/editDialog.js
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/formautofill.css
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/formfill-anchor.svg
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/icon-address-save.svg
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/icon-address-update.svg
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/icon-credit-card-generic.svg
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/icon-credit-card.svg
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/l10n.js
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/manageAddresses.xhtml
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/manageCreditCards.xhtml
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/manageDialog.css
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/manageDialog.js
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/skin/autocomplete-item-shared.css
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/skin/autocomplete-item.css
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/skin/editAddress.css
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/skin/editCreditCard.css
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/skin/editDialog-shared.css
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/skin/editDialog.css
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/third-party/cc-logo-amex.png
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/third-party/cc-logo-amex%2x.png@localhost
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/third-party/cc-logo-cartebancaire.png
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/third-party/cc-logo-cartebancaire%2x.png@localhost
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/third-party/cc-logo-diners.svg
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/third-party/cc-logo-discover.png
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/third-party/cc-logo-discover%2x.png@localhost
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/third-party/cc-logo-jcb.svg
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/third-party/cc-logo-mastercard.svg
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/third-party/cc-logo-mir.svg
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/third-party/cc-logo-unionpay.svg
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/chrome/content/third-party/cc-logo-visa.svg
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/en-US/locale/en-US/formautofill.properties
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/manifest.json
-lib/firefox/browser/features/formautofill%mozilla.org@localhost/schema.json
-lib/firefox/browser/features/pictureinpicture%mozilla.org@localhost/data/picture_in_picture_overrides.js
-lib/firefox/browser/features/pictureinpicture%mozilla.org@localhost/experiment-apis/aboutConfigPipPrefs.js
-lib/firefox/browser/features/pictureinpicture%mozilla.org@localhost/experiment-apis/aboutConfigPipPrefs.json
-lib/firefox/browser/features/pictureinpicture%mozilla.org@localhost/experiment-apis/pictureInPicture.js
-lib/firefox/browser/features/pictureinpicture%mozilla.org@localhost/experiment-apis/pictureInPicture.json
-lib/firefox/browser/features/pictureinpicture%mozilla.org@localhost/lib/picture_in_picture_overrides.js
-lib/firefox/browser/features/pictureinpicture%mozilla.org@localhost/manifest.json
-lib/firefox/browser/features/pictureinpicture%mozilla.org@localhost/run.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/assertIsBlankDocument.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/assertIsTrusted.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/background/analytics.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/background/auth.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/background/communication.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/background/deviceInfo.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/background/main.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/background/selectorLoader.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/background/senderror.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/background/startBackground.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/background/takeshot.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/blank.html
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/blobConverters.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/build/inlineSelectionCss.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/build/raven.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/build/selection.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/build/shot.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/build/thumbnailGenerator.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/catcher.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/clipboard.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/domainFromUrl.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/experiments/screenshots/api.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/experiments/screenshots/schema.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/cancel.svg
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/copied-notification.svg
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/copy.svg
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/download-white.svg
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/download.svg
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/icon-welcome-face-without-eyes.svg
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/menu-fullpage.svg
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/icons/menu-visible.svg
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/log.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/makeUuid.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/manifest.json
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/moz.build
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/randomString.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/selector/callBackground.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/selector/documentMetadata.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/selector/shooter.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/selector/ui.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/selector/uicontrol.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/selector/util.js
-lib/firefox/browser/features/screenshots%mozilla.org@localhost/sitehelper.js
-lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/background.js
-lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/chrome.manifest
-lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/en-US/locale/en-US/webcompat.properties
-lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/experimentalAPIs/aboutConfigPrefs.js
-lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/experimentalAPIs/aboutConfigPrefs.json
-lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/experimentalAPIs/actors/tabExtrasActor.jsm
-lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/experimentalAPIs/browserInfo.js
-lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/experimentalAPIs/browserInfo.json
-lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/experimentalAPIs/helpMenu.js
-lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/experimentalAPIs/helpMenu.json
-lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/experimentalAPIs/l10n.js
-lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/experimentalAPIs/l10n.json
-lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/experimentalAPIs/tabExtras.js
-lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/experimentalAPIs/tabExtras.json
-lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/icons/lightbulb.svg
-lib/firefox/browser/features/webcompat-reporter%mozilla.org@localhost/manifest.json
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/about-compat/AboutCompat.jsm
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/about-compat/aboutCompat.css
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/about-compat/aboutCompat.html
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/about-compat/aboutCompat.js
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/about-compat/aboutPage.js
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/about-compat/aboutPage.json
-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/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/matchPatterns.js
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/experiment-apis/matchPatterns.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/bug1570119-teamcoco.com-scrollbar-width.css
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/css/bug1570328-developer-apple.com-transform-scale.css
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/css/bug1575000-apply.lloydsbank.co.uk-radio-buttons-fix.css
-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/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/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/bug1666771-zilow-map-overdraw.css
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/css/bug1694470-myvidster.com-content-not-shown.css
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/css/bug1704653-tsky.in-clear-float.css
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/css/bug1707795-office365-sheets-overscroll-disable.css
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/css/bug1712833-buskocchi.desuca.co.jp-fix-map-height.css
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/css/bug1712843-snaptik.app-fix-text-input-alignment.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
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/injections/js/bug1472075-bankofamerica.com-ua-change.js
-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/bug1711082-m.aliexpress.com-undisable-search.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
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/lib/injections.js
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/lib/intervention_helpers.js
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/lib/messaging_helper.js
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/lib/module_shim.js
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/lib/shim_messaging_helper.js
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/lib/shims.js
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/lib/ua_overrides.js
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/manifest.json
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/run.js
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/shims/adsafeprotected-ima.js
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/shims/bmauth.js
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/shims/eluminate.js
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/shims/empty-script.js
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/shims/facebook-sdk.js
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/shims/facebook.svg
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/shims/google-analytics-ecommerce-plugin.js
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/shims/google-analytics-legacy.js
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/shims/google-analytics-tag-manager.js
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/shims/google-analytics.js
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/shims/google-publisher-tags.js
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/shims/live-test-shim.js
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/shims/mochitest-shim-1.js
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/shims/mochitest-shim-2.js
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/shims/mochitest-shim-3.js
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/shims/play.svg
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/shims/rambler-authenticator.js
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/shims/rich-relevance.js
-lib/firefox/browser/features/webcompat%mozilla.org@localhost/shims/tracking-pixel.png
-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/aboutDialog.ftl
-lib/firefox/browser/localization/en-US/browser/aboutLogins.ftl
-lib/firefox/browser/localization/en-US/browser/aboutPolicies.ftl
-lib/firefox/browser/localization/en-US/browser/aboutPrivateBrowsing.ftl
-lib/firefox/browser/localization/en-US/browser/aboutRestartRequired.ftl
-lib/firefox/browser/localization/en-US/browser/aboutRobots.ftl
-lib/firefox/browser/localization/en-US/browser/aboutSessionRestore.ftl
-lib/firefox/browser/localization/en-US/browser/aboutTabCrashed.ftl
-lib/firefox/browser/localization/en-US/browser/accounts.ftl
-lib/firefox/browser/localization/en-US/browser/allTabsMenu.ftl
-lib/firefox/browser/localization/en-US/browser/appMenuNotifications.ftl
-lib/firefox/browser/localization/en-US/browser/appmenu.ftl
-lib/firefox/browser/localization/en-US/browser/branding/brandings.ftl
-lib/firefox/browser/localization/en-US/browser/branding/sync-brand.ftl
-lib/firefox/browser/localization/en-US/browser/browser.ftl
-lib/firefox/browser/localization/en-US/browser/browserContext.ftl
-lib/firefox/browser/localization/en-US/browser/browserSets.ftl
-lib/firefox/browser/localization/en-US/browser/customizeMode.ftl
-lib/firefox/browser/localization/en-US/browser/defaultBrowserNotification.ftl
-lib/firefox/browser/localization/en-US/browser/downloads.ftl
-lib/firefox/browser/localization/en-US/browser/editBookmarkOverlay.ftl
-lib/firefox/browser/localization/en-US/browser/menubar.ftl
-lib/firefox/browser/localization/en-US/browser/migration.ftl
-lib/firefox/browser/localization/en-US/browser/newtab/asrouter.ftl
-lib/firefox/browser/localization/en-US/browser/newtab/newtab.ftl
-lib/firefox/browser/localization/en-US/browser/newtab/onboarding.ftl
-lib/firefox/browser/localization/en-US/browser/nsserrors.ftl
-lib/firefox/browser/localization/en-US/browser/pageInfo.ftl
-lib/firefox/browser/localization/en-US/browser/panicButton.ftl
-lib/firefox/browser/localization/en-US/browser/places.ftl
-lib/firefox/browser/localization/en-US/browser/policies/policies-descriptions.ftl
-lib/firefox/browser/localization/en-US/browser/preferences/addEngine.ftl
-lib/firefox/browser/localization/en-US/browser/preferences/applicationManager.ftl
-lib/firefox/browser/localization/en-US/browser/preferences/blocklists.ftl
-lib/firefox/browser/localization/en-US/browser/preferences/clearSiteData.ftl
-lib/firefox/browser/localization/en-US/browser/preferences/colors.ftl
-lib/firefox/browser/localization/en-US/browser/preferences/connection.ftl
-lib/firefox/browser/localization/en-US/browser/preferences/containers.ftl
-lib/firefox/browser/localization/en-US/browser/preferences/fonts.ftl
-lib/firefox/browser/localization/en-US/browser/preferences/fxaPairDevice.ftl
-lib/firefox/browser/localization/en-US/browser/preferences/languages.ftl
-lib/firefox/browser/localization/en-US/browser/preferences/permissions.ftl
-lib/firefox/browser/localization/en-US/browser/preferences/preferences.ftl
-lib/firefox/browser/localization/en-US/browser/preferences/selectBookmark.ftl
-lib/firefox/browser/localization/en-US/browser/preferences/siteDataSettings.ftl
-lib/firefox/browser/localization/en-US/browser/preferences/translation.ftl
-lib/firefox/browser/localization/en-US/browser/protections.ftl
-lib/firefox/browser/localization/en-US/browser/protectionsPanel.ftl
-lib/firefox/browser/localization/en-US/browser/safeMode.ftl
-lib/firefox/browser/localization/en-US/browser/safebrowsing/blockedSite.ftl
-lib/firefox/browser/localization/en-US/browser/sanitize.ftl
-lib/firefox/browser/localization/en-US/browser/screenshots.ftl
-lib/firefox/browser/localization/en-US/browser/search.ftl
-lib/firefox/browser/localization/en-US/browser/setDesktopBackground.ftl
-lib/firefox/browser/localization/en-US/browser/sidebarMenu.ftl
-lib/firefox/browser/localization/en-US/browser/sitePermissions.ftl
-lib/firefox/browser/localization/en-US/browser/sync.ftl
-lib/firefox/browser/localization/en-US/browser/syncedTabs.ftl
-lib/firefox/browser/localization/en-US/browser/tabContextMenu.ftl
-lib/firefox/browser/localization/en-US/browser/tabbrowser.ftl
-lib/firefox/browser/localization/en-US/browser/toolbarContextMenu.ftl
-lib/firefox/browser/localization/en-US/browser/touchbar/touchbar.ftl
-lib/firefox/browser/localization/en-US/browser/upgradeDialog.ftl
-lib/firefox/browser/localization/en-US/browser/webrtcIndicator.ftl
-lib/firefox/browser/localization/en-US/devtools/client/aboutdebugging.ftl
-lib/firefox/browser/localization/en-US/devtools/client/accessibility.ftl
-lib/firefox/browser/localization/en-US/devtools/client/application.ftl
-lib/firefox/browser/localization/en-US/devtools/client/compatibility.ftl
-lib/firefox/browser/localization/en-US/devtools/client/perftools.ftl
-lib/firefox/browser/localization/en-US/devtools/client/storage.ftl
-lib/firefox/browser/localization/en-US/devtools/client/styleeditor.ftl
-lib/firefox/browser/localization/en-US/devtools/client/toolbox-options.ftl
-lib/firefox/browser/localization/en-US/devtools/client/tooltips.ftl
-lib/firefox/browser/localization/en-US/devtools/startup/aboutDevTools.ftl
-lib/firefox/browser/localization/en-US/preview/interventions.ftl
-lib/firefox/browser/localization/en-US/preview/ion.ftl
-lib/firefox/browser/localization/en-US/preview/protections.ftl
-lib/firefox/browser/modules/AboutDebuggingRegistration.jsm
-lib/firefox/browser/modules/AboutDevToolsRegistration.jsm
-lib/firefox/browser/modules/AboutDevToolsToolboxRegistration.jsm
-lib/firefox/browser/modules/AboutNewTab.jsm
-lib/firefox/browser/modules/AboutNewTabService.jsm
-lib/firefox/browser/modules/AppUpdater.jsm
-lib/firefox/browser/modules/AsyncTabSwitcher.jsm
-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
-lib/firefox/browser/modules/ChromeProfileMigrator.jsm
-lib/firefox/browser/modules/ContentCrashHandlers.jsm
-lib/firefox/browser/modules/CustomizableUI.jsm
-lib/firefox/browser/modules/CustomizableWidgets.jsm
-lib/firefox/browser/modules/CustomizeMode.jsm
-lib/firefox/browser/modules/DevToolsStartup.jsm
-lib/firefox/browser/modules/Discovery.jsm
-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/DownloadsTaskbar.jsm
-lib/firefox/browser/modules/DownloadsViewUI.jsm
-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
-lib/firefox/browser/modules/FaviconLoader.jsm
-lib/firefox/browser/modules/FirefoxMonitor.jsm
-lib/firefox/browser/modules/FirefoxProfileMigrator.jsm
-lib/firefox/browser/modules/HeadlessShell.jsm
-lib/firefox/browser/modules/HomePage.jsm
-lib/firefox/browser/modules/Interactions.jsm
-lib/firefox/browser/modules/LaterRun.jsm
-lib/firefox/browser/modules/LoginBreaches.jsm
-lib/firefox/browser/modules/MigrationUtils.jsm
-lib/firefox/browser/modules/NewTabPagePreloading.jsm
-lib/firefox/browser/modules/OpenInTabsUtils.jsm
-lib/firefox/browser/modules/PageActions.jsm
-lib/firefox/browser/modules/PanelMultiView.jsm
-lib/firefox/browser/modules/PartnerLinkAttribution.jsm
-lib/firefox/browser/modules/PermissionUI.jsm
-lib/firefox/browser/modules/PingCentre.jsm
-lib/firefox/browser/modules/PlacesUIUtils.jsm
-lib/firefox/browser/modules/ProcessHangMonitor.jsm
-lib/firefox/browser/modules/ProfileMigrator.jsm
-lib/firefox/browser/modules/PromptCollection.jsm
-lib/firefox/browser/modules/Sanitizer.jsm
-lib/firefox/browser/modules/ScreenshotChild.jsm
-lib/firefox/browser/modules/SearchOneOffs.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
-lib/firefox/browser/modules/ShellService.jsm
-lib/firefox/browser/modules/SiteDataManager.jsm
-lib/firefox/browser/modules/SitePermissions.jsm
-lib/firefox/browser/modules/TRRPerformance.jsm
-lib/firefox/browser/modules/TabUnloader.jsm
-lib/firefox/browser/modules/TabsList.jsm
-lib/firefox/browser/modules/ThemeVariableMap.jsm
-lib/firefox/browser/modules/TransientPrefs.jsm
-lib/firefox/browser/modules/UITour.jsm
-lib/firefox/browser/modules/UITourChild.jsm
-lib/firefox/browser/modules/UITourParent.jsm
-lib/firefox/browser/modules/UnitConverterSimple.jsm
-lib/firefox/browser/modules/UnitConverterTemperature.jsm
-lib/firefox/browser/modules/UnitConverterTimezone.jsm
-lib/firefox/browser/modules/UrlbarController.jsm
-lib/firefox/browser/modules/UrlbarEventBufferer.jsm
-lib/firefox/browser/modules/UrlbarInput.jsm
-lib/firefox/browser/modules/UrlbarMuxerUnifiedComplete.jsm
-lib/firefox/browser/modules/UrlbarPrefs.jsm
-lib/firefox/browser/modules/UrlbarProviderAutofill.jsm
-lib/firefox/browser/modules/UrlbarProviderCalculator.jsm
-lib/firefox/browser/modules/UrlbarProviderExtension.jsm
-lib/firefox/browser/modules/UrlbarProviderHeuristicFallback.jsm
-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
-lib/firefox/browser/modules/UrlbarProviderTokenAliasEngines.jsm
-lib/firefox/browser/modules/UrlbarProviderTopSites.jsm
-lib/firefox/browser/modules/UrlbarProviderUnifiedComplete.jsm
-lib/firefox/browser/modules/UrlbarProviderUnitConversion.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
-lib/firefox/browser/modules/UrlbarTokenizer.jsm
-lib/firefox/browser/modules/UrlbarUtils.jsm
-lib/firefox/browser/modules/UrlbarValueFormatter.jsm
-lib/firefox/browser/modules/UrlbarView.jsm
-lib/firefox/browser/modules/WebProtocolHandlerRegistrar.jsm
-lib/firefox/browser/modules/ZoomUI.jsm
-lib/firefox/browser/modules/distribution.js
-lib/firefox/browser/modules/policies/BookmarksPolicies.jsm
-lib/firefox/browser/modules/policies/Policies.jsm
-lib/firefox/browser/modules/policies/ProxyPolicies.jsm
-lib/firefox/browser/modules/policies/WebsiteFilter.jsm
-lib/firefox/browser/modules/policies/schema.jsm
-lib/firefox/browser/modules/sessionstore/ContentRestore.jsm
-lib/firefox/browser/modules/sessionstore/ContentSessionStore.jsm
-lib/firefox/browser/modules/sessionstore/GlobalState.jsm
-lib/firefox/browser/modules/sessionstore/RecentlyClosedTabsAndWindowsMenuUtils.jsm
-lib/firefox/browser/modules/sessionstore/RunState.jsm
-lib/firefox/browser/modules/sessionstore/SessionCookies.jsm
-lib/firefox/browser/modules/sessionstore/SessionFile.jsm
-lib/firefox/browser/modules/sessionstore/SessionMigration.jsm
-lib/firefox/browser/modules/sessionstore/SessionSaver.jsm
-lib/firefox/browser/modules/sessionstore/SessionStartup.jsm
-lib/firefox/browser/modules/sessionstore/SessionStore.jsm
-lib/firefox/browser/modules/sessionstore/SessionWorker.js
-lib/firefox/browser/modules/sessionstore/SessionWorker.jsm
-lib/firefox/browser/modules/sessionstore/StartupPerformance.jsm
-lib/firefox/browser/modules/sessionstore/TabAttributes.jsm
-lib/firefox/browser/modules/sessionstore/TabState.jsm
-lib/firefox/browser/modules/sessionstore/TabStateCache.jsm
-lib/firefox/browser/modules/sessionstore/TabStateFlusher.jsm
-lib/firefox/browser/modules/syncedtabs/EventEmitter.jsm
-lib/firefox/browser/modules/syncedtabs/SyncedTabsDeckComponent.js
-lib/firefox/browser/modules/syncedtabs/SyncedTabsDeckStore.js
-lib/firefox/browser/modules/syncedtabs/SyncedTabsDeckView.js
-lib/firefox/browser/modules/syncedtabs/SyncedTabsListStore.js
-lib/firefox/browser/modules/syncedtabs/TabListComponent.js
-lib/firefox/browser/modules/syncedtabs/TabListView.js
-lib/firefox/browser/modules/syncedtabs/util.js
-lib/firefox/browser/modules/translation/BingTranslator.jsm
-lib/firefox/browser/modules/translation/GoogleTranslator.jsm
-lib/firefox/browser/modules/translation/LanguageDetector.jsm
-lib/firefox/browser/modules/translation/TranslationChild.jsm
-lib/firefox/browser/modules/translation/TranslationDocument.jsm
-lib/firefox/browser/modules/translation/TranslationParent.jsm
-lib/firefox/browser/modules/translation/YandexTranslator.jsm
-lib/firefox/browser/modules/translation/cld-worker.js
-lib/firefox/browser/modules/translation/cld-worker.js.mem
-lib/firefox/browser/modules/webrtcUI.jsm
-lib/firefox/chrome.manifest
-lib/firefox/chrome/chrome.manifest
-lib/firefox/chrome/en-US/locale/en-US/alerts/alert.dtd
-lib/firefox/chrome/en-US/locale/en-US/alerts/alert.properties
-lib/firefox/chrome/en-US/locale/en-US/autoconfig/autoconfig.properties
-lib/firefox/chrome/en-US/locale/en-US/global-platform/mac/accessible.properties
-lib/firefox/chrome/en-US/locale/en-US/global-platform/mac/intl.properties
-lib/firefox/chrome/en-US/locale/en-US/global-platform/mac/platformKeys.properties
-lib/firefox/chrome/en-US/locale/en-US/global-platform/unix/accessible.properties
-lib/firefox/chrome/en-US/locale/en-US/global-platform/unix/intl.properties
-lib/firefox/chrome/en-US/locale/en-US/global-platform/unix/platformKeys.properties
-lib/firefox/chrome/en-US/locale/en-US/global-platform/win/accessible.properties
-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/appPicker.dtd
-lib/firefox/chrome/en-US/locale/en-US/global/appstrings.properties
-lib/firefox/chrome/en-US/locale/en-US/global/autocomplete.properties
-lib/firefox/chrome/en-US/locale/en-US/global/browser.properties
-lib/firefox/chrome/en-US/locale/en-US/global/charsetMenu.dtd
-lib/firefox/chrome/en-US/locale/en-US/global/charsetMenu.properties
-lib/firefox/chrome/en-US/locale/en-US/global/commonDialog.dtd
-lib/firefox/chrome/en-US/locale/en-US/global/commonDialogs.properties
-lib/firefox/chrome/en-US/locale/en-US/global/contentAreaCommands.properties
-lib/firefox/chrome/en-US/locale/en-US/global/css.properties
-lib/firefox/chrome/en-US/locale/en-US/global/datetimebox.dtd
-lib/firefox/chrome/en-US/locale/en-US/global/dialog.properties
-lib/firefox/chrome/en-US/locale/en-US/global/dialogOverlay.dtd
-lib/firefox/chrome/en-US/locale/en-US/global/dom/dom.properties
-lib/firefox/chrome/en-US/locale/en-US/global/editMenuOverlay.dtd
-lib/firefox/chrome/en-US/locale/en-US/global/extensions.properties
-lib/firefox/chrome/en-US/locale/en-US/global/fallbackMenubar.properties
-lib/firefox/chrome/en-US/locale/en-US/global/filepicker.properties
-lib/firefox/chrome/en-US/locale/en-US/global/findbar.properties
-lib/firefox/chrome/en-US/locale/en-US/global/global-extension-fields.properties
-lib/firefox/chrome/en-US/locale/en-US/global/global-strres.properties
-lib/firefox/chrome/en-US/locale/en-US/global/global.dtd
-lib/firefox/chrome/en-US/locale/en-US/global/globalKeys.dtd
-lib/firefox/chrome/en-US/locale/en-US/global/intl.css
-lib/firefox/chrome/en-US/locale/en-US/global/intl.properties
-lib/firefox/chrome/en-US/locale/en-US/global/keys.properties
-lib/firefox/chrome/en-US/locale/en-US/global/layout/HtmlForm.properties
-lib/firefox/chrome/en-US/locale/en-US/global/layout/MediaDocument.properties
-lib/firefox/chrome/en-US/locale/en-US/global/layout/htmlparser.properties
-lib/firefox/chrome/en-US/locale/en-US/global/layout/xmlparser.properties
-lib/firefox/chrome/en-US/locale/en-US/global/layout_errors.properties
-lib/firefox/chrome/en-US/locale/en-US/global/mathml/mathml.properties
-lib/firefox/chrome/en-US/locale/en-US/global/narrate.properties
-lib/firefox/chrome/en-US/locale/en-US/global/netError.dtd
-lib/firefox/chrome/en-US/locale/en-US/global/netErrorApp.dtd
-lib/firefox/chrome/en-US/locale/en-US/global/notification.dtd
-lib/firefox/chrome/en-US/locale/en-US/global/nsWebBrowserPersist.properties
-lib/firefox/chrome/en-US/locale/en-US/global/plugins.properties
-lib/firefox/chrome/en-US/locale/en-US/global/printdialog.properties
-lib/firefox/chrome/en-US/locale/en-US/global/printing.properties
-lib/firefox/chrome/en-US/locale/en-US/global/resetProfile.dtd
-lib/firefox/chrome/en-US/locale/en-US/global/resetProfile.properties
-lib/firefox/chrome/en-US/locale/en-US/global/security/caps.properties
-lib/firefox/chrome/en-US/locale/en-US/global/security/csp.properties
-lib/firefox/chrome/en-US/locale/en-US/global/security/security.properties
-lib/firefox/chrome/en-US/locale/en-US/global/svg/svg.properties
-lib/firefox/chrome/en-US/locale/en-US/global/textcontext.dtd
-lib/firefox/chrome/en-US/locale/en-US/global/tree.dtd
-lib/firefox/chrome/en-US/locale/en-US/global/videocontrols.dtd
-lib/firefox/chrome/en-US/locale/en-US/global/viewSource.properties
-lib/firefox/chrome/en-US/locale/en-US/global/wizard.properties
-lib/firefox/chrome/en-US/locale/en-US/global/xml/prettyprint.dtd
-lib/firefox/chrome/en-US/locale/en-US/global/xslt/xslt.properties
-lib/firefox/chrome/en-US/locale/en-US/global/xul.properties
-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.properties
-lib/firefox/chrome/en-US/locale/en-US/mozapps/profile/profileSelection.properties
-lib/firefox/chrome/en-US/locale/en-US/mozapps/update/updates.properties
-lib/firefox/chrome/en-US/locale/en-US/necko/necko.properties
-lib/firefox/chrome/en-US/locale/en-US/passwordmgr/passwordmgr.properties
-lib/firefox/chrome/en-US/locale/en-US/pipnss/nsserrors.properties
-lib/firefox/chrome/en-US/locale/en-US/pipnss/pipnss.properties
-lib/firefox/chrome/en-US/locale/en-US/pippki/pippki.properties
-lib/firefox/chrome/en-US/locale/en-US/places/places.properties
-lib/firefox/chrome/en-US/locale/en-US/services/sync.properties
-lib/firefox/chrome/en-US/locale/pdfviewer/chrome.properties
-lib/firefox/chrome/en-US/locale/pdfviewer/viewer.properties
-${PLIST.debug}lib/firefox/chrome/layoutdebug/content/layoutdebug/layoutdebug.js
-${PLIST.debug}lib/firefox/chrome/layoutdebug/content/layoutdebug/layoutdebug.xhtml
-${PLIST.debug}lib/firefox/chrome/layoutdebug/locale/en-US/layoutdebug/layoutdebug.dtd
-lib/firefox/chrome/marionette/content/accessibility.js
-lib/firefox/chrome/marionette/content/action.js
-lib/firefox/chrome/marionette/content/actors/MarionetteCommandsChild.jsm
-lib/firefox/chrome/marionette/content/actors/MarionetteCommandsParent.jsm
-lib/firefox/chrome/marionette/content/actors/MarionetteEventsChild.jsm
-lib/firefox/chrome/marionette/content/actors/MarionetteEventsParent.jsm
-lib/firefox/chrome/marionette/content/actors/MarionetteReftestChild.jsm
-lib/firefox/chrome/marionette/content/actors/MarionetteReftestParent.jsm
-lib/firefox/chrome/marionette/content/addon.js
-lib/firefox/chrome/marionette/content/appinfo.js
-lib/firefox/chrome/marionette/content/assert.js
-lib/firefox/chrome/marionette/content/atom.js
-lib/firefox/chrome/marionette/content/browser.js
-lib/firefox/chrome/marionette/content/capture.js
-lib/firefox/chrome/marionette/content/cert.js
-lib/firefox/chrome/marionette/content/cookie.js
-lib/firefox/chrome/marionette/content/dom.js
-lib/firefox/chrome/marionette/content/driver.js
-lib/firefox/chrome/marionette/content/element.js
-lib/firefox/chrome/marionette/content/error.js
-lib/firefox/chrome/marionette/content/evaluate.js
-lib/firefox/chrome/marionette/content/event.js
-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/log.js
-lib/firefox/chrome/marionette/content/message.js
-lib/firefox/chrome/marionette/content/modal.js
-lib/firefox/chrome/marionette/content/navigate.js
-lib/firefox/chrome/marionette/content/packets.js
-lib/firefox/chrome/marionette/content/permissions.js
-lib/firefox/chrome/marionette/content/prefs.js
-lib/firefox/chrome/marionette/content/print.js
-lib/firefox/chrome/marionette/content/reftest-content.js
-lib/firefox/chrome/marionette/content/reftest.js
-lib/firefox/chrome/marionette/content/reftest.xhtml
-lib/firefox/chrome/marionette/content/server.js
-lib/firefox/chrome/marionette/content/session.js
-lib/firefox/chrome/marionette/content/stream-utils.js
-lib/firefox/chrome/marionette/content/sync.js
-lib/firefox/chrome/marionette/content/transport.js
-lib/firefox/chrome/marionette/content/window-manager.js
-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
-lib/firefox/chrome/pdfjs/content/build/pdf.js
-lib/firefox/chrome/pdfjs/content/build/pdf.sandbox.external.js
-lib/firefox/chrome/pdfjs/content/build/pdf.scripting.js
-lib/firefox/chrome/pdfjs/content/build/pdf.worker.js
-lib/firefox/chrome/pdfjs/content/web/cmaps/78-EUC-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/78-EUC-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/78-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/78-RKSJ-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/78-RKSJ-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/78-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/78ms-RKSJ-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/78ms-RKSJ-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/83pv-RKSJ-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/90ms-RKSJ-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/90ms-RKSJ-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/90msp-RKSJ-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/90msp-RKSJ-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/90pv-RKSJ-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/90pv-RKSJ-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/Add-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/Add-RKSJ-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/Add-RKSJ-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/Add-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/Adobe-CNS1-0.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/Adobe-CNS1-1.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/Adobe-CNS1-2.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/Adobe-CNS1-3.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/Adobe-CNS1-4.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/Adobe-CNS1-5.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/Adobe-CNS1-6.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/Adobe-CNS1-UCS2.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/Adobe-GB1-0.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/Adobe-GB1-1.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/Adobe-GB1-2.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/Adobe-GB1-3.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/Adobe-GB1-4.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/Adobe-GB1-5.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/Adobe-GB1-UCS2.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/Adobe-Japan1-0.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/Adobe-Japan1-1.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/Adobe-Japan1-2.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/Adobe-Japan1-3.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/Adobe-Japan1-4.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/Adobe-Japan1-5.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/Adobe-Japan1-6.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/Adobe-Japan1-UCS2.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/Adobe-Korea1-0.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/Adobe-Korea1-1.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/Adobe-Korea1-2.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/Adobe-Korea1-UCS2.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/B5-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/B5-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/B5pc-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/B5pc-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/CNS-EUC-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/CNS-EUC-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/CNS1-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/CNS1-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/CNS2-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/CNS2-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/ETHK-B5-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/ETHK-B5-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/ETen-B5-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/ETen-B5-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/ETenms-B5-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/ETenms-B5-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/EUC-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/EUC-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/Ext-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/Ext-RKSJ-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/Ext-RKSJ-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/Ext-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/GB-EUC-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/GB-EUC-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/GB-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/GB-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/GBK-EUC-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/GBK-EUC-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/GBK2K-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/GBK2K-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/GBKp-EUC-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/GBKp-EUC-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/GBT-EUC-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/GBT-EUC-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/GBT-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/GBT-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/GBTpc-EUC-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/GBTpc-EUC-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/GBpc-EUC-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/GBpc-EUC-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/HKdla-B5-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/HKdla-B5-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/HKdlb-B5-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/HKdlb-B5-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/HKgccs-B5-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/HKgccs-B5-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/HKm314-B5-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/HKm314-B5-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/HKm471-B5-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/HKm471-B5-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/HKscs-B5-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/HKscs-B5-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/Hankaku.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/Hiragana.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/KSC-EUC-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/KSC-EUC-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/KSC-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/KSC-Johab-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/KSC-Johab-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/KSC-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/KSCms-UHC-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/KSCms-UHC-HW-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/KSCms-UHC-HW-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/KSCms-UHC-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/KSCpc-EUC-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/KSCpc-EUC-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/Katakana.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/LICENSE
-lib/firefox/chrome/pdfjs/content/web/cmaps/NWP-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/NWP-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/RKSJ-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/RKSJ-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/Roman.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniCNS-UCS2-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniCNS-UCS2-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniCNS-UTF16-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniCNS-UTF16-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniCNS-UTF32-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniCNS-UTF32-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniCNS-UTF8-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniCNS-UTF8-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniGB-UCS2-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniGB-UCS2-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniGB-UTF16-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniGB-UTF16-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniGB-UTF32-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniGB-UTF32-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniGB-UTF8-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniGB-UTF8-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniJIS-UCS2-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniJIS-UCS2-HW-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniJIS-UCS2-HW-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniJIS-UCS2-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniJIS-UTF16-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniJIS-UTF16-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniJIS-UTF32-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniJIS-UTF32-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniJIS-UTF8-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniJIS-UTF8-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniJIS2004-UTF16-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniJIS2004-UTF16-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniJIS2004-UTF32-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniJIS2004-UTF32-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniJIS2004-UTF8-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniJIS2004-UTF8-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniJISPro-UCS2-HW-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniJISPro-UCS2-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniJISPro-UTF8-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniJISX0213-UTF32-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniJISX0213-UTF32-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniJISX02132004-UTF32-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniJISX02132004-UTF32-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniKS-UCS2-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniKS-UCS2-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniKS-UTF16-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniKS-UTF16-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniKS-UTF32-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniKS-UTF32-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniKS-UTF8-H.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/UniKS-UTF8-V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/V.bcmap
-lib/firefox/chrome/pdfjs/content/web/cmaps/WP-Symbol.bcmap
-lib/firefox/chrome/pdfjs/content/web/debugger.js
-lib/firefox/chrome/pdfjs/content/web/images/annotation-check.svg
-lib/firefox/chrome/pdfjs/content/web/images/annotation-comment.svg
-lib/firefox/chrome/pdfjs/content/web/images/annotation-help.svg
-lib/firefox/chrome/pdfjs/content/web/images/annotation-insert.svg
-lib/firefox/chrome/pdfjs/content/web/images/annotation-key.svg
-lib/firefox/chrome/pdfjs/content/web/images/annotation-newparagraph.svg
-lib/firefox/chrome/pdfjs/content/web/images/annotation-noicon.svg
-lib/firefox/chrome/pdfjs/content/web/images/annotation-note.svg
-lib/firefox/chrome/pdfjs/content/web/images/annotation-paragraph.svg
-lib/firefox/chrome/pdfjs/content/web/images/findbarButton-next.svg
-lib/firefox/chrome/pdfjs/content/web/images/findbarButton-previous.svg
-lib/firefox/chrome/pdfjs/content/web/images/loading-dark.svg
-lib/firefox/chrome/pdfjs/content/web/images/loading-icon.gif
-lib/firefox/chrome/pdfjs/content/web/images/loading.svg
-lib/firefox/chrome/pdfjs/content/web/images/secondaryToolbarButton-documentProperties.svg
-lib/firefox/chrome/pdfjs/content/web/images/secondaryToolbarButton-firstPage.svg
-lib/firefox/chrome/pdfjs/content/web/images/secondaryToolbarButton-handTool.svg
-lib/firefox/chrome/pdfjs/content/web/images/secondaryToolbarButton-lastPage.svg
-lib/firefox/chrome/pdfjs/content/web/images/secondaryToolbarButton-rotateCcw.svg
-lib/firefox/chrome/pdfjs/content/web/images/secondaryToolbarButton-rotateCw.svg
-lib/firefox/chrome/pdfjs/content/web/images/secondaryToolbarButton-scrollHorizontal.svg
-lib/firefox/chrome/pdfjs/content/web/images/secondaryToolbarButton-scrollVertical.svg
-lib/firefox/chrome/pdfjs/content/web/images/secondaryToolbarButton-scrollWrapped.svg
-lib/firefox/chrome/pdfjs/content/web/images/secondaryToolbarButton-selectTool.svg
-lib/firefox/chrome/pdfjs/content/web/images/secondaryToolbarButton-spreadEven.svg
-lib/firefox/chrome/pdfjs/content/web/images/secondaryToolbarButton-spreadNone.svg
-lib/firefox/chrome/pdfjs/content/web/images/secondaryToolbarButton-spreadOdd.svg
-lib/firefox/chrome/pdfjs/content/web/images/shadow.png
-lib/firefox/chrome/pdfjs/content/web/images/toolbarButton-bookmark.svg
-lib/firefox/chrome/pdfjs/content/web/images/toolbarButton-currentOutlineItem.svg
-lib/firefox/chrome/pdfjs/content/web/images/toolbarButton-download.svg
-lib/firefox/chrome/pdfjs/content/web/images/toolbarButton-menuArrow.svg
-lib/firefox/chrome/pdfjs/content/web/images/toolbarButton-openFile.svg
-lib/firefox/chrome/pdfjs/content/web/images/toolbarButton-pageDown.svg
-lib/firefox/chrome/pdfjs/content/web/images/toolbarButton-pageUp.svg
-lib/firefox/chrome/pdfjs/content/web/images/toolbarButton-presentationMode.svg
-lib/firefox/chrome/pdfjs/content/web/images/toolbarButton-print.svg
-lib/firefox/chrome/pdfjs/content/web/images/toolbarButton-search.svg
-lib/firefox/chrome/pdfjs/content/web/images/toolbarButton-secondaryToolbarToggle.svg
-lib/firefox/chrome/pdfjs/content/web/images/toolbarButton-sidebarToggle.svg
-lib/firefox/chrome/pdfjs/content/web/images/toolbarButton-viewAttachments.svg
-lib/firefox/chrome/pdfjs/content/web/images/toolbarButton-viewLayers.svg
-lib/firefox/chrome/pdfjs/content/web/images/toolbarButton-viewOutline.svg
-lib/firefox/chrome/pdfjs/content/web/images/toolbarButton-viewThumbnail.svg
-lib/firefox/chrome/pdfjs/content/web/images/toolbarButton-zoomIn.svg
-lib/firefox/chrome/pdfjs/content/web/images/toolbarButton-zoomOut.svg
-lib/firefox/chrome/pdfjs/content/web/images/treeitem-collapsed.svg
-lib/firefox/chrome/pdfjs/content/web/images/treeitem-expanded.svg
-lib/firefox/chrome/pdfjs/content/web/viewer.css
-lib/firefox/chrome/pdfjs/content/web/viewer.html
-lib/firefox/chrome/pdfjs/content/web/viewer.js
-lib/firefox/chrome/pippki/content/pippki/certManager.js
-lib/firefox/chrome/pippki/content/pippki/certManager.xhtml
-lib/firefox/chrome/pippki/content/pippki/changepassword.js
-lib/firefox/chrome/pippki/content/pippki/changepassword.xhtml
-lib/firefox/chrome/pippki/content/pippki/clientauthask.js
-lib/firefox/chrome/pippki/content/pippki/clientauthask.xhtml
-lib/firefox/chrome/pippki/content/pippki/deletecert.js
-lib/firefox/chrome/pippki/content/pippki/deletecert.xhtml
-lib/firefox/chrome/pippki/content/pippki/device_manager.js
-lib/firefox/chrome/pippki/content/pippki/device_manager.xhtml
-lib/firefox/chrome/pippki/content/pippki/downloadcert.js
-lib/firefox/chrome/pippki/content/pippki/downloadcert.xhtml
-lib/firefox/chrome/pippki/content/pippki/editcacert.js
-lib/firefox/chrome/pippki/content/pippki/editcacert.xhtml
-lib/firefox/chrome/pippki/content/pippki/exceptionDialog.css
-lib/firefox/chrome/pippki/content/pippki/exceptionDialog.js
-lib/firefox/chrome/pippki/content/pippki/exceptionDialog.xhtml
-lib/firefox/chrome/pippki/content/pippki/load_device.js
-lib/firefox/chrome/pippki/content/pippki/load_device.xhtml
-lib/firefox/chrome/pippki/content/pippki/pippki.js
-lib/firefox/chrome/pippki/content/pippki/protectedAuth.js
-lib/firefox/chrome/pippki/content/pippki/protectedAuth.xhtml
-lib/firefox/chrome/pippki/content/pippki/resetpassword.js
-lib/firefox/chrome/pippki/content/pippki/resetpassword.xhtml
-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/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/server/HTTPD.jsm
-lib/firefox/chrome/remote/content/server/WebSocketHandshake.jsm
-lib/firefox/chrome/remote/content/server/WebSocketTransport.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
-lib/firefox/chrome/toolkit/content/extensions/child/ext-identity.js
-lib/firefox/chrome/toolkit/content/extensions/child/ext-runtime.js
-lib/firefox/chrome/toolkit/content/extensions/child/ext-storage.js
-lib/firefox/chrome/toolkit/content/extensions/child/ext-test.js
-lib/firefox/chrome/toolkit/content/extensions/child/ext-toolkit.js
-lib/firefox/chrome/toolkit/content/extensions/child/ext-userScripts-content.js
-lib/firefox/chrome/toolkit/content/extensions/child/ext-userScripts.js
-lib/firefox/chrome/toolkit/content/extensions/child/ext-webRequest.js
-lib/firefox/chrome/toolkit/content/extensions/dummy.xhtml
-lib/firefox/chrome/toolkit/content/extensions/ext-browser-content.js
-lib/firefox/chrome/toolkit/content/extensions/ext-toolkit.json
-lib/firefox/chrome/toolkit/content/extensions/parent/ext-activityLog.js
-lib/firefox/chrome/toolkit/content/extensions/parent/ext-alarms.js
-lib/firefox/chrome/toolkit/content/extensions/parent/ext-backgroundPage.js
-lib/firefox/chrome/toolkit/content/extensions/parent/ext-browserSettings.js
-lib/firefox/chrome/toolkit/content/extensions/parent/ext-browsingData.js
-lib/firefox/chrome/toolkit/content/extensions/parent/ext-captivePortal.js
-lib/firefox/chrome/toolkit/content/extensions/parent/ext-clipboard.js
-lib/firefox/chrome/toolkit/content/extensions/parent/ext-contentScripts.js
-lib/firefox/chrome/toolkit/content/extensions/parent/ext-contextualIdentities.js
-lib/firefox/chrome/toolkit/content/extensions/parent/ext-cookies.js
-lib/firefox/chrome/toolkit/content/extensions/parent/ext-dns.js
-lib/firefox/chrome/toolkit/content/extensions/parent/ext-downloads.js
-lib/firefox/chrome/toolkit/content/extensions/parent/ext-extension.js
-lib/firefox/chrome/toolkit/content/extensions/parent/ext-geckoProfiler.js
-lib/firefox/chrome/toolkit/content/extensions/parent/ext-i18n.js
-lib/firefox/chrome/toolkit/content/extensions/parent/ext-identity.js
-lib/firefox/chrome/toolkit/content/extensions/parent/ext-idle.js
-lib/firefox/chrome/toolkit/content/extensions/parent/ext-management.js
-lib/firefox/chrome/toolkit/content/extensions/parent/ext-networkStatus.js
-lib/firefox/chrome/toolkit/content/extensions/parent/ext-notifications.js
-lib/firefox/chrome/toolkit/content/extensions/parent/ext-permissions.js
-lib/firefox/chrome/toolkit/content/extensions/parent/ext-privacy.js
-lib/firefox/chrome/toolkit/content/extensions/parent/ext-protocolHandlers.js
-lib/firefox/chrome/toolkit/content/extensions/parent/ext-proxy.js
-lib/firefox/chrome/toolkit/content/extensions/parent/ext-runtime.js
-lib/firefox/chrome/toolkit/content/extensions/parent/ext-storage.js
-lib/firefox/chrome/toolkit/content/extensions/parent/ext-tabs-base.js
-lib/firefox/chrome/toolkit/content/extensions/parent/ext-telemetry.js
-lib/firefox/chrome/toolkit/content/extensions/parent/ext-theme.js
-lib/firefox/chrome/toolkit/content/extensions/parent/ext-toolkit.js
-lib/firefox/chrome/toolkit/content/extensions/parent/ext-userScripts.js
-lib/firefox/chrome/toolkit/content/extensions/parent/ext-webNavigation.js
-lib/firefox/chrome/toolkit/content/extensions/parent/ext-webRequest.js
-lib/firefox/chrome/toolkit/content/extensions/schemas/activity_log.json
-lib/firefox/chrome/toolkit/content/extensions/schemas/alarms.json
-lib/firefox/chrome/toolkit/content/extensions/schemas/browser_action.json
-lib/firefox/chrome/toolkit/content/extensions/schemas/browser_settings.json
-lib/firefox/chrome/toolkit/content/extensions/schemas/browsing_data.json
-lib/firefox/chrome/toolkit/content/extensions/schemas/captive_portal.json
-lib/firefox/chrome/toolkit/content/extensions/schemas/clipboard.json
-lib/firefox/chrome/toolkit/content/extensions/schemas/content_scripts.json
-lib/firefox/chrome/toolkit/content/extensions/schemas/contextual_identities.json
-lib/firefox/chrome/toolkit/content/extensions/schemas/cookies.json
-lib/firefox/chrome/toolkit/content/extensions/schemas/dns.json
-lib/firefox/chrome/toolkit/content/extensions/schemas/downloads.json
-lib/firefox/chrome/toolkit/content/extensions/schemas/events.json
-lib/firefox/chrome/toolkit/content/extensions/schemas/experiments.json
-lib/firefox/chrome/toolkit/content/extensions/schemas/extension.json
-lib/firefox/chrome/toolkit/content/extensions/schemas/extension_protocol_handlers.json
-lib/firefox/chrome/toolkit/content/extensions/schemas/extension_types.json
-lib/firefox/chrome/toolkit/content/extensions/schemas/geckoProfiler.json
-lib/firefox/chrome/toolkit/content/extensions/schemas/i18n.json
-lib/firefox/chrome/toolkit/content/extensions/schemas/identity.json
-lib/firefox/chrome/toolkit/content/extensions/schemas/idle.json
-lib/firefox/chrome/toolkit/content/extensions/schemas/management.json
-lib/firefox/chrome/toolkit/content/extensions/schemas/manifest.json
-lib/firefox/chrome/toolkit/content/extensions/schemas/native_manifest.json
-lib/firefox/chrome/toolkit/content/extensions/schemas/network_status.json
-lib/firefox/chrome/toolkit/content/extensions/schemas/notifications.json
-lib/firefox/chrome/toolkit/content/extensions/schemas/page_action.json
-lib/firefox/chrome/toolkit/content/extensions/schemas/permissions.json
-lib/firefox/chrome/toolkit/content/extensions/schemas/privacy.json
-lib/firefox/chrome/toolkit/content/extensions/schemas/proxy.json
-lib/firefox/chrome/toolkit/content/extensions/schemas/runtime.json
-lib/firefox/chrome/toolkit/content/extensions/schemas/storage.json
-lib/firefox/chrome/toolkit/content/extensions/schemas/telemetry.json
-lib/firefox/chrome/toolkit/content/extensions/schemas/test.json
-lib/firefox/chrome/toolkit/content/extensions/schemas/theme.json
-lib/firefox/chrome/toolkit/content/extensions/schemas/types.json
-lib/firefox/chrome/toolkit/content/extensions/schemas/user_scripts.json
-lib/firefox/chrome/toolkit/content/extensions/schemas/user_scripts_content.json
-lib/firefox/chrome/toolkit/content/extensions/schemas/web_navigation.json
-lib/firefox/chrome/toolkit/content/extensions/schemas/web_request.json
-lib/firefox/chrome/toolkit/content/global/BrowserElementChild.js
-lib/firefox/chrome/toolkit/content/global/BrowserElementChildPreload.js
-lib/firefox/chrome/toolkit/content/global/TopLevelVideoDocument.js
-lib/firefox/chrome/toolkit/content/global/aboutAbout.html
-lib/firefox/chrome/toolkit/content/global/aboutAbout.js
-lib/firefox/chrome/toolkit/content/global/aboutCheckerboard.css
-lib/firefox/chrome/toolkit/content/global/aboutCheckerboard.html
-lib/firefox/chrome/toolkit/content/global/aboutCheckerboard.js
-lib/firefox/chrome/toolkit/content/global/aboutGlean.css
-lib/firefox/chrome/toolkit/content/global/aboutGlean.html
-lib/firefox/chrome/toolkit/content/global/aboutGlean.js
-lib/firefox/chrome/toolkit/content/global/aboutMemory.css
-lib/firefox/chrome/toolkit/content/global/aboutMemory.js
-lib/firefox/chrome/toolkit/content/global/aboutMemory.xhtml
-lib/firefox/chrome/toolkit/content/global/aboutMozilla.css
-lib/firefox/chrome/toolkit/content/global/aboutNetworking.html
-lib/firefox/chrome/toolkit/content/global/aboutNetworking.js
-lib/firefox/chrome/toolkit/content/global/aboutPerformance.css
-lib/firefox/chrome/toolkit/content/global/aboutPerformance.html
-lib/firefox/chrome/toolkit/content/global/aboutPerformance.js
-lib/firefox/chrome/toolkit/content/global/aboutProcesses.css
-lib/firefox/chrome/toolkit/content/global/aboutProcesses.html
-lib/firefox/chrome/toolkit/content/global/aboutProcesses.js
-lib/firefox/chrome/toolkit/content/global/aboutProfiles.js
-lib/firefox/chrome/toolkit/content/global/aboutProfiles.xhtml
-lib/firefox/chrome/toolkit/content/global/aboutRights.js
-lib/firefox/chrome/toolkit/content/global/aboutRights.xhtml
-lib/firefox/chrome/toolkit/content/global/aboutServiceWorkers.js
-lib/firefox/chrome/toolkit/content/global/aboutServiceWorkers.xhtml
-lib/firefox/chrome/toolkit/content/global/aboutSupport.js
-lib/firefox/chrome/toolkit/content/global/aboutSupport.xhtml
-lib/firefox/chrome/toolkit/content/global/aboutTelemetry.css
-lib/firefox/chrome/toolkit/content/global/aboutTelemetry.js
-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
-lib/firefox/chrome/toolkit/content/global/adjustableTitle.js
-lib/firefox/chrome/toolkit/content/global/alerts/alert.css
-lib/firefox/chrome/toolkit/content/global/alerts/alert.js
-lib/firefox/chrome/toolkit/content/global/alerts/alert.xhtml
-lib/firefox/chrome/toolkit/content/global/appPicker.js
-lib/firefox/chrome/toolkit/content/global/appPicker.xhtml
-lib/firefox/chrome/toolkit/content/global/autocomplete.css
-lib/firefox/chrome/toolkit/content/global/backgroundPageThumbs.xhtml
-lib/firefox/chrome/toolkit/content/global/bindings/calendar.js
-lib/firefox/chrome/toolkit/content/global/bindings/datekeeper.js
-lib/firefox/chrome/toolkit/content/global/bindings/datepicker.js
-lib/firefox/chrome/toolkit/content/global/bindings/datetimebox.css
-lib/firefox/chrome/toolkit/content/global/bindings/spinner.js
-lib/firefox/chrome/toolkit/content/global/bindings/timekeeper.js
-lib/firefox/chrome/toolkit/content/global/bindings/timepicker.js
-lib/firefox/chrome/toolkit/content/global/buildconfig.css
-lib/firefox/chrome/toolkit/content/global/buildconfig.html
-lib/firefox/chrome/toolkit/content/global/certviewer/asn1js_bundle.js
-lib/firefox/chrome/toolkit/content/global/certviewer/certDecoder.js
-lib/firefox/chrome/toolkit/content/global/certviewer/certviewer.css
-lib/firefox/chrome/toolkit/content/global/certviewer/certviewer.html
-lib/firefox/chrome/toolkit/content/global/certviewer/certviewer.js
-lib/firefox/chrome/toolkit/content/global/certviewer/components/about-certificate-items.js
-lib/firefox/chrome/toolkit/content/global/certviewer/components/about-certificate-section.css
-lib/firefox/chrome/toolkit/content/global/certviewer/components/about-certificate-section.js
-lib/firefox/chrome/toolkit/content/global/certviewer/components/certificate-section.css
-lib/firefox/chrome/toolkit/content/global/certviewer/components/certificate-section.js
-lib/firefox/chrome/toolkit/content/global/certviewer/components/certificate-tabs-section.js
-lib/firefox/chrome/toolkit/content/global/certviewer/components/error-section.css
-lib/firefox/chrome/toolkit/content/global/certviewer/components/error-section.js
-lib/firefox/chrome/toolkit/content/global/certviewer/components/info-group-container.js
-lib/firefox/chrome/toolkit/content/global/certviewer/components/info-group.css
-lib/firefox/chrome/toolkit/content/global/certviewer/components/info-group.js
-lib/firefox/chrome/toolkit/content/global/certviewer/components/info-item.css
-lib/firefox/chrome/toolkit/content/global/certviewer/components/info-item.js
-lib/firefox/chrome/toolkit/content/global/certviewer/components/list-item.css
-lib/firefox/chrome/toolkit/content/global/certviewer/components/list-item.js
-lib/firefox/chrome/toolkit/content/global/certviewer/components/utils.js
-lib/firefox/chrome/toolkit/content/global/certviewer/pkijs_bundle.js
-lib/firefox/chrome/toolkit/content/global/certviewer/pvutils_bundle.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/contentAreaUtils.js
-lib/firefox/chrome/toolkit/content/global/customElements.js
-lib/firefox/chrome/toolkit/content/global/datepicker.xhtml
-lib/firefox/chrome/toolkit/content/global/editMenuOverlay.js
-lib/firefox/chrome/toolkit/content/global/elements/arrowscrollbox.js
-lib/firefox/chrome/toolkit/content/global/elements/autocomplete-input.js
-lib/firefox/chrome/toolkit/content/global/elements/autocomplete-popup.js
-lib/firefox/chrome/toolkit/content/global/elements/autocomplete-richlistitem.js
-lib/firefox/chrome/toolkit/content/global/elements/browser-custom-element.js
-lib/firefox/chrome/toolkit/content/global/elements/button.js
-lib/firefox/chrome/toolkit/content/global/elements/checkbox.js
-lib/firefox/chrome/toolkit/content/global/elements/datetimebox.js
-lib/firefox/chrome/toolkit/content/global/elements/dialog.js
-lib/firefox/chrome/toolkit/content/global/elements/editor.js
-lib/firefox/chrome/toolkit/content/global/elements/findbar.js
-lib/firefox/chrome/toolkit/content/global/elements/general.js
-lib/firefox/chrome/toolkit/content/global/elements/marquee.css
-lib/firefox/chrome/toolkit/content/global/elements/marquee.js
-lib/firefox/chrome/toolkit/content/global/elements/menu.js
-lib/firefox/chrome/toolkit/content/global/elements/menulist.js
-lib/firefox/chrome/toolkit/content/global/elements/menupopup.js
-lib/firefox/chrome/toolkit/content/global/elements/message-bar.css
-lib/firefox/chrome/toolkit/content/global/elements/message-bar.js
-lib/firefox/chrome/toolkit/content/global/elements/moz-input-box.js
-lib/firefox/chrome/toolkit/content/global/elements/named-deck.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/popupnotification.js
-lib/firefox/chrome/toolkit/content/global/elements/radio.js
-lib/firefox/chrome/toolkit/content/global/elements/richlistbox.js
-lib/firefox/chrome/toolkit/content/global/elements/search-textbox.js
-lib/firefox/chrome/toolkit/content/global/elements/stringbundle.js
-lib/firefox/chrome/toolkit/content/global/elements/tabbox.js
-lib/firefox/chrome/toolkit/content/global/elements/text.js
-lib/firefox/chrome/toolkit/content/global/elements/toolbarbutton.js
-lib/firefox/chrome/toolkit/content/global/elements/tree.js
-lib/firefox/chrome/toolkit/content/global/elements/videocontrols.js
-lib/firefox/chrome/toolkit/content/global/elements/wizard.js
-lib/firefox/chrome/toolkit/content/global/filepicker.properties
-lib/firefox/chrome/toolkit/content/global/globalOverlay.js
-lib/firefox/chrome/toolkit/content/global/gmp-sources/openh264.json
-lib/firefox/chrome/toolkit/content/global/gmp-sources/widevinecdm.json
-lib/firefox/chrome/toolkit/content/global/httpsonlyerror/errorpage.html
-lib/firefox/chrome/toolkit/content/global/httpsonlyerror/errorpage.js
-lib/firefox/chrome/toolkit/content/global/httpsonlyerror/secure-broken.svg
-lib/firefox/chrome/toolkit/content/global/license.html
-lib/firefox/chrome/toolkit/content/global/minimal-xul.css
-lib/firefox/chrome/toolkit/content/global/mozilla.html
-lib/firefox/chrome/toolkit/content/global/netError.js
-lib/firefox/chrome/toolkit/content/global/netError.xhtml
-lib/firefox/chrome/toolkit/content/global/notfound.wav
-lib/firefox/chrome/toolkit/content/global/pictureinpicture/player.js
-lib/firefox/chrome/toolkit/content/global/pictureinpicture/player.xhtml
-lib/firefox/chrome/toolkit/content/global/plugins.css
-lib/firefox/chrome/toolkit/content/global/plugins.html
-lib/firefox/chrome/toolkit/content/global/plugins.js
-lib/firefox/chrome/toolkit/content/global/preferencesBindings.js
-lib/firefox/chrome/toolkit/content/global/print.css
-lib/firefox/chrome/toolkit/content/global/print.html
-lib/firefox/chrome/toolkit/content/global/print.js
-lib/firefox/chrome/toolkit/content/global/printPagination.css
-lib/firefox/chrome/toolkit/content/global/printPreviewPagination.js
-lib/firefox/chrome/toolkit/content/global/printPreviewProgress.js
-lib/firefox/chrome/toolkit/content/global/printPreviewProgress.xhtml
-lib/firefox/chrome/toolkit/content/global/printPreviewToolbar.js
-lib/firefox/chrome/toolkit/content/global/printProgress.js
-lib/firefox/chrome/toolkit/content/global/printProgress.xhtml
-lib/firefox/chrome/toolkit/content/global/printUtils.js
-lib/firefox/chrome/toolkit/content/global/process-content.js
-lib/firefox/chrome/toolkit/content/global/reader/aboutReader.html
-lib/firefox/chrome/toolkit/content/global/remote-test-ipc.js
-lib/firefox/chrome/toolkit/content/global/resetProfile.css
-lib/firefox/chrome/toolkit/content/global/resetProfile.js
-lib/firefox/chrome/toolkit/content/global/resetProfile.xhtml
-lib/firefox/chrome/toolkit/content/global/resetProfileProgress.xhtml
-lib/firefox/chrome/toolkit/content/global/selectDialog.js
-lib/firefox/chrome/toolkit/content/global/selectDialog.xhtml
-lib/firefox/chrome/toolkit/content/global/simplifyMode.css
-lib/firefox/chrome/toolkit/content/global/tabprompts.css
-lib/firefox/chrome/toolkit/content/global/tabprompts.jsm
-lib/firefox/chrome/toolkit/content/global/test-ipc.xhtml
-lib/firefox/chrome/toolkit/content/global/third_party/d3/d3.js
-lib/firefox/chrome/toolkit/content/global/timepicker.xhtml
-lib/firefox/chrome/toolkit/content/global/toggle-group.css
-lib/firefox/chrome/toolkit/content/global/treeUtils.js
-lib/firefox/chrome/toolkit/content/global/unifiedcomplete-top-urls.json
-lib/firefox/chrome/toolkit/content/global/viewSourceUtils.js
-lib/firefox/chrome/toolkit/content/global/viewZoomOverlay.js
-lib/firefox/chrome/toolkit/content/global/widgets.css
-lib/firefox/chrome/toolkit/content/global/win.xhtml
-lib/firefox/chrome/toolkit/content/global/xml/XMLPrettyPrint.css
-lib/firefox/chrome/toolkit/content/global/xml/XMLPrettyPrint.xsl
-lib/firefox/chrome/toolkit/content/global/xul.css
-lib/firefox/chrome/toolkit/content/mozapps/downloads/unknownContentType.xhtml
-lib/firefox/chrome/toolkit/content/mozapps/extensions/OpenH264-license.txt
-lib/firefox/chrome/toolkit/content/mozapps/extensions/aboutaddons.css
-lib/firefox/chrome/toolkit/content/mozapps/extensions/aboutaddons.html
-lib/firefox/chrome/toolkit/content/mozapps/extensions/aboutaddons.js
-lib/firefox/chrome/toolkit/content/mozapps/extensions/aboutaddonsCommon.js
-lib/firefox/chrome/toolkit/content/mozapps/extensions/abuse-report-frame.html
-lib/firefox/chrome/toolkit/content/mozapps/extensions/abuse-report-panel.css
-lib/firefox/chrome/toolkit/content/mozapps/extensions/abuse-report-panel.js
-lib/firefox/chrome/toolkit/content/mozapps/extensions/abuse-reports.js
-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/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
-lib/firefox/chrome/toolkit/content/mozapps/extensions/panel-item.css
-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
-lib/firefox/chrome/toolkit/content/mozapps/handling/permissionDialog.js
-lib/firefox/chrome/toolkit/content/mozapps/handling/permissionDialog.xhtml
-lib/firefox/chrome/toolkit/content/mozapps/preferences/changemp.js
-lib/firefox/chrome/toolkit/content/mozapps/preferences/changemp.xhtml
-lib/firefox/chrome/toolkit/content/mozapps/preferences/fontbuilder.js
-lib/firefox/chrome/toolkit/content/mozapps/preferences/removemp.js
-lib/firefox/chrome/toolkit/content/mozapps/preferences/removemp.xhtml
-lib/firefox/chrome/toolkit/content/mozapps/profile/createProfileWizard.js
-lib/firefox/chrome/toolkit/content/mozapps/profile/createProfileWizard.xhtml
-lib/firefox/chrome/toolkit/content/mozapps/profile/profileDowngrade.js
-lib/firefox/chrome/toolkit/content/mozapps/profile/profileDowngrade.xhtml
-lib/firefox/chrome/toolkit/content/mozapps/profile/profileSelection.js
-lib/firefox/chrome/toolkit/content/mozapps/profile/profileSelection.xhtml
-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/res/accessiblecaret-normal%1.5x.png@localhost
-lib/firefox/chrome/toolkit/res/accessiblecaret-normal%1x.png@localhost
-lib/firefox/chrome/toolkit/res/accessiblecaret-normal%2.25x.png@localhost
-lib/firefox/chrome/toolkit/res/accessiblecaret-normal%2x.png@localhost
-lib/firefox/chrome/toolkit/res/accessiblecaret-tilt-left%1.5x.png@localhost
-lib/firefox/chrome/toolkit/res/accessiblecaret-tilt-left%1x.png@localhost
-lib/firefox/chrome/toolkit/res/accessiblecaret-tilt-left%2.25x.png@localhost
-lib/firefox/chrome/toolkit/res/accessiblecaret-tilt-left%2x.png@localhost
-lib/firefox/chrome/toolkit/res/accessiblecaret-tilt-right%1.5x.png@localhost
-lib/firefox/chrome/toolkit/res/accessiblecaret-tilt-right%1x.png@localhost
-lib/firefox/chrome/toolkit/res/accessiblecaret-tilt-right%2.25x.png@localhost
-lib/firefox/chrome/toolkit/res/accessiblecaret-tilt-right%2x.png@localhost
-lib/firefox/chrome/toolkit/res/arrow-left.gif
-lib/firefox/chrome/toolkit/res/arrow-right.gif
-lib/firefox/chrome/toolkit/res/arrow.gif
-lib/firefox/chrome/toolkit/res/arrowd-left.gif
-lib/firefox/chrome/toolkit/res/arrowd-right.gif
-lib/firefox/chrome/toolkit/res/arrowd.gif
-lib/firefox/chrome/toolkit/res/autofill/FormAutofill.jsm
-lib/firefox/chrome/toolkit/res/autofill/FormAutofillChild.jsm
-lib/firefox/chrome/toolkit/res/autofill/FormAutofillContent.jsm
-lib/firefox/chrome/toolkit/res/autofill/FormAutofillDoorhanger.jsm
-lib/firefox/chrome/toolkit/res/autofill/FormAutofillHandler.jsm
-lib/firefox/chrome/toolkit/res/autofill/FormAutofillHeuristics.jsm
-lib/firefox/chrome/toolkit/res/autofill/FormAutofillNameUtils.jsm
-lib/firefox/chrome/toolkit/res/autofill/FormAutofillParent.jsm
-lib/firefox/chrome/toolkit/res/autofill/FormAutofillPreferences.jsm
-lib/firefox/chrome/toolkit/res/autofill/FormAutofillStorage.jsm
-lib/firefox/chrome/toolkit/res/autofill/FormAutofillStorageBase.jsm
-lib/firefox/chrome/toolkit/res/autofill/FormAutofillSync.jsm
-lib/firefox/chrome/toolkit/res/autofill/FormAutofillUtils.jsm
-lib/firefox/chrome/toolkit/res/autofill/ProfileAutoCompleteResult.jsm
-lib/firefox/chrome/toolkit/res/autofill/addressmetadata/addressReferences.js
-lib/firefox/chrome/toolkit/res/autofill/addressmetadata/addressReferencesExt.js
-lib/firefox/chrome/toolkit/res/autofill/content/heuristicsRegexp.js
-lib/firefox/chrome/toolkit/res/autofill/phonenumberutils/PhoneNumber.jsm
-lib/firefox/chrome/toolkit/res/autofill/phonenumberutils/PhoneNumberMetaData.jsm
-lib/firefox/chrome/toolkit/res/autofill/phonenumberutils/PhoneNumberNormalizer.jsm
-lib/firefox/chrome/toolkit/res/broken-image.png
-lib/firefox/chrome/toolkit/res/counterstyles.css
-lib/firefox/chrome/toolkit/res/forms.css
-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/lib/Logger.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/FeatureManifest.js
-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
-lib/firefox/chrome/toolkit/res/normandy/actions/AddonRollbackAction.jsm
-lib/firefox/chrome/toolkit/res/normandy/actions/AddonRolloutAction.jsm
-lib/firefox/chrome/toolkit/res/normandy/actions/BaseAction.jsm
-lib/firefox/chrome/toolkit/res/normandy/actions/BaseStudyAction.jsm
-lib/firefox/chrome/toolkit/res/normandy/actions/BranchedAddonStudyAction.jsm
-lib/firefox/chrome/toolkit/res/normandy/actions/ConsoleLogAction.jsm
-lib/firefox/chrome/toolkit/res/normandy/actions/MessagingExperimentAction.jsm
-lib/firefox/chrome/toolkit/res/normandy/actions/PreferenceExperimentAction.jsm
-lib/firefox/chrome/toolkit/res/normandy/actions/PreferenceRollbackAction.jsm
-lib/firefox/chrome/toolkit/res/normandy/actions/PreferenceRolloutAction.jsm
-lib/firefox/chrome/toolkit/res/normandy/actions/ShowHeartbeatAction.jsm
-lib/firefox/chrome/toolkit/res/normandy/actions/schemas/index.js
-lib/firefox/chrome/toolkit/res/normandy/content/AboutPages.jsm
-lib/firefox/chrome/toolkit/res/normandy/content/ShieldFrameChild.jsm
-lib/firefox/chrome/toolkit/res/normandy/content/ShieldFrameParent.jsm
-lib/firefox/chrome/toolkit/res/normandy/content/about-studies/about-studies.css
-lib/firefox/chrome/toolkit/res/normandy/content/about-studies/about-studies.html
-lib/firefox/chrome/toolkit/res/normandy/content/about-studies/about-studies.js
-lib/firefox/chrome/toolkit/res/normandy/lib/ActionsManager.jsm
-lib/firefox/chrome/toolkit/res/normandy/lib/AddonRollouts.jsm
-lib/firefox/chrome/toolkit/res/normandy/lib/AddonStudies.jsm
-lib/firefox/chrome/toolkit/res/normandy/lib/CleanupManager.jsm
-lib/firefox/chrome/toolkit/res/normandy/lib/ClientEnvironment.jsm
-lib/firefox/chrome/toolkit/res/normandy/lib/EventEmitter.jsm
-lib/firefox/chrome/toolkit/res/normandy/lib/Heartbeat.jsm
-lib/firefox/chrome/toolkit/res/normandy/lib/LogManager.jsm
-lib/firefox/chrome/toolkit/res/normandy/lib/NormandyAddonManager.jsm
-lib/firefox/chrome/toolkit/res/normandy/lib/NormandyApi.jsm
-lib/firefox/chrome/toolkit/res/normandy/lib/NormandyUtils.jsm
-lib/firefox/chrome/toolkit/res/normandy/lib/PrefUtils.jsm
-lib/firefox/chrome/toolkit/res/normandy/lib/PreferenceExperiments.jsm
-lib/firefox/chrome/toolkit/res/normandy/lib/PreferenceRollouts.jsm
-lib/firefox/chrome/toolkit/res/normandy/lib/RecipeRunner.jsm
-lib/firefox/chrome/toolkit/res/normandy/lib/ShieldPreferences.jsm
-lib/firefox/chrome/toolkit/res/normandy/lib/Storage.jsm
-lib/firefox/chrome/toolkit/res/normandy/lib/TelemetryEvents.jsm
-lib/firefox/chrome/toolkit/res/normandy/lib/Uptake.jsm
-lib/firefox/chrome/toolkit/res/normandy/skin/shared/Heartbeat.css
-lib/firefox/chrome/toolkit/res/normandy/skin/shared/heartbeat-icon.svg
-lib/firefox/chrome/toolkit/res/normandy/skin/shared/heartbeat-star-lit.svg
-lib/firefox/chrome/toolkit/res/normandy/skin/shared/heartbeat-star-off.svg
-lib/firefox/chrome/toolkit/res/normandy/vendor/LICENSE_THIRDPARTY
-lib/firefox/chrome/toolkit/res/normandy/vendor/PropTypes.js
-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/quirk.css
-lib/firefox/chrome/toolkit/res/ua.css
-lib/firefox/chrome/toolkit/skin/classic/global/about.css
-lib/firefox/chrome/toolkit/skin/classic/global/aboutCache.css
-lib/firefox/chrome/toolkit/skin/classic/global/aboutCacheEntry.css
-lib/firefox/chrome/toolkit/skin/classic/global/aboutHttpsOnlyError.css
-lib/firefox/chrome/toolkit/skin/classic/global/aboutLicense.css
-lib/firefox/chrome/toolkit/skin/classic/global/aboutMemory.css
-lib/firefox/chrome/toolkit/skin/classic/global/aboutNetworking.css
-lib/firefox/chrome/toolkit/skin/classic/global/aboutReader.css
-lib/firefox/chrome/toolkit/skin/classic/global/aboutRights.css
-lib/firefox/chrome/toolkit/skin/classic/global/aboutSupport.css
-lib/firefox/chrome/toolkit/skin/classic/global/alert.css
-lib/firefox/chrome/toolkit/skin/classic/global/appPicker.css
-lib/firefox/chrome/toolkit/skin/classic/global/arrow/panelarrow-horizontal.svg
-lib/firefox/chrome/toolkit/skin/classic/global/arrow/panelarrow-vertical.svg
-lib/firefox/chrome/toolkit/skin/classic/global/arrowscrollbox.css
-lib/firefox/chrome/toolkit/skin/classic/global/autocomplete.css
-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/datetimeinputpickers.css
-lib/firefox/chrome/toolkit/skin/classic/global/dialog.css
-lib/firefox/chrome/toolkit/skin/classic/global/dirListing/dirListing.css
-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
-lib/firefox/chrome/toolkit/skin/classic/global/icons/arrow-up-12.svg
-lib/firefox/chrome/toolkit/skin/classic/global/icons/arrow-up-16.svg
-lib/firefox/chrome/toolkit/skin/classic/global/icons/autoscroll-horizontal.svg
-lib/firefox/chrome/toolkit/skin/classic/global/icons/autoscroll-vertical.svg
-lib/firefox/chrome/toolkit/skin/classic/global/icons/autoscroll.svg
-lib/firefox/chrome/toolkit/skin/classic/global/icons/blocked.svg
-lib/firefox/chrome/toolkit/skin/classic/global/icons/check-partial.svg
-lib/firefox/chrome/toolkit/skin/classic/global/icons/check.svg
-lib/firefox/chrome/toolkit/skin/classic/global/icons/chevron.svg
-lib/firefox/chrome/toolkit/skin/classic/global/icons/close.svg
-lib/firefox/chrome/toolkit/skin/classic/global/icons/columnpicker.svg
-lib/firefox/chrome/toolkit/skin/classic/global/icons/defaultFavicon.svg
-lib/firefox/chrome/toolkit/skin/classic/global/icons/delete.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
-lib/firefox/chrome/toolkit/skin/classic/global/icons/folder.svg
-lib/firefox/chrome/toolkit/skin/classic/global/icons/heart.svg
-lib/firefox/chrome/toolkit/skin/classic/global/icons/help.svg
-lib/firefox/chrome/toolkit/skin/classic/global/icons/info-filled.svg
-lib/firefox/chrome/toolkit/skin/classic/global/icons/info.svg
-lib/firefox/chrome/toolkit/skin/classic/global/icons/lightbulb.svg
-lib/firefox/chrome/toolkit/skin/classic/global/icons/loading.png
-lib/firefox/chrome/toolkit/skin/classic/global/icons/loading%2x.png@localhost
-lib/firefox/chrome/toolkit/skin/classic/global/icons/menu-arrow.svg
-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/page-landscape.svg
-lib/firefox/chrome/toolkit/skin/classic/global/icons/page-portrait.svg
-lib/firefox/chrome/toolkit/skin/classic/global/icons/performance.svg
-lib/firefox/chrome/toolkit/skin/classic/global/icons/plugin-blocked.svg
-lib/firefox/chrome/toolkit/skin/classic/global/icons/plugin.svg
-lib/firefox/chrome/toolkit/skin/classic/global/icons/pocket.svg
-lib/firefox/chrome/toolkit/skin/classic/global/icons/print.svg
-lib/firefox/chrome/toolkit/skin/classic/global/icons/radio.svg
-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/security-broken.svg
-lib/firefox/chrome/toolkit/skin/classic/global/icons/security-warning.svg
-lib/firefox/chrome/toolkit/skin/classic/global/icons/security.svg
-lib/firefox/chrome/toolkit/skin/classic/global/icons/settings.svg
-lib/firefox/chrome/toolkit/skin/classic/global/icons/shortcut.svg
-lib/firefox/chrome/toolkit/skin/classic/global/icons/sort-arrow.svg
-lib/firefox/chrome/toolkit/skin/classic/global/icons/sslWarning.png
-lib/firefox/chrome/toolkit/skin/classic/global/icons/success.svg
-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-fill-12.svg
-lib/firefox/chrome/toolkit/skin/classic/global/icons/warning.svg
-lib/firefox/chrome/toolkit/skin/classic/global/illustrations/about-license.svg
-lib/firefox/chrome/toolkit/skin/classic/global/illustrations/about-rights.svg
-lib/firefox/chrome/toolkit/skin/classic/global/in-content/common.css
-lib/firefox/chrome/toolkit/skin/classic/global/in-content/info-pages.css
-lib/firefox/chrome/toolkit/skin/classic/global/in-content/toggle-button.css
-lib/firefox/chrome/toolkit/skin/classic/global/media/TopLevelImageDocument.css
-lib/firefox/chrome/toolkit/skin/classic/global/media/TopLevelVideoDocument.css
-lib/firefox/chrome/toolkit/skin/classic/global/media/audio-muted.svg
-lib/firefox/chrome/toolkit/skin/classic/global/media/audio.svg
-lib/firefox/chrome/toolkit/skin/classic/global/media/audioNoAudioButton.svg
-lib/firefox/chrome/toolkit/skin/classic/global/media/castingButton-active.svg
-lib/firefox/chrome/toolkit/skin/classic/global/media/castingButton-ready.svg
-lib/firefox/chrome/toolkit/skin/classic/global/media/closedCaptionButton-cc-off.svg
-lib/firefox/chrome/toolkit/skin/classic/global/media/closedCaptionButton-cc-on.svg
-lib/firefox/chrome/toolkit/skin/classic/global/media/error.png
-lib/firefox/chrome/toolkit/skin/classic/global/media/fullscreenEnterButton.svg
-lib/firefox/chrome/toolkit/skin/classic/global/media/fullscreenExitButton.svg
-lib/firefox/chrome/toolkit/skin/classic/global/media/imagedoc-darknoise.png
-lib/firefox/chrome/toolkit/skin/classic/global/media/imagedoc-lightnoise.png
-lib/firefox/chrome/toolkit/skin/classic/global/media/pause-fill.svg
-lib/firefox/chrome/toolkit/skin/classic/global/media/picture-in-picture-closed.svg
-lib/firefox/chrome/toolkit/skin/classic/global/media/picture-in-picture-open.svg
-lib/firefox/chrome/toolkit/skin/classic/global/media/play-fill.svg
-lib/firefox/chrome/toolkit/skin/classic/global/media/stalled.png
-lib/firefox/chrome/toolkit/skin/classic/global/media/throbber.png
-lib/firefox/chrome/toolkit/skin/classic/global/media/videocontrols.css
-lib/firefox/chrome/toolkit/skin/classic/global/menu.css
-lib/firefox/chrome/toolkit/skin/classic/global/menulist.css
-lib/firefox/chrome/toolkit/skin/classic/global/narrate.css
-lib/firefox/chrome/toolkit/skin/classic/global/narrate/arrow.svg
-lib/firefox/chrome/toolkit/skin/classic/global/narrate/back.svg
-lib/firefox/chrome/toolkit/skin/classic/global/narrate/fast.svg
-lib/firefox/chrome/toolkit/skin/classic/global/narrate/forward.svg
-lib/firefox/chrome/toolkit/skin/classic/global/narrate/headphone-active.svg
-lib/firefox/chrome/toolkit/skin/classic/global/narrate/headphone.svg
-lib/firefox/chrome/toolkit/skin/classic/global/narrate/slow.svg
-lib/firefox/chrome/toolkit/skin/classic/global/narrate/start.svg
-lib/firefox/chrome/toolkit/skin/classic/global/narrate/stop.svg
-lib/firefox/chrome/toolkit/skin/classic/global/netError.css
-lib/firefox/chrome/toolkit/skin/classic/global/notification.css
-lib/firefox/chrome/toolkit/skin/classic/global/numberinput.css
-lib/firefox/chrome/toolkit/skin/classic/global/pictureinpicture/player.css
-lib/firefox/chrome/toolkit/skin/classic/global/popup.css
-lib/firefox/chrome/toolkit/skin/classic/global/popupnotification.css
-lib/firefox/chrome/toolkit/skin/classic/global/radio.css
-lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Content-Width-Minus-42x16.svg
-lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Content-Width-Plus-44x16.svg
-lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Line-Height-Minus-38x14.svg
-lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Line-Height-Plus-38x24.svg
-lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Minus-24x24.svg
-lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Plus-24x24.svg
-lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Sans-Serif.svg
-lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Serif.svg
-lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Type-Controls-24x24.svg
-lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Type-Controls-Arrow.svg
-lib/firefox/chrome/toolkit/skin/classic/global/richlistbox.css
-lib/firefox/chrome/toolkit/skin/classic/global/scrollbars.css
-lib/firefox/chrome/toolkit/skin/classic/global/search-textbox.css
-lib/firefox/chrome/toolkit/skin/classic/global/splitter.css
-lib/firefox/chrome/toolkit/skin/classic/global/tabbox.css
-lib/firefox/chrome/toolkit/skin/classic/global/tabprompts.css
-lib/firefox/chrome/toolkit/skin/classic/global/toolbar.css
-lib/firefox/chrome/toolkit/skin/classic/global/toolbarbutton.css
-lib/firefox/chrome/toolkit/skin/classic/global/tooltip.css
-lib/firefox/chrome/toolkit/skin/classic/global/tree.css
-lib/firefox/chrome/toolkit/skin/classic/global/wizard.css
-lib/firefox/chrome/toolkit/skin/classic/mozapps/aboutProfiles.css
-lib/firefox/chrome/toolkit/skin/classic/mozapps/aboutServiceWorkers.css
-lib/firefox/chrome/toolkit/skin/classic/mozapps/downloads/unknownContentType.css
-lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-available.svg
-lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-discover.svg
-lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-extensions.svg
-lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-plugins.svg
-lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-recent.svg
-lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/dictionaryGeneric.svg
-lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/extension.svg
-lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/extensionGeneric.svg
-lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/line.svg
-lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/rating-star.svg
-lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/recommended.svg
-lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/themeGeneric.svg
-lib/firefox/chrome/toolkit/skin/classic/mozapps/handling/handling.css
-lib/firefox/chrome/toolkit/skin/classic/mozapps/profile/profileSelection.css
-lib/firefox/chrome/toolkit/skin/classic/mozapps/profileDowngrade.css
-lib/firefox/chrome/toolkit/skin/classic/mozapps/update/updates.css
-lib/firefox/components/HandlerService.js
-lib/firefox/components/components.manifest
-lib/firefox/components/marionette.js
-lib/firefox/contentaccessible/ImageDocument.css
-lib/firefox/contentaccessible/TopLevelImageDocument.css
-lib/firefox/contentaccessible/TopLevelVideoDocument.css
-lib/firefox/contentaccessible/html/folder.png
-lib/firefox/contentaccessible/plaintext.css
-lib/firefox/contentaccessible/viewsource.css
-lib/firefox/defaults/autoconfig/prefcalls.js
-lib/firefox/defaults/backgroundtasks/backgroundtasks.js
+lib/firefox/browser/features/doh-rollout%mozilla.org.xpi@localhost
+lib/firefox/browser/features/formautofill%mozilla.org.xpi@localhost
+lib/firefox/browser/features/pictureinpicture%mozilla.org.xpi@localhost
+lib/firefox/browser/features/screenshots%mozilla.org.xpi@localhost
+lib/firefox/browser/features/webcompat-reporter%mozilla.org.xpi@localhost
+lib/firefox/browser/features/webcompat%mozilla.org.xpi@localhost
+lib/firefox/browser/omni.ja
 lib/firefox/defaults/pref/channel-prefs.js
 lib/firefox/dependentlibs.list
-lib/firefox/dictionaries/en-US.aff
-lib/firefox/dictionaries/en-US.dic
 lib/firefox/firefox
 lib/firefox/firefox-bin
 lib/firefox/fonts/TwemojiMozilla.ttf
 lib/firefox/gmp-clearkey/0.1/libclearkey.so
 lib/firefox/gmp-clearkey/0.1/manifest.json
-lib/firefox/greprefs.js
-lib/firefox/hyphenation/hyph_af.hyf
-lib/firefox/hyphenation/hyph_bg.hyf
-lib/firefox/hyphenation/hyph_ca.hyf
-lib/firefox/hyphenation/hyph_cy.hyf
-lib/firefox/hyphenation/hyph_da.hyf
-lib/firefox/hyphenation/hyph_de-1901.hyf
-lib/firefox/hyphenation/hyph_de-1996.hyf
-lib/firefox/hyphenation/hyph_de-CH.hyf
-lib/firefox/hyphenation/hyph_en_US.hyf
-lib/firefox/hyphenation/hyph_eo.hyf
-lib/firefox/hyphenation/hyph_es.hyf
-lib/firefox/hyphenation/hyph_et.hyf
-lib/firefox/hyphenation/hyph_fi.hyf
-lib/firefox/hyphenation/hyph_fr.hyf
-lib/firefox/hyphenation/hyph_gl.hyf
-lib/firefox/hyphenation/hyph_hr.hyf
-lib/firefox/hyphenation/hyph_hsb.hyf
-lib/firefox/hyphenation/hyph_hu.hyf
-lib/firefox/hyphenation/hyph_ia.hyf
-lib/firefox/hyphenation/hyph_is.hyf
-lib/firefox/hyphenation/hyph_it.hyf
-lib/firefox/hyphenation/hyph_kmr.hyf
-lib/firefox/hyphenation/hyph_la.hyf
-lib/firefox/hyphenation/hyph_lt.hyf
-lib/firefox/hyphenation/hyph_mn.hyf
-lib/firefox/hyphenation/hyph_nb.hyf
-lib/firefox/hyphenation/hyph_nl.hyf
-lib/firefox/hyphenation/hyph_nn.hyf
-lib/firefox/hyphenation/hyph_pl.hyf
-lib/firefox/hyphenation/hyph_pt.hyf
-lib/firefox/hyphenation/hyph_ru.hyf
-lib/firefox/hyphenation/hyph_sh.hyf
-lib/firefox/hyphenation/hyph_sl.hyf
-lib/firefox/hyphenation/hyph_sv.hyf
-lib/firefox/hyphenation/hyph_tr.hyf
-lib/firefox/hyphenation/hyph_uk.hyf
 lib/firefox/liblgpllibs.so
 ${PLIST.ffvpx}lib/firefox/libmozavcodec.so
 ${PLIST.ffvpx}lib/firefox/libmozavutil.so
@@ -5240,564 +27,10 @@ lib/firefox/libmozgtk.so
 lib/firefox/libmozsqlite3.so
 ${PLIST.wayland}lib/firefox/libmozwayland.so
 lib/firefox/libxul.so
-lib/firefox/localization/en-US/crashreporter/aboutcrashes.ftl
-lib/firefox/localization/en-US/dom/media.ftl
-lib/firefox/localization/en-US/security/certificates/certManager.ftl
-lib/firefox/localization/en-US/security/certificates/deviceManager.ftl
-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/aboutGlean.ftl
-lib/firefox/localization/en-US/toolkit/about/aboutHttpsOnlyError.ftl
-lib/firefox/localization/en-US/toolkit/about/aboutMozilla.ftl
-lib/firefox/localization/en-US/toolkit/about/aboutNetworking.ftl
-lib/firefox/localization/en-US/toolkit/about/aboutPerformance.ftl
-lib/firefox/localization/en-US/toolkit/about/aboutPlugins.ftl
-lib/firefox/localization/en-US/toolkit/about/aboutProcesses.ftl
-lib/firefox/localization/en-US/toolkit/about/aboutProfiles.ftl
-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/aboutThirdParty.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/featuregates/features.ftl
-lib/firefox/localization/en-US/toolkit/global/commonDialog.ftl
-lib/firefox/localization/en-US/toolkit/global/createProfileWizard.ftl
-lib/firefox/localization/en-US/toolkit/global/handlerDialog.ftl
-lib/firefox/localization/en-US/toolkit/global/notification.ftl
-lib/firefox/localization/en-US/toolkit/global/processTypes.ftl
-lib/firefox/localization/en-US/toolkit/global/profileDowngrade.ftl
-lib/firefox/localization/en-US/toolkit/global/profileSelection.ftl
-lib/firefox/localization/en-US/toolkit/global/resetProfile.ftl
-lib/firefox/localization/en-US/toolkit/global/textActions.ftl
-lib/firefox/localization/en-US/toolkit/global/unknownContentType.ftl
-lib/firefox/localization/en-US/toolkit/global/videocontrols.ftl
-lib/firefox/localization/en-US/toolkit/global/wizard.ftl
-lib/firefox/localization/en-US/toolkit/intl/languageNames.ftl
-lib/firefox/localization/en-US/toolkit/intl/regionNames.ftl
-lib/firefox/localization/en-US/toolkit/main-window/autocomplete.ftl
-lib/firefox/localization/en-US/toolkit/main-window/findbar.ftl
-lib/firefox/localization/en-US/toolkit/payments/payments.ftl
-lib/firefox/localization/en-US/toolkit/pictureinpicture/pictureinpicture.ftl
-lib/firefox/localization/en-US/toolkit/preferences/preferences.ftl
-lib/firefox/localization/en-US/toolkit/printing/printDialogs.ftl
-lib/firefox/localization/en-US/toolkit/printing/printPreview.ftl
-lib/firefox/localization/en-US/toolkit/printing/printUI.ftl
-lib/firefox/localization/en-US/toolkit/updates/backgroundupdate.ftl
-lib/firefox/localization/en-US/toolkit/updates/elevation.ftl
-lib/firefox/localization/en-US/toolkit/updates/history.ftl
-lib/firefox/modules/AboutCertViewerChild.jsm
-lib/firefox/modules/AboutCertViewerParent.jsm
-lib/firefox/modules/AboutPagesUtils.jsm
-lib/firefox/modules/AboutReader.jsm
-lib/firefox/modules/AbuseReporter.jsm
-lib/firefox/modules/ActorManagerParent.jsm
-lib/firefox/modules/AddonManager.jsm
-lib/firefox/modules/AppConstants.jsm
-lib/firefox/modules/AppMenuNotifications.jsm
-lib/firefox/modules/AsyncPrefs.jsm
-lib/firefox/modules/AsyncShutdown.jsm
-lib/firefox/modules/AutoCompleteSimpleSearch.jsm
-lib/firefox/modules/BackgroundPageThumbs.jsm
-lib/firefox/modules/BackgroundTasksManager.jsm
-lib/firefox/modules/BackgroundTasksUtils.jsm
-lib/firefox/modules/BinarySearch.jsm
-lib/firefox/modules/Bits.jsm
-lib/firefox/modules/Blocklist.jsm
-lib/firefox/modules/BookmarkHTMLUtils.jsm
-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
-lib/firefox/modules/CertUtils.jsm
-lib/firefox/modules/CharsetMenu.jsm
-lib/firefox/modules/ClearDataService.jsm
-lib/firefox/modules/ClientID.jsm
-lib/firefox/modules/CloudStorage.jsm
-lib/firefox/modules/Color.jsm
-lib/firefox/modules/CommonDialog.jsm
-lib/firefox/modules/ComponentUtils.jsm
-lib/firefox/modules/ConduitsChild.jsm
-lib/firefox/modules/ConduitsParent.jsm
-lib/firefox/modules/Console.jsm
-lib/firefox/modules/ConsoleAPIStorage.jsm
-lib/firefox/modules/ContentAreaDropListener.jsm
-lib/firefox/modules/ContentBlockingAllowList.jsm
-lib/firefox/modules/ContentDOMReference.jsm
-lib/firefox/modules/ContentDispatchChooser.jsm
-lib/firefox/modules/ContentPrefService2.jsm
-lib/firefox/modules/ContentPrefServiceChild.jsm
-lib/firefox/modules/ContentPrefServiceParent.jsm
-lib/firefox/modules/ContentPrefStore.jsm
-lib/firefox/modules/ContentPrefUtils.jsm
-lib/firefox/modules/ContextualIdentityService.jsm
-lib/firefox/modules/Corroborate.jsm
-lib/firefox/modules/CoveragePing.jsm
-lib/firefox/modules/CrashMonitor.jsm
-lib/firefox/modules/Credentials.jsm
-lib/firefox/modules/CreditCard.jsm
-lib/firefox/modules/CustomElementsListener.jsm
-lib/firefox/modules/DNSPacket.jsm
-lib/firefox/modules/DNSRecord.jsm
-lib/firefox/modules/DNSResourceRecord.jsm
-lib/firefox/modules/DNSServiceDiscovery.jsm
-lib/firefox/modules/DNSTypes.jsm
-lib/firefox/modules/DOMRequestHelper.jsm
-lib/firefox/modules/DataReader.jsm
-lib/firefox/modules/DataWriter.jsm
-lib/firefox/modules/DateTimePickerPanel.jsm
-lib/firefox/modules/DefaultCLH.jsm
-lib/firefox/modules/DeferredTask.jsm
-lib/firefox/modules/Deprecated.jsm
-lib/firefox/modules/DownloadCore.jsm
-lib/firefox/modules/DownloadHistory.jsm
-lib/firefox/modules/DownloadIntegration.jsm
-lib/firefox/modules/DownloadLastDir.jsm
-lib/firefox/modules/DownloadLegacy.jsm
-lib/firefox/modules/DownloadList.jsm
-lib/firefox/modules/DownloadPaths.jsm
-lib/firefox/modules/DownloadStore.jsm
-lib/firefox/modules/DownloadUIHelper.jsm
-lib/firefox/modules/DownloadUtils.jsm
-lib/firefox/modules/Downloads.jsm
-lib/firefox/modules/E10SUtils.jsm
-lib/firefox/modules/EnterprisePolicies.jsm
-lib/firefox/modules/EnterprisePoliciesContent.jsm
-lib/firefox/modules/EnterprisePoliciesParent.jsm
-lib/firefox/modules/EventEmitter.jsm
-lib/firefox/modules/EventPing.jsm
-lib/firefox/modules/Extension.jsm
-lib/firefox/modules/ExtensionActions.jsm
-lib/firefox/modules/ExtensionActivityLog.jsm
-lib/firefox/modules/ExtensionChild.jsm
-lib/firefox/modules/ExtensionChildDevToolsUtils.jsm
-lib/firefox/modules/ExtensionCommon.jsm
-lib/firefox/modules/ExtensionContent.jsm
-lib/firefox/modules/ExtensionPageChild.jsm
-lib/firefox/modules/ExtensionParent.jsm
-lib/firefox/modules/ExtensionPermissions.jsm
-lib/firefox/modules/ExtensionPreferencesManager.jsm
-lib/firefox/modules/ExtensionProcessScript.jsm
-lib/firefox/modules/ExtensionSearchHandler.jsm
-lib/firefox/modules/ExtensionSettingsStore.jsm
-lib/firefox/modules/ExtensionShortcuts.jsm
-lib/firefox/modules/ExtensionStorage.jsm
-lib/firefox/modules/ExtensionStorageComponents.jsm
-lib/firefox/modules/ExtensionStorageIDB.jsm
-lib/firefox/modules/ExtensionStorageSync.jsm
-lib/firefox/modules/ExtensionStorageSyncKinto.jsm
-lib/firefox/modules/ExtensionTelemetry.jsm
-lib/firefox/modules/ExtensionUtils.jsm
-lib/firefox/modules/FileUtils.jsm
-lib/firefox/modules/FindBarContent.jsm
-lib/firefox/modules/FindContent.jsm
-lib/firefox/modules/Finder.jsm
-lib/firefox/modules/FinderHighlighter.jsm
-lib/firefox/modules/FinderIterator.jsm
-lib/firefox/modules/FinderParent.jsm
-lib/firefox/modules/FirstStartup.jsm
-lib/firefox/modules/ForgetAboutSite.jsm
-lib/firefox/modules/FormAutoComplete.jsm
-lib/firefox/modules/FormHistory.jsm
-lib/firefox/modules/FormHistoryStartup.jsm
-lib/firefox/modules/FormLikeFactory.jsm
-lib/firefox/modules/FxAccounts.jsm
-lib/firefox/modules/FxAccountsClient.jsm
-lib/firefox/modules/FxAccountsCommands.js
-lib/firefox/modules/FxAccountsCommon.js
-lib/firefox/modules/FxAccountsConfig.jsm
-lib/firefox/modules/FxAccountsDevice.jsm
-lib/firefox/modules/FxAccountsKeys.jsm
-lib/firefox/modules/FxAccountsPairing.jsm
-lib/firefox/modules/FxAccountsPairingChannel.js
-lib/firefox/modules/FxAccountsProfile.jsm
-lib/firefox/modules/FxAccountsProfileClient.jsm
-lib/firefox/modules/FxAccountsPush.jsm
-lib/firefox/modules/FxAccountsStorage.jsm
-lib/firefox/modules/FxAccountsTelemetry.jsm
-lib/firefox/modules/FxAccountsWebChannel.jsm
-lib/firefox/modules/GMPExtractorWorker.js
-lib/firefox/modules/GMPInstallManager.jsm
-lib/firefox/modules/GMPUtils.jsm
-lib/firefox/modules/Geometry.jsm
-lib/firefox/modules/HTMLMenuBuilder.jsm
-lib/firefox/modules/HealthPing.jsm
-lib/firefox/modules/HelperAppDlg.jsm
-lib/firefox/modules/HiddenFrame.jsm
-lib/firefox/modules/History.jsm
-lib/firefox/modules/Http.jsm
-lib/firefox/modules/IgnoreLists.jsm
-lib/firefox/modules/ImageObjectProcessor.jsm
-lib/firefox/modules/IndexedDB.jsm
-lib/firefox/modules/IndexedDBHelper.jsm
-lib/firefox/modules/InlineSpellChecker.jsm
-lib/firefox/modules/InlineSpellCheckerContent.jsm
-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
-lib/firefox/modules/LocationHelper.jsm
-lib/firefox/modules/Log.jsm
-lib/firefox/modules/LoginAutoComplete.jsm
-lib/firefox/modules/LoginCSVImport.jsm
-lib/firefox/modules/LoginExport.jsm
-lib/firefox/modules/LoginFormFactory.jsm
-lib/firefox/modules/LoginHelper.jsm
-lib/firefox/modules/LoginInfo.jsm
-lib/firefox/modules/LoginManager.jsm
-lib/firefox/modules/LoginManagerAuthPrompter.jsm
-lib/firefox/modules/LoginManagerChild.jsm
-lib/firefox/modules/LoginManagerContextMenu.jsm
-lib/firefox/modules/LoginManagerParent.jsm
-lib/firefox/modules/LoginManagerPrompter.jsm
-lib/firefox/modules/LoginRecipes.jsm
-lib/firefox/modules/LoginRelatedRealms.jsm
-lib/firefox/modules/LoginStore.jsm
-lib/firefox/modules/MainProcessSingleton.jsm
-lib/firefox/modules/Manifest.jsm
-lib/firefox/modules/ManifestFinder.jsm
-lib/firefox/modules/ManifestIcons.jsm
-lib/firefox/modules/ManifestMessagesChild.jsm
-lib/firefox/modules/ManifestObtainer.jsm
-lib/firefox/modules/ManifestProcessor.jsm
-lib/firefox/modules/MatchURLFilters.jsm
-lib/firefox/modules/MessageChannel.jsm
-lib/firefox/modules/MessageManagerProxy.jsm
-lib/firefox/modules/ModulesPing.jsm
-lib/firefox/modules/MozProtocolHandler.jsm
-lib/firefox/modules/MulticastDNS.jsm
-lib/firefox/modules/NLP.jsm
-lib/firefox/modules/NativeManifests.jsm
-lib/firefox/modules/NativeMessaging.jsm
-lib/firefox/modules/NetUtil.jsm
-lib/firefox/modules/NetworkGeolocationProvider.jsm
-lib/firefox/modules/NewPasswordModel.jsm
-lib/firefox/modules/NewTabUtils.jsm
-lib/firefox/modules/NotificationDB.jsm
-lib/firefox/modules/NotificationStorage.jsm
-lib/firefox/modules/OSCrypto.jsm
-lib/firefox/modules/OSKeyStore.jsm
-lib/firefox/modules/ObjectUtils.jsm
-lib/firefox/modules/OpenSearchEngine.jsm
-lib/firefox/modules/OsEnvironment.jsm
-lib/firefox/modules/PageMenu.jsm
-lib/firefox/modules/PageThumbUtils.jsm
-lib/firefox/modules/PageThumbs.jsm
-lib/firefox/modules/PageThumbsStorageService.jsm
-lib/firefox/modules/PageThumbsWorker.js
-lib/firefox/modules/PartitioningExceptionListService.jsm
-lib/firefox/modules/PasswordGenerator.jsm
-lib/firefox/modules/PerformanceCounters.jsm
-lib/firefox/modules/PermissionsUtils.jsm
-lib/firefox/modules/PictureInPicture.jsm
-lib/firefox/modules/PictureInPictureControls.jsm
-lib/firefox/modules/PlacesBackups.jsm
-lib/firefox/modules/PlacesDBUtils.jsm
-lib/firefox/modules/PlacesExpiration.jsm
-lib/firefox/modules/PlacesRemoteTabsAutocompleteProvider.jsm
-lib/firefox/modules/PlacesSyncUtils.jsm
-lib/firefox/modules/PlacesTransactions.jsm
-lib/firefox/modules/PlacesUtils.jsm
-lib/firefox/modules/PluralForm.jsm
-lib/firefox/modules/PopupNotifications.jsm
-lib/firefox/modules/Preferences.jsm
-lib/firefox/modules/PrincipalsCollector.jsm
-lib/firefox/modules/PrioPing.jsm
-lib/firefox/modules/PrivateBrowsingUtils.jsm
-lib/firefox/modules/ProcessSelector.jsm
-lib/firefox/modules/ProfileAge.jsm
-lib/firefox/modules/ProfilerGetSymbols-worker.js
-lib/firefox/modules/ProfilerGetSymbols.jsm
-lib/firefox/modules/Promise-backend.js
-lib/firefox/modules/Promise.jsm
-lib/firefox/modules/PromiseUtils.jsm
-lib/firefox/modules/PromiseWorker.jsm
-lib/firefox/modules/Prompter.jsm
-lib/firefox/modules/ProxyChannelFilter.jsm
-lib/firefox/modules/PurgeTrackerService.jsm
-lib/firefox/modules/Push.jsm
-lib/firefox/modules/PushBroadcastService.jsm
-lib/firefox/modules/PushComponents.jsm
-lib/firefox/modules/PushCrypto.jsm
-lib/firefox/modules/PushDB.jsm
-lib/firefox/modules/PushRecord.jsm
-lib/firefox/modules/PushService.jsm
-lib/firefox/modules/PushServiceHttp2.jsm
-lib/firefox/modules/PushServiceWebSocket.jsm
-lib/firefox/modules/RFPHelper.jsm
-lib/firefox/modules/ReaderMode.jsm
-lib/firefox/modules/Readerable.jsm
-lib/firefox/modules/RecordingCmdLine.jsm
-lib/firefox/modules/Region.jsm
-lib/firefox/modules/RemotePageAccessManager.jsm
-lib/firefox/modules/RemoteWebNavigation.jsm
-lib/firefox/modules/ResetProfile.jsm
-lib/firefox/modules/ResponsivenessMonitor.jsm
-lib/firefox/modules/RustFxAccount.js
-lib/firefox/modules/SafeBrowsing.jsm
-lib/firefox/modules/Schemas.jsm
-lib/firefox/modules/SearchEngine.jsm
-lib/firefox/modules/SearchEngineSelector.jsm
-lib/firefox/modules/SearchService.jsm
-lib/firefox/modules/SearchSettings.jsm
-lib/firefox/modules/SearchStaticData.jsm
-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
-lib/firefox/modules/SessionStoreFunctions.jsm
-lib/firefox/modules/SharedPromptUtils.jsm
-lib/firefox/modules/ShieldContentProcess.jsm
-lib/firefox/modules/ShortcutUtils.jsm
-lib/firefox/modules/Sidebar.jsm
-lib/firefox/modules/SimpleServices.jsm
-lib/firefox/modules/SlowScriptDebug.jsm
-lib/firefox/modules/Sqlite.jsm
-lib/firefox/modules/SubDialog.jsm
-lib/firefox/modules/Subprocess.jsm
-lib/firefox/modules/SyncedBookmarksMirror.jsm
-lib/firefox/modules/TaggingService.jsm
-lib/firefox/modules/TelemetryArchive.jsm
-lib/firefox/modules/TelemetryController.jsm
-lib/firefox/modules/TelemetryControllerBase.jsm
-lib/firefox/modules/TelemetryControllerContent.jsm
-lib/firefox/modules/TelemetryControllerParent.jsm
-lib/firefox/modules/TelemetryEnvironment.jsm
-lib/firefox/modules/TelemetryReportingPolicy.jsm
-lib/firefox/modules/TelemetryScheduler.jsm
-lib/firefox/modules/TelemetrySend.jsm
-lib/firefox/modules/TelemetrySession.jsm
-lib/firefox/modules/TelemetryStartup.jsm
-lib/firefox/modules/TelemetryStorage.jsm
-lib/firefox/modules/TelemetryTimestamps.jsm
-lib/firefox/modules/TelemetryUtils.jsm
-lib/firefox/modules/TerminatorTelemetry.jsm
-lib/firefox/modules/Timer.jsm
-lib/firefox/modules/TooltipTextProvider.jsm
-lib/firefox/modules/TrackingDBService.jsm
-lib/firefox/modules/Troubleshoot.jsm
-lib/firefox/modules/URIFixup.jsm
-lib/firefox/modules/URLDecorationAnnotationsService.jsm
-lib/firefox/modules/URLFormatter.jsm
-lib/firefox/modules/UnifiedComplete.jsm
-lib/firefox/modules/UntrustedModulesPing.jsm
-lib/firefox/modules/UpdatePing.jsm
-lib/firefox/modules/UpdateTimerManager.jsm
-lib/firefox/modules/UpdateUtils.jsm
-lib/firefox/modules/UrlClassifierExceptionListService.jsm
-lib/firefox/modules/UrlClassifierHashCompleter.jsm
-lib/firefox/modules/UrlClassifierLib.jsm
-lib/firefox/modules/UrlClassifierListManager.jsm
-lib/firefox/modules/ValueExtractor.jsm
-lib/firefox/modules/WebChannel.jsm
-lib/firefox/modules/WebHandlerApp.jsm
-lib/firefox/modules/WebNavigation.jsm
-lib/firefox/modules/WebNavigationFrames.jsm
-lib/firefox/modules/WebRequest.jsm
-lib/firefox/modules/WebRequestUpload.jsm
-lib/firefox/modules/WebVTTParserWrapper.jsm
-lib/firefox/modules/WellKnownOpportunisticUtils.jsm
-lib/firefox/modules/XPCOMUtils.jsm
-lib/firefox/modules/XULStore.jsm
-lib/firefox/modules/addonManager.js
-lib/firefox/modules/addons/AddonRepository.jsm
-lib/firefox/modules/addons/AddonSettings.jsm
-lib/firefox/modules/addons/AddonUpdateChecker.jsm
-lib/firefox/modules/addons/Content.js
-lib/firefox/modules/addons/GMPProvider.jsm
-lib/firefox/modules/addons/ProductAddonChecker.jsm
-lib/firefox/modules/addons/XPIDatabase.jsm
-lib/firefox/modules/addons/XPIInstall.jsm
-lib/firefox/modules/addons/XPIProvider.jsm
-lib/firefox/modules/amContentHandler.jsm
-lib/firefox/modules/amInstallTrigger.jsm
-lib/firefox/modules/amWebAPI.jsm
-lib/firefox/modules/backgroundtasks/BackgroundTask_exception.jsm
-lib/firefox/modules/backgroundtasks/BackgroundTask_failure.jsm
-lib/firefox/modules/backgroundtasks/BackgroundTask_success.jsm
-lib/firefox/modules/components-utils/ClientEnvironment.jsm
-lib/firefox/modules/components-utils/FilterExpressions.jsm
-lib/firefox/modules/components-utils/JsonSchemaValidator.jsm
-lib/firefox/modules/components-utils/PreferenceFilters.jsm
-lib/firefox/modules/components-utils/Sampling.jsm
-lib/firefox/modules/components-utils/WindowsVersionInfo.jsm
-lib/firefox/modules/components-utils/mozjexl.js
-lib/firefox/modules/crypto-SDR.js
-lib/firefox/modules/ctypes.jsm
-lib/firefox/modules/extensionProcessScriptLoader.js
-lib/firefox/modules/jsdebugger.jsm
-lib/firefox/modules/kvstore.jsm
-lib/firefox/modules/lz4.js
-lib/firefox/modules/lz4_internal.js
-lib/firefox/modules/media/IdpSandbox.jsm
-${PLIST.webrtc}lib/firefox/modules/media/PeerConnection.jsm
-lib/firefox/modules/media/PeerConnectionIdp.jsm
-lib/firefox/modules/mozIntl.jsm
-lib/firefox/modules/narrate/NarrateControls.jsm
-lib/firefox/modules/narrate/Narrator.jsm
-lib/firefox/modules/narrate/VoiceSelect.jsm
-lib/firefox/modules/netwerk-dns/PublicSuffixList.jsm
-lib/firefox/modules/nsAsyncShutdown.jsm
-lib/firefox/modules/nsCrashMonitor.jsm
-lib/firefox/modules/nsFormAutoCompleteResult.jsm
-lib/firefox/modules/onExtensionBrowser.js
-lib/firefox/modules/osfile.jsm
-lib/firefox/modules/osfile/osfile_async_front.jsm
-lib/firefox/modules/osfile/osfile_async_worker.js
-lib/firefox/modules/osfile/osfile_native.jsm
-lib/firefox/modules/osfile/osfile_shared_allthreads.jsm
-lib/firefox/modules/osfile/osfile_shared_front.jsm
-lib/firefox/modules/osfile/osfile_unix_allthreads.jsm
-lib/firefox/modules/osfile/osfile_unix_back.jsm
-lib/firefox/modules/osfile/osfile_unix_front.jsm
-lib/firefox/modules/osfile/ospath.jsm
-lib/firefox/modules/osfile/ospath_unix.jsm
-lib/firefox/modules/osfile/ospath_win.jsm
-lib/firefox/modules/pdfjs.js
-lib/firefox/modules/profiler_get_symbols.js
-lib/firefox/modules/psm/DER.jsm
-lib/firefox/modules/psm/RemoteSecuritySettings.jsm
-lib/firefox/modules/psm/X509.jsm
-lib/firefox/modules/reader/JSDOMParser.js
-lib/firefox/modules/reader/Readability.js
-lib/firefox/modules/reader/ReaderWorker.js
-lib/firefox/modules/reader/ReaderWorker.jsm
-lib/firefox/modules/reflect.jsm
-lib/firefox/modules/remotepagemanager/MessagePort.jsm
-lib/firefox/modules/remotepagemanager/RemotePageManagerChild.jsm
-lib/firefox/modules/remotepagemanager/RemotePageManagerParent.jsm
-${PLIST.debug}lib/firefox/modules/services-automation/ServicesAutomation.jsm
-lib/firefox/modules/services-common/async.js
-lib/firefox/modules/services-common/hawkclient.js
-lib/firefox/modules/services-common/hawkrequest.js
-lib/firefox/modules/services-common/kinto-http-client.js
-lib/firefox/modules/services-common/kinto-offline-client.js
-lib/firefox/modules/services-common/kinto-storage-adapter.js
-lib/firefox/modules/services-common/logmanager.js
-lib/firefox/modules/services-common/observers.js
-lib/firefox/modules/services-common/rest.js
-lib/firefox/modules/services-common/tokenserverclient.js
-lib/firefox/modules/services-common/uptake-telemetry.js
-lib/firefox/modules/services-common/utils.js
-lib/firefox/modules/services-crypto/WeaveCrypto.js
-lib/firefox/modules/services-crypto/jwcrypto.jsm
-lib/firefox/modules/services-crypto/utils.js
-lib/firefox/modules/services-settings/Attachments.jsm
-lib/firefox/modules/services-settings/Database.jsm
-lib/firefox/modules/services-settings/IDBHelpers.jsm
-lib/firefox/modules/services-settings/RemoteSettingsClient.jsm
-lib/firefox/modules/services-settings/RemoteSettingsComponents.jsm
-lib/firefox/modules/services-settings/RemoteSettingsWorker.js
-lib/firefox/modules/services-settings/RemoteSettingsWorker.jsm
-lib/firefox/modules/services-settings/SharedUtils.jsm
-lib/firefox/modules/services-settings/Utils.jsm
-lib/firefox/modules/services-settings/remote-settings.js
-lib/firefox/modules/services-sync/SyncDisconnect.jsm
-lib/firefox/modules/services-sync/SyncedTabs.jsm
-lib/firefox/modules/services-sync/UIState.jsm
-lib/firefox/modules/services-sync/Weave.jsm
-lib/firefox/modules/services-sync/addonsreconciler.js
-lib/firefox/modules/services-sync/addonutils.js
-lib/firefox/modules/services-sync/bookmark_validator.js
-lib/firefox/modules/services-sync/bridged_engine.js
-lib/firefox/modules/services-sync/collection_validator.js
-lib/firefox/modules/services-sync/constants.js
-lib/firefox/modules/services-sync/doctor.js
-lib/firefox/modules/services-sync/engines.js
-lib/firefox/modules/services-sync/engines/addons.js
-lib/firefox/modules/services-sync/engines/bookmarks.js
-lib/firefox/modules/services-sync/engines/clients.js
-lib/firefox/modules/services-sync/engines/extension-storage.js
-lib/firefox/modules/services-sync/engines/forms.js
-lib/firefox/modules/services-sync/engines/history.js
-lib/firefox/modules/services-sync/engines/passwords.js
-lib/firefox/modules/services-sync/engines/prefs.js
-lib/firefox/modules/services-sync/engines/tabs.js
-lib/firefox/modules/services-sync/keys.js
-lib/firefox/modules/services-sync/main.js
-lib/firefox/modules/services-sync/policies.js
-lib/firefox/modules/services-sync/record.js
-lib/firefox/modules/services-sync/resource.js
-lib/firefox/modules/services-sync/service.js
-lib/firefox/modules/services-sync/stages/declined.js
-lib/firefox/modules/services-sync/stages/enginesync.js
-lib/firefox/modules/services-sync/status.js
-lib/firefox/modules/services-sync/sync_auth.js
-lib/firefox/modules/services-sync/telemetry.js
-lib/firefox/modules/services-sync/util.js
-lib/firefox/modules/sessionstore/PrivacyFilter.jsm
-lib/firefox/modules/sessionstore/PrivacyLevel.jsm
-lib/firefox/modules/sessionstore/SessionHistory.jsm
-lib/firefox/modules/sessionstore/Utils.jsm
-lib/firefox/modules/storage-json.js
-lib/firefox/modules/subprocess/subprocess_common.jsm
-lib/firefox/modules/subprocess/subprocess_shared.js
-lib/firefox/modules/subprocess/subprocess_shared_unix.js
-lib/firefox/modules/subprocess/subprocess_unix.jsm
-lib/firefox/modules/subprocess/subprocess_worker_common.js
-lib/firefox/modules/subprocess/subprocess_worker_unix.js
-lib/firefox/modules/third_party/fathom/fathom.jsm
-lib/firefox/modules/third_party/jsesc/jsesc.js
-lib/firefox/modules/txEXSLTRegExFunctions.jsm
-lib/firefox/modules/vtt.jsm
-lib/firefox/modules/workers/PromiseWorker.js
-lib/firefox/modules/workers/require.js
+lib/firefox/omni.ja
 lib/firefox/pingsender
 lib/firefox/platform.ini
 lib/firefox/plugin-container
 lib/firefox/removed-files
-lib/firefox/res/EditorOverride.css
-lib/firefox/res/contenteditable.css
-lib/firefox/res/designmode.css
-lib/firefox/res/dtd/htmlmathml-f.ent
-lib/firefox/res/fonts/mathfont.properties
-lib/firefox/res/fonts/mathfontSTIXGeneral.properties
-lib/firefox/res/fonts/mathfontUnicode.properties
-lib/firefox/res/grabber.gif
-lib/firefox/res/language.properties
-lib/firefox/res/locale/dom/dom.properties
-lib/firefox/res/locale/layout/HtmlForm.properties
-lib/firefox/res/locale/layout/MediaDocument.properties
-lib/firefox/res/locale/layout/xmlparser.properties
-lib/firefox/res/multilocale.txt
-lib/firefox/res/svg.css
-lib/firefox/res/table-add-column-after-active.gif
-lib/firefox/res/table-add-column-after-hover.gif
-lib/firefox/res/table-add-column-after.gif
-lib/firefox/res/table-add-column-before-active.gif
-lib/firefox/res/table-add-column-before-hover.gif
-lib/firefox/res/table-add-column-before.gif
-lib/firefox/res/table-add-row-after-active.gif
-lib/firefox/res/table-add-row-after-hover.gif
-lib/firefox/res/table-add-row-after.gif
-lib/firefox/res/table-add-row-before-active.gif
-lib/firefox/res/table-add-row-before-hover.gif
-lib/firefox/res/table-add-row-before.gif
-lib/firefox/res/table-remove-column-active.gif
-lib/firefox/res/table-remove-column-hover.gif
-lib/firefox/res/table-remove-column.gif
-lib/firefox/res/table-remove-row-active.gif
-lib/firefox/res/table-remove-row-hover.gif
-lib/firefox/res/table-remove-row.gif
 share/applications/firefox.desktop
 share/pixmaps/firefox.png

Index: pkgsrc/www/firefox/distinfo
diff -u pkgsrc/www/firefox/distinfo:1.440 pkgsrc/www/firefox/distinfo:1.441
--- pkgsrc/www/firefox/distinfo:1.440   Fri Jul 23 07:49:53 2021
+++ pkgsrc/www/firefox/distinfo Fri Aug 13 14:57:52 2021
@@ -1,13 +1,13 @@
-$NetBSD: distinfo,v 1.440 2021/07/23 07:49:53 ryoon Exp $
+$NetBSD: distinfo,v 1.441 2021/08/13 14:57:52 ryoon Exp $
 
-SHA1 (firefox-90.0.2.source.tar.xz) = bc8038e849f300623ffa868187d9d53ae655e31c
-RMD160 (firefox-90.0.2.source.tar.xz) = d7b9bcc513b1993dba9e50e7464e1b0975bf6e85
-SHA512 (firefox-90.0.2.source.tar.xz) = 4fda0b1e666fb0b1d846708fad2b48a5b53d48e7fc2a5da1f234b5b839c55265b41f6509e6b506d5e8a7455f816dfa5ab538589bc9e83b7e3846f0f72210513e
-Size (firefox-90.0.2.source.tar.xz) = 380670372 bytes
-SHA1 (nodejs-output-89.0.2.tgz) = 4b8bd0e1c398a4b02b254d8d6aa919a340e77af2
-RMD160 (nodejs-output-89.0.2.tgz) = 88826c7e23cda74efd4e2c699c8787ffda087e10
-SHA512 (nodejs-output-89.0.2.tgz) = 19046c2d1a150b0c9049005f2bc3e181e548e5a4a6bb1fa4baca1d18f73d8257e7032fe69220b4e4a49e1949cba4315103fb766c4b79e8a328d09c246d156906
-Size (nodejs-output-89.0.2.tgz) = 200785 bytes
+SHA1 (firefox-91.0.source.tar.xz) = b1121b8165bef5afc81864a6e114288371ee4697
+RMD160 (firefox-91.0.source.tar.xz) = 4de0bca53714741367fdad47731887f98531a005
+SHA512 (firefox-91.0.source.tar.xz) = a02486a3996570e0cc815e92c98890bca1d27ce0018c2ee3d4bff9a6e54dbc8f5926fea8b5864f208e15389d631685b2add1e4e9e51146e40224d16d5c02f730
+Size (firefox-91.0.source.tar.xz) = 380788436 bytes
+SHA1 (nodejs-output-91.0.tgz) = 4c5220054c1364ff679351c46206f5a4886c03bf
+RMD160 (nodejs-output-91.0.tgz) = b21fe976a919cd891a757eaba2f4006d8e4ab747
+SHA512 (nodejs-output-91.0.tgz) = 3a457101a4aaa5ae955b77c41ba6b0d98eb5dd0ae9d6d8cc77c0c7bc0e844238a9c0d86cd1838ffb6a37ad8851f871c21e4ca1bb59d11e58fc42c5fec88c298c
+Size (nodejs-output-91.0.tgz) = 201061 bytes
 SHA1 (patch-aa) = 15b8567cee2af9853f6949c80345ffcb1fd3852a
 SHA1 (patch-browser_app_profile_firefox.js) = 89cea0a66457c96ad0b94aaa524aa5942ad781d0
 SHA1 (patch-build_moz.configure_rust.configure) = 25ddfacd29cebbc6db005dbe61a2a7446d480678

Index: pkgsrc/www/firefox/mozilla-common.mk
diff -u pkgsrc/www/firefox/mozilla-common.mk:1.203 pkgsrc/www/firefox/mozilla-common.mk:1.204
--- pkgsrc/www/firefox/mozilla-common.mk:1.203  Fri Jul  2 10:51:16 2021
+++ pkgsrc/www/firefox/mozilla-common.mk        Fri Aug 13 14:57:52 2021
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.203 2021/07/02 10:51:16 tnn Exp $
+# $NetBSD: mozilla-common.mk,v 1.204 2021/08/13 14:57:52 ryoon Exp $
 #
 # common Makefile fragment for mozilla packages based on gecko 2.0.
 #
@@ -37,9 +37,16 @@ TOOL_DEPENDS+=               nasm>=2.14:../../devel/n
 TOOL_DEPENDS+=         yasm>=1.1:../../devel/yasm
 .endif
 
-# For rustc/cargo detection
+# This is to work around build failures where an upstream configuration script
+# is confused by having more than one approximate match to MACHINE_GNU_PLATFORM
+# "i486" when attempting to select the Rust compiler target.
+.if !empty(MACHINE_PLATFORM:MNetBSD-*-i386)
+CONFIGURE_ARGS+=       --target=i586-unknown-netbsd
+CONFIGURE_ARGS+=       --host=i586-unknown-netbsd
+.else
 CONFIGURE_ARGS+=       --target=${MACHINE_GNU_PLATFORM}
 CONFIGURE_ARGS+=       --host=${MACHINE_GNU_PLATFORM}
+.endif
 
 CONFIGURE_ENV+=                BINDGEN_CFLAGS="-isystem${PREFIX}/include/nspr \
                        -isystem${X11BASE}/include/pixman-1"
@@ -54,9 +61,11 @@ TOOLS_PLATFORM.tar=  ${TOOLS_PATH.bsdtar}
 USE_TOOLS+=            bsdtar
 .endif
 
+PLIST_VARS+=   i386
 .if ${MACHINE_ARCH} == "i386"
 # This is required for SSE2 code under i386.
 CXXFLAGS+=             -mstackrealign
+PLIST.i386=            yes
 .endif
 
 CHECK_PORTABILITY_SKIP+=       ${MOZILLA_DIR}security/nss/tests/libpkix/libpkix.sh
@@ -87,7 +96,7 @@ CONFIGURE_ARGS+=      --with-system-zlib
 CONFIGURE_ARGS+=       --with-system-libevent=${BUILDLINK_PREFIX.libevent}
 CONFIGURE_ARGS+=       --disable-crashreporter
 CONFIGURE_ARGS+=       --disable-necko-wifi
-CONFIGURE_ARGS+=       --enable-chrome-format=flat
+CONFIGURE_ARGS+=       --enable-chrome-format=omni
 CONFIGURE_ARGS+=       --with-system-webp
 
 #CONFIGURE_ARGS+=      --enable-readline

Index: pkgsrc/www/firefox/options.mk
diff -u pkgsrc/www/firefox/options.mk:1.62 pkgsrc/www/firefox/options.mk:1.63
--- pkgsrc/www/firefox/options.mk:1.62  Wed Nov 18 22:38:21 2020
+++ pkgsrc/www/firefox/options.mk       Fri Aug 13 14:57:52 2021
@@ -1,11 +1,10 @@
-# $NetBSD: options.mk,v 1.62 2020/11/18 22:38:21 riastradh Exp $
+# $NetBSD: options.mk,v 1.63 2021/08/13 14:57:52 ryoon Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.firefox
 
 PKG_SUPPORTED_OPTIONS= official-mozilla-branding
 PKG_SUPPORTED_OPTIONS+=        debug debug-info mozilla-jemalloc webrtc
 PKG_SUPPORTED_OPTIONS+=        alsa pulseaudio dbus
-PLIST_VARS+=           debug
 
 .if ${OPSYS} == "Linux"
 PKG_SUGGESTED_OPTIONS+=        pulseaudio mozilla-jemalloc dbus webrtc
@@ -38,7 +37,6 @@ CONFIGURE_ARGS+=      --enable-debug="-g -Og"
 CONFIGURE_ARGS+=       --disable-optimize
 CONFIGURE_ARGS+=       --enable-debug-js-modules
 CONFIGURE_ARGS+=       --disable-install-strip
-PLIST.debug=           yes
 .else
 .  if !empty(PKG_OPTIONS:Mdebug-info)
 CONFIGURE_ARGS+=       --enable-debug-symbols
@@ -74,11 +72,9 @@ NO_BIN_ON_CDROM=     ${RESTRICTED}
 NO_BIN_ON_FTP=         ${RESTRICTED}
 .endif
 
-PLIST_VARS+=           webrtc
 .if !empty(PKG_OPTIONS:Mwebrtc)
 .include "../../graphics/libv4l/buildlink3.mk"
 CONFIGURE_ARGS+=       --enable-webrtc
-PLIST.webrtc=          yes
 .else
 CONFIGURE_ARGS+=       --disable-webrtc
 .endif

Index: pkgsrc/www/firefox/files/node-wrapper.sh
diff -u pkgsrc/www/firefox/files/node-wrapper.sh:1.2 pkgsrc/www/firefox/files/node-wrapper.sh:1.3
--- pkgsrc/www/firefox/files/node-wrapper.sh:1.2        Wed Jun 30 15:09:55 2021
+++ pkgsrc/www/firefox/files/node-wrapper.sh    Fri Aug 13 14:57:52 2021
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-VERS=v14.17.1
+VERS=v14.17.4
 
 if [ "$1" = "-v" ] || [ "$1" = "--version" ]; then
        printf "${VERS}\n"



Home | Main Index | Thread Index | Old Index