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 69.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/37f6f1d54cbf
branches:  trunk
changeset: 339078:37f6f1d54cbf
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri Sep 06 03:00:23 2019 +0000

description:
Update to 69.0

* Use clang to compile all files. Mix of gcc and clang causes some errors in
  Rust c++ command invocation (C++ header mismatches).

Changelog:
New

    Enhanced Tracking Protection (ETP) rolls out stronger privacy protections:
        The default standard setting for this feature now blocks third-party tracking cookies and cryptominers.
        The optional strict setting blocks fingerprinters as well as the items blocked in the standard setting.

    The Block Autoplay feature is enhanced to give users the option to block any video that automatically starts playing, not just those that automatically play with sound.

    For our users in the US or using the en-US browser, we are shipping a new ?New Tab? page experience that connects you to the best of Pocket?s content.

    Support for the Web Authentication HmacSecret extension via Windows Hello now comes with this release, for versions of Windows 10 May 2019 or newer, enabling more passwordless experiences on the 
web.

    Support for receiving multiple video codecs with this release makes it easier for WebRTC conferencing services to mix video from different clients.

    For our users on Windows 10, you?ll see performance and UI improvements:
        Firefox will give Windows hints to appropriately set content process priority levels, meaning more processor time spent on the tasks you're actively working on, and less processor time spent 
on things in the background (with the exception of video and audio playback).
        For our existing Windows 10 users, you can easily find and launch Firefox from a shortcut on the Win10 taskbar.

    For our users on macOS, battery life and download UI are both improved:
        macOS users on dual-graphics-card machines (like MacBook Pro) will switch back to the low-power GPU more aggressively, saving battery life.
        Finder on macOS now displays download progress for files being downloaded.

    JIT support comes to ARM64 for improved performance of our JavaScript Optimizing JIT compiler.

Fixed

    Various security fixes

Changed

    As previously announced in the Plugin Roadmap for Firefox, the "Always Activate" option for Flash plugin content has been removed. Firefox will now always ask for user permission before 
activating Flash content on a website.

    With the deprecation of Adobe Flash Player, there is no longer a need to identify users on 32-bit version of the Firefox browser on 64-bit version operating systems reducing user agent 
fingerprinting factors providing greater level of privacy to our users as well as improving the experience of downloading other apps.

    Firefox no longer loads userChrome.css or userContent.css by default improving start-up performance. Users who wish to customize Firefox by using these files can set the 
toolkit.legacyUserProfileCustomizations.stylesheets preference to true to restore this ability.

Enterprise

    For Enterprise system administrators that manage macOS computers, we begin shipping a Mozilla signed PKG installer to simplify your deployments.

Developer

    For our mobile web developers, we have migrated remote debugging from the old WebIDE into a re-designed about:debugging, making debugging GeckoView on remote devices via USB rock solid.

    The network panel will now show blocked resources to allow developers to best understand the impact of content blocking and ad blocking extensions given our ongoing expansion of Enhanced Tracking 
Protection to all users with this release.

    The new event listener breakpoint feature allows developers to pause on a host of different event types, whether it be related to animations, DOM, media, mouse, touch, worker, and many other 
event types.

    Firefox Developer Tools now offers an audit for the presence of text alternatives for non-text content, the a11y panel checks toolbar has been augmented to better help developers adhere to WCAG 
Guideline 1.1.


Security fixes:
#CVE-2019-11751: Malicious code execution through command line parameters
#CVE-2019-11746: Use-after-free while manipulating video
#CVE-2019-11744: XSS by breaking out of title and textarea elements using innerHTML
#CVE-2019-11742: Same-origin policy violation with SVG filters and canvas to steal cross-origin images
#CVE-2019-11736: File manipulation and privilege escalation in Mozilla Maintenance Service
#CVE-2019-11753: Privilege escalation with Mozilla Maintenance Service in custom Firefox installation location
#CVE-2019-11752: Use-after-free while extracting a key value in IndexedDB
#CVE-2019-9812: Sandbox escape through Firefox Sync
#CVE-2019-11741: Isolate addons.mozilla.org and accounts.firefox.com
#CVE-2019-11743: Cross-origin access to unload event attributes
#CVE-2019-11749: Camera information available without prompting using getUserMedia
#CVE-2019-5849: Out-of-bounds read in Skia
#CVE-2019-11750: Type confusion in Spidermonkey
#CVE-2019-11737: Content security policy directives ignore port and path if host is a wildcard
#CVE-2019-11738: Content security policy bypass through hash-based sources in directives
#CVE-2019-11747: 'Forget about this site' removes sites from pre-loaded HSTS list
#CVE-2019-11734: Memory safety bugs fixed in Firefox 69
#CVE-2019-11735: Memory safety bugs fixed in Firefox 69 and Firefox ESR 68.1
#CVE-2019-11740: Memory safety bugs fixed in Firefox 69, Firefox ESR 68.1, and Firefox ESR 60.9

diffstat:

 www/firefox/Makefile                                                            |    7 +-
 www/firefox/PLIST                                                               |  716 ++-------
 www/firefox/distinfo                                                            |   15 +-
 www/firefox/files/cubeb_sun.c                                                   |  752 ----------
 www/firefox/mozilla-common.mk                                                   |    7 +-
 www/firefox/options.mk                                                          |    4 +-
 www/firefox/patches/patch-gfx_gl_GLContextProviderGLX.cpp                       |   17 -
 www/firefox/patches/patch-gfx_skia_skia_third__party_skcms_src_Transform__inl.h |   16 -
 www/firefox/patches/patch-ipc_chromium_src_chrome_common_ipc__channel__posix.cc |   31 -
 www/firefox/patches/patch-media_libcubeb_src_cubeb.c                            |   58 -
 www/firefox/patches/patch-toolkit_xre_glxtest.cpp                               |   17 -
 11 files changed, 182 insertions(+), 1458 deletions(-)

diffs (truncated from 2425 to 300 lines):

diff -r a9d2d85ad1d9 -r 37f6f1d54cbf www/firefox/Makefile
--- a/www/firefox/Makefile      Fri Sep 06 02:55:18 2019 +0000
+++ b/www/firefox/Makefile      Fri Sep 06 03:00:23 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.392 2019/08/16 14:04:18 ryoon Exp $
+# $NetBSD: Makefile,v 1.393 2019/09/06 03:00:23 ryoon Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
-MOZ_BRANCH=            68.0
-MOZ_BRANCH_MINOR=      .2
+MOZ_BRANCH=            69.0
+MOZ_BRANCH_MINOR=      
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       ${DISTNAME:S/.source//:S/b/beta/:S/esr//}
@@ -68,7 +68,6 @@
 .endif
 
 post-extract:
-       ${CP} ${FILESDIR}/cubeb_sun.c ${WRKSRC}/media/libcubeb/src/cubeb_sun.c
        mv ${WRKSRC}/gfx/ycbcr/yuv_row_arm.s ${WRKSRC}/gfx/ycbcr/yuv_row_arm.S
 # XXX Hack taken from lang/rust.
 # patch(1) in NetBSD does not handle .cargo-checksum.json like long width file.
diff -r a9d2d85ad1d9 -r 37f6f1d54cbf www/firefox/PLIST
--- a/www/firefox/PLIST Fri Sep 06 02:55:18 2019 +0000
+++ b/www/firefox/PLIST Fri Sep 06 03:00:23 2019 +0000
@@ -1,23 +1,30 @@
-@comment $NetBSD: PLIST,v 1.142 2019/08/16 14:04:18 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.143 2019/09/06 03:00:23 ryoon Exp $
 bin/firefox
 lib/firefox/actors/AudioPlaybackChild.jsm
 lib/firefox/actors/AutoplayChild.jsm
-lib/firefox/actors/BrowserChild.jsm
+lib/firefox/actors/AutoplayParent.jsm
+lib/firefox/actors/BrowserElementChild.jsm
+lib/firefox/actors/BrowserElementParent.jsm
 lib/firefox/actors/ControllersChild.jsm
 lib/firefox/actors/DateTimePickerChild.jsm
+lib/firefox/actors/DateTimePickerParent.jsm
 lib/firefox/actors/ExtFindChild.jsm
 lib/firefox/actors/FindBarChild.jsm
 lib/firefox/actors/FinderChild.jsm
 lib/firefox/actors/FormSubmitChild.jsm
+lib/firefox/actors/InlineSpellCheckerChild.jsm
+lib/firefox/actors/InlineSpellCheckerParent.jsm
 lib/firefox/actors/KeyPressEventModelCheckerChild.jsm
 lib/firefox/actors/PictureInPictureChild.jsm
 lib/firefox/actors/PopupBlockingChild.jsm
 lib/firefox/actors/PrintingChild.jsm
 lib/firefox/actors/PurgeSessionHistoryChild.jsm
 lib/firefox/actors/SelectChild.jsm
+lib/firefox/actors/SelectParent.jsm
 lib/firefox/actors/SelectionSourceChild.jsm
 lib/firefox/actors/ThumbnailsChild.jsm
 lib/firefox/actors/UAWidgetsChild.jsm
+lib/firefox/actors/UAWidgetsDateTimeBoxChild.jsm
 lib/firefox/actors/UnselectedTabHoverChild.jsm
 lib/firefox/actors/WebChannelChild.jsm
 lib/firefox/actors/WebNavigationChild.jsm
@@ -27,9 +34,12 @@
 lib/firefox/browser/actors/AboutReaderChild.jsm
 lib/firefox/browser/actors/BlockedSiteChild.jsm
 lib/firefox/browser/actors/BrowserTabChild.jsm
+lib/firefox/browser/actors/BrowserTabParent.jsm
 lib/firefox/browser/actors/ClickHandlerChild.jsm
 lib/firefox/browser/actors/ContentSearchChild.jsm
 lib/firefox/browser/actors/ContextMenuChild.jsm
+lib/firefox/browser/actors/ContextMenuParent.jsm
+lib/firefox/browser/actors/ContextMenuSpecialProcessChild.jsm
 lib/firefox/browser/actors/DOMFullscreenChild.jsm
 lib/firefox/browser/actors/FormValidationChild.jsm
 lib/firefox/browser/actors/LightweightThemeChild.jsm
@@ -43,6 +53,7 @@
 lib/firefox/browser/actors/SearchTelemetryChild.jsm
 lib/firefox/browser/actors/SubframeCrashChild.jsm
 lib/firefox/browser/actors/SubframeCrashParent.jsm
+lib/firefox/browser/actors/SwitchDocumentDirectionChild.jsm
 lib/firefox/browser/actors/URIFixupChild.jsm
 lib/firefox/browser/actors/WebRTCChild.jsm
 lib/firefox/browser/blocklist.xml
@@ -88,8 +99,10 @@
 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/components/copy-to-clipboard-button.css
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/copy-to-clipboard-button.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/confirm-delete-dialog.css
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/confirm-delete-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-item.css
@@ -98,11 +111,13 @@
 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/modal-input.css
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/modal-input.js
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/reflected-fluent-element.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/icons/delete.svg
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/icons/edit.svg
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/icons/faq.svg
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/icons/favicon.svg
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/icons/feedback.svg
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/icons/hide-password.svg
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/icons/show-password.svg
 lib/firefox/browser/chrome/browser/content/browser/blockedSite.js
@@ -133,7 +148,7 @@
 lib/firefox/browser/chrome/browser/content/browser/browser-toolbarKeyNav.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.xul
+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/child/ext-browser-content-only.js
 lib/firefox/browser/chrome/browser/content/browser/child/ext-browser.js
@@ -210,6 +225,7 @@
 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
@@ -217,7 +233,9 @@
 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.xul
@@ -291,6 +309,9 @@
 lib/firefox/browser/chrome/browser/content/browser/preferences/sitePermissions.xul
 lib/firefox/browser/chrome/browser/content/browser/preferences/translation.js
 lib/firefox/browser/chrome/browser/content/browser/preferences/translation.xul
+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/robot.ico
 lib/firefox/browser/chrome/browser/content/browser/safeMode.css
 lib/firefox/browser/chrome/browser/content/browser/safeMode.js
@@ -311,6 +332,7 @@
 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/page_action.json
 lib/firefox/browser/chrome/browser/content/browser/schemas/pkcs11.json
@@ -318,11 +340,12 @@
 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/search-one-offs.js
-lib/firefox/browser/chrome/browser/content/browser/search/search.xml
 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.xul
@@ -330,9 +353,10 @@
 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/tabbrowser.xml
 lib/firefox/browser/chrome/browser/content/browser/translation-notification.js
 lib/firefox/browser/chrome/browser/content/browser/urlbarBindings.xml
 lib/firefox/browser/chrome/browser/content/browser/usercontext/usercontext.css
@@ -408,7 +432,6 @@
 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
@@ -461,6 +484,7 @@
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/illustration-privatebrowsing%2x.png@localhost
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/illustration-screenshots%2x.png@localhost
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/illustration-sync%2x.png@localhost
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/spinner.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/sync-devices-trailhead.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/sync-devices.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/topic-show-more-12.svg
@@ -542,495 +566,16 @@
 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/Tokenize.jsm
+lib/firefox/browser/chrome/browser/res/activity-stream/lib/ToolbarBadgeHub.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
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/be/activity-stream-prerendered.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/be/activity-stream-strings.js
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/be/activity-stream.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/bg/activity-stream-noscripts.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/bg/activity-stream-prerendered-noscripts.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/bg/activity-stream-prerendered.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/bg/activity-stream-strings.js
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/bg/activity-stream.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/bn/activity-stream-noscripts.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/bn/activity-stream-prerendered-noscripts.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/bn/activity-stream-prerendered.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/bn/activity-stream-strings.js
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/bn/activity-stream.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/br/activity-stream-noscripts.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/br/activity-stream-prerendered-noscripts.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/br/activity-stream-prerendered.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/br/activity-stream-strings.js
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/br/activity-stream.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/bs/activity-stream-noscripts.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/bs/activity-stream-prerendered-noscripts.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/bs/activity-stream-prerendered.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/bs/activity-stream-strings.js
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/bs/activity-stream.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/ca/activity-stream-noscripts.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/ca/activity-stream-prerendered-noscripts.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/ca/activity-stream-prerendered.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/ca/activity-stream-strings.js
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/ca/activity-stream.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/cak/activity-stream-noscripts.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/cak/activity-stream-prerendered-noscripts.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/cak/activity-stream-prerendered.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/cak/activity-stream-strings.js
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/cak/activity-stream.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/crh/activity-stream-noscripts.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/crh/activity-stream-prerendered-noscripts.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/crh/activity-stream-prerendered.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/crh/activity-stream-strings.js
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/crh/activity-stream.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/cs/activity-stream-noscripts.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/cs/activity-stream-prerendered-noscripts.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/cs/activity-stream-prerendered.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/cs/activity-stream-strings.js
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/cs/activity-stream.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/cy/activity-stream-noscripts.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/cy/activity-stream-prerendered-noscripts.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/cy/activity-stream-prerendered.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/cy/activity-stream-strings.js
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/cy/activity-stream.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/da/activity-stream-noscripts.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/da/activity-stream-prerendered-noscripts.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/da/activity-stream-prerendered.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/da/activity-stream-strings.js
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/da/activity-stream.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/de/activity-stream-noscripts.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/de/activity-stream-prerendered-noscripts.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/de/activity-stream-prerendered.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/de/activity-stream-strings.js
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/de/activity-stream.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/dsb/activity-stream-noscripts.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/dsb/activity-stream-prerendered-noscripts.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/dsb/activity-stream-prerendered.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/dsb/activity-stream-strings.js
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/dsb/activity-stream.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/el/activity-stream-noscripts.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/el/activity-stream-prerendered-noscripts.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/el/activity-stream-prerendered.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/el/activity-stream-strings.js



Home | Main Index | Thread Index | Old Index