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 38.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/4e258419b134
branches: trunk
changeset: 651789:4e258419b134
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Tue May 12 22:48:54 2015 +0000
description:
Update to 38.0
Changelog:
New New tab-based preferences
New Ruby annotation support
New Base for the next ESR release.
Changed autocomplete=off is no longer supported for username/password fields
Changed URL parser avoids doing percent encoding when setting the Fragment part of the URL, and percent decoding when getting the Fragment in line with the URL spec
Changed RegExp.prototype.source now returns "(?:)" instead of the empty string for empty regular expressions
Changed Improved page load times via speculative connection warmup
HTML5 WebSocket now available in Web Workers
HTML5 BroadcastChannel API implemented
HTML5 Implemented srcset attribute and <picture> element for responsive images
HTML5 Implemented DOM3 Events KeyboardEvent.code
HTML5 Mac OS X: Implemented a subset of the Media Source Extensions (MSE) API to allow native HTML5 playback on YouTube
HTML5 Implemented Encrypted Media Extensions (EME) API to support encrypted HTML5 video/audio playback (Windows Vista or later only)
HTML5 Automatically download Adobe Primetime Content Decryption Module (CDM) for DRM playback through EME (Windows Vista or later only)
Developer Optimized-out variables are now visible in Debugger UI
Developer XMLHttpRequest logs in the web console are now visually labelled and can be filtered separately from regular network requests
Developer WebRTC now has multistream and renegotiation support
Developer copy command added to console
Fixed Various security fixes
Fixed in Firefox 38
2015-58 Mozilla Windows updater can be run outside of application directory
2015-57 Privilege escalation through IPC channel messages
2015-56 Untrusted site hosting trusted page can intercept webchannel responses
2015-55 Buffer overflow and out-of-bounds read while parsing MP4 video metadata
2015-54 Buffer overflow when parsing compressed XML
2015-53 Use-after-free due to Media Decoder Thread creation during shutdown
2015-52 Sensitive URL encoded information written to Android logcat
2015-51 Use-after-free during text processing with vertical text enabled
2015-50 Out-of-bounds read and write in asm.js validation
2015-49 Referrer policy ignored when links opened by middle-click and context menu
2015-48 Buffer overflow with SVG content and CSS
2015-47 Buffer overflow parsing H.264 video with Linux Gstreamer
2015-46 Miscellaneous memory safety hazards (rv:38.0 / rv:31.7)
diffstat:
www/firefox/Makefile | 7 +-
www/firefox/PLIST | 145 ++-
www/firefox/distinfo | 77 +-
www/firefox/patches/patch-aa | 116 +--
www/firefox/patches/patch-accessible_atk_Platform.cpp | 27 +-
www/firefox/patches/patch-ak | 13 -
www/firefox/patches/patch-browser_app_nsBrowserApp.cpp | 14 +-
www/firefox/patches/patch-build_autoconf_nss.m4 | 14 +-
www/firefox/patches/patch-config_Makefile.in | 7 +-
www/firefox/patches/patch-config_external_moz.build | 6 +-
www/firefox/patches/patch-config_system-headers | 12 +-
www/firefox/patches/patch-extensions_spellcheck_hunspell_src_mozHunspell.cpp | 6 +-
www/firefox/patches/patch-gfx_layers_basic_BasicCompositor.cpp | 128 ---
www/firefox/patches/patch-gfx_layers_basic_BasicLayerManager.cpp | 128 ---
www/firefox/patches/patch-image_decoders_nsJPEGDecoder.cpp | 22 +-
www/firefox/patches/patch-js_public_CallArgs.h | 13 +
www/firefox/patches/patch-js_src_asmjs_AsmJSSignalHandlers.cpp | 46 +-
www/firefox/patches/patch-js_src_gc_Memory.cpp | 20 -
www/firefox/patches/patch-js_src_jit-LIR.cpp | 10 +-
www/firefox/patches/patch-js_src_jit_ExecutableAllocator.h | 10 +-
www/firefox/patches/patch-js_src_jit_MIR.cpp | 10 +-
www/firefox/patches/patch-js_src_jit_arm_Architecture-arm.cpp | 6 +-
www/firefox/patches/patch-js_src_jsapi.cpp | 31 +-
www/firefox/patches/patch-js_src_jsprototypes.h | 20 -
www/firefox/patches/patch-js_src_shell_jsoptparse.cpp | 13 +-
www/firefox/patches/patch-media_webrtc_trunk_webrtc_modules_audio__coding_codecs_opus_opus.gypi | 20 +-
www/firefox/patches/patch-media_webrtc_trunk_webrtc_modules_audio__coding_neteq_neteq.gypi | 28 +
www/firefox/patches/patch-media_webrtc_trunk_webrtc_modules_video__capture_video__capture.gypi | 44 +-
www/firefox/patches/patch-media_webrtc_trunk_webrtc_modules_video__coding_main_source_receiver.cc | 20 -
www/firefox/patches/patch-mfbt_Attributes.h | 18 +-
www/firefox/patches/patch-netwerk_base_nsNetUtil.h | 39 +
www/firefox/patches/patch-netwerk_base_public_nsNetUtil.h | 42 -
www/firefox/patches/patch-netwerk_dns_Makefile.in | 15 -
www/firefox/patches/patch-netwerk_dns_moz.build | 14 +-
www/firefox/patches/patch-rc | 8 +-
www/firefox/patches/patch-security_manager_boot_src_CertBlocklist.cpp | 15 -
www/firefox/patches/patch-toolkit_library_moz.build | 13 +-
www/firefox/patches/patch-toolkit_modules_GMPInstallManager.jsm | 22 +-
www/firefox/patches/patch-toolkit_modules_GMPUtils.jsm | 12 +
www/firefox/patches/patch-toolkit_mozapps_extensions_internal_GMPProvider.jsm | 98 +-
www/firefox/patches/patch-widget_gtk_gtk3drawing.c | 398 +++++++++-
www/firefox/patches/patch-widget_gtk_nsNativeThemeGTK.cpp | 15 +-
www/firefox/patches/patch-xpcom_base_nsStackWalk.cpp | 12 +-
www/firefox/patches/patch-xpcom_build_XPCOMInit.cpp | 12 +-
44 files changed, 889 insertions(+), 857 deletions(-)
diffs (truncated from 3229 to 300 lines):
diff -r bec2f78edd83 -r 4e258419b134 www/firefox/Makefile
--- a/www/firefox/Makefile Tue May 12 17:10:30 2015 +0000
+++ b/www/firefox/Makefile Tue May 12 22:48:54 2015 +0000
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.210 2015/04/25 14:25:01 tnn Exp $
+# $NetBSD: Makefile,v 1.211 2015/05/12 22:48:54 ryoon Exp $
FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
-MOZ_BRANCH= 37.0.2
+MOZ_BRANCH= 38.0
MOZ_BRANCH_MINOR=
DISTNAME= firefox-${FIREFOX_VER}.source
PKGNAME= firefox-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//}
-PKGREVISION= 1
CATEGORIES= www
-MASTER_SITES= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
+MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/}
EXTRACT_SUFX= .tar.bz2
diff -r bec2f78edd83 -r 4e258419b134 www/firefox/PLIST
--- a/www/firefox/PLIST Tue May 12 17:10:30 2015 +0000
+++ b/www/firefox/PLIST Tue May 12 22:48:54 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.95 2015/04/16 23:36:24 hiramatsu Exp $
+@comment $NetBSD: PLIST,v 1.96 2015/05/12 22:48:54 ryoon Exp $
bin/firefox
lib/firefox/application.ini
lib/firefox/browser/blocklist.xml
@@ -16,6 +16,7 @@
lib/firefox/browser/chrome/browser/content/branding/icon64.png
lib/firefox/browser/chrome/browser/content/branding/identity-icons-brand.png
lib/firefox/browser/chrome/browser/content/branding/identity-icons-brand%2x.png@localhost
+lib/firefox/browser/chrome/browser/content/branding/silhouette-40.svg
lib/firefox/browser/chrome/browser/content/browser/aboutDialog.css
lib/firefox/browser/chrome/browser/content/browser/aboutDialog.js
lib/firefox/browser/chrome/browser/content/browser/aboutDialog.xul
@@ -30,6 +31,7 @@
lib/firefox/browser/chrome/browser/content/browser/aboutSessionRestore.js
lib/firefox/browser/chrome/browser/content/browser/aboutSessionRestore.xhtml
lib/firefox/browser/chrome/browser/content/browser/aboutSocialError.xhtml
+lib/firefox/browser/chrome/browser/content/browser/aboutTabCrashed.css
lib/firefox/browser/chrome/browser/content/browser/aboutTabCrashed.js
lib/firefox/browser/chrome/browser/content/browser/aboutTabCrashed.xhtml
lib/firefox/browser/chrome/browser/content/browser/aboutWelcomeBack.xhtml
@@ -76,7 +78,6 @@
lib/firefox/browser/chrome/browser/content/browser/bookmarks/bookmarksPanel.js
lib/firefox/browser/chrome/browser/content/browser/bookmarks/bookmarksPanel.xul
lib/firefox/browser/chrome/browser/content/browser/bookmarks/sidebarUtils.js
-lib/firefox/browser/chrome/browser/content/browser/browser-eme.properties
lib/firefox/browser/chrome/browser/content/browser/browser-tabPreviews.xml
lib/firefox/browser/chrome/browser/content/browser/browser.css
lib/firefox/browser/chrome/browser/content/browser/browser.js
@@ -234,8 +235,10 @@
lib/firefox/browser/chrome/browser/content/browser/devtools/webaudioeditor/controller.js
lib/firefox/browser/chrome/browser/content/browser/devtools/webaudioeditor/includes.js
lib/firefox/browser/chrome/browser/content/browser/devtools/webaudioeditor/models.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/webaudioeditor/views/automation.js
lib/firefox/browser/chrome/browser/content/browser/devtools/webaudioeditor/views/context.js
lib/firefox/browser/chrome/browser/content/browser/devtools/webaudioeditor/views/inspector.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/webaudioeditor/views/properties.js
lib/firefox/browser/chrome/browser/content/browser/devtools/webaudioeditor/views/utils.js
lib/firefox/browser/chrome/browser/content/browser/devtools/webconsole.xul
lib/firefox/browser/chrome/browser/content/browser/devtools/widgets.css
@@ -449,6 +452,8 @@
lib/firefox/browser/chrome/browser/content/browser/preferences/tabs.xul
lib/firefox/browser/chrome/browser/content/browser/preferences/translation.js
lib/firefox/browser/chrome/browser/content/browser/preferences/translation.xul
+lib/firefox/browser/chrome/browser/content/browser/readinglist/sidebar.js
+lib/firefox/browser/chrome/browser/content/browser/readinglist/sidebar.xhtml
lib/firefox/browser/chrome/browser/content/browser/report-phishing-overlay.xul
lib/firefox/browser/chrome/browser/content/browser/safeMode.css
lib/firefox/browser/chrome/browser/content/browser/safeMode.js
@@ -501,7 +506,7 @@
lib/firefox/browser/chrome/browser/content/browser/web-panels.xul
lib/firefox/browser/chrome/browser/content/browser/webrtcIndicator.js
lib/firefox/browser/chrome/browser/content/browser/webrtcIndicator.xul
-lib/firefox/browser/chrome/browser/default_permissions
+lib/firefox/browser/chrome/browser/defaults/permissions
lib/firefox/browser/chrome/browser/skin/classic/browser/Geolocation-16.png
lib/firefox/browser/chrome/browser/skin/classic/browser/Geolocation-64.png
lib/firefox/browser/chrome/browser/skin/classic/browser/Info.png
@@ -668,6 +673,7 @@
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/noise.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/performance-icons.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/performance.css
+lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/power.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/profiler-stopwatch-checked.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/profiler-stopwatch.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/profiler.css
@@ -731,8 +737,6 @@
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/webconsole%2x.png@localhost
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/webconsole_networkpanel.css
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/widgets.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/dots.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/dots%2x.png@localhost
lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/allDownloadsViewOverlay.css
lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/buttons.png
lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/contentAreaDownloadsView.css
@@ -816,14 +820,18 @@
lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/applications.css
lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/dialog.css
lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/favicon.ico
-lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/icons.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/icons%2x.png@localhost
+lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/icons.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/search.css
lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/mail.png
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/reader-tour.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/readerMode.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/readinglist/icons.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/readinglist/readinglist-icon.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/readinglist/sidebar.css
lib/firefox/browser/chrome/browser/skin/classic/browser/reload-stop-go.png
lib/firefox/browser/chrome/browser/skin/classic/browser/sanitizeDialog.css
lib/firefox/browser/chrome/browser/skin/classic/browser/search-engine-placeholder.png
@@ -833,6 +841,7 @@
lib/firefox/browser/chrome/browser/skin/classic/browser/search-indicator.png
lib/firefox/browser/chrome/browser/skin/classic/browser/search-pref.png
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/setDesktopBackground.css
lib/firefox/browser/chrome/browser/skin/classic/browser/slowStartup-16.png
lib/firefox/browser/chrome/browser/skin/classic/browser/social/chat-icons.svg
@@ -858,9 +867,11 @@
lib/firefox/browser/chrome/browser/skin/classic/browser/syncProgress.css
lib/firefox/browser/chrome/browser/skin/classic/browser/syncQuota.css
lib/firefox/browser/chrome/browser/skin/classic/browser/syncSetup.css
+lib/firefox/browser/chrome/browser/skin/classic/browser/tab-crashed.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/alltabs-inverted.png
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/pendingpaint.png
lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-active-middle.png
@@ -887,6 +898,7 @@
lib/firefox/browser/chrome/browser/skin/classic/browser/translation-16.png
lib/firefox/browser/chrome/browser/skin/classic/browser/translation-16%2x.png@localhost
lib/firefox/browser/chrome/browser/skin/classic/browser/undoCloseTab.png
+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/warning16.png
lib/firefox/browser/chrome/browser/skin/classic/browser/warning16%2x.png@localhost
@@ -903,6 +915,7 @@
lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-sharingDevice-16.png
lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-sharingMicrophone-16.png
lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-sharingScreen-16.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/welcome-back.svg
lib/firefox/browser/chrome/browser/skin/classic/communicator/communicator.css
lib/firefox/browser/chrome/chrome.manifest
lib/firefox/browser/chrome/en-US/locale/branding/brand.dtd
@@ -919,6 +932,7 @@
lib/firefox/browser/chrome/en-US/locale/browser/aboutRobots.dtd
lib/firefox/browser/chrome/en-US/locale/browser/aboutSessionRestore.dtd
lib/firefox/browser/chrome/en-US/locale/browser/aboutSyncTabs.dtd
+lib/firefox/browser/chrome/en-US/locale/browser/aboutTabCrashed.dtd
lib/firefox/browser/chrome/en-US/locale/browser/accounts.properties
lib/firefox/browser/chrome/en-US/locale/browser/appstrings.properties
lib/firefox/browser/chrome/en-US/locale/browser/baseMenuOverlay.dtd
@@ -937,6 +951,7 @@
lib/firefox/browser/chrome/en-US/locale/browser/devtools/connection-screen.properties
lib/firefox/browser/chrome/en-US/locale/browser/devtools/debugger.dtd
lib/firefox/browser/chrome/en-US/locale/browser/devtools/debugger.properties
+lib/firefox/browser/chrome/en-US/locale/browser/devtools/device.properties
lib/firefox/browser/chrome/en-US/locale/browser/devtools/eyedropper.properties
lib/firefox/browser/chrome/en-US/locale/browser/devtools/font-inspector.dtd
lib/firefox/browser/chrome/en-US/locale/browser/devtools/gcli.properties
@@ -954,6 +969,7 @@
lib/firefox/browser/chrome/en-US/locale/browser/devtools/scratchpad.properties
lib/firefox/browser/chrome/en-US/locale/browser/devtools/shadereditor.dtd
lib/firefox/browser/chrome/en-US/locale/browser/devtools/shadereditor.properties
+lib/firefox/browser/chrome/en-US/locale/browser/devtools/shared.properties
lib/firefox/browser/chrome/en-US/locale/browser/devtools/sourceeditor.dtd
lib/firefox/browser/chrome/en-US/locale/browser/devtools/sourceeditor.properties
lib/firefox/browser/chrome/en-US/locale/browser/devtools/storage.properties
@@ -1316,6 +1332,10 @@
lib/firefox/browser/chrome/webide/content/details.xhtml
lib/firefox/browser/chrome/webide/content/devicepreferences.js
lib/firefox/browser/chrome/webide/content/devicepreferences.xhtml
+lib/firefox/browser/chrome/webide/content/devicesettings.js
+lib/firefox/browser/chrome/webide/content/devicesettings.xhtml
+lib/firefox/browser/chrome/webide/content/logs.js
+lib/firefox/browser/chrome/webide/content/logs.xhtml
lib/firefox/browser/chrome/webide/content/monitor.js
lib/firefox/browser/chrome/webide/content/monitor.xhtml
lib/firefox/browser/chrome/webide/content/newapp.js
@@ -1328,11 +1348,14 @@
lib/firefox/browser/chrome/webide/content/runtimedetails.xhtml
lib/firefox/browser/chrome/webide/content/webide.js
lib/firefox/browser/chrome/webide/content/webide.xul
+lib/firefox/browser/chrome/webide/content/wifi-auth.js
+lib/firefox/browser/chrome/webide/content/wifi-auth.xhtml
lib/firefox/browser/chrome/webide/skin/addons.css
+lib/firefox/browser/chrome/webide/skin/config-view.css
lib/firefox/browser/chrome/webide/skin/deck.css
lib/firefox/browser/chrome/webide/skin/details.css
-lib/firefox/browser/chrome/webide/skin/devicepreferences.css
lib/firefox/browser/chrome/webide/skin/icons.png
+lib/firefox/browser/chrome/webide/skin/logs.css
lib/firefox/browser/chrome/webide/skin/monitor.css
lib/firefox/browser/chrome/webide/skin/newapp.css
lib/firefox/browser/chrome/webide/skin/permissionstable.css
@@ -1340,13 +1363,12 @@
lib/firefox/browser/chrome/webide/skin/runtimedetails.css
lib/firefox/browser/chrome/webide/skin/throbber.svg
lib/firefox/browser/chrome/webide/skin/webide.css
+lib/firefox/browser/chrome/webide/skin/wifi-auth.css
lib/firefox/browser/components/ChromeProfileMigrator.js
-lib/firefox/browser/components/DownloadsStartup.js
lib/firefox/browser/components/ExperimentsService.js
lib/firefox/browser/components/FeedConverter.js
lib/firefox/browser/components/FeedWriter.js
lib/firefox/browser/components/FirefoxProfileMigrator.js
-lib/firefox/browser/components/PlacesProtocolHandler.js
lib/firefox/browser/components/ProfileMigrator.js
lib/firefox/browser/components/SelfSupportService.js
lib/firefox/browser/components/WebContentConverter.js
@@ -1360,7 +1382,6 @@
lib/firefox/browser/components/nsSessionStartup.js
lib/firefox/browser/components/nsSessionStore.js
lib/firefox/browser/components/nsSetDefaultBrowser.js
-lib/firefox/browser/components/nsSidebar.js
lib/firefox/browser/components/webideCli.js
lib/firefox/browser/defaults/preferences/firefox-branding.js
lib/firefox/browser/defaults/preferences/firefox-l10n.js
@@ -1379,6 +1400,7 @@
lib/firefox/browser/modules/BrowserUITelemetry.jsm
lib/firefox/browser/modules/CastingApps.jsm
lib/firefox/browser/modules/Chat.jsm
+lib/firefox/browser/modules/ContentClick.jsm
lib/firefox/browser/modules/ContentLinkHandler.jsm
lib/firefox/browser/modules/ContentObservers.jsm
lib/firefox/browser/modules/ContentSearch.jsm
@@ -1391,6 +1413,7 @@
lib/firefox/browser/modules/DownloadsCommon.jsm
lib/firefox/browser/modules/DownloadsLogger.jsm
lib/firefox/browser/modules/DownloadsTaskbar.jsm
+lib/firefox/browser/modules/DownloadsViewUI.jsm
lib/firefox/browser/modules/DragPositionManager.jsm
lib/firefox/browser/modules/E10SUtils.jsm
lib/firefox/browser/modules/Feeds.jsm
@@ -1403,6 +1426,8 @@
lib/firefox/browser/modules/PanelWideWidgetTracker.jsm
lib/firefox/browser/modules/PlacesUIUtils.jsm
lib/firefox/browser/modules/PluginContent.jsm
+lib/firefox/browser/modules/ProcessHangMonitor.jsm
+lib/firefox/browser/modules/ReaderParent.jsm
lib/firefox/browser/modules/RecentWindow.jsm
lib/firefox/browser/modules/RemotePrompt.jsm
lib/firefox/browser/modules/ScrollbarSampler.jsm
@@ -1420,7 +1445,6 @@
lib/firefox/browser/modules/devtools/DOMHelpers.jsm
lib/firefox/browser/modules/devtools/DeveloperToolbar.jsm
lib/firefox/browser/modules/devtools/FlameGraph.jsm
-lib/firefox/browser/modules/devtools/FloatingScrollbars.jsm
lib/firefox/browser/modules/devtools/Graphs.jsm
lib/firefox/browser/modules/devtools/GraphsWorker.js
lib/firefox/browser/modules/devtools/Jsbeautify.jsm
@@ -1465,11 +1489,8 @@
lib/firefox/browser/modules/devtools/markupview/html-editor.js
lib/firefox/browser/modules/devtools/markupview/markup-view.js
lib/firefox/browser/modules/devtools/netmonitor/panel.js
-lib/firefox/browser/modules/devtools/profiler/global.js
lib/firefox/browser/modules/devtools/profiler/panel.js
lib/firefox/browser/modules/devtools/profiler/shared.js
-lib/firefox/browser/modules/devtools/profiler/tree-model.js
-lib/firefox/browser/modules/devtools/profiler/tree-view.js
lib/firefox/browser/modules/devtools/projecteditor/editors.js
lib/firefox/browser/modules/devtools/projecteditor/helpers/event.js
lib/firefox/browser/modules/devtools/projecteditor/helpers/file-picker.js
@@ -1497,6 +1518,7 @@
lib/firefox/browser/modules/devtools/projecteditor/stores/resource.js
lib/firefox/browser/modules/devtools/projecteditor/tree.js
lib/firefox/browser/modules/devtools/resize-commands.js
+lib/firefox/browser/modules/devtools/responsivedesign-child.js
lib/firefox/browser/modules/devtools/responsivedesign.jsm
lib/firefox/browser/modules/devtools/scratchpad-manager.jsm
lib/firefox/browser/modules/devtools/scratchpad/scratchpad-commands.js
@@ -1504,13 +1526,23 @@
lib/firefox/browser/modules/devtools/shadereditor/panel.js
lib/firefox/browser/modules/devtools/shared/autocomplete-popup.js
lib/firefox/browser/modules/devtools/shared/d3.js
+lib/firefox/browser/modules/devtools/shared/devices.js
lib/firefox/browser/modules/devtools/shared/doorhanger.js
lib/firefox/browser/modules/devtools/shared/frame-script-utils.js
lib/firefox/browser/modules/devtools/shared/inplace-editor.js
lib/firefox/browser/modules/devtools/shared/observable-object.js
+lib/firefox/browser/modules/devtools/shared/options-view.js
+lib/firefox/browser/modules/devtools/shared/profiler/global.js
+lib/firefox/browser/modules/devtools/shared/profiler/tree-model.js
+lib/firefox/browser/modules/devtools/shared/profiler/tree-view.js
lib/firefox/browser/modules/devtools/shared/telemetry.js
lib/firefox/browser/modules/devtools/shared/theme-switching.js
lib/firefox/browser/modules/devtools/shared/theme.js
Home |
Main Index |
Thread Index |
Old Index