Source-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/695895ad52d2
branches:  trunk
changeset: 437525:695895ad52d2
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Tue Aug 25 14:35:24 2020 +0000

description:
firefox: Update to 80.0

Changelog:
New
    Firefox can now be set as the default system PDF viewer.

    The name reported by accessibility tools for items in multi-tiered
    tree controls no longer incorrectly includes information from
    items at deeper levels, providing users with the correct level
    of content when using a screen reader.

Fixed
    Various security fixes.

    Several crashes while using a screen reader were fixed including
    a frequently encountered crash when using the JAWS screen
    reader.

    Firefox Developer Tools received significant fixes allowing
    screen reader users to benefit from some of the tools that were
    previously inaccessible.

    SVG title and desc elements (labels and descriptions) are now
    correctly exposed to assistive technology products such as
    screen readers.

Changed
    For users with reduced motion settings, we've reduced a number
    of animations such as tab loading to reduce motion for users
    with migraines and epilepsy.

    The new add-ons blocklist has been enabled to improve performance
    and scalability.

Enterprise
    A number of bug fixes and new policies have been implemented
    in the latest version of Firefox. You can see more details in
    the Firefox for Enterprise 80 Release Notes.

    Today's release is the final scheduled for Firefox 68 ESR
    (68.12) unless there is a critical security issue found prior
    to the release of Firefox ESR 78.3 on September 22, 2020. Users
    of Firefox 68 ESR will be automatically upgraded to the Firefox
    78 ESR series with the release of 78.3.

Developer
    We've shipped an experimental sidebar panel in the inspector
    to Firefox Developer Edition that helps developers more quickly
    identify potential browser compatibility problems based on MDN
    data.

    In the Network Monitor request list, a turtle icon is shown
    for "slow" requests that exceed a threshold for the waiting
    time.

    Firefox now supports RTX and Transport-cc for improved call
    quality in poor network conditions and better bandwidth
    estimation. These features also provide better compatibility
    with many websites using WebRTC.

Security fixes:
#CVE-2020-15663: Downgrade attack on the Mozilla Maintenance Service could have resulted in escalation of privilege
#CVE-2020-15664: Attacker-induced prompt for extension installation
#CVE-2020-12401: Timing-attack on ECDSA signature generation
#CVE-2020-6829: P-384 and P-521 vulnerable to an electro-magnetic side channel attack on signature generation
#CVE-2020-12400: P-384 and P-521 vulnerable to a side channel attack on modular inversion
#CVE-2020-15665: Address bar not reset when choosing to stay on a page after the beforeunload dialog is shown
#CVE-2020-15666: MediaError message property leaks cross-origin response status
#CVE-2020-15667: Heap overflow when processing an update file
#CVE-2020-15668: Data Race when reading certificate information
#CVE-2020-15670: Memory safety bugs fixed in Firefox 80 and Firefox ESR 78.2

diffstat:

 www/firefox/Makefile                                                                |    7 +-
 www/firefox/PLIST                                                                   |  877 +++++----
 www/firefox/distinfo                                                                |   21 +-
 www/firefox/mozilla-common.mk                                                       |    4 +-
 www/firefox/patches/patch-config_makefiles_rust.mk                                  |   22 +-
 www/firefox/patches/patch-media_libvorbis_lib_vorbis__info.c                        |   19 -
 www/firefox/patches/patch-third__party_rust_authenticator_.cargo-checksum.json      |   15 -
 www/firefox/patches/patch-third__party_rust_authenticator_src_lib.rs                |   38 -
 www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_device.rs      |  145 -
 www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_fd.rs          |   58 -
 www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_mod.rs         |   21 -
 www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_monitor.rs     |  100 -
 www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_transaction.rs |   61 -
 www/firefox/patches/patch-third__party_rust_authenticator_src_netbsd_uhid.rs        |   90 -
 14 files changed, 468 insertions(+), 1010 deletions(-)

diffs (truncated from 2378 to 300 lines):

diff -r 34d512f2ea5f -r 695895ad52d2 www/firefox/Makefile
--- a/www/firefox/Makefile      Tue Aug 25 14:31:08 2020 +0000
+++ b/www/firefox/Makefile      Tue Aug 25 14:35:24 2020 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.443 2020/08/18 17:58:16 leot Exp $
+# $NetBSD: Makefile,v 1.444 2020/08/25 14:35:24 ryoon Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
-MOZ_BRANCH=            79.0
-#MOZ_BRANCH_MINOR=     .1
+MOZ_BRANCH=            80.0
+MOZ_BRANCH_MINOR=      
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       ${DISTNAME:S/.source//:S/b/beta/:S/esr//}
-PKGREVISION=   2
 CATEGORIES=    www
 MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
 EXTRACT_SUFX=  .tar.xz
diff -r 34d512f2ea5f -r 695895ad52d2 www/firefox/PLIST
--- a/www/firefox/PLIST Tue Aug 25 14:31:08 2020 +0000
+++ b/www/firefox/PLIST Tue Aug 25 14:35:24 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.162 2020/07/31 01:26:43 maya Exp $
+@comment $NetBSD: PLIST,v 1.163 2020/08/25 14:35:24 ryoon Exp $
 bin/firefox
 lib/firefox/actors/AboutHttpsOnlyErrorChild.jsm
 lib/firefox/actors/AboutHttpsOnlyErrorParent.jsm
@@ -33,7 +33,6 @@
 lib/firefox/actors/RemotePageChild.jsm
 lib/firefox/actors/SelectChild.jsm
 lib/firefox/actors/SelectParent.jsm
-lib/firefox/actors/SidebarSearchParent.jsm
 lib/firefox/actors/ThumbnailsChild.jsm
 lib/firefox/actors/UAWidgetsChild.jsm
 lib/firefox/actors/UnselectedTabHoverChild.jsm
@@ -43,7 +42,6 @@
 lib/firefox/actors/ViewSourcePageParent.jsm
 lib/firefox/actors/WebChannelChild.jsm
 lib/firefox/actors/WebChannelParent.jsm
-lib/firefox/actors/WebNavigationChild.jsm
 lib/firefox/application.ini
 lib/firefox/browser/actors/AboutLoginsChild.jsm
 lib/firefox/browser/actors/AboutLoginsParent.jsm
@@ -64,6 +62,7 @@
 lib/firefox/browser/actors/AboutWelcomeParent.jsm
 lib/firefox/browser/actors/BlockedSiteChild.jsm
 lib/firefox/browser/actors/BlockedSiteParent.jsm
+lib/firefox/browser/actors/BrowserProcessChild.jsm
 lib/firefox/browser/actors/BrowserTabChild.jsm
 lib/firefox/browser/actors/BrowserTabParent.jsm
 lib/firefox/browser/actors/ClickHandlerChild.jsm
@@ -76,6 +75,8 @@
 lib/firefox/browser/actors/ContextMenuParent.jsm
 lib/firefox/browser/actors/DOMFullscreenChild.jsm
 lib/firefox/browser/actors/DOMFullscreenParent.jsm
+lib/firefox/browser/actors/EncryptedMediaChild.jsm
+lib/firefox/browser/actors/EncryptedMediaParent.jsm
 lib/firefox/browser/actors/FormValidationChild.jsm
 lib/firefox/browser/actors/FormValidationParent.jsm
 lib/firefox/browser/actors/LightweightThemeChild.jsm
@@ -96,7 +97,6 @@
 lib/firefox/browser/actors/SiteSpecificBrowserChild.jsm
 lib/firefox/browser/actors/SiteSpecificBrowserParent.jsm
 lib/firefox/browser/actors/SwitchDocumentDirectionChild.jsm
-lib/firefox/browser/actors/URIFixupChild.jsm
 lib/firefox/browser/actors/WebRTCChild.jsm
 lib/firefox/browser/actors/WebRTCParent.jsm
 lib/firefox/browser/chrome.manifest
@@ -124,6 +124,7 @@
 lib/firefox/browser/chrome/browser/content/browser/aboutFrameCrashed.html
 lib/firefox/browser/chrome/browser/content/browser/aboutNetError.js
 lib/firefox/browser/chrome/browser/content/browser/aboutNetError.xhtml
+lib/firefox/browser/chrome/browser/content/browser/aboutNetErrorCodes.js
 lib/firefox/browser/chrome/browser/content/browser/aboutPrivateBrowsing.css
 lib/firefox/browser/chrome/browser/content/browser/aboutPrivateBrowsing.html
 lib/firefox/browser/chrome/browser/content/browser/aboutPrivateBrowsing.js
@@ -477,7 +478,6 @@
 lib/firefox/browser/chrome/browser/content/browser/preferences/preferences.xhtml
 lib/firefox/browser/chrome/browser/content/browser/preferences/privacy.js
 lib/firefox/browser/chrome/browser/content/browser/preferences/search.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/subdialogs.js
 lib/firefox/browser/chrome/browser/content/browser/preferences/sync.js
 lib/firefox/browser/chrome/browser/content/browser/protections.css
 lib/firefox/browser/chrome/browser/content/browser/protections.html
@@ -623,6 +623,7 @@
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_pinnedtab_static%2x.png@localhost
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_reddit_enhancement.png
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_wiki_search.png
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/firefox-protections.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/gift-extension.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-add-16.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-arrow.svg
@@ -664,6 +665,8 @@
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/illustration-privatebrowsing%2x.png@localhost
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/illustration-screenshots%2x.png@localhost
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/illustration-sync%2x.png@localhost
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/privacy-onboarding-dark.webm
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/privacy-onboarding.webm
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/protection-report-icon.png
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/remote/pip-message-icon.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/spinner.svg
@@ -760,6 +763,7 @@
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/BookmarkPanelHub.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/CFRMessageProvider.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/CFRPageActions.jsm
+lib/firefox/browser/chrome/browser/res/activity-stream/lib/DefaultSites.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/DiscoveryStreamFeed.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/DownloadsManager.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/FaviconFeed.jsm
@@ -895,6 +899,9 @@
 lib/firefox/browser/chrome/browser/search-extensions/freelang/favicon.ico
 lib/firefox/browser/chrome/browser/search-extensions/freelang/manifest.json
 lib/firefox/browser/chrome/browser/search-extensions/gmx/_locales/de/messages.json
+lib/firefox/browser/chrome/browser/search-extensions/gmx/_locales/en-GB/messages.json
+lib/firefox/browser/chrome/browser/search-extensions/gmx/_locales/es/messages.json
+lib/firefox/browser/chrome/browser/search-extensions/gmx/_locales/fr/messages.json
 lib/firefox/browser/chrome/browser/search-extensions/gmx/_locales/shopping/messages.json
 lib/firefox/browser/chrome/browser/search-extensions/gmx/favicon.png
 lib/firefox/browser/chrome/browser/search-extensions/gmx/manifest.json
@@ -1158,6 +1165,7 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/fingerprinters-disabled.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/fingerprinters.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/hero-message-background.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/https-only.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/mcb-disabled.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/panel.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/socialblock-disabled.svg
@@ -1264,6 +1272,7 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/geo-blocked.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/geo-detailed.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/geo.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/https-only-load-insecure-blocked.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/indexedDB.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/microphone-blocked.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/microphone-detailed.svg
@@ -1374,6 +1383,7 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/tab.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/badge-audio-playing.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/crashed.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/hourglass.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/indicator-tab-attention.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/loading-burst.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/loading.svg
@@ -1439,20 +1449,116 @@
 lib/firefox/browser/chrome/devtools-startup/content/aboutdevtools/subscribe.js
 lib/firefox/browser/chrome/devtools/content/aboutdebugging/aboutdebugging.css
 lib/firefox/browser/chrome/devtools/content/aboutdebugging/index.html
+lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/base.css
+lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/App.css
+lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/ProfilerDialog.css
+lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/RuntimeActions.css
+lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/RuntimeInfo.css
+lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/connect/ConnectPage.css
+lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/connect/ConnectSection.css
+lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/connect/ConnectSteps.css
+lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/connect/NetworkLocationsForm.css
+lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/connect/NetworkLocationsList.css
+lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/debugtarget/DebugTargetItem.css
+lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/debugtarget/DebugTargetList.css
+lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/debugtarget/DebugTargetPane.css
+lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/debugtarget/FieldPair.css
+lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/debugtarget/ServiceWorkerAction.css
+lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/debugtarget/TemporaryExtensionInstallSection.css
+lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/shared/IconLabel.css
+lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/shared/Message.css
+lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/sidebar/Sidebar.css
+lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/sidebar/SidebarFixedItem.css
+lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/sidebar/SidebarItem.css
+lib/firefox/browser/chrome/devtools/content/aboutdebugging/src/components/sidebar/SidebarRuntimeItem.css
+lib/firefox/browser/chrome/devtools/content/accessibility/accessibility.css
 lib/firefox/browser/chrome/devtools/content/accessibility/index.html
 lib/firefox/browser/chrome/devtools/content/accessibility/main.js
+lib/firefox/browser/chrome/devtools/content/application/application.css
 lib/firefox/browser/chrome/devtools/content/application/index.html
+lib/firefox/browser/chrome/devtools/content/application/src/base.css
+lib/firefox/browser/chrome/devtools/content/application/src/components/App.css
+lib/firefox/browser/chrome/devtools/content/application/src/components/manifest/ManifestColorItem.css
+lib/firefox/browser/chrome/devtools/content/application/src/components/manifest/ManifestIconItem.css
+lib/firefox/browser/chrome/devtools/content/application/src/components/manifest/ManifestIssue.css
+lib/firefox/browser/chrome/devtools/content/application/src/components/manifest/ManifestIssueList.css
+lib/firefox/browser/chrome/devtools/content/application/src/components/manifest/ManifestItem.css
+lib/firefox/browser/chrome/devtools/content/application/src/components/manifest/ManifestJsonLink.css
+lib/firefox/browser/chrome/devtools/content/application/src/components/manifest/ManifestLoader.css
+lib/firefox/browser/chrome/devtools/content/application/src/components/manifest/ManifestSection.css
+lib/firefox/browser/chrome/devtools/content/application/src/components/manifest/ManifestUrlItem.css
+lib/firefox/browser/chrome/devtools/content/application/src/components/routing/PageSwitcher.css
+lib/firefox/browser/chrome/devtools/content/application/src/components/routing/Sidebar.css
+lib/firefox/browser/chrome/devtools/content/application/src/components/routing/SidebarItem.css
+lib/firefox/browser/chrome/devtools/content/application/src/components/service-workers/Registration.css
+lib/firefox/browser/chrome/devtools/content/application/src/components/service-workers/RegistrationList.css
+lib/firefox/browser/chrome/devtools/content/application/src/components/service-workers/Worker.css
+lib/firefox/browser/chrome/devtools/content/application/src/components/ui/UIButton.css
+lib/firefox/browser/chrome/devtools/content/debugger/dist/vendors.css
 lib/firefox/browser/chrome/devtools/content/debugger/index.html
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/A11yIntention.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/App.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/Editor/Breakpoints.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/Editor/ConditionalPanel.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/Editor/Editor.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/Editor/Footer.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/Editor/HighlightCalls.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/Editor/InlinePreview.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/Editor/Preview.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/Editor/Preview/Popup.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/Editor/SearchBar.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/Editor/Tabs.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/PrimaryPanes/Outline.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/PrimaryPanes/OutlineFilter.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/PrimaryPanes/Sources.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/ProjectSearch.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/QuickOpenModal.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/SecondaryPanes/Breakpoints/Breakpoints.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/SecondaryPanes/CommandBar.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/SecondaryPanes/DOMMutationBreakpoints.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/SecondaryPanes/EventListeners.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/SecondaryPanes/Expressions.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/SecondaryPanes/Frames/Frames.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/SecondaryPanes/Frames/Group.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/SecondaryPanes/Scopes.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/SecondaryPanes/SecondaryPanes.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/SecondaryPanes/Threads.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/SecondaryPanes/WhyPaused.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/SecondaryPanes/XHRBreakpoints.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/ShortcutsModal.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/WelcomeBox.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/shared/AccessibleImage.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/shared/Accordion.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/shared/Badge.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/shared/BracketArrow.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/shared/Button/styles/CloseButton.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/shared/Button/styles/CommandBarButton.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/shared/Button/styles/PaneToggleButton.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/shared/Dropdown.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/shared/ManagedTree.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/shared/Modal.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/shared/Popover.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/shared/PreviewFunction.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/shared/ResultList.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/shared/SearchInput.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/shared/SourceIcon.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/shared/menu.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/components/variables.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/debugger.css
+lib/firefox/browser/chrome/devtools/content/debugger/src/utils/editor/source-editor.css
+lib/firefox/browser/chrome/devtools/content/dom/content/dom-view.css
 lib/firefox/browser/chrome/devtools/content/dom/index.html
 lib/firefox/browser/chrome/devtools/content/dom/main.js
 lib/firefox/browser/chrome/devtools/content/framework/browser-toolbox/window.css
 lib/firefox/browser/chrome/devtools/content/framework/browser-toolbox/window.html
 lib/firefox/browser/chrome/devtools/content/framework/browser-toolbox/window.js
+lib/firefox/browser/chrome/devtools/content/framework/components/DebugTargetErrorPage.css
 lib/firefox/browser/chrome/devtools/content/framework/options-panel.css
 lib/firefox/browser/chrome/devtools/content/framework/toolbox-init.js
 lib/firefox/browser/chrome/devtools/content/framework/toolbox-options.html
 lib/firefox/browser/chrome/devtools/content/framework/toolbox-window.xhtml
 lib/firefox/browser/chrome/devtools/content/framework/toolbox.xhtml
+lib/firefox/browser/chrome/devtools/content/inspector/components/InspectorTabPanel.css
 lib/firefox/browser/chrome/devtools/content/inspector/index.xhtml
 lib/firefox/browser/chrome/devtools/content/inspector/markup/markup.xhtml
 lib/firefox/browser/chrome/devtools/content/memory/index.xhtml
@@ -1460,6 +1566,7 @@
 lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/icons/arrow-up.svg
 lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/icons/play.svg
 lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/icons/shield.svg
+lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/icons/turtle.svg
 lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/CustomRequestPanel.css
 lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/HeadersPanel.css
 lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/NetworkActionBar.css
@@ -1482,8 +1589,23 @@
 lib/firefox/browser/chrome/devtools/content/performance-new/frame-script.js
 lib/firefox/browser/chrome/devtools/content/performance-new/index.xhtml
 lib/firefox/browser/chrome/devtools/content/performance/index.xhtml
-lib/firefox/browser/chrome/devtools/content/responsive/index.xhtml
+lib/firefox/browser/chrome/devtools/content/responsive/images/grippers.svg
+lib/firefox/browser/chrome/devtools/content/responsive/images/rotate-viewport.svg
+lib/firefox/browser/chrome/devtools/content/responsive/images/touch-events.svg
+lib/firefox/browser/chrome/devtools/content/responsive/index.css
+lib/firefox/browser/chrome/devtools/content/responsive/responsive-browser.css
 lib/firefox/browser/chrome/devtools/content/responsive/toolbar.xhtml
+lib/firefox/browser/chrome/devtools/content/shared/components/Accordion.css
+lib/firefox/browser/chrome/devtools/content/shared/components/List.css
+lib/firefox/browser/chrome/devtools/content/shared/components/MdnLink.css
+lib/firefox/browser/chrome/devtools/content/shared/components/NotificationBox.css
+lib/firefox/browser/chrome/devtools/content/shared/components/SidebarToggle.css
+lib/firefox/browser/chrome/devtools/content/shared/components/SmartTrace.css
+lib/firefox/browser/chrome/devtools/content/shared/components/reps/reps.css
+lib/firefox/browser/chrome/devtools/content/shared/components/splitter/GridElementResizer.css
+lib/firefox/browser/chrome/devtools/content/shared/components/splitter/SplitBox.css
+lib/firefox/browser/chrome/devtools/content/shared/components/tabs/Tabs.css
+lib/firefox/browser/chrome/devtools/content/shared/components/tree/TreeView.css
 lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/addon/dialog/dialog.css
 lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/cmiframe.html
 lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/codemirror.bundle.js
@@ -1495,7 +1617,6 @@
 lib/firefox/browser/chrome/devtools/content/shared/splitview.css
 lib/firefox/browser/chrome/devtools/content/shared/theme-switching.js
 lib/firefox/browser/chrome/devtools/content/shared/toolbarbutton.css
-lib/firefox/browser/chrome/devtools/content/shared/vendor/d3.js
 lib/firefox/browser/chrome/devtools/content/shared/vendor/dagre-d3.js



Home | Main Index | Thread Index | Old Index