pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/www/firefox Update to 63.0.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/9ac39e18729d
branches: trunk
changeset: 314663:9ac39e18729d
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Sun Nov 04 00:38:44 2018 +0000
description:
Update to 63.0.1
* Minimize pkgsrc specific patches.
* A build system written in Rust lang does not find a C++ header files
from pkgsrc (non-base) GCC, this version is not buildable on NetBSD 7.
I will investigate this problem again.
Changelog:
63.0.1
Fixed
Snippets are not loaded due to missing element (bug 1503047)
Print preview always shows 30% scale when it is actually Shrink To Fit
(bug 1501952)
Dialog displayed when closing multiple windows shows unreplaced %1$S
placeholder in Japanese and potentially other locales (bug 1500823)
63.0
New
Performance and visual improvements for Windows users
Performance improvements for macOS users
Added content blocking, a collection of Firefox settings that offer
users greater control over technology that can track them around the
web. In 63, users can opt to block third-party tracking cookies or
block all trackers and create exceptions for trusted sites that don't
work correctly with content blocking enabled.
WebExtensions now run in their own process on Linux
Firefox now warns about having multiple windows and tabs open
when quitting from the main menu. The Save and Quit feature has been
removed. You can restore your session by ticking the box for Restore
previous session in the General->Startup options or by using Restore
Previous Session in the main menu.
Firefox now recognizes the operating system accessibility setting for
reducing animation
Added search shortcuts for Top Sites: Amazon and Google appear as Top
Sites tiles on the Firefox Home (New Tab) page. When selected these
tiles will change focus to the address bar to initiate a search.
Currently in US only.
Fixed
Resolved an issue that prevented the address bar from autofilling
bookmarked URLs in certain cases
Various security fixes
Changed
In the Library, the Open in Sidebar feature for individual bookmarks
was removed
The option to Never check for updates was removed from about:preferences.
You can use the DisableAppUpdate enterprise policy as a substitute.
The Ctrl+Tab shortcut now displays thumbnail previews of your tabs and
cycles through tabs in recently used order. This new default behavior
is activated only in new profiles and can be changed in preferences.
#CVE-2018-12391: HTTP Live Stream audio data is accessible cross-origin
#CVE-2018-12392: Crash with nested event loops
#CVE-2018-12393: Integer overflow during Unicode conversion while loading JavaScript
#CVE-2018-12395: WebExtension bypass of domain restrictions through header rewriting
#CVE-2018-12396: WebExtension content scripts can execute in disallowed contexts
#CVE-2018-12397: Missing warning prompt when WebExtension requests local file access
#CVE-2018-12398: CSP bypass through stylesheet injection in resource URIs
#CVE-2018-12399: Spoofing of protocol registration notification bar
#CVE-2018-12400: Favicons are cached in private browsing mode on Firefox for Android
#CVE-2018-12401: DOS attack through special resource URI parsing
#CVE-2018-12402: SameSite cookies leak when pages are explicitly saved
#CVE-2018-12403: Mixed content warning is not displayed when HTTPS page loads a favicon over HTTP
#CVE-2018-12388: Memory safety bugs fixed in Firefox 63
#CVE-2018-12390: Memory safety bugs fixed in Firefox 63 and Firefox ESR 60.3
diffstat:
www/firefox/Makefile | 6 +-
www/firefox/PLIST | 1481 ++++++---
www/firefox/distinfo | 58 +-
www/firefox/mozilla-common.mk | 31 +-
www/firefox/patches/patch-aa | 21 +-
www/firefox/patches/patch-browser_app_profile_firefox.js | 11 +-
www/firefox/patches/patch-build_moz.configure_old.configure | 4 +-
www/firefox/patches/patch-build_moz.configure_rust.configure | 15 -
www/firefox/patches/patch-dom_media_CubebUtils.cpp | 6 +-
www/firefox/patches/patch-gfx_angle_checkout_src_common_third__party_smhasher_src_PMurHash.cpp | 8 +-
www/firefox/patches/patch-gfx_angle_checkout_src_compiler_translator_InfoSink.h | 4 +-
www/firefox/patches/patch-gfx_webrender_src_query.rs | 25 -
www/firefox/patches/patch-image_decoders_nsJPEGDecoder.cpp | 367 --
www/firefox/patches/patch-ipc_chromium_src_base_message__pump__libevent.cc | 8 +-
www/firefox/patches/patch-ipc_chromium_src_base_platform__thread__posix.cc | 13 +-
www/firefox/patches/patch-ipc_glue_CrossProcessSemaphore.h | 9 +-
www/firefox/patches/patch-ipc_glue_CrossProcessSemaphore__posix.cpp | 15 +-
www/firefox/patches/patch-media_libcubeb_gtest_moz.build | 4 +-
www/firefox/patches/patch-media_libcubeb_src_cubeb.c | 12 +-
www/firefox/patches/patch-media_libcubeb_src_cubeb__alsa.c | 7 +-
www/firefox/patches/patch-media_libcubeb_src_cubeb__oss.c | 4 +-
www/firefox/patches/patch-media_libcubeb_src_moz.build | 7 +-
www/firefox/patches/patch-media_libcubeb_update.sh | 4 +-
www/firefox/patches/patch-media_libyuv_libyuv_source_mjpeg__decoder.cc | 13 -
www/firefox/patches/patch-media_webrtc_trunk_webrtc_modules_audio__device_linux_audio__device__alsa__linux.cc | 17 -
www/firefox/patches/patch-media_webrtc_trunk_webrtc_modules_video__capture_linux_device__info__linux.cc | 42 -
www/firefox/patches/patch-media_webrtc_trunk_webrtc_modules_video__capture_linux_video__capture__linux.cc | 30 -
www/firefox/patches/patch-servo_components_style_build__gecko.rs | 6 +-
www/firefox/patches/patch-servo_components_style_gecko_snapshot__helpers.rs | 13 +
www/firefox/patches/patch-toolkit_components_terminator_nsTerminator.cpp | 6 +-
www/firefox/patches/patch-toolkit_library_moz.build | 9 +-
www/firefox/patches/patch-xpcom_build_BinaryPath.h | 6 +-
32 files changed, 1042 insertions(+), 1220 deletions(-)
diffs (truncated from 3807 to 300 lines):
diff -r 61559f8692d0 -r 9ac39e18729d www/firefox/Makefile
--- a/www/firefox/Makefile Sun Nov 04 00:33:56 2018 +0000
+++ b/www/firefox/Makefile Sun Nov 04 00:38:44 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.344 2018/10/03 17:30:30 maya Exp $
+# $NetBSD: Makefile,v 1.345 2018/11/04 00:38:44 ryoon Exp $
FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
-MOZ_BRANCH= 62.0
-MOZ_BRANCH_MINOR= .3
+MOZ_BRANCH= 63.0
+MOZ_BRANCH_MINOR= .1
DISTNAME= firefox-${FIREFOX_VER}.source
PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//}
diff -r 61559f8692d0 -r 9ac39e18729d www/firefox/PLIST
--- a/www/firefox/PLIST Sun Nov 04 00:33:56 2018 +0000
+++ b/www/firefox/PLIST Sun Nov 04 00:38:44 2018 +0000
@@ -1,6 +1,44 @@
-@comment $NetBSD: PLIST,v 1.132 2018/09/06 03:30:51 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.133 2018/11/04 00:38:44 ryoon Exp $
bin/firefox
+lib/firefox/actors/AudibleAutoplayChild.jsm
+lib/firefox/actors/AudioPlaybackChild.jsm
+lib/firefox/actors/BrowserChild.jsm
+lib/firefox/actors/ControllersChild.jsm
+lib/firefox/actors/DateTimePickerChild.jsm
+lib/firefox/actors/ExtFindChild.jsm
+lib/firefox/actors/FindBarChild.jsm
+lib/firefox/actors/FinderChild.jsm
+lib/firefox/actors/PopupBlockingChild.jsm
+lib/firefox/actors/PrintingChild.jsm
+lib/firefox/actors/PurgeSessionHistoryChild.jsm
+lib/firefox/actors/SelectChild.jsm
+lib/firefox/actors/SelectionSourceChild.jsm
+lib/firefox/actors/ThumbnailsChild.jsm
+lib/firefox/actors/UnselectedTabHoverChild.jsm
+lib/firefox/actors/WebChannelChild.jsm
+lib/firefox/actors/WebNavigationChild.jsm
+lib/firefox/actors/ZoomChild.jsm
lib/firefox/application.ini
+lib/firefox/browser/actors/AboutReaderChild.jsm
+lib/firefox/browser/actors/BlockedSiteChild.jsm
+lib/firefox/browser/actors/BrowserTabChild.jsm
+lib/firefox/browser/actors/ClickHandlerChild.jsm
+lib/firefox/browser/actors/ContentSearchChild.jsm
+lib/firefox/browser/actors/ContextMenuChild.jsm
+lib/firefox/browser/actors/DOMFullscreenChild.jsm
+lib/firefox/browser/actors/FormSubmitChild.jsm
+lib/firefox/browser/actors/LightWeightThemeInstallChild.jsm
+lib/firefox/browser/actors/LightweightThemeChild.jsm
+lib/firefox/browser/actors/LinkHandlerChild.jsm
+lib/firefox/browser/actors/NetErrorChild.jsm
+lib/firefox/browser/actors/OfflineAppsChild.jsm
+lib/firefox/browser/actors/PageInfoChild.jsm
+lib/firefox/browser/actors/PageMetadataChild.jsm
+lib/firefox/browser/actors/PageStyleChild.jsm
+lib/firefox/browser/actors/PluginChild.jsm
+lib/firefox/browser/actors/UAWidgetsChild.jsm
+lib/firefox/browser/actors/URIFixupChild.jsm
+lib/firefox/browser/actors/WebRTCChild.jsm
lib/firefox/browser/blocklist.xml
lib/firefox/browser/chrome.manifest
${PLIST.nobranding}lib/firefox/browser/chrome/browser/content/branding/about-background.png
@@ -40,11 +78,13 @@
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/blockedSite.js
lib/firefox/browser/chrome/browser/content/browser/blockedSite.xhtml
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-compacttheme.js
+lib/firefox/browser/chrome/browser/content/browser/browser-contentblocking.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
@@ -63,26 +103,28 @@
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-trackingprotection.js
lib/firefox/browser/chrome/browser/content/browser/browser-webrender.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/browser.xul
lib/firefox/browser/chrome/browser/content/browser/built_in_addons.json
+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-UITour.js
lib/firefox/browser/chrome/browser/content/browser/content-refreshblocker.js
lib/firefox/browser/chrome/browser/content/browser/content-sessionStore.js
lib/firefox/browser/chrome/browser/content/browser/content.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/customizableui/toolbar.xml
lib/firefox/browser/chrome/browser/content/browser/defaultthemes/1.header.jpg
@@ -115,8 +157,8 @@
lib/firefox/browser/chrome/browser/content/browser/extension.svg
lib/firefox/browser/chrome/browser/content/browser/feeds/subscribe.js
lib/firefox/browser/chrome/browser/content/browser/feeds/subscribe.xhtml
-lib/firefox/browser/chrome/browser/content/browser/hiddenWindow.xul
lib/firefox/browser/chrome/browser/content/browser/history-swipe-arrow.svg
+lib/firefox/browser/chrome/browser/content/browser/illustrations/blue-berror.svg
lib/firefox/browser/chrome/browser/content/browser/illustrations/error-connection-failure.svg
lib/firefox/browser/chrome/browser/content/browser/illustrations/error-malformed-url.svg
lib/firefox/browser/chrome/browser/content/browser/illustrations/error-server-not-found.svg
@@ -149,6 +191,7 @@
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
@@ -170,10 +213,15 @@
lib/firefox/browser/chrome/browser/content/browser/places/places.xul
lib/firefox/browser/chrome/browser/content/browser/places/tree.xml
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.js
+lib/firefox/browser/chrome/browser/content/browser/policies/aboutPolicies.xhtml
lib/firefox/browser/chrome/browser/content/browser/preferences/applicationManager.js
lib/firefox/browser/chrome/browser/content/browser/preferences/applicationManager.xul
lib/firefox/browser/chrome/browser/content/browser/preferences/blocklists.js
lib/firefox/browser/chrome/browser/content/browser/preferences/blocklists.xul
+lib/firefox/browser/chrome/browser/content/browser/preferences/browserLanguages.js
+lib/firefox/browser/chrome/browser/content/browser/preferences/browserLanguages.xul
lib/firefox/browser/chrome/browser/content/browser/preferences/clearSiteData.css
lib/firefox/browser/chrome/browser/content/browser/preferences/clearSiteData.js
lib/firefox/browser/chrome/browser/content/browser/preferences/clearSiteData.xul
@@ -236,10 +284,11 @@
lib/firefox/browser/chrome/browser/content/browser/schemas/geckoProfiler.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_internal.json
+lib/firefox/browser/chrome/browser/content/browser/schemas/menus_child.json
lib/firefox/browser/chrome/browser/content/browser/schemas/omnibox.json
lib/firefox/browser/chrome/browser/content/browser/schemas/page_action.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
@@ -261,8 +310,6 @@
lib/firefox/browser/chrome/browser/content/browser/urlbarBindings.xml
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/web-panels.js
-lib/firefox/browser/chrome/browser/content/browser/web-panels.xul
lib/firefox/browser/chrome/browser/content/browser/webext-panels.js
lib/firefox/browser/chrome/browser/content/browser/webext-panels.xul
lib/firefox/browser/chrome/browser/content/browser/webrtcIndicator.js
@@ -278,6 +325,608 @@
lib/firefox/browser/chrome/browser/content/pet.svg
lib/firefox/browser/chrome/browser/content/tree.svg
lib/firefox/browser/chrome/browser/content/vacation.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/common/Actions.jsm
+lib/firefox/browser/chrome/browser/res/activity-stream/common/Dedupe.jsm
+lib/firefox/browser/chrome/browser/res/activity-stream/common/PerfService.jsm
+lib/firefox/browser/chrome/browser/res/activity-stream/common/PrerenderData.jsm
+lib/firefox/browser/chrome/browser/res/activity-stream/common/Reducers.jsm
+lib/firefox/browser/chrome/browser/res/activity-stream/css/activity-stream.css
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/activity-stream.bundle.js
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_amazon_assistant.png
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_enhancer_youtube.png
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_fb_container.png
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_google_translate.png
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_reddit_enhancement.png
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_wiki_search.png
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/fox-tail.png
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-add-16.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-arrowhead-down-12.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-arrowhead-down-16.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-cancel-16.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-delete-16.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-dismiss-16.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-edit-16.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-help-24.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-highlights-16.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-import-16.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-info-16.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-maximize-16.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-minimize-16.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-modal-delete-32.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-newWindow-16.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-open-file-16.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-pin-12.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-pin-16.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-pocket-16.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-pocket-save-16.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-search-16.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-star-17.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-topsites-16.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-trending-16.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-unpin-16.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-webextension-16.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/illustration-addons%2x.png@localhost
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/illustration-gift%2x.png@localhost
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/illustration-privatebrowsing%2x.png@localhost
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/illustration-screenshots%2x.png@localhost
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/sync-devices.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/topic-show-more-12.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/aliexpress-com%2x.png@localhost
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/allegro-pl%2x.png@localhost
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/amazon%2x.png@localhost
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/avito-ru%2x.png@localhost
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/baidu-com%2x.png@localhost
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/bbc-uk%2x.png@localhost
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/bing-com%2x.png@localhost
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/duckduckgo-com%2x.png@localhost
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/ebay%2x.png@localhost
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/facebook-com%2x.png@localhost
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/google-com%2x.png@localhost
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/leboncoin-fr%2x.png@localhost
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/ok-ru%2x.png@localhost
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/olx-pl%2x.png@localhost
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/reddit-com%2x.png@localhost
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/twitter-com%2x.png@localhost
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/vk-com%2x.png@localhost
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/wikipedia-org%2x.png@localhost
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/wykop-pl%2x.png@localhost
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/yandex-com%2x.png@localhost
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/youtube-com%2x.png@localhost
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/top_sites.json
+lib/firefox/browser/chrome/browser/res/activity-stream/lib/ASRouter.jsm
+lib/firefox/browser/chrome/browser/res/activity-stream/lib/ASRouterFeed.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/CFRMessageProvider.jsm
+lib/firefox/browser/chrome/browser/res/activity-stream/lib/CFRPageActions.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/LinksCache.jsm
+lib/firefox/browser/chrome/browser/res/activity-stream/lib/ManualMigration.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/PersistentCache.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/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/SnippetsFeed.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/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/prerendered/ach/activity-stream-noscripts.html
+lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/ach/activity-stream-prerendered-noscripts.html
+lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/ach/activity-stream-prerendered.html
+lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/ach/activity-stream-strings.js
+lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/ach/activity-stream.html
+lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/an/activity-stream-noscripts.html
+lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/an/activity-stream-prerendered-noscripts.html
+lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/an/activity-stream-prerendered.html
+lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/an/activity-stream-strings.js
+lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/an/activity-stream.html
+lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/ar/activity-stream-noscripts.html
+lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/ar/activity-stream-prerendered-noscripts.html
+lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/ar/activity-stream-prerendered.html
+lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/ar/activity-stream-strings.js
+lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/ar/activity-stream.html
+lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/ast/activity-stream-noscripts.html
+lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/ast/activity-stream-prerendered-noscripts.html
+lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/ast/activity-stream-prerendered.html
+lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/ast/activity-stream-strings.js
+lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/ast/activity-stream.html
+lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/az/activity-stream-noscripts.html
+lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/az/activity-stream-prerendered-noscripts.html
+lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/az/activity-stream-prerendered.html
+lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/az/activity-stream-strings.js
+lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/az/activity-stream.html
+lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/be/activity-stream-noscripts.html
+lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/be/activity-stream-prerendered-noscripts.html
Home |
Main Index |
Thread Index |
Old Index