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 57.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/c6ea0f508246
branches: trunk
changeset: 371632:c6ea0f508246
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Thu Nov 16 01:04:38 2017 +0000
description:
Update to 57.0
Changelog: New
A completely new browsing engine, designed to take full advantage
of the processing power in modern devices
A redesigned interface with a clean, modern appearance, consistent
visual elements, and optimizations for touch screens
A unified address and search bar. New installs will see this
unified bar. Learn how to add the stand-alone search bar to
the toolbar
A revamped new tab page that includes top visited sites, recently
visited pages, and recommendations from Pocket (in the US,
Canada, and Germany)
An updated product tour to orient new and returning Firefox
users
AMD VP9 hardware video decoder support for improved video
playback with lower power consumption
An expanded section in preferences to manage all website
permissions
Fixed
Various security fixes
Changed
Firefox now exclusively supports extensions built using the
WebExtension API, and unsupported legacy extensions will no
longer work. Learn more about our efforts to improve the
performance and security of extensions
The browser's autoscroll feature, as well as scrolling by
keyboard input and touch-dragging of scrollbars, now use
asynchronous scrolling. These scrolling methods are now similar
to other input methods like mousewheel, and provide a smoother
scrolling experience
The content process now has a stricter security sandbox that
blocks filesystem reading and writing on Linux, similar to the
protections for Windows and macOS that shipped in Firefox 56
Middle mouse paste in the content area no longer navigates to
URLs by default on Unix systems
Removed the toolbar Share button. If you relied on this feature,
you can install the Share Backported extension instead.
Some older versions of the ATOK IME, including ATOK 2006, 2008,
2009 and 2010, can cause crashes and are therefore disabled on
the Windows 64-bit version of Firefox Quantum. To fix those
incompatibility issues, please use a newer version of ATOK or
one of other IMEs.
The default font for Japanese text is now Meiryo
Security fixes:
CVE-2017-7828: Use-after-free of PressShell while restyling layout
Reporter
Nils
Impact
critical
Description
A use-after-free vulnerability can occur when flushing and resizing
layout because the PressShell object has been freed while still in
use. This results in a potentially exploitable crash during these
operations.
References
Bug 1406750 Bug 1412252
#CVE-2017-7830: Cross-origin URL information leak through Resource
Timing API
Reporter
Jun Kokatsu
Impact
high
Description
The Resource Timing API incorrectly revealed navigations in
cross-origin iframes. This is a same-origin policy violation and
could allow for data theft of URLs loaded by users.
References
Bug 1408990
#CVE-2017-7831: Information disclosure of exposed properties on
JavaScript proxy objects
Reporter
Oriol Brufau
Impact
moderate
Description
A vulnerability where the security wrapper does not deny access to
some exposed properties using the deprecated exposedProps mechanism
on proxy objects. These properties should be explicitly unavailable
to proxy objects.
References
Bug 1392026
#CVE-2017-7832: Domain spoofing through use of dotless 'i' character
followed by accent markers
Reporter
Jonathan Kew
Impact
moderate
Description
The combined, single character, version of the letter 'i' with any
of the potential accents in unicode, such as acute or grave, can
be spoofed in the addressbar by the dotless version of 'i' followed
by the same accent as a second character with most font sets. This
allows for domain spoofing attacks because these combined domain
names do not display as punycode.
References
Bug 1408782
#CVE-2017-7833: Domain spoofing with Arabic and Indic vowel marker
characters
Reporter
Rayyan Bijoora
Impact
moderate
Description
Some Arabic and Indic vowel marker characters can be combined with
Latin characters in a domain name to eclipse the non-Latin character
with some font sets on the addressbar. The non-Latin character will
not be visible to most viewers. This allows for domain spoofing
attacks because these combined domain names do not display as
punycode.
References
Bug 1370497
#CVE-2017-7834: data: URLs opened in new tabs bypass CSP protections
Reporter
Jordi Chancel
Impact
moderate
Description
A data: URL loaded in a new tab did not inherit the Content Security
Policy (CSP) of the original page, allowing for bypasses of the
policy including the execution of JavaScript. In prior versions
when data: documents also inherited the context of the original
page this would allow for potential cross-site scripting (XSS)
attacks.
References
Bug 1358009
#CVE-2017-7835: Mixed content blocking incorrectly applies with
redirects
Reporter
Ben Kelly
Impact
moderate
Description
Mixed content blocking of insecure (HTTP) sub-resources in a secure
(HTTPS) document was not correctly applied for resources that
redirect from HTTPS to HTTP, allowing content that should be blocked,
such as scripts, to be loaded on a page.
References
Bug 1402363
#CVE-2017-7836: Pingsender dynamically loads libcurl on Linux and
OS X
Reporter
Ezra Caltum
Impact
moderate
Description
The "pingsender" executable used by the Firefox Health Report
dynamically loads a system copy of libcurl, which an attacker could
replace. This allows for privilege escalation as the replaced
libcurl code will run with Firefox's privileges. Note: This attack
requires an attacker have local system access and only affects OS
X and Linux. Windows systems are not affected.
References
Bug 1401339
#CVE-2017-7837: SVG loaded as <img> can use meta tags to set cookies
Reporter
Jun Kokatsu
Impact
moderate
Description
SVG loaded through <img> tags can use <meta> tags within the SVG
data to set cookies for that page.
References
Bug 1325923
#CVE-2017-7838: Failure of individual decoding of labels in
international domain names triggers punycode display of entire IDN
Reporter
Corey Bonnell
Impact
low
Description
Punycode format text will be displayed for entire qualified
international domain names in some instances when a sub-domain
triggers the punycode display instead of the primary domain being
displayed in native script and the sub-domain only displaying as
punycode. This could be used for limited spoofing attacks due to
user confusion.
References
Bug 1399540
#CVE-2017-7839: Control characters before javascript: URLs defeats
self-XSS prevention mechanism
Reporter
Eric Lawrence
Impact
low
Description
Control characters prepended before javascript: URLs pasted in the
addressbar can cause the leading characters to be ignored and the
pasted JavaScript to be executed instead of being blocked. This
could be used in social engineering and self-cross-site-scripting
(self-XSS) attacks where users are convinced to copy and paste text
into the addressbar.
References
Bug 1402896
#CVE-2017-7840: Exported bookmarks do not strip script elements
from user-supplied tags
Reporter
Hanno Bock
Impact
low
Description
JavaScript can be injected into an exported bookmarks file by
placing JavaScript code into user-supplied tags in saved bookmarks.
If the resulting exported HTML file is later opened in a browser
this JavaScript will be executed. This could be used in social
engineering and self-cross-scripting (self-XSS) attacks if users
were convinced to add malicious tags to bookmarks, export them,
and then open the resulting file.
References
Bug 1366420
#CVE-2017-7842: Referrer Policy is not always respected for <link>
elements
Reporter
Jun Kokatsu
Impact
low
Description
If a document's Referrer Policy attribute is set to "no-referrer"
sometimes two network requests are made for <link> elements
instead of one. One of these requests includes the referrer instead
of respecting the set policy to not include a referrer on requests.
References
Bug 1397064
#CVE-2017-7827: Memory safety bugs fixed in Firefox 57
Reporter
Mozilla developers and community
Impact
critical
Description
Mozilla developers and community members Boris Zbarsky, Carsten Book,
Christian Holler, Byron Campen, Jan de Mooij, Jason Kratzer,
Jesse Schwartzentruber, Marcia Knous, Randell Jesup, Tyson Smith,
and Ting-Yu Chou reported memory safety bugs present in Firefox 56.
Some of these bugs showed evidence of memory corruption and we presume
that with enough effort that some of these could be exploited to run
arbitrary code.
References
Memory safety bugs fixed in Firefox 57
#CVE-2017-7826: Memory safety bugs fixed in Firefox 57 and Firefox
ESR 52.5
Reporter
Mozilla developers and community
Impact
critical
Description
Mozilla developers and community members Christian Holler, David
Keeler, Jon Coppeard, Julien Cristau, Jan de Mooij, Jason Kratzer,
Philipp, Nicholas Nethercote, Oriol Brufau, Andr? Bargull, Bob
Clary, Jet Villegas, Randell Jesup, Tyson Smith, Gary Kwong, and
Ryan VanderMeulen reported memory safety bugs present in Firefox
56 and Firefox ESR 52.4. Some of these bugs showed evidence of
memory corruption and we presume that with enough effort that some
of these could be exploited to run arbitrary code.
References
Memory safety bugs fixed in Firefox 57 and Firefox ESR 52.5
diffstat:
www/firefox/Makefile | 7 +-
www/firefox/PLIST | 732 +++------
www/firefox/distinfo | 64 +-
www/firefox/mozilla-common.mk | 3 +-
www/firefox/patches/patch-build_moz.configure_memory.configure | 18 +-
www/firefox/patches/patch-layout_style_ServoBindingList.h | 17 -
www/firefox/patches/patch-layout_style_ServoBindingTypes.h | 13 -
www/firefox/patches/patch-layout_style_ServoBindings.h | 16 -
www/firefox/patches/patch-layout_style_ServoBindings.toml | 29 -
www/firefox/patches/patch-media_libcubeb_src_cubeb__jack.cpp | 14 -
www/firefox/patches/patch-servo_Cargo.lock | 31 -
www/firefox/patches/patch-servo_components_devtools_lib.rs | 13 -
www/firefox/patches/patch-servo_components_layout_animation.rs | 13 -
www/firefox/patches/patch-servo_components_layout_construct.rs | 31 -
www/firefox/patches/patch-servo_components_layout_display__list__builder.rs | 13 -
www/firefox/patches/patch-servo_components_layout_flex.rs | 31 -
www/firefox/patches/patch-servo_components_layout_inline.rs | 22 -
www/firefox/patches/patch-servo_components_layout_sequential.rs | 13 -
www/firefox/patches/patch-servo_components_layout_table__cell.rs | 13 -
www/firefox/patches/patch-servo_components_layout_text.rs | 13 -
www/firefox/patches/patch-servo_components_net_cookie__storage.rs | 13 -
www/firefox/patches/patch-servo_components_profile_heartbeats.rs | 22 -
www/firefox/patches/patch-servo_components_script__plugins_unrooted__must__root.rs | 41 -
www/firefox/patches/patch-servo_components_script_dom_bindings_js.rs | 22 -
www/firefox/patches/patch-servo_components_script_dom_cssstyledeclaration.rs | 40 -
www/firefox/patches/patch-servo_components_script_dom_cssstylerule.rs | 13 -
www/firefox/patches/patch-servo_components_script_dom_document.rs | 58 -
www/firefox/patches/patch-servo_components_script_dom_medialist.rs | 22 -
www/firefox/patches/patch-servo_components_script_dom_range.rs | 22 -
www/firefox/patches/patch-servo_components_script_dom_servoparser_async__html.rs | 22 -
www/firefox/patches/patch-servo_components_script_dom_url.rs | 15 -
www/firefox/patches/patch-servo_components_script_dom_vrdisplay.rs | 13 -
www/firefox/patches/patch-servo_components_script_dom_webglrenderingcontext.rs | 13 -
www/firefox/patches/patch-servo_components_script_dom_xmlhttprequest.rs | 13 -
www/firefox/patches/patch-servo_components_script_lib.rs | 12 -
www/firefox/patches/patch-servo_components_selectors_matching.rs | 13 -
www/firefox/patches/patch-servo_components_selectors_parser.rs | 13 -
www/firefox/patches/patch-servo_components_style_gecko__bindings_sugar_ns__t__array.rs | 22 -
www/firefox/patches/patch-servo_components_style_gecko_conversions.rs | 13 -
www/firefox/patches/patch-servo_components_style_gecko_generated_bindings.rs | 51 -
www/firefox/patches/patch-servo_components_style_gecko_wrapper.rs | 27 -
www/firefox/patches/patch-servo_components_style_invalidation_element_invalidator.rs | 13 -
www/firefox/patches/patch-servo_components_style_matching.rs | 13 -
www/firefox/patches/patch-servo_components_style_properties_gecko.mako.rs | 92 -
www/firefox/patches/patch-servo_components_style_properties_properties.mako.rs | 13 -
www/firefox/patches/patch-servo_components_style_style__adjuster.rs | 31 -
www/firefox/patches/patch-servo_components_style_style__resolver.rs | 13 -
www/firefox/patches/patch-servo_components_style_stylesheets_rule__list.rs | 13 -
www/firefox/patches/patch-servo_components_style_stylesheets_rule__parser.rs | 13 -
www/firefox/patches/patch-servo_components_style_stylesheets_rules__iterator.rs | 13 -
www/firefox/patches/patch-servo_components_style_values_specified_image.rs | 22 -
www/firefox/patches/patch-servo_components_webdriver__server_lib.rs | 13 -
www/firefox/patches/patch-servo_ports_geckolib_glue.rs | 75 -
www/firefox/patches/patch-servo_rust-commit-hash | 7 -
www/firefox/patches/patch-servo_tests_unit_style_stylist.rs | 24 -
www/firefox/patches/patch-toolkit_moz.configure | 17 +-
56 files changed, 255 insertions(+), 1703 deletions(-)
diffs (truncated from 3221 to 300 lines):
diff -r eb731ab9b77b -r c6ea0f508246 www/firefox/Makefile
--- a/www/firefox/Makefile Thu Nov 16 00:40:07 2017 +0000
+++ b/www/firefox/Makefile Thu Nov 16 01:04:38 2017 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.310 2017/11/03 22:07:27 ryoon Exp $
+# $NetBSD: Makefile,v 1.311 2017/11/16 01:04:38 ryoon Exp $
FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
-MOZ_BRANCH= 56.0
-MOZ_BRANCH_MINOR= .2
+MOZ_BRANCH= 57.0
+MOZ_BRANCH_MINOR=
DISTNAME= firefox-${FIREFOX_VER}.source
PKGNAME= firefox-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//}
-PKGREVISION= 2
CATEGORIES= www
MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/}
diff -r eb731ab9b77b -r c6ea0f508246 www/firefox/PLIST
--- a/www/firefox/PLIST Thu Nov 16 00:40:07 2017 +0000
+++ b/www/firefox/PLIST Thu Nov 16 01:04:38 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.124 2017/10/17 03:39:04 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.125 2017/11/16 01:04:38 ryoon Exp $
bin/firefox
lib/firefox/application.ini
lib/firefox/browser/blocklist.xml
@@ -15,6 +15,7 @@
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
@@ -23,13 +24,11 @@
lib/firefox/browser/chrome/browser/content/browser/aboutPrivateBrowsing.css
lib/firefox/browser/chrome/browser/content/browser/aboutPrivateBrowsing.js
lib/firefox/browser/chrome/browser/content/browser/aboutPrivateBrowsing.xhtml
-lib/firefox/browser/chrome/browser/content/browser/aboutProviderDirectory.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.xhtml
lib/firefox/browser/chrome/browser/content/browser/aboutSessionRestore.js
lib/firefox/browser/chrome/browser/content/browser/aboutSessionRestore.xhtml
-lib/firefox/browser/chrome/browser/content/browser/aboutSocialError.xhtml
lib/firefox/browser/chrome/browser/content/browser/aboutTabCrashed.css
lib/firefox/browser/chrome/browser/content/browser/aboutTabCrashed.js
lib/firefox/browser/chrome/browser/content/browser/aboutTabCrashed.xhtml
@@ -53,7 +52,6 @@
lib/firefox/browser/chrome/browser/content/browser/abouthome/downloads%2x.png@localhost
lib/firefox/browser/chrome/browser/content/browser/abouthome/history.png
lib/firefox/browser/chrome/browser/content/browser/abouthome/history%2x.png@localhost
-lib/firefox/browser/chrome/browser/content/browser/abouthome/mozilla.svg
lib/firefox/browser/chrome/browser/content/browser/abouthome/restore-large.png
lib/firefox/browser/chrome/browser/content/browser/abouthome/restore-large%2x.png@localhost
lib/firefox/browser/chrome/browser/content/browser/abouthome/restore.png
@@ -77,6 +75,7 @@
lib/firefox/browser/chrome/browser/content/browser/browser-ctrlTab.js
lib/firefox/browser/chrome/browser/content/browser/browser-customization.js
lib/firefox/browser/chrome/browser/content/browser/browser-data-submission-info-bar.js
+lib/firefox/browser/chrome/browser/content/browser/browser-development-helpers.js
lib/firefox/browser/chrome/browser/content/browser/browser-feeds.js
lib/firefox/browser/chrome/browser/content/browser/browser-fullScreenAndPointerLock.js
lib/firefox/browser/chrome/browser/content/browser/browser-fullZoom.js
@@ -87,7 +86,6 @@
lib/firefox/browser/chrome/browser/content/browser/browser-plugins.js
lib/firefox/browser/chrome/browser/content/browser/browser-safebrowsing.js
lib/firefox/browser/chrome/browser/content/browser/browser-sidebar.js
-lib/firefox/browser/chrome/browser/content/browser/browser-social.js
lib/firefox/browser/chrome/browser/content/browser/browser-sync.js
lib/firefox/browser/chrome/browser/content/browser/browser-tabPreviews.xml
lib/firefox/browser/chrome/browser/content/browser/browser-tabsintitlebar.js
@@ -96,6 +94,7 @@
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/built_in_addons.json
lib/firefox/browser/chrome/browser/content/browser/content-UITour.js
lib/firefox/browser/chrome/browser/content/browser/content-sessionStore.js
lib/firefox/browser/chrome/browser/content/browser/content.js
@@ -122,8 +121,8 @@
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/compact.header.png
-lib/firefox/browser/chrome/browser/content/browser/defaultthemes/compactdark.icon.svg
-lib/firefox/browser/chrome/browser/content/browser/defaultthemes/compactlight.icon.svg
+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/allDownloadsViewOverlay.js
lib/firefox/browser/chrome/browser/content/browser/downloads/allDownloadsViewOverlay.xul
lib/firefox/browser/chrome/browser/content/browser/downloads/contentAreaDownloadsView.css
@@ -137,6 +136,7 @@
lib/firefox/browser/chrome/browser/content/browser/downloads/indicatorOverlay.xul
lib/firefox/browser/chrome/browser/content/browser/ext-bookmarks.js
lib/firefox/browser/chrome/browser/content/browser/ext-browser.js
+lib/firefox/browser/chrome/browser/content/browser/ext-browser.json
lib/firefox/browser/chrome/browser/content/browser/ext-browserAction.js
lib/firefox/browser/chrome/browser/content/browser/ext-browsingData.js
lib/firefox/browser/chrome/browser/content/browser/ext-c-browser.js
@@ -152,6 +152,7 @@
lib/firefox/browser/chrome/browser/content/browser/ext-devtools-network.js
lib/firefox/browser/chrome/browser/content/browser/ext-devtools-panels.js
lib/firefox/browser/chrome/browser/content/browser/ext-devtools.js
+lib/firefox/browser/chrome/browser/content/browser/ext-find.js
lib/firefox/browser/chrome/browser/content/browser/ext-geckoProfiler.js
lib/firefox/browser/chrome/browser/content/browser/ext-history.js
lib/firefox/browser/chrome/browser/content/browser/ext-menus.js
@@ -161,7 +162,6 @@
lib/firefox/browser/chrome/browser/content/browser/ext-sidebarAction.js
lib/firefox/browser/chrome/browser/content/browser/ext-tabs.js
lib/firefox/browser/chrome/browser/content/browser/ext-url-overrides.js
-lib/firefox/browser/chrome/browser/content/browser/ext-utils.js
lib/firefox/browser/chrome/browser/content/browser/ext-windows.js
lib/firefox/browser/chrome/browser/content/browser/extension.css
lib/firefox/browser/chrome/browser/content/browser/extension.svg
@@ -169,6 +169,9 @@
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/history-panel.xul
+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
lib/firefox/browser/chrome/browser/content/browser/license.html
lib/firefox/browser/chrome/browser/content/browser/microsoft-translator-attribution.png
lib/firefox/browser/chrome/browser/content/browser/migration/migration.js
@@ -221,25 +224,13 @@
lib/firefox/browser/chrome/browser/content/browser/preferences/fonts.xul
lib/firefox/browser/chrome/browser/content/browser/preferences/handlers.css
lib/firefox/browser/chrome/browser/content/browser/preferences/handlers.xml
-lib/firefox/browser/chrome/browser/content/browser/preferences/in-content-new/containers.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/in-content-new/findInPage.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/in-content-new/main.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/in-content-new/preferences.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/in-content-new/preferences.xul
-lib/firefox/browser/chrome/browser/content/browser/preferences/in-content-new/privacy.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/in-content-new/search.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/in-content-new/subdialogs.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/in-content-new/sync.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/advanced.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/applications.js
lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/containers.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/content.js
+lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/findInPage.js
lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/main.js
lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/preferences.js
lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/preferences.xul
lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/privacy.js
lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/search.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/security.js
lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/subdialogs.js
lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/sync.js
lib/firefox/browser/chrome/browser/content/browser/preferences/languages.js
@@ -256,6 +247,9 @@
lib/firefox/browser/chrome/browser/content/browser/preferences/siteDataSettings.js
lib/firefox/browser/chrome/browser/content/browser/preferences/siteDataSettings.xul
lib/firefox/browser/chrome/browser/content/browser/preferences/siteListItem.xml
+lib/firefox/browser/chrome/browser/content/browser/preferences/sitePermissions.css
+lib/firefox/browser/chrome/browser/content/browser/preferences/sitePermissions.js
+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/report-phishing-overlay.xul
@@ -276,6 +270,7 @@
lib/firefox/browser/chrome/browser/content/browser/schemas/devtools_inspected_window.json
lib/firefox/browser/chrome/browser/content/browser/schemas/devtools_network.json
lib/firefox/browser/chrome/browser/content/browser/schemas/devtools_panels.json
+lib/firefox/browser/chrome/browser/content/browser/schemas/find.json
lib/firefox/browser/chrome/browser/content/browser/schemas/geckoProfiler.json
lib/firefox/browser/chrome/browser/content/browser/schemas/history.json
lib/firefox/browser/chrome/browser/content/browser/schemas/menus.json
@@ -293,7 +288,6 @@
lib/firefox/browser/chrome/browser/content/browser/search/searchbarBindings.css
lib/firefox/browser/chrome/browser/content/browser/setDesktopBackground.js
lib/firefox/browser/chrome/browser/content/browser/setDesktopBackground.xul
-lib/firefox/browser/chrome/browser/content/browser/social-content.js
lib/firefox/browser/chrome/browser/content/browser/static-robot.png
lib/firefox/browser/chrome/browser/content/browser/syncedtabs/sidebar.js
lib/firefox/browser/chrome/browser/content/browser/syncedtabs/sidebar.xhtml
@@ -302,11 +296,6 @@
lib/firefox/browser/chrome/browser/content/browser/tabbrowser.xml
lib/firefox/browser/chrome/browser/content/browser/translation-infobar.xml
lib/firefox/browser/chrome/browser/content/browser/urlbarBindings.xml
-lib/firefox/browser/chrome/browser/content/browser/usercontext-briefcase.svg
-lib/firefox/browser/chrome/browser/content/browser/usercontext-cart.svg
-lib/firefox/browser/chrome/browser/content/browser/usercontext-circle.svg
-lib/firefox/browser/chrome/browser/content/browser/usercontext-dollar.svg
-lib/firefox/browser/chrome/browser/content/browser/usercontext-fingerprint.svg
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/viewSourceOverlay.xul
@@ -316,16 +305,24 @@
lib/firefox/browser/chrome/browser/content/browser/webext-panels.xul
lib/firefox/browser/chrome/browser/content/browser/webrtcIndicator.js
lib/firefox/browser/chrome/browser/content/browser/webrtcIndicator.xul
-lib/firefox/browser/chrome/browser/skin/classic/browser/Info.png
+lib/firefox/browser/chrome/browser/content/cart.svg
+lib/firefox/browser/chrome/browser/content/chill.svg
+lib/firefox/browser/chrome/browser/content/circle.svg
+lib/firefox/browser/chrome/browser/content/dollar.svg
+lib/firefox/browser/chrome/browser/content/fingerprint.svg
+lib/firefox/browser/chrome/browser/content/food.svg
+lib/firefox/browser/chrome/browser/content/fruit.svg
+lib/firefox/browser/chrome/browser/content/gift.svg
+lib/firefox/browser/chrome/browser/content/pet.svg
+lib/firefox/browser/chrome/browser/content/tree.svg
+lib/firefox/browser/chrome/browser/content/vacation.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/aboutNetError.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/aboutProviderDirectory.css
lib/firefox/browser/chrome/browser/skin/classic/browser/aboutSessionRestore-window-icon.png
lib/firefox/browser/chrome/browser/skin/classic/browser/aboutSessionRestore.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/aboutSocialError.css
lib/firefox/browser/chrome/browser/skin/classic/browser/aboutTabCrashed.css
lib/firefox/browser/chrome/browser/skin/classic/browser/aboutWelcomeBack.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/addons.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/addons/addon-install-anchor.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/accessibility-active.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/accessibility.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/addons/addon-install-blocked.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/addons/addon-install-confirm.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/addons/addon-install-downloading.svg
@@ -333,30 +330,28 @@
lib/firefox/browser/chrome/browser/skin/classic/browser/addons/addon-install-installed.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/addons/addon-install-restart.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/addons/addon-install-warning.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/arrow-dropdown.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/arrow-left.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/back-12.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/back-large.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/back.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/badge-add-engine.png
lib/firefox/browser/chrome/browser/skin/classic/browser/badge-add-engine%2x.png@localhost
lib/firefox/browser/chrome/browser/skin/classic/browser/blockedSite.css
+lib/firefox/browser/chrome/browser/skin/classic/browser/bookmark-animation.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/bookmark-hollow.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/bookmark-star-on-tray.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/bookmark.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/bookmarksMenu.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/bookmarks-toolbar.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/browser.css
lib/firefox/browser/chrome/browser/skin/classic/browser/cert-error.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/characterEncoding.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/check-animation.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/check.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/chevron-animation.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/chevron.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/compacttheme.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/compacttheme/loading-inverted.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/compacttheme/loading-inverted%2x.png@localhost
-lib/firefox/browser/chrome/browser/skin/classic/browser/compacttheme/urlbar-history-dropmarker.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/connection-mixed-active-loaded.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/connection-mixed-passive-loaded.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/connection-secure.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/containers.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/conn-not-secure.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/connection.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/extension.svg
@@ -366,42 +361,33 @@
lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/tracking-protection.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/warning-gray.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/warning-yellow.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/background-noise-toolbar.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/customize-illustration-rtl.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/customize-illustration-rtl%2x.png@localhost
-lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/customize-illustration.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/customize-illustration%2x.png@localhost
-lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/customizeFavicon.ico
-lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/customizeMode-gridTexture.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/customizeMode-separatorHorizontal.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/customizeMode-separatorVertical.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/info-icon-customizeTip.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/info-icon-customizeTip%2x.png@localhost
+lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/density-compact.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/density-normal.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/density-touch.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/empty-overflow-panel.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/empty-overflow-panel%2x.png@localhost
lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/menuPanel-customizeFinish.png
lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/menuPanel-customizeFinish%2x.png@localhost
lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/panelUI.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/panelarrow-customizeTip.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/panelarrow-customizeTip%2x.png@localhost
lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/subView-arrow-back-inverted-rtl.png
lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/subView-arrow-back-inverted-rtl%2x.png@localhost
lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/subView-arrow-back-inverted.png
lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/subView-arrow-back-inverted%2x.png@localhost
-lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/whimsy.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/whimsy%2x.png@localhost
lib/firefox/browser/chrome/browser/skin/classic/browser/customize.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/developer.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/device-desktop.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/device-mobile.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/device-tablet.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/common.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/download.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/allDownloadsViewOverlay.css
lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/contentAreaDownloadsView.css
lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/download-blocked.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/download-glow-menuPanel.png
Home |
Main Index |
Thread Index |
Old Index