Wed Jul 1 13:01:01 2020 UTC ()
firefox: Update to 78.0

* Some dependency changes.
* Wayland and webcam may not work.

Changelog:  New

    The Protections Dashboard includes consolidated reports about
    tracking protection, data breaches, and password management.
    New features let you:

	Track how many breaches you窶况e resolved right from the
	dashboard

	See if any of your saved passwords may have been exposed
	in a data breach

    To view your dashboard, type about:protections into the address
    bar, or select 窶弃rotections Dashboard窶� from the main menu.

    Because we know people try to fix problems by reinstalling
    Firefox when a simple refresh is more likely to solve the issue,
    we窶况e added a Refresh button to the Uninstaller.

    With this release, your screen saver will no longer interrupt
    WebRTC calls on Firefox, making conference and video calling
    in Firefox better.

    We窶况e rolled out WebRender to Windows users with Intel GPUs,
    bringing improved graphics performance to an even larger
    audience.

    Firefox 78 is also our Extended Support Release (ESR), where
    the changes made over the course of the previous 10 releases
    will now roll out to our ESR users. Some of the highlights are:

	Kiosk mode

	Client certificates

	Service Worker and Push APIs are now enabled

	The Block Autoplay feature is enabled

	Picture-in-picture support

	View and manage web certificates in about:certificate

    Pocket recommendations, featuring some of the best stories on
    the web, will now appear on the Firefox new tab for 100% of
    our users in the UK. If you don窶冲 see them, you can turn on
    Pocket articles in your new tab, follow these steps.

Fixed

    Various security fixes.

    We fixed bugs in the search results quality composition and
    improved search result texts based on recommendations by our
    partners.

Changed

    The minimal system requirements on Linux have been updated.
    Firefox now needs GNU libc 2.17, libstdc++ 4.8.1 and GTK+ 3.14
    or newer versions.

    As part of our ongoing effort to deprecate obsolete cryptography,
    we have disabled all remaining DHE-based TLS ciphersuites by
    default.

	To mitigate web compatibility issues from disabling DHE-based
	TLS ciphersuites, Firefox 78 enables two more AES-GCM
	SHA2-based ciphersuites.

    We have disabled TLS 1.0 and TLS 1.1 to improve your website
    connections. Sites that don't support TLS version 1.2 will now
    show an error page.

    The context menu (accessed by right clicking on a tab) lets
    you undo multiple tab closings with a single click and places
    Close Tabs to the Right and Close Other Tabs in a submenu.

    A number of accessibility improvements have been made with this
    release.

	When using the JAWS screen reader, pressing the down arrow
	in an HTML input control with a datalist no longer incorrectly
	moves the cursor to the next element after the input control.

	Screen readers no longer severely lag or freeze when focusing
	the microphone/camera/screen sharing indicator.

	Large tables with thousands of rows now load much faster
	for screen reader users.

	Text input controls with custom styling now correctly show
	the focus outline when appropriate.

	Screen readers no longer sometimes incorrectly switch to
	document browsing mode unexpectedly when the user enters
	the main Developer Tools window.

	We reduced a number of animations such as tab hover, search
	bar expansion, and others to reduce motion for users with
	migraines and epilepsy.

Enterprise

    Enable support for client certificates stored on macOS and
    Windows by setting the experimental preference
    security.osclientcerts.autoload to true.

    New policies allow you to configure application handlers,
    disable picture in picture, and require a master password,
    which will be renamed to 窶湾rimary password窶� in future releases.

    More details in the Firefox for Enterprise 78 release notes

Security fixes:
Not available yet.


(ryoon)
diff -r1.435 -r1.436 pkgsrc/www/firefox/Makefile
diff -r1.160 -r1.161 pkgsrc/www/firefox/PLIST
diff -r1.400 -r1.401 pkgsrc/www/firefox/distinfo
diff -r1.173 -r1.174 pkgsrc/www/firefox/mozilla-common.mk
diff -r0 -r1.16 pkgsrc/www/firefox/patches/patch-media_webrtc_trunk_webrtc_modules_video__capture_linux_device__info__linux.cc
diff -r0 -r1.1 pkgsrc/www/firefox/patches/patch-widget_gtk_WaylandDMABufSurface.cpp

cvs diff -r1.435 -r1.436 pkgsrc/www/firefox/Makefile (expand / switch to unified diff)

--- pkgsrc/www/firefox/Makefile 2020/07/01 09:15:46 1.435
+++ pkgsrc/www/firefox/Makefile 2020/07/01 13:01:01 1.436
@@ -1,19 +1,18 @@ @@ -1,19 +1,18 @@
1# $NetBSD: Makefile,v 1.435 2020/07/01 09:15:46 nia Exp $ 1# $NetBSD: Makefile,v 1.436 2020/07/01 13:01:01 ryoon Exp $
2 2
3FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} 3FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
4MOZ_BRANCH= 77.0 4MOZ_BRANCH= 78.0
5MOZ_BRANCH_MINOR= .1 5MOZ_BRANCH_MINOR=
6PKGREVISION= 3 
7 6
8DISTNAME= firefox-${FIREFOX_VER}.source 7DISTNAME= firefox-${FIREFOX_VER}.source
9PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//} 8PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//}
10CATEGORIES= www 9CATEGORIES= www
11MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} 10MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
12EXTRACT_SUFX= .tar.xz 11EXTRACT_SUFX= .tar.xz
13 12
14MAINTAINER= ryoon@NetBSD.org 13MAINTAINER= ryoon@NetBSD.org
15HOMEPAGE= https://www.mozilla.org/en-US/firefox/ 14HOMEPAGE= https://www.mozilla.org/en-US/firefox/
16COMMENT= Web browser with support for extensions (version ${FIREFOX_VER:tu:C/\\.[[:digit:]\.]*//}) 15COMMENT= Web browser with support for extensions (version ${FIREFOX_VER:tu:C/\\.[[:digit:]\.]*//})
17LICENSE= mpl-1.1 16LICENSE= mpl-1.1
18 17
19UNLIMIT_RESOURCES+= datasize virtualsize 18UNLIMIT_RESOURCES+= datasize virtualsize

cvs diff -r1.160 -r1.161 pkgsrc/www/firefox/PLIST (expand / switch to unified diff)

--- pkgsrc/www/firefox/PLIST 2020/06/03 09:00:24 1.160
+++ pkgsrc/www/firefox/PLIST 2020/07/01 13:01:01 1.161
@@ -1,15 +1,17 @@ @@ -1,15 +1,17 @@
1@comment $NetBSD: PLIST,v 1.160 2020/06/03 09:00:24 ryoon Exp $ 1@comment $NetBSD: PLIST,v 1.161 2020/07/01 13:01:01 ryoon Exp $
2bin/firefox 2bin/firefox
 3lib/firefox/actors/AboutHttpsOnlyErrorChild.jsm
 4lib/firefox/actors/AboutHttpsOnlyErrorParent.jsm
3lib/firefox/actors/AudioPlaybackChild.jsm 5lib/firefox/actors/AudioPlaybackChild.jsm
4lib/firefox/actors/AudioPlaybackParent.jsm 6lib/firefox/actors/AudioPlaybackParent.jsm
5lib/firefox/actors/AutoCompleteChild.jsm 7lib/firefox/actors/AutoCompleteChild.jsm
6lib/firefox/actors/AutoCompleteParent.jsm 8lib/firefox/actors/AutoCompleteParent.jsm
7lib/firefox/actors/AutoScrollChild.jsm 9lib/firefox/actors/AutoScrollChild.jsm
8lib/firefox/actors/AutoScrollParent.jsm 10lib/firefox/actors/AutoScrollParent.jsm
9lib/firefox/actors/AutoplayChild.jsm 11lib/firefox/actors/AutoplayChild.jsm
10lib/firefox/actors/AutoplayParent.jsm 12lib/firefox/actors/AutoplayParent.jsm
11lib/firefox/actors/BrowserElementChild.jsm 13lib/firefox/actors/BrowserElementChild.jsm
12lib/firefox/actors/BrowserElementParent.jsm 14lib/firefox/actors/BrowserElementParent.jsm
13lib/firefox/actors/ControllersChild.jsm 15lib/firefox/actors/ControllersChild.jsm
14lib/firefox/actors/ControllersParent.jsm 16lib/firefox/actors/ControllersParent.jsm
15lib/firefox/actors/DateTimePickerChild.jsm 17lib/firefox/actors/DateTimePickerChild.jsm
@@ -35,26 +37,28 @@ lib/firefox/actors/SidebarSearchParent.j @@ -35,26 +37,28 @@ lib/firefox/actors/SidebarSearchParent.j
35lib/firefox/actors/ThumbnailsChild.jsm 37lib/firefox/actors/ThumbnailsChild.jsm
36lib/firefox/actors/UAWidgetsChild.jsm 38lib/firefox/actors/UAWidgetsChild.jsm
37lib/firefox/actors/UnselectedTabHoverChild.jsm 39lib/firefox/actors/UnselectedTabHoverChild.jsm
38lib/firefox/actors/UnselectedTabHoverParent.jsm 40lib/firefox/actors/UnselectedTabHoverParent.jsm
39lib/firefox/actors/ViewSourceChild.jsm 41lib/firefox/actors/ViewSourceChild.jsm
40lib/firefox/actors/ViewSourcePageChild.jsm 42lib/firefox/actors/ViewSourcePageChild.jsm
41lib/firefox/actors/ViewSourcePageParent.jsm 43lib/firefox/actors/ViewSourcePageParent.jsm
42lib/firefox/actors/WebChannelChild.jsm 44lib/firefox/actors/WebChannelChild.jsm
43lib/firefox/actors/WebChannelParent.jsm 45lib/firefox/actors/WebChannelParent.jsm
44lib/firefox/actors/WebNavigationChild.jsm 46lib/firefox/actors/WebNavigationChild.jsm
45lib/firefox/application.ini 47lib/firefox/application.ini
46lib/firefox/browser/actors/AboutLoginsChild.jsm 48lib/firefox/browser/actors/AboutLoginsChild.jsm
47lib/firefox/browser/actors/AboutLoginsParent.jsm 49lib/firefox/browser/actors/AboutLoginsParent.jsm
 50lib/firefox/browser/actors/AboutNewInstallChild.jsm
 51lib/firefox/browser/actors/AboutNewInstallParent.jsm
48lib/firefox/browser/actors/AboutNewTabChild.jsm 52lib/firefox/browser/actors/AboutNewTabChild.jsm
49lib/firefox/browser/actors/AboutPluginsChild.jsm 53lib/firefox/browser/actors/AboutPluginsChild.jsm
50lib/firefox/browser/actors/AboutPluginsParent.jsm 54lib/firefox/browser/actors/AboutPluginsParent.jsm
51lib/firefox/browser/actors/AboutPrivateBrowsingChild.jsm 55lib/firefox/browser/actors/AboutPrivateBrowsingChild.jsm
52lib/firefox/browser/actors/AboutPrivateBrowsingParent.jsm 56lib/firefox/browser/actors/AboutPrivateBrowsingParent.jsm
53lib/firefox/browser/actors/AboutProtectionsChild.jsm 57lib/firefox/browser/actors/AboutProtectionsChild.jsm
54lib/firefox/browser/actors/AboutProtectionsParent.jsm 58lib/firefox/browser/actors/AboutProtectionsParent.jsm
55lib/firefox/browser/actors/AboutReaderChild.jsm 59lib/firefox/browser/actors/AboutReaderChild.jsm
56lib/firefox/browser/actors/AboutTabCrashedChild.jsm 60lib/firefox/browser/actors/AboutTabCrashedChild.jsm
57lib/firefox/browser/actors/AboutTabCrashedParent.jsm 61lib/firefox/browser/actors/AboutTabCrashedParent.jsm
58lib/firefox/browser/actors/AboutWelcomeChild.jsm 62lib/firefox/browser/actors/AboutWelcomeChild.jsm
59lib/firefox/browser/actors/AboutWelcomeParent.jsm 63lib/firefox/browser/actors/AboutWelcomeParent.jsm
60lib/firefox/browser/actors/BlockedSiteChild.jsm 64lib/firefox/browser/actors/BlockedSiteChild.jsm
@@ -73,27 +77,26 @@ lib/firefox/browser/actors/DOMFullscreen @@ -73,27 +77,26 @@ lib/firefox/browser/actors/DOMFullscreen
73lib/firefox/browser/actors/DOMFullscreenParent.jsm 77lib/firefox/browser/actors/DOMFullscreenParent.jsm
74lib/firefox/browser/actors/FormValidationChild.jsm 78lib/firefox/browser/actors/FormValidationChild.jsm
75lib/firefox/browser/actors/FormValidationParent.jsm 79lib/firefox/browser/actors/FormValidationParent.jsm
76lib/firefox/browser/actors/LightweightThemeChild.jsm 80lib/firefox/browser/actors/LightweightThemeChild.jsm
77lib/firefox/browser/actors/LinkHandlerChild.jsm 81lib/firefox/browser/actors/LinkHandlerChild.jsm
78lib/firefox/browser/actors/LinkHandlerParent.jsm 82lib/firefox/browser/actors/LinkHandlerParent.jsm
79lib/firefox/browser/actors/NetErrorChild.jsm 83lib/firefox/browser/actors/NetErrorChild.jsm
80lib/firefox/browser/actors/NetErrorParent.jsm 84lib/firefox/browser/actors/NetErrorParent.jsm
81lib/firefox/browser/actors/PageInfoChild.jsm 85lib/firefox/browser/actors/PageInfoChild.jsm
82lib/firefox/browser/actors/PageStyleChild.jsm 86lib/firefox/browser/actors/PageStyleChild.jsm
83lib/firefox/browser/actors/PageStyleParent.jsm 87lib/firefox/browser/actors/PageStyleParent.jsm
84lib/firefox/browser/actors/PluginChild.jsm 88lib/firefox/browser/actors/PluginChild.jsm
85lib/firefox/browser/actors/PluginParent.jsm 89lib/firefox/browser/actors/PluginParent.jsm
86lib/firefox/browser/actors/PromptChild.jsm 
87lib/firefox/browser/actors/PromptParent.jsm 90lib/firefox/browser/actors/PromptParent.jsm
88lib/firefox/browser/actors/RFPHelperChild.jsm 91lib/firefox/browser/actors/RFPHelperChild.jsm
89lib/firefox/browser/actors/RFPHelperParent.jsm 92lib/firefox/browser/actors/RFPHelperParent.jsm
90lib/firefox/browser/actors/SearchTelemetryChild.jsm 93lib/firefox/browser/actors/SearchTelemetryChild.jsm
91lib/firefox/browser/actors/SearchTelemetryParent.jsm 94lib/firefox/browser/actors/SearchTelemetryParent.jsm
92lib/firefox/browser/actors/SiteSpecificBrowserChild.jsm 95lib/firefox/browser/actors/SiteSpecificBrowserChild.jsm
93lib/firefox/browser/actors/SiteSpecificBrowserParent.jsm 96lib/firefox/browser/actors/SiteSpecificBrowserParent.jsm
94lib/firefox/browser/actors/SwitchDocumentDirectionChild.jsm 97lib/firefox/browser/actors/SwitchDocumentDirectionChild.jsm
95lib/firefox/browser/actors/URIFixupChild.jsm 98lib/firefox/browser/actors/URIFixupChild.jsm
96lib/firefox/browser/actors/WebRTCChild.jsm 99lib/firefox/browser/actors/WebRTCChild.jsm
97lib/firefox/browser/actors/WebRTCParent.jsm 100lib/firefox/browser/actors/WebRTCParent.jsm
98lib/firefox/browser/chrome.manifest 101lib/firefox/browser/chrome.manifest
99lib/firefox/browser/chrome/browser/content/branding/about-logo.png 102lib/firefox/browser/chrome/browser/content/branding/about-logo.png
@@ -388,26 +391,29 @@ lib/firefox/browser/chrome/browser/conte @@ -388,26 +391,29 @@ lib/firefox/browser/chrome/browser/conte
388lib/firefox/browser/chrome/browser/content/browser/parent/ext-menus.js 391lib/firefox/browser/chrome/browser/content/browser/parent/ext-menus.js
389lib/firefox/browser/chrome/browser/content/browser/parent/ext-normandyAddonStudy.js 392lib/firefox/browser/chrome/browser/content/browser/parent/ext-normandyAddonStudy.js
390lib/firefox/browser/chrome/browser/content/browser/parent/ext-omnibox.js 393lib/firefox/browser/chrome/browser/content/browser/parent/ext-omnibox.js
391lib/firefox/browser/chrome/browser/content/browser/parent/ext-pageAction.js 394lib/firefox/browser/chrome/browser/content/browser/parent/ext-pageAction.js
392lib/firefox/browser/chrome/browser/content/browser/parent/ext-pkcs11.js 395lib/firefox/browser/chrome/browser/content/browser/parent/ext-pkcs11.js
393lib/firefox/browser/chrome/browser/content/browser/parent/ext-search.js 396lib/firefox/browser/chrome/browser/content/browser/parent/ext-search.js
394lib/firefox/browser/chrome/browser/content/browser/parent/ext-sessions.js 397lib/firefox/browser/chrome/browser/content/browser/parent/ext-sessions.js
395lib/firefox/browser/chrome/browser/content/browser/parent/ext-sidebarAction.js 398lib/firefox/browser/chrome/browser/content/browser/parent/ext-sidebarAction.js
396lib/firefox/browser/chrome/browser/content/browser/parent/ext-tabs.js 399lib/firefox/browser/chrome/browser/content/browser/parent/ext-tabs.js
397lib/firefox/browser/chrome/browser/content/browser/parent/ext-topSites.js 400lib/firefox/browser/chrome/browser/content/browser/parent/ext-topSites.js
398lib/firefox/browser/chrome/browser/content/browser/parent/ext-url-overrides.js 401lib/firefox/browser/chrome/browser/content/browser/parent/ext-url-overrides.js
399lib/firefox/browser/chrome/browser/content/browser/parent/ext-urlbar.js 402lib/firefox/browser/chrome/browser/content/browser/parent/ext-urlbar.js
400lib/firefox/browser/chrome/browser/content/browser/parent/ext-windows.js 403lib/firefox/browser/chrome/browser/content/browser/parent/ext-windows.js
 404lib/firefox/browser/chrome/browser/content/browser/pioneer.css
 405lib/firefox/browser/chrome/browser/content/browser/pioneer.html
 406lib/firefox/browser/chrome/browser/content/browser/pioneer.js
401lib/firefox/browser/chrome/browser/content/browser/places/bookmarkProperties.js 407lib/firefox/browser/chrome/browser/content/browser/places/bookmarkProperties.js
402lib/firefox/browser/chrome/browser/content/browser/places/bookmarkProperties.xhtml 408lib/firefox/browser/chrome/browser/content/browser/places/bookmarkProperties.xhtml
403lib/firefox/browser/chrome/browser/content/browser/places/bookmarkProperties2.xhtml 409lib/firefox/browser/chrome/browser/content/browser/places/bookmarkProperties2.xhtml
404lib/firefox/browser/chrome/browser/content/browser/places/bookmarksSidebar.js 410lib/firefox/browser/chrome/browser/content/browser/places/bookmarksSidebar.js
405lib/firefox/browser/chrome/browser/content/browser/places/bookmarksSidebar.xhtml 411lib/firefox/browser/chrome/browser/content/browser/places/bookmarksSidebar.xhtml
406lib/firefox/browser/chrome/browser/content/browser/places/browserPlacesViews.js 412lib/firefox/browser/chrome/browser/content/browser/places/browserPlacesViews.js
407lib/firefox/browser/chrome/browser/content/browser/places/controller.js 413lib/firefox/browser/chrome/browser/content/browser/places/controller.js
408lib/firefox/browser/chrome/browser/content/browser/places/editBookmark.js 414lib/firefox/browser/chrome/browser/content/browser/places/editBookmark.js
409lib/firefox/browser/chrome/browser/content/browser/places/historySidebar.js 415lib/firefox/browser/chrome/browser/content/browser/places/historySidebar.js
410lib/firefox/browser/chrome/browser/content/browser/places/historySidebar.xhtml 416lib/firefox/browser/chrome/browser/content/browser/places/historySidebar.xhtml
411lib/firefox/browser/chrome/browser/content/browser/places/places-menupopup.js 417lib/firefox/browser/chrome/browser/content/browser/places/places-menupopup.js
412lib/firefox/browser/chrome/browser/content/browser/places/places-tree.js 418lib/firefox/browser/chrome/browser/content/browser/places/places-tree.js
413lib/firefox/browser/chrome/browser/content/browser/places/places.css 419lib/firefox/browser/chrome/browser/content/browser/places/places.css
@@ -538,27 +544,26 @@ lib/firefox/browser/chrome/browser/conte @@ -538,27 +544,26 @@ lib/firefox/browser/chrome/browser/conte
538lib/firefox/browser/chrome/browser/content/food.svg 544lib/firefox/browser/chrome/browser/content/food.svg
539lib/firefox/browser/chrome/browser/content/fruit.svg 545lib/firefox/browser/chrome/browser/content/fruit.svg
540lib/firefox/browser/chrome/browser/content/gift.svg 546lib/firefox/browser/chrome/browser/content/gift.svg
541lib/firefox/browser/chrome/browser/content/pet.svg 547lib/firefox/browser/chrome/browser/content/pet.svg
542lib/firefox/browser/chrome/browser/content/pocket/Pocket.jsm 548lib/firefox/browser/chrome/browser/content/pocket/Pocket.jsm
543lib/firefox/browser/chrome/browser/content/pocket/SaveToPocket.jsm 549lib/firefox/browser/chrome/browser/content/pocket/SaveToPocket.jsm
544lib/firefox/browser/chrome/browser/content/pocket/main.js 550lib/firefox/browser/chrome/browser/content/pocket/main.js
545lib/firefox/browser/chrome/browser/content/pocket/panels/css/normalize.css 551lib/firefox/browser/chrome/browser/content/pocket/panels/css/normalize.css
546lib/firefox/browser/chrome/browser/content/pocket/panels/css/saved.css 552lib/firefox/browser/chrome/browser/content/pocket/panels/css/saved.css
547lib/firefox/browser/chrome/browser/content/pocket/panels/css/sendtomobile.css 553lib/firefox/browser/chrome/browser/content/pocket/panels/css/sendtomobile.css
548lib/firefox/browser/chrome/browser/content/pocket/panels/css/signup.css 554lib/firefox/browser/chrome/browser/content/pocket/panels/css/signup.css
549lib/firefox/browser/chrome/browser/content/pocket/panels/fonts/FiraSans-Regular.woff 555lib/firefox/browser/chrome/browser/content/pocket/panels/fonts/FiraSans-Regular.woff
550lib/firefox/browser/chrome/browser/content/pocket/panels/img/app_store_dowload_apple.svg 556lib/firefox/browser/chrome/browser/content/pocket/panels/img/app_store_dowload_apple.svg
551lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocket-outline.svg 
552lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketerror@1x.png 557lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketerror@1x.png
553lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketerror@2x.png 558lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketerror@2x.png
554lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketlogo@1x.png 559lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketlogo@1x.png
555lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketlogo@2x.png 560lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketlogo@2x.png
556lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketlogosolo@1x.png 561lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketlogosolo@1x.png
557lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketlogosolo@2x.png 562lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketlogosolo@2x.png
558lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketsignup_button@1x.png 563lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketsignup_button@1x.png
559lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketsignup_button@2x.png 564lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketsignup_button@2x.png
560lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketsignup_devices@1x.png 565lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketsignup_devices@1x.png
561lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketsignup_devices@2x.png 566lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketsignup_devices@2x.png
562lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketsignup_hero@1x.png 567lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketsignup_hero@1x.png
563lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketsignup_hero@2x.png 568lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketsignup_hero@2x.png
564lib/firefox/browser/chrome/browser/content/pocket/panels/img/signup_firefoxlogo@1x.png 569lib/firefox/browser/chrome/browser/content/pocket/panels/img/signup_firefoxlogo@1x.png
@@ -629,26 +634,27 @@ lib/firefox/browser/chrome/browser/res/a @@ -629,26 +634,27 @@ lib/firefox/browser/chrome/browser/res/a
629lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-help-24.svg 634lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-help-24.svg
630lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-highlights-16.svg 635lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-highlights-16.svg
631lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-info-16.svg 636lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-info-16.svg
632lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-mail-16.svg 637lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-mail-16.svg
633lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-maximize-16.svg 638lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-maximize-16.svg
634lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-minimize-16.svg 639lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-minimize-16.svg
635lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-modal-delete-32.svg 640lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-modal-delete-32.svg
636lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-newWindow-16.svg 641lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-newWindow-16.svg
637lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-open-file-16.svg 642lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-open-file-16.svg
638lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-pause-12.svg 643lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-pause-12.svg
639lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-pin-12.svg 644lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-pin-12.svg
640lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-pin-16.svg 645lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-pin-16.svg
641lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-play-12.svg 646lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-play-12.svg
 647lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-playhead.svg
642lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-pocket-16.svg 648lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-pocket-16.svg
643lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-pocket-archive-16.svg 649lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-pocket-archive-16.svg
644lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-pocket-delete-16.svg 650lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-pocket-delete-16.svg
645lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-pocket-save-16.svg 651lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-pocket-save-16.svg
646lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-search-16.svg 652lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-search-16.svg
647lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-star-17.svg 653lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-star-17.svg
648lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-topsites-16.svg 654lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-topsites-16.svg
649lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-trending-16.svg 655lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-trending-16.svg
650lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-unpin-16.svg 656lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-unpin-16.svg
651lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-webextension-16.svg 657lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-webextension-16.svg
652lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/icon-removed-bookmark.svg 658lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/icon-removed-bookmark.svg
653lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/illustration-addons@2x.png 659lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/illustration-addons@2x.png
654lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/illustration-gift@2x.png 660lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/illustration-gift@2x.png
@@ -960,50 +966,44 @@ lib/firefox/browser/chrome/browser/searc @@ -960,50 +966,44 @@ lib/firefox/browser/chrome/browser/searc
960lib/firefox/browser/chrome/browser/search-extensions/palasprint/manifest.json 966lib/firefox/browser/chrome/browser/search-extensions/palasprint/manifest.json
961lib/firefox/browser/chrome/browser/search-extensions/pazaruvaj/favicon.ico 967lib/firefox/browser/chrome/browser/search-extensions/pazaruvaj/favicon.ico
962lib/firefox/browser/chrome/browser/search-extensions/pazaruvaj/manifest.json 968lib/firefox/browser/chrome/browser/search-extensions/pazaruvaj/manifest.json
963lib/firefox/browser/chrome/browser/search-extensions/pogodak/favicon.ico 969lib/firefox/browser/chrome/browser/search-extensions/pogodak/favicon.ico
964lib/firefox/browser/chrome/browser/search-extensions/pogodak/manifest.json 970lib/firefox/browser/chrome/browser/search-extensions/pogodak/manifest.json
965lib/firefox/browser/chrome/browser/search-extensions/priberam/favicon.png 971lib/firefox/browser/chrome/browser/search-extensions/priberam/favicon.png
966lib/firefox/browser/chrome/browser/search-extensions/priberam/manifest.json 972lib/firefox/browser/chrome/browser/search-extensions/priberam/manifest.json
967lib/firefox/browser/chrome/browser/search-extensions/priceru/favicon.ico 973lib/firefox/browser/chrome/browser/search-extensions/priceru/favicon.ico
968lib/firefox/browser/chrome/browser/search-extensions/priceru/manifest.json 974lib/firefox/browser/chrome/browser/search-extensions/priceru/manifest.json
969lib/firefox/browser/chrome/browser/search-extensions/prisjakt-sv-SE/favicon.ico 975lib/firefox/browser/chrome/browser/search-extensions/prisjakt-sv-SE/favicon.ico
970lib/firefox/browser/chrome/browser/search-extensions/prisjakt-sv-SE/manifest.json 976lib/firefox/browser/chrome/browser/search-extensions/prisjakt-sv-SE/manifest.json
971lib/firefox/browser/chrome/browser/search-extensions/pwn-pl/favicon.png 977lib/firefox/browser/chrome/browser/search-extensions/pwn-pl/favicon.png
972lib/firefox/browser/chrome/browser/search-extensions/pwn-pl/manifest.json 978lib/firefox/browser/chrome/browser/search-extensions/pwn-pl/manifest.json
973lib/firefox/browser/chrome/browser/search-extensions/qwant/_locales/default/messages.json 
974lib/firefox/browser/chrome/browser/search-extensions/qwant/_locales/junior/messages.json 
975lib/firefox/browser/chrome/browser/search-extensions/qwant/favicon.ico 979lib/firefox/browser/chrome/browser/search-extensions/qwant/favicon.ico
976lib/firefox/browser/chrome/browser/search-extensions/qwant/manifest.json 980lib/firefox/browser/chrome/browser/search-extensions/qwant/manifest.json
977lib/firefox/browser/chrome/browser/search-extensions/qwantjr/favicon.ico 981lib/firefox/browser/chrome/browser/search-extensions/qwantjr/favicon.ico
978lib/firefox/browser/chrome/browser/search-extensions/qwantjr/manifest.json 982lib/firefox/browser/chrome/browser/search-extensions/qwantjr/manifest.json
979lib/firefox/browser/chrome/browser/search-extensions/qxl-NO/favicon.ico 983lib/firefox/browser/chrome/browser/search-extensions/qxl-NO/favicon.ico
980lib/firefox/browser/chrome/browser/search-extensions/qxl-NO/manifest.json 984lib/firefox/browser/chrome/browser/search-extensions/qxl-NO/manifest.json
981lib/firefox/browser/chrome/browser/search-extensions/rakuten/favicon.ico 985lib/firefox/browser/chrome/browser/search-extensions/rakuten/favicon.ico
982lib/firefox/browser/chrome/browser/search-extensions/rakuten/manifest.json 986lib/firefox/browser/chrome/browser/search-extensions/rakuten/manifest.json
983lib/firefox/browser/chrome/browser/search-extensions/readmoo/favicon.ico 987lib/firefox/browser/chrome/browser/search-extensions/readmoo/favicon.ico
984lib/firefox/browser/chrome/browser/search-extensions/readmoo/manifest.json 988lib/firefox/browser/chrome/browser/search-extensions/readmoo/manifest.json
985lib/firefox/browser/chrome/browser/search-extensions/salidzinilv/favicon.ico 989lib/firefox/browser/chrome/browser/search-extensions/salidzinilv/favicon.ico
986lib/firefox/browser/chrome/browser/search-extensions/salidzinilv/manifest.json 990lib/firefox/browser/chrome/browser/search-extensions/salidzinilv/manifest.json
987lib/firefox/browser/chrome/browser/search-extensions/seznam-cz/favicon.ico 991lib/firefox/browser/chrome/browser/search-extensions/seznam-cz/favicon.ico
988lib/firefox/browser/chrome/browser/search-extensions/seznam-cz/manifest.json 992lib/firefox/browser/chrome/browser/search-extensions/seznam-cz/manifest.json
989lib/firefox/browser/chrome/browser/search-extensions/sslv/favicon.ico 993lib/firefox/browser/chrome/browser/search-extensions/sslv/favicon.ico
990lib/firefox/browser/chrome/browser/search-extensions/sslv/manifest.json 994lib/firefox/browser/chrome/browser/search-extensions/sslv/manifest.json
991lib/firefox/browser/chrome/browser/search-extensions/tearma/favicon.ico 995lib/firefox/browser/chrome/browser/search-extensions/tearma/favicon.ico
992lib/firefox/browser/chrome/browser/search-extensions/tearma/manifest.json 996lib/firefox/browser/chrome/browser/search-extensions/tearma/manifest.json
993lib/firefox/browser/chrome/browser/search-extensions/twitter/_locales/en/messages.json 
994lib/firefox/browser/chrome/browser/search-extensions/twitter/_locales/ja/messages.json 
995lib/firefox/browser/chrome/browser/search-extensions/twitter/favicon.ico 
996lib/firefox/browser/chrome/browser/search-extensions/twitter/manifest.json 
997lib/firefox/browser/chrome/browser/search-extensions/tyda-sv-SE/favicon.ico 997lib/firefox/browser/chrome/browser/search-extensions/tyda-sv-SE/favicon.ico
998lib/firefox/browser/chrome/browser/search-extensions/tyda-sv-SE/manifest.json 998lib/firefox/browser/chrome/browser/search-extensions/tyda-sv-SE/manifest.json
999lib/firefox/browser/chrome/browser/search-extensions/vatera/favicon.ico 999lib/firefox/browser/chrome/browser/search-extensions/vatera/favicon.ico
1000lib/firefox/browser/chrome/browser/search-extensions/vatera/manifest.json 1000lib/firefox/browser/chrome/browser/search-extensions/vatera/manifest.json
1001lib/firefox/browser/chrome/browser/search-extensions/webde/favicon.ico 1001lib/firefox/browser/chrome/browser/search-extensions/webde/favicon.ico
1002lib/firefox/browser/chrome/browser/search-extensions/webde/manifest.json 1002lib/firefox/browser/chrome/browser/search-extensions/webde/manifest.json
1003lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/NN/messages.json 1003lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/NN/messages.json
1004lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/NO/messages.json 1004lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/NO/messages.json
1005lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/af/messages.json 1005lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/af/messages.json
1006lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/an/messages.json 1006lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/an/messages.json
1007lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/ar/messages.json 1007lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/ar/messages.json
1008lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/ast/messages.json 1008lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/ast/messages.json
1009lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/az/messages.json 1009lib/firefox/browser/chrome/browser/search-extensions/wikipedia/_locales/az/messages.json
@@ -1095,26 +1095,27 @@ lib/firefox/browser/chrome/browser/searc @@ -1095,26 +1095,27 @@ lib/firefox/browser/chrome/browser/searc
1095lib/firefox/browser/chrome/browser/search-extensions/wiktionary/manifest.json 1095lib/firefox/browser/chrome/browser/search-extensions/wiktionary/manifest.json
1096lib/firefox/browser/chrome/browser/search-extensions/wolnelektury-pl/favicon.png 1096lib/firefox/browser/chrome/browser/search-extensions/wolnelektury-pl/favicon.png
1097lib/firefox/browser/chrome/browser/search-extensions/wolnelektury-pl/manifest.json 1097lib/firefox/browser/chrome/browser/search-extensions/wolnelektury-pl/manifest.json
1098lib/firefox/browser/chrome/browser/search-extensions/yahoo-jp-auctions/favicon.ico 1098lib/firefox/browser/chrome/browser/search-extensions/yahoo-jp-auctions/favicon.ico
1099lib/firefox/browser/chrome/browser/search-extensions/yahoo-jp-auctions/manifest.json 1099lib/firefox/browser/chrome/browser/search-extensions/yahoo-jp-auctions/manifest.json
1100lib/firefox/browser/chrome/browser/search-extensions/yahoo-jp/favicon.ico 1100lib/firefox/browser/chrome/browser/search-extensions/yahoo-jp/favicon.ico
1101lib/firefox/browser/chrome/browser/search-extensions/yahoo-jp/manifest.json 1101lib/firefox/browser/chrome/browser/search-extensions/yahoo-jp/manifest.json
1102lib/firefox/browser/chrome/browser/search-extensions/yandex/_locales/az/messages.json 1102lib/firefox/browser/chrome/browser/search-extensions/yandex/_locales/az/messages.json
1103lib/firefox/browser/chrome/browser/search-extensions/yandex/_locales/by/messages.json 1103lib/firefox/browser/chrome/browser/search-extensions/yandex/_locales/by/messages.json
1104lib/firefox/browser/chrome/browser/search-extensions/yandex/_locales/en/messages.json 1104lib/firefox/browser/chrome/browser/search-extensions/yandex/_locales/en/messages.json
1105lib/firefox/browser/chrome/browser/search-extensions/yandex/_locales/kk/messages.json 1105lib/firefox/browser/chrome/browser/search-extensions/yandex/_locales/kk/messages.json
1106lib/firefox/browser/chrome/browser/search-extensions/yandex/_locales/ru/messages.json 1106lib/firefox/browser/chrome/browser/search-extensions/yandex/_locales/ru/messages.json
1107lib/firefox/browser/chrome/browser/search-extensions/yandex/_locales/tr/messages.json 1107lib/firefox/browser/chrome/browser/search-extensions/yandex/_locales/tr/messages.json
 1108lib/firefox/browser/chrome/browser/search-extensions/yandex/_locales/ua/messages.json
1108lib/firefox/browser/chrome/browser/search-extensions/yandex/manifest.json 1109lib/firefox/browser/chrome/browser/search-extensions/yandex/manifest.json
1109lib/firefox/browser/chrome/browser/search-extensions/yandex/yandex-en.ico 1110lib/firefox/browser/chrome/browser/search-extensions/yandex/yandex-en.ico
1110lib/firefox/browser/chrome/browser/search-extensions/yandex/yandex-ru.ico 1111lib/firefox/browser/chrome/browser/search-extensions/yandex/yandex-ru.ico
1111lib/firefox/browser/chrome/browser/search-extensions/zoznam-sk/favicon.png 1112lib/firefox/browser/chrome/browser/search-extensions/zoznam-sk/favicon.png
1112lib/firefox/browser/chrome/browser/search-extensions/zoznam-sk/manifest.json 1113lib/firefox/browser/chrome/browser/search-extensions/zoznam-sk/manifest.json
1113lib/firefox/browser/chrome/browser/skin/classic/browser/aboutFrameCrashed.css 1114lib/firefox/browser/chrome/browser/skin/classic/browser/aboutFrameCrashed.css
1114lib/firefox/browser/chrome/browser/skin/classic/browser/aboutNetError.css 1115lib/firefox/browser/chrome/browser/skin/classic/browser/aboutNetError.css
1115lib/firefox/browser/chrome/browser/skin/classic/browser/aboutRestartRequired.css 1116lib/firefox/browser/chrome/browser/skin/classic/browser/aboutRestartRequired.css
1116lib/firefox/browser/chrome/browser/skin/classic/browser/aboutSessionRestore.css 1117lib/firefox/browser/chrome/browser/skin/classic/browser/aboutSessionRestore.css
1117lib/firefox/browser/chrome/browser/skin/classic/browser/aboutTabCrashed.css 1118lib/firefox/browser/chrome/browser/skin/classic/browser/aboutTabCrashed.css
1118lib/firefox/browser/chrome/browser/skin/classic/browser/aboutWelcomeBack.css 1119lib/firefox/browser/chrome/browser/skin/classic/browser/aboutWelcomeBack.css
1119lib/firefox/browser/chrome/browser/skin/classic/browser/accessibility-active.svg 1120lib/firefox/browser/chrome/browser/skin/classic/browser/accessibility-active.svg
1120lib/firefox/browser/chrome/browser/skin/classic/browser/accessibility.svg 1121lib/firefox/browser/chrome/browser/skin/classic/browser/accessibility.svg
@@ -1279,38 +1280,38 @@ lib/firefox/browser/chrome/browser/skin/ @@ -1279,38 +1280,38 @@ lib/firefox/browser/chrome/browser/skin/
1279lib/firefox/browser/chrome/browser/skin/classic/browser/open.svg 1280lib/firefox/browser/chrome/browser/skin/classic/browser/open.svg
1280lib/firefox/browser/chrome/browser/skin/classic/browser/pageInfo.css 1281lib/firefox/browser/chrome/browser/skin/classic/browser/pageInfo.css
1281lib/firefox/browser/chrome/browser/skin/classic/browser/pageInfo.png 1282lib/firefox/browser/chrome/browser/skin/classic/browser/pageInfo.png
1282lib/firefox/browser/chrome/browser/skin/classic/browser/panel-icon-cancel.svg 1283lib/firefox/browser/chrome/browser/skin/classic/browser/panel-icon-cancel.svg
1283lib/firefox/browser/chrome/browser/skin/classic/browser/panel-icon-folder.svg 1284lib/firefox/browser/chrome/browser/skin/classic/browser/panel-icon-folder.svg
1284lib/firefox/browser/chrome/browser/skin/classic/browser/panel-icon-retry.svg 1285lib/firefox/browser/chrome/browser/skin/classic/browser/panel-icon-retry.svg
1285lib/firefox/browser/chrome/browser/skin/classic/browser/panic-panel/header.png 1286lib/firefox/browser/chrome/browser/skin/classic/browser/panic-panel/header.png
1286lib/firefox/browser/chrome/browser/skin/classic/browser/panic-panel/header@2x.png 1287lib/firefox/browser/chrome/browser/skin/classic/browser/panic-panel/header@2x.png
1287lib/firefox/browser/chrome/browser/skin/classic/browser/panic-panel/icons.png 1288lib/firefox/browser/chrome/browser/skin/classic/browser/panic-panel/icons.png
1288lib/firefox/browser/chrome/browser/skin/classic/browser/panic-panel/icons@2x.png 1289lib/firefox/browser/chrome/browser/skin/classic/browser/panic-panel/icons@2x.png
1289lib/firefox/browser/chrome/browser/skin/classic/browser/permissions.svg 1290lib/firefox/browser/chrome/browser/skin/classic/browser/permissions.svg
1290lib/firefox/browser/chrome/browser/skin/classic/browser/pin-12.svg 1291lib/firefox/browser/chrome/browser/skin/classic/browser/pin-12.svg
1291lib/firefox/browser/chrome/browser/skin/classic/browser/pin-tab.svg 1292lib/firefox/browser/chrome/browser/skin/classic/browser/pin-tab.svg
 1293lib/firefox/browser/chrome/browser/skin/classic/browser/pioneer.svg
1292lib/firefox/browser/chrome/browser/skin/classic/browser/places/bookmarksMenu.svg 1294lib/firefox/browser/chrome/browser/skin/classic/browser/places/bookmarksMenu.svg
1293lib/firefox/browser/chrome/browser/skin/classic/browser/places/bookmarksToolbar.svg 1295lib/firefox/browser/chrome/browser/skin/classic/browser/places/bookmarksToolbar.svg
1294lib/firefox/browser/chrome/browser/skin/classic/browser/places/editBookmark.css 1296lib/firefox/browser/chrome/browser/skin/classic/browser/places/editBookmark.css
1295lib/firefox/browser/chrome/browser/skin/classic/browser/places/folder-smart.svg 1297lib/firefox/browser/chrome/browser/skin/classic/browser/places/folder-smart.svg
1296lib/firefox/browser/chrome/browser/skin/classic/browser/places/folder.svg 1298lib/firefox/browser/chrome/browser/skin/classic/browser/places/folder.svg
1297lib/firefox/browser/chrome/browser/skin/classic/browser/places/history.svg 1299lib/firefox/browser/chrome/browser/skin/classic/browser/places/history.svg
1298lib/firefox/browser/chrome/browser/skin/classic/browser/places/organizer.css 1300lib/firefox/browser/chrome/browser/skin/classic/browser/places/organizer.css
1299lib/firefox/browser/chrome/browser/skin/classic/browser/places/sidebar.css 1301lib/firefox/browser/chrome/browser/skin/classic/browser/places/sidebar.css
1300lib/firefox/browser/chrome/browser/skin/classic/browser/places/tag.svg 1302lib/firefox/browser/chrome/browser/skin/classic/browser/places/tag.svg
1301lib/firefox/browser/chrome/browser/skin/classic/browser/places/tree-icons.css 1303lib/firefox/browser/chrome/browser/skin/classic/browser/places/tree-icons.css
1302lib/firefox/browser/chrome/browser/skin/classic/browser/places/unfiledBookmarks.svg 1304lib/firefox/browser/chrome/browser/skin/classic/browser/places/unfiledBookmarks.svg
1303lib/firefox/browser/chrome/browser/skin/classic/browser/pocket-animation.svg 
1304lib/firefox/browser/chrome/browser/skin/classic/browser/pocket-outline.svg 1305lib/firefox/browser/chrome/browser/skin/classic/browser/pocket-outline.svg
1305lib/firefox/browser/chrome/browser/skin/classic/browser/pocket.svg 1306lib/firefox/browser/chrome/browser/skin/classic/browser/pocket.svg
1306lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/alwaysAsk.png 1307lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/alwaysAsk.png
1307lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/applications.css 1308lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/applications.css
1308lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/bookmark.svg 1309lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/bookmark.svg
1309lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/containers-dialog.css 1310lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/containers-dialog.css
1310lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/containers.css 1311lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/containers.css
1311lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/critters-postcard.jpg 1312lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/critters-postcard.jpg
1312lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/dialog.css 1313lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/dialog.css
1313lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/extensions.svg 1314lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/extensions.svg
1314lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/face-sad.svg 1315lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/face-sad.svg
1315lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/face-smile.svg 1316lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/face-smile.svg
1316lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/formfill.svg 1317lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/formfill.svg
@@ -1327,26 +1328,30 @@ lib/firefox/browser/chrome/browser/skin/ @@ -1327,26 +1328,30 @@ lib/firefox/browser/chrome/browser/skin/
1327lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/search-bar.svg 1328lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/search-bar.svg
1328lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/search.css 1329lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/search.css
1329lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/search.svg 1330lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/search.svg
1330lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/siteDataSettings.css 1331lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/siteDataSettings.css
1331lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/sync.svg 1332lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/sync.svg
1332lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/tab.svg 1333lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/tab.svg
1333lib/firefox/browser/chrome/browser/skin/classic/browser/print.svg 1334lib/firefox/browser/chrome/browser/skin/classic/browser/print.svg
1334lib/firefox/browser/chrome/browser/skin/classic/browser/private-browsing.svg 1335lib/firefox/browser/chrome/browser/skin/classic/browser/private-browsing.svg
1335lib/firefox/browser/chrome/browser/skin/classic/browser/privateBrowsing.svg 1336lib/firefox/browser/chrome/browser/skin/classic/browser/privateBrowsing.svg
1336lib/firefox/browser/chrome/browser/skin/classic/browser/privatebrowsing/aboutPrivateBrowsing.css 1337lib/firefox/browser/chrome/browser/skin/classic/browser/privatebrowsing/aboutPrivateBrowsing.css
1337lib/firefox/browser/chrome/browser/skin/classic/browser/privatebrowsing/favicon.svg 1338lib/firefox/browser/chrome/browser/skin/classic/browser/privatebrowsing/favicon.svg
1338lib/firefox/browser/chrome/browser/skin/classic/browser/privatebrowsing/private-browsing.svg 1339lib/firefox/browser/chrome/browser/skin/classic/browser/privatebrowsing/private-browsing.svg
1339lib/firefox/browser/chrome/browser/skin/classic/browser/profiler-popup-backdrop.png 1340lib/firefox/browser/chrome/browser/skin/classic/browser/profiler-popup-backdrop.png
 1341lib/firefox/browser/chrome/browser/skin/classic/browser/protections/breached-password.svg
 1342lib/firefox/browser/chrome/browser/skin/classic/browser/protections/new-feature.svg
 1343lib/firefox/browser/chrome/browser/skin/classic/browser/protections/resolved-breach-gray.svg
 1344lib/firefox/browser/chrome/browser/skin/classic/browser/protections/resolved-breach.svg
1340lib/firefox/browser/chrome/browser/skin/classic/browser/quit.svg 1345lib/firefox/browser/chrome/browser/skin/classic/browser/quit.svg
1341lib/firefox/browser/chrome/browser/skin/classic/browser/readerMode.svg 1346lib/firefox/browser/chrome/browser/skin/classic/browser/readerMode.svg
1342lib/firefox/browser/chrome/browser/skin/classic/browser/reload-to-stop.svg 1347lib/firefox/browser/chrome/browser/skin/classic/browser/reload-to-stop.svg
1343lib/firefox/browser/chrome/browser/skin/classic/browser/reload.svg 1348lib/firefox/browser/chrome/browser/skin/classic/browser/reload.svg
1344lib/firefox/browser/chrome/browser/skin/classic/browser/restore-session.svg 1349lib/firefox/browser/chrome/browser/skin/classic/browser/restore-session.svg
1345lib/firefox/browser/chrome/browser/skin/classic/browser/sanitizeDialog.css 1350lib/firefox/browser/chrome/browser/skin/classic/browser/sanitizeDialog.css
1346lib/firefox/browser/chrome/browser/skin/classic/browser/save.svg 1351lib/firefox/browser/chrome/browser/skin/classic/browser/save.svg
1347lib/firefox/browser/chrome/browser/skin/classic/browser/search-engine-placeholder.png 1352lib/firefox/browser/chrome/browser/skin/classic/browser/search-engine-placeholder.png
1348lib/firefox/browser/chrome/browser/skin/classic/browser/search-engine-placeholder@2x.png 1353lib/firefox/browser/chrome/browser/skin/classic/browser/search-engine-placeholder@2x.png
1349lib/firefox/browser/chrome/browser/skin/classic/browser/search-glass.svg 1354lib/firefox/browser/chrome/browser/skin/classic/browser/search-glass.svg
1350lib/firefox/browser/chrome/browser/skin/classic/browser/search-indicator-badge-add.svg 1355lib/firefox/browser/chrome/browser/skin/classic/browser/search-indicator-badge-add.svg
1351lib/firefox/browser/chrome/browser/skin/classic/browser/searchbar.css 1356lib/firefox/browser/chrome/browser/skin/classic/browser/searchbar.css
1352lib/firefox/browser/chrome/browser/skin/classic/browser/send-to-device.svg 1357lib/firefox/browser/chrome/browser/skin/classic/browser/send-to-device.svg
@@ -1442,56 +1447,59 @@ lib/firefox/browser/chrome/devtools/cont @@ -1442,56 +1447,59 @@ lib/firefox/browser/chrome/devtools/cont
1442lib/firefox/browser/chrome/devtools/content/framework/toolbox-init.js 1447lib/firefox/browser/chrome/devtools/content/framework/toolbox-init.js
1443lib/firefox/browser/chrome/devtools/content/framework/toolbox-options.html 1448lib/firefox/browser/chrome/devtools/content/framework/toolbox-options.html
1444lib/firefox/browser/chrome/devtools/content/framework/toolbox-window.xhtml 1449lib/firefox/browser/chrome/devtools/content/framework/toolbox-window.xhtml
1445lib/firefox/browser/chrome/devtools/content/framework/toolbox.xhtml 1450lib/firefox/browser/chrome/devtools/content/framework/toolbox.xhtml
1446lib/firefox/browser/chrome/devtools/content/inspector/index.xhtml 1451lib/firefox/browser/chrome/devtools/content/inspector/index.xhtml
1447lib/firefox/browser/chrome/devtools/content/inspector/markup/markup.xhtml 1452lib/firefox/browser/chrome/devtools/content/inspector/markup/markup.xhtml
1448lib/firefox/browser/chrome/devtools/content/memory/index.xhtml 1453lib/firefox/browser/chrome/devtools/content/memory/index.xhtml
1449lib/firefox/browser/chrome/devtools/content/netmonitor/index.html 1454lib/firefox/browser/chrome/devtools/content/netmonitor/index.html
1450lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/icons/arrow-up.svg 1455lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/icons/arrow-up.svg
1451lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/icons/blocked.svg 1456lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/icons/blocked.svg
1452lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/icons/play.svg 1457lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/icons/play.svg
1453lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/icons/shield.svg 1458lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/icons/shield.svg
1454lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/CustomRequestPanel.css 1459lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/CustomRequestPanel.css
 1460lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/HeadersPanel.css
1455lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/NetworkActionBar.css 1461lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/NetworkActionBar.css
1456lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/NetworkDetailsBar.css 1462lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/NetworkDetailsBar.css
1457lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/RequestBlockingPanel.css 1463lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/RequestBlockingPanel.css
1458lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/RequestList.css 1464lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/RequestList.css
1459lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/StatisticsPanel.css 1465lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/StatisticsPanel.css
1460lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/StatusBar.css 1466lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/StatusBar.css
1461lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/StatusCode.css 1467lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/StatusCode.css
1462lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/Toolbar.css 1468lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/Toolbar.css
 1469lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/UrlPreview.css
1463lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/httpi.css 1470lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/httpi.css
1464lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/netmonitor.css 1471lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/netmonitor.css
1465lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/search.css 1472lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/search.css
1466lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/variables.css 1473lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/variables.css
1467lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/websockets.css 1474lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/websockets.css
1468lib/firefox/browser/chrome/devtools/content/performance-new/aboutprofiling/index.xhtml 1475lib/firefox/browser/chrome/devtools/content/performance-new/aboutprofiling/index.xhtml
1469lib/firefox/browser/chrome/devtools/content/performance-new/aboutprofiling/initializer.js 1476lib/firefox/browser/chrome/devtools/content/performance-new/aboutprofiling/initializer.js
1470lib/firefox/browser/chrome/devtools/content/performance-new/frame-script.js 1477lib/firefox/browser/chrome/devtools/content/performance-new/frame-script.js
1471lib/firefox/browser/chrome/devtools/content/performance-new/index.xhtml 1478lib/firefox/browser/chrome/devtools/content/performance-new/index.xhtml
1472lib/firefox/browser/chrome/devtools/content/performance/index.xhtml 1479lib/firefox/browser/chrome/devtools/content/performance/index.xhtml
1473lib/firefox/browser/chrome/devtools/content/responsive/index.xhtml 1480lib/firefox/browser/chrome/devtools/content/responsive/index.xhtml
1474lib/firefox/browser/chrome/devtools/content/responsive/toolbar.xhtml 1481lib/firefox/browser/chrome/devtools/content/responsive/toolbar.xhtml
1475lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/addon/dialog/dialog.css 1482lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/addon/dialog/dialog.css
1476lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/cmiframe.html 1483lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/cmiframe.html
1477lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/codemirror.bundle.js 1484lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/codemirror.bundle.js
1478lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/keymap/emacs.js 1485lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/keymap/emacs.js
1479lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/keymap/sublime.js 1486lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/keymap/sublime.js
1480lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/keymap/vim.js 1487lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/keymap/vim.js
1481lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/lib/codemirror.css 1488lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/lib/codemirror.css
1482lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/mozilla.css 1489lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/mozilla.css
1483lib/firefox/browser/chrome/devtools/content/shared/splitview.css 1490lib/firefox/browser/chrome/devtools/content/shared/splitview.css
1484lib/firefox/browser/chrome/devtools/content/shared/theme-switching.js 1491lib/firefox/browser/chrome/devtools/content/shared/theme-switching.js
 1492lib/firefox/browser/chrome/devtools/content/shared/toolbarbutton.css
1485lib/firefox/browser/chrome/devtools/content/shared/vendor/d3.js 1493lib/firefox/browser/chrome/devtools/content/shared/vendor/d3.js
1486lib/firefox/browser/chrome/devtools/content/shared/vendor/dagre-d3.js 1494lib/firefox/browser/chrome/devtools/content/shared/vendor/dagre-d3.js
1487lib/firefox/browser/chrome/devtools/content/shared/webextension-fallback.html 1495lib/firefox/browser/chrome/devtools/content/shared/webextension-fallback.html
1488lib/firefox/browser/chrome/devtools/content/shared/widgets/cubic-bezier.css 1496lib/firefox/browser/chrome/devtools/content/shared/widgets/cubic-bezier.css
1489lib/firefox/browser/chrome/devtools/content/shared/widgets/filter-widget.css 1497lib/firefox/browser/chrome/devtools/content/shared/widgets/filter-widget.css
1490lib/firefox/browser/chrome/devtools/content/shared/widgets/graphs-frame.xhtml 1498lib/firefox/browser/chrome/devtools/content/shared/widgets/graphs-frame.xhtml
1491lib/firefox/browser/chrome/devtools/content/shared/widgets/spectrum.css 1499lib/firefox/browser/chrome/devtools/content/shared/widgets/spectrum.css
1492lib/firefox/browser/chrome/devtools/content/shared/widgets/widgets.css 1500lib/firefox/browser/chrome/devtools/content/shared/widgets/widgets.css
1493lib/firefox/browser/chrome/devtools/content/storage/index.xhtml 1501lib/firefox/browser/chrome/devtools/content/storage/index.xhtml
1494lib/firefox/browser/chrome/devtools/content/styleeditor/index.xhtml 1502lib/firefox/browser/chrome/devtools/content/styleeditor/index.xhtml
1495lib/firefox/browser/chrome/devtools/content/webconsole/index.html 1503lib/firefox/browser/chrome/devtools/content/webconsole/index.html
1496lib/firefox/browser/chrome/devtools/content/whats-new/index.html 1504lib/firefox/browser/chrome/devtools/content/whats-new/index.html
1497lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/aboutdebugging.js 1505lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/aboutdebugging.js
@@ -1666,27 +1674,26 @@ lib/firefox/browser/chrome/devtools/modu @@ -1666,27 +1674,26 @@ lib/firefox/browser/chrome/devtools/modu
1666lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/routing/PageSwitcher.js 1674lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/routing/PageSwitcher.js
1667lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/routing/Sidebar.css 1675lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/routing/Sidebar.css
1668lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/routing/Sidebar.js 1676lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/routing/Sidebar.js
1669lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/routing/SidebarItem.css 1677lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/routing/SidebarItem.css
1670lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/routing/SidebarItem.js 1678lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/routing/SidebarItem.js
1671lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/Registration.css 1679lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/Registration.css
1672lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/Registration.js 1680lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/Registration.js
1673lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/RegistrationList.css 1681lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/RegistrationList.css
1674lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/RegistrationList.js 1682lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/RegistrationList.js
1675lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/RegistrationListEmpty.css 1683lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/RegistrationListEmpty.css
1676lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/RegistrationListEmpty.js 1684lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/RegistrationListEmpty.js
1677lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/Worker.css 1685lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/Worker.css
1678lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/Worker.js 1686lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/Worker.js
1679lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/WorkersPage.css 
1680lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/WorkersPage.js 1687lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/WorkersPage.js
1681lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/ui/UIButton.css 1688lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/ui/UIButton.css
1682lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/ui/UIButton.js 1689lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/ui/UIButton.js
1683lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/constants.js 1690lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/constants.js
1684lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/create-store.js 1691lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/create-store.js
1685lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/modules/application-services.js 1692lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/modules/application-services.js
1686lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/modules/l10n.js 1693lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/modules/l10n.js
1687lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/reducers/index.js 1694lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/reducers/index.js
1688lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/reducers/manifest-state.js 1695lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/reducers/manifest-state.js
1689lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/reducers/page-state.js 1696lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/reducers/page-state.js
1690lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/reducers/ui-state.js 1697lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/reducers/ui-state.js
1691lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/reducers/workers-state.js 1698lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/reducers/workers-state.js
1692lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/types/index.js 1699lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/types/index.js
@@ -2056,26 +2063,27 @@ lib/firefox/browser/chrome/devtools/modu @@ -2056,26 +2063,27 @@ lib/firefox/browser/chrome/devtools/modu
2056lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/frames/collapseFrames.js 2063lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/frames/collapseFrames.js
2057lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/frames/displayName.js 2064lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/frames/displayName.js
2058lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/frames/getFrameUrl.js 2065lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/frames/getFrameUrl.js
2059lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/frames/getLibraryFromUrl.js 2066lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/frames/getLibraryFromUrl.js
2060lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/frames/index.js 2067lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/frames/index.js
2061lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/index.js 2068lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/index.js
2062lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/mapScopes/buildGeneratedBindingList.js 2069lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/mapScopes/buildGeneratedBindingList.js
2063lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/mapScopes/filtering.js 2070lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/mapScopes/filtering.js
2064lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/mapScopes/findGeneratedBindingFromPosition.js 2071lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/mapScopes/findGeneratedBindingFromPosition.js
2065lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/mapScopes/getApplicableBindingsForOriginalPosition.js 2072lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/mapScopes/getApplicableBindingsForOriginalPosition.js
2066lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/mapScopes/index.js 2073lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/mapScopes/index.js
2067lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/mapScopes/locColumn.js 2074lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/mapScopes/locColumn.js
2068lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/mapScopes/mappingContains.js 2075lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/mapScopes/mappingContains.js
 2076lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/mapScopes/optimizedOut.js
2069lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/mapScopes/positionCmp.js 2077lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/mapScopes/positionCmp.js
2070lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/mapScopes/rangeMetadata.js 2078lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/mapScopes/rangeMetadata.js
2071lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/scopes/getScope.js 2079lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/scopes/getScope.js
2072lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/scopes/getVariables.js 2080lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/scopes/getVariables.js
2073lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/scopes/index.js 2081lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/scopes/index.js
2074lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/scopes/utils.js 2082lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/scopes/utils.js
2075lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/why.js 2083lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/pause/why.js
2076lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/prefs.js 2084lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/prefs.js
2077lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/preview.js 2085lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/preview.js
2078lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/project-search.js 2086lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/project-search.js
2079lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/quick-open.js 2087lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/quick-open.js
2080lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/resource/base-query.js 2088lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/resource/base-query.js
2081lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/resource/compare.js 2089lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/utils/resource/compare.js
@@ -2170,26 +2178,27 @@ lib/firefox/browser/chrome/devtools/modu @@ -2170,26 +2178,27 @@ lib/firefox/browser/chrome/devtools/modu
2170lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/addon/addons.js 2178lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/addon/addons.js
2171lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/addon/webextension-inspected-window.js 2179lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/addon/webextension-inspected-window.js
2172lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/animation.js 2180lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/animation.js
2173lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/array-buffer.js 2181lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/array-buffer.js
2174lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/changes.js 2182lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/changes.js
2175lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/content-viewer.js 2183lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/content-viewer.js
2176lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/css-properties.js 2184lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/css-properties.js
2177lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/descriptors/frame.js 2185lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/descriptors/frame.js
2178lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/descriptors/process.js 2186lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/descriptors/process.js
2179lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/descriptors/tab.js 2187lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/descriptors/tab.js
2180lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/descriptors/webextension.js 2188lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/descriptors/webextension.js
2181lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/device.js 2189lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/device.js
2182lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/environment.js 2190lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/environment.js
 2191lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/eventsource.js
2183lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/frame.js 2192lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/frame.js
2184lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/framerate.js 2193lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/framerate.js
2185lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/highlighters.js 2194lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/highlighters.js
2186lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/inspector.js 2195lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/inspector.js
2187lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/inspector/rule-rewriter.js 2196lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/inspector/rule-rewriter.js
2188lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/layout.js 2197lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/layout.js
2189lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/manifest.js 2198lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/manifest.js
2190lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/memory.js 2199lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/memory.js
2191lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/node.js 2200lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/node.js
2192lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/object.js 2201lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/object.js
2193lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/perf.js 2202lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/perf.js
2194lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/performance-recording.js 2203lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/performance-recording.js
2195lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/performance.js 2204lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/performance.js
@@ -2298,29 +2307,26 @@ lib/firefox/browser/chrome/devtools/modu @@ -2298,29 +2307,26 @@ lib/firefox/browser/chrome/devtools/modu
2298lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/actions/index.js 2307lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/actions/index.js
2299lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/BrowserIcon.js 2308lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/BrowserIcon.js
2300lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/CompatibilityApp.js 2309lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/CompatibilityApp.js
2301lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/Footer.js 2310lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/Footer.js
2302lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/IssueItem.js 2311lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/IssueItem.js
2303lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/IssueList.js 2312lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/IssueList.js
2304lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/IssuePane.js 2313lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/IssuePane.js
2305lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/NodeItem.js 2314lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/NodeItem.js
2306lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/NodeList.js 2315lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/NodeList.js
2307lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/NodePane.js 2316lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/NodePane.js
2308lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/Settings.js 2317lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/Settings.js
2309lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/UnsupportedBrowserItem.js 2318lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/UnsupportedBrowserItem.js
2310lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/UnsupportedBrowserList.js 2319lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/UnsupportedBrowserList.js
2311lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/lib/MDNCompatibility.js 
2312lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/lib/dataset/browsers.json 
2313lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/lib/dataset/css-properties.json 
2314lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/reducers/compatibility.js 2320lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/reducers/compatibility.js
2315lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/types.js 2321lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/types.js
2316lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/utils/cases.js 2322lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/utils/cases.js
2317lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/components/InspectorTabPanel.css 2323lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/components/InspectorTabPanel.css
2318lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/components/InspectorTabPanel.js 2324lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/components/InspectorTabPanel.js
2319lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/computed/computed.js 2325lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/computed/computed.js
2320lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/extensions/actions/index.js 2326lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/extensions/actions/index.js
2321lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/extensions/actions/sidebar.js 2327lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/extensions/actions/sidebar.js
2322lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/extensions/components/ExpressionResultView.js 2328lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/extensions/components/ExpressionResultView.js
2323lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/extensions/components/ExtensionPage.js 2329lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/extensions/components/ExtensionPage.js
2324lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/extensions/components/ExtensionSidebar.js 2330lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/extensions/components/ExtensionSidebar.js
2325lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/extensions/components/ObjectTreeView.js 2331lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/extensions/components/ObjectTreeView.js
2326lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/extensions/extension-sidebar.js 2332lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/extensions/extension-sidebar.js
@@ -2454,27 +2460,26 @@ lib/firefox/browser/chrome/devtools/modu @@ -2454,27 +2460,26 @@ lib/firefox/browser/chrome/devtools/modu
2454lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/LiveText.js 2460lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/LiveText.js
2455lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/MainTabbedArea.js 2461lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/MainTabbedArea.js
2456lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/SearchBox.js 2462lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/SearchBox.js
2457lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/TextPanel.js 2463lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/TextPanel.js
2458lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/TextToolbar.js 2464lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/TextToolbar.js
2459lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/reps/Toolbar.js 2465lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/reps/Toolbar.js
2460lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/converter-child.js 2466lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/converter-child.js
2461lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/converter-observer.js 2467lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/converter-observer.js
2462lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/general.css 2468lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/general.css
2463lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/headers-panel.css 2469lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/headers-panel.css
2464lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/json-panel.css 2470lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/json-panel.css
2465lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/main.css 2471lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/main.css
2466lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/search-box.css 2472lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/search-box.css
2467lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/search.svg 
2468lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/text-panel.css 2473lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/text-panel.css
2469lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/toolbar.css 2474lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/toolbar.css
2470lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/json-viewer.js 2475lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/json-viewer.js
2471lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/lib/require.js 2476lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/lib/require.js
2472lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/viewer-config.js 2477lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/viewer-config.js
2473lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/allocations.js 2478lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/allocations.js
2474lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/census-display.js 2479lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/census-display.js
2475lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/diffing.js 2480lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/diffing.js
2476lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/filter.js 2481lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/filter.js
2477lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/front.js 2482lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/front.js
2478lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/io.js 2483lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/io.js
2479lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/label-display.js 2484lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/label-display.js
2480lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/refresh.js 2485lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/refresh.js
@@ -2544,26 +2549,27 @@ lib/firefox/browser/chrome/devtools/modu @@ -2544,26 +2549,27 @@ lib/firefox/browser/chrome/devtools/modu
2544lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/DropHarHandler.js 2549lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/DropHarHandler.js
2545lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/MonitorPanel.js 2550lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/MonitorPanel.js
2546lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/NetworkActionBar.js 2551lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/NetworkActionBar.js
2547lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/SecurityState.js 2552lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/SecurityState.js
2548lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/SourceEditor.js 2553lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/SourceEditor.js
2549lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/StatisticsPanel.js 2554lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/StatisticsPanel.js
2550lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/StatusBar.js 2555lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/StatusBar.js
2551lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/StatusCode.js 2556lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/StatusCode.js
2552lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/TabboxPanel.js 2557lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/TabboxPanel.js
2553lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/Toolbar.js 2558lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/Toolbar.js
2554lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/previews/HtmlPreview.js 2559lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/previews/HtmlPreview.js
2555lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/previews/ImagePreview.js 2560lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/previews/ImagePreview.js
2556lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/previews/SourcePreview.js 2561lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/previews/SourcePreview.js
 2562lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/previews/UrlPreview.js
2557lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-blocking/RequestBlockingPanel.js 2563lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-blocking/RequestBlockingPanel.js
2558lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-details/CachePanel.js 2564lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-details/CachePanel.js
2559lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-details/CookiesPanel.js 2565lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-details/CookiesPanel.js
2560lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-details/HeadersPanel.js 2566lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-details/HeadersPanel.js
2561lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-details/NetworkDetailsBar.js 2567lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-details/NetworkDetailsBar.js
2562lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-details/PropertiesView.js 2568lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-details/PropertiesView.js
2563lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-details/RequestPanel.js 2569lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-details/RequestPanel.js
2564lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-details/ResponsePanel.js 2570lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-details/ResponsePanel.js
2565lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-details/SecurityPanel.js 2571lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-details/SecurityPanel.js
2566lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-details/StackTracePanel.js 2572lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-details/StackTracePanel.js
2567lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-details/TimingsPanel.js 2573lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-details/TimingsPanel.js
2568lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestList.js 2574lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestList.js
2569lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnContentSize.js 2575lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/request-list/RequestListColumnContentSize.js
@@ -2694,26 +2700,27 @@ lib/firefox/browser/chrome/devtools/modu @@ -2694,26 +2700,27 @@ lib/firefox/browser/chrome/devtools/modu
2694lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/ProfilerEventHandling.js 2700lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/ProfilerEventHandling.js
2695lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/Range.js 2701lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/Range.js
2696lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/RecordingButton.js 2702lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/RecordingButton.js
2697lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/Settings.js 2703lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/components/Settings.js
2698lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/initializer.js 2704lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/initializer.js
2699lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/panel.js 2705lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/panel.js
2700lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/popup/background.jsm.js 2706lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/popup/background.jsm.js
2701lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/popup/menu-button.jsm.js 2707lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/popup/menu-button.jsm.js
2702lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/popup/panel.jsm.js 2708lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/popup/panel.jsm.js
2703lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/preference-management.js 2709lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/preference-management.js
2704lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/store/actions.js 2710lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/store/actions.js
2705lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/store/reducers.js 2711lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/store/reducers.js
2706lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/store/selectors.js 2712lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/store/selectors.js
 2713lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/symbolication.jsm.js
2707lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/typescript-lazy-load.jsm.js 2714lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/typescript-lazy-load.jsm.js
2708lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/utils.js 2715lib/firefox/browser/chrome/devtools/modules/devtools/client/performance-new/utils.js
2709lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/components/JITOptimizations.js 2716lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/components/JITOptimizations.js
2710lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/components/JITOptimizationsItem.js 2717lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/components/JITOptimizationsItem.js
2711lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/components/RecordingButton.js 2718lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/components/RecordingButton.js
2712lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/components/RecordingControls.js 2719lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/components/RecordingControls.js
2713lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/components/RecordingList.js 2720lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/components/RecordingList.js
2714lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/components/RecordingListItem.js 2721lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/components/RecordingListItem.js
2715lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/components/Waterfall.js 2722lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/components/Waterfall.js
2716lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/components/WaterfallHeader.js 2723lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/components/WaterfallHeader.js
2717lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/components/WaterfallTree.js 2724lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/components/WaterfallTree.js
2718lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/components/WaterfallTreeRow.js 2725lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/components/WaterfallTreeRow.js
2719lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/events.js 2726lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/events.js
@@ -2983,26 +2990,28 @@ lib/firefox/browser/chrome/devtools/modu @@ -2983,26 +2990,28 @@ lib/firefox/browser/chrome/devtools/modu
2983lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/SwatchBasedEditorTooltip.js 2990lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/SwatchBasedEditorTooltip.js
2984lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/SwatchColorPickerTooltip.js 2991lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/SwatchColorPickerTooltip.js
2985lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/SwatchCubicBezierTooltip.js 2992lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/SwatchCubicBezierTooltip.js
2986lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/SwatchFilterTooltip.js 2993lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/SwatchFilterTooltip.js
2987lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/TooltipToggle.js 2994lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/TooltipToggle.js
2988lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/VariableTooltipHelper.js 2995lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/VariableTooltipHelper.js
2989lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/inactive-css-tooltip-helper.js 2996lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/tooltip/inactive-css-tooltip-helper.js
2990lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/view-helpers.js 2997lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/view-helpers.js
2991lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/workers-listener.js 2998lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/workers-listener.js
2992lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/zoom-keys.js 2999lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/zoom-keys.js
2993lib/firefox/browser/chrome/devtools/modules/devtools/client/storage/VariablesView.jsm 3000lib/firefox/browser/chrome/devtools/modules/devtools/client/storage/VariablesView.jsm
2994lib/firefox/browser/chrome/devtools/modules/devtools/client/storage/panel.js 3001lib/firefox/browser/chrome/devtools/modules/devtools/client/storage/panel.js
2995lib/firefox/browser/chrome/devtools/modules/devtools/client/storage/ui.js 3002lib/firefox/browser/chrome/devtools/modules/devtools/client/storage/ui.js
 3003lib/firefox/browser/chrome/devtools/modules/devtools/client/storage/utils/l10n.js
 3004lib/firefox/browser/chrome/devtools/modules/devtools/client/storage/utils/mdn-utils.js
2996lib/firefox/browser/chrome/devtools/modules/devtools/client/styleeditor/StyleEditorUI.jsm 3005lib/firefox/browser/chrome/devtools/modules/devtools/client/styleeditor/StyleEditorUI.jsm
2997lib/firefox/browser/chrome/devtools/modules/devtools/client/styleeditor/StyleEditorUtil.jsm 3006lib/firefox/browser/chrome/devtools/modules/devtools/client/styleeditor/StyleEditorUtil.jsm
2998lib/firefox/browser/chrome/devtools/modules/devtools/client/styleeditor/StyleSheetEditor.jsm 3007lib/firefox/browser/chrome/devtools/modules/devtools/client/styleeditor/StyleSheetEditor.jsm
2999lib/firefox/browser/chrome/devtools/modules/devtools/client/styleeditor/original-source.js 3008lib/firefox/browser/chrome/devtools/modules/devtools/client/styleeditor/original-source.js
3000lib/firefox/browser/chrome/devtools/modules/devtools/client/styleeditor/panel.js 3009lib/firefox/browser/chrome/devtools/modules/devtools/client/styleeditor/panel.js
3001lib/firefox/browser/chrome/devtools/modules/devtools/client/themes/audio/shutter.wav 3010lib/firefox/browser/chrome/devtools/modules/devtools/client/themes/audio/shutter.wav
3002lib/firefox/browser/chrome/devtools/modules/devtools/client/themes/common.css 3011lib/firefox/browser/chrome/devtools/modules/devtools/client/themes/common.css
3003lib/firefox/browser/chrome/devtools/modules/devtools/client/themes/splitters.css 3012lib/firefox/browser/chrome/devtools/modules/devtools/client/themes/splitters.css
3004lib/firefox/browser/chrome/devtools/modules/devtools/client/themes/toolbars.css 3013lib/firefox/browser/chrome/devtools/modules/devtools/client/themes/toolbars.css
3005lib/firefox/browser/chrome/devtools/modules/devtools/client/themes/variables.css 3014lib/firefox/browser/chrome/devtools/modules/devtools/client/themes/variables.css
3006lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/actions/autocomplete.js 3015lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/actions/autocomplete.js
3007lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/actions/filters.js 3016lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/actions/filters.js
3008lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/actions/history.js 3017lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/actions/history.js
@@ -3150,26 +3159,27 @@ lib/firefox/browser/chrome/devtools/modu @@ -3150,26 +3159,27 @@ lib/firefox/browser/chrome/devtools/modu
3150lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/inspector/constants.js 3159lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/inspector/constants.js
3151lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/inspector/css-logic.js 3160lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/inspector/css-logic.js
3152lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/inspector/custom-element-watcher.js 3161lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/inspector/custom-element-watcher.js
3153lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/inspector/document-walker.js 3162lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/inspector/document-walker.js
3154lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/inspector/event-collector.js 3163lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/inspector/event-collector.js
3155lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/inspector/inspector.js 3164lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/inspector/inspector.js
3156lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/inspector/node.js 3165lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/inspector/node.js
3157lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/inspector/utils.js 3166lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/inspector/utils.js
3158lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/inspector/walker.js 3167lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/inspector/walker.js
3159lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/layout.js 3168lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/layout.js
3160lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/manifest.js 3169lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/manifest.js
3161lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/memory.js 3170lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/memory.js
3162lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/channel-event-sink.js 3171lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/channel-event-sink.js
 3172lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/eventsource-actor.js
3163lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/network-event.js 3173lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/network-event.js
3164lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/network-monitor.js 3174lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/network-monitor.js
3165lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/network-observer.js 3175lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/network-observer.js
3166lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/network-response-listener.js 3176lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/network-response-listener.js
3167lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/stack-trace-collector.js 3177lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/stack-trace-collector.js
3168lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/utils/wildcard-to-regexp.js 3178lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/utils/wildcard-to-regexp.js
3169lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/websocket-actor.js 3179lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/network-monitor/websocket-actor.js
3170lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/object.js 3180lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/object.js
3171lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/object/previewers.js 3181lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/object/previewers.js
3172lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/object/property-iterator.js 3182lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/object/property-iterator.js
3173lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/object/stringifiers.js 3183lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/object/stringifiers.js
3174lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/object/symbol-iterator.js 3184lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/object/symbol-iterator.js
3175lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/object/symbol.js 3185lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/object/symbol.js
@@ -3254,26 +3264,29 @@ lib/firefox/browser/chrome/devtools/modu @@ -3254,26 +3264,29 @@ lib/firefox/browser/chrome/devtools/modu
3254lib/firefox/browser/chrome/devtools/modules/devtools/server/startup/frame.js 3264lib/firefox/browser/chrome/devtools/modules/devtools/server/startup/frame.js
3255lib/firefox/browser/chrome/devtools/modules/devtools/server/startup/worker.js 3265lib/firefox/browser/chrome/devtools/modules/devtools/server/startup/worker.js
3256lib/firefox/browser/chrome/devtools/modules/devtools/shared/DevToolsUtils.js 3266lib/firefox/browser/chrome/devtools/modules/devtools/shared/DevToolsUtils.js
3257lib/firefox/browser/chrome/devtools/modules/devtools/shared/Loader.jsm 3267lib/firefox/browser/chrome/devtools/modules/devtools/shared/Loader.jsm
3258lib/firefox/browser/chrome/devtools/modules/devtools/shared/ThreadSafeDevToolsUtils.js 3268lib/firefox/browser/chrome/devtools/modules/devtools/shared/ThreadSafeDevToolsUtils.js
3259lib/firefox/browser/chrome/devtools/modules/devtools/shared/accessibility.js 3269lib/firefox/browser/chrome/devtools/modules/devtools/shared/accessibility.js
3260lib/firefox/browser/chrome/devtools/modules/devtools/shared/acorn/acorn.js 3270lib/firefox/browser/chrome/devtools/modules/devtools/shared/acorn/acorn.js
3261lib/firefox/browser/chrome/devtools/modules/devtools/shared/acorn/acorn_loose.js 3271lib/firefox/browser/chrome/devtools/modules/devtools/shared/acorn/acorn_loose.js
3262lib/firefox/browser/chrome/devtools/modules/devtools/shared/acorn/walk.js 3272lib/firefox/browser/chrome/devtools/modules/devtools/shared/acorn/walk.js
3263lib/firefox/browser/chrome/devtools/modules/devtools/shared/async-storage.js 3273lib/firefox/browser/chrome/devtools/modules/devtools/shared/async-storage.js
3264lib/firefox/browser/chrome/devtools/modules/devtools/shared/async-utils.js 3274lib/firefox/browser/chrome/devtools/modules/devtools/shared/async-utils.js
3265lib/firefox/browser/chrome/devtools/modules/devtools/shared/base-loader.js 3275lib/firefox/browser/chrome/devtools/modules/devtools/shared/base-loader.js
3266lib/firefox/browser/chrome/devtools/modules/devtools/shared/builtin-modules.js 3276lib/firefox/browser/chrome/devtools/modules/devtools/shared/builtin-modules.js
 3277lib/firefox/browser/chrome/devtools/modules/devtools/shared/compatibility/MDNCompatibility.js
 3278lib/firefox/browser/chrome/devtools/modules/devtools/shared/compatibility/dataset/browsers.json
 3279lib/firefox/browser/chrome/devtools/modules/devtools/shared/compatibility/dataset/css-properties.json
3267lib/firefox/browser/chrome/devtools/modules/devtools/shared/constants.js 3280lib/firefox/browser/chrome/devtools/modules/devtools/shared/constants.js
3268lib/firefox/browser/chrome/devtools/modules/devtools/shared/content-observer.js 3281lib/firefox/browser/chrome/devtools/modules/devtools/shared/content-observer.js
3269lib/firefox/browser/chrome/devtools/modules/devtools/shared/css/color-db.js 3282lib/firefox/browser/chrome/devtools/modules/devtools/shared/css/color-db.js
3270lib/firefox/browser/chrome/devtools/modules/devtools/shared/css/color.js 3283lib/firefox/browser/chrome/devtools/modules/devtools/shared/css/color.js
3271lib/firefox/browser/chrome/devtools/modules/devtools/shared/css/constants.js 3284lib/firefox/browser/chrome/devtools/modules/devtools/shared/css/constants.js
3272lib/firefox/browser/chrome/devtools/modules/devtools/shared/css/generated/properties-db.js 3285lib/firefox/browser/chrome/devtools/modules/devtools/shared/css/generated/properties-db.js
3273lib/firefox/browser/chrome/devtools/modules/devtools/shared/css/lexer.js 3286lib/firefox/browser/chrome/devtools/modules/devtools/shared/css/lexer.js
3274lib/firefox/browser/chrome/devtools/modules/devtools/shared/css/parsing-utils.js 3287lib/firefox/browser/chrome/devtools/modules/devtools/shared/css/parsing-utils.js
3275lib/firefox/browser/chrome/devtools/modules/devtools/shared/css/properties-db.js 3288lib/firefox/browser/chrome/devtools/modules/devtools/shared/css/properties-db.js
3276lib/firefox/browser/chrome/devtools/modules/devtools/shared/debounce.js 3289lib/firefox/browser/chrome/devtools/modules/devtools/shared/debounce.js
3277lib/firefox/browser/chrome/devtools/modules/devtools/shared/defer.js 3290lib/firefox/browser/chrome/devtools/modules/devtools/shared/defer.js
3278lib/firefox/browser/chrome/devtools/modules/devtools/shared/discovery/discovery.js 3291lib/firefox/browser/chrome/devtools/modules/devtools/shared/discovery/discovery.js
3279lib/firefox/browser/chrome/devtools/modules/devtools/shared/dom-helpers.js 3292lib/firefox/browser/chrome/devtools/modules/devtools/shared/dom-helpers.js
@@ -3324,49 +3337,56 @@ lib/firefox/browser/chrome/devtools/modu @@ -3324,49 +3337,56 @@ lib/firefox/browser/chrome/devtools/modu
3324lib/firefox/browser/chrome/devtools/modules/devtools/shared/protocol/Front/FrontClassWithSpec.js 3337lib/firefox/browser/chrome/devtools/modules/devtools/shared/protocol/Front/FrontClassWithSpec.js
3325lib/firefox/browser/chrome/devtools/modules/devtools/shared/protocol/Pool.js 3338lib/firefox/browser/chrome/devtools/modules/devtools/shared/protocol/Pool.js
3326lib/firefox/browser/chrome/devtools/modules/devtools/shared/protocol/Request.js 3339lib/firefox/browser/chrome/devtools/modules/devtools/shared/protocol/Request.js
3327lib/firefox/browser/chrome/devtools/modules/devtools/shared/protocol/Response.js 3340lib/firefox/browser/chrome/devtools/modules/devtools/shared/protocol/Response.js
3328lib/firefox/browser/chrome/devtools/modules/devtools/shared/protocol/lazy-pool.js 3341lib/firefox/browser/chrome/devtools/modules/devtools/shared/protocol/lazy-pool.js
3329lib/firefox/browser/chrome/devtools/modules/devtools/shared/protocol/types.js 3342lib/firefox/browser/chrome/devtools/modules/devtools/shared/protocol/types.js
3330lib/firefox/browser/chrome/devtools/modules/devtools/shared/protocol/utils.js 3343lib/firefox/browser/chrome/devtools/modules/devtools/shared/protocol/utils.js
3331lib/firefox/browser/chrome/devtools/modules/devtools/shared/qrcode/decoder/index.js 3344lib/firefox/browser/chrome/devtools/modules/devtools/shared/qrcode/decoder/index.js
3332lib/firefox/browser/chrome/devtools/modules/devtools/shared/qrcode/encoder/index.js 3345lib/firefox/browser/chrome/devtools/modules/devtools/shared/qrcode/encoder/index.js
3333lib/firefox/browser/chrome/devtools/modules/devtools/shared/qrcode/index.js 3346lib/firefox/browser/chrome/devtools/modules/devtools/shared/qrcode/index.js
3334lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/legacy-listeners/console-messages.js 3347lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/legacy-listeners/console-messages.js
3335lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/legacy-listeners/error-messages.js 3348lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/legacy-listeners/error-messages.js
3336lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/legacy-listeners/platform-messages.js 3349lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/legacy-listeners/platform-messages.js
 3350lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/legacy-listeners/root-node.js
 3351lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/legacy-target-watchers/legacy-frames-watcher.js
 3352lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/legacy-target-watchers/legacy-processes-watcher.js
 3353lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/legacy-target-watchers/legacy-serviceworkers-watcher.js
 3354lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/legacy-target-watchers/legacy-sharedworkers-watcher.js
 3355lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/legacy-target-watchers/legacy-workers-watcher.js
3337lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/resource-watcher.js 3356lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/resource-watcher.js
3338lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/target-list.js 3357lib/firefox/browser/chrome/devtools/modules/devtools/shared/resources/target-list.js
3339lib/firefox/browser/chrome/devtools/modules/devtools/shared/screenshot/capture.js 3358lib/firefox/browser/chrome/devtools/modules/devtools/shared/screenshot/capture.js
3340lib/firefox/browser/chrome/devtools/modules/devtools/shared/screenshot/save.js 3359lib/firefox/browser/chrome/devtools/modules/devtools/shared/screenshot/save.js
3341lib/firefox/browser/chrome/devtools/modules/devtools/shared/security/auth.js 3360lib/firefox/browser/chrome/devtools/modules/devtools/shared/security/auth.js
3342lib/firefox/browser/chrome/devtools/modules/devtools/shared/security/cert.js 3361lib/firefox/browser/chrome/devtools/modules/devtools/shared/security/cert.js
3343lib/firefox/browser/chrome/devtools/modules/devtools/shared/security/prompt.js 3362lib/firefox/browser/chrome/devtools/modules/devtools/shared/security/prompt.js
3344lib/firefox/browser/chrome/devtools/modules/devtools/shared/security/socket.js 3363lib/firefox/browser/chrome/devtools/modules/devtools/shared/security/socket.js
3345lib/firefox/browser/chrome/devtools/modules/devtools/shared/service-workers-debug-helper.js 3364lib/firefox/browser/chrome/devtools/modules/devtools/shared/service-workers-debug-helper.js
3346lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/accessibility.js 3365lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/accessibility.js
3347lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/addon/addons.js 3366lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/addon/addons.js
3348lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/addon/webextension-inspected-window.js 3367lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/addon/webextension-inspected-window.js
3349lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/animation.js 3368lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/animation.js
3350lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/array-buffer.js 3369lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/array-buffer.js
3351lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/changes.js 3370lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/changes.js
3352lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/content-viewer.js 3371lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/content-viewer.js
3353lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/css-properties.js 3372lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/css-properties.js
3354lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/descriptors/frame.js 3373lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/descriptors/frame.js
3355lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/descriptors/process.js 3374lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/descriptors/process.js
3356lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/descriptors/tab.js 3375lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/descriptors/tab.js
3357lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/descriptors/webextension.js 3376lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/descriptors/webextension.js
3358lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/device.js 3377lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/device.js
3359lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/environment.js 3378lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/environment.js
 3379lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/eventsource.js
3360lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/frame.js 3380lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/frame.js
3361lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/framerate.js 3381lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/framerate.js
3362lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/heap-snapshot-file.js 3382lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/heap-snapshot-file.js
3363lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/highlighters.js 3383lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/highlighters.js
3364lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/index.js 3384lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/index.js
3365lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/inspector.js 3385lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/inspector.js
3366lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/layout.js 3386lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/layout.js
3367lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/manifest.js 3387lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/manifest.js
3368lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/memory.js 3388lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/memory.js
3369lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/network-event.js 3389lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/network-event.js
3370lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/network-monitor.js 3390lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/network-monitor.js
3371lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/node.js 3391lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/node.js
3372lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/object.js 3392lib/firefox/browser/chrome/devtools/modules/devtools/shared/specs/object.js
@@ -3955,26 +3975,27 @@ lib/firefox/browser/defaults/preferences @@ -3955,26 +3975,27 @@ lib/firefox/browser/defaults/preferences
3955lib/firefox/browser/defaults/preferences/firefox.js 3975lib/firefox/browser/defaults/preferences/firefox.js
3956lib/firefox/browser/defaults/settings/blocklists/addons-bloomfilters.json 3976lib/firefox/browser/defaults/settings/blocklists/addons-bloomfilters.json
3957lib/firefox/browser/defaults/settings/blocklists/addons-bloomfilters/addons-mlbf.bin 3977lib/firefox/browser/defaults/settings/blocklists/addons-bloomfilters/addons-mlbf.bin
3958lib/firefox/browser/defaults/settings/blocklists/addons-bloomfilters/addons-mlbf.bin.meta.json 3978lib/firefox/browser/defaults/settings/blocklists/addons-bloomfilters/addons-mlbf.bin.meta.json
3959lib/firefox/browser/defaults/settings/blocklists/addons.json 3979lib/firefox/browser/defaults/settings/blocklists/addons.json
3960lib/firefox/browser/defaults/settings/blocklists/gfx.json 3980lib/firefox/browser/defaults/settings/blocklists/gfx.json
3961lib/firefox/browser/defaults/settings/blocklists/plugins.json 3981lib/firefox/browser/defaults/settings/blocklists/plugins.json
3962lib/firefox/browser/defaults/settings/main/anti-tracking-url-decoration.json 3982lib/firefox/browser/defaults/settings/main/anti-tracking-url-decoration.json
3963lib/firefox/browser/defaults/settings/main/example.json 3983lib/firefox/browser/defaults/settings/main/example.json
3964lib/firefox/browser/defaults/settings/main/hijack-blocklists.json 3984lib/firefox/browser/defaults/settings/main/hijack-blocklists.json
3965lib/firefox/browser/defaults/settings/main/language-dictionaries.json 3985lib/firefox/browser/defaults/settings/main/language-dictionaries.json
3966lib/firefox/browser/defaults/settings/main/onboarding.json 3986lib/firefox/browser/defaults/settings/main/onboarding.json
3967lib/firefox/browser/defaults/settings/main/search-config.json 3987lib/firefox/browser/defaults/settings/main/search-config.json
 3988lib/firefox/browser/defaults/settings/main/search-default-override-allowlist.json
3968lib/firefox/browser/defaults/settings/main/sites-classification.json 3989lib/firefox/browser/defaults/settings/main/sites-classification.json
3969lib/firefox/browser/defaults/settings/main/url-classifier-skip-urls.json 3990lib/firefox/browser/defaults/settings/main/url-classifier-skip-urls.json
3970lib/firefox/browser/defaults/settings/pinning/pins.json 3991lib/firefox/browser/defaults/settings/pinning/pins.json
3971lib/firefox/browser/defaults/settings/security-state/intermediates.json 3992lib/firefox/browser/defaults/settings/security-state/intermediates.json
3972lib/firefox/browser/defaults/settings/security-state/onecrl.json 3993lib/firefox/browser/defaults/settings/security-state/onecrl.json
3973lib/firefox/browser/features/doh-rollout@mozilla.org/_locales/de/messages.json 3994lib/firefox/browser/features/doh-rollout@mozilla.org/_locales/de/messages.json
3974lib/firefox/browser/features/doh-rollout@mozilla.org/_locales/en_US/messages.json 3995lib/firefox/browser/features/doh-rollout@mozilla.org/_locales/en_US/messages.json
3975lib/firefox/browser/features/doh-rollout@mozilla.org/_locales/es_ES/messages.json 3996lib/firefox/browser/features/doh-rollout@mozilla.org/_locales/es_ES/messages.json
3976lib/firefox/browser/features/doh-rollout@mozilla.org/_locales/es_MX/messages.json 3997lib/firefox/browser/features/doh-rollout@mozilla.org/_locales/es_MX/messages.json
3977lib/firefox/browser/features/doh-rollout@mozilla.org/_locales/fr/messages.json 3998lib/firefox/browser/features/doh-rollout@mozilla.org/_locales/fr/messages.json
3978lib/firefox/browser/features/doh-rollout@mozilla.org/_locales/it/messages.json 3999lib/firefox/browser/features/doh-rollout@mozilla.org/_locales/it/messages.json
3979lib/firefox/browser/features/doh-rollout@mozilla.org/_locales/ru/messages.json 4000lib/firefox/browser/features/doh-rollout@mozilla.org/_locales/ru/messages.json
3980lib/firefox/browser/features/doh-rollout@mozilla.org/_locales/zh_CN/messages.json 4001lib/firefox/browser/features/doh-rollout@mozilla.org/_locales/zh_CN/messages.json
@@ -4127,39 +4148,39 @@ lib/firefox/browser/features/webcompat@m @@ -4127,39 +4148,39 @@ lib/firefox/browser/features/webcompat@m
4127lib/firefox/browser/features/webcompat@mozilla.org/experiment-apis/aboutConfigPrefs.js 4148lib/firefox/browser/features/webcompat@mozilla.org/experiment-apis/aboutConfigPrefs.js
4128lib/firefox/browser/features/webcompat@mozilla.org/experiment-apis/aboutConfigPrefs.json 4149lib/firefox/browser/features/webcompat@mozilla.org/experiment-apis/aboutConfigPrefs.json
4129lib/firefox/browser/features/webcompat@mozilla.org/experiment-apis/experiments.js 4150lib/firefox/browser/features/webcompat@mozilla.org/experiment-apis/experiments.js
4130lib/firefox/browser/features/webcompat@mozilla.org/experiment-apis/experiments.json 4151lib/firefox/browser/features/webcompat@mozilla.org/experiment-apis/experiments.json
4131lib/firefox/browser/features/webcompat@mozilla.org/experiment-apis/pictureInPicture.js 4152lib/firefox/browser/features/webcompat@mozilla.org/experiment-apis/pictureInPicture.js
4132lib/firefox/browser/features/webcompat@mozilla.org/experiment-apis/pictureInPicture.json 4153lib/firefox/browser/features/webcompat@mozilla.org/experiment-apis/pictureInPicture.json
4133lib/firefox/browser/features/webcompat@mozilla.org/experiment-apis/sharedPreferences.js 4154lib/firefox/browser/features/webcompat@mozilla.org/experiment-apis/sharedPreferences.js
4134lib/firefox/browser/features/webcompat@mozilla.org/experiment-apis/sharedPreferences.json 4155lib/firefox/browser/features/webcompat@mozilla.org/experiment-apis/sharedPreferences.json
4135lib/firefox/browser/features/webcompat@mozilla.org/experiment-apis/systemManufacturer.js 4156lib/firefox/browser/features/webcompat@mozilla.org/experiment-apis/systemManufacturer.js
4136lib/firefox/browser/features/webcompat@mozilla.org/experiment-apis/systemManufacturer.json 4157lib/firefox/browser/features/webcompat@mozilla.org/experiment-apis/systemManufacturer.json
4137lib/firefox/browser/features/webcompat@mozilla.org/injections/css/bug0000000-testbed-css-injection.css 4158lib/firefox/browser/features/webcompat@mozilla.org/injections/css/bug0000000-testbed-css-injection.css
4138lib/firefox/browser/features/webcompat@mozilla.org/injections/css/bug1561371-mail.google.com-allow-horizontal-scrolling.css 4159lib/firefox/browser/features/webcompat@mozilla.org/injections/css/bug1561371-mail.google.com-allow-horizontal-scrolling.css
4139lib/firefox/browser/features/webcompat@mozilla.org/injections/css/bug1567610-dns.google.com-moz-fit-content.css 4160lib/firefox/browser/features/webcompat@mozilla.org/injections/css/bug1567610-dns.google.com-moz-fit-content.css
4140lib/firefox/browser/features/webcompat@mozilla.org/injections/css/bug1568256-zertifikate.commerzbank.de-flex.css 
4141lib/firefox/browser/features/webcompat@mozilla.org/injections/css/bug1568908-console.cloud.google.com-scrollbar-fix.css 4161lib/firefox/browser/features/webcompat@mozilla.org/injections/css/bug1568908-console.cloud.google.com-scrollbar-fix.css
4142lib/firefox/browser/features/webcompat@mozilla.org/injections/css/bug1570119-teamcoco.com-scrollbar-width.css 4162lib/firefox/browser/features/webcompat@mozilla.org/injections/css/bug1570119-teamcoco.com-scrollbar-width.css
4143lib/firefox/browser/features/webcompat@mozilla.org/injections/css/bug1570328-developer-apple.com-transform-scale.css 4163lib/firefox/browser/features/webcompat@mozilla.org/injections/css/bug1570328-developer-apple.com-transform-scale.css
4144lib/firefox/browser/features/webcompat@mozilla.org/injections/css/bug1575000-apply.lloydsbank.co.uk-radio-buttons-fix.css 4164lib/firefox/browser/features/webcompat@mozilla.org/injections/css/bug1575000-apply.lloydsbank.co.uk-radio-buttons-fix.css
4145lib/firefox/browser/features/webcompat@mozilla.org/injections/css/bug1577270-binance.com-calc-height-fix.css 4165lib/firefox/browser/features/webcompat@mozilla.org/injections/css/bug1577270-binance.com-calc-height-fix.css
4146lib/firefox/browser/features/webcompat@mozilla.org/injections/css/bug1577297-kitkat.com.au-slider-width-fix.css 4166lib/firefox/browser/features/webcompat@mozilla.org/injections/css/bug1577297-kitkat.com.au-slider-width-fix.css
4147lib/firefox/browser/features/webcompat@mozilla.org/injections/css/bug1605611-maps.google.com-directions-time.css 4167lib/firefox/browser/features/webcompat@mozilla.org/injections/css/bug1605611-maps.google.com-directions-time.css
4148lib/firefox/browser/features/webcompat@mozilla.org/injections/css/bug1609991-cracked.com-flex-basis-fix.css 4168lib/firefox/browser/features/webcompat@mozilla.org/injections/css/bug1609991-cracked.com-flex-basis-fix.css
4149lib/firefox/browser/features/webcompat@mozilla.org/injections/css/bug1610016-gaana.com-input-position-fix.css 4169lib/firefox/browser/features/webcompat@mozilla.org/injections/css/bug1610016-gaana.com-input-position-fix.css
4150lib/firefox/browser/features/webcompat@mozilla.org/injections/css/bug1610344-directv.com.co-hide-unsupported-message.css 4170lib/firefox/browser/features/webcompat@mozilla.org/injections/css/bug1610344-directv.com.co-hide-unsupported-message.css
4151lib/firefox/browser/features/webcompat@mozilla.org/injections/css/bug1631960-websube.ckbogazici.com.tr-table-row-fix.css 4171lib/firefox/browser/features/webcompat@mozilla.org/injections/css/bug1631960-websube.ckbogazici.com.tr-table-row-fix.css
4152lib/firefox/browser/features/webcompat@mozilla.org/injections/css/bug1632019-everyman.co-gallery-width-fix.css 4172lib/firefox/browser/features/webcompat@mozilla.org/injections/css/bug1632019-everyman.co-gallery-width-fix.css
 4173lib/firefox/browser/features/webcompat@mozilla.org/injections/css/bug1633796-www-la-poste-fr-placeholder-fix.css
4153lib/firefox/browser/features/webcompat@mozilla.org/injections/js/bug0000000-testbed-js-injection.js 4174lib/firefox/browser/features/webcompat@mozilla.org/injections/js/bug0000000-testbed-js-injection.js
4154lib/firefox/browser/features/webcompat@mozilla.org/injections/js/bug1452707-window.controllers-shim-ib.absa.co.za.js 4175lib/firefox/browser/features/webcompat@mozilla.org/injections/js/bug1452707-window.controllers-shim-ib.absa.co.za.js
4155lib/firefox/browser/features/webcompat@mozilla.org/injections/js/bug1457335-histography.io-ua-change.js 4176lib/firefox/browser/features/webcompat@mozilla.org/injections/js/bug1457335-histography.io-ua-change.js
4156lib/firefox/browser/features/webcompat@mozilla.org/injections/js/bug1472075-bankofamerica.com-ua-change.js 4177lib/firefox/browser/features/webcompat@mozilla.org/injections/js/bug1472075-bankofamerica.com-ua-change.js
4157lib/firefox/browser/features/webcompat@mozilla.org/injections/js/bug1570856-medium.com-menu-isTier1.js 4178lib/firefox/browser/features/webcompat@mozilla.org/injections/js/bug1570856-medium.com-menu-isTier1.js
4158lib/firefox/browser/features/webcompat@mozilla.org/injections/js/bug1579159-m.tailieu.vn-pdfjs-worker-disable.js 4179lib/firefox/browser/features/webcompat@mozilla.org/injections/js/bug1579159-m.tailieu.vn-pdfjs-worker-disable.js
4159lib/firefox/browser/features/webcompat@mozilla.org/injections/js/bug1605611-maps.google.com-directions-time.js 4180lib/firefox/browser/features/webcompat@mozilla.org/injections/js/bug1605611-maps.google.com-directions-time.js
4160lib/firefox/browser/features/webcompat@mozilla.org/injections/js/bug1610358-pcloud.com-appVersion-change.js 4181lib/firefox/browser/features/webcompat@mozilla.org/injections/js/bug1610358-pcloud.com-appVersion-change.js
4161lib/firefox/browser/features/webcompat@mozilla.org/injections/js/bug1623375-salesforce-communities-hide-unsupported.js 4182lib/firefox/browser/features/webcompat@mozilla.org/injections/js/bug1623375-salesforce-communities-hide-unsupported.js
4162lib/firefox/browser/features/webcompat@mozilla.org/injections/js/bug1625224-sixt-neuwagen.de-window-netscape-shim.js 4183lib/firefox/browser/features/webcompat@mozilla.org/injections/js/bug1625224-sixt-neuwagen.de-window-netscape-shim.js
4163lib/firefox/browser/features/webcompat@mozilla.org/lib/about_compat_broker.js 4184lib/firefox/browser/features/webcompat@mozilla.org/lib/about_compat_broker.js
4164lib/firefox/browser/features/webcompat@mozilla.org/lib/custom_functions.js 4185lib/firefox/browser/features/webcompat@mozilla.org/lib/custom_functions.js
4165lib/firefox/browser/features/webcompat@mozilla.org/lib/injections.js 4186lib/firefox/browser/features/webcompat@mozilla.org/lib/injections.js
@@ -4218,37 +4239,38 @@ lib/firefox/browser/localization/en-US/b @@ -4218,37 +4239,38 @@ lib/firefox/browser/localization/en-US/b
4218lib/firefox/browser/localization/en-US/browser/protections.ftl 4239lib/firefox/browser/localization/en-US/browser/protections.ftl
4219lib/firefox/browser/localization/en-US/browser/protectionsPanel.ftl 4240lib/firefox/browser/localization/en-US/browser/protectionsPanel.ftl
4220lib/firefox/browser/localization/en-US/browser/safeMode.ftl 4241lib/firefox/browser/localization/en-US/browser/safeMode.ftl
4221lib/firefox/browser/localization/en-US/browser/safebrowsing/blockedSite.ftl 4242lib/firefox/browser/localization/en-US/browser/safebrowsing/blockedSite.ftl
4222lib/firefox/browser/localization/en-US/browser/sanitize.ftl 4243lib/firefox/browser/localization/en-US/browser/sanitize.ftl
4223lib/firefox/browser/localization/en-US/browser/screenshots.ftl 4244lib/firefox/browser/localization/en-US/browser/screenshots.ftl
4224lib/firefox/browser/localization/en-US/browser/setDesktopBackground.ftl 4245lib/firefox/browser/localization/en-US/browser/setDesktopBackground.ftl
4225lib/firefox/browser/localization/en-US/browser/sidebarMenu.ftl 4246lib/firefox/browser/localization/en-US/browser/sidebarMenu.ftl
4226lib/firefox/browser/localization/en-US/browser/sync.ftl 4247lib/firefox/browser/localization/en-US/browser/sync.ftl
4227lib/firefox/browser/localization/en-US/browser/syncedTabs.ftl 4248lib/firefox/browser/localization/en-US/browser/syncedTabs.ftl
4228lib/firefox/browser/localization/en-US/browser/tabContextMenu.ftl 4249lib/firefox/browser/localization/en-US/browser/tabContextMenu.ftl
4229lib/firefox/browser/localization/en-US/browser/toolbarContextMenu.ftl 4250lib/firefox/browser/localization/en-US/browser/toolbarContextMenu.ftl
4230lib/firefox/browser/localization/en-US/browser/touchbar/touchbar.ftl 4251lib/firefox/browser/localization/en-US/browser/touchbar/touchbar.ftl
 4252lib/firefox/browser/localization/en-US/browser/webrtcIndicator.ftl
4231lib/firefox/browser/localization/en-US/devtools/client/aboutdebugging.ftl 4253lib/firefox/browser/localization/en-US/devtools/client/aboutdebugging.ftl
4232lib/firefox/browser/localization/en-US/devtools/client/accessibility.ftl 4254lib/firefox/browser/localization/en-US/devtools/client/accessibility.ftl
4233lib/firefox/browser/localization/en-US/devtools/client/application.ftl 4255lib/firefox/browser/localization/en-US/devtools/client/application.ftl
 4256lib/firefox/browser/localization/en-US/devtools/client/storage.ftl
4234lib/firefox/browser/localization/en-US/devtools/client/styleeditor.ftl 4257lib/firefox/browser/localization/en-US/devtools/client/styleeditor.ftl
4235lib/firefox/browser/localization/en-US/devtools/client/toolbox-options.ftl 4258lib/firefox/browser/localization/en-US/devtools/client/toolbox-options.ftl
4236lib/firefox/browser/localization/en-US/devtools/client/tooltips.ftl 4259lib/firefox/browser/localization/en-US/devtools/client/tooltips.ftl
4237lib/firefox/browser/localization/en-US/devtools/startup/aboutDevTools.ftl 4260lib/firefox/browser/localization/en-US/devtools/startup/aboutDevTools.ftl
4238lib/firefox/browser/localization/en-US/preview/interventions.ftl 4261lib/firefox/browser/localization/en-US/preview/interventions.ftl
4239lib/firefox/browser/localization/en-US/preview/popup-notifications.ftl 4262lib/firefox/browser/localization/en-US/preview/pioneer.ftl
4240lib/firefox/browser/localization/en-US/preview/protections.ftl 4263lib/firefox/browser/localization/en-US/preview/protections.ftl
4241lib/firefox/browser/localization/en-US/preview/webrtcIndicator.ftl 
4242lib/firefox/browser/modules/AboutDebuggingRegistration.jsm 4264lib/firefox/browser/modules/AboutDebuggingRegistration.jsm
4243lib/firefox/browser/modules/AboutDevToolsRegistration.jsm 4265lib/firefox/browser/modules/AboutDevToolsRegistration.jsm
4244lib/firefox/browser/modules/AboutDevToolsToolboxRegistration.jsm 4266lib/firefox/browser/modules/AboutDevToolsToolboxRegistration.jsm
4245lib/firefox/browser/modules/AboutNewTab.jsm 4267lib/firefox/browser/modules/AboutNewTab.jsm
4246lib/firefox/browser/modules/AboutNewTabService.jsm 4268lib/firefox/browser/modules/AboutNewTabService.jsm
4247lib/firefox/browser/modules/AppUpdater.jsm 4269lib/firefox/browser/modules/AppUpdater.jsm
4248lib/firefox/browser/modules/AsyncTabSwitcher.jsm 4270lib/firefox/browser/modules/AsyncTabSwitcher.jsm
4249lib/firefox/browser/modules/AttributionCode.jsm 4271lib/firefox/browser/modules/AttributionCode.jsm
4250lib/firefox/browser/modules/BrowserContentHandler.jsm 4272lib/firefox/browser/modules/BrowserContentHandler.jsm
4251lib/firefox/browser/modules/BrowserGlue.jsm 4273lib/firefox/browser/modules/BrowserGlue.jsm
4252lib/firefox/browser/modules/BrowserUsageTelemetry.jsm 4274lib/firefox/browser/modules/BrowserUsageTelemetry.jsm
4253lib/firefox/browser/modules/BrowserWindowTracker.jsm 4275lib/firefox/browser/modules/BrowserWindowTracker.jsm
4254lib/firefox/browser/modules/ChromeMigrationUtils.jsm 4276lib/firefox/browser/modules/ChromeMigrationUtils.jsm
@@ -4277,40 +4299,42 @@ lib/firefox/browser/modules/HomePage.jsm @@ -4277,40 +4299,42 @@ lib/firefox/browser/modules/HomePage.jsm
4277lib/firefox/browser/modules/LaterRun.jsm 4299lib/firefox/browser/modules/LaterRun.jsm
4278lib/firefox/browser/modules/LiveBookmarkMigrator.jsm 4300lib/firefox/browser/modules/LiveBookmarkMigrator.jsm
4279lib/firefox/browser/modules/LoginBreaches.jsm 4301lib/firefox/browser/modules/LoginBreaches.jsm
4280lib/firefox/browser/modules/MigrationUtils.jsm 4302lib/firefox/browser/modules/MigrationUtils.jsm
4281lib/firefox/browser/modules/NewTabPagePreloading.jsm 4303lib/firefox/browser/modules/NewTabPagePreloading.jsm
4282lib/firefox/browser/modules/OpenInTabsUtils.jsm 4304lib/firefox/browser/modules/OpenInTabsUtils.jsm
4283lib/firefox/browser/modules/PageActions.jsm 4305lib/firefox/browser/modules/PageActions.jsm
4284lib/firefox/browser/modules/PanelMultiView.jsm 4306lib/firefox/browser/modules/PanelMultiView.jsm
4285lib/firefox/browser/modules/PermissionUI.jsm 4307lib/firefox/browser/modules/PermissionUI.jsm
4286lib/firefox/browser/modules/PingCentre.jsm 4308lib/firefox/browser/modules/PingCentre.jsm
4287lib/firefox/browser/modules/PlacesUIUtils.jsm 4309lib/firefox/browser/modules/PlacesUIUtils.jsm
4288lib/firefox/browser/modules/ProcessHangMonitor.jsm 4310lib/firefox/browser/modules/ProcessHangMonitor.jsm
4289lib/firefox/browser/modules/ProfileMigrator.jsm 4311lib/firefox/browser/modules/ProfileMigrator.jsm
 4312lib/firefox/browser/modules/PromptCollection.jsm
4290lib/firefox/browser/modules/ReaderParent.jsm 4313lib/firefox/browser/modules/ReaderParent.jsm
4291lib/firefox/browser/modules/Sanitizer.jsm 4314lib/firefox/browser/modules/Sanitizer.jsm
4292lib/firefox/browser/modules/ScreenshotChild.jsm 4315lib/firefox/browser/modules/ScreenshotChild.jsm
4293lib/firefox/browser/modules/SearchTelemetry.jsm 4316lib/firefox/browser/modules/SearchTelemetry.jsm
4294lib/firefox/browser/modules/SearchWidgetTracker.jsm 4317lib/firefox/browser/modules/SearchWidgetTracker.jsm
4295lib/firefox/browser/modules/SelectionChangedMenulist.jsm 4318lib/firefox/browser/modules/SelectionChangedMenulist.jsm
4296lib/firefox/browser/modules/ShellService.jsm 4319lib/firefox/browser/modules/ShellService.jsm
4297lib/firefox/browser/modules/SiteDataManager.jsm 4320lib/firefox/browser/modules/SiteDataManager.jsm
4298lib/firefox/browser/modules/SitePermissions.jsm 4321lib/firefox/browser/modules/SitePermissions.jsm
4299lib/firefox/browser/modules/SiteSpecificBrowserService.jsm 4322lib/firefox/browser/modules/SiteSpecificBrowserService.jsm
4300lib/firefox/browser/modules/TRRPerformance.jsm 4323lib/firefox/browser/modules/TRRPerformance.jsm
4301lib/firefox/browser/modules/TabUnloader.jsm 4324lib/firefox/browser/modules/TabUnloader.jsm
4302lib/firefox/browser/modules/TabsList.jsm 4325lib/firefox/browser/modules/TabsList.jsm
4303lib/firefox/browser/modules/ThemeVariableMap.jsm 4326lib/firefox/browser/modules/ThemeVariableMap.jsm
 4327lib/firefox/browser/modules/TopSiteAttribution.jsm
4304lib/firefox/browser/modules/TransientPrefs.jsm 4328lib/firefox/browser/modules/TransientPrefs.jsm
4305lib/firefox/browser/modules/UITour.jsm 4329lib/firefox/browser/modules/UITour.jsm
4306lib/firefox/browser/modules/UITourChild.jsm 4330lib/firefox/browser/modules/UITourChild.jsm
4307lib/firefox/browser/modules/UITourParent.jsm 4331lib/firefox/browser/modules/UITourParent.jsm
4308lib/firefox/browser/modules/UrlbarController.jsm 4332lib/firefox/browser/modules/UrlbarController.jsm
4309lib/firefox/browser/modules/UrlbarEventBufferer.jsm 4333lib/firefox/browser/modules/UrlbarEventBufferer.jsm
4310lib/firefox/browser/modules/UrlbarInput.jsm 4334lib/firefox/browser/modules/UrlbarInput.jsm
4311lib/firefox/browser/modules/UrlbarMuxerUnifiedComplete.jsm 4335lib/firefox/browser/modules/UrlbarMuxerUnifiedComplete.jsm
4312lib/firefox/browser/modules/UrlbarPrefs.jsm 4336lib/firefox/browser/modules/UrlbarPrefs.jsm
4313lib/firefox/browser/modules/UrlbarProviderExtension.jsm 4337lib/firefox/browser/modules/UrlbarProviderExtension.jsm
4314lib/firefox/browser/modules/UrlbarProviderInterventions.jsm 4338lib/firefox/browser/modules/UrlbarProviderInterventions.jsm
4315lib/firefox/browser/modules/UrlbarProviderOpenTabs.jsm 4339lib/firefox/browser/modules/UrlbarProviderOpenTabs.jsm
4316lib/firefox/browser/modules/UrlbarProviderPrivateSearch.jsm 4340lib/firefox/browser/modules/UrlbarProviderPrivateSearch.jsm
@@ -4489,26 +4513,27 @@ lib/firefox/chrome/marionette/content/er @@ -4489,26 +4513,27 @@ lib/firefox/chrome/marionette/content/er
4489lib/firefox/chrome/marionette/content/evaluate.js 4513lib/firefox/chrome/marionette/content/evaluate.js
4490lib/firefox/chrome/marionette/content/event.js 4514lib/firefox/chrome/marionette/content/event.js
4491lib/firefox/chrome/marionette/content/format.js 4515lib/firefox/chrome/marionette/content/format.js
4492lib/firefox/chrome/marionette/content/interaction.js 4516lib/firefox/chrome/marionette/content/interaction.js
4493lib/firefox/chrome/marionette/content/l10n.js 4517lib/firefox/chrome/marionette/content/l10n.js
4494lib/firefox/chrome/marionette/content/legacyaction.js 4518lib/firefox/chrome/marionette/content/legacyaction.js
4495lib/firefox/chrome/marionette/content/listener.js 4519lib/firefox/chrome/marionette/content/listener.js
4496lib/firefox/chrome/marionette/content/log.js 4520lib/firefox/chrome/marionette/content/log.js
4497lib/firefox/chrome/marionette/content/message.js 4521lib/firefox/chrome/marionette/content/message.js
4498lib/firefox/chrome/marionette/content/modal.js 4522lib/firefox/chrome/marionette/content/modal.js
4499lib/firefox/chrome/marionette/content/navigate.js 4523lib/firefox/chrome/marionette/content/navigate.js
4500lib/firefox/chrome/marionette/content/packets.js 4524lib/firefox/chrome/marionette/content/packets.js
4501lib/firefox/chrome/marionette/content/prefs.js 4525lib/firefox/chrome/marionette/content/prefs.js
 4526lib/firefox/chrome/marionette/content/print.js
4502lib/firefox/chrome/marionette/content/proxy.js 4527lib/firefox/chrome/marionette/content/proxy.js
4503lib/firefox/chrome/marionette/content/reftest.js 4528lib/firefox/chrome/marionette/content/reftest.js
4504lib/firefox/chrome/marionette/content/reftest.xhtml 4529lib/firefox/chrome/marionette/content/reftest.xhtml
4505lib/firefox/chrome/marionette/content/server.js 4530lib/firefox/chrome/marionette/content/server.js
4506lib/firefox/chrome/marionette/content/stream-utils.js 4531lib/firefox/chrome/marionette/content/stream-utils.js
4507lib/firefox/chrome/marionette/content/sync.js 4532lib/firefox/chrome/marionette/content/sync.js
4508lib/firefox/chrome/marionette/content/transport.js 4533lib/firefox/chrome/marionette/content/transport.js
4509lib/firefox/chrome/pippki/content/pippki/certManager.js 4534lib/firefox/chrome/pippki/content/pippki/certManager.js
4510lib/firefox/chrome/pippki/content/pippki/certManager.xhtml 4535lib/firefox/chrome/pippki/content/pippki/certManager.xhtml
4511lib/firefox/chrome/pippki/content/pippki/certViewer.js 4536lib/firefox/chrome/pippki/content/pippki/certViewer.js
4512lib/firefox/chrome/pippki/content/pippki/certViewer.xhtml 4537lib/firefox/chrome/pippki/content/pippki/certViewer.xhtml
4513lib/firefox/chrome/pippki/content/pippki/changepassword.js 4538lib/firefox/chrome/pippki/content/pippki/changepassword.js
4514lib/firefox/chrome/pippki/content/pippki/changepassword.xhtml 4539lib/firefox/chrome/pippki/content/pippki/changepassword.xhtml
@@ -4735,26 +4760,29 @@ lib/firefox/chrome/toolkit/content/globa @@ -4735,26 +4760,29 @@ lib/firefox/chrome/toolkit/content/globa
4735lib/firefox/chrome/toolkit/content/global/elements/richlistbox.js 4760lib/firefox/chrome/toolkit/content/global/elements/richlistbox.js
4736lib/firefox/chrome/toolkit/content/global/elements/search-textbox.js 4761lib/firefox/chrome/toolkit/content/global/elements/search-textbox.js
4737lib/firefox/chrome/toolkit/content/global/elements/stringbundle.js 4762lib/firefox/chrome/toolkit/content/global/elements/stringbundle.js
4738lib/firefox/chrome/toolkit/content/global/elements/tabbox.js 4763lib/firefox/chrome/toolkit/content/global/elements/tabbox.js
4739lib/firefox/chrome/toolkit/content/global/elements/text.js 4764lib/firefox/chrome/toolkit/content/global/elements/text.js
4740lib/firefox/chrome/toolkit/content/global/elements/toolbarbutton.js 4765lib/firefox/chrome/toolkit/content/global/elements/toolbarbutton.js
4741lib/firefox/chrome/toolkit/content/global/elements/tree.js 4766lib/firefox/chrome/toolkit/content/global/elements/tree.js
4742lib/firefox/chrome/toolkit/content/global/elements/videocontrols.js 4767lib/firefox/chrome/toolkit/content/global/elements/videocontrols.js
4743lib/firefox/chrome/toolkit/content/global/elements/wizard.js 4768lib/firefox/chrome/toolkit/content/global/elements/wizard.js
4744lib/firefox/chrome/toolkit/content/global/filepicker.properties 4769lib/firefox/chrome/toolkit/content/global/filepicker.properties
4745lib/firefox/chrome/toolkit/content/global/globalOverlay.js 4770lib/firefox/chrome/toolkit/content/global/globalOverlay.js
4746lib/firefox/chrome/toolkit/content/global/gmp-sources/openh264.json 4771lib/firefox/chrome/toolkit/content/global/gmp-sources/openh264.json
4747lib/firefox/chrome/toolkit/content/global/gmp-sources/widevinecdm.json 4772lib/firefox/chrome/toolkit/content/global/gmp-sources/widevinecdm.json
 4773lib/firefox/chrome/toolkit/content/global/httpsonlyerror/cert-error.svg
 4774lib/firefox/chrome/toolkit/content/global/httpsonlyerror/errorpage.html
 4775lib/firefox/chrome/toolkit/content/global/httpsonlyerror/errorpage.js
4748lib/firefox/chrome/toolkit/content/global/license.html 4776lib/firefox/chrome/toolkit/content/global/license.html
4749lib/firefox/chrome/toolkit/content/global/minimal-xul.css 4777lib/firefox/chrome/toolkit/content/global/minimal-xul.css
4750lib/firefox/chrome/toolkit/content/global/mozilla.xhtml 4778lib/firefox/chrome/toolkit/content/global/mozilla.xhtml
4751lib/firefox/chrome/toolkit/content/global/netError.js 4779lib/firefox/chrome/toolkit/content/global/netError.js
4752lib/firefox/chrome/toolkit/content/global/netError.xhtml 4780lib/firefox/chrome/toolkit/content/global/netError.xhtml
4753lib/firefox/chrome/toolkit/content/global/notfound.wav 4781lib/firefox/chrome/toolkit/content/global/notfound.wav
4754lib/firefox/chrome/toolkit/content/global/pictureinpicture/player.js 4782lib/firefox/chrome/toolkit/content/global/pictureinpicture/player.js
4755lib/firefox/chrome/toolkit/content/global/pictureinpicture/player.xhtml 4783lib/firefox/chrome/toolkit/content/global/pictureinpicture/player.xhtml
4756lib/firefox/chrome/toolkit/content/global/plugins.css 4784lib/firefox/chrome/toolkit/content/global/plugins.css
4757lib/firefox/chrome/toolkit/content/global/plugins.html 4785lib/firefox/chrome/toolkit/content/global/plugins.html
4758lib/firefox/chrome/toolkit/content/global/plugins.js 4786lib/firefox/chrome/toolkit/content/global/plugins.js
4759lib/firefox/chrome/toolkit/content/global/preferencesBindings.js 4787lib/firefox/chrome/toolkit/content/global/preferencesBindings.js
4760lib/firefox/chrome/toolkit/content/global/printPreviewProgress.js 4788lib/firefox/chrome/toolkit/content/global/printPreviewProgress.js
@@ -4784,49 +4812,47 @@ lib/firefox/chrome/toolkit/content/globa @@ -4784,49 +4812,47 @@ lib/firefox/chrome/toolkit/content/globa
4784lib/firefox/chrome/toolkit/content/global/viewZoomOverlay.js 4812lib/firefox/chrome/toolkit/content/global/viewZoomOverlay.js
4785lib/firefox/chrome/toolkit/content/global/widgets.css 4813lib/firefox/chrome/toolkit/content/global/widgets.css
4786lib/firefox/chrome/toolkit/content/global/win.xhtml 4814lib/firefox/chrome/toolkit/content/global/win.xhtml
4787lib/firefox/chrome/toolkit/content/global/xml/XMLPrettyPrint.css 4815lib/firefox/chrome/toolkit/content/global/xml/XMLPrettyPrint.css
4788lib/firefox/chrome/toolkit/content/global/xml/XMLPrettyPrint.xsl 4816lib/firefox/chrome/toolkit/content/global/xml/XMLPrettyPrint.xsl
4789lib/firefox/chrome/toolkit/content/global/xul.css 4817lib/firefox/chrome/toolkit/content/global/xul.css
4790lib/firefox/chrome/toolkit/content/mozapps/downloads/unknownContentType.xhtml 4818lib/firefox/chrome/toolkit/content/mozapps/downloads/unknownContentType.xhtml
4791lib/firefox/chrome/toolkit/content/mozapps/extensions/OpenH264-license.txt 4819lib/firefox/chrome/toolkit/content/mozapps/extensions/OpenH264-license.txt
4792lib/firefox/chrome/toolkit/content/mozapps/extensions/aboutaddons.css 4820lib/firefox/chrome/toolkit/content/mozapps/extensions/aboutaddons.css
4793lib/firefox/chrome/toolkit/content/mozapps/extensions/aboutaddons.html 4821lib/firefox/chrome/toolkit/content/mozapps/extensions/aboutaddons.html
4794lib/firefox/chrome/toolkit/content/mozapps/extensions/aboutaddons.js 4822lib/firefox/chrome/toolkit/content/mozapps/extensions/aboutaddons.js
4795lib/firefox/chrome/toolkit/content/mozapps/extensions/aboutaddonsCommon.js 4823lib/firefox/chrome/toolkit/content/mozapps/extensions/aboutaddonsCommon.js
4796lib/firefox/chrome/toolkit/content/mozapps/extensions/abuse-report-frame.html 4824lib/firefox/chrome/toolkit/content/mozapps/extensions/abuse-report-frame.html
4797lib/firefox/chrome/toolkit/content/mozapps/extensions/abuse-report-frame.js 
4798lib/firefox/chrome/toolkit/content/mozapps/extensions/abuse-report-panel.css 4825lib/firefox/chrome/toolkit/content/mozapps/extensions/abuse-report-panel.css
4799lib/firefox/chrome/toolkit/content/mozapps/extensions/abuse-report-panel.js 4826lib/firefox/chrome/toolkit/content/mozapps/extensions/abuse-report-panel.js
4800lib/firefox/chrome/toolkit/content/mozapps/extensions/abuse-reports.js 4827lib/firefox/chrome/toolkit/content/mozapps/extensions/abuse-reports.js
4801lib/firefox/chrome/toolkit/content/mozapps/extensions/blocklist.js 4828lib/firefox/chrome/toolkit/content/mozapps/extensions/blocklist.js
4802lib/firefox/chrome/toolkit/content/mozapps/extensions/blocklist.xhtml 4829lib/firefox/chrome/toolkit/content/mozapps/extensions/blocklist.xhtml
4803lib/firefox/chrome/toolkit/content/mozapps/extensions/default-theme.svg 4830lib/firefox/chrome/toolkit/content/mozapps/extensions/default-theme.svg
4804lib/firefox/chrome/toolkit/content/mozapps/extensions/drag-drop-addon-installer.js 4831lib/firefox/chrome/toolkit/content/mozapps/extensions/drag-drop-addon-installer.js
4805lib/firefox/chrome/toolkit/content/mozapps/extensions/extensions.js 4832lib/firefox/chrome/toolkit/content/mozapps/extensions/extensions.js
4806lib/firefox/chrome/toolkit/content/mozapps/extensions/extensions.xhtml 4833lib/firefox/chrome/toolkit/content/mozapps/extensions/extensions.xhtml
4807lib/firefox/chrome/toolkit/content/mozapps/extensions/firefox-compact-dark.svg 4834lib/firefox/chrome/toolkit/content/mozapps/extensions/firefox-compact-dark.svg
4808lib/firefox/chrome/toolkit/content/mozapps/extensions/firefox-compact-light.svg 4835lib/firefox/chrome/toolkit/content/mozapps/extensions/firefox-compact-light.svg
4809lib/firefox/chrome/toolkit/content/mozapps/extensions/message-bar.css 4836lib/firefox/chrome/toolkit/content/mozapps/extensions/message-bar.css
4810lib/firefox/chrome/toolkit/content/mozapps/extensions/message-bar.js 4837lib/firefox/chrome/toolkit/content/mozapps/extensions/message-bar.js
4811lib/firefox/chrome/toolkit/content/mozapps/extensions/named-deck.js 4838lib/firefox/chrome/toolkit/content/mozapps/extensions/named-deck.js
4812lib/firefox/chrome/toolkit/content/mozapps/extensions/panel-item.css 4839lib/firefox/chrome/toolkit/content/mozapps/extensions/panel-item.css
4813lib/firefox/chrome/toolkit/content/mozapps/extensions/panel-list.css 4840lib/firefox/chrome/toolkit/content/mozapps/extensions/panel-list.css
4814lib/firefox/chrome/toolkit/content/mozapps/extensions/pluginPrefs.js 4841lib/firefox/chrome/toolkit/content/mozapps/extensions/pluginPrefs.js
4815lib/firefox/chrome/toolkit/content/mozapps/extensions/pluginPrefs.xhtml 4842lib/firefox/chrome/toolkit/content/mozapps/extensions/pluginPrefs.xhtml
4816lib/firefox/chrome/toolkit/content/mozapps/extensions/rating-star.css 4843lib/firefox/chrome/toolkit/content/mozapps/extensions/rating-star.css
4817lib/firefox/chrome/toolkit/content/mozapps/extensions/shortcuts.css 4844lib/firefox/chrome/toolkit/content/mozapps/extensions/shortcuts.css
4818lib/firefox/chrome/toolkit/content/mozapps/extensions/shortcuts.js 4845lib/firefox/chrome/toolkit/content/mozapps/extensions/shortcuts.js
4819lib/firefox/chrome/toolkit/content/mozapps/extensions/toggle-button.css 
4820lib/firefox/chrome/toolkit/content/mozapps/handling/dialog.js 4846lib/firefox/chrome/toolkit/content/mozapps/handling/dialog.js
4821lib/firefox/chrome/toolkit/content/mozapps/handling/dialog.xhtml 4847lib/firefox/chrome/toolkit/content/mozapps/handling/dialog.xhtml
4822lib/firefox/chrome/toolkit/content/mozapps/handling/handler.css 4848lib/firefox/chrome/toolkit/content/mozapps/handling/handler.css
4823lib/firefox/chrome/toolkit/content/mozapps/preferences/changemp.js 4849lib/firefox/chrome/toolkit/content/mozapps/preferences/changemp.js
4824lib/firefox/chrome/toolkit/content/mozapps/preferences/changemp.xhtml 4850lib/firefox/chrome/toolkit/content/mozapps/preferences/changemp.xhtml
4825lib/firefox/chrome/toolkit/content/mozapps/preferences/fontbuilder.js 4851lib/firefox/chrome/toolkit/content/mozapps/preferences/fontbuilder.js
4826lib/firefox/chrome/toolkit/content/mozapps/preferences/removemp.js 4852lib/firefox/chrome/toolkit/content/mozapps/preferences/removemp.js
4827lib/firefox/chrome/toolkit/content/mozapps/preferences/removemp.xhtml 4853lib/firefox/chrome/toolkit/content/mozapps/preferences/removemp.xhtml
4828lib/firefox/chrome/toolkit/content/mozapps/profile/createProfileWizard.js 4854lib/firefox/chrome/toolkit/content/mozapps/profile/createProfileWizard.js
4829lib/firefox/chrome/toolkit/content/mozapps/profile/createProfileWizard.xhtml 4855lib/firefox/chrome/toolkit/content/mozapps/profile/createProfileWizard.xhtml
4830lib/firefox/chrome/toolkit/content/mozapps/profile/profileDowngrade.js 4856lib/firefox/chrome/toolkit/content/mozapps/profile/profileDowngrade.js
4831lib/firefox/chrome/toolkit/content/mozapps/profile/profileDowngrade.xhtml 4857lib/firefox/chrome/toolkit/content/mozapps/profile/profileDowngrade.xhtml
4832lib/firefox/chrome/toolkit/content/mozapps/profile/profileSelection.js 4858lib/firefox/chrome/toolkit/content/mozapps/profile/profileSelection.js
@@ -4859,26 +4885,27 @@ lib/firefox/chrome/toolkit/res/broken-im @@ -4859,26 +4885,27 @@ lib/firefox/chrome/toolkit/res/broken-im
4859lib/firefox/chrome/toolkit/res/counterstyles.css 4885lib/firefox/chrome/toolkit/res/counterstyles.css
4860lib/firefox/chrome/toolkit/res/forms.css 4886lib/firefox/chrome/toolkit/res/forms.css
4861lib/firefox/chrome/toolkit/res/hiddenWindow.html 4887lib/firefox/chrome/toolkit/res/hiddenWindow.html
4862lib/firefox/chrome/toolkit/res/html.css 4888lib/firefox/chrome/toolkit/res/html.css
4863lib/firefox/chrome/toolkit/res/loading-image.png 4889lib/firefox/chrome/toolkit/res/loading-image.png
4864lib/firefox/chrome/toolkit/res/mathml.css 4890lib/firefox/chrome/toolkit/res/mathml.css
4865lib/firefox/chrome/toolkit/res/messaging-system/experiments/@types/ExperimentManager.d.ts 4891lib/firefox/chrome/toolkit/res/messaging-system/experiments/@types/ExperimentManager.d.ts
4866lib/firefox/chrome/toolkit/res/messaging-system/experiments/ExperimentAPI.jsm 4892lib/firefox/chrome/toolkit/res/messaging-system/experiments/ExperimentAPI.jsm
4867lib/firefox/chrome/toolkit/res/messaging-system/experiments/ExperimentManager.jsm 4893lib/firefox/chrome/toolkit/res/messaging-system/experiments/ExperimentManager.jsm
4868lib/firefox/chrome/toolkit/res/messaging-system/experiments/ExperimentStore.jsm 4894lib/firefox/chrome/toolkit/res/messaging-system/experiments/ExperimentStore.jsm
4869lib/firefox/chrome/toolkit/res/messaging-system/lib/Logger.jsm 4895lib/firefox/chrome/toolkit/res/messaging-system/lib/Logger.jsm
4870lib/firefox/chrome/toolkit/res/messaging-system/lib/RemoteSettingsExperimentLoader.jsm 4896lib/firefox/chrome/toolkit/res/messaging-system/lib/RemoteSettingsExperimentLoader.jsm
4871lib/firefox/chrome/toolkit/res/messaging-system/lib/SharedDataMap.jsm 4897lib/firefox/chrome/toolkit/res/messaging-system/lib/SharedDataMap.jsm
 4898lib/firefox/chrome/toolkit/res/messaging-system/lib/SpecialMessageActions.jsm
4872lib/firefox/chrome/toolkit/res/noframes.css 4899lib/firefox/chrome/toolkit/res/noframes.css
4873lib/firefox/chrome/toolkit/res/normandy/Normandy.jsm 4900lib/firefox/chrome/toolkit/res/normandy/Normandy.jsm
4874lib/firefox/chrome/toolkit/res/normandy/NormandyMigrations.jsm 4901lib/firefox/chrome/toolkit/res/normandy/NormandyMigrations.jsm
4875lib/firefox/chrome/toolkit/res/normandy/actions/AddonRollbackAction.jsm 4902lib/firefox/chrome/toolkit/res/normandy/actions/AddonRollbackAction.jsm
4876lib/firefox/chrome/toolkit/res/normandy/actions/AddonRolloutAction.jsm 4903lib/firefox/chrome/toolkit/res/normandy/actions/AddonRolloutAction.jsm
4877lib/firefox/chrome/toolkit/res/normandy/actions/BaseAction.jsm 4904lib/firefox/chrome/toolkit/res/normandy/actions/BaseAction.jsm
4878lib/firefox/chrome/toolkit/res/normandy/actions/BaseStudyAction.jsm 4905lib/firefox/chrome/toolkit/res/normandy/actions/BaseStudyAction.jsm
4879lib/firefox/chrome/toolkit/res/normandy/actions/BranchedAddonStudyAction.jsm 4906lib/firefox/chrome/toolkit/res/normandy/actions/BranchedAddonStudyAction.jsm
4880lib/firefox/chrome/toolkit/res/normandy/actions/ConsoleLogAction.jsm 4907lib/firefox/chrome/toolkit/res/normandy/actions/ConsoleLogAction.jsm
4881lib/firefox/chrome/toolkit/res/normandy/actions/MessagingExperimentAction.jsm 4908lib/firefox/chrome/toolkit/res/normandy/actions/MessagingExperimentAction.jsm
4882lib/firefox/chrome/toolkit/res/normandy/actions/PreferenceExperimentAction.jsm 4909lib/firefox/chrome/toolkit/res/normandy/actions/PreferenceExperimentAction.jsm
4883lib/firefox/chrome/toolkit/res/normandy/actions/PreferenceRollbackAction.jsm 4910lib/firefox/chrome/toolkit/res/normandy/actions/PreferenceRollbackAction.jsm
4884lib/firefox/chrome/toolkit/res/normandy/actions/PreferenceRolloutAction.jsm 4911lib/firefox/chrome/toolkit/res/normandy/actions/PreferenceRolloutAction.jsm
@@ -4916,26 +4943,27 @@ lib/firefox/chrome/toolkit/res/normandy/ @@ -4916,26 +4943,27 @@ lib/firefox/chrome/toolkit/res/normandy/
4916lib/firefox/chrome/toolkit/res/normandy/skin/shared/heartbeat-star-off.svg 4943lib/firefox/chrome/toolkit/res/normandy/skin/shared/heartbeat-star-off.svg
4917lib/firefox/chrome/toolkit/res/normandy/vendor/LICENSE_THIRDPARTY 4944lib/firefox/chrome/toolkit/res/normandy/vendor/LICENSE_THIRDPARTY
4918lib/firefox/chrome/toolkit/res/normandy/vendor/PropTypes.js 4945lib/firefox/chrome/toolkit/res/normandy/vendor/PropTypes.js
4919lib/firefox/chrome/toolkit/res/normandy/vendor/React.js 4946lib/firefox/chrome/toolkit/res/normandy/vendor/React.js
4920lib/firefox/chrome/toolkit/res/normandy/vendor/ReactDOM.js 4947lib/firefox/chrome/toolkit/res/normandy/vendor/ReactDOM.js
4921lib/firefox/chrome/toolkit/res/normandy/vendor/classnames.js 4948lib/firefox/chrome/toolkit/res/normandy/vendor/classnames.js
4922lib/firefox/chrome/toolkit/res/noscript.css 4949lib/firefox/chrome/toolkit/res/noscript.css
4923lib/firefox/chrome/toolkit/res/pluginproblem.css 4950lib/firefox/chrome/toolkit/res/pluginproblem.css
4924lib/firefox/chrome/toolkit/res/quirk.css 4951lib/firefox/chrome/toolkit/res/quirk.css
4925lib/firefox/chrome/toolkit/res/ua.css 4952lib/firefox/chrome/toolkit/res/ua.css
4926lib/firefox/chrome/toolkit/skin/classic/global/about.css 4953lib/firefox/chrome/toolkit/skin/classic/global/about.css
4927lib/firefox/chrome/toolkit/skin/classic/global/aboutCache.css 4954lib/firefox/chrome/toolkit/skin/classic/global/aboutCache.css
4928lib/firefox/chrome/toolkit/skin/classic/global/aboutCacheEntry.css 4955lib/firefox/chrome/toolkit/skin/classic/global/aboutCacheEntry.css
 4956lib/firefox/chrome/toolkit/skin/classic/global/aboutHttpsOnlyError.css
4929lib/firefox/chrome/toolkit/skin/classic/global/aboutLicense.css 4957lib/firefox/chrome/toolkit/skin/classic/global/aboutLicense.css
4930lib/firefox/chrome/toolkit/skin/classic/global/aboutMemory.css 4958lib/firefox/chrome/toolkit/skin/classic/global/aboutMemory.css
4931lib/firefox/chrome/toolkit/skin/classic/global/aboutNetworking.css 4959lib/firefox/chrome/toolkit/skin/classic/global/aboutNetworking.css
4932lib/firefox/chrome/toolkit/skin/classic/global/aboutReader.css 4960lib/firefox/chrome/toolkit/skin/classic/global/aboutReader.css
4933lib/firefox/chrome/toolkit/skin/classic/global/aboutRights.css 4961lib/firefox/chrome/toolkit/skin/classic/global/aboutRights.css
4934lib/firefox/chrome/toolkit/skin/classic/global/aboutSupport.css 4962lib/firefox/chrome/toolkit/skin/classic/global/aboutSupport.css
4935lib/firefox/chrome/toolkit/skin/classic/global/alerts/alert.css 4963lib/firefox/chrome/toolkit/skin/classic/global/alerts/alert.css
4936lib/firefox/chrome/toolkit/skin/classic/global/appPicker.css 4964lib/firefox/chrome/toolkit/skin/classic/global/appPicker.css
4937lib/firefox/chrome/toolkit/skin/classic/global/arrow/panelarrow-horizontal.svg 4965lib/firefox/chrome/toolkit/skin/classic/global/arrow/panelarrow-horizontal.svg
4938lib/firefox/chrome/toolkit/skin/classic/global/arrow/panelarrow-vertical.svg 4966lib/firefox/chrome/toolkit/skin/classic/global/arrow/panelarrow-vertical.svg
4939lib/firefox/chrome/toolkit/skin/classic/global/arrowscrollbox.css 4967lib/firefox/chrome/toolkit/skin/classic/global/arrowscrollbox.css
4940lib/firefox/chrome/toolkit/skin/classic/global/autocomplete.css 4968lib/firefox/chrome/toolkit/skin/classic/global/autocomplete.css
4941lib/firefox/chrome/toolkit/skin/classic/global/button.css 4969lib/firefox/chrome/toolkit/skin/classic/global/button.css
@@ -4987,26 +5015,27 @@ lib/firefox/chrome/toolkit/skin/classic/ @@ -4987,26 +5015,27 @@ lib/firefox/chrome/toolkit/skin/classic/
4987lib/firefox/chrome/toolkit/skin/classic/global/icons/spinner-arrow-up.svg 5015lib/firefox/chrome/toolkit/skin/classic/global/icons/spinner-arrow-up.svg
4988lib/firefox/chrome/toolkit/skin/classic/global/icons/sslWarning.png 5016lib/firefox/chrome/toolkit/skin/classic/global/icons/sslWarning.png
4989lib/firefox/chrome/toolkit/skin/classic/global/icons/twisty-collapsed-rtl.svg 5017lib/firefox/chrome/toolkit/skin/classic/global/icons/twisty-collapsed-rtl.svg
4990lib/firefox/chrome/toolkit/skin/classic/global/icons/twisty-collapsed.svg 5018lib/firefox/chrome/toolkit/skin/classic/global/icons/twisty-collapsed.svg
4991lib/firefox/chrome/toolkit/skin/classic/global/icons/twisty-expanded.svg 5019lib/firefox/chrome/toolkit/skin/classic/global/icons/twisty-expanded.svg
4992lib/firefox/chrome/toolkit/skin/classic/global/icons/update-icon.svg 5020lib/firefox/chrome/toolkit/skin/classic/global/icons/update-icon.svg
4993lib/firefox/chrome/toolkit/skin/classic/global/icons/warning.svg 5021lib/firefox/chrome/toolkit/skin/classic/global/icons/warning.svg
4994lib/firefox/chrome/toolkit/skin/classic/global/illustrations/about-license.svg 5022lib/firefox/chrome/toolkit/skin/classic/global/illustrations/about-license.svg
4995lib/firefox/chrome/toolkit/skin/classic/global/illustrations/about-rights.svg 5023lib/firefox/chrome/toolkit/skin/classic/global/illustrations/about-rights.svg
4996lib/firefox/chrome/toolkit/skin/classic/global/in-content/common.css 5024lib/firefox/chrome/toolkit/skin/classic/global/in-content/common.css
4997lib/firefox/chrome/toolkit/skin/classic/global/in-content/dropdown.svg 5025lib/firefox/chrome/toolkit/skin/classic/global/in-content/dropdown.svg
4998lib/firefox/chrome/toolkit/skin/classic/global/in-content/info-pages.css 5026lib/firefox/chrome/toolkit/skin/classic/global/in-content/info-pages.css
4999lib/firefox/chrome/toolkit/skin/classic/global/in-content/radio.svg 5027lib/firefox/chrome/toolkit/skin/classic/global/in-content/radio.svg
 5028lib/firefox/chrome/toolkit/skin/classic/global/in-content/toggle-button.css
5000lib/firefox/chrome/toolkit/skin/classic/global/media/TopLevelImageDocument.css 5029lib/firefox/chrome/toolkit/skin/classic/global/media/TopLevelImageDocument.css
5001lib/firefox/chrome/toolkit/skin/classic/global/media/TopLevelVideoDocument.css 5030lib/firefox/chrome/toolkit/skin/classic/global/media/TopLevelVideoDocument.css
5002lib/firefox/chrome/toolkit/skin/classic/global/media/audioMutedButton.svg 5031lib/firefox/chrome/toolkit/skin/classic/global/media/audioMutedButton.svg
5003lib/firefox/chrome/toolkit/skin/classic/global/media/audioNoAudioButton.svg 5032lib/firefox/chrome/toolkit/skin/classic/global/media/audioNoAudioButton.svg
5004lib/firefox/chrome/toolkit/skin/classic/global/media/audioUnmutedButton.svg 5033lib/firefox/chrome/toolkit/skin/classic/global/media/audioUnmutedButton.svg
5005lib/firefox/chrome/toolkit/skin/classic/global/media/castingButton-active.svg 5034lib/firefox/chrome/toolkit/skin/classic/global/media/castingButton-active.svg
5006lib/firefox/chrome/toolkit/skin/classic/global/media/castingButton-ready.svg 5035lib/firefox/chrome/toolkit/skin/classic/global/media/castingButton-ready.svg
5007lib/firefox/chrome/toolkit/skin/classic/global/media/closedCaptionButton-cc-off.svg 5036lib/firefox/chrome/toolkit/skin/classic/global/media/closedCaptionButton-cc-off.svg
5008lib/firefox/chrome/toolkit/skin/classic/global/media/closedCaptionButton-cc-on.svg 5037lib/firefox/chrome/toolkit/skin/classic/global/media/closedCaptionButton-cc-on.svg
5009lib/firefox/chrome/toolkit/skin/classic/global/media/error.png 5038lib/firefox/chrome/toolkit/skin/classic/global/media/error.png
5010lib/firefox/chrome/toolkit/skin/classic/global/media/fullscreenEnterButton.svg 5039lib/firefox/chrome/toolkit/skin/classic/global/media/fullscreenEnterButton.svg
5011lib/firefox/chrome/toolkit/skin/classic/global/media/fullscreenExitButton.svg 5040lib/firefox/chrome/toolkit/skin/classic/global/media/fullscreenExitButton.svg
5012lib/firefox/chrome/toolkit/skin/classic/global/media/imagedoc-darknoise.png 5041lib/firefox/chrome/toolkit/skin/classic/global/media/imagedoc-darknoise.png
@@ -5014,60 +5043,64 @@ lib/firefox/chrome/toolkit/skin/classic/ @@ -5014,60 +5043,64 @@ lib/firefox/chrome/toolkit/skin/classic/
5014lib/firefox/chrome/toolkit/skin/classic/global/media/pauseButton.svg 5043lib/firefox/chrome/toolkit/skin/classic/global/media/pauseButton.svg
5015lib/firefox/chrome/toolkit/skin/classic/global/media/pictureinpicture.svg 5044lib/firefox/chrome/toolkit/skin/classic/global/media/pictureinpicture.svg
5016lib/firefox/chrome/toolkit/skin/classic/global/media/playButton.svg 5045lib/firefox/chrome/toolkit/skin/classic/global/media/playButton.svg
5017lib/firefox/chrome/toolkit/skin/classic/global/media/stalled.png 5046lib/firefox/chrome/toolkit/skin/classic/global/media/stalled.png
5018lib/firefox/chrome/toolkit/skin/classic/global/media/throbber.png 5047lib/firefox/chrome/toolkit/skin/classic/global/media/throbber.png
5019lib/firefox/chrome/toolkit/skin/classic/global/media/videocontrols.css 5048lib/firefox/chrome/toolkit/skin/classic/global/media/videocontrols.css
5020lib/firefox/chrome/toolkit/skin/classic/global/menu.css 5049lib/firefox/chrome/toolkit/skin/classic/global/menu.css
5021lib/firefox/chrome/toolkit/skin/classic/global/menulist.css 5050lib/firefox/chrome/toolkit/skin/classic/global/menulist.css
5022lib/firefox/chrome/toolkit/skin/classic/global/narrate.css 5051lib/firefox/chrome/toolkit/skin/classic/global/narrate.css
5023lib/firefox/chrome/toolkit/skin/classic/global/narrate/arrow.svg 5052lib/firefox/chrome/toolkit/skin/classic/global/narrate/arrow.svg
5024lib/firefox/chrome/toolkit/skin/classic/global/narrate/back.svg 5053lib/firefox/chrome/toolkit/skin/classic/global/narrate/back.svg
5025lib/firefox/chrome/toolkit/skin/classic/global/narrate/fast.svg 5054lib/firefox/chrome/toolkit/skin/classic/global/narrate/fast.svg
5026lib/firefox/chrome/toolkit/skin/classic/global/narrate/forward.svg 5055lib/firefox/chrome/toolkit/skin/classic/global/narrate/forward.svg
 5056lib/firefox/chrome/toolkit/skin/classic/global/narrate/headphone-active.svg
 5057lib/firefox/chrome/toolkit/skin/classic/global/narrate/headphone.svg
5027lib/firefox/chrome/toolkit/skin/classic/global/narrate/slow.svg 5058lib/firefox/chrome/toolkit/skin/classic/global/narrate/slow.svg
5028lib/firefox/chrome/toolkit/skin/classic/global/narrate/start.svg 5059lib/firefox/chrome/toolkit/skin/classic/global/narrate/start.svg
5029lib/firefox/chrome/toolkit/skin/classic/global/narrate/stop.svg 5060lib/firefox/chrome/toolkit/skin/classic/global/narrate/stop.svg
5030lib/firefox/chrome/toolkit/skin/classic/global/narrate/waveform.svg 
5031lib/firefox/chrome/toolkit/skin/classic/global/netError.css 5061lib/firefox/chrome/toolkit/skin/classic/global/netError.css
5032lib/firefox/chrome/toolkit/skin/classic/global/notification.css 5062lib/firefox/chrome/toolkit/skin/classic/global/notification.css
5033lib/firefox/chrome/toolkit/skin/classic/global/numberinput.css 5063lib/firefox/chrome/toolkit/skin/classic/global/numberinput.css
5034lib/firefox/chrome/toolkit/skin/classic/global/pictureinpicture/audio-mute.svg 5064lib/firefox/chrome/toolkit/skin/classic/global/pictureinpicture/audio-mute.svg
5035lib/firefox/chrome/toolkit/skin/classic/global/pictureinpicture/audio.svg 5065lib/firefox/chrome/toolkit/skin/classic/global/pictureinpicture/audio.svg
5036lib/firefox/chrome/toolkit/skin/classic/global/pictureinpicture/close-pip.svg 5066lib/firefox/chrome/toolkit/skin/classic/global/pictureinpicture/close-pip.svg
5037lib/firefox/chrome/toolkit/skin/classic/global/pictureinpicture/pause.svg 5067lib/firefox/chrome/toolkit/skin/classic/global/pictureinpicture/pause.svg
5038lib/firefox/chrome/toolkit/skin/classic/global/pictureinpicture/play.svg 5068lib/firefox/chrome/toolkit/skin/classic/global/pictureinpicture/play.svg
5039lib/firefox/chrome/toolkit/skin/classic/global/pictureinpicture/player.css 5069lib/firefox/chrome/toolkit/skin/classic/global/pictureinpicture/player.css
5040lib/firefox/chrome/toolkit/skin/classic/global/pictureinpicture/unpip.svg 5070lib/firefox/chrome/toolkit/skin/classic/global/pictureinpicture/unpip.svg
5041lib/firefox/chrome/toolkit/skin/classic/global/plugins/contentPluginBlocked.png 5071lib/firefox/chrome/toolkit/skin/classic/global/plugins/contentPluginBlocked.png
5042lib/firefox/chrome/toolkit/skin/classic/global/plugins/contentPluginCrashed.png 5072lib/firefox/chrome/toolkit/skin/classic/global/plugins/contentPluginCrashed.png
5043lib/firefox/chrome/toolkit/skin/classic/global/plugins/contentPluginStripe.png 5073lib/firefox/chrome/toolkit/skin/classic/global/plugins/contentPluginStripe.png
5044lib/firefox/chrome/toolkit/skin/classic/global/plugins/plugin-blocked.svg 5074lib/firefox/chrome/toolkit/skin/classic/global/plugins/plugin-blocked.svg
5045lib/firefox/chrome/toolkit/skin/classic/global/plugins/plugin.svg 5075lib/firefox/chrome/toolkit/skin/classic/global/plugins/plugin.svg
5046lib/firefox/chrome/toolkit/skin/classic/global/plugins/pluginGeneric.svg 5076lib/firefox/chrome/toolkit/skin/classic/global/plugins/pluginGeneric.svg
5047lib/firefox/chrome/toolkit/skin/classic/global/plugins/pluginHelp-16.png 5077lib/firefox/chrome/toolkit/skin/classic/global/plugins/pluginHelp-16.png
5048lib/firefox/chrome/toolkit/skin/classic/global/plugins/pluginProblem.css 5078lib/firefox/chrome/toolkit/skin/classic/global/plugins/pluginProblem.css
5049lib/firefox/chrome/toolkit/skin/classic/global/popup.css 5079lib/firefox/chrome/toolkit/skin/classic/global/popup.css
5050lib/firefox/chrome/toolkit/skin/classic/global/popupnotification.css 5080lib/firefox/chrome/toolkit/skin/classic/global/popupnotification.css
5051lib/firefox/chrome/toolkit/skin/classic/global/radio.css 5081lib/firefox/chrome/toolkit/skin/classic/global/radio.css
5052lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Close-24x24.svg 
5053lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Content-Width-Minus-42x16.svg 5082lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Content-Width-Minus-42x16.svg
5054lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Content-Width-Plus-44x16.svg 5083lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Content-Width-Plus-44x16.svg
5055lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Line-Height-Minus-38x14.svg 5084lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Line-Height-Minus-38x14.svg
5056lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Line-Height-Plus-38x24.svg 5085lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Line-Height-Plus-38x24.svg
5057lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Minus-24x24.svg 5086lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Minus-24x24.svg
5058lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Plus-24x24.svg 5087lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Plus-24x24.svg
 5088lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Sans-Serif.svg
 5089lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Serif.svg
5059lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Type-Controls-24x24.svg 5090lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Type-Controls-24x24.svg
5060lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Type-Controls-Arrow.svg 5091lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Type-Controls-Arrow.svg
 5092lib/firefox/chrome/toolkit/skin/classic/global/reader/close-16.svg
 5093lib/firefox/chrome/toolkit/skin/classic/global/reader/pocket.svg
5061lib/firefox/chrome/toolkit/skin/classic/global/richlistbox.css 5094lib/firefox/chrome/toolkit/skin/classic/global/richlistbox.css
5062lib/firefox/chrome/toolkit/skin/classic/global/scrollbars.css 5095lib/firefox/chrome/toolkit/skin/classic/global/scrollbars.css
5063lib/firefox/chrome/toolkit/skin/classic/global/search-textbox.css 5096lib/firefox/chrome/toolkit/skin/classic/global/search-textbox.css
5064lib/firefox/chrome/toolkit/skin/classic/global/splitter.css 5097lib/firefox/chrome/toolkit/skin/classic/global/splitter.css
5065lib/firefox/chrome/toolkit/skin/classic/global/tabbox.css 5098lib/firefox/chrome/toolkit/skin/classic/global/tabbox.css
5066lib/firefox/chrome/toolkit/skin/classic/global/tabprompts.css 5099lib/firefox/chrome/toolkit/skin/classic/global/tabprompts.css
5067lib/firefox/chrome/toolkit/skin/classic/global/toolbar.css 5100lib/firefox/chrome/toolkit/skin/classic/global/toolbar.css
5068lib/firefox/chrome/toolkit/skin/classic/global/toolbarbutton.css 5101lib/firefox/chrome/toolkit/skin/classic/global/toolbarbutton.css
5069lib/firefox/chrome/toolkit/skin/classic/global/tooltip.css 5102lib/firefox/chrome/toolkit/skin/classic/global/tooltip.css
5070lib/firefox/chrome/toolkit/skin/classic/global/tree.css 5103lib/firefox/chrome/toolkit/skin/classic/global/tree.css
5071lib/firefox/chrome/toolkit/skin/classic/global/wizard.css 5104lib/firefox/chrome/toolkit/skin/classic/global/wizard.css
5072lib/firefox/chrome/toolkit/skin/classic/mozapps/aboutProfiles.css 5105lib/firefox/chrome/toolkit/skin/classic/mozapps/aboutProfiles.css
5073lib/firefox/chrome/toolkit/skin/classic/mozapps/aboutServiceWorkers.css 5106lib/firefox/chrome/toolkit/skin/classic/mozapps/aboutServiceWorkers.css
@@ -5152,44 +5185,46 @@ ${PLIST.ffvpx}lib/firefox/libmozavcodec. @@ -5152,44 +5185,46 @@ ${PLIST.ffvpx}lib/firefox/libmozavcodec.
5152${PLIST.ffvpx}lib/firefox/libmozavutil.so 5185${PLIST.ffvpx}lib/firefox/libmozavutil.so
5153lib/firefox/libmozgtk.so 5186lib/firefox/libmozgtk.so
5154lib/firefox/libmozsqlite3.so 5187lib/firefox/libmozsqlite3.so
5155${PLIST.wayland}lib/firefox/libmozwayland.so 5188${PLIST.wayland}lib/firefox/libmozwayland.so
5156lib/firefox/libxul.so 5189lib/firefox/libxul.so
5157lib/firefox/localization/en-US/crashreporter/aboutcrashes.ftl 5190lib/firefox/localization/en-US/crashreporter/aboutcrashes.ftl
5158lib/firefox/localization/en-US/security/certificates/certManager.ftl 5191lib/firefox/localization/en-US/security/certificates/certManager.ftl
5159lib/firefox/localization/en-US/security/certificates/deviceManager.ftl 5192lib/firefox/localization/en-US/security/certificates/deviceManager.ftl
5160lib/firefox/localization/en-US/security/pippki/pippki.ftl 5193lib/firefox/localization/en-US/security/pippki/pippki.ftl
5161lib/firefox/localization/en-US/toolkit/about/aboutAbout.ftl 5194lib/firefox/localization/en-US/toolkit/about/aboutAbout.ftl
5162lib/firefox/localization/en-US/toolkit/about/aboutAddons.ftl 5195lib/firefox/localization/en-US/toolkit/about/aboutAddons.ftl
5163lib/firefox/localization/en-US/toolkit/about/aboutCompat.ftl 5196lib/firefox/localization/en-US/toolkit/about/aboutCompat.ftl
5164lib/firefox/localization/en-US/toolkit/about/aboutConfig.ftl 5197lib/firefox/localization/en-US/toolkit/about/aboutConfig.ftl
 5198lib/firefox/localization/en-US/toolkit/about/aboutHttpsOnlyError.ftl
5165lib/firefox/localization/en-US/toolkit/about/aboutNetworking.ftl 5199lib/firefox/localization/en-US/toolkit/about/aboutNetworking.ftl
5166lib/firefox/localization/en-US/toolkit/about/aboutPerformance.ftl 5200lib/firefox/localization/en-US/toolkit/about/aboutPerformance.ftl
5167lib/firefox/localization/en-US/toolkit/about/aboutPlugins.ftl 5201lib/firefox/localization/en-US/toolkit/about/aboutPlugins.ftl
5168lib/firefox/localization/en-US/toolkit/about/aboutProfiles.ftl 5202lib/firefox/localization/en-US/toolkit/about/aboutProfiles.ftl
5169lib/firefox/localization/en-US/toolkit/about/aboutRights.ftl 5203lib/firefox/localization/en-US/toolkit/about/aboutRights.ftl
5170lib/firefox/localization/en-US/toolkit/about/aboutServiceWorkers.ftl 5204lib/firefox/localization/en-US/toolkit/about/aboutServiceWorkers.ftl
5171lib/firefox/localization/en-US/toolkit/about/aboutSupport.ftl 5205lib/firefox/localization/en-US/toolkit/about/aboutSupport.ftl
5172lib/firefox/localization/en-US/toolkit/about/aboutTelemetry.ftl 5206lib/firefox/localization/en-US/toolkit/about/aboutTelemetry.ftl
5173lib/firefox/localization/en-US/toolkit/about/abuseReports.ftl 5207lib/firefox/localization/en-US/toolkit/about/abuseReports.ftl
5174lib/firefox/localization/en-US/toolkit/about/certviewer.ftl 5208lib/firefox/localization/en-US/toolkit/about/certviewer.ftl
5175lib/firefox/localization/en-US/toolkit/about/url-classifier.ftl 5209lib/firefox/localization/en-US/toolkit/about/url-classifier.ftl
5176lib/firefox/localization/en-US/toolkit/extensions/blocklist.ftl 5210lib/firefox/localization/en-US/toolkit/extensions/blocklist.ftl
5177lib/firefox/localization/en-US/toolkit/global/createProfileWizard.ftl 5211lib/firefox/localization/en-US/toolkit/global/createProfileWizard.ftl
5178lib/firefox/localization/en-US/toolkit/global/processTypes.ftl 5212lib/firefox/localization/en-US/toolkit/global/processTypes.ftl
5179lib/firefox/localization/en-US/toolkit/global/profileDowngrade.ftl 5213lib/firefox/localization/en-US/toolkit/global/profileDowngrade.ftl
5180lib/firefox/localization/en-US/toolkit/global/profileSelection.ftl 5214lib/firefox/localization/en-US/toolkit/global/profileSelection.ftl
5181lib/firefox/localization/en-US/toolkit/global/resetProfile.ftl 5215lib/firefox/localization/en-US/toolkit/global/resetProfile.ftl
5182lib/firefox/localization/en-US/toolkit/global/textActions.ftl 5216lib/firefox/localization/en-US/toolkit/global/textActions.ftl
 5217lib/firefox/localization/en-US/toolkit/global/unknownContentType.ftl
5183lib/firefox/localization/en-US/toolkit/global/wizard.ftl 5218lib/firefox/localization/en-US/toolkit/global/wizard.ftl
5184lib/firefox/localization/en-US/toolkit/intl/languageNames.ftl 5219lib/firefox/localization/en-US/toolkit/intl/languageNames.ftl
5185lib/firefox/localization/en-US/toolkit/intl/regionNames.ftl 5220lib/firefox/localization/en-US/toolkit/intl/regionNames.ftl
5186lib/firefox/localization/en-US/toolkit/main-window/autocomplete.ftl 5221lib/firefox/localization/en-US/toolkit/main-window/autocomplete.ftl
5187lib/firefox/localization/en-US/toolkit/main-window/findbar.ftl 5222lib/firefox/localization/en-US/toolkit/main-window/findbar.ftl
5188lib/firefox/localization/en-US/toolkit/pictureinpicture/pictureinpicture.ftl 5223lib/firefox/localization/en-US/toolkit/pictureinpicture/pictureinpicture.ftl
5189lib/firefox/localization/en-US/toolkit/preferences/preferences.ftl 5224lib/firefox/localization/en-US/toolkit/preferences/preferences.ftl
5190lib/firefox/localization/en-US/toolkit/printing/printDialogs.ftl 5225lib/firefox/localization/en-US/toolkit/printing/printDialogs.ftl
5191lib/firefox/localization/en-US/toolkit/printing/printPreview.ftl 5226lib/firefox/localization/en-US/toolkit/printing/printPreview.ftl
5192lib/firefox/localization/en-US/toolkit/updates/elevation.ftl 5227lib/firefox/localization/en-US/toolkit/updates/elevation.ftl
5193lib/firefox/localization/en-US/toolkit/updates/history.ftl 5228lib/firefox/localization/en-US/toolkit/updates/history.ftl
5194lib/firefox/modules/AboutCertViewerHandler.jsm 5229lib/firefox/modules/AboutCertViewerHandler.jsm
5195lib/firefox/modules/AboutPagesUtils.jsm 5230lib/firefox/modules/AboutPagesUtils.jsm
@@ -5276,28 +5311,30 @@ lib/firefox/modules/ExtensionActivityLog @@ -5276,28 +5311,30 @@ lib/firefox/modules/ExtensionActivityLog
5276lib/firefox/modules/ExtensionChild.jsm 5311lib/firefox/modules/ExtensionChild.jsm
5277lib/firefox/modules/ExtensionChildDevToolsUtils.jsm 5312lib/firefox/modules/ExtensionChildDevToolsUtils.jsm
5278lib/firefox/modules/ExtensionCommon.jsm 5313lib/firefox/modules/ExtensionCommon.jsm
5279lib/firefox/modules/ExtensionContent.jsm 5314lib/firefox/modules/ExtensionContent.jsm
5280lib/firefox/modules/ExtensionPageChild.jsm 5315lib/firefox/modules/ExtensionPageChild.jsm
5281lib/firefox/modules/ExtensionParent.jsm 5316lib/firefox/modules/ExtensionParent.jsm
5282lib/firefox/modules/ExtensionPermissions.jsm 5317lib/firefox/modules/ExtensionPermissions.jsm
5283lib/firefox/modules/ExtensionPreferencesManager.jsm 5318lib/firefox/modules/ExtensionPreferencesManager.jsm
5284lib/firefox/modules/ExtensionProcessScript.jsm 5319lib/firefox/modules/ExtensionProcessScript.jsm
5285lib/firefox/modules/ExtensionSearchHandler.jsm 5320lib/firefox/modules/ExtensionSearchHandler.jsm
5286lib/firefox/modules/ExtensionSettingsStore.jsm 5321lib/firefox/modules/ExtensionSettingsStore.jsm
5287lib/firefox/modules/ExtensionShortcuts.jsm 5322lib/firefox/modules/ExtensionShortcuts.jsm
5288lib/firefox/modules/ExtensionStorage.jsm 5323lib/firefox/modules/ExtensionStorage.jsm
 5324lib/firefox/modules/ExtensionStorageComponents.jsm
5289lib/firefox/modules/ExtensionStorageIDB.jsm 5325lib/firefox/modules/ExtensionStorageIDB.jsm
5290lib/firefox/modules/ExtensionStorageSync.jsm 5326lib/firefox/modules/ExtensionStorageSync.jsm
 5327lib/firefox/modules/ExtensionStorageSyncKinto.jsm
5291lib/firefox/modules/ExtensionTelemetry.jsm 5328lib/firefox/modules/ExtensionTelemetry.jsm
5292lib/firefox/modules/ExtensionUtils.jsm 5329lib/firefox/modules/ExtensionUtils.jsm
5293lib/firefox/modules/FileUtils.jsm 5330lib/firefox/modules/FileUtils.jsm
5294lib/firefox/modules/FindBarContent.jsm 5331lib/firefox/modules/FindBarContent.jsm
5295lib/firefox/modules/FindContent.jsm 5332lib/firefox/modules/FindContent.jsm
5296lib/firefox/modules/Finder.jsm 5333lib/firefox/modules/Finder.jsm
5297lib/firefox/modules/FinderHighlighter.jsm 5334lib/firefox/modules/FinderHighlighter.jsm
5298lib/firefox/modules/FinderIterator.jsm 5335lib/firefox/modules/FinderIterator.jsm
5299lib/firefox/modules/FinderParent.jsm 5336lib/firefox/modules/FinderParent.jsm
5300lib/firefox/modules/FirstStartup.jsm 5337lib/firefox/modules/FirstStartup.jsm
5301lib/firefox/modules/ForgetAboutSite.jsm 5338lib/firefox/modules/ForgetAboutSite.jsm
5302lib/firefox/modules/FormAutoComplete.jsm 5339lib/firefox/modules/FormAutoComplete.jsm
5303lib/firefox/modules/FormHistory.jsm 5340lib/firefox/modules/FormHistory.jsm
@@ -5334,28 +5371,30 @@ lib/firefox/modules/IgnoreLists.jsm @@ -5334,28 +5371,30 @@ lib/firefox/modules/IgnoreLists.jsm
5334lib/firefox/modules/ImageObjectProcessor.jsm 5371lib/firefox/modules/ImageObjectProcessor.jsm
5335lib/firefox/modules/IndexedDB.jsm 5372lib/firefox/modules/IndexedDB.jsm
5336lib/firefox/modules/IndexedDBHelper.jsm 5373lib/firefox/modules/IndexedDBHelper.jsm
5337lib/firefox/modules/InlineSpellChecker.jsm 5374lib/firefox/modules/InlineSpellChecker.jsm
5338lib/firefox/modules/InlineSpellCheckerContent.jsm 5375lib/firefox/modules/InlineSpellCheckerContent.jsm
5339lib/firefox/modules/InputListAutoComplete.jsm 5376lib/firefox/modules/InputListAutoComplete.jsm
5340lib/firefox/modules/InsecurePasswordUtils.jsm 5377lib/firefox/modules/InsecurePasswordUtils.jsm
5341lib/firefox/modules/Integration.jsm 5378lib/firefox/modules/Integration.jsm
5342lib/firefox/modules/JSONFile.jsm 5379lib/firefox/modules/JSONFile.jsm
5343lib/firefox/modules/L10nRegistry.jsm 5380lib/firefox/modules/L10nRegistry.jsm
5344lib/firefox/modules/LightweightThemeConsumer.jsm 5381lib/firefox/modules/LightweightThemeConsumer.jsm
5345lib/firefox/modules/LightweightThemeManager.jsm 5382lib/firefox/modules/LightweightThemeManager.jsm
5346lib/firefox/modules/Localization.jsm 5383lib/firefox/modules/Localization.jsm
 5384lib/firefox/modules/LocationHelper.jsm
5347lib/firefox/modules/Log.jsm 5385lib/firefox/modules/Log.jsm
5348lib/firefox/modules/LoginAutoComplete.jsm 5386lib/firefox/modules/LoginAutoComplete.jsm
 5387lib/firefox/modules/LoginExport.jsm
5349lib/firefox/modules/LoginFormFactory.jsm 5388lib/firefox/modules/LoginFormFactory.jsm
5350lib/firefox/modules/LoginHelper.jsm 5389lib/firefox/modules/LoginHelper.jsm
5351lib/firefox/modules/LoginImport.jsm 5390lib/firefox/modules/LoginImport.jsm
5352lib/firefox/modules/LoginInfo.jsm 5391lib/firefox/modules/LoginInfo.jsm
5353lib/firefox/modules/LoginManager.jsm 5392lib/firefox/modules/LoginManager.jsm
5354lib/firefox/modules/LoginManagerAuthPrompter.jsm 5393lib/firefox/modules/LoginManagerAuthPrompter.jsm
5355lib/firefox/modules/LoginManagerChild.jsm 5394lib/firefox/modules/LoginManagerChild.jsm
5356lib/firefox/modules/LoginManagerContextMenu.jsm 5395lib/firefox/modules/LoginManagerContextMenu.jsm
5357lib/firefox/modules/LoginManagerParent.jsm 5396lib/firefox/modules/LoginManagerParent.jsm
5358lib/firefox/modules/LoginManagerPrompter.jsm 5397lib/firefox/modules/LoginManagerPrompter.jsm
5359lib/firefox/modules/LoginRecipes.jsm 5398lib/firefox/modules/LoginRecipes.jsm
5360lib/firefox/modules/LoginStore.jsm 5399lib/firefox/modules/LoginStore.jsm
5361lib/firefox/modules/MainProcessSingleton.jsm 5400lib/firefox/modules/MainProcessSingleton.jsm
@@ -5424,32 +5463,33 @@ lib/firefox/modules/PurgeTrackerService. @@ -5424,32 +5463,33 @@ lib/firefox/modules/PurgeTrackerService.
5424lib/firefox/modules/Push.jsm 5463lib/firefox/modules/Push.jsm
5425lib/firefox/modules/PushBroadcastService.jsm 5464lib/firefox/modules/PushBroadcastService.jsm
5426lib/firefox/modules/PushComponents.jsm 5465lib/firefox/modules/PushComponents.jsm
5427lib/firefox/modules/PushCrypto.jsm 5466lib/firefox/modules/PushCrypto.jsm
5428lib/firefox/modules/PushDB.jsm 5467lib/firefox/modules/PushDB.jsm
5429lib/firefox/modules/PushRecord.jsm 5468lib/firefox/modules/PushRecord.jsm
5430lib/firefox/modules/PushService.jsm 5469lib/firefox/modules/PushService.jsm
5431lib/firefox/modules/PushServiceHttp2.jsm 5470lib/firefox/modules/PushServiceHttp2.jsm
5432lib/firefox/modules/PushServiceWebSocket.jsm 5471lib/firefox/modules/PushServiceWebSocket.jsm
5433lib/firefox/modules/RFPHelper.jsm 5472lib/firefox/modules/RFPHelper.jsm
5434lib/firefox/modules/ReaderMode.jsm 5473lib/firefox/modules/ReaderMode.jsm
5435lib/firefox/modules/Readerable.jsm 5474lib/firefox/modules/Readerable.jsm
5436lib/firefox/modules/RecordingCmdLine.jsm 5475lib/firefox/modules/RecordingCmdLine.jsm
 5476lib/firefox/modules/Region.jsm
5437lib/firefox/modules/RemotePageAccessManager.jsm 5477lib/firefox/modules/RemotePageAccessManager.jsm
5438lib/firefox/modules/RemoteSecurityUI.jsm 
5439lib/firefox/modules/RemoteWebNavigation.jsm 5478lib/firefox/modules/RemoteWebNavigation.jsm
5440lib/firefox/modules/RemoteWebProgress.jsm 5479lib/firefox/modules/RemoteWebProgress.jsm
5441lib/firefox/modules/ResetProfile.jsm 5480lib/firefox/modules/ResetProfile.jsm
5442lib/firefox/modules/ResponsivenessMonitor.jsm 5481lib/firefox/modules/ResponsivenessMonitor.jsm
 5482lib/firefox/modules/RustFxAccount.js
5443lib/firefox/modules/SafeBrowsing.jsm 5483lib/firefox/modules/SafeBrowsing.jsm
5444lib/firefox/modules/Schemas.jsm 5484lib/firefox/modules/Schemas.jsm
5445lib/firefox/modules/SearchEngine.jsm 5485lib/firefox/modules/SearchEngine.jsm
5446lib/firefox/modules/SearchEngineSelector.jsm 5486lib/firefox/modules/SearchEngineSelector.jsm
5447lib/firefox/modules/SearchService.jsm 5487lib/firefox/modules/SearchService.jsm
5448lib/firefox/modules/SearchStaticData.jsm 5488lib/firefox/modules/SearchStaticData.jsm
5449lib/firefox/modules/SearchSuggestionController.jsm 5489lib/firefox/modules/SearchSuggestionController.jsm
5450lib/firefox/modules/SearchSuggestions.jsm 5490lib/firefox/modules/SearchSuggestions.jsm
5451lib/firefox/modules/SearchUtils.jsm 5491lib/firefox/modules/SearchUtils.jsm
5452lib/firefox/modules/SecurityInfo.jsm 5492lib/firefox/modules/SecurityInfo.jsm
5453lib/firefox/modules/SecurityReporter.jsm 5493lib/firefox/modules/SecurityReporter.jsm
5454lib/firefox/modules/ServiceRequest.jsm 5494lib/firefox/modules/ServiceRequest.jsm
5455lib/firefox/modules/ServiceWorkerCleanUp.jsm 5495lib/firefox/modules/ServiceWorkerCleanUp.jsm
@@ -5564,48 +5604,50 @@ lib/firefox/modules/presentation/Receive @@ -5564,48 +5604,50 @@ lib/firefox/modules/presentation/Receive
5564lib/firefox/modules/presentation/StateMachineHelper.jsm 5604lib/firefox/modules/presentation/StateMachineHelper.jsm
5565lib/firefox/modules/profiler_get_symbols.js 5605lib/firefox/modules/profiler_get_symbols.js
5566lib/firefox/modules/psm/DER.jsm 5606lib/firefox/modules/psm/DER.jsm
5567lib/firefox/modules/psm/RemoteSecuritySettings.jsm 5607lib/firefox/modules/psm/RemoteSecuritySettings.jsm
5568lib/firefox/modules/psm/X509.jsm 5608lib/firefox/modules/psm/X509.jsm
5569lib/firefox/modules/reader/JSDOMParser.js 5609lib/firefox/modules/reader/JSDOMParser.js
5570lib/firefox/modules/reader/Readability.js 5610lib/firefox/modules/reader/Readability.js
5571lib/firefox/modules/reader/ReaderWorker.js 5611lib/firefox/modules/reader/ReaderWorker.js
5572lib/firefox/modules/reader/ReaderWorker.jsm 5612lib/firefox/modules/reader/ReaderWorker.jsm
5573lib/firefox/modules/reflect.jsm 5613lib/firefox/modules/reflect.jsm
5574lib/firefox/modules/remotepagemanager/MessagePort.jsm 5614lib/firefox/modules/remotepagemanager/MessagePort.jsm
5575lib/firefox/modules/remotepagemanager/RemotePageManagerChild.jsm 5615lib/firefox/modules/remotepagemanager/RemotePageManagerChild.jsm
5576lib/firefox/modules/remotepagemanager/RemotePageManagerParent.jsm 5616lib/firefox/modules/remotepagemanager/RemotePageManagerParent.jsm
 5617${PLIST.debug}lib/firefox/modules/services-automation/ServicesAutomation.jsm
5577lib/firefox/modules/services-common/async.js 5618lib/firefox/modules/services-common/async.js
5578lib/firefox/modules/services-common/hawkclient.js 5619lib/firefox/modules/services-common/hawkclient.js
5579lib/firefox/modules/services-common/hawkrequest.js 5620lib/firefox/modules/services-common/hawkrequest.js
5580lib/firefox/modules/services-common/kinto-http-client.js 5621lib/firefox/modules/services-common/kinto-http-client.js
5581lib/firefox/modules/services-common/kinto-offline-client.js 5622lib/firefox/modules/services-common/kinto-offline-client.js
5582lib/firefox/modules/services-common/kinto-storage-adapter.js 5623lib/firefox/modules/services-common/kinto-storage-adapter.js
5583lib/firefox/modules/services-common/logmanager.js 5624lib/firefox/modules/services-common/logmanager.js
5584lib/firefox/modules/services-common/observers.js 5625lib/firefox/modules/services-common/observers.js
5585lib/firefox/modules/services-common/rest.js 5626lib/firefox/modules/services-common/rest.js
5586lib/firefox/modules/services-common/tokenserverclient.js 5627lib/firefox/modules/services-common/tokenserverclient.js
5587lib/firefox/modules/services-common/uptake-telemetry.js 5628lib/firefox/modules/services-common/uptake-telemetry.js
5588lib/firefox/modules/services-common/utils.js 5629lib/firefox/modules/services-common/utils.js
5589lib/firefox/modules/services-crypto/WeaveCrypto.js 5630lib/firefox/modules/services-crypto/WeaveCrypto.js
5590lib/firefox/modules/services-crypto/jwcrypto.jsm 5631lib/firefox/modules/services-crypto/jwcrypto.jsm
5591lib/firefox/modules/services-crypto/utils.js 5632lib/firefox/modules/services-crypto/utils.js
5592lib/firefox/modules/services-settings/Attachments.jsm 5633lib/firefox/modules/services-settings/Attachments.jsm
5593lib/firefox/modules/services-settings/Database.jsm 5634lib/firefox/modules/services-settings/Database.jsm
5594lib/firefox/modules/services-settings/IDBHelpers.jsm 5635lib/firefox/modules/services-settings/IDBHelpers.jsm
5595lib/firefox/modules/services-settings/RemoteSettingsClient.jsm 5636lib/firefox/modules/services-settings/RemoteSettingsClient.jsm
5596lib/firefox/modules/services-settings/RemoteSettingsComponents.jsm 5637lib/firefox/modules/services-settings/RemoteSettingsComponents.jsm
5597lib/firefox/modules/services-settings/RemoteSettingsWorker.js 5638lib/firefox/modules/services-settings/RemoteSettingsWorker.js
5598lib/firefox/modules/services-settings/RemoteSettingsWorker.jsm 5639lib/firefox/modules/services-settings/RemoteSettingsWorker.jsm
 5640lib/firefox/modules/services-settings/SharedUtils.jsm
5599lib/firefox/modules/services-settings/Utils.jsm 5641lib/firefox/modules/services-settings/Utils.jsm
5600lib/firefox/modules/services-settings/remote-settings.js 5642lib/firefox/modules/services-settings/remote-settings.js
5601lib/firefox/modules/services-sync/SyncedTabs.jsm 5643lib/firefox/modules/services-sync/SyncedTabs.jsm
5602lib/firefox/modules/services-sync/UIState.jsm 5644lib/firefox/modules/services-sync/UIState.jsm
5603lib/firefox/modules/services-sync/Weave.jsm 5645lib/firefox/modules/services-sync/Weave.jsm
5604lib/firefox/modules/services-sync/addonsreconciler.js 5646lib/firefox/modules/services-sync/addonsreconciler.js
5605lib/firefox/modules/services-sync/addonutils.js 5647lib/firefox/modules/services-sync/addonutils.js
5606lib/firefox/modules/services-sync/bookmark_repair.js 5648lib/firefox/modules/services-sync/bookmark_repair.js
5607lib/firefox/modules/services-sync/bookmark_validator.js 5649lib/firefox/modules/services-sync/bookmark_validator.js
5608lib/firefox/modules/services-sync/bridged_engine.js 5650lib/firefox/modules/services-sync/bridged_engine.js
5609lib/firefox/modules/services-sync/browserid_identity.js 5651lib/firefox/modules/services-sync/browserid_identity.js
5610lib/firefox/modules/services-sync/collection_repair.js 5652lib/firefox/modules/services-sync/collection_repair.js
5611lib/firefox/modules/services-sync/collection_validator.js 5653lib/firefox/modules/services-sync/collection_validator.js

cvs diff -r1.400 -r1.401 pkgsrc/www/firefox/distinfo (expand / switch to unified diff)

--- pkgsrc/www/firefox/distinfo 2020/06/23 17:38:49 1.400
+++ pkgsrc/www/firefox/distinfo 2020/07/01 13:01:01 1.401
@@ -1,40 +1,42 @@ @@ -1,40 +1,42 @@
1$NetBSD: distinfo,v 1.400 2020/06/23 17:38:49 nia Exp $ 1$NetBSD: distinfo,v 1.401 2020/07/01 13:01:01 ryoon Exp $
2 2
3SHA1 (firefox-77.0.1.source.tar.xz) = 86735b221c17964f5e6a756a973b6d0696fbf1c5 3SHA1 (firefox-78.0.source.tar.xz) = 6eeb982f2a626f291c48f20365c1cc93593527c3
4RMD160 (firefox-77.0.1.source.tar.xz) = 59ef718e1bf9eef0a6b90c60ec20bbe4c7402ffe 4RMD160 (firefox-78.0.source.tar.xz) = 33b6ab0258d6f5b90b34395e1b413745cb2a474f
5SHA512 (firefox-77.0.1.source.tar.xz) = 9e02e2842d18b9c94b24457788f117fad4730ca21d05ef8208eb85c6f58da3b0e75fcae8c8ebd38f69b86325b26684d0e5409b3d341898fe28b607e8bd949ef2 5SHA512 (firefox-78.0.source.tar.xz) = f4d8d89b7e624efcd48bd9885d72890888c582c2f3f5c4d9260728fec7816d20a98df11975ef0b180dead8991cccfe8c9532763da5de74a002c48cde9495c0ac
6Size (firefox-77.0.1.source.tar.xz) = 334037816 bytes 6Size (firefox-78.0.source.tar.xz) = 333422136 bytes
7SHA1 (patch-aa) = 11060461fdaca5661e89651b8ded4a59d2abc4d7 7SHA1 (patch-aa) = 11060461fdaca5661e89651b8ded4a59d2abc4d7
8SHA1 (patch-browser_app_profile_firefox.js) = 89cea0a66457c96ad0b94aaa524aa5942ad781d0 8SHA1 (patch-browser_app_profile_firefox.js) = 89cea0a66457c96ad0b94aaa524aa5942ad781d0
9SHA1 (patch-build_moz.configure_rust.configure) = ee9e207e67709f3c9455b4d22f5f254890e99ca8 9SHA1 (patch-build_moz.configure_rust.configure) = ee9e207e67709f3c9455b4d22f5f254890e99ca8
10SHA1 (patch-config_gcc-stl-wrapper.template.h) = 781a063fa6ab345face53fd88404ead11ab335b2 10SHA1 (patch-config_gcc-stl-wrapper.template.h) = 781a063fa6ab345face53fd88404ead11ab335b2
11SHA1 (patch-config_makefiles_rust.mk) = 8637cd3f56774648fd586c7ad8dd49e269b9eb2a 11SHA1 (patch-config_makefiles_rust.mk) = 8637cd3f56774648fd586c7ad8dd49e269b9eb2a
12SHA1 (patch-configure.in) = b40651b008dcecc49664660ac376df2bd7c2c6be 12SHA1 (patch-configure.in) = b40651b008dcecc49664660ac376df2bd7c2c6be
13SHA1 (patch-dom_base_nsAttrName.h) = ac7ba441a3b27df2855cf2673eea36b1cb44ad49 13SHA1 (patch-dom_base_nsAttrName.h) = ac7ba441a3b27df2855cf2673eea36b1cb44ad49
14SHA1 (patch-dom_media_CubebUtils.cpp) = 226821d961039ae5c9c50d8615757b73c6bcd80a 14SHA1 (patch-dom_media_CubebUtils.cpp) = 226821d961039ae5c9c50d8615757b73c6bcd80a
15SHA1 (patch-gfx_angle_checkout_src_common_third__party_smhasher_src_PMurHash.cpp) = e458c9c8dc66edc69c1874734af28a77fc5e3993 15SHA1 (patch-gfx_angle_checkout_src_common_third__party_smhasher_src_PMurHash.cpp) = e458c9c8dc66edc69c1874734af28a77fc5e3993
16SHA1 (patch-gfx_angle_checkout_src_compiler_translator_InfoSink.h) = 2f73c76c48852613e0c55c1680fcc2a9eb3cf4ef 16SHA1 (patch-gfx_angle_checkout_src_compiler_translator_InfoSink.h) = 2f73c76c48852613e0c55c1680fcc2a9eb3cf4ef
17SHA1 (patch-gfx_cairo_cairo_src_cairo-type1-subset.c) = 89a9d934ef76706c552c0b81e6cbc0f45b1ffd2c 17SHA1 (patch-gfx_cairo_cairo_src_cairo-type1-subset.c) = 89a9d934ef76706c552c0b81e6cbc0f45b1ffd2c
18SHA1 (patch-gfx_skia_skia_src_core_SkCpu.cpp) = 36218819254f3681b9c717d652ea78c9f20d49ad 18SHA1 (patch-gfx_skia_skia_src_core_SkCpu.cpp) = 36218819254f3681b9c717d652ea78c9f20d49ad
19SHA1 (patch-gfx_thebes_gfxPlatform.cpp) = f6f8996f0818a1b890698c7cc5054d49cb1e8924 19SHA1 (patch-gfx_thebes_gfxPlatform.cpp) = f6f8996f0818a1b890698c7cc5054d49cb1e8924
20SHA1 (patch-ipc_chromium_src_base_message__pump__libevent.cc) = 4a6606da590cfb8d855bde58b9c6f90e98d0870c 20SHA1 (patch-ipc_chromium_src_base_message__pump__libevent.cc) = 4a6606da590cfb8d855bde58b9c6f90e98d0870c
21SHA1 (patch-ipc_chromium_src_base_platform__thread__posix.cc) = 35d20981d33ccdb1d8ffb8039e48798777f11658 21SHA1 (patch-ipc_chromium_src_base_platform__thread__posix.cc) = 35d20981d33ccdb1d8ffb8039e48798777f11658
22SHA1 (patch-ipc_glue_GeckoChildProcessHost.cpp) = 260c29bacd8bf265951b7a412f850bf2b292c836 22SHA1 (patch-ipc_glue_GeckoChildProcessHost.cpp) = 260c29bacd8bf265951b7a412f850bf2b292c836
23SHA1 (patch-js_src_jsfriendapi.h) = 6bbb895b882ee24929f011751c42732215e153a2 23SHA1 (patch-js_src_jsfriendapi.h) = 6bbb895b882ee24929f011751c42732215e153a2
24SHA1 (patch-js_src_util_NativeStack.cpp) = a0a16d8d8d78d3cc3f4d2a508586f1a7821f7dba 24SHA1 (patch-js_src_util_NativeStack.cpp) = a0a16d8d8d78d3cc3f4d2a508586f1a7821f7dba
25SHA1 (patch-media_ffvpx_libavutil_arm_bswap.h) = de58daa0fd23d4fec50426602b65c9ea5862558a 25SHA1 (patch-media_ffvpx_libavutil_arm_bswap.h) = de58daa0fd23d4fec50426602b65c9ea5862558a
26SHA1 (patch-media_libcubeb_src_cubeb__alsa.c) = 31536f36cb33f16da309527b50eda9b721608115 26SHA1 (patch-media_libcubeb_src_cubeb__alsa.c) = 31536f36cb33f16da309527b50eda9b721608115
27SHA1 (patch-media_libcubeb_src_moz.build) = e4e64a1135cf4157ae5b6f7c1710ebd076953479 27SHA1 (patch-media_libcubeb_src_moz.build) = e4e64a1135cf4157ae5b6f7c1710ebd076953479
28SHA1 (patch-media_libpng_pngpriv.h) = c8084332560017cd7c9b519b61d125fa28af0dbc 28SHA1 (patch-media_libpng_pngpriv.h) = c8084332560017cd7c9b519b61d125fa28af0dbc
29SHA1 (patch-media_libtheora_lib_info.c) = f6dbf536d73859a1ff78304c2e9f6a6f74dac01f 29SHA1 (patch-media_libtheora_lib_info.c) = f6dbf536d73859a1ff78304c2e9f6a6f74dac01f
30SHA1 (patch-media_libvorbis_lib_vorbis__info.c) = b6b1a84a095db8459bdff24c04f4d56886ddbe45 30SHA1 (patch-media_libvorbis_lib_vorbis__info.c) = b6b1a84a095db8459bdff24c04f4d56886ddbe45
 31SHA1 (patch-media_webrtc_trunk_webrtc_modules_video__capture_linux_device__info__linux.cc) = 2eda6a0adab376cd9b41514dac4a811d7fcf599c
31SHA1 (patch-nsprpub_pr_src_pthreads_ptsynch.c) = 13e512c7ee9fa1e14ba415d62fa853e5fbfc91c0 32SHA1 (patch-nsprpub_pr_src_pthreads_ptsynch.c) = 13e512c7ee9fa1e14ba415d62fa853e5fbfc91c0
32SHA1 (patch-security_nss_lib_freebl_mpi_mpi.c) = a7cd867916524770609d1c307a65b315b88456f4 33SHA1 (patch-security_nss_lib_freebl_mpi_mpi.c) = a7cd867916524770609d1c307a65b315b88456f4
33SHA1 (patch-third__party_rust_getrandom_src_lib.rs) = 2ad80d10ebfeef0dc27435fc2c16be7b5e5d444a 34SHA1 (patch-third__party_rust_getrandom_src_lib.rs) = 2ad80d10ebfeef0dc27435fc2c16be7b5e5d444a
34SHA1 (patch-third__party_rust_libc_src_unix_bsd_netbsdlike_netbsd_mod.rs) = 3755f32fea84900cc0f00af3d9f53ed5fcfb0b4b 35SHA1 (patch-third__party_rust_libc_src_unix_bsd_netbsdlike_netbsd_mod.rs) = 3755f32fea84900cc0f00af3d9f53ed5fcfb0b4b
35SHA1 (patch-toolkit_components_terminator_nsTerminator.cpp) = 5a516d377d491e0504aaf2d7aed04bb9ebeccc56 36SHA1 (patch-toolkit_components_terminator_nsTerminator.cpp) = 5a516d377d491e0504aaf2d7aed04bb9ebeccc56
36SHA1 (patch-toolkit_modules_subprocess_subprocess__shared__unix.js) = 22a39e54e042ab2270a3cb54e4e307c8900cad12 37SHA1 (patch-toolkit_modules_subprocess_subprocess__shared__unix.js) = 22a39e54e042ab2270a3cb54e4e307c8900cad12
37SHA1 (patch-toolkit_moz.configure) = 40ee147cc1d2c62dd6c83b3f67ce9e61f758ea57 38SHA1 (patch-toolkit_moz.configure) = 40ee147cc1d2c62dd6c83b3f67ce9e61f758ea57
38SHA1 (patch-toolkit_mozapps_installer_packager.mk) = 706635b76a7b525794aba95e95544f09e18bb662 39SHA1 (patch-toolkit_mozapps_installer_packager.mk) = 706635b76a7b525794aba95e95544f09e18bb662
 40SHA1 (patch-widget_gtk_WaylandDMABufSurface.cpp) = 3c556b9321a5045363a1d567ea271c520f585850
39SHA1 (patch-xpcom_base_nscore.h) = 1ac4d34d3c9e80bc1ac966c6c84cb320bc0fa1ec 41SHA1 (patch-xpcom_base_nscore.h) = 1ac4d34d3c9e80bc1ac966c6c84cb320bc0fa1ec
40SHA1 (patch-xpcom_reflect_xptcall_md_unix_moz.build) = 6956c90d4c74c71e7e9a5882e4840ba2673160fa 42SHA1 (patch-xpcom_reflect_xptcall_md_unix_moz.build) = 6956c90d4c74c71e7e9a5882e4840ba2673160fa

cvs diff -r1.173 -r1.174 pkgsrc/www/firefox/mozilla-common.mk (expand / switch to unified diff)

--- pkgsrc/www/firefox/mozilla-common.mk 2020/06/29 11:59:41 1.173
+++ pkgsrc/www/firefox/mozilla-common.mk 2020/07/01 13:01:01 1.174
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: mozilla-common.mk,v 1.173 2020/06/29 11:59:41 nia Exp $ 1# $NetBSD: mozilla-common.mk,v 1.174 2020/07/01 13:01:01 ryoon Exp $
2# 2#
3# common Makefile fragment for mozilla packages based on gecko 2.0. 3# common Makefile fragment for mozilla packages based on gecko 2.0.
4# 4#
5# used by www/firefox/Makefile 5# used by www/firefox/Makefile
6 6
7.include "../../mk/bsd.prefs.mk" 7.include "../../mk/bsd.prefs.mk"
8 8
9# Python 2.7 and Python 3.6 or later are required simultaneously. 9# Python 2.7 and Python 3.6 or later are required simultaneously.
10PYTHON_VERSIONS_ACCEPTED= 27 10PYTHON_VERSIONS_ACCEPTED= 27
11PYTHON_FOR_BUILD_ONLY= tool 11PYTHON_FOR_BUILD_ONLY= tool
12.if !empty(PYTHON_VERSION_DEFAULT:M3[6789]) 12.if !empty(PYTHON_VERSION_DEFAULT:M3[6789])
13TOOL_DEPENDS+= python${PYTHON_VERSION_DEFAULT}-[0-9]*:../../lang/python${PYTHON_VERSION_DEFAULT} 13TOOL_DEPENDS+= python${PYTHON_VERSION_DEFAULT}-[0-9]*:../../lang/python${PYTHON_VERSION_DEFAULT}
14ALL_ENV+= PYTHON3=${LOCALBASE}/bin/python${PYTHON_VERSION_DEFAULT:S/3/3./} 14ALL_ENV+= PYTHON3=${LOCALBASE}/bin/python${PYTHON_VERSION_DEFAULT:S/3/3./}
@@ -93,35 +93,32 @@ CONFIGURE_ARGS+= --enable-release @@ -93,35 +93,32 @@ CONFIGURE_ARGS+= --enable-release
93#CONFIGURE_ARGS+= --enable-rust-simd 93#CONFIGURE_ARGS+= --enable-rust-simd
94CONFIGURE_ARGS+= --disable-tests 94CONFIGURE_ARGS+= --disable-tests
95# Mozilla Bug 1432751 95# Mozilla Bug 1432751
96#CONFIGURE_ARGS+= --enable-system-cairo 96#CONFIGURE_ARGS+= --enable-system-cairo
97CONFIGURE_ARGS+= --enable-system-pixman 97CONFIGURE_ARGS+= --enable-system-pixman
98# webrtc option requires internal libvpx 98# webrtc option requires internal libvpx
99#CONFIGURE_ARGS+= --with-system-libvpx 99#CONFIGURE_ARGS+= --with-system-libvpx
100CONFIGURE_ARGS+= --enable-system-ffi 100CONFIGURE_ARGS+= --enable-system-ffi
101CONFIGURE_ARGS+= --with-system-icu 101CONFIGURE_ARGS+= --with-system-icu
102CONFIGURE_ARGS+= --with-system-nss 102CONFIGURE_ARGS+= --with-system-nss
103CONFIGURE_ARGS+= --with-system-nspr 103CONFIGURE_ARGS+= --with-system-nspr
104#CONFIGURE_ARGS+= --with-system-jpeg 104#CONFIGURE_ARGS+= --with-system-jpeg
105CONFIGURE_ARGS+= --with-system-zlib 105CONFIGURE_ARGS+= --with-system-zlib
106CONFIGURE_ARGS+= --with-system-bz2 
107CONFIGURE_ARGS+= --with-system-libevent=${BUILDLINK_PREFIX.libevent} 106CONFIGURE_ARGS+= --with-system-libevent=${BUILDLINK_PREFIX.libevent}
108CONFIGURE_ARGS+= --disable-crashreporter 107CONFIGURE_ARGS+= --disable-crashreporter
109CONFIGURE_ARGS+= --disable-necko-wifi 108CONFIGURE_ARGS+= --disable-necko-wifi
110CONFIGURE_ARGS+= --enable-chrome-format=flat 109CONFIGURE_ARGS+= --enable-chrome-format=flat
111CONFIGURE_ARGS+= --disable-libjpeg-turbo 
112CONFIGURE_ARGS+= --with-system-webp 110CONFIGURE_ARGS+= --with-system-webp
113 111
114CONFIGURE_ARGS+= --disable-gconf 
115#CONFIGURE_ARGS+= --enable-readline 112#CONFIGURE_ARGS+= --enable-readline
116CONFIGURE_ARGS+= --disable-icf 113CONFIGURE_ARGS+= --disable-icf
117CONFIGURE_ARGS+= --disable-updater 114CONFIGURE_ARGS+= --disable-updater
118 115
119#CONFIGURE_ARGS+= --with-libclang-path=${PREFIX}/lib 116#CONFIGURE_ARGS+= --with-libclang-path=${PREFIX}/lib
120 117
121SUBST_CLASSES+= fix-paths 118SUBST_CLASSES+= fix-paths
122SUBST_STAGE.fix-paths= pre-configure 119SUBST_STAGE.fix-paths= pre-configure
123SUBST_MESSAGE.fix-paths= Fixing absolute paths. 120SUBST_MESSAGE.fix-paths= Fixing absolute paths.
124SUBST_FILES.fix-paths+= ${MOZILLA_DIR}xpcom/io/nsAppFileLocationProvider.cpp 121SUBST_FILES.fix-paths+= ${MOZILLA_DIR}xpcom/io/nsAppFileLocationProvider.cpp
125SUBST_SED.fix-paths+= -e 's,/usr/lib/mozilla/plugins,${PREFIX}/lib/netscape/plugins,g' 122SUBST_SED.fix-paths+= -e 's,/usr/lib/mozilla/plugins,${PREFIX}/lib/netscape/plugins,g'
126 123
127CONFIG_GUESS_OVERRIDE+= ${MOZILLA_DIR}build/autoconf/config.guess 124CONFIG_GUESS_OVERRIDE+= ${MOZILLA_DIR}build/autoconf/config.guess
@@ -195,40 +192,34 @@ CONFIGURE_ARGS+= --enable-macos-target=1 @@ -195,40 +192,34 @@ CONFIGURE_ARGS+= --enable-macos-target=1
195.PHONY: create-rm-wrapper 192.PHONY: create-rm-wrapper
196pre-configure: create-rm-wrapper 193pre-configure: create-rm-wrapper
197create-rm-wrapper: 194create-rm-wrapper:
198 printf '#!/bin/sh\n[ "$$*" = "-f" ] && exit 0\nexec /bin/rm $$@\n' > \ 195 printf '#!/bin/sh\n[ "$$*" = "-f" ] && exit 0\nexec /bin/rm $$@\n' > \
199 ${WRAPPER_DIR}/bin/rm 196 ${WRAPPER_DIR}/bin/rm
200 chmod +x ${WRAPPER_DIR}/bin/rm 197 chmod +x ${WRAPPER_DIR}/bin/rm
201 198
202# The configure test for __thread succeeds, but later we end up with: 199# The configure test for __thread succeeds, but later we end up with:
203# dist/bin/libxul.so: undefined reference to `__tls_get_addr' 200# dist/bin/libxul.so: undefined reference to `__tls_get_addr'
204CONFIGURE_ENV.NetBSD+= ac_cv_thread_keyword=no 201CONFIGURE_ENV.NetBSD+= ac_cv_thread_keyword=no
205# In unspecified case, clock_gettime(CLOCK_MONOTONIC, ...) fails. 202# In unspecified case, clock_gettime(CLOCK_MONOTONIC, ...) fails.
206CONFIGURE_ENV.NetBSD+= ac_cv_clock_monotonic= 203CONFIGURE_ENV.NetBSD+= ac_cv_clock_monotonic=
207 204
208.if ${OPSYS} == "SunOS" 
209# native libbz2.so hides BZ2_crc32Table 
210PREFER.bzip2?= pkgsrc 
211.endif 
212 
213.if ${OPSYS} == "OpenBSD" 205.if ${OPSYS} == "OpenBSD"
214PLIST_SUBST+= DLL_SUFFIX=".so.1.0" 206PLIST_SUBST+= DLL_SUFFIX=".so.1.0"
215.elif ${OPSYS} == "Darwin" 207.elif ${OPSYS} == "Darwin"
216PLIST_SUBST+= DLL_SUFFIX=".dylib" 208PLIST_SUBST+= DLL_SUFFIX=".dylib"
217.else 209.else
218PLIST_SUBST+= DLL_SUFFIX=".so" 210PLIST_SUBST+= DLL_SUFFIX=".so"
219.endif 211.endif
220 212
221.include "../../archivers/bzip2/buildlink3.mk" 
222BUILDLINK_API_DEPENDS.libevent+= libevent>=1.1 213BUILDLINK_API_DEPENDS.libevent+= libevent>=1.1
223.include "../../devel/libevent/buildlink3.mk" 214.include "../../devel/libevent/buildlink3.mk"
224.include "../../devel/libffi/buildlink3.mk" 215.include "../../devel/libffi/buildlink3.mk"
225BUILDLINK_API_DEPENDS.nspr+= nspr>=4.25 216BUILDLINK_API_DEPENDS.nspr+= nspr>=4.25
226.include "../../devel/nspr/buildlink3.mk" 217.include "../../devel/nspr/buildlink3.mk"
227.include "../../textproc/icu/buildlink3.mk" 218.include "../../textproc/icu/buildlink3.mk"
228BUILDLINK_API_DEPENDS.nss+= nss>=3.53 219BUILDLINK_API_DEPENDS.nss+= nss>=3.53
229.include "../../devel/nss/buildlink3.mk" 220.include "../../devel/nss/buildlink3.mk"
230.include "../../devel/zlib/buildlink3.mk" 221.include "../../devel/zlib/buildlink3.mk"
231#.include "../../mk/jpeg.buildlink3.mk" 222#.include "../../mk/jpeg.buildlink3.mk"
232.include "../../graphics/MesaLib/buildlink3.mk" 223.include "../../graphics/MesaLib/buildlink3.mk"
233#BUILDLINK_API_DEPENDS.cairo+= cairo>=1.10.2nb4 224#BUILDLINK_API_DEPENDS.cairo+= cairo>=1.10.2nb4
234#.include "../../graphics/cairo/buildlink3.mk" 225#.include "../../graphics/cairo/buildlink3.mk"

File Added: pkgsrc/www/firefox/patches/Attic/patch-media_webrtc_trunk_webrtc_modules_video__capture_linux_device__info__linux.cc
$NetBSD: patch-media_webrtc_trunk_webrtc_modules_video__capture_linux_device__info__linux.cc,v 1.16 2020/07/01 13:01:01 ryoon Exp $

* Fix buiuld under NetBSD.
  NetBSD's sys/videoio.h does not have v4l2_capability.device_caps
  and video capture does not work for me anyway.

--- media/webrtc/trunk/webrtc/modules/video_capture/linux/device_info_linux.cc.orig	2020-06-19 00:11:06.000000000 +0000
+++ media/webrtc/trunk/webrtc/modules/video_capture/linux/device_info_linux.cc
@@ -207,10 +207,12 @@ uint32_t DeviceInfoLinux::NumberOfDevice
     sprintf(device, "/dev/video%d", n);
     if ((fd = open(device, O_RDONLY)) != -1) {
       // query device capabilities and make sure this is a video capture device
+#if !defined(__NetBSD__)
       if (ioctl(fd, VIDIOC_QUERYCAP, &cap) < 0 || !(cap.device_caps & V4L2_CAP_VIDEO_CAPTURE)) {
         close(fd);
         continue;
       }
+#endif
 
       close(fd);
       count++;
@@ -241,10 +243,12 @@ int32_t DeviceInfoLinux::GetDeviceName(u
     sprintf(device, "/dev/video%d", device_index);
     if ((fd = open(device, O_RDONLY)) != -1) {
       // query device capabilities and make sure this is a video capture device
+#if !defined(__NetBSD__)
       if (ioctl(fd, VIDIOC_QUERYCAP, &cap) < 0 || !(cap.device_caps & V4L2_CAP_VIDEO_CAPTURE)) {
         close(fd);
         continue;
       }
+#endif
       if (count == deviceNumber) {
         // Found the device
         found = true;
@@ -328,9 +332,11 @@ int32_t DeviceInfoLinux::CreateCapabilit
     struct v4l2_capability cap;
     if (ioctl(fd, VIDIOC_QUERYCAP, &cap) == 0) {
       // skip devices without video capture capability
+#if !defined(__NetBSD__)
       if (!(cap.device_caps & V4L2_CAP_VIDEO_CAPTURE)) {
         continue;
       }
+#endif
 
       if (cap.bus_info[0] != 0) {
         if (strncmp((const char*)cap.bus_info, (const char*)deviceUniqueIdUTF8,

File Added: pkgsrc/www/firefox/patches/Attic/patch-widget_gtk_WaylandDMABufSurface.cpp
$NetBSD: patch-widget_gtk_WaylandDMABufSurface.cpp,v 1.1 2020/07/01 13:01:01 ryoon Exp $

* Fix build under NetBSD.

--- widget/gtk/WaylandDMABufSurface.cpp.orig	2020-06-19 02:17:05.000000000 +0000
+++ widget/gtk/WaylandDMABufSurface.cpp
@@ -18,7 +18,9 @@
 #include <sys/time.h>
 #include <dlfcn.h>
 #include <sys/mman.h>
+#if !defined(__NetBSD__)
 #include <sys/eventfd.h>
+#endif
 #include <poll.h>
 
 #include "mozilla/widget/gbm.h"
@@ -91,6 +93,7 @@ void WaylandDMABufSurface::GlobalRefAdd(
 }
 
 void WaylandDMABufSurface::GlobalRefCountCreate() {
+#if !defined(__NetBSD__)
   MOZ_ASSERT(!mGlobalRefCountFd);
   mGlobalRefCountFd = eventfd(0, EFD_CLOEXEC | EFD_NONBLOCK | EFD_SEMAPHORE);
   if (mGlobalRefCountFd < 0) {
@@ -98,6 +101,7 @@ void WaylandDMABufSurface::GlobalRefCoun
     mGlobalRefCountFd = 0;
     return;
   }
+#endif
 }
 
 void WaylandDMABufSurface::GlobalRefCountImport(int aFd) {