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 64.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c57c62ca7a2d
branches:  trunk
changeset: 316413:c57c62ca7a2d
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed Dec 12 14:08:50 2018 +0000

description:
Update to 64.0

Changelog:
New
    Better recommendations: You may see suggestions in regular browsing mode for new and relevant Firefox features, services, and extensions based on how you use the web (for US users only)

    Enhanced tab management: You can now select multiple tabs from the tab bar and close, move, bookmark, or pin them quickly and easily

    Easier performance management: The new Task Manager page found at about:performance lets you see how much energy each open tab consumes and provides access to close tabs to conserve power

    Improved performance for Mac and Linux users, by enabling link time optimization (Clang LTO). (Clang LTO was enabled for Windows users in Firefox 63.)

    More seamless sharing on Windows: Windows users can now share web pages using the native sharing experience. You can access Share in the Page Actions menu

    Added option to remove add-ons using the context menu on their toolbar buttons

    New for enterprise users: Updated the policy engine on macOS to allow using configuration profiles to customize Firefox for enterprise deployments

Fixed
    Various security fixes

Changed
    RSS feed preview and live bookmarks are available only via add-ons

    TLS certificates issued by Symantec are no longer trusted by Firefox. Website operators are strongly encouraged to replace any remaining Symantec TLS certificates as soon as possible.

    about:crashes has been redesigned to make it clear when a crash is being submitted to Mozilla, as well as being clear that removing crashes locally does not remove them from 
crash-stats.mozilla.com

    The macOS keyboard shortcut to add "www" and ".com" to a URL is now ctrl-enter instead of [apple]-enter

Security fixes:
#CVE-2018-12407: Buffer overflow with ANGLE library when using VertexBuffer11 module
#CVE-2018-17466: Buffer overflow and out-of-bounds read in ANGLE library with TextureStorage11
#CVE-2018-18492: Use-after-free with select element
#CVE-2018-18493: Buffer overflow in accelerated 2D canvas with Skia
#CVE-2018-18494: Same-origin policy violation using location attribute and performance.getEntries to steal cross-origin URLs
#CVE-2018-18495: WebExtension content scripts can be loaded in about: pages
#CVE-2018-18496: Embedded feed preview page can be abused for clickjacking
#CVE-2018-18497: WebExtensions can load arbitrary URLs through pipe separators
#CVE-2018-18498: Integer overflow when calculating buffer sizes for images
#CVE-2018-12406: Memory safety bugs fixed in Firefox 64
#CVE-2018-12405: Memory safety bugs fixed in Firefox 64 and Firefox ESR 60.4

diffstat:

 www/firefox/Makefile                                             |    7 +-
 www/firefox/PLIST                                                |  826 ++++-----
 www/firefox/distinfo                                             |   15 +-
 www/firefox/mozilla-common.mk                                    |    7 +-
 www/firefox/patches/patch-browser_app_profile_firefox.js         |   12 +-
 www/firefox/patches/patch-js_src_wasm_WasmSignalHandlers.cpp     |   14 -
 www/firefox/patches/patch-servo_components_style_build__gecko.rs |    8 +-
 7 files changed, 409 insertions(+), 480 deletions(-)

diffs (truncated from 1810 to 300 lines):

diff -r deaf097e9322 -r c57c62ca7a2d www/firefox/Makefile
--- a/www/firefox/Makefile      Wed Dec 12 14:02:45 2018 +0000
+++ b/www/firefox/Makefile      Wed Dec 12 14:08:50 2018 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.352 2018/12/09 18:52:49 adam Exp $
+# $NetBSD: Makefile,v 1.353 2018/12/12 14:08:50 ryoon Exp $
 
 FIREFOX_VER=           ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
-MOZ_BRANCH=            63.0
-MOZ_BRANCH_MINOR=      .3
+MOZ_BRANCH=            64.0
+MOZ_BRANCH_MINOR=      
 
 DISTNAME=      firefox-${FIREFOX_VER}.source
 PKGNAME=       ${DISTNAME:S/.source//:S/b/beta/:S/esr//}
-PKGREVISION=   2
 CATEGORIES=    www
 MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
 EXTRACT_SUFX=  .tar.xz
diff -r deaf097e9322 -r c57c62ca7a2d www/firefox/PLIST
--- a/www/firefox/PLIST Wed Dec 12 14:02:45 2018 +0000
+++ b/www/firefox/PLIST Wed Dec 12 14:08:50 2018 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.133 2018/11/04 00:38:44 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.134 2018/12/12 14:08:50 ryoon Exp $
 bin/firefox
 lib/firefox/actors/AudibleAutoplayChild.jsm
 lib/firefox/actors/AudioPlaybackChild.jsm
@@ -14,6 +14,7 @@
 lib/firefox/actors/SelectChild.jsm
 lib/firefox/actors/SelectionSourceChild.jsm
 lib/firefox/actors/ThumbnailsChild.jsm
+lib/firefox/actors/UAWidgetsChild.jsm
 lib/firefox/actors/UnselectedTabHoverChild.jsm
 lib/firefox/actors/WebChannelChild.jsm
 lib/firefox/actors/WebNavigationChild.jsm
@@ -36,7 +37,6 @@
 lib/firefox/browser/actors/PageMetadataChild.jsm
 lib/firefox/browser/actors/PageStyleChild.jsm
 lib/firefox/browser/actors/PluginChild.jsm
-lib/firefox/browser/actors/UAWidgetsChild.jsm
 lib/firefox/browser/actors/URIFixupChild.jsm
 lib/firefox/browser/actors/WebRTCChild.jsm
 lib/firefox/browser/blocklist.xml
@@ -89,7 +89,6 @@
 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-development-helpers.js
-lib/firefox/browser/chrome/browser/content/browser/browser-feeds.js
 lib/firefox/browser/chrome/browser/content/browser/browser-fullScreenAndPointerLock.js
 lib/firefox/browser/chrome/browser/content/browser/browser-fullZoom.js
 lib/firefox/browser/chrome/browser/content/browser/browser-gestureSupport.js
@@ -155,8 +154,6 @@
 lib/firefox/browser/chrome/browser/content/browser/ext-browser.json
 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
 lib/firefox/browser/chrome/browser/content/browser/history-swipe-arrow.svg
 lib/firefox/browser/chrome/browser/content/browser/illustrations/blue-berror.svg
 lib/firefox/browser/chrome/browser/content/browser/illustrations/error-connection-failure.svg
@@ -168,7 +165,6 @@
 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/nsContextMenu.js
-lib/firefox/browser/chrome/browser/content/browser/pageinfo/feeds.js
 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.xul
@@ -297,6 +293,7 @@
 lib/firefox/browser/chrome/browser/content/browser/search/search.xml
 lib/firefox/browser/chrome/browser/content/browser/search/searchReset.js
 lib/firefox/browser/chrome/browser/content/browser/search/searchReset.xhtml
+lib/firefox/browser/chrome/browser/content/browser/search/searchbar.js
 lib/firefox/browser/chrome/browser/content/browser/setDesktopBackground.js
 lib/firefox/browser/chrome/browser/content/browser/setDesktopBackground.xul
 lib/firefox/browser/chrome/browser/content/browser/static-robot.png
@@ -323,6 +320,62 @@
 lib/firefox/browser/chrome/browser/content/fruit.svg
 lib/firefox/browser/chrome/browser/content/gift.svg
 lib/firefox/browser/chrome/browser/content/pet.svg
+lib/firefox/browser/chrome/browser/content/pocket/AboutPocket.jsm
+lib/firefox/browser/chrome/browser/content/pocket/Pocket.jsm
+lib/firefox/browser/chrome/browser/content/pocket/SaveToPocket.jsm
+lib/firefox/browser/chrome/browser/content/pocket/main.js
+lib/firefox/browser/chrome/browser/content/pocket/panels/css/normalize.css
+lib/firefox/browser/chrome/browser/content/pocket/panels/css/saved.css
+lib/firefox/browser/chrome/browser/content/pocket/panels/css/sendtomobile.css
+lib/firefox/browser/chrome/browser/content/pocket/panels/css/signup.css
+lib/firefox/browser/chrome/browser/content/pocket/panels/fonts/FiraSans-Regular.woff
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/app_store_dowload_apple.svg
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocket-outline.svg
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketerror%1x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketerror%2x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketlogo%1x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketlogo%2x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketlogosolo%1x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketlogosolo%2x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketsignup_button%1x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketsignup_button%2x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketsignup_devices%1x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketsignup_devices%2x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketsignup_hero%1x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/pocketsignup_hero%2x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/signup_firefoxlogo%1x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/signup_firefoxlogo%2x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/signup_help%1x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/signup_help%2x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/tag_close%1x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/tag_close%2x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/tag_closeactive%1x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/img/tag_closeactive%2x.png@localhost
+lib/firefox/browser/chrome/browser/content/pocket/panels/js/messages.js
+lib/firefox/browser/chrome/browser/content/pocket/panels/js/saved.js
+lib/firefox/browser/chrome/browser/content/pocket/panels/js/sendtomobile.js
+lib/firefox/browser/chrome/browser/content/pocket/panels/js/signup.js
+lib/firefox/browser/chrome/browser/content/pocket/panels/js/tmpl.js
+lib/firefox/browser/chrome/browser/content/pocket/panels/js/vendor/handlebars.runtime.js
+lib/firefox/browser/chrome/browser/content/pocket/panels/js/vendor/jquery-2.1.1.min.js
+lib/firefox/browser/chrome/browser/content/pocket/panels/js/vendor/jquery.tokeninput.min.js
+lib/firefox/browser/chrome/browser/content/pocket/panels/license.txt
+lib/firefox/browser/chrome/browser/content/pocket/panels/saved.html
+lib/firefox/browser/chrome/browser/content/pocket/panels/signup.html
+lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/ho2/ho2_articleinfo.handlebars
+lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/ho2/ho2_download.handlebars
+lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/ho2/ho2_download_error.handlebars
+lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/ho2/ho2_sharebutton_v1.handlebars
+lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/ho2/ho2_sharebutton_v2.handlebars
+lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/ho2/ho2_sharebutton_v3.handlebars
+lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/saved_premiumextras.handlebars
+lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/saved_premiumshell.handlebars
+lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/saved_shell.handlebars
+lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/saved_tmplogin.handlebars
+lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/signup_shell.handlebars
+lib/firefox/browser/chrome/browser/content/pocket/panels/tmpl/signupstoryboard_shell.handlebars
+lib/firefox/browser/chrome/browser/content/pocket/pktApi.jsm
+lib/firefox/browser/chrome/browser/content/pocket/pocket-content-process.js
 lib/firefox/browser/chrome/browser/content/tree.svg
 lib/firefox/browser/chrome/browser/content/vacation.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/common/Actions.jsm
@@ -338,6 +391,7 @@
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_google_translate.png
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_reddit_enhancement.png
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/cfr_wiki_search.png
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/firefox-wordmark.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/fox-tail.png
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-add-16.svg
 lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/glyph-arrowhead-down-12.svg
@@ -411,20 +465,27 @@
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/HighlightsFeed.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/LinksCache.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/ManualMigration.jsm
+lib/firefox/browser/chrome/browser/res/activity-stream/lib/NaiveBayesTextTagger.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/NewTabInit.jsm
+lib/firefox/browser/chrome/browser/res/activity-stream/lib/NmfTextTagger.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/OnboardingMessageProvider.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/PersistentCache.jsm
+lib/firefox/browser/chrome/browser/res/activity-stream/lib/PersonalityProvider.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/PlacesFeed.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/PrefsFeed.jsm
+lib/firefox/browser/chrome/browser/res/activity-stream/lib/RecipeExecutor.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/Screenshots.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/SearchShortcuts.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/SectionsManager.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/ShortURL.jsm
+lib/firefox/browser/chrome/browser/res/activity-stream/lib/SiteClassifier.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/SnippetsFeed.jsm
+lib/firefox/browser/chrome/browser/res/activity-stream/lib/SnippetsTestMessageProvider.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/Store.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/SystemTickFeed.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/TelemetryFeed.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/TippyTopProvider.jsm
+lib/firefox/browser/chrome/browser/res/activity-stream/lib/Tokenize.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/TopSitesFeed.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/TopStoriesFeed.jsm
 lib/firefox/browser/chrome/browser/res/activity-stream/lib/UTEventReporting.jsm
@@ -1184,7 +1245,6 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/cert-error.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/characterEncoding.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/check-animation.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/check.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/chevron-animation.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/chevron.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/compacttheme.css
@@ -1232,10 +1292,6 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/edit-paste.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/error-pages.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/favicon-search-16.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/feed.svg
-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.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/folder.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/forget.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/forward.svg
@@ -1295,7 +1351,6 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/webauthn.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/open.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/page-action.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/page-livemarks.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/pageInfo.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/pageInfo.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/panel-icon-arrow-left.svg
@@ -1323,6 +1378,11 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/places/toolbarDropMarker.png
 lib/firefox/browser/chrome/browser/skin/classic/browser/places/tree-icons.css
 lib/firefox/browser/chrome/browser/skin/classic/browser/places/unfiledBookmarks.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/pocket/library-pocket-animation.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/pocket/pocket-animation.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/pocket/pocket-outline.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/pocket/pocket.css
+lib/firefox/browser/chrome/browser/skin/classic/browser/pocket/pocket.svg
 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
@@ -1391,10 +1451,12 @@
 lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/loading.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-audio-blocked-small.svg
 lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-audio-blocked.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-audio-muted-small.svg
 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-small.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
@@ -1443,7 +1505,6 @@
 lib/firefox/browser/chrome/devtools-startup/content/aboutdevtools/subscribe.css
 lib/firefox/browser/chrome/devtools-startup/content/aboutdevtools/subscribe.js
 lib/firefox/browser/chrome/devtools/content/aboutdebugging-new/aboutdebugging.css
-lib/firefox/browser/chrome/devtools/content/aboutdebugging-new/aboutdebugging.js
 lib/firefox/browser/chrome/devtools/content/aboutdebugging-new/index.html
 lib/firefox/browser/chrome/devtools/content/aboutdebugging-new/tmp-locale/en-US/aboutdebugging.ftl
 lib/firefox/browser/chrome/devtools/content/aboutdebugging/aboutdebugging.css
@@ -1479,13 +1540,11 @@
 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.xhtml
+lib/firefox/browser/chrome/devtools/content/framework/toolbox-process-window.css
+lib/firefox/browser/chrome/devtools/content/framework/toolbox-process-window.html
 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/animation-old/animation-controller.js
-lib/firefox/browser/chrome/devtools/content/inspector/animation-old/animation-inspector.xhtml
-lib/firefox/browser/chrome/devtools/content/inspector/animation-old/animation-panel.js
 lib/firefox/browser/chrome/devtools/content/inspector/index.xhtml
 lib/firefox/browser/chrome/devtools/content/inspector/markup/markup.xhtml
 lib/firefox/browser/chrome/devtools/content/memory/index.xhtml
@@ -1548,16 +1607,26 @@
 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/webconsole/index.html
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/aboutdebugging.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/initializer.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/actions/debug-targets.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/actions/index.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/actions/runtime.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/actions/runtimes.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/actions/ui.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/App.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/App.js
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/ConnectPage.css
-lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/ConnectPage.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/RuntimeInfo.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/RuntimeInfo.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/RuntimePage.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/connect/ConnectPage.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/connect/ConnectPage.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/connect/ConnectSection.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/connect/ConnectSteps.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/connect/ConnectSteps.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/connect/NetworkLocationsForm.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/connect/NetworkLocationsForm.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/connect/NetworkLocationsList.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/connect/NetworkLocationsList.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/DebugTargetItem.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/DebugTargetItem.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/DebugTargetList.css
@@ -1575,8 +1644,12 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/debugtarget/WorkerDetail.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/sidebar/Sidebar.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/sidebar/Sidebar.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/sidebar/SidebarFixedItem.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/sidebar/SidebarFixedItem.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/sidebar/SidebarItem.css
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/sidebar/SidebarItem.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/sidebar/SidebarRuntimeItem.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/components/sidebar/SidebarRuntimeItem.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/constants.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/create-store.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/middleware/debug-target-listener.js
@@ -1584,11 +1657,16 @@
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/middleware/tab-component-data.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/middleware/worker-component-data.js
 lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging-new/src/modules/debug-target-collapsibilities.js



Home | Main Index | Thread Index | Old Index