summaryrefslogtreecommitdiff
path: root/www/firefox/PLIST
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2014-02-08 09:36:00 +0000
committerryoon <ryoon@pkgsrc.org>2014-02-08 09:36:00 +0000
commit3044fc42ecfac495bb88163b251e9e2e62c7b100 (patch)
treeb5cbf6313ec0da29002278dbcd4938dbd350532b /www/firefox/PLIST
parent77c23dedd6f5c2506d90ae948b85806533daf6be (diff)
downloadpkgsrc-3044fc42ecfac495bb88163b251e9e2e62c7b100.tar.gz
Update to 27.0
Changelog: NEW You can now run more than one service at a time with Firefox SocialAPI, allowing you to receive notifications, chat and more from multiple integrated services CHANGED Enabled TLS 1.1 (RFC 4346) and TLS 1.2 (RFC 5246) by default CHANGED Added support for SPDY 3.1 protocol DEVELOPER Ability to reset style sheets using 'all:unset' DEVELOPER You can now choose to deobfuscate javascript in the debugger (see 762761) DEVELOPER Added support for scrolled fieldsets (see 261037) DEVELOPER Implemented allow-popups directive for iframe sandbox, enabling increased security (see 766282) DEVELOPER CSS cursor keywords -moz-grab and -moz-grabbing have been unprefixed (see 880672) DEVELOPER Added support for ES6 generators in SpiderMonkey (see blog post) DEVELOPER Implemented support for mathematical function Math.hypot() in ES6 (see 896264) HTML5 Dashed line support on Canvas (see 768067) FIXED Get Azure/Skia content rendering working on Linux (see 740200) FIXED 27.0: Security fixes can be found here Fixed in Firefox 27 MFSA 2014-13 Inconsistent JavaScript handling of access to Window objects MFSA 2014-12 NSS ticket handling issues MFSA 2014-11 Crash when using web workers with asm.js MFSA 2014-10 Firefox default start page UI content invokable by script MFSA 2014-09 Cross-origin information leak through web workers MFSA 2014-08 Use-after-free with imgRequestProxy and image proccessing MFSA 2014-07 XSLT stylesheets treated as styles in Content Security Policy MFSA 2014-06 Profile path leaks to Android system log MFSA 2014-05 Information disclosure with *FromPoint on iframes MFSA 2014-04 Incorrect use of discarded images by RasterImage MFSA 2014-03 UI selection timeout missing on download prompts MFSA 2014-02 Clone protected content with XBL scopes MFSA 2014-01 Miscellaneous memory safety hazards (rv:27.0 / rv:24.3)
Diffstat (limited to 'www/firefox/PLIST')
-rw-r--r--www/firefox/PLIST107
1 files changed, 93 insertions, 14 deletions
diff --git a/www/firefox/PLIST b/www/firefox/PLIST
index d24434d357a..5147e997605 100644
--- a/www/firefox/PLIST
+++ b/www/firefox/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.76 2013/12/15 13:54:37 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.77 2014/02/08 09:36:00 ryoon Exp $
bin/firefox
lib/firefox/application.ini
lib/firefox/browser/blocklist.xml
@@ -80,11 +80,28 @@ lib/firefox/browser/chrome/browser/content/browser/devtools/app-manager/device.x
lib/firefox/browser/chrome/browser/content/browser/devtools/app-manager/help.xhtml
lib/firefox/browser/chrome/browser/content/browser/devtools/app-manager/index.js
lib/firefox/browser/chrome/browser/content/browser/devtools/app-manager/index.xul
+lib/firefox/browser/chrome/browser/content/browser/devtools/app-manager/manifest-editor.js
lib/firefox/browser/chrome/browser/content/browser/devtools/app-manager/projects.js
lib/firefox/browser/chrome/browser/content/browser/devtools/app-manager/projects.xhtml
lib/firefox/browser/chrome/browser/content/browser/devtools/app-manager/template.js
lib/firefox/browser/chrome/browser/content/browser/devtools/app-manager/utils.js
lib/firefox/browser/chrome/browser/content/browser/devtools/cleopatra.html
+lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/activeline.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/clike.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/closebrackets.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/codemirror.css
+lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/codemirror.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/comment.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/css.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/dialog.css
+lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/dialog.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/htmlmixed.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/javascript.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/matchbrackets.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/mozilla.css
+lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/search.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/searchcursor.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/xml.js
lib/firefox/browser/chrome/browser/content/browser/devtools/commandline.css
lib/firefox/browser/chrome/browser/content/browser/devtools/commandlineoutput.xhtml
lib/firefox/browser/chrome/browser/content/browser/devtools/commandlinetooltip.xhtml
@@ -137,6 +154,8 @@ lib/firefox/browser/chrome/browser/content/browser/devtools/profiler/cleopatra/j
lib/firefox/browser/chrome/browser/content/browser/devtools/ruleview.css
lib/firefox/browser/chrome/browser/content/browser/devtools/scratchpad.js
lib/firefox/browser/chrome/browser/content/browser/devtools/scratchpad.xul
+lib/firefox/browser/chrome/browser/content/browser/devtools/shadereditor.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/shadereditor.xul
lib/firefox/browser/chrome/browser/content/browser/devtools/source-editor-overlay.xul
lib/firefox/browser/chrome/browser/content/browser/devtools/splitview.css
lib/firefox/browser/chrome/browser/content/browser/devtools/styleeditor.css
@@ -156,7 +175,6 @@ lib/firefox/browser/chrome/browser/content/browser/downloads/download.xml
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/downloadsOverlay.xul
-lib/firefox/browser/chrome/browser/content/browser/downloads/indicator.css
lib/firefox/browser/chrome/browser/content/browser/downloads/indicator.js
lib/firefox/browser/chrome/browser/content/browser/downloads/indicatorOverlay.xul
lib/firefox/browser/chrome/browser/content/browser/feeds/subscribe.css
@@ -171,6 +189,7 @@ lib/firefox/browser/chrome/browser/content/browser/migration/migration.xul
lib/firefox/browser/chrome/browser/content/browser/newtab/newTab.css
lib/firefox/browser/chrome/browser/content/browser/newtab/newTab.js
lib/firefox/browser/chrome/browser/content/browser/newtab/newTab.xul
+lib/firefox/browser/chrome/browser/content/browser/newtab/preloaderContent.js
lib/firefox/browser/chrome/browser/content/browser/nsContextMenu.js
lib/firefox/browser/chrome/browser/content/browser/openLocation.js
lib/firefox/browser/chrome/browser/content/browser/openLocation.xul
@@ -378,6 +397,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/dark-theme.css
+lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/debugger-blackbox.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/debugger-collapse.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/debugger-expand.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/debugger-pause.png
@@ -408,6 +428,7 @@ lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/option-icon.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/orion-breakpoint.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/orion-container.css
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/orion-debug-location.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/orion-error.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/orion-task.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/orion.css
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/profiler-stopwatch.png
@@ -421,6 +442,7 @@ lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/responsiveui-sc
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/responsiveui-touch.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/ruleview.css
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/scratchpad.css
+lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/shadereditor.css
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/splitview.css
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/styleeditor.css
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/toggle-tools.png
@@ -430,6 +452,7 @@ lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-inspector.
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-network.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-options.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-profiler.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-scratchpad.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-styleeditor.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-webconsole.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/toolbox.css
@@ -449,7 +472,6 @@ lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/download-notif
lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/download-notification-start.png
lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/download-summary.png
lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/downloads.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/indicator.css
lib/firefox/browser/chrome/browser/skin/classic/browser/engineManager.css
lib/firefox/browser/chrome/browser/skin/classic/browser/feeds/audioFeedIcon.png
lib/firefox/browser/chrome/browser/skin/classic/browser/feeds/audioFeedIcon16.png
@@ -586,6 +608,8 @@ lib/firefox/browser/chrome/en-US/locale/browser/devtools/profiler.properties
lib/firefox/browser/chrome/en-US/locale/browser/devtools/responsiveUI.properties
lib/firefox/browser/chrome/en-US/locale/browser/devtools/scratchpad.dtd
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/sourceeditor.dtd
lib/firefox/browser/chrome/en-US/locale/browser/devtools/sourceeditor.properties
lib/firefox/browser/chrome/en-US/locale/browser/devtools/styleeditor.dtd
@@ -707,8 +731,11 @@ lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-pageUp.png
lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-presentationMode.png
lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-print.png
lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-search.png
+lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-secondaryToolbarToggle-rtl.png
lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-secondaryToolbarToggle.png
+lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-sidebarToggle-rtl.png
lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-sidebarToggle.png
+lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-viewOutline-rtl.png
lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-viewOutline.png
lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-viewThumbnail.png
lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-zoomIn.png
@@ -729,6 +756,7 @@ lib/firefox/browser/components/PlacesProtocolHandler.js
lib/firefox/browser/components/ProfileMigrator.js
lib/firefox/browser/components/WebContentConverter.js
lib/firefox/browser/components/components.manifest
+lib/firefox/browser/components/devtools-clhandler.js
lib/firefox/browser/components/fuelApplication.js
lib/firefox/browser/components/interfaces.xpt
lib/firefox/browser/components/libbrowsercomps.so
@@ -752,6 +780,7 @@ lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rd
lib/firefox/browser/icons/mozicon128.png
lib/firefox/browser/modules/AboutHome.jsm
lib/firefox/browser/modules/BrowserNewTabPreloader.jsm
+lib/firefox/browser/modules/BrowserUITelemetry.jsm
lib/firefox/browser/modules/ContentClick.jsm
lib/firefox/browser/modules/DownloadsCommon.jsm
lib/firefox/browser/modules/DownloadsLogger.jsm
@@ -765,6 +794,7 @@ lib/firefox/browser/modules/SignInToWebsite.jsm
lib/firefox/browser/modules/SitePermissions.jsm
lib/firefox/browser/modules/Social.jsm
lib/firefox/browser/modules/TabCrashReporter.jsm
+lib/firefox/browser/modules/UITour.jsm
lib/firefox/browser/modules/devtools/AppCacheUtils.jsm
lib/firefox/browser/modules/devtools/BreadcrumbsWidget.jsm
lib/firefox/browser/modules/devtools/BuiltinCommands.jsm
@@ -812,6 +842,7 @@ lib/firefox/browser/modules/devtools/inspector/inspector-panel.js
lib/firefox/browser/modules/devtools/inspector/selection.js
lib/firefox/browser/modules/devtools/inspector/selector-search.js
lib/firefox/browser/modules/devtools/main.js
+lib/firefox/browser/modules/devtools/markupview/html-editor.js
lib/firefox/browser/modules/devtools/markupview/markup-view.js
lib/firefox/browser/modules/devtools/netmonitor/netmonitor-panel.js
lib/firefox/browser/modules/devtools/profiler/cleopatra.js
@@ -822,14 +853,21 @@ lib/firefox/browser/modules/devtools/profiler/panel.js
lib/firefox/browser/modules/devtools/profiler/sidebar.js
lib/firefox/browser/modules/devtools/responsivedesign.jsm
lib/firefox/browser/modules/devtools/scratchpad-manager.jsm
+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/helpers.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
lib/firefox/browser/modules/devtools/shared/theme-switching.js
lib/firefox/browser/modules/devtools/shared/undo.js
+lib/firefox/browser/modules/devtools/shared/widgets/Tooltip.js
+lib/firefox/browser/modules/devtools/sourceeditor/debugger.js
+lib/firefox/browser/modules/devtools/sourceeditor/editor.js
+lib/firefox/browser/modules/devtools/sourceeditor/source-editor-orion.jsm
+lib/firefox/browser/modules/devtools/sourceeditor/source-editor-ui.jsm
+lib/firefox/browser/modules/devtools/sourceeditor/source-editor.jsm
lib/firefox/browser/modules/devtools/styleinspector/computed-view.js
lib/firefox/browser/modules/devtools/styleinspector/rule-view.js
lib/firefox/browser/modules/devtools/styleinspector/style-inspector.js
@@ -849,18 +887,23 @@ lib/firefox/browser/modules/devtools/webconsole/webconsole.js
lib/firefox/browser/modules/distribution.js
lib/firefox/browser/modules/offlineAppCache.jsm
lib/firefox/browser/modules/openLocationLastURL.jsm
+lib/firefox/browser/modules/sessionstore/DocShellCapabilities.jsm
lib/firefox/browser/modules/sessionstore/DocumentUtils.jsm
+lib/firefox/browser/modules/sessionstore/Messenger.jsm
+lib/firefox/browser/modules/sessionstore/PageStyle.jsm
+lib/firefox/browser/modules/sessionstore/PrivacyLevel.jsm
+lib/firefox/browser/modules/sessionstore/RecentlyClosedTabsAndWindowsMenuUtils.jsm
lib/firefox/browser/modules/sessionstore/SessionCookies.jsm
+lib/firefox/browser/modules/sessionstore/SessionHistory.jsm
lib/firefox/browser/modules/sessionstore/SessionMigration.jsm
lib/firefox/browser/modules/sessionstore/SessionSaver.jsm
lib/firefox/browser/modules/sessionstore/SessionStorage.jsm
lib/firefox/browser/modules/sessionstore/SessionStore.jsm
lib/firefox/browser/modules/sessionstore/SessionWorker.js
+lib/firefox/browser/modules/sessionstore/TabStateCache.jsm
+lib/firefox/browser/modules/sessionstore/TextAndScrollData.jsm
lib/firefox/browser/modules/sessionstore/XPathGenerator.jsm
lib/firefox/browser/modules/sessionstore/_SessionFile.jsm
-lib/firefox/browser/modules/source-editor-orion.jsm
-lib/firefox/browser/modules/source-editor-ui.jsm
-lib/firefox/browser/modules/source-editor.jsm
lib/firefox/browser/modules/tabview/utils.jsm
lib/firefox/browser/modules/webappsUI.jsm
lib/firefox/browser/modules/webrtcUI.jsm
@@ -1123,6 +1166,7 @@ lib/firefox/chrome/toolkit/content/global/alerts/alert.js
lib/firefox/chrome/toolkit/content/global/alerts/alert.xul
lib/firefox/chrome/toolkit/content/global/appPicker.js
lib/firefox/chrome/toolkit/content/global/appPicker.xul
+lib/firefox/chrome/toolkit/content/global/backgroundPageThumbsContent.js
lib/firefox/chrome/toolkit/content/global/bindings/autocomplete.xml
lib/firefox/chrome/toolkit/content/global/bindings/browser.xml
lib/firefox/chrome/toolkit/content/global/bindings/button.xml
@@ -1605,12 +1649,18 @@ lib/firefox/components/ColorAnalyzer.js
lib/firefox/components/ConsoleAPI.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
@@ -1624,6 +1674,7 @@ lib/firefox/components/TCPSocket.js
lib/firefox/components/TCPSocketParentIntermediary.js
lib/firefox/components/TelemetryPing.js
lib/firefox/components/Weave.js
+lib/firefox/components/WebVTTParserWrapper.js
lib/firefox/components/Webapps.js
lib/firefox/components/addonManager.js
lib/firefox/components/amContentHandler.js
@@ -1670,7 +1721,6 @@ lib/firefox/components/nsUrlClassifierLib.js
lib/firefox/components/nsUrlClassifierListManager.js
lib/firefox/components/nsWebHandlerApp.js
lib/firefox/components/recording-cmdline.js
-lib/firefox/components/storage-Legacy.js
lib/firefox/components/storage-mozStorage.js
lib/firefox/components/txEXSLTRegExFunctions.js
lib/firefox/defaults/autoconfig/platform.js
@@ -1735,6 +1785,7 @@ lib/firefox/modules/AppsServiceChild.jsm
lib/firefox/modules/AppsUtils.jsm
lib/firefox/modules/AsyncShutdown.jsm
lib/firefox/modules/AsyncSpellCheckTestHelper.jsm
+lib/firefox/modules/BackgroundPageThumbs.jsm
lib/firefox/modules/BookmarkHTMLUtils.jsm
lib/firefox/modules/BookmarkJSONUtils.jsm
lib/firefox/modules/BrowserElementParent.jsm
@@ -1754,6 +1805,11 @@ lib/firefox/modules/ContentPrefService2.jsm
lib/firefox/modules/ContentPrefStore.jsm
lib/firefox/modules/DOMIdentity.jsm
lib/firefox/modules/DOMRequestHelper.jsm
+lib/firefox/modules/DataStore.jsm
+lib/firefox/modules/DataStoreChangeNotifier.jsm
+lib/firefox/modules/DataStoreCursor.jsm
+lib/firefox/modules/DataStoreDB.jsm
+lib/firefox/modules/DataStoreServiceInternal.jsm
lib/firefox/modules/DeferredSave.jsm
lib/firefox/modules/DeferredTask.jsm
lib/firefox/modules/Deprecated.jsm
@@ -1770,6 +1826,7 @@ lib/firefox/modules/DownloadUIHelper.jsm
lib/firefox/modules/DownloadUtils.jsm
lib/firefox/modules/Downloads.jsm
lib/firefox/modules/FileUtils.jsm
+lib/firefox/modules/Finder.jsm
lib/firefox/modules/ForgetAboutSite.jsm
lib/firefox/modules/FormHistory.jsm
lib/firefox/modules/FrameWorker.jsm
@@ -1786,6 +1843,8 @@ lib/firefox/modules/Keyboard.jsm
lib/firefox/modules/LightweightThemeConsumer.jsm
lib/firefox/modules/LightweightThemeImageOptimizer.jsm
lib/firefox/modules/LightweightThemeManager.jsm
+lib/firefox/modules/LoadContextInfo.jsm
+lib/firefox/modules/Log.jsm
lib/firefox/modules/LoginManagerContent.jsm
lib/firefox/modules/MessagePortBase.jsm
lib/firefox/modules/MessagePortWorker.js
@@ -1794,17 +1853,20 @@ lib/firefox/modules/Microformats.js
lib/firefox/modules/MozSocialAPI.jsm
lib/firefox/modules/NetUtil.jsm
lib/firefox/modules/NewTabUtils.jsm
+lib/firefox/modules/NotificationDB.jsm
lib/firefox/modules/ObjectWrapper.jsm
lib/firefox/modules/OfflineCacheInstaller.jsm
lib/firefox/modules/OperatorApps.jsm
lib/firefox/modules/PageMenu.jsm
lib/firefox/modules/PageThumbs.jsm
lib/firefox/modules/PageThumbsWorker.js
+lib/firefox/modules/Payment.jsm
lib/firefox/modules/PerfMeasurement.jsm
lib/firefox/modules/PermissionPromptHelper.jsm
lib/firefox/modules/PermissionSettings.jsm
lib/firefox/modules/PermissionsInstaller.jsm
lib/firefox/modules/PermissionsTable.jsm
+lib/firefox/modules/PermissionsUtils.jsm
lib/firefox/modules/PhoneNumber.jsm
lib/firefox/modules/PhoneNumberMetaData.jsm
lib/firefox/modules/PhoneNumberNormalizer.jsm
@@ -1823,6 +1885,7 @@ lib/firefox/modules/PushService.jsm
lib/firefox/modules/RemoteAddonsChild.jsm
lib/firefox/modules/RemoteAddonsParent.jsm
lib/firefox/modules/RemoteController.jsm
+lib/firefox/modules/RemoteFinder.jsm
lib/firefox/modules/RemoteSecurityUI.jsm
lib/firefox/modules/RemoteWebNavigation.jsm
lib/firefox/modules/RemoteWebProgress.jsm
@@ -1834,8 +1897,10 @@ lib/firefox/modules/Services.jsm
lib/firefox/modules/SettingsChangeNotifier.jsm
lib/firefox/modules/SettingsDB.jsm
lib/firefox/modules/SettingsQueue.jsm
+lib/firefox/modules/ShortcutUtils.jsm
lib/firefox/modules/Sntp.jsm
lib/firefox/modules/SocialService.jsm
+lib/firefox/modules/SpatialNavigation.jsm
lib/firefox/modules/SpellCheckDictionaryBootstrap.js
lib/firefox/modules/Sqlite.jsm
lib/firefox/modules/SystemMessagePermissionsChecker.jsm
@@ -1846,6 +1911,7 @@ lib/firefox/modules/TelemetryTimestamps.jsm
lib/firefox/modules/ThirdPartyCookieProbe.jsm
lib/firefox/modules/Timer.jsm
lib/firefox/modules/Troubleshoot.jsm
+lib/firefox/modules/UITelemetry.jsm
lib/firefox/modules/UpdateChannel.jsm
lib/firefox/modules/UserAgentOverrides.jsm
lib/firefox/modules/UserAgentUpdates.jsm
@@ -2016,6 +2082,7 @@ lib/firefox/modules/commonjs/sdk/timers.js
lib/firefox/modules/commonjs/sdk/ui.js
lib/firefox/modules/commonjs/sdk/ui/button.js
lib/firefox/modules/commonjs/sdk/ui/button/view.js
+lib/firefox/modules/commonjs/sdk/ui/id.js
lib/firefox/modules/commonjs/sdk/ui/sidebar.js
lib/firefox/modules/commonjs/sdk/ui/sidebar/actions.js
lib/firefox/modules/commonjs/sdk/ui/sidebar/contract.js
@@ -2029,6 +2096,7 @@ lib/firefox/modules/commonjs/sdk/util/array.js
lib/firefox/modules/commonjs/sdk/util/collection.js
lib/firefox/modules/commonjs/sdk/util/contract.js
lib/firefox/modules/commonjs/sdk/util/deprecate.js
+lib/firefox/modules/commonjs/sdk/util/iteration.js
lib/firefox/modules/commonjs/sdk/util/list.js
lib/firefox/modules/commonjs/sdk/util/match-pattern.js
lib/firefox/modules/commonjs/sdk/util/object.js
@@ -2065,18 +2133,21 @@ lib/firefox/modules/devtools/Require.jsm
lib/firefox/modules/devtools/Simulator.jsm
lib/firefox/modules/devtools/SourceMap.jsm
lib/firefox/modules/devtools/Templater.jsm
+lib/firefox/modules/devtools/acorn.js
+lib/firefox/modules/devtools/acorn_loose.js
lib/firefox/modules/devtools/app-actor-front.js
lib/firefox/modules/devtools/client/connection-manager.js
+lib/firefox/modules/devtools/css-color.js
lib/firefox/modules/devtools/dbg-client.jsm
lib/firefox/modules/devtools/dbg-server.jsm
-lib/firefox/modules/devtools/escodegen/escodegen.js
-lib/firefox/modules/devtools/escodegen/estraverse.js
-lib/firefox/modules/devtools/escodegen/package.json.js
lib/firefox/modules/devtools/gcli.jsm
+lib/firefox/modules/devtools/output-parser.js
+lib/firefox/modules/devtools/pretty-fast.js
lib/firefox/modules/devtools/server/actors/childtab.js
lib/firefox/modules/devtools/server/actors/device.js
lib/firefox/modules/devtools/server/actors/gcli.js
lib/firefox/modules/devtools/server/actors/inspector.js
+lib/firefox/modules/devtools/server/actors/pretty-print-worker.js
lib/firefox/modules/devtools/server/actors/profiler.js
lib/firefox/modules/devtools/server/actors/root.js
lib/firefox/modules/devtools/server/actors/script.js
@@ -2087,10 +2158,12 @@ lib/firefox/modules/devtools/server/actors/tracer.js
lib/firefox/modules/devtools/server/actors/webapps.js
lib/firefox/modules/devtools/server/actors/webbrowser.js
lib/firefox/modules/devtools/server/actors/webconsole.js
+lib/firefox/modules/devtools/server/actors/webgl.js
lib/firefox/modules/devtools/server/child.js
lib/firefox/modules/devtools/server/main.js
lib/firefox/modules/devtools/server/protocol.js
lib/firefox/modules/devtools/server/transport.js
+lib/firefox/modules/devtools/source-map.js
lib/firefox/modules/devtools/styleinspector/css-logic.js
lib/firefox/modules/devtools/toolkit/webconsole/client.js
lib/firefox/modules/devtools/toolkit/webconsole/network-helper.js
@@ -2120,12 +2193,12 @@ lib/firefox/modules/osfile/osfile_unix_front.jsm
lib/firefox/modules/osfile/osfile_win_allthreads.jsm
lib/firefox/modules/osfile/osfile_win_back.jsm
lib/firefox/modules/osfile/osfile_win_front.jsm
-lib/firefox/modules/osfile/ospath_unix_back.jsm
-lib/firefox/modules/osfile/ospath_win_back.jsm
+lib/firefox/modules/osfile/ospath.jsm
+lib/firefox/modules/osfile/ospath_unix.jsm
+lib/firefox/modules/osfile/ospath_win.jsm
lib/firefox/modules/reflect.jsm
lib/firefox/modules/services-common/async.js
lib/firefox/modules/services-common/bagheeraclient.js
-lib/firefox/modules/services-common/log4moz.js
lib/firefox/modules/services-common/observers.js
lib/firefox/modules/services-common/rest.js
lib/firefox/modules/services-common/storageservice.js
@@ -2169,6 +2242,7 @@ lib/firefox/modules/services/healthreport/providers.jsm
lib/firefox/modules/services/metrics/dataprovider.jsm
lib/firefox/modules/services/metrics/providermanager.jsm
lib/firefox/modules/services/metrics/storage.jsm
+lib/firefox/modules/vtt.jsm
lib/firefox/modules/workers/require.js
lib/firefox/mozilla-xremote-client
lib/firefox/platform.ini
@@ -2222,9 +2296,12 @@ lib/firefox/run-mozilla.sh
lib/firefox/webapprt-stub
lib/firefox/webapprt/chrome.manifest
lib/firefox/webapprt/chrome/chrome.manifest
+lib/firefox/webapprt/chrome/en-US/locale/webapprt/getUserMediaDialog.dtd
lib/firefox/webapprt/chrome/en-US/locale/webapprt/webapp.dtd
lib/firefox/webapprt/chrome/en-US/locale/webapprt/webapp.properties
lib/firefox/webapprt/chrome/webapprt/content/dbg-webapp-actors.js
+lib/firefox/webapprt/chrome/webapprt/content/getUserMediaDialog.js
+lib/firefox/webapprt/chrome/webapprt/content/getUserMediaDialog.xul
lib/firefox/webapprt/chrome/webapprt/content/mochitest-shared.js
lib/firefox/webapprt/chrome/webapprt/content/mochitest.js
lib/firefox/webapprt/chrome/webapprt/content/mochitest.xul
@@ -2233,10 +2310,12 @@ lib/firefox/webapprt/chrome/webapprt/content/webapp.xul
lib/firefox/webapprt/components/CommandLineHandler.js
lib/firefox/webapprt/components/ContentPermission.js
lib/firefox/webapprt/components/DirectoryProvider.js
+lib/firefox/webapprt/components/PaymentUIGlue.js
lib/firefox/webapprt/components/components.manifest
lib/firefox/webapprt/defaults/preferences/prefs.js
lib/firefox/webapprt/modules/RemoteDebugger.jsm
lib/firefox/webapprt/modules/Startup.jsm
+lib/firefox/webapprt/modules/WebRTCHandler.jsm
lib/firefox/webapprt/modules/WebappRT.jsm
lib/firefox/webapprt/modules/WebappsHandler.jsm
lib/firefox/webapprt/webapprt.ini