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 58.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/9817bd507ac3
branches: trunk
changeset: 374523:9817bd507ac3
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Wed Jan 24 16:52:08 2018 +0000
description:
Update to 58.0
Changelog:
New
Performance improvements, including:
Rendering graphics for Windows users by using Off-Main-Threa
Painting (OMTP)
Loading pages faster by changing how Firefox caches and retrieves
JavaScript
Improvements to Firefox Screenshots:
Copy and paste screenshots directly to your clipboard
Firefox Screenshots now works in Private Browsing mode
Added Nepali (ne-NP) locale
In case you missed it--57 Release privacy and performance feature:
Users can enable Tracking Protection at all times. Learn how to turn
Tracking Protection on.
Fixed
Fonts installed in non-standard directories will no longer appear
blank for Linux users
Various security fixes
Changed
User profiles created in Firefox 58 (and in future releases) are not
supported in previous versions of Firefox. Users who downgrade to
a previous version should create a new profile for that version.
Learn about alternatives to downgrading on our support site.
Added a warning to alert users and site owners of planned security
changes to sites affected by the gradual distrust plan for
the Symantec certificate authority
#CVE-2018-5091: Use-after-free with DTMF timers
#CVE-2018-5092: Use-after-free in Web Workers
#CVE-2018-5093: Buffer overflow in WebAssembly during Memory/Table resizing
#CVE-2018-5094: Buffer overflow in WebAssembly with garbage collection on
uninitialized memory
#CVE-2018-5095: Integer overflow in Skia library during edge builder allocation
#CVE-2018-5097: Use-after-free when source document is manipulated during XSLT
#CVE-2018-5098: Use-after-free while manipulating form input elements
#CVE-2018-5099: Use-after-free with widget listener
#CVE-2018-5100: Use-after-free when IsPotentiallyScrollable arguments are
freed from memory
#CVE-2018-5101: Use-after-free with floating first-letter style elements
#CVE-2018-5102: Use-after-free in HTML media elements
#CVE-2018-5103: Use-after-free during mouse event handling
#CVE-2018-5104: Use-after-free during font face manipulation
#CVE-2018-5105: WebExtensions can save and execute files on local file
system without user prompts
#CVE-2018-5106: Developer Tools can expose style editor information
cross-origin through service worker
#CVE-2018-5107: Printing process will follow symlinks for local file access
#CVE-2018-5108: Manually entered blob URL can be accessed by subsequent
private browsing tabs
#CVE-2018-5109: Audio capture prompts and starts with incorrect origin
attribution
#CVE-2018-5110: Cursor can be made invisible on OS X
#CVE-2018-5117: URL spoofing with right-to-left text aligned left-to-right
#CVE-2018-5118: Activity Stream images can attempt to load local content
through file:
#CVE-2018-5119: Reader view will load cross-origin content in violation
of CORS headers
#CVE-2018-5121: OS X Tibetan characters render incompletely in the addressbar
#CVE-2018-5122: Potential integer overflow in DoCrypt
#CVE-2018-5090: Memory safety bugs fixed in Firefox 58
#CVE-2018-5089: Memory safety bugs fixed in Firefox 58 and Firefox ESR 52.6
diffstat:
www/firefox/Makefile | 10 +-
www/firefox/PLIST | 826 ++++++---
www/firefox/distinfo | 83 +-
www/firefox/mozilla-common.mk | 5 +-
www/firefox/patches/patch-aa | 30 +-
www/firefox/patches/patch-build_moz.configure_keyfiles.configure | 21 -
www/firefox/patches/patch-config_Makefile.in | 27 -
www/firefox/patches/patch-config_system-headers | 50 -
www/firefox/patches/patch-config_system-headers.mozbuild | 54 +
www/firefox/patches/patch-dom_media_flac_FlacDecoder.cpp | 23 +
www/firefox/patches/patch-dom_media_moz.build | 12 +-
www/firefox/patches/patch-intl_unicharutil_util_moz.build | 10 +-
www/firefox/patches/patch-ipc_chromium_src_base_process__util.h | 14 -
www/firefox/patches/patch-ipc_glue_MessageChannel.cpp | 16 +
www/firefox/patches/patch-js_src_build_moz.build | 13 +-
www/firefox/patches/patch-media_libcubeb_src_cubeb__alsa.c | 70 +-
www/firefox/patches/patch-media_libsoundtouch_src_cpu__detect__x86.cpp | 15 -
www/firefox/patches/patch-netwerk_dns_moz.build | 15 +-
www/firefox/patches/patch-servo_components_gfx_font.rs | 12 -
www/firefox/patches/patch-servo_components_net__traits_response.rs | 12 -
www/firefox/patches/patch-servo_components_net_fetch_cors__cache.rs | 12 -
www/firefox/patches/patch-servo_components_net_fetch_methods.rs | 12 -
www/firefox/patches/patch-servo_components_net_websocket__loader.rs | 12 -
www/firefox/patches/patch-servo_components_script_dom_bindings_str.rs | 12 -
www/firefox/patches/patch-servo_components_script_dom_blob.rs | 12 -
www/firefox/patches/patch-servo_components_script_dom_cssstyledeclaration.rs | 12 -
www/firefox/patches/patch-servo_components_script_dom_document.rs | 12 -
www/firefox/patches/patch-servo_components_script_dom_element.rs | 12 -
www/firefox/patches/patch-servo_components_script_dom_htmlelement.rs | 12 -
www/firefox/patches/patch-servo_components_script_dom_htmllinkelement.rs | 12 -
www/firefox/patches/patch-servo_components_script_dom_htmlmetaelement.rs | 12 -
www/firefox/patches/patch-servo_components_script_dom_htmlscriptelement.rs | 12 -
www/firefox/patches/patch-servo_components_script_dom_macros.rs | 12 -
www/firefox/patches/patch-servo_components_script_dom_namednodemap.rs | 12 -
www/firefox/patches/patch-servo_components_script_dom_serviceworkercontainer.rs | 12 -
www/firefox/patches/patch-servo_components_script_dom_servoparser_async__html.rs | 12 -
www/firefox/patches/patch-servo_components_script_dom_websocket.rs | 12 -
www/firefox/patches/patch-servo_components_script_dom_window.rs | 12 -
www/firefox/patches/patch-servo_components_script_dom_xmlhttprequest.rs | 12 -
www/firefox/patches/patch-servo_components_selectors_attr.rs | 12 -
www/firefox/patches/patch-servo_components_selectors_parser.rs | 12 -
www/firefox/patches/patch-servo_components_style__traits_viewport.rs | 12 -
www/firefox/patches/patch-servo_components_style_attr.rs | 12 -
www/firefox/patches/patch-servo_components_style_counter__style_mod.rs | 12 -
www/firefox/patches/patch-servo_components_style_custom__properties.rs | 12 -
www/firefox/patches/patch-servo_components_style_gecko__string__cache_mod.rs | 14 -
www/firefox/patches/patch-servo_components_style_gecko_generated_pseudo__element__definition.rs | 20 -
www/firefox/patches/patch-servo_components_style_gecko_pseudo__element__definition.mako.rs | 20 -
www/firefox/patches/patch-servo_components_style_properties_helpers_animated__properties.mako.rs | 12 +
www/firefox/patches/patch-servo_components_style_properties_longhand_font.mako.rs | 12 -
www/firefox/patches/patch-servo_components_style_properties_longhand_pointing.mako.rs | 12 -
www/firefox/patches/patch-servo_components_style_servo_selector__parser.rs | 12 -
www/firefox/patches/patch-servo_components_style_str.rs | 12 -
www/firefox/patches/patch-servo_components_style_stylesheets_viewport__rule.rs | 12 -
www/firefox/patches/patch-servo_components_style_values_mod.rs | 12 -
www/firefox/patches/patch-servo_components_style_values_specified_align.rs | 12 -
www/firefox/patches/patch-servo_components_style_values_specified_angle.rs | 12 -
www/firefox/patches/patch-servo_components_style_values_specified_calc.rs | 12 -
www/firefox/patches/patch-servo_components_style_values_specified_grid.rs | 12 -
www/firefox/patches/patch-servo_components_style_values_specified_length.rs | 12 -
www/firefox/patches/patch-servo_components_style_values_specified_mod.rs | 12 -
www/firefox/patches/patch-servo_components_style_values_specified_percentage.rs | 12 -
www/firefox/patches/patch-servo_components_style_values_specified_text.rs | 12 -
www/firefox/patches/patch-servo_components_style_values_specified_time.rs | 12 -
www/firefox/patches/patch-third__party_python_futures_concurrent_futures_process.py | 17 +
www/firefox/patches/patch-toolkit_components_protobuf_src_google_protobuf_stubs_atomicops.h | 10 +-
www/firefox/patches/patch-toolkit_moz.configure | 79 +-
www/firefox/patches/patch-toolkit_mozapps_installer_packager.mk | 15 +
www/firefox/patches/patch-xpcom_reflect_xptcall_md_unix_Makefile.in | 50 -
69 files changed, 850 insertions(+), 1185 deletions(-)
diffs (truncated from 3463 to 300 lines):
diff -r c32da390138c -r 9817bd507ac3 www/firefox/Makefile
--- a/www/firefox/Makefile Wed Jan 24 16:40:50 2018 +0000
+++ b/www/firefox/Makefile Wed Jan 24 16:52:08 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.317 2018/01/08 09:37:56 ryoon Exp $
+# $NetBSD: Makefile,v 1.318 2018/01/24 16:52:08 ryoon Exp $
FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
-MOZ_BRANCH= 57.0
-MOZ_BRANCH_MINOR= .4
+MOZ_BRANCH= 58.0
+MOZ_BRANCH_MINOR=
DISTNAME= firefox-${FIREFOX_VER}.source
PKGNAME= firefox-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//}
@@ -92,6 +92,10 @@
INSTALLATION_DIRS+= share/applications share/pixmaps
post-install:
+ ${ECHO} '#! /bin/sh' > ${DESTDIR}${PREFIX}/bin/${MOZILLA}
+ ${ECHO} '${PREFIX}/lib/firefox/firefox "$$@"' >> \
+ ${DESTDIR}${PREFIX}/bin/${MOZILLA}
+ ${CHMOD} 755 ${DESTDIR}${PREFIX}/bin/${MOZILLA}
${INSTALL_DATA} ${WRKDIR}/desktop \
${DESTDIR}${PREFIX}/share/applications/${MOZILLA}.desktop
${INSTALL_DATA} ${MOZILLA_ICON} \
diff -r c32da390138c -r 9817bd507ac3 www/firefox/PLIST
--- a/www/firefox/PLIST Wed Jan 24 16:40:50 2018 +0000
+++ b/www/firefox/PLIST Wed Jan 24 16:52:08 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.125 2017/11/16 01:04:38 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.126 2018/01/24 16:52:08 ryoon Exp $
bin/firefox
lib/firefox/application.ini
lib/firefox/browser/blocklist.xml
@@ -33,11 +33,6 @@
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/aboutWelcomeBack.xhtml
-lib/firefox/browser/chrome/browser/content/browser/aboutaccounts/aboutaccounts.css
-lib/firefox/browser/chrome/browser/content/browser/aboutaccounts/aboutaccounts.js
-lib/firefox/browser/chrome/browser/content/browser/aboutaccounts/aboutaccounts.xhtml
-lib/firefox/browser/chrome/browser/content/browser/aboutaccounts/main.css
-lib/firefox/browser/chrome/browser/content/browser/aboutaccounts/normalize.css
lib/firefox/browser/chrome/browser/content/browser/abouthealthreport/abouthealth.css
lib/firefox/browser/chrome/browser/content/browser/abouthealthreport/abouthealth.js
lib/firefox/browser/chrome/browser/content/browser/abouthealthreport/abouthealth.xhtml
@@ -158,6 +153,7 @@
lib/firefox/browser/chrome/browser/content/browser/ext-menus.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-pkcs11.js
lib/firefox/browser/chrome/browser/content/browser/ext-sessions.js
lib/firefox/browser/chrome/browser/content/browser/ext-sidebarAction.js
lib/firefox/browser/chrome/browser/content/browser/ext-tabs.js
@@ -185,7 +181,6 @@
lib/firefox/browser/chrome/browser/content/browser/pageinfo/feeds.xml
lib/firefox/browser/chrome/browser/content/browser/pageinfo/pageInfo.css
lib/firefox/browser/chrome/browser/content/browser/pageinfo/pageInfo.js
-lib/firefox/browser/chrome/browser/content/browser/pageinfo/pageInfo.xml
lib/firefox/browser/chrome/browser/content/browser/pageinfo/pageInfo.xul
lib/firefox/browser/chrome/browser/content/browser/pageinfo/permissions.js
lib/firefox/browser/chrome/browser/content/browser/pageinfo/security.js
@@ -277,6 +272,7 @@
lib/firefox/browser/chrome/browser/content/browser/schemas/menus_internal.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/pkcs11.json
lib/firefox/browser/chrome/browser/content/browser/schemas/sessions.json
lib/firefox/browser/chrome/browser/content/browser/schemas/sidebar_action.json
lib/firefox/browser/chrome/browser/content/browser/schemas/tabs.json
@@ -366,19 +362,13 @@
lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/density-touch.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/empty-overflow-panel.png
lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/empty-overflow-panel%2x.png@localhost
-lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/menuPanel-customizeFinish.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/menuPanel-customizeFinish%2x.png@localhost
lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/panelUI.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/subView-arrow-back-inverted-rtl.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/subView-arrow-back-inverted-rtl%2x.png@localhost
-lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/subView-arrow-back-inverted.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/subView-arrow-back-inverted%2x.png@localhost
+lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/whimsy.png
lib/firefox/browser/chrome/browser/skin/classic/browser/customize.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/developer.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/device-desktop.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/device-mobile.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/device-tablet.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/contentAreaDownloadsView.css
lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/download-blocked.svg
@@ -411,6 +401,7 @@
lib/firefox/browser/chrome/browser/skin/classic/browser/icon-search-64.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/identity-icon-notice.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/identity-icon.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/illustrations/error-session-restore.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/info.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/library-bookmark-animation.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/library.svg
@@ -418,12 +409,6 @@
lib/firefox/browser/chrome/browser/skin/classic/browser/mail.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/menu-badged.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/menu.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/menuPanel-customize.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/menuPanel-customize%2x.png@localhost
-lib/firefox/browser/chrome/browser/skin/classic/browser/menuPanel-exit.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/menuPanel-exit%2x.png@localhost
-lib/firefox/browser/chrome/browser/skin/classic/browser/menuPanel-help.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/menuPanel-help%2x.png@localhost
lib/firefox/browser/chrome/browser/skin/classic/browser/monitor.png
lib/firefox/browser/chrome/browser/skin/classic/browser/monitor_16-10.png
lib/firefox/browser/chrome/browser/skin/classic/browser/new-tab.svg
@@ -433,6 +418,7 @@
lib/firefox/browser/chrome/browser/skin/classic/browser/newtab/newTab.css
lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/camera-blocked.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/camera.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/canvas.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/default-info.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/desktop-notification-blocked.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/desktop-notification.svg
@@ -440,7 +426,6 @@
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/indexedDB-blocked.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/indexedDB.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/login-detailed.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/login.svg
@@ -450,8 +435,7 @@
lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/persistent-storage-blocked.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/persistent-storage.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/plugin-badge.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/plugin-blocked.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/plugin.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/popup-subitem.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/popup.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/screen-blocked.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/screen.svg
@@ -466,8 +450,6 @@
lib/firefox/browser/chrome/browser/skin/classic/browser/panel-icon-cancel.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/panel-icon-folder.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/panel-icon-retry.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/panic-panel/header-small.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/panic-panel/header-small%2x.png@localhost
lib/firefox/browser/chrome/browser/skin/classic/browser/panic-panel/header.png
lib/firefox/browser/chrome/browser/skin/classic/browser/panic-panel/header%2x.png@localhost
lib/firefox/browser/chrome/browser/skin/classic/browser/panic-panel/icons.png
@@ -541,7 +523,7 @@
lib/firefox/browser/chrome/browser/skin/classic/browser/search-indicator-badge-add.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/searchReset.css
lib/firefox/browser/chrome/browser/skin/classic/browser/searchbar.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/session-restore.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/send-to-device.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/setDesktopBackground.css
lib/firefox/browser/chrome/browser/skin/classic/browser/settings.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/sidebars-right.svg
@@ -565,9 +547,14 @@
lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-audio-muted.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-audio-playing.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-audio-small.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-connecting.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-connecting%2x.png@localhost
+lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-loading-inverted.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-loading-inverted%2x.png@localhost
+lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-loading.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-loading%2x.png@localhost
lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-overflow-indicator.png
lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tabDragIndicator.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/toolbarbutton-dropdown-arrow.png
lib/firefox/browser/chrome/browser/skin/classic/browser/tracking-protection-16.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/translating-16.png
lib/firefox/browser/chrome/browser/skin/classic/browser/translating-16%2x.png@localhost
@@ -588,6 +575,23 @@
lib/firefox/browser/chrome/browser/skin/classic/communicator/communicator.css
lib/firefox/browser/chrome/chrome.manifest
lib/firefox/browser/chrome/devtools-shim/content/DevToolsShim.jsm
+lib/firefox/browser/chrome/devtools-shim/content/aboutdevtools/aboutdevtools.css
+lib/firefox/browser/chrome/devtools-shim/content/aboutdevtools/aboutdevtools.js
+lib/firefox/browser/chrome/devtools-shim/content/aboutdevtools/aboutdevtools.xhtml
+lib/firefox/browser/chrome/devtools-shim/content/aboutdevtools/images/dev-edition-logo.svg
+lib/firefox/browser/chrome/devtools-shim/content/aboutdevtools/images/external-link.svg
+lib/firefox/browser/chrome/devtools-shim/content/aboutdevtools/images/feature-console.svg
+lib/firefox/browser/chrome/devtools-shim/content/aboutdevtools/images/feature-debugger.svg
+lib/firefox/browser/chrome/devtools-shim/content/aboutdevtools/images/feature-inspector.svg
+lib/firefox/browser/chrome/devtools-shim/content/aboutdevtools/images/feature-memory.svg
+lib/firefox/browser/chrome/devtools-shim/content/aboutdevtools/images/feature-network.svg
+lib/firefox/browser/chrome/devtools-shim/content/aboutdevtools/images/feature-performance.svg
+lib/firefox/browser/chrome/devtools-shim/content/aboutdevtools/images/feature-responsive.svg
+lib/firefox/browser/chrome/devtools-shim/content/aboutdevtools/images/feature-storage.svg
+lib/firefox/browser/chrome/devtools-shim/content/aboutdevtools/images/feature-visualediting.svg
+lib/firefox/browser/chrome/devtools-shim/content/aboutdevtools/images/otter.svg
+lib/firefox/browser/chrome/devtools-shim/content/aboutdevtools/subscribe.css
+lib/firefox/browser/chrome/devtools-shim/content/aboutdevtools/subscribe.js
lib/firefox/browser/chrome/devtools/content/aboutdebugging/aboutdebugging.css
lib/firefox/browser/chrome/devtools/content/aboutdebugging/aboutdebugging.xhtml
lib/firefox/browser/chrome/devtools/content/aboutdebugging/initializer.js
@@ -636,7 +640,15 @@
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/index.html
+lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/MdnLink.css
+lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/NetworkDetailsPanel.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
+lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/StatusBar.css
+lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/Toolbar.css
+lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/httpi.css
lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/netmonitor.css
+lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/variables.css
lib/firefox/browser/chrome/devtools/content/performance/performance-controller.js
lib/firefox/browser/chrome/devtools/content/performance/performance-view.js
lib/firefox/browser/chrome/devtools/content/performance/performance.xul
@@ -666,7 +678,6 @@
lib/firefox/browser/chrome/devtools/content/shared/widgets/cubic-bezier.css
lib/firefox/browser/chrome/devtools/content/shared/widgets/filter-widget.css
lib/firefox/browser/chrome/devtools/content/shared/widgets/graphs-frame.xhtml
-lib/firefox/browser/chrome/devtools/content/shared/widgets/mdn-docs.css
lib/firefox/browser/chrome/devtools/content/shared/widgets/spectrum.css
lib/firefox/browser/chrome/devtools/content/shared/widgets/widgets.css
lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/addon/dialog/dialog.css
@@ -688,23 +699,23 @@
lib/firefox/browser/chrome/devtools/content/webaudioeditor/views/properties.js
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.xhtml
+lib/firefox/browser/chrome/devtools/content/webconsole/webconsole.html
lib/firefox/browser/chrome/devtools/content/webconsole/webconsole.xul
-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
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/addons/panel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/addons/target.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/panel-header.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/panel-menu-entry.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/panel-menu.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/tabs/panel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/tabs/target.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/target-list.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/workers/multi-e10s-warning.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/workers/panel.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/workers/service-worker-target.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/workers/target.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/Aboutdebugging.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/PanelHeader.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/PanelMenu.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/PanelMenuEntry.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/TargetList.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/InstallError.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/addons/Panel.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/addons/Target.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/tabs/Panel.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/tabs/Target.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/workers/MultiE10sWarning.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/workers/Panel.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/workers/ServiceWorkerTarget.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/workers/Target.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/modules/addon.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
@@ -777,6 +788,17 @@
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
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/actions/animations.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/actions/element-picker.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
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/AnimationItem.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/AnimationList.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/App.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/components/NoAnimationPanel.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/reducers/animations.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/reducers/element-picker.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/animation/utils/utils.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/actions/box-model.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/actions/index.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/box-model.js
@@ -791,21 +813,37 @@
lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/types.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/boxmodel/utils/editing-session.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/breadcrumbs.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/components/inspector-tab-panel.css
-lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/components/inspector-tab-panel.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/actions/index.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/changes.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/components/ChangesApp.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/reducers/changes.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/changes/reducers/index.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/components/InspectorTabPanel.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/components/InspectorTabPanel.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/computed/computed.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/events/actions/index.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/events/components/EventsApp.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/events/events.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/events/reducers/events.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/events/reducers/index.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/extensions/actions/index.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/extensions/actions/sidebar.js
Home |
Main Index |
Thread Index |
Old Index