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 68.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4c3adc9af054
branches:  trunk
changeset: 398126:4c3adc9af054
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu Jul 11 11:32:40 2019 +0000

description:
Update to 68.0

Changelog:

New
    Dark mode in reader view expands so that windows are also dark on the controls, sidebars and toolbars.

    Improved extension security and discovery:
        New reporting feature in about:addons allows you to report security and performance issues with extensions and themes.
        Redesigned extensions dashboard in about:addons provides easy access to information about your extensions, including data and settings access required by each extension.
        Find high quality, secure extensions via the Recommended Extensions program in about:addons, which now displays user count and ratings for each extension. "Recommended? badges for these 
extensions also appear on AMO. More extensions will be added over time.

    Cryptomining and fingerprinting protections are added to strict content blocking settings in Privacy & Security preferences.

    WebRender will roll out to Windows 10 users with AMD graphics cards.

    Windows Background Intelligent Transfer Service (BITS) update download support, which allows Firefox update downloads to continue when Firefox is closed.

Fixed

    Various security fixes

    Local files can no longer access other files in the same directory.

Security fixes:
#CVE-2019-9811: Sandbox escape via installation of malicious language pack
#CVE-2019-11711: Script injection within domain through inner window reuse
#CVE-2019-11712: Cross-origin POST requests can be made with NPAPI plugins by following 308 redirects
#CVE-2019-11713: Use-after-free with HTTP/2 cached stream
#CVE-2019-11714: NeckoChild can trigger crash when accessed off of main thread
#CVE-2019-11729: Empty or malformed p256-ECDH public keys may trigger a segmentation fault
#CVE-2019-11715: HTML parsing error can contribute to content XSS
#CVE-2019-11716: globalThis not enumerable until accessed
#CVE-2019-11717: Caret character improperly escaped in origins
#CVE-2019-11718: Activity Stream writes unsanitized content to innerHTML
#CVE-2019-11719: Out-of-bounds read when importing curve25519 private key
#CVE-2019-11720: Character encoding XSS vulnerability
#CVE-2019-11721: Domain spoofing through unicode latin 'kra' character
#CVE-2019-11730: Same-origin policy treats all files in a directory as having the same-origin
#CVE-2019-11723: Cookie leakage during add-on fetching across private browsing boundaries
#CVE-2019-11724: Retired site input.mozilla.org has remote troubleshooting permissions
#CVE-2019-11725: Websocket resources bypass safebrowsing protections
#CVE-2019-11727: PKCS#1 v1.5 signatures can be used for TLS 1.3
#CVE-2019-11728: Port scanning through Alt-Svc header
#CVE-2019-11710: Memory safety bugs fixed in Firefox 68
#CVE-2019-11709: Memory safety bugs fixed in Firefox 68 and Firefox ESR 60.8

diffstat:

 www/firefox/Makefile                                                                           |     6 +-
 www/firefox/PLIST                                                                              |  1517 +++++----
 www/firefox/distinfo                                                                           |    29 +-
 www/firefox/patches/patch-browser_app_profile_firefox.js                                       |    10 +-
 www/firefox/patches/patch-build_moz.configure_old.configure                                    |     8 +-
 www/firefox/patches/patch-dom_media_CubebUtils.cpp                                             |     8 +-
 www/firefox/patches/patch-gfx_angle_checkout_src_common_third__party_smhasher_src_PMurHash.cpp |    18 +-
 www/firefox/patches/patch-js_xpconnect_src_XPCMaps.cpp                                         |    21 -
 www/firefox/patches/patch-python_mozbuild_mozbuild_action_check__binary.py                     |    16 -
 www/firefox/patches/patch-servo_components_style_build__gecko.rs                               |    15 -
 www/firefox/patches/patch-third__party_rust_libc_src_unix_bsd_netbsdlike_netbsd_mod.rs         |    16 -
 www/firefox/patches/patch-third__party_rust_libc_src_unix_bsd_netbsdlike_netbsd_other_mod.rs   |    26 -
 www/firefox/patches/patch-toolkit_modules_subprocess_subprocess__shared__unix.js               |    10 +-
 www/firefox/patches/patch-xpcom_components_nsComponentManager.cpp                              |    20 -
 www/firefox/patches/patch-xpcom_reflect_xptcall_md_unix_moz.build                              |    12 +-
 www/firefox/patches/patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__sparc64__openbsd.cpp       |    18 -
 16 files changed, 935 insertions(+), 815 deletions(-)

diffs (truncated from 2841 to 300 lines):

diff -r 0e4545b998c9 -r 4c3adc9af054 www/firefox/Makefile
--- a/www/firefox/Makefile      Thu Jul 11 11:20:06 2019 +0000
+++ b/www/firefox/Makefile      Thu Jul 11 11:32:40 2019 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.387 2019/06/21 16:35:32 ryoon Exp $
+# $NetBSD: Makefile,v 1.388 2019/07/11 11:32:40 ryoon Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
-MOZ_BRANCH=            67.0
-MOZ_BRANCH_MINOR=      .4
+MOZ_BRANCH=            68.0
+MOZ_BRANCH_MINOR=      
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       ${DISTNAME:S/.source//:S/b/beta/:S/esr//}
diff -r 0e4545b998c9 -r 4c3adc9af054 www/firefox/PLIST
--- a/www/firefox/PLIST Thu Jul 11 11:20:06 2019 +0000
+++ b/www/firefox/PLIST Thu Jul 11 11:32:40 2019 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.140 2019/05/27 05:57:40 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.141 2019/07/11 11:32:40 ryoon Exp $
 bin/firefox
 lib/firefox/actors/AudioPlaybackChild.jsm
 lib/firefox/actors/AutoplayChild.jsm
@@ -10,6 +10,7 @@
 lib/firefox/actors/FinderChild.jsm
 lib/firefox/actors/FormSubmitChild.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
@@ -22,6 +23,7 @@
 lib/firefox/actors/WebNavigationChild.jsm
 lib/firefox/actors/ZoomChild.jsm
 lib/firefox/application.ini
+lib/firefox/browser/actors/AboutLoginsChild.jsm
 lib/firefox/browser/actors/AboutReaderChild.jsm
 lib/firefox/browser/actors/BlockedSiteChild.jsm
 lib/firefox/browser/actors/BrowserTabChild.jsm
@@ -30,7 +32,6 @@
 lib/firefox/browser/actors/ContextMenuChild.jsm
 lib/firefox/browser/actors/DOMFullscreenChild.jsm
 lib/firefox/browser/actors/FormValidationChild.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
@@ -40,6 +41,8 @@
 lib/firefox/browser/actors/PluginChild.jsm
 lib/firefox/browser/actors/RFPHelperChild.jsm
 lib/firefox/browser/actors/SearchTelemetryChild.jsm
+lib/firefox/browser/actors/SubframeCrashChild.jsm
+lib/firefox/browser/actors/SubframeCrashParent.jsm
 lib/firefox/browser/actors/URIFixupChild.jsm
 lib/firefox/browser/actors/WebRTCChild.jsm
 lib/firefox/browser/blocklist.xml
@@ -50,6 +53,7 @@
 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/horizontal-lockup.svg
 lib/firefox/browser/chrome/browser/content/branding/icon128.png
 lib/firefox/browser/chrome/browser/content/branding/icon16.png
@@ -62,8 +66,8 @@
 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.xul
+lib/firefox/browser/chrome/browser/content/browser/aboutFrameCrashed.html
 lib/firefox/browser/chrome/browser/content/browser/aboutLibrary.xhtml
-lib/firefox/browser/chrome/browser/content/browser/aboutNetError-new.xhtml
 lib/firefox/browser/chrome/browser/content/browser/aboutNetError.js
 lib/firefox/browser/chrome/browser/content/browser/aboutNetError.xhtml
 lib/firefox/browser/chrome/browser/content/browser/aboutPrivateBrowsing.css
@@ -72,7 +76,6 @@
 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-widget-left.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
@@ -82,12 +85,31 @@
 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/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/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
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/login-item.js
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/login-list-item.css
+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/icons/delete.svg
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/icons/edit.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
 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
@@ -96,6 +118,7 @@
 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-media.js
 lib/firefox/browser/chrome/browser/content/browser/browser-pageActions.js
 lib/firefox/browser/chrome/browser/content/browser/browser-places.js
@@ -103,14 +126,13 @@
 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-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-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
@@ -145,8 +167,6 @@
 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/defaultthemes/dark.icon.svg
-lib/firefox/browser/chrome/browser/content/browser/defaultthemes/light.icon.svg
 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
@@ -188,7 +208,6 @@
 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-geckoProfiler.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-omnibox.js
@@ -289,7 +308,6 @@
 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/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_child.json
@@ -429,6 +447,8 @@
 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-play-12.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-archive-16.svg
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-pocket-delete-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
@@ -492,6 +512,7 @@
 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/DiscoveryStreamFeed.jsm
@@ -504,6 +525,7 @@
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/NewTabInit.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/NmfTextTagger.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.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/PlacesFeed.jsm
@@ -514,7 +536,6 @@
 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/SnippetsFeed.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
@@ -560,16 +581,11 @@
 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-BD/activity-stream-noscripts.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/bn-BD/activity-stream-prerendered-noscripts.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/bn-BD/activity-stream-prerendered.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/bn-BD/activity-stream-strings.js
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/bn-BD/activity-stream.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/bn-IN/activity-stream-noscripts.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/bn-IN/activity-stream-prerendered-noscripts.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/bn-IN/activity-stream-prerendered.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/bn-IN/activity-stream-strings.js
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/bn-IN/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
@@ -840,21 +856,11 @@
 lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/lv/activity-stream-prerendered.html
 lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/lv/activity-stream-strings.js
 lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/lv/activity-stream.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/mai/activity-stream-noscripts.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/mai/activity-stream-prerendered-noscripts.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/mai/activity-stream-prerendered.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/mai/activity-stream-strings.js
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/mai/activity-stream.html
 lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/mk/activity-stream-noscripts.html
 lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/mk/activity-stream-prerendered-noscripts.html
 lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/mk/activity-stream-prerendered.html
 lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/mk/activity-stream-strings.js
 lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/mk/activity-stream.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/ml/activity-stream-noscripts.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/ml/activity-stream-prerendered-noscripts.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/ml/activity-stream-prerendered.html
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/ml/activity-stream-strings.js
-lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/ml/activity-stream.html
 lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/mr/activity-stream-noscripts.html
 lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/mr/activity-stream-prerendered-noscripts.html
 lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/mr/activity-stream-prerendered.html
@@ -986,6 +992,11 @@
 lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/tr/activity-stream-prerendered.html
 lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/tr/activity-stream-strings.js
 lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/tr/activity-stream.html
+lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/trs/activity-stream-noscripts.html
+lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/trs/activity-stream-prerendered-noscripts.html
+lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/trs/activity-stream-prerendered.html
+lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/trs/activity-stream-strings.js
+lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/trs/activity-stream.html
 lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/uk/activity-stream-noscripts.html
 lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/uk/activity-stream-prerendered-noscripts.html
 lib/firefox/browser/chrome/browser/res/activity-stream/prerendered/uk/activity-stream-prerendered.html
@@ -1023,239 +1034,295 @@
 lib/firefox/browser/chrome/browser/res/activity-stream/vendor/react-redux.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/searchplugins/allaannonser-sv-SE.xml
-lib/firefox/browser/chrome/browser/searchplugins/allegro-pl.xml
-lib/firefox/browser/chrome/browser/searchplugins/amazon-au.xml
-lib/firefox/browser/chrome/browser/searchplugins/amazon-br.xml
-lib/firefox/browser/chrome/browser/searchplugins/amazon-ca.xml
-lib/firefox/browser/chrome/browser/searchplugins/amazon-en-GB.xml
-lib/firefox/browser/chrome/browser/searchplugins/amazon-france.xml
-lib/firefox/browser/chrome/browser/searchplugins/amazon-in.xml
-lib/firefox/browser/chrome/browser/searchplugins/amazon-it.xml
-lib/firefox/browser/chrome/browser/searchplugins/amazon-jp.xml
-lib/firefox/browser/chrome/browser/searchplugins/amazon-mx.xml
-lib/firefox/browser/chrome/browser/searchplugins/amazon-nl.xml
-lib/firefox/browser/chrome/browser/searchplugins/amazondotcn.xml
-lib/firefox/browser/chrome/browser/searchplugins/amazondotcom-de.xml
-lib/firefox/browser/chrome/browser/searchplugins/amazondotcom.xml
-lib/firefox/browser/chrome/browser/searchplugins/atlas-sk.xml
-lib/firefox/browser/chrome/browser/searchplugins/azerdict.xml
-lib/firefox/browser/chrome/browser/searchplugins/azet-sk.xml
-lib/firefox/browser/chrome/browser/searchplugins/baidu.xml
-lib/firefox/browser/chrome/browser/searchplugins/bbc-alba.xml
-lib/firefox/browser/chrome/browser/searchplugins/bing.xml
-lib/firefox/browser/chrome/browser/searchplugins/bok-NO.xml
-lib/firefox/browser/chrome/browser/searchplugins/bolcom-fy-NL.xml
-lib/firefox/browser/chrome/browser/searchplugins/bolcom-nl.xml
-lib/firefox/browser/chrome/browser/searchplugins/bookplus-fi.xml
-lib/firefox/browser/chrome/browser/searchplugins/buscape.xml
-lib/firefox/browser/chrome/browser/searchplugins/ceneji.xml
-lib/firefox/browser/chrome/browser/searchplugins/chambers-en-GB.xml
-lib/firefox/browser/chrome/browser/searchplugins/cnrtl-tlfi-fr.xml
-lib/firefox/browser/chrome/browser/searchplugins/coccoc.xml
-lib/firefox/browser/chrome/browser/searchplugins/danawa-kr.xml
-lib/firefox/browser/chrome/browser/searchplugins/daum-kr.xml
-lib/firefox/browser/chrome/browser/searchplugins/ddg.xml
-lib/firefox/browser/chrome/browser/searchplugins/diccionariu-alla.xml
-lib/firefox/browser/chrome/browser/searchplugins/dict-enlv.xml
-lib/firefox/browser/chrome/browser/searchplugins/diec2.xml
-lib/firefox/browser/chrome/browser/searchplugins/drae.xml
-lib/firefox/browser/chrome/browser/searchplugins/ebay-at.xml
-lib/firefox/browser/chrome/browser/searchplugins/ebay-au.xml
-lib/firefox/browser/chrome/browser/searchplugins/ebay-be.xml
-lib/firefox/browser/chrome/browser/searchplugins/ebay-ca.xml
-lib/firefox/browser/chrome/browser/searchplugins/ebay-ch.xml



Home | Main Index | Thread Index | Old Index