pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/f5f145e6d807
branches:  trunk
changeset: 443587:f5f145e6d807
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Thu Dec 17 09:53:15 2020 +0000

description:
firefox: Update to 84.0

Changelog:
New

  * Native support for macOS devices built with Apple Silicon CPUs brings
    dramatic performance improvements over the non-native build that was
    shipped in Firefox 83: Firefox launches over 2.5 times faster and web apps
    are now twice as responsive (per the SpeedoMeter 2.0 test). If you are on a
    new Apple device, follow these steps to upgrade to the latest Firefox.

  * WebRender rolls out to MacOS Big Sur, Windows devices with Intel Gen 6
    GPUs, and Intel laptops running Windows 7 and 8. Additionally we'll ship an
    accelerated rendering pipeline for Linux/GNOME/X11 users for the first
    time, ever!

  * Firefox now uses more modern techniques for allocating shared memory on
    Linux, improving performance and increasing compatibility with Docker.

  * Firefox 84 is the final release to support Adobe Flash.


Fixed

  * Various security fixes

#CVE-2020-16042: Operations on a BigInt could have caused uninitialized memory
to be exposed
#CVE-2020-26971: Heap buffer overflow in WebGL
#CVE-2020-26972: Use-After-Free in WebGL
#CVE-2020-26973: CSS Sanitizer performed incorrect sanitization
#CVE-2020-26974: Incorrect cast of StyleGenericFlexBasis resulted in a heap
use-after-free
#CVE-2020-26975: Malicious applications on Android could have induced Firefox
for Android into sending arbitrary attacker-specified headers
#CVE-2020-26976: HTTPS pages could have been intercepted by a registered
service worker when they should not have been
#CVE-2020-26977: URL spoofing via unresponsive port in Firefox for Android
#CVE-2020-26978: Internal network hosts could have been probed by a malicious
webpage
#CVE-2020-26979: When entering an address in the address or search bars, a
website could have redirected the user before they were navigated to the
intended url
#CVE-2020-35111: The proxy.onRequest API did not catch view-source URLs
#CVE-2020-35112: Opening an extension-less download may have inadvertently
launched an executable instead
#CVE-2020-35113: Memory safety bugs fixed in Firefox 84 and Firefox ESR 78.6

diffstat:

 www/firefox/Makefile                                                                                                     |    4 +-
 www/firefox/PLIST                                                                                                        |  244 +++------
 www/firefox/distinfo                                                                                                     |   21 +-
 www/firefox/mozilla-common.mk                                                                                            |    4 +-
 www/firefox/patches/patch-build_moz.configure_rust.configure                                                             |   16 +-
 www/firefox/patches/patch-config_makefiles_rust.mk                                                                       |    8 +-
 www/firefox/patches/patch-dom_media_CubebUtils.cpp                                                                       |   13 -
 www/firefox/patches/patch-js_src_wasm_WasmBaselineCompile.cpp                                                            |   48 -
 www/firefox/patches/patch-third__party_libwebrtc_webrtc_modules_desktop__capture_desktop__capture__generic__gn_moz.build |   15 +
 www/firefox/patches/patch-toolkit_moz.configure                                                                          |   16 +-
 www/firefox/patches/patch-xpcom_reflect_xptcall_md_unix_moz.build                                                        |   16 +-
 11 files changed, 148 insertions(+), 257 deletions(-)

diffs (truncated from 926 to 300 lines):

diff -r fba95ef7c5e8 -r f5f145e6d807 www/firefox/Makefile
--- a/www/firefox/Makefile      Thu Dec 17 09:52:51 2020 +0000
+++ b/www/firefox/Makefile      Thu Dec 17 09:53:15 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.459 2020/11/17 16:11:06 ryoon Exp $
+# $NetBSD: Makefile,v 1.460 2020/12/17 09:53:15 ryoon Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
-MOZ_BRANCH=            83.0
+MOZ_BRANCH=            84.0
 MOZ_BRANCH_MINOR=      
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
diff -r fba95ef7c5e8 -r f5f145e6d807 www/firefox/PLIST
--- a/www/firefox/PLIST Thu Dec 17 09:52:51 2020 +0000
+++ b/www/firefox/PLIST Thu Dec 17 09:53:15 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.166 2020/11/17 16:11:06 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.167 2020/12/17 09:53:15 ryoon Exp $
 bin/firefox
 lib/firefox/actors/AboutHttpsOnlyErrorChild.jsm
 lib/firefox/actors/AboutHttpsOnlyErrorParent.jsm
@@ -30,6 +30,7 @@
 lib/firefox/actors/PopupBlockingChild.jsm
 lib/firefox/actors/PopupBlockingParent.jsm
 lib/firefox/actors/PrintingChild.jsm
+lib/firefox/actors/PrintingParent.jsm
 lib/firefox/actors/PurgeSessionHistoryChild.jsm
 lib/firefox/actors/RemotePageChild.jsm
 lib/firefox/actors/SelectChild.jsm
@@ -44,6 +45,8 @@
 lib/firefox/actors/WebChannelChild.jsm
 lib/firefox/actors/WebChannelParent.jsm
 lib/firefox/application.ini
+lib/firefox/browser/actors/ASRouterChild.jsm
+lib/firefox/browser/actors/ASRouterParent.jsm
 lib/firefox/browser/actors/AboutLoginsChild.jsm
 lib/firefox/browser/actors/AboutLoginsParent.jsm
 lib/firefox/browser/actors/AboutNewInstallChild.jsm
@@ -292,8 +295,6 @@
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/fxaccounts-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-footer.css
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/login-footer.js
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/login-intro.css
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/login-intro.js
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/login-item.css
@@ -309,113 +310,6 @@
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/icons/intro-illustration.svg
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/icons/show-password.svg
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/icons/vulnerable-password.svg
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_ar.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_az.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_bg.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_cs.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_da.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_de.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_el.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_en.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_es-mx.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_es.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_et.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_fi.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_fr.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_he.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_hu.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_id.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_it.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_ja.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_ko.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_lt.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_lv.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_my.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_nb.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_nl.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_nn.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_pl.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_pt-br.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_pt-pt.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_ro.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_ru.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_si.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_sk.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_sv.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_th.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_tl.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_tr.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_vi.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_zh-hans.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_zh-hant.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_af.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_ar.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_az.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_be.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_bg.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_bn.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_bs.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_ca.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_cs.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_da.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_de.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_el.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_en.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_es.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_et.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_eu.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_fa.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_fr.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_gl.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_gu.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_he.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_hi.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_hr.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_hu.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_hy.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_id.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_is.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_it.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_ja.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_ka.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_kk.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_km.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_kn.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_ko.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_lo.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_lt.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_lv.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_mk.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_mr.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_ms.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_my.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_nb.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_ne.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_nl.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_nn.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_pa.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_pl.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_pt-br.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_pt.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_ro.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_ru.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_si.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_sk.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_sl.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_sq.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_sr.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_sv.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_ta.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_te.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_th.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_tl.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_tr.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_uk.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_ur.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_uz.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_vi.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_zh-cn.png
-lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_zh-tw.png
 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-a11yUtils.js
@@ -498,7 +392,6 @@
 lib/firefox/browser/chrome/browser/content/browser/license.html
 lib/firefox/browser/chrome/browser/content/browser/lockwise-card.js
 lib/firefox/browser/chrome/browser/content/browser/logos/etp-mobile.svg
-lib/firefox/browser/chrome/browser/content/browser/logos/lockwise-mobile.svg
 lib/firefox/browser/chrome/browser/content/browser/logos/lockwise.svg
 lib/firefox/browser/chrome/browser/content/browser/logos/monitor.svg
 lib/firefox/browser/chrome/browser/content/browser/logos/proxy-dark.svg
@@ -714,6 +607,7 @@
 lib/firefox/browser/chrome/browser/content/pocket/panels/css/signup.css
 lib/firefox/browser/chrome/browser/content/pocket/panels/fonts/FiraSans-Regular.woff
 lib/firefox/browser/chrome/browser/content/pocket/panels/img/app_store_dowload_apple.svg
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/glyph.svg
 lib/firefox/browser/chrome/browser/content/pocket/panels/img/open.svg
 lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketerror%1x.png@localhost
 lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketerror%2x.png@localhost
@@ -735,6 +629,9 @@
 lib/firefox/browser/chrome/browser/content/pocket/panels/img/tag_close%2x.png@localhost
 lib/firefox/browser/chrome/browser/content/pocket/panels/img/tag_closeactive%1x.png@localhost
 lib/firefox/browser/chrome/browser/content/pocket/panels/img/tag_closeactive%2x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/variant_a.png
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/variant_b.png
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/variant_c.png
 lib/firefox/browser/chrome/browser/content/pocket/panels/js/messages.js
 lib/firefox/browser/chrome/browser/content/pocket/panels/js/saved.js
 lib/firefox/browser/chrome/browser/content/pocket/panels/js/sendtomobile.js
@@ -751,6 +648,9 @@
 lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/ho2/ho2_download_error.handlebars
 lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/ho2/ho2_sharebutton.handlebars
 lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/item_recs.handlebars
+lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/loggedoutvariants/variant_a.handlebars
+lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/loggedoutvariants/variant_b.handlebars
+lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/loggedoutvariants/variant_c.handlebars
 lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/saved_premiumextras.handlebars
 lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/saved_premiumshell.handlebars
 lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/saved_shell.handlebars
@@ -758,12 +658,14 @@
 lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/signup_shell.handlebars
 lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/signupstoryboard_shell.handlebars
 lib/firefox/browser/chrome/browser/content/pocket/pktApi.jsm
+lib/firefox/browser/chrome/browser/content/pocket/pktTelemetry.jsm
 lib/firefox/browser/chrome/browser/content/tree.svg
 lib/firefox/browser/chrome/browser/content/vacation.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/aboutwelcome/aboutwelcome.bundle.js
 lib/firefox/browser/chrome/browser/res/activity-stream/aboutwelcome/aboutwelcome.html
 lib/firefox/browser/chrome/browser/res/activity-stream/aboutwelcome/lib/AboutWelcomeTelemetry.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/common/Actions.jsm
+lib/firefox/browser/chrome/browser/res/activity-stream/common/ActorConstants.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/common/Dedupe.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/common/Reducers.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/abouthomecache/page.html.template
@@ -772,9 +674,12 @@
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/newtab-render.js
 lib/firefox/browser/chrome/browser/res/activity-stream/data/custom-elements/paragraph.js
 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/ASRouterDefaultConfig.jsm
+lib/firefox/browser/chrome/browser/res/activity-stream/lib/ASRouterNewTabHook.jsm
+lib/firefox/browser/chrome/browser/res/activity-stream/lib/ASRouterParentProcessMessageHandler.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/ASRouterTelemetry.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
@@ -1336,7 +1241,6 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/places/sidebar.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/places/tag.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/places/tree-icons.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/places/unfiledBookmarks.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/pocket-outline.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/pocket.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/alwaysAsk.png
@@ -1661,6 +1565,7 @@
 lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/icons/play.svg
 lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/icons/shield.svg
 lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/icons/turtle.svg
+lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/AppErrorBoundary.css
 lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/CustomRequestPanel.css
 lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/HeadersPanel.css
 lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/NetworkActionBar.css
@@ -1696,10 +1601,10 @@
 lib/firefox/browser/chrome/devtools/content/shared/components/SidebarToggle.css
 lib/firefox/browser/chrome/devtools/content/shared/components/SmartTrace.css
 lib/firefox/browser/chrome/devtools/content/shared/components/Tree.css
+lib/firefox/browser/chrome/devtools/content/shared/components/object-inspector/components/ObjectInspector.css
 lib/firefox/browser/chrome/devtools/content/shared/components/reps/images/input.svg
 lib/firefox/browser/chrome/devtools/content/shared/components/reps/images/jump-definition.svg
 lib/firefox/browser/chrome/devtools/content/shared/components/reps/images/open-inspector.svg
-lib/firefox/browser/chrome/devtools/content/shared/components/reps/object-inspector/components/ObjectInspector.css
 lib/firefox/browser/chrome/devtools/content/shared/components/reps/reps.css
 lib/firefox/browser/chrome/devtools/content/shared/components/splitter/GridElementResizer.css
 lib/firefox/browser/chrome/devtools/content/shared/components/splitter/SplitBox.css
@@ -1825,6 +1730,7 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/ColorContrastAccessibility.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/ContrastBadge.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/Description.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/DisplayTabbingOrder.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/KeyboardBadge.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/KeyboardCheck.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/accessibility/components/LearnMoreLink.js
@@ -1945,7 +1851,6 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/ui.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/utils/create-store.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/utils/middleware/context.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/utils/middleware/history.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/utils/middleware/log.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/utils/middleware/promise.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/utils/middleware/thunk.js
@@ -2033,7 +1938,6 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/SmartGap.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/components/shared/SourceIcon.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/context-menu/menu.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/main.development.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/main.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/ast.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/reducers/async-requests.js
@@ -2087,6 +1991,7 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/editor/source-editor.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/editor/source-search.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/editor/token-events.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/environment.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/evaluation-result.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/expressions.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/function.js
@@ -2232,9 +2137,12 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/inspector/rule-rewriter.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/layout.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/manifest.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/media-rule.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/memory.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/network.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/node.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/object.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/page-style.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/perf.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/performance-recording.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/performance.js



Home | Main Index | Thread Index | Old Index