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 71.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/d5364fcc4c53
branches: trunk
changeset: 345102:d5364fcc4c53
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Tue Dec 03 14:21:20 2019 +0000
description:
Update to 71.0
* Remove oss option. Its patch is not usable for 71.0.
Changelog:
New
Improvements to Lockwise, our integrated password manager:
Firefox now recognizes subdomains and will autofill domain logins from Lockwise
Integrated breach alerts from Firefox Monitor are now available to users with screen readers
More information about Enhanced Tracking Protection in action:
Notifications when Firefox blocks cryptominers
A running tally of blocked trackers in the protection panel accessed by clicking the address bar shield
Picture-in-picture video comes to Firefox for Windows: Select the blue icon from the right edge of a video to pop open a floating window so you can keep watching while working in other tabs.
Learn how the feature works.
Native MP3 decoding on Windows, Linux, and macOS
Security fixes:
Not available yet.
diffstat:
www/firefox/Makefile | 7 +-
www/firefox/PLIST | 239 ++--
www/firefox/distinfo | 18 +-
www/firefox/mozilla-common.mk | 4 +-
www/firefox/options.mk | 15 +-
www/firefox/patches/patch-config__make_system_wrappers.py | 8 +-
www/firefox/patches/patch-media_libcubeb_gtest_moz.build | 12 -
www/firefox/patches/patch-media_libcubeb_src_cubeb__alsa.c | 561 +------------
www/firefox/patches/patch-media_libcubeb_src_cubeb__oss.c | 461 ----------
www/firefox/patches/patch-rust-1.39.0 | 164 ---
www/firefox/patches/patch-toolkit_library_moz.build | 17 -
11 files changed, 146 insertions(+), 1360 deletions(-)
diffs (truncated from 2381 to 300 lines):
diff -r 4bab9e1c9813 -r d5364fcc4c53 www/firefox/Makefile
--- a/www/firefox/Makefile Tue Dec 03 14:12:21 2019 +0000
+++ b/www/firefox/Makefile Tue Dec 03 14:21:20 2019 +0000
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.402 2019/11/12 12:31:16 ryoon Exp $
+# $NetBSD: Makefile,v 1.403 2019/12/03 14:21:20 ryoon Exp $
FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
-MOZ_BRANCH= 70.0
-MOZ_BRANCH_MINOR= .1
+MOZ_BRANCH= 71.0
+MOZ_BRANCH_MINOR=
DISTNAME= firefox-${FIREFOX_VER}.source
PKGNAME= ${DISTNAME:S/.source//:S/b/beta/:S/esr//}
-PKGREVISION= 1
CATEGORIES= www
MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
EXTRACT_SUFX= .tar.xz
diff -r 4bab9e1c9813 -r d5364fcc4c53 www/firefox/PLIST
--- a/www/firefox/PLIST Tue Dec 03 14:12:21 2019 +0000
+++ b/www/firefox/PLIST Tue Dec 03 14:21:20 2019 +0000
@@ -1,7 +1,9 @@
-@comment $NetBSD: PLIST,v 1.148 2019/11/02 19:45:46 gutteridge Exp $
+@comment $NetBSD: PLIST,v 1.149 2019/12/03 14:21:20 ryoon Exp $
bin/firefox
lib/firefox/actors/AudioPlaybackChild.jsm
lib/firefox/actors/AudioPlaybackParent.jsm
+lib/firefox/actors/AutoCompleteChild.jsm
+lib/firefox/actors/AutoCompleteParent.jsm
lib/firefox/actors/AutoplayChild.jsm
lib/firefox/actors/AutoplayParent.jsm
lib/firefox/actors/BrowserElementChild.jsm
@@ -11,6 +13,7 @@
lib/firefox/actors/DateTimePickerParent.jsm
lib/firefox/actors/ExtFindChild.jsm
lib/firefox/actors/FindBarChild.jsm
+lib/firefox/actors/FindBarParent.jsm
lib/firefox/actors/FinderChild.jsm
lib/firefox/actors/FormSubmitChild.jsm
lib/firefox/actors/InlineSpellCheckerChild.jsm
@@ -40,8 +43,8 @@
lib/firefox/browser/actors/ContentSearchChild.jsm
lib/firefox/browser/actors/ContextMenuChild.jsm
lib/firefox/browser/actors/ContextMenuParent.jsm
-lib/firefox/browser/actors/ContextMenuSpecialProcessChild.jsm
lib/firefox/browser/actors/DOMFullscreenChild.jsm
+lib/firefox/browser/actors/DOMFullscreenParent.jsm
lib/firefox/browser/actors/FormValidationChild.jsm
lib/firefox/browser/actors/FormValidationParent.jsm
lib/firefox/browser/actors/LightweightThemeChild.jsm
@@ -54,15 +57,15 @@
lib/firefox/browser/actors/PluginParent.jsm
lib/firefox/browser/actors/PromptParent.jsm
lib/firefox/browser/actors/RFPHelperChild.jsm
+lib/firefox/browser/actors/RFPHelperParent.jsm
lib/firefox/browser/actors/SearchTelemetryChild.jsm
lib/firefox/browser/actors/SwitchDocumentDirectionChild.jsm
lib/firefox/browser/actors/URIFixupChild.jsm
lib/firefox/browser/actors/WebRTCChild.jsm
lib/firefox/browser/blocklist.xml
lib/firefox/browser/chrome.manifest
-${PLIST.nobranding}lib/firefox/browser/chrome/browser/content/branding/about-background.png
lib/firefox/browser/chrome/browser/content/branding/about-logo.png
-${PLIST.branding}lib/firefox/browser/chrome/browser/content/branding/about-logo%2x.png@localhost
+lib/firefox/browser/chrome/browser/content/branding/about-logo%2x.png@localhost
lib/firefox/browser/chrome/browser/content/branding/about-wordmark.svg
lib/firefox/browser/chrome/browser/content/branding/about.png
lib/firefox/browser/chrome/browser/content/branding/aboutDialog.css
@@ -98,6 +101,10 @@
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/aboutconfig/aboutconfig.css
+lib/firefox/browser/chrome/browser/content/browser/aboutconfig/aboutconfig.html
+lib/firefox/browser/chrome/browser/content/browser/aboutconfig/aboutconfig.js
+lib/firefox/browser/chrome/browser/content/browser/aboutconfig/background.svg
lib/firefox/browser/chrome/browser/content/browser/aboutlogins/aboutLogins.css
lib/firefox/browser/chrome/browser/content/browser/aboutlogins/aboutLogins.html
lib/firefox/browser/chrome/browser/content/browser/aboutlogins/aboutLogins.js
@@ -233,6 +240,7 @@
lib/firefox/browser/chrome/browser/content/browser/aboutlogins/third-party/play-store/play_zh-tw.png
lib/firefox/browser/chrome/browser/content/browser/blockedSite.js
lib/firefox/browser/chrome/browser/content/browser/blockedSite.xhtml
+lib/firefox/browser/chrome/browser/content/browser/browser-a11yUtils.js
lib/firefox/browser/chrome/browser/content/browser/browser-addons.js
lib/firefox/browser/chrome/browser/content/browser/browser-allTabsMenu.js
lib/firefox/browser/chrome/browser/content/browser/browser-captivePortal.js
@@ -297,6 +305,7 @@
lib/firefox/browser/chrome/browser/content/browser/downloads/contentAreaDownloadsView.xul
lib/firefox/browser/chrome/browser/content/browser/downloads/downloads.css
lib/firefox/browser/chrome/browser/content/browser/downloads/downloads.js
+lib/firefox/browser/chrome/browser/content/browser/downloads/downloadsCommands.js
lib/firefox/browser/chrome/browser/content/browser/downloads/indicator.js
lib/firefox/browser/chrome/browser/content/browser/ext-browser.json
lib/firefox/browser/chrome/browser/content/browser/extension.css
@@ -410,8 +419,8 @@
lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/search.js
lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/subdialogs.js
lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/sync.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/syncDisconnect.js
-lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/syncDisconnect.xul
+lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/syncChooseWhatToSync.js
+lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/syncChooseWhatToSync.xul
lib/firefox/browser/chrome/browser/content/browser/preferences/languages.js
lib/firefox/browser/chrome/browser/content/browser/preferences/languages.xul
lib/firefox/browser/chrome/browser/content/browser/preferences/permissions.js
@@ -567,7 +576,6 @@
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/gift-extension.svg
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-arrow.svg
@@ -610,12 +618,12 @@
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/protection-report-icon.png
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/spinner.svg
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/sync-devices-trailhead.svg
-lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/sync-devices.svg
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/topic-show-more-12.svg
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/accounts-form-bg.jpg
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/benefit-knowledge.png
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/benefit-privacy.png
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/benefit-products.png
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/benefit-sync.png
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-devices.png
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-fbcont.png
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-ffmonitor.png
@@ -628,6 +636,7 @@
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-sendtab.png
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/card-illo-tracking.png
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/firefox-logo.png
+lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/trailhead/firefox-systems.png
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/assets/whatsnew-send-icon.png
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/aliexpress-com%2x.png@localhost
lib/firefox/browser/chrome/browser/res/activity-stream/data/content/tippytop/images/allegro-pl%2x.png@localhost
@@ -1036,6 +1045,7 @@
lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/cryptominers-disabled.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/cryptominers.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/dashboard.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/etp-milestone.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/extension.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/fingerprinters-disabled.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/controlcenter/fingerprinters.svg
@@ -1087,6 +1097,7 @@
lib/firefox/browser/chrome/browser/skin/classic/browser/fullscreen/insecure.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/fullscreen/secure.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/add-device.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/avatar-alert.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/avatar-color.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/avatar-confirm.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/fxa/avatar-empty-badged.svg
@@ -1122,6 +1133,10 @@
lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/autoplay-media-blocked.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/autoplay-media-detailed.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/autoplay-media.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/block-cryptominer-dark.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/block-cryptominer.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/block-fingerprinter-dark.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/block-fingerprinter.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/block-social-dark.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/block-social.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/camera-blocked.svg
@@ -1135,8 +1150,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/images-blocked.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/images.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/indexedDB.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/microphone-blocked.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/notification-icons/microphone-detailed.svg
@@ -1184,18 +1197,23 @@
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/bookmark.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/containers.css
lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/critters-postcard.jpg
lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/dialog.css
+lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/extensions.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/face-sad.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/face-smile.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/formfill.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/fxaPairDevice.css
lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/general.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/history.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/logo-android.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/logo-ios.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/no-search-bar.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/no-search-results.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/preferences.css
+lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/preferences.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/privacy-security.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/privacy.css
lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/search-arrow-indicator.svg
@@ -1204,7 +1222,7 @@
lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/search.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/siteDataSettings.css
lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/sync.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/syncDisconnect.css
+lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/tab.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/preferences.css
lib/firefox/browser/chrome/browser/skin/classic/browser/print.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/private-browsing.svg
@@ -1229,6 +1247,7 @@
lib/firefox/browser/chrome/browser/skin/classic/browser/settings.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/sidebars-right.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/sidebars.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/sign-out.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/slowStartup-16.png
lib/firefox/browser/chrome/browser/skin/classic/browser/sort.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/stop-to-reload.svg
@@ -1257,6 +1276,7 @@
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/tip.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/toggle.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/tracking-protection-animation-brighttext.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/tracking-protection-animation.svg
@@ -1307,9 +1327,6 @@
lib/firefox/browser/chrome/devtools/content/debugger/index.html
lib/firefox/browser/chrome/devtools/content/dom/index.html
lib/firefox/browser/chrome/devtools/content/dom/main.js
-lib/firefox/browser/chrome/devtools/content/framework/connect/connect.css
-lib/firefox/browser/chrome/devtools/content/framework/connect/connect.js
-lib/firefox/browser/chrome/devtools/content/framework/connect/connect.xhtml
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
@@ -1327,7 +1344,9 @@
lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/icons/play.svg
lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/icons/shield.svg
lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/CustomRequestPanel.css
+lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/NetworkActionBar.css
lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/NetworkDetailsPanel.css
+lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/RequestBlockingPanel.css
lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/RequestList.css
lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/StatisticsPanel.css
lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/StatusBar.css
@@ -1340,12 +1359,11 @@
lib/firefox/browser/chrome/devtools/content/netmonitor/src/assets/styles/websockets.css
lib/firefox/browser/chrome/devtools/content/performance-new/frame-script.js
lib/firefox/browser/chrome/devtools/content/performance-new/index.xhtml
-lib/firefox/browser/chrome/devtools/content/performance-new/popup/icons/capture-profile-icon.svg
lib/firefox/browser/chrome/devtools/content/performance-new/popup/initializer.js
-lib/firefox/browser/chrome/devtools/content/performance-new/popup/popup.css
-lib/firefox/browser/chrome/devtools/content/performance-new/popup/popup.html
+lib/firefox/browser/chrome/devtools/content/performance-new/popup/popup.xhtml
lib/firefox/browser/chrome/devtools/content/performance/index.xul
lib/firefox/browser/chrome/devtools/content/responsive/index.xhtml
+lib/firefox/browser/chrome/devtools/content/responsive/toolbar.xhtml
lib/firefox/browser/chrome/devtools/content/scratchpad/index.xul
lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/addon/dialog/dialog.css
lib/firefox/browser/chrome/devtools/content/shared/sourceeditor/codemirror/addon/hint/show-hint.js
@@ -1371,6 +1389,7 @@
lib/firefox/browser/chrome/devtools/content/storage/index.xul
lib/firefox/browser/chrome/devtools/content/styleeditor/index.xul
lib/firefox/browser/chrome/devtools/content/webconsole/index.html
+lib/firefox/browser/chrome/devtools/content/whats-new/index.html
lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/aboutdebugging.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/initializer.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/src/actions/debug-targets.js
@@ -1520,19 +1539,30 @@
lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/App.css
lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/App.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/Manifest.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestColorItem.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestColorItem.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestEmpty.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestIconItem.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestIconItem.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestIssue.css
lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestIssue.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestIssueList.css
lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestIssueList.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestItem.css
lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestItem.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestJsonLink.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestJsonLink.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestLoader.css
lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestLoader.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestPage.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestSection.css
lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/manifest/ManifestSection.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/routing/PageSwitcher.css
lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/routing/PageSwitcher.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/routing/Sidebar.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/routing/Sidebar.js
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/routing/SidebarItem.css
+lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/routing/SidebarItem.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/Worker.css
lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/Worker.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/components/service-workers/WorkerList.css
@@ -1552,6 +1582,10 @@
lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/reducers/page-state.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/reducers/ui-state.js
lib/firefox/browser/chrome/devtools/modules/devtools/client/application/src/reducers/workers-state.js
Home |
Main Index |
Thread Index |
Old Index