pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/firefox firefox: Update to 91.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c56d6c19bfee
branches:  trunk
changeset: 456992:c56d6c19bfee
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri Aug 13 14:57:52 2021 +0000

description:
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

diffstat:

 www/firefox/Makefile              |    13 +-
 www/firefox/PLIST                 |  5785 +------------------------------------
 www/firefox/distinfo              |    18 +-
 www/firefox/files/node-wrapper.sh |     2 +-
 www/firefox/mozilla-common.mk     |    15 +-
 www/firefox/options.mk            |     6 +-
 6 files changed, 38 insertions(+), 5801 deletions(-)

diffs (truncated from 5973 to 300 lines):

diff -r 313e55c3ccd7 -r c56d6c19bfee www/firefox/Makefile
--- a/www/firefox/Makefile      Fri Aug 13 14:45:53 2021 +0000
+++ b/www/firefox/Makefile      Fri Aug 13 14:57:52 2021 +0000
@@ -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/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
diff -r 313e55c3ccd7 -r c56d6c19bfee www/firefox/PLIST
--- a/www/firefox/PLIST Fri Aug 13 14:45:53 2021 +0000
+++ b/www/firefox/PLIST Fri Aug 13 14:57:52 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index