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 30.0
details: https://anonhg.NetBSD.org/pkgsrc/rev/a6618ecf4ded
branches: trunk
changeset: 635777:a6618ecf4ded
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Wed Jun 11 00:40:59 2014 +0000
description:
Update to 30.0
* debug build is broken
Changelog:
New
Sidebars button in browser chrome enables faster access to social, bookmark, & history sidebars
New
Mac OS X command-E sets find term to selected text
New
Support for GStreamer 1.0
Changed
Disallow calling WebIDL constructors as functions on the web
Developer
With the exception of those bundled inside an extension or ones that are whitelisted, plugins will no longer be activated by default (see blog post)
Developer
Fixes to box-shadow and other visual overflow (see bug 480888)
Developer
Mute and volume available per window when using WebAudio
Developer
background-blend-mode enabled by default
Developer
Use of line-height allowed for <input type="reset|button|submit">
Developer
ES6 array and generator comprehensions implemented (read docs for more details)
Developer
Error stack now contains column number
Developer
Support for alpha option in canvas context options (feature description)
Fixed
Ignore autocomplete="off" when offering to save passwords via the password manager (see 956906)
Fixed
TypedArrays don't support new named properties (see 695438)
Fixed
Various security fixes
Fixed in Firefox 30
MFSA 2014-54 Buffer overflow in Gamepad API
MFSA 2014-53 Buffer overflow in Web Audio Speex resampler
MFSA 2014-52 Use-after-free with SMIL Animation Controller
MFSA 2014-51 Use-after-free in Event Listener Manager
MFSA 2014-50 Clickjacking through cursor invisability after Flash interaction
MFSA 2014-49 Use-after-free and out of bounds issues found using Address Sanitizer
MFSA 2014-48 Miscellaneous memory safety hazards (rv:30.0 / rv:24.6)
diffstat:
www/firefox/Makefile | 5 +-
www/firefox/PLIST | 204 +-
www/firefox/distinfo | 79 +-
www/firefox/mozilla-common.mk | 9 +-
www/firefox/patches/patch-aa | 257 +-
www/firefox/patches/patch-as | 31 +-
www/firefox/patches/patch-config_external_moz.build | 25 +-
www/firefox/patches/patch-config_system-headers | 11 +-
www/firefox/patches/patch-content_base_src_Makefile.in | 15 -
www/firefox/patches/patch-content_media_AudioStream.h | 13 +-
www/firefox/patches/patch-content_media_Makefile.in | 11 +-
www/firefox/patches/patch-content_media_gstreamer_GStreamerAllocator.cpp | 210 +--
www/firefox/patches/patch-content_media_gstreamer_GStreamerAllocator.h | 30 -
www/firefox/patches/patch-content_media_gstreamer_GStreamerFormatHelper.cpp | 29 -
www/firefox/patches/patch-content_media_gstreamer_GStreamerFunctionList.h | 169 -
www/firefox/patches/patch-content_media_gstreamer_GStreamerLoader.cpp | 97 -
www/firefox/patches/patch-content_media_gstreamer_GStreamerLoader.h | 24 -
www/firefox/patches/patch-content_media_gstreamer_GStreamerReader-0.10.cpp | 205 --
www/firefox/patches/patch-content_media_gstreamer_GStreamerReader.cpp | 975 ----------
www/firefox/patches/patch-content_media_gstreamer_GStreamerReader.h | 103 -
www/firefox/patches/patch-content_media_gstreamer_moz.build | 25 -
www/firefox/patches/patch-content_media_test_manifest.js | 17 -
www/firefox/patches/patch-dom_system_OSFileConstants.cpp | 31 +-
www/firefox/patches/patch-gfx__skia__include__core__SkPreConfig.h | 16 -
www/firefox/patches/patch-gfx_skia_Makefile.in | 8 +-
www/firefox/patches/patch-gfx_skia_moz.build | 13 -
www/firefox/patches/patch-gfx_skia_src_utils_SkThreadUtils__pthread__linux.cpp | 86 -
www/firefox/patches/patch-ipc_chromium_Makefile.in | 22 +-
www/firefox/patches/patch-ipc_chromium_src_base_message__loop.cc | 8 +-
www/firefox/patches/patch-ipc_glue_GeckoChildProcessHost.cpp | 46 +-
www/firefox/patches/patch-media_libcubeb_src_Makefile.in | 13 +-
www/firefox/patches/patch-media_webrtc_trunk_webrtc_modules_video__capture_linux_device__info__linux.cc | 14 +-
www/firefox/patches/patch-media_webrtc_trunk_webrtc_modules_video__capture_linux_video__capture__linux.cc | 14 +-
www/firefox/patches/patch-netwerk_sctp_src_netinet6_sctp6__usrreq.c | 13 -
www/firefox/patches/patch-netwerk_sctp_src_netinet_sctp__os__userspace.h | 41 -
www/firefox/patches/patch-netwerk_sctp_src_netinet_sctp__usrreq.c | 13 -
www/firefox/patches/patch-netwerk_sctp_src_user__recv__thread.c | 13 -
www/firefox/patches/patch-netwerk_sctp_src_user__socket.c | 53 -
www/firefox/patches/patch-netwerk_sctp_src_user__socketvar.h | 27 -
www/firefox/patches/patch-toolkit_components_osfile_modules_osfile__unix__allthreads.jsm | 13 -
www/firefox/patches/patch-toolkit_components_osfile_modules_osfile__unix__back.jsm | 34 +-
www/firefox/patches/patch-toolkit_xre_nsAppRunner.cpp | 36 -
www/firefox/patches/patch-xpcom_base_nsStackWalk.cpp | 35 +-
www/firefox/patches/patch-xpcom_base_nscore.h | 10 +-
www/firefox/patches/patch-xpcom_build_PoisonIOInterposer.h | 27 +-
www/firefox/patches/patch-xpcom_glue_standalone_nsXPCOMGlue.cpp | 34 -
www/firefox/patches/patch-xpcom_io_nsLocalFileUnix.cpp | 13 -
47 files changed, 444 insertions(+), 2733 deletions(-)
diffs (truncated from 4243 to 300 lines):
diff -r 25af8ac01b95 -r a6618ecf4ded www/firefox/Makefile
--- a/www/firefox/Makefile Tue Jun 10 23:50:49 2014 +0000
+++ b/www/firefox/Makefile Wed Jun 11 00:40:59 2014 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.169 2014/06/09 14:18:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.170 2014/06/11 00:40:59 ryoon Exp $
FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
-MOZ_BRANCH= 29.0.1
+MOZ_BRANCH= 30.0
MOZ_BRANCH_MINOR=
-PKGREVISION= 3
DISTNAME= firefox-${FIREFOX_VER}.source
PKGNAME= firefox-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//}
diff -r 25af8ac01b95 -r a6618ecf4ded www/firefox/PLIST
--- a/www/firefox/PLIST Tue Jun 10 23:50:49 2014 +0000
+++ b/www/firefox/PLIST Wed Jun 11 00:40:59 2014 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.81 2014/05/28 03:25:25 pho Exp $
+@comment $NetBSD: PLIST,v 1.82 2014/06/11 00:40:59 ryoon Exp $
bin/firefox
lib/firefox/application.ini
lib/firefox/browser/blocklist.xml
@@ -32,10 +32,6 @@
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/fonts.css
-lib/firefox/browser/chrome/browser/content/browser/aboutaccounts/fonts/clearsans-regular.woff
-lib/firefox/browser/chrome/browser/content/browser/aboutaccounts/fonts/firasans-light.woff
-lib/firefox/browser/chrome/browser/content/browser/aboutaccounts/fonts/firasans-regular.woff
lib/firefox/browser/chrome/browser/content/browser/aboutaccounts/images/fox.png
lib/firefox/browser/chrome/browser/content/browser/aboutaccounts/images/graphic_sync_intro.png
lib/firefox/browser/chrome/browser/content/browser/aboutaccounts/images/graphic_sync_intro%2x.png@localhost
@@ -430,6 +426,7 @@
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/common.css
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/computedview.css
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/controls.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/controls%2x.png@localhost
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/dark-theme.css
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/debugger-blackbox-eye.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/debugger-blackbox.png
@@ -452,7 +449,6 @@
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/floating-scrollbars-light.css
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/floating-scrollbars.css
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/font-inspector.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/inspect-button.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/inspector.css
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/itemArrow-dark-ltr.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/itemArrow-dark-rtl.png
@@ -640,7 +636,10 @@
lib/firefox/browser/chrome/browser/skin/classic/browser/urlbar-arrow.png
lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-shareDevice-16.png
lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-shareDevice-64.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-shareMicrophone-16.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-shareMicrophone-64.png
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/communicator/communicator.css
lib/firefox/browser/chrome/chrome.manifest
lib/firefox/browser/chrome/en-US/locale/branding/brand.dtd
@@ -764,10 +763,10 @@
lib/firefox/browser/chrome/icons/default/default48.png
lib/firefox/browser/chrome/pdfjs/LICENSE
lib/firefox/browser/chrome/pdfjs/README.mozilla
-lib/firefox/browser/chrome/pdfjs/components/PdfRedirector.js
-lib/firefox/browser/chrome/pdfjs/components/PdfStreamConverter.js
lib/firefox/browser/chrome/pdfjs/content/PdfJs.jsm
lib/firefox/browser/chrome/pdfjs/content/PdfJsTelemetry.jsm
+lib/firefox/browser/chrome/pdfjs/content/PdfRedirector.jsm
+lib/firefox/browser/chrome/pdfjs/content/PdfStreamConverter.jsm
lib/firefox/browser/chrome/pdfjs/content/build/pdf.js
lib/firefox/browser/chrome/pdfjs/content/build/pdf.worker.js
lib/firefox/browser/chrome/pdfjs/content/default_preferences.js
@@ -779,44 +778,75 @@
lib/firefox/browser/chrome/pdfjs/content/web/images/annotation-insert.svg
lib/firefox/browser/chrome/pdfjs/content/web/images/annotation-key.svg
lib/firefox/browser/chrome/pdfjs/content/web/images/annotation-newparagraph.svg
+lib/firefox/browser/chrome/pdfjs/content/web/images/annotation-noicon.svg
lib/firefox/browser/chrome/pdfjs/content/web/images/annotation-note.svg
lib/firefox/browser/chrome/pdfjs/content/web/images/annotation-paragraph.svg
lib/firefox/browser/chrome/pdfjs/content/web/images/findbarButton-next-rtl.png
+lib/firefox/browser/chrome/pdfjs/content/web/images/findbarButton-next-rtl%2x.png@localhost
lib/firefox/browser/chrome/pdfjs/content/web/images/findbarButton-next.png
+lib/firefox/browser/chrome/pdfjs/content/web/images/findbarButton-next%2x.png@localhost
lib/firefox/browser/chrome/pdfjs/content/web/images/findbarButton-previous-rtl.png
+lib/firefox/browser/chrome/pdfjs/content/web/images/findbarButton-previous-rtl%2x.png@localhost
lib/firefox/browser/chrome/pdfjs/content/web/images/findbarButton-previous.png
+lib/firefox/browser/chrome/pdfjs/content/web/images/findbarButton-previous%2x.png@localhost
lib/firefox/browser/chrome/pdfjs/content/web/images/grab.cur
lib/firefox/browser/chrome/pdfjs/content/web/images/grabbing.cur
lib/firefox/browser/chrome/pdfjs/content/web/images/loading-icon.gif
lib/firefox/browser/chrome/pdfjs/content/web/images/loading-small.png
lib/firefox/browser/chrome/pdfjs/content/web/images/secondaryToolbarButton-documentProperties.png
+lib/firefox/browser/chrome/pdfjs/content/web/images/secondaryToolbarButton-documentProperties%2x.png@localhost
lib/firefox/browser/chrome/pdfjs/content/web/images/secondaryToolbarButton-firstPage.png
+lib/firefox/browser/chrome/pdfjs/content/web/images/secondaryToolbarButton-firstPage%2x.png@localhost
lib/firefox/browser/chrome/pdfjs/content/web/images/secondaryToolbarButton-handTool.png
+lib/firefox/browser/chrome/pdfjs/content/web/images/secondaryToolbarButton-handTool%2x.png@localhost
lib/firefox/browser/chrome/pdfjs/content/web/images/secondaryToolbarButton-lastPage.png
+lib/firefox/browser/chrome/pdfjs/content/web/images/secondaryToolbarButton-lastPage%2x.png@localhost
lib/firefox/browser/chrome/pdfjs/content/web/images/secondaryToolbarButton-rotateCcw.png
+lib/firefox/browser/chrome/pdfjs/content/web/images/secondaryToolbarButton-rotateCcw%2x.png@localhost
lib/firefox/browser/chrome/pdfjs/content/web/images/secondaryToolbarButton-rotateCw.png
+lib/firefox/browser/chrome/pdfjs/content/web/images/secondaryToolbarButton-rotateCw%2x.png@localhost
lib/firefox/browser/chrome/pdfjs/content/web/images/shadow.png
lib/firefox/browser/chrome/pdfjs/content/web/images/texture.png
lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-bookmark.png
+lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-bookmark%2x.png@localhost
lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-download.png
+lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-download%2x.png@localhost
lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-menuArrows.png
+lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-menuArrows%2x.png@localhost
lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-openFile.png
+lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-openFile%2x.png@localhost
lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-pageDown-rtl.png
+lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-pageDown-rtl%2x.png@localhost
lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-pageDown.png
+lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-pageDown%2x.png@localhost
lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-pageUp-rtl.png
+lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-pageUp-rtl%2x.png@localhost
lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-pageUp.png
+lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-pageUp%2x.png@localhost
lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-presentationMode.png
+lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-presentationMode%2x.png@localhost
lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-print.png
+lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-print%2x.png@localhost
lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-search.png
+lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-search%2x.png@localhost
lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-secondaryToolbarToggle-rtl.png
+lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-secondaryToolbarToggle-rtl%2x.png@localhost
lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-secondaryToolbarToggle.png
+lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-secondaryToolbarToggle%2x.png@localhost
lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-sidebarToggle-rtl.png
+lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-sidebarToggle-rtl%2x.png@localhost
lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-sidebarToggle.png
+lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-sidebarToggle%2x.png@localhost
lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-viewOutline-rtl.png
+lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-viewOutline-rtl%2x.png@localhost
lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-viewOutline.png
+lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-viewOutline%2x.png@localhost
lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-viewThumbnail.png
+lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-viewThumbnail%2x.png@localhost
lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-zoomIn.png
+lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-zoomIn%2x.png@localhost
lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-zoomOut.png
+lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-zoomOut%2x.png@localhost
lib/firefox/browser/chrome/pdfjs/content/web/l10n.js
lib/firefox/browser/chrome/pdfjs/content/web/viewer.css
lib/firefox/browser/chrome/pdfjs/content/web/viewer.html
@@ -835,7 +865,7 @@
lib/firefox/browser/components/devtools-clhandler.js
lib/firefox/browser/components/fuelApplication.js
lib/firefox/browser/components/interfaces.xpt
-lib/firefox/browser/components/libbrowsercomps${DLL_SUFFIX}
+lib/firefox/browser/components/libbrowsercomps.so
lib/firefox/browser/components/nsBrowserContentHandler.js
lib/firefox/browser/components/nsBrowserGlue.js
lib/firefox/browser/components/nsSessionStartup.js
@@ -858,6 +888,7 @@
lib/firefox/browser/modules/BrowserNewTabPreloader.jsm
lib/firefox/browser/modules/BrowserUITelemetry.jsm
lib/firefox/browser/modules/ContentClick.jsm
+lib/firefox/browser/modules/ContentLinkHandler.jsm
lib/firefox/browser/modules/CustomizableUI.jsm
lib/firefox/browser/modules/CustomizableWidgets.jsm
lib/firefox/browser/modules/CustomizationTabPreloader.jsm
@@ -866,6 +897,7 @@
lib/firefox/browser/modules/DownloadsLogger.jsm
lib/firefox/browser/modules/DownloadsTaskbar.jsm
lib/firefox/browser/modules/DragPositionManager.jsm
+lib/firefox/browser/modules/Feeds.jsm
lib/firefox/browser/modules/MigrationUtils.jsm
lib/firefox/browser/modules/NetworkPrioritizer.jsm
lib/firefox/browser/modules/PanelWideWidgetTracker.jsm
@@ -878,6 +910,7 @@
lib/firefox/browser/modules/Social.jsm
lib/firefox/browser/modules/TabCrashReporter.jsm
lib/firefox/browser/modules/UITour.jsm
+lib/firefox/browser/modules/WebappManager.jsm
lib/firefox/browser/modules/devtools/AppCacheUtils.jsm
lib/firefox/browser/modules/devtools/BreadcrumbsWidget.jsm
lib/firefox/browser/modules/devtools/BuiltinCommands.jsm
@@ -939,7 +972,6 @@
lib/firefox/browser/modules/devtools/scratchpad/scratchpad-panel.js
lib/firefox/browser/modules/devtools/shadereditor/panel.js
lib/firefox/browser/modules/devtools/shared/autocomplete-popup.js
-lib/firefox/browser/modules/devtools/shared/event-emitter.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/telemetry.js
@@ -957,6 +989,7 @@
lib/firefox/browser/modules/devtools/styleeditor/styleeditor-panel.js
lib/firefox/browser/modules/devtools/styleeditor/utils.js
lib/firefox/browser/modules/devtools/styleinspector/computed-view.js
+lib/firefox/browser/modules/devtools/styleinspector/css-parsing-utils.js
lib/firefox/browser/modules/devtools/styleinspector/rule-view.js
lib/firefox/browser/modules/devtools/styleinspector/style-inspector.js
lib/firefox/browser/modules/devtools/tilt/TiltWorkerCrafter.js
@@ -976,14 +1009,12 @@
lib/firefox/browser/modules/offlineAppCache.jsm
lib/firefox/browser/modules/sessionstore/ContentRestore.jsm
lib/firefox/browser/modules/sessionstore/DocShellCapabilities.jsm
-lib/firefox/browser/modules/sessionstore/FormData.jsm
lib/firefox/browser/modules/sessionstore/FrameTree.jsm
lib/firefox/browser/modules/sessionstore/GlobalState.jsm
lib/firefox/browser/modules/sessionstore/PageStyle.jsm
lib/firefox/browser/modules/sessionstore/PrivacyFilter.jsm
lib/firefox/browser/modules/sessionstore/PrivacyLevel.jsm
lib/firefox/browser/modules/sessionstore/RecentlyClosedTabsAndWindowsMenuUtils.jsm
-lib/firefox/browser/modules/sessionstore/ScrollPosition.jsm
lib/firefox/browser/modules/sessionstore/SessionCookies.jsm
lib/firefox/browser/modules/sessionstore/SessionFile.jsm
lib/firefox/browser/modules/sessionstore/SessionHistory.jsm
@@ -996,9 +1027,7 @@
lib/firefox/browser/modules/sessionstore/TabState.jsm
lib/firefox/browser/modules/sessionstore/TabStateCache.jsm
lib/firefox/browser/modules/sessionstore/Utils.jsm
-lib/firefox/browser/modules/sessionstore/XPathGenerator.jsm
lib/firefox/browser/modules/tabview/utils.jsm
-lib/firefox/browser/modules/webappsUI.jsm
lib/firefox/browser/modules/webrtcUI.jsm
lib/firefox/browser/searchplugins/amazondotcom.xml
lib/firefox/browser/searchplugins/bing.xml
@@ -1241,6 +1270,7 @@
lib/firefox/chrome/toolkit/content/global/XPCNativeWrapper.js
lib/firefox/chrome/toolkit/content/global/about.js
lib/firefox/chrome/toolkit/content/global/about.xhtml
+lib/firefox/chrome/toolkit/content/global/aboutAbout.js
lib/firefox/chrome/toolkit/content/global/aboutAbout.xhtml
lib/firefox/chrome/toolkit/content/global/aboutCompartments.xhtml
lib/firefox/chrome/toolkit/content/global/aboutMemory.css
@@ -1757,21 +1787,19 @@
lib/firefox/components/AppsService.js
lib/firefox/components/BrowserElementParent.js
lib/firefox/components/ColorAnalyzer.js
-lib/firefox/components/ConsoleAPI.js
+lib/firefox/components/ConsoleAPIStorage.js
lib/firefox/components/ContactManager.js
lib/firefox/components/DataReportingService.js
lib/firefox/components/DataStoreService.js
lib/firefox/components/DownloadLegacy.js
lib/firefox/components/FeedProcessor.js
lib/firefox/components/FormHistoryStartup.js
-lib/firefox/components/HttpDataUsage.js
lib/firefox/components/MozKeyboard.js
lib/firefox/components/NetworkGeolocationProvider.js
lib/firefox/components/NotificationStorage.js
lib/firefox/components/PageThumbsProtocol.js
lib/firefox/components/Payment.js
lib/firefox/components/PaymentFlowInfo.js
-lib/firefox/components/PaymentRequestInfo.js
lib/firefox/components/PermissionSettings.js
lib/firefox/components/PhoneNumberService.js
lib/firefox/components/PlacesCategoriesStarter.js
@@ -1797,9 +1825,9 @@
lib/firefox/components/crypto-SDR.js
lib/firefox/components/interfaces.xpt
lib/firefox/components/jsconsole-clhandler.js
-${PLIST.gnome}lib/firefox/components/libdbusservice${DLL_SUFFIX}
-lib/firefox/components/libmozgnome${DLL_SUFFIX}
-${PLIST.gnome}lib/firefox/components/libnkgnomevfs${DLL_SUFFIX}
+${PLIST.gnome}lib/firefox/components/libdbusservice.so
+lib/firefox/components/libmozgnome.so
+${PLIST.gnome}lib/firefox/components/libnkgnomevfs.so
lib/firefox/components/marionettecomponent.js
lib/firefox/components/messageWakeupService.js
lib/firefox/components/nsBlocklistService.js
@@ -1881,17 +1909,11 @@
lib/firefox/hyphenation/hyph_sv.dic
lib/firefox/hyphenation/hyph_tr.dic
lib/firefox/hyphenation/hyph_uk.dic
-lib/firefox/libmozalloc${DLL_SUFFIX}
-${PLIST.mozglue}lib/firefox/libmozglue${DLL_SUFFIX}
-lib/firefox/libmozjs${DLL_SUFFIX}
-lib/firefox/libxul${DLL_SUFFIX}
+lib/firefox/libmozalloc.so
+lib/firefox/libxul.so
lib/firefox/modules/ActivitiesService.jsm
lib/firefox/modules/ActivitiesServiceFilter.jsm
-lib/firefox/modules/AddonLogging.jsm
lib/firefox/modules/AddonManager.jsm
-lib/firefox/modules/AddonRepository.jsm
-lib/firefox/modules/AddonRepository_SQLiteMigrator.jsm
-lib/firefox/modules/AddonUpdateChecker.jsm
lib/firefox/modules/AlarmDB.jsm
lib/firefox/modules/AlarmService.jsm
lib/firefox/modules/AppDownloadManager.jsm
@@ -1905,6 +1927,7 @@
lib/firefox/modules/BookmarkJSONUtils.jsm
lib/firefox/modules/BrowserElementParent.jsm
lib/firefox/modules/BrowserElementPromptService.jsm
+lib/firefox/modules/BrowserUtils.jsm
lib/firefox/modules/CSPUtils.jsm
lib/firefox/modules/CertUtils.jsm
lib/firefox/modules/CharsetMenu.jsm
@@ -1913,7 +1936,6 @@
lib/firefox/modules/ColorAnalyzer_worker.js
lib/firefox/modules/ColorConversion.js
Home |
Main Index |
Thread Index |
Old Index