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 76.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ac735e5cb292
branches:  trunk
changeset: 430892:ac735e5cb292
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed May 06 01:00:08 2020 +0000

description:
firefox: Update to 76.0

Changelog:
New
    With today’s release, Firefox strengthens protections for your
    online account logins and passwords, with innovative approaches
    to managing your accounts during this critical time:

        Firefox displays critical alerts in the Lockwise password
        manager when a website is breached;

        If one of your accounts is involved in a website breach
        and you've used the same password on other websites, you
        will now be prompted to update your password. A key icon
        identifies which accounts use that vulnerable password.

        Automatically generate secure, complex passwords for new
        accounts across more of the web that are easily saved right
        in the browser;

        You have been able to access and see your saved passwords
        under Logins and Passwords easily under the main menu. If
        your device happens to be shared among your family or
        roommates, the latest update helps to prevent casual snooping
        over your shoulder. If you don’t have a master password
        set up for Firefox, Windows and macOS now requires a login
        to your operating system account before showing your saved
        passwords.

    Picture-in-Picture allows you to multitask, the small video
    window following along no matter what you are doing on your
    computer, across different applications and even workspaces.
    Now, when you are ready to focus on the video, a double click
    can take the small window into full screen. Double click again
    to reduce the size again.

    Firefox now supports Audio Worklets that will allow more complex
    audio processing like VR and gaming on the web; and is being
    adopted by some of your favorite software programs.

        With this change, you can now join Zoom calls on Firefox
        without the need for any additional downloads.

    WebRender continues its roll out to more Firefox for Windows
    users, now available by default on modern Intel laptops with
    a small screen (<= 1920x1200) for improved graphics rendering.

Fixed
    Various security fixes

Changed
    Two updates to the address bar improve its usability and
    visibility:

        The shadow around the address bar field is reduced in width
        when a new tab is opened;

        The bookmarks toolbar has expanded slightly in size to
        improve its surface area for touchscreens.

Security fixes:
#CVE-2020-12387: Use-after-free during worker shutdown
#CVE-2020-12388: Sandbox escape with improperly guarded Access Tokens
#CVE-2020-12389: Sandbox escape with improperly separated process types
#CVE-2020-6831: Buffer overflow in SCTP chunk input validation
#CVE-2020-12390: Incorrect serialization of nsIPrincipal.origin for IPv6 addresses
#CVE-2020-12391: Content-Security-Policy bypass using object elements
#CVE-2020-12392: Arbitrary local file access with 'Copy as cURL'
#CVE-2020-12393: Devtools' 'Copy as cURL' feature did not fully escape website-controlled data, potentially leading to command injection
#CVE-2020-12394: URL spoofing in location bar when unfocussed
#CVE-2020-12395: Memory safety bugs fixed in Firefox 76 and Firefox ESR 68.8
#CVE-2020-12396: Memory safety bugs fixed in Firefox 76

diffstat:

 www/firefox/Makefile                                         |    5 +-
 www/firefox/PLIST                                            |  290 +++++-----
 www/firefox/distinfo                                         |   11 +-
 www/firefox/patches/patch-browser_components_BrowserGlue.jsm |   28 -
 4 files changed, 141 insertions(+), 193 deletions(-)

diffs (truncated from 890 to 300 lines):

diff -r 7d4d198f77c8 -r ac735e5cb292 www/firefox/Makefile
--- a/www/firefox/Makefile      Tue May 05 23:57:40 2020 +0000
+++ b/www/firefox/Makefile      Wed May 06 01:00:08 2020 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.424 2020/05/04 21:29:08 maya Exp $
+# $NetBSD: Makefile,v 1.425 2020/05/06 01:00:08 ryoon Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
-MOZ_BRANCH=            75.0
+MOZ_BRANCH=            76.0
 MOZ_BRANCH_MINOR=      
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       ${DISTNAME:S/.source//:S/b/beta/:S/esr//}
-PKGREVISION=   4
 CATEGORIES=    www
 MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
 EXTRACT_SUFX=  .tar.xz
diff -r 7d4d198f77c8 -r ac735e5cb292 www/firefox/PLIST
--- a/www/firefox/PLIST Tue May 05 23:57:40 2020 +0000
+++ b/www/firefox/PLIST Wed May 06 01:00:08 2020 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.158 2020/04/09 14:01:26 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.159 2020/05/06 01:00:08 ryoon Exp $
 bin/firefox
 lib/firefox/actors/AudioPlaybackChild.jsm
 lib/firefox/actors/AudioPlaybackParent.jsm
@@ -11,6 +11,7 @@
 lib/firefox/actors/BrowserElementChild.jsm
 lib/firefox/actors/BrowserElementParent.jsm
 lib/firefox/actors/ControllersChild.jsm
+lib/firefox/actors/ControllersParent.jsm
 lib/firefox/actors/DateTimePickerChild.jsm
 lib/firefox/actors/DateTimePickerParent.jsm
 lib/firefox/actors/ExtFindChild.jsm
@@ -33,6 +34,7 @@
 lib/firefox/actors/ThumbnailsChild.jsm
 lib/firefox/actors/UAWidgetsChild.jsm
 lib/firefox/actors/UnselectedTabHoverChild.jsm
+lib/firefox/actors/UnselectedTabHoverParent.jsm
 lib/firefox/actors/ViewSourceChild.jsm
 lib/firefox/actors/ViewSourcePageChild.jsm
 lib/firefox/actors/ViewSourcePageParent.jsm
@@ -83,7 +85,6 @@
 lib/firefox/browser/actors/URIFixupChild.jsm
 lib/firefox/browser/actors/WebRTCChild.jsm
 lib/firefox/browser/actors/WebRTCParent.jsm
-lib/firefox/browser/blocklist.xml
 lib/firefox/browser/chrome.manifest
 lib/firefox/browser/chrome/browser/content/branding/about-logo.png
 lib/firefox/browser/chrome/browser/content/branding/about-logo%2x.png@localhost
@@ -106,7 +107,6 @@
 lib/firefox/browser/chrome/browser/content/browser/aboutDialog.js
 lib/firefox/browser/chrome/browser/content/browser/aboutDialog.xhtml
 lib/firefox/browser/chrome/browser/content/browser/aboutFrameCrashed.html
-lib/firefox/browser/chrome/browser/content/browser/aboutLibrary.xhtml
 lib/firefox/browser/chrome/browser/content/browser/aboutNetError.js
 lib/firefox/browser/chrome/browser/content/browser/aboutNetError.xhtml
 lib/firefox/browser/chrome/browser/content/browser/aboutPrivateBrowsing.css
@@ -150,10 +150,12 @@
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/login-list.js
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/menu-button.css
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/components/menu-button.js
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/icons/breached-website.svg
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/icons/favicon.svg
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/icons/hide-password.svg
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/icons/intro-illustration.svg
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/icons/show-password.svg
+lib/firefox/browser/chrome/browser/content/browser/aboutlogins/icons/vulnerable-password.svg
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_ar.png
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_az.png
 lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/app-store/app_bg.png
@@ -336,17 +338,10 @@
 lib/firefox/browser/chrome/browser/content/browser/fxmonitor/FirefoxMonitor.css
 lib/firefox/browser/chrome/browser/content/browser/fxmonitor/monitor32.svg
 lib/firefox/browser/chrome/browser/content/browser/history-swipe-arrow.svg
-lib/firefox/browser/chrome/browser/content/browser/illustrations/blue-berror.svg
-lib/firefox/browser/chrome/browser/content/browser/illustrations/error-connection-failure.svg
-lib/firefox/browser/chrome/browser/content/browser/illustrations/error-malformed-url.svg
-lib/firefox/browser/chrome/browser/content/browser/illustrations/error-server-not-found.svg
-lib/firefox/browser/chrome/browser/content/browser/illustrations/under-construction.svg
 lib/firefox/browser/chrome/browser/content/browser/license.html
 lib/firefox/browser/chrome/browser/content/browser/lockwise-card.js
-lib/firefox/browser/chrome/browser/content/browser/logos/etp-mobile-dark.svg
-lib/firefox/browser/chrome/browser/content/browser/logos/etp-mobile-light.svg
-lib/firefox/browser/chrome/browser/content/browser/logos/lockwise-dark.svg
-lib/firefox/browser/chrome/browser/content/browser/logos/lockwise-light.svg
+lib/firefox/browser/chrome/browser/content/browser/logos/etp-mobile.svg
+lib/firefox/browser/chrome/browser/content/browser/logos/lockwise-mobile.svg
 lib/firefox/browser/chrome/browser/content/browser/logos/lockwise.svg
 lib/firefox/browser/chrome/browser/content/browser/logos/monitor.svg
 lib/firefox/browser/chrome/browser/content/browser/logos/proxy.svg
@@ -745,16 +740,19 @@
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/HighlightsFeed.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/LinksCache.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/MomentsPageHub.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/NaiveBayesTextTagger.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/NewTabInit.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/NmfTextTagger.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/OnboardingMessageProvider.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/PanelTestProvider.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/PersistentCache.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/PersonalityProvider.jsm
+lib/firefox/browser/chrome/browser/res/activity-stream/lib/PersonalityProvider/NaiveBayesTextTagger.jsm
+lib/firefox/browser/chrome/browser/res/activity-stream/lib/PersonalityProvider/NmfTextTagger.jsm
+lib/firefox/browser/chrome/browser/res/activity-stream/lib/PersonalityProvider/PersonalityProvider.jsm
+lib/firefox/browser/chrome/browser/res/activity-stream/lib/PersonalityProvider/PersonalityProviderWorker.js
+lib/firefox/browser/chrome/browser/res/activity-stream/lib/PersonalityProvider/PersonalityProviderWorkerClass.jsm
+lib/firefox/browser/chrome/browser/res/activity-stream/lib/PersonalityProvider/RecipeExecutor.jsm
+lib/firefox/browser/chrome/browser/res/activity-stream/lib/PersonalityProvider/Tokenize.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/PlacesFeed.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/PrefsFeed.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/RecipeExecutor.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/RecommendationProviderSwitcher.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/RemoteL10n.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/Screenshots.jsm
@@ -767,7 +765,6 @@
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/SystemTickFeed.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/TelemetryFeed.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/TippyTopProvider.jsm
-lib/firefox/browser/chrome/browser/res/activity-stream/lib/Tokenize.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/ToolbarBadgeHub.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/ToolbarPanelHub.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/TopSitesFeed.jsm
@@ -855,7 +852,6 @@
 lib/firefox/browser/chrome/browser/search-extensions/ecosia/manifest.json
 lib/firefox/browser/chrome/browser/search-extensions/eki-ee/favicon.ico
 lib/firefox/browser/chrome/browser/search-extensions/eki-ee/manifest.json
-lib/firefox/browser/chrome/browser/search-extensions/engines.json
 lib/firefox/browser/chrome/browser/search-extensions/eudict/favicon.ico
 lib/firefox/browser/chrome/browser/search-extensions/eudict/manifest.json
 lib/firefox/browser/chrome/browser/search-extensions/faclair-beag/favicon.ico
@@ -1068,7 +1064,6 @@
 lib/firefox/browser/chrome/browser/search-extensions/zoznam-sk/favicon.png
 lib/firefox/browser/chrome/browser/search-extensions/zoznam-sk/manifest.json
 lib/firefox/browser/chrome/browser/skin/classic/browser/aboutFrameCrashed.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/aboutLibrary.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/aboutNetError.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/aboutRestartRequired.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/aboutSessionRestore.css
@@ -1078,7 +1073,6 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/accessibility.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/add.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/addons/addon-install-blocked.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/addons/addon-install-confirm.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/addons/addon-install-downloading.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/addons/addon-install-error.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/addons/addon-install-installed.svg
@@ -1109,7 +1103,6 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/cryptominers.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/dashboard.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/etp-milestone.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/extension.svg
 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
@@ -1174,7 +1167,10 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/sync-illustration.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/history.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/home.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/identity-icon.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/illustrations/blue-berror.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/illustrations/error-connection-failure.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/illustrations/error-malformed-url.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/illustrations/error-server-not-found.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/illustrations/error-session-restore.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/import.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/info.svg
@@ -1409,7 +1405,7 @@
 lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/icons/shield.svg
 lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/CustomRequestPanel.css
 lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/NetworkActionBar.css
-lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/NetworkDetailsPanel.css
+lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/NetworkDetailsBar.css
 lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/RequestBlockingPanel.css
 lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/RequestList.css
 lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/StatisticsPanel.css
@@ -1647,6 +1643,7 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/types/manifest.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/types/routing.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/types/service-workers.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/constants.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/dist/parser-worker.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/dist/pretty-print-worker.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/dist/search-worker.js
@@ -1785,7 +1782,6 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/previewPausedLocation.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/resumed.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/selectFrame.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/setFramePositions.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/pause/skipPausing.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/preview.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/actions/project-text-search.js
@@ -2069,6 +2065,7 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/workers/pretty-print/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/src/workers/search/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/definitions.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/devtools-client.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/devtools-fission-prefs.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/content/actions/filter.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/content/actions/grips.js
@@ -2087,7 +2084,7 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/panel.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/actions/dom-mutation-breakpoints.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/actions/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/actions/threads.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/actions/targets.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/browser-menus.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/browser-toolbox/Launcher.jsm
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/components/DebugTargetErrorPage.css
@@ -2104,7 +2101,7 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/menu.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/reducers/dom-mutation-breakpoints.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/reducers/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/reducers/threads.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/reducers/targets.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/selection.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/source-map-url-service.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/store-provider.js
@@ -2117,6 +2114,57 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/toolbox-options.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/toolbox-tabs-order-manager.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/toolbox.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/accessibility.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/addon/addons.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/addon/webextension-inspected-window.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/animation.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/array-buffer.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/changes.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/content-viewer.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/css-properties.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/descriptors/frame.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/descriptors/process.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/descriptors/tab.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/descriptors/webextension.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/device.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/environment.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/frame.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/framerate.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/highlighters.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/inspector.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/inspector/rule-rewriter.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/layout.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/manifest.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/memory.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/node.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/object.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/perf.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/performance-recording.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/performance.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/preference.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/property-iterator.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/reflow.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/responsive.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/root.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/screenshot.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/source.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/storage.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/string.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/styles.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/stylesheets.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/symbol-iterator.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/targets/browsing-context.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/targets/content-process.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/targets/local-tab.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/targets/target-mixin.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/targets/worker.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/thread.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/walker.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/webconsole.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/websocket.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/worker/push-subscription.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/worker/service-worker-registration.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/fronts/worker/service-worker.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/actions/animations.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/actions/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/animation.js
@@ -2197,6 +2245,10 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/CompatibilityApp.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/IssueItem.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/IssueList.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/IssuePane.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/NodeItem.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/NodeList.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/NodePane.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/UnsupportedBrowserItem.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/components/UnsupportedBrowserList.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/compatibility/lib/MDNCompatibility.js
@@ -2435,29 +2487,30 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/CustomRequestPanel.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/DropHarHandler.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/HeadersPanel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/HtmlPreview.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/JSONPreview.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/MonitorPanel.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/NetworkActionBar.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/NetworkDetailsPanel.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/PropertiesView.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/ResponsePanel.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/src/components/SecurityState.js


Home | Main Index | Thread Index | Old Index