pkgsrc-Changes-HG archive

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

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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/165927f30eb9
branches:  trunk
changeset: 359346:165927f30eb9
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Tue Mar 07 20:45:43 2017 +0000

description:
Update to 52.0

* Switch to GTK3 build
* Remove py-sqlite2 dependency, fix PR pkg/52032

Changelog:
New
    Added support for WebAssembly, an emerging standard that brings near-native performance to Web-based games, apps, and software libraries without the use of plugins.

    Added automatic captive portal detection, for easier access to Wi-Fi hotspots. When accessing the Internet via a captive portal, Firefox will alert users and open the portal login page in a new 
tab.

    Added user warnings for non-secure HTTP pages with logins. Firefox now displays a "This connection is not secure" message when users click into the username and password fields on pages that 
don't use HTTPS.

    Implemented the Strict Secure Cookies specification which forbids insecure HTTP sites from setting cookies with the "secure" attribute. In some cases, this will prevent an insecure site from 
setting a cookie with the same name as an existing "secure" cookie from the same base domain.

    Enhanced Sync to allow users to send and open tabs from one device to another.

Fixed
    Various security fixes

    Improved text input for third-party keyboard layouts on Windows. This will address some keyboard layouts that
      * have chained dead keys
      * input two or more characters with a non-printable key or a dead key sequence
      * input a character even when a dead key sequence failed to compose a character

Changed
    Removed support for Netscape Plugin API (NPAPI) plugins other than Flash. Silverlight, Java, Acrobat and the like are no longer supported.

    Removed Battery Status API to reduce fingerprinting of users by trackers

    Improved experience for downloads:
      * Notification in the toolbar when a download fails
      * Quick access to five most recent downloads rather than three
      * Larger buttons for canceling and restarting downloads

    Display (but allow users to override) an "Untrusted Connection" error when encountering SHA-1 certificates that chain up to a root certificate included in Mozilla's CA Certificate Program. (Note: 
Firefox continues to permit SHA-1 certificates that chain to manually imported root certificates.) Read more about the Mozilla Security Team's plans to deprecate SHA-1

    Migrated Firefox users on Windows XP and Windows Vista operating systems to the extended support release (ESR) version of Firefox.

    When not using Direct2D on Windows, Skia is used for content rendering

Developer
    Enabled CSS Grid Layout, opening up a world of new possibilities for graphic design

    Redesigned Responsive Design Mode to include device selection, network throttling, and more

    Improved security for screen sharing, which now shows a preview and no longer requires a whitelisted domain

unresolved
    Google Hangouts temporarily won't work

Security fixes:
 #CVE-2017-5400: asm.js JIT-spray bypass of ASLR and DEP
 #CVE-2017-5401: Memory Corruption when handling ErrorResult
 #CVE-2017-5402: Use-after-free working with events in FontFace objects
 #CVE-2017-5403: Use-after-free using addRange to add range to an incorrect root object
 #CVE-2017-5404: Use-after-free working with ranges in selections
 #CVE-2017-5406: Segmentation fault in Skia with canvas operations
 #CVE-2017-5407: Pixel and history stealing via floating-point timing side channel with SVG filters
 #CVE-2017-5410: Memory corruption during JavaScript garbage collection incremental sweeping
 #CVE-2017-5411: Use-after-free in Buffer Storage in libGLES
 #CVE-2017-5409: File deletion via callback parameter in Mozilla Windows Updater and Maintenance Service
 #CVE-2017-5408: Cross-origin reading of video captions in violation of CORS
 #CVE-2017-5412: Buffer overflow read in SVG filters
 #CVE-2017-5413: Segmentation fault during bidirectional operations
 #CVE-2017-5414: File picker can choose incorrect default directory
 #CVE-2017-5415: Addressbar spoofing through blob URL
 #CVE-2017-5416: Null dereference crash in HttpChannel
 #CVE-2017-5417: Addressbar spoofing by draging and dropping URLs
 #CVE-2017-5425: Overly permissive Gecko Media Plugin sandbox regular expression access
 #CVE-2017-5426: Gecko Media Plugin sandbox is not started if seccomp-bpf filter is running
 #CVE-2017-5427: Non-existent chrome.manifest file loaded during startup
 #CVE-2017-5418: Out of bounds read when parsing HTTP digest authorization responses
 #CVE-2017-5419: Repeated authentication prompts lead to DOS attack
 #CVE-2017-5420: Javascript: URLs can obfuscate addressbar location
 #CVE-2017-5405: FTP response codes can cause use of uninitialized values for ports
 #CVE-2017-5421: Print preview spoofing
 #CVE-2017-5422: DOS attack by using view-source: protocol repeatedly in one hyperlink
 #CVE-2017-5399: Memory safety bugs fixed in Firefox 52
 #CVE-2017-5398: Memory safety bugs fixed in Firefox 52 and Firefox ESR 45.8

diffstat:

 www/firefox/Makefile                                                                                        |    7 +-
 www/firefox/PLIST                                                                                           |  301 ++++++---
 www/firefox/distinfo                                                                                        |   88 +--
 www/firefox/mozilla-common.mk                                                                               |   16 +-
 www/firefox/options.mk                                                                                      |    6 +-
 www/firefox/patches/patch-aa                                                                                |  303 +---------
 www/firefox/patches/patch-browser_app_nsBrowserApp.cpp                                                      |   14 -
 www/firefox/patches/patch-browser_components_nsBrowserGlue.js                                               |   15 -
 www/firefox/patches/patch-browser_themes_shared_icon-colors.inc.svg                                         |   13 -
 www/firefox/patches/patch-build_autoconf_toolchain.m4                                                       |   19 -
 www/firefox/patches/patch-build_buildconfig.py                                                              |   11 +
 www/firefox/patches/patch-build_moz.configure_keyfiles.configure                                            |   21 +
 www/firefox/patches/patch-build_moz.configure_old.configure                                                 |   30 +-
 www/firefox/patches/patch-build_moz.configure_toolchain.configure                                           |   28 -
 www/firefox/patches/patch-config_Makefile.in                                                                |   17 +-
 www/firefox/patches/patch-config_baseconfig.mk                                                              |    4 +-
 www/firefox/patches/patch-config_external_moz.build                                                         |    6 +-
 www/firefox/patches/patch-config_system-headers                                                             |   54 +-
 www/firefox/patches/patch-dom_bindings_GenerateCSS2PropertiesWebIDL.py                                      |   13 -
 www/firefox/patches/patch-dom_media_platforms_ffmpeg_ffvpx_FFVPXRuntimeLinker.cpp                           |   39 +
 www/firefox/patches/patch-dom_system_OSFileConstants.cpp                                                    |   26 +-
 www/firefox/patches/patch-extensions_spellcheck_hunspell_glue_mozHunspell.cpp                               |    8 +-
 www/firefox/patches/patch-gfx_2d_BorrowedContext.h                                                          |   41 -
 www/firefox/patches/patch-gfx_layers_composite_LayerManagerComposite.cpp                                    |  104 ---
 www/firefox/patches/patch-gfx_layers_composite_LayerManagerComposite.h                                      |   39 -
 www/firefox/patches/patch-gfx_layers_moz.build                                                              |   26 -
 www/firefox/patches/patch-gfx_skia_generate__mozbuild.py                                                    |    6 +-
 www/firefox/patches/patch-gfx_skia_moz.build                                                                |    8 +-
 www/firefox/patches/patch-gfx_skia_skia_src_core_SkUtilsArm.cpp                                             |   29 -
 www/firefox/patches/patch-gfx_thebes_gfxFontUtils.cpp                                                       |   49 -
 www/firefox/patches/patch-gfx_thebes_moz.build                                                              |   12 +-
 www/firefox/patches/patch-intl_lwbrk_nsJISx4051LineBreaker.cpp                                              |   40 -
 www/firefox/patches/patch-ipc_chromium_src_base_message__pump__libevent.cc                                  |   22 -
 www/firefox/patches/patch-ipc_chromium_src_base_process__util__bsd.cc                                       |   15 -
 www/firefox/patches/patch-js__src__vm__SPSProfiler.cpp                                                      |   16 -
 www/firefox/patches/patch-js_src_jit-LIR.cpp                                                                |   15 -
 www/firefox/patches/patch-js_src_jit_MIR.cpp                                                                |   15 -
 www/firefox/patches/patch-js_src_jit_arm_Architecture-arm.cpp                                               |    4 +-
 www/firefox/patches/patch-js_src_moz.build                                                                  |   10 +-
 www/firefox/patches/patch-layout_style_GenerateCSSPropsGenerated.py                                         |   13 -
 www/firefox/patches/patch-media_libcubeb_src_cubeb.c                                                        |   10 +-
 www/firefox/patches/patch-media_libstagefright_frameworks_av_include_media_stagefright_foundation_AString.h |   12 -
 www/firefox/patches/patch-media_libstagefright_frameworks_av_media_libstagefright_foundation_AString.cpp    |   17 -
 www/firefox/patches/patch-media_libstagefright_system_core_liblog_fake__log__device.c                       |   29 -
 www/firefox/patches/patch-media_libstagefright_system_core_liblog_logprint.c                                |   24 -
 www/firefox/patches/patch-media_libtheora_lib_info.c                                                        |   15 -
 www/firefox/patches/patch-media_libtremor_Makefile.in                                                       |   14 -
 www/firefox/patches/patch-media_libvorbis_Makefile.in                                                       |   14 -
 www/firefox/patches/patch-media_libvorbis_lib_vorbis_info.c                                                 |   15 -
 www/firefox/patches/patch-media_mtransport_third__party_nrappkit_src_port_generic_include_sys_queue.h       |   19 -
 www/firefox/patches/patch-media_webrtc_signaling_test_common.build                                          |   13 +-
 www/firefox/patches/patch-media_webrtc_trunk_webrtc_modules_video__capture_linux_device__info__linux.cc     |   14 +-
 www/firefox/patches/patch-memory_build_mozjemalloc__compat.c                                                |   53 -
 www/firefox/patches/patch-modules_libmar_tests_moz.build                                                    |   29 -
 www/firefox/patches/patch-modules_libpref_init_all.js                                                       |   15 -
 www/firefox/patches/patch-moz.configure                                                                     |   35 -
 www/firefox/patches/patch-python_mozbuild_mozbuild_configure_options.py                                     |   26 -
 www/firefox/patches/patch-toolkit_library_dependentlibs.py                                                  |   21 +
 www/firefox/patches/patch-toolkit_library_libxul.mk                                                         |   16 -
 www/firefox/patches/patch-toolkit_library_moz.build                                                         |   34 +-
 www/firefox/patches/patch-toolkit_moz.configure                                                             |   40 +-
 www/firefox/patches/patch-xpcom_components_Module.h                                                         |   16 -
 www/firefox/patches/patch-xpcom_reflect_xptcall_md_unix_moz.build                                           |   13 -
 www/firefox/patches/patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__gcc__x86__unix.cpp                      |   13 -
 www/firefox/patches/patch-xpcom_reflect_xptcall_md_unix_xptcstubs__gcc__x86__unix.cpp                       |   13 -
 65 files changed, 481 insertions(+), 1542 deletions(-)

diffs (truncated from 3612 to 300 lines):

diff -r 897905846919 -r 165927f30eb9 www/firefox/Makefile
--- a/www/firefox/Makefile      Tue Mar 07 20:42:28 2017 +0000
+++ b/www/firefox/Makefile      Tue Mar 07 20:45:43 2017 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.287 2017/02/24 21:54:52 maya Exp $
+# $NetBSD: Makefile,v 1.288 2017/03/07 20:45:43 ryoon Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
-MOZ_BRANCH=            51.0
-MOZ_BRANCH_MINOR=      .1
+MOZ_BRANCH=            52.0
+MOZ_BRANCH_MINOR=      
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       firefox-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//}
-PKGREVISION=   5
 CATEGORIES=    www
 MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
 MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/}
diff -r 897905846919 -r 165927f30eb9 www/firefox/PLIST
--- a/www/firefox/PLIST Tue Mar 07 20:42:28 2017 +0000
+++ b/www/firefox/PLIST Tue Mar 07 20:45:43 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.116 2017/02/11 12:12:02 abs Exp $
+@comment $NetBSD: PLIST,v 1.117 2017/03/07 20:45:43 ryoon Exp $
 bin/firefox
 lib/firefox/application.ini
 lib/firefox/browser/blocklist.xml
@@ -34,8 +34,6 @@
 lib/firefox/browser/chrome/browser/content/browser/aboutTabCrashed.css
 lib/firefox/browser/chrome/browser/content/browser/aboutTabCrashed.js
 lib/firefox/browser/chrome/browser/content/browser/aboutTabCrashed.xhtml
-lib/firefox/browser/chrome/browser/content/browser/aboutTabGroupsMigration.js
-lib/firefox/browser/chrome/browser/content/browser/aboutTabGroupsMigration.xhtml
 lib/firefox/browser/chrome/browser/content/browser/aboutWelcomeBack.xhtml
 lib/firefox/browser/chrome/browser/content/browser/aboutaccounts/aboutaccounts.css
 lib/firefox/browser/chrome/browser/content/browser/aboutaccounts/aboutaccounts.js
@@ -79,6 +77,7 @@
 lib/firefox/browser/chrome/browser/content/browser/bookmarks/bookmarksPanel.xul
 lib/firefox/browser/chrome/browser/content/browser/bookmarks/sidebarUtils.js
 lib/firefox/browser/chrome/browser/content/browser/browser-addons.js
+lib/firefox/browser/chrome/browser/content/browser/browser-captivePortal.js
 lib/firefox/browser/chrome/browser/content/browser/browser-ctrlTab.js
 lib/firefox/browser/chrome/browser/content/browser/browser-customization.js
 lib/firefox/browser/chrome/browser/content/browser/browser-data-submission-info-bar.js
@@ -147,12 +146,16 @@
 lib/firefox/browser/chrome/browser/content/browser/downloads/indicatorOverlay.xul
 lib/firefox/browser/chrome/browser/content/browser/ext-bookmarks.js
 lib/firefox/browser/chrome/browser/content/browser/ext-browserAction.js
+lib/firefox/browser/chrome/browser/content/browser/ext-c-contextMenus.js
+lib/firefox/browser/chrome/browser/content/browser/ext-c-omnibox.js
 lib/firefox/browser/chrome/browser/content/browser/ext-c-tabs.js
 lib/firefox/browser/chrome/browser/content/browser/ext-commands.js
 lib/firefox/browser/chrome/browser/content/browser/ext-contextMenus.js
 lib/firefox/browser/chrome/browser/content/browser/ext-desktop-runtime.js
 lib/firefox/browser/chrome/browser/content/browser/ext-history.js
+lib/firefox/browser/chrome/browser/content/browser/ext-omnibox.js
 lib/firefox/browser/chrome/browser/content/browser/ext-pageAction.js
+lib/firefox/browser/chrome/browser/content/browser/ext-sessions.js
 lib/firefox/browser/chrome/browser/content/browser/ext-tabs.js
 lib/firefox/browser/chrome/browser/content/browser/ext-utils.js
 lib/firefox/browser/chrome/browser/content/browser/ext-windows.js
@@ -167,6 +170,7 @@
 lib/firefox/browser/chrome/browser/content/browser/history/history-panel.xul
 lib/firefox/browser/chrome/browser/content/browser/license.html
 lib/firefox/browser/chrome/browser/content/browser/microsoft-translator-attribution.png
+lib/firefox/browser/chrome/browser/content/browser/migration/extra-migration-strings.properties
 lib/firefox/browser/chrome/browser/content/browser/migration/migration.js
 lib/firefox/browser/chrome/browser/content/browser/migration/migration.xul
 lib/firefox/browser/chrome/browser/content/browser/newtab/alternativeDefaultSites.json
@@ -209,6 +213,8 @@
 lib/firefox/browser/chrome/browser/content/browser/preferences/colors.xul
 lib/firefox/browser/chrome/browser/content/browser/preferences/connection.js
 lib/firefox/browser/chrome/browser/content/browser/preferences/connection.xul
+lib/firefox/browser/chrome/browser/content/browser/preferences/containers.js
+lib/firefox/browser/chrome/browser/content/browser/preferences/containers.xul
 lib/firefox/browser/chrome/browser/content/browser/preferences/cookies.js
 lib/firefox/browser/chrome/browser/content/browser/preferences/cookies.xul
 lib/firefox/browser/chrome/browser/content/browser/preferences/donottrack.xul
@@ -218,6 +224,7 @@
 lib/firefox/browser/chrome/browser/content/browser/preferences/handlers.xml
 lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/advanced.js
 lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/applications.js
+lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/containers.js
 lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/content.js
 lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/main.js
 lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/preferences.js
@@ -251,7 +258,9 @@
 lib/firefox/browser/chrome/browser/content/browser/schemas/context_menus.json
 lib/firefox/browser/chrome/browser/content/browser/schemas/context_menus_internal.json
 lib/firefox/browser/chrome/browser/content/browser/schemas/history.json
+lib/firefox/browser/chrome/browser/content/browser/schemas/omnibox.json
 lib/firefox/browser/chrome/browser/content/browser/schemas/page_action.json
+lib/firefox/browser/chrome/browser/content/browser/schemas/sessions.json
 lib/firefox/browser/chrome/browser/content/browser/schemas/tabs.json
 lib/firefox/browser/chrome/browser/content/browser/schemas/windows.json
 lib/firefox/browser/chrome/browser/content/browser/search/search.xml
@@ -283,6 +292,7 @@
 lib/firefox/browser/chrome/browser/content/browser/tabbrowser.xml
 lib/firefox/browser/chrome/browser/content/browser/translation-infobar.xml
 lib/firefox/browser/chrome/browser/content/browser/urlbarBindings.xml
+lib/firefox/browser/chrome/browser/content/browser/usercontext.svg
 lib/firefox/browser/chrome/browser/content/browser/usercontext/usercontext.css
 lib/firefox/browser/chrome/browser/content/browser/utilityOverlay.js
 lib/firefox/browser/chrome/browser/content/browser/viewSourceOverlay.xul
@@ -362,7 +372,6 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/devedition/urlbar-history-dropmarker.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/common.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/allDownloadsViewOverlay.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/buttons.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/contentAreaDownloadsView.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/download-blocked.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/download-glow-menuPanel.png
@@ -444,6 +453,8 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/places/unstarred48.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/alwaysAsk.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/applications.css
+lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/containers.css
+lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/containers.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/dialog.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/favicon.ico
 lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/icons.svg
@@ -545,16 +556,14 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/update-badge.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/urlbar-star.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/urlbar-tab.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/usercontext/banking.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/usercontext/personal.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/usercontext/shopping.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/usercontext/work.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/warning-white.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/warning.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-camera-white-16.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-indicator.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-microphone-white-16.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-screen-white-16.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/welcome-back.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/wifi.svg
 lib/firefox/browser/chrome/browser/skin/classic/communicator/communicator.css
 lib/firefox/browser/chrome/chrome.manifest
 lib/firefox/browser/chrome/devtools/content/aboutdebugging/aboutdebugging.css
@@ -606,7 +615,6 @@
 lib/firefox/browser/chrome/devtools/content/debugger/views/variable-bubble-view.js
 lib/firefox/browser/chrome/devtools/content/debugger/views/watch-expressions-view.js
 lib/firefox/browser/chrome/devtools/content/debugger/views/workers-view.js
-lib/firefox/browser/chrome/devtools/content/dom/content/dom-view.css
 lib/firefox/browser/chrome/devtools/content/dom/dom.html
 lib/firefox/browser/chrome/devtools/content/dom/main.js
 lib/firefox/browser/chrome/devtools/content/framework/connect/connect.css
@@ -617,20 +625,18 @@
 lib/firefox/browser/chrome/devtools/content/framework/dev-edition-promo/dev-edition-promo.xul
 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.js
 lib/firefox/browser/chrome/devtools/content/framework/toolbox-options.xhtml
 lib/firefox/browser/chrome/devtools/content/framework/toolbox-process-window.js
 lib/firefox/browser/chrome/devtools/content/framework/toolbox-process-window.xul
 lib/firefox/browser/chrome/devtools/content/framework/toolbox-window.xul
 lib/firefox/browser/chrome/devtools/content/framework/toolbox.xul
-lib/firefox/browser/chrome/devtools/content/inspector/fonts/fonts.js
-lib/firefox/browser/chrome/devtools/content/inspector/inspector.xul
+lib/firefox/browser/chrome/devtools/content/inspector/inspector.js
+lib/firefox/browser/chrome/devtools/content/inspector/inspector.xhtml
 lib/firefox/browser/chrome/devtools/content/inspector/markup/markup.xhtml
 lib/firefox/browser/chrome/devtools/content/memory/initializer.js
 lib/firefox/browser/chrome/devtools/content/memory/memory.xhtml
 lib/firefox/browser/chrome/devtools/content/netmonitor/netmonitor-controller.js
 lib/firefox/browser/chrome/devtools/content/netmonitor/netmonitor-view.js
-lib/firefox/browser/chrome/devtools/content/netmonitor/netmonitor.css
 lib/firefox/browser/chrome/devtools/content/netmonitor/netmonitor.xul
 lib/firefox/browser/chrome/devtools/content/performance/performance-controller.js
 lib/firefox/browser/chrome/devtools/content/performance/performance-view.js
@@ -650,9 +656,6 @@
 lib/firefox/browser/chrome/devtools/content/projecteditor/chrome/content/projecteditor-test.xul
 lib/firefox/browser/chrome/devtools/content/projecteditor/chrome/content/projecteditor.xul
 lib/firefox/browser/chrome/devtools/content/projecteditor/lib/helpers/readdir.js
-lib/firefox/browser/chrome/devtools/content/promisedebugger/promise-controller.js
-lib/firefox/browser/chrome/devtools/content/promisedebugger/promise-debugger.xhtml
-lib/firefox/browser/chrome/devtools/content/promisedebugger/promise-panel.js
 lib/firefox/browser/chrome/devtools/content/responsive.html/index.js
 lib/firefox/browser/chrome/devtools/content/responsive.html/index.xhtml
 lib/firefox/browser/chrome/devtools/content/scratchpad/scratchpad.js
@@ -689,9 +692,6 @@
 lib/firefox/browser/chrome/devtools/content/webaudioeditor/views/utils.js
 lib/firefox/browser/chrome/devtools/content/webaudioeditor/webaudioeditor.xul
 lib/firefox/browser/chrome/devtools/content/webconsole/webconsole.xul
-lib/firefox/browser/chrome/devtools/modules/devtools/acorn/acorn.js
-lib/firefox/browser/chrome/devtools/modules/devtools/acorn/acorn_loose.js
-lib/firefox/browser/chrome/devtools/modules/devtools/acorn/walk.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/aboutdebugging.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/addons/controls.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/addons/install-error.js
@@ -743,9 +743,6 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/content/components/dom-tree.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/content/components/main-frame.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/content/components/main-toolbar.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/content/components/search-box.css
-lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/content/components/search-box.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/content/components/search.svg
 lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/content/constants.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/content/dom-decorator.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/content/dom-view.css
@@ -756,8 +753,6 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/content/reducers/index.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/content/utils.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/dom-panel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/dom.html
-lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/main.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/ToolboxProcess.jsm
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/about-devtools-toolbox.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/attach-thread.js
@@ -774,6 +769,7 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/target-from-url.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/target.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/toolbox-highlighter-utils.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/toolbox-host-manager.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/toolbox-hosts.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/toolbox-options.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/toolbox.js
@@ -784,10 +780,29 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/computed/computed.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/fonts/fonts.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/inspector-commands.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/inspector-panel.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/inspector-search.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/markup/html-editor.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/layout/components/Accordion.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/layout/components/Accordion.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/layout/components/App.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/layout/components/Grid.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/layout/layout.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/layout/reducers/grids.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/layout/reducers/index.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/layout/store.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/layout/types.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/layout/utils/l10n.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/markup/markup.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/markup/utils.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/markup/views/element-container.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/markup/views/element-editor.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/markup/views/html-editor.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/markup/views/markup-container.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/markup/views/read-only-container.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/markup/views/read-only-editor.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/markup/views/root-container.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/markup/views/text-container.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/markup/views/text-editor.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/panel.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/models/element-style.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/models/rule.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/models/text-property.js
@@ -795,8 +810,10 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/views/rule-editor.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/views/text-property-editor.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/dom-node-preview.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/highlighters-overlay.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/node-types.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/style-inspector-menu.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/style-inspector-overlays.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/tooltips-overlay.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/utils.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/toolsidebar.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/headers-panel.js
@@ -809,13 +826,10 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/converter-child.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/converter-observer.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/converter-sniffer.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/controls.png
-lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/controls%2x.png@localhost
 lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/general.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/headers-panel.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/json-panel.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/main.css
-lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/read-only-prop.svg
 lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/search-box.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/search.svg
 lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/text-panel.css
@@ -859,7 +873,6 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/tree-map/start.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/constants.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/dominator-tree-lazy-children.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/initializer.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/models.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/panel.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers.js
@@ -878,17 +891,46 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/telemetry.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/utils.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/menus.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/actions/filters.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/actions/index.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/actions/sidebar.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/components/filter-buttons.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/components/search-box.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/components/toggle-button.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/constants.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/custom-request-view.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/events.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/filter-predicates.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/har/har-automation.js



Home | Main Index | Thread Index | Old Index