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 48.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/8888df1aa22d
branches: trunk
changeset: 350794:8888df1aa22d
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Sat Aug 06 08:46:59 2016 +0000
description:
Update to 48.0
* OSS audio support may not work. I will revisit later
Changelog:
New:
Roar for moar protection against harmful downloads! We've got your back
Process separation (e10s) is enabled for some of you. Like it? Let us know and we'll roll it out to more.
Add-ons that have not been verified and signed by Mozilla will not load
GNU/Linux fans: Get better Canvas performance with speedy Skia support. Try saying that three times fast
WebRTC embetterments:
Delay-agnostic AEC enabled
Full duplex for GNU/Linux enabled
ICE Restart & Update is supported
Cloning of MediaStream and MediaStreamTrack is now supported
Searching for something already in your bookmarks or open tabs? We added super smart icons to let you know
Windows folks: Tab (move buttons) and Shift+F10 (pop-up menus) now behave as they should in Firefox customization mode
The media parser has been redeveloped using the Rust programming language
Windows 7 systems without Platform Update can now use D3D11 WARP
Fixed:
Various security fixes
Heyo, Jabra & Logitech C920 webcam users. We fixed those pesky WebRTC bugs causing frequency distortions. Buh-bye, squeaky voice!
Improved step debugging on last line of functions
Changed:
Starting with the Firefox version 49 release, so long to support for 10.6, 10.7 and 10.8. Now we can focus on where most Mac users are: 10.9. Don't forget to upgrade!
After version 48, SSE2 CPU extensions are going to be required on Windows
Au revoir to Windows Remote Access Service modem Autodial
Developer:
WebExtensions support is now considered as stable
Workers can now use the Web Crypto API
Want to move absolute & fixed positioned elements? (Who doesn't, right?) Now you can with our geometry editor.
The memory tool now has a tree map view for your debugging pleasure. It's a little bit of "boo" and a whole lot of "ya."
We're putting the spotlight on the background. Now you can debug WebExtensions background content scripts and background pages
Content Security Policy (CSP) is now enforced for WebExtensions. (Who's down with CSP?)
Old and busted: Error Console. New hotness: Browser Console for your debugging pleasure.
Add-on development just got easier because you can reload them from about:debugging ? because we're all about debugging.
This theme is hot, hot, hot! Say hi to the Firebug theme for Developer Tools.
Expand network requests from the console panel to view request details in line, so you can see things in context
Fixed in Firefox 48:
2016-84 Information disclosure through Resource Timing API during page navigation
2016-83 Spoofing attack through text injection into internal error pages
2016-82 Addressbar spoofing with right-to-left characters on Firefox for Android
2016-81 Information disclosure and local file manipulation through drag and drop
2016-80 Same-origin policy violation using local HTML file and saved shortcut file
2016-79 Use-after-free when applying SVG effects
2016-78 Type confusion in display transformation
2016-77 Buffer overflow in ClearKey Content Decryption Module (CDM) during video playback
2016-76 Scripts on marquee tag can execute in sandboxed iframes
2016-75 Integer overflow in WebSockets during data buffering
2016-74 Form input type change from password to text can store plain text password in session restore file
2016-73 Use-after-free in service workers with nested sync events
2016-72 Use-after-free in DTLS during WebRTC session shutdown
2016-71 Crash in incremental garbage collection in JavaScript
2016-70 Use-after-free when using alt key and toplevel menus
2016-69 Arbitrary file manipulation by local user through Mozilla updater and callback application path parameter
2016-68 Out-of-bounds read during XML parsing in Expat library
2016-67 Stack underflow during 2D graphics rendering
2016-66 Location bar spoofing via data URLs with malformed/invalid mediatypes
2016-65 Cairo rendering crash due to memory allocation issue with FFmpeg 0.10
2016-64 Buffer overflow rendering SVG with bidirectional content
2016-63 Favicon network connection can persist when page is closed
2016-62 Miscellaneous memory safety hazards (rv:48.0 / rv:45.3)
diffstat:
www/firefox/Makefile | 8 +-
www/firefox/PLIST | 331 ++++++---
www/firefox/distinfo | 49 +-
www/firefox/mozilla-common.mk | 28 +-
www/firefox/options.mk | 16 +-
www/firefox/patches/patch-aa | 83 +-
www/firefox/patches/patch-as | 23 +-
www/firefox/patches/patch-build_moz.configure_old.configure | 49 +
www/firefox/patches/patch-config_Makefile.in | 26 +-
www/firefox/patches/patch-config_external_moz.build | 14 +-
www/firefox/patches/patch-config_system-headers | 20 +-
www/firefox/patches/patch-dom_media_moz.build | 20 +-
www/firefox/patches/patch-ipc_chromium_src_base_process__util__bsd.cc | 6 +-
www/firefox/patches/patch-js_src_jit_AtomicOperations.h | 16 +-
www/firefox/patches/patch-js_src_jsmath.cpp | 15 -
www/firefox/patches/patch-media_libcubeb_src_moz.build | 12 +-
www/firefox/patches/patch-media_libtheora_moz.build | 6 +-
www/firefox/patches/patch-media_libtremor_Makefile.in | 6 +-
www/firefox/patches/patch-media_libtremor_moz.build | 8 +-
www/firefox/patches/patch-media_libvorbis_Makefile.in | 6 +-
www/firefox/patches/patch-media_libvorbis_moz.build | 8 +-
www/firefox/patches/patch-mfbt_Attributes.h | 14 +-
www/firefox/patches/patch-modules_libpref_init_all.js | 15 +-
www/firefox/patches/patch-python_mozbuild_mozbuild_configure_options.py | 26 +
www/firefox/patches/patch-toolkit_components_protobuf_src_google_protobuf_stubs_atomicops.h | 12 +-
www/firefox/patches/patch-toolkit_library_moz.build | 26 +-
26 files changed, 493 insertions(+), 350 deletions(-)
diffs (truncated from 2062 to 300 lines):
diff -r e14b1b8cffe4 -r 8888df1aa22d www/firefox/Makefile
--- a/www/firefox/Makefile Sat Aug 06 01:40:50 2016 +0000
+++ b/www/firefox/Makefile Sat Aug 06 08:46:59 2016 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.262 2016/08/04 17:03:39 ryoon Exp $
+# $NetBSD: Makefile,v 1.263 2016/08/06 08:46:59 ryoon Exp $
FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
-MOZ_BRANCH= 47.0
-MOZ_BRANCH_MINOR= .1
+MOZ_BRANCH= 48.0
+MOZ_BRANCH_MINOR=
DISTNAME= firefox-${FIREFOX_VER}.source
PKGNAME= firefox-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//}
-PKGREVISION= 3
CATEGORIES= www
MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/}
@@ -68,6 +67,7 @@
cd ${WRKSRC} && autoconf
cd ${WRKSRC}/js/src && autoconf
cd ${WRKSRC} && mkdir ${OBJDIR}
+ cd ${WRKSRC}/${OBJDIR} && touch old-configure.vars
post-build:
${SED} -e 's|@MOZILLA@|${MOZILLA}|g' \
diff -r e14b1b8cffe4 -r 8888df1aa22d www/firefox/PLIST
--- a/www/firefox/PLIST Sat Aug 06 01:40:50 2016 +0000
+++ b/www/firefox/PLIST Sat Aug 06 08:46:59 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.107 2016/06/16 12:08:21 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.108 2016/08/06 08:46:59 ryoon Exp $
bin/firefox
lib/firefox/application.ini
lib/firefox/browser/blocklist.xml
@@ -83,12 +83,12 @@
lib/firefox/browser/chrome/browser/content/browser/browser-customization.js
lib/firefox/browser/chrome/browser/content/browser/browser-data-submission-info-bar.js
lib/firefox/browser/chrome/browser/content/browser/browser-devedition.js
-lib/firefox/browser/chrome/browser/content/browser/browser-eme.js
lib/firefox/browser/chrome/browser/content/browser/browser-feeds.js
lib/firefox/browser/chrome/browser/content/browser/browser-fullScreen.js
lib/firefox/browser/chrome/browser/content/browser/browser-fullZoom.js
lib/firefox/browser/chrome/browser/content/browser/browser-fxaccounts.js
lib/firefox/browser/chrome/browser/content/browser/browser-gestureSupport.js
+lib/firefox/browser/chrome/browser/content/browser/browser-media.js
lib/firefox/browser/chrome/browser/content/browser/browser-places.js
lib/firefox/browser/chrome/browser/content/browser/browser-plugins.js
lib/firefox/browser/chrome/browser/content/browser/browser-refreshblocker.js
@@ -103,8 +103,6 @@
lib/firefox/browser/chrome/browser/content/browser/browser.css
lib/firefox/browser/chrome/browser/content/browser/browser.js
lib/firefox/browser/chrome/browser/content/browser/browser.xul
-lib/firefox/browser/chrome/browser/content/browser/certerror/aboutCertError.css
-lib/firefox/browser/chrome/browser/content/browser/certerror/aboutCertError.xhtml
lib/firefox/browser/chrome/browser/content/browser/chatWindow.xul
lib/firefox/browser/chrome/browser/content/browser/content-UITour.js
lib/firefox/browser/chrome/browser/content/browser/content-sessionStore.js
@@ -153,10 +151,13 @@
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-pageAction.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
+lib/firefox/browser/chrome/browser/content/browser/extension-mac.css
+lib/firefox/browser/chrome/browser/content/browser/extension.css
lib/firefox/browser/chrome/browser/content/browser/extension.svg
lib/firefox/browser/chrome/browser/content/browser/feeds/subscribe.js
lib/firefox/browser/chrome/browser/content/browser/feeds/subscribe.xhtml
@@ -250,6 +251,7 @@
lib/firefox/browser/chrome/browser/content/browser/schemas/commands.json
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/page_action.json
lib/firefox/browser/chrome/browser/content/browser/schemas/tabs.json
lib/firefox/browser/chrome/browser/content/browser/schemas/windows.json
@@ -296,7 +298,6 @@
lib/firefox/browser/chrome/browser/skin/classic/browser/Toolbar-inverted.png
lib/firefox/browser/chrome/browser/skin/classic/browser/Toolbar-small.png
lib/firefox/browser/chrome/browser/skin/classic/browser/Toolbar.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/aboutCertError.css
lib/firefox/browser/chrome/browser/skin/classic/browser/aboutNetError.css
lib/firefox/browser/chrome/browser/skin/classic/browser/aboutProviderDirectory.css
lib/firefox/browser/chrome/browser/skin/classic/browser/aboutSessionRestore-window-icon.png
@@ -316,6 +317,7 @@
lib/firefox/browser/chrome/browser/skin/classic/browser/addons/addon-install-warning.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/badge-add-engine.png
lib/firefox/browser/chrome/browser/skin/classic/browser/badge-add-engine%2x.png@localhost
+lib/firefox/browser/chrome/browser/skin/classic/browser/blockedSite.css
lib/firefox/browser/chrome/browser/skin/classic/browser/browser-lightweightTheme.css
lib/firefox/browser/chrome/browser/skin/classic/browser/browser.css
lib/firefox/browser/chrome/browser/skin/classic/browser/cert-error.svg
@@ -369,6 +371,7 @@
lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/download-summary.png
lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/downloads.css
lib/firefox/browser/chrome/browser/skin/classic/browser/drm-icon.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/error-pages.css
lib/firefox/browser/chrome/browser/skin/classic/browser/feeds/feedIcon.png
lib/firefox/browser/chrome/browser/skin/classic/browser/feeds/feedIcon16.png
lib/firefox/browser/chrome/browser/skin/classic/browser/feeds/subscribe-ui.css
@@ -377,8 +380,7 @@
lib/firefox/browser/chrome/browser/skin/classic/browser/fullscreen/secure.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/android.png
lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/android%2x.png@localhost
-lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/default-avatar.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/default-avatar%2x.png@localhost
+lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/default-avatar.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/ios.png
lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/ios%2x.png@localhost
lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/logo.png
@@ -461,13 +463,12 @@
lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/preferences.css
lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/search.css
lib/firefox/browser/chrome/browser/skin/classic/browser/privatebrowsing-mask.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/privatebrowsing/attention.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/privatebrowsing/attention%2x.png@localhost
-lib/firefox/browser/chrome/browser/skin/classic/browser/privatebrowsing/check.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/privatebrowsing/check%2x.png@localhost
-lib/firefox/browser/chrome/browser/skin/classic/browser/privatebrowsing/mask.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/privatebrowsing/shield-page.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/privatebrowsing/shield-page%2x.png@localhost
+lib/firefox/browser/chrome/browser/skin/classic/browser/privatebrowsing/aboutPrivateBrowsing.css
+lib/firefox/browser/chrome/browser/skin/classic/browser/privatebrowsing/check.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/privatebrowsing/favicon.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/privatebrowsing/private-browsing.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/privatebrowsing/tracking-protection-off.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/privatebrowsing/tracking-protection.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/reader-tour.png
lib/firefox/browser/chrome/browser/skin/classic/browser/reader-tour%2x.png@localhost
lib/firefox/browser/chrome/browser/skin/classic/browser/readerMode.svg
@@ -519,7 +520,8 @@
lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/alltabs.png
lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/connecting.png
lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/crashed.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/loading.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/newtab-inverted.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/newtab.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/pendingpaint.png
lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-active-middle.png
lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-arrow-left-inverted.png
@@ -549,6 +551,8 @@
lib/firefox/browser/chrome/browser/skin/classic/browser/update-badge.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/urlbar-arrow.png
lib/firefox/browser/chrome/browser/skin/classic/browser/urlbar-arrow%2x.png@localhost
+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
@@ -608,6 +612,9 @@
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/eyedropper/crosshairs.css
lib/firefox/browser/chrome/devtools/content/eyedropper/eyedropper.xul
lib/firefox/browser/chrome/devtools/content/eyedropper/nocursor.css
@@ -618,8 +625,9 @@
lib/firefox/browser/chrome/devtools/content/framework/dev-edition-promo/dev-edition-promo.css
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.xul
+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
@@ -722,14 +730,18 @@
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/addon-target.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
lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/addons-tab.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/service-worker-target.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/tab-header.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/tab-menu-entry.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/tab-menu.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/target-list.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/target.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/worker-target.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/workers-tab.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/modules/worker.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/animationinspector/components/animation-details.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/animationinspector/components/animation-target-node.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/animationinspector/components/animation-time-block.js
@@ -755,16 +767,40 @@
lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/debugger-commands.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/panel.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/definitions.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
+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
+lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/content/dom-view.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/content/grip-provider.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/content/reducers/filter.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/dom/content/reducers/grips.js
+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/eyedropper/commands.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/eyedropper/eyedropper-child.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/eyedropper/eyedropper.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
+lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/browser-menus.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/devtools-browser.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/devtools.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/gDevTools.jsm
lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/selection.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/sidebar.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/source-location.js
+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-hosts.js
@@ -795,7 +831,6 @@
lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/main-tabbed-area.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/reps/tabs.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/reps/toolbar.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/reps/tree-view.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/search-box.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/text-panel.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/converter-child.js
@@ -803,7 +838,6 @@
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/dom-tree.css
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
@@ -821,16 +855,17 @@
lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/main.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/utils.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/viewer-config.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/main.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/allocations.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/census-display.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/diffing.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/dominator-tree-display.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/filter.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/io.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/label-display.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/refresh.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/sizes.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/snapshot.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/task-cache.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/tree-map-display.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/view.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/app.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/census-header.js
@@ -840,10 +875,18 @@
lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/dominator-tree-item.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/dominator-tree.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/heap.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/individuals-header.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/individuals.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/list.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/shortest-paths.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/snapshot-list-item.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/toolbar.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/tree-map.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/tree-map/canvas-utils.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/tree-map/color-coarse-type.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/tree-map/drag-zoom.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/tree-map/draw.js
+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
@@ -853,15 +896,18 @@
lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/allocations.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/census-display.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/diffing.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/dominator-tree-display.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/errors.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/filter.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/individuals.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/label-display.js
Home |
Main Index |
Thread Index |
Old Index