summaryrefslogtreecommitdiff
path: root/www/firefox/PLIST
diff options
context:
space:
mode:
authorryoon <ryoon>2015-08-11 23:48:17 +0000
committerryoon <ryoon>2015-08-11 23:48:17 +0000
commit126e0d60a366607f6cff954d892daf5cdf96c086 (patch)
tree05c40d729917b311665532f4a6a07366d846c5e9 /www/firefox/PLIST
parent1e6593a164af7bae04f895f3aabfdafc74d3faed (diff)
downloadpkgsrc-126e0d60a366607f6cff954d892daf5cdf96c086.tar.gz
Update to 40.0
Changelog: New Support for Windows 10 New Added protection against unwanted software downloads New User can receive suggested tiles in the new tab page based on categories Firefox matches to browsing history (en-US only). New Hello allows adding a link to conversations to provide context on what the conversation will be about New New style for add-on manager based on the in-content preferences style New Improved scrolling, graphics, and video playback performance with off main thread compositing (GNU/Linux only) New Graphic blocklist mechanism improved: Firefox version ranges can be specified, limiting the number of devices blocked Changed Add-on extensions that are not signed by Mozilla will display a warning Changed NPAPI Plug-in performance improved via asynchronous initialization Changed Smoother animation and scrolling with hardware vsync (Windows only) Changed JPEG images use less memory when scaled and can be painted faster Changed Sub-resources can no longer request HTTP authentication, thus protecting users from inadvertently disclosing login data HTML5 IndexedDB transactions are now non-durable by default HTML5 Implemented AudioBufferSourceNode.detune to modulate playback rate in cents, a logarithmic unit of measure used for musical intervals Developer Improved Performance tools in the developer tools: Waterfall view, Call Tree view and a Flame Chart view Developer New rules view tooltip in the Inspector to tweak CSS Filter values Developer Console API messages from SharedWorker and ServiceWorker are now displayed in web console Developer New page ruler highlighting tool that displays lightweight horizontal and vertical rules on a page Developer Inspector now searches across all content frames in a page Fixed Kannada text does not display properly in built-in pdf viewer Fixed Various security fixes Known Issues unresolved If Firefox is restarted from an add-on install notification, on-going private browsing downloads might be canceled without warning (1185294) Fixed in Firefox 40 2015-92 Use-after-free in XMLHttpRequest with shared workers 2015-91 Mozilla Content Security Policy allows for asterisk wildcards in violation of CSP specification 2015-90 Vulnerabilities found through code inspection 2015-89 Buffer overflows on Libvpx when decoding WebM video 2015-88 Heap overflow in gdk-pixbuf when scaling bitmap images 2015-87 Crash when using shared memory in JavaScript 2015-86 Feed protocol with POST bypasses mixed content protections 2015-85 Out-of-bounds write with Updater and malicious MAR file 2015-84 Arbitrary file overwriting through Mozilla Maintenance Service with hard links 2015-83 Overflow issues in libstagefright 2015-82 Redefinition of non-configurable JavaScript object properties 2015-81 Use-after-free in MediaStream playback 2015-80 Out-of-bounds read with malformed MP3 file 2015-79 Miscellaneous memory safety hazards (rv:40.0 / rv:38.2)
Diffstat (limited to 'www/firefox/PLIST')
-rw-r--r--www/firefox/PLIST296
1 files changed, 186 insertions, 110 deletions
diff --git a/www/firefox/PLIST b/www/firefox/PLIST
index deb16e2b83c..8bd69267f46 100644
--- a/www/firefox/PLIST
+++ b/www/firefox/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.98 2015/07/03 10:25:40 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.99 2015/08/11 23:48:17 ryoon Exp $
bin/firefox
lib/firefox/application.ini
lib/firefox/browser/blocklist.xml
@@ -119,6 +119,8 @@ lib/firefox/browser/chrome/browser/content/browser/defaultthemes/5.footer.png
lib/firefox/browser/chrome/browser/content/browser/defaultthemes/5.header.png
lib/firefox/browser/chrome/browser/content/browser/defaultthemes/5.icon.jpg
lib/firefox/browser/chrome/browser/content/browser/defaultthemes/5.preview.jpg
+lib/firefox/browser/chrome/browser/content/browser/defaultthemes/devedition.header.png
+lib/firefox/browser/chrome/browser/content/browser/defaultthemes/devedition.icon.png
lib/firefox/browser/chrome/browser/content/browser/devtools/NetworkPanel.xhtml
lib/firefox/browser/chrome/browser/content/browser/devtools/animationinspector/animation-controller.js
lib/firefox/browser/chrome/browser/content/browser/devtools/animationinspector/animation-inspector.xhtml
@@ -167,7 +169,6 @@ lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/vim.js
lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/xml-fold.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/commandline/commands-index.js
lib/firefox/browser/chrome/browser/content/browser/devtools/commandlineoutput.xhtml
lib/firefox/browser/chrome/browser/content/browser/devtools/commandlinetooltip.xhtml
lib/firefox/browser/chrome/browser/content/browser/devtools/computedview.xhtml
@@ -180,14 +181,26 @@ lib/firefox/browser/chrome/browser/content/browser/devtools/cubic-bezier.css
lib/firefox/browser/chrome/browser/content/browser/devtools/d3.js
lib/firefox/browser/chrome/browser/content/browser/devtools/dagre-d3.js
lib/firefox/browser/chrome/browser/content/browser/devtools/debugger-controller.js
-lib/firefox/browser/chrome/browser/content/browser/devtools/debugger-panes.js
-lib/firefox/browser/chrome/browser/content/browser/devtools/debugger-toolbar.js
lib/firefox/browser/chrome/browser/content/browser/devtools/debugger-view.js
lib/firefox/browser/chrome/browser/content/browser/devtools/debugger.css
lib/firefox/browser/chrome/browser/content/browser/devtools/debugger.xul
+lib/firefox/browser/chrome/browser/content/browser/devtools/debugger/event-listeners-view.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/debugger/filter-view.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/debugger/global-search-view.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/debugger/options-view.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/debugger/sources-view.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/debugger/stack-frames-classic-view.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/debugger/stack-frames-view.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/debugger/toolbar-view.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/debugger/tracer-view.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/debugger/utils.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/debugger/variable-bubble-view.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/debugger/watch-expressions-view.js
lib/firefox/browser/chrome/browser/content/browser/devtools/eyedropper.xul
lib/firefox/browser/chrome/browser/content/browser/devtools/eyedropper/crosshairs.css
lib/firefox/browser/chrome/browser/content/browser/devtools/eyedropper/nocursor.css
+lib/firefox/browser/chrome/browser/content/browser/devtools/filter-frame.xhtml
+lib/firefox/browser/chrome/browser/content/browser/devtools/filter-widget.css
lib/firefox/browser/chrome/browser/content/browser/devtools/fontinspector/font-inspector.css
lib/firefox/browser/chrome/browser/content/browser/devtools/fontinspector/font-inspector.js
lib/firefox/browser/chrome/browser/content/browser/devtools/fontinspector/font-inspector.xhtml
@@ -210,12 +223,27 @@ lib/firefox/browser/chrome/browser/content/browser/devtools/layoutview/view.js
lib/firefox/browser/chrome/browser/content/browser/devtools/layoutview/view.xhtml
lib/firefox/browser/chrome/browser/content/browser/devtools/markup-view.css
lib/firefox/browser/chrome/browser/content/browser/devtools/markup-view.xhtml
+lib/firefox/browser/chrome/browser/content/browser/devtools/mdn-docs-frame.xhtml
+lib/firefox/browser/chrome/browser/content/browser/devtools/mdn-docs.css
lib/firefox/browser/chrome/browser/content/browser/devtools/netmonitor-controller.js
lib/firefox/browser/chrome/browser/content/browser/devtools/netmonitor-view.js
lib/firefox/browser/chrome/browser/content/browser/devtools/netmonitor.css
lib/firefox/browser/chrome/browser/content/browser/devtools/netmonitor.xul
-lib/firefox/browser/chrome/browser/content/browser/devtools/profiler.js
-lib/firefox/browser/chrome/browser/content/browser/devtools/profiler.xul
+lib/firefox/browser/chrome/browser/content/browser/devtools/performance.xul
+lib/firefox/browser/chrome/browser/content/browser/devtools/performance/performance-controller.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/performance/performance-view.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/performance/system.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/performance/views/details-js-call-tree.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/performance/views/details-js-flamegraph.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/performance/views/details-memory-call-tree.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/performance/views/details-memory-flamegraph.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/performance/views/details-subview.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/performance/views/details-waterfall.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/performance/views/details.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/performance/views/jit-optimizations.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/performance/views/overview.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/performance/views/recordings.js
+lib/firefox/browser/chrome/browser/content/browser/devtools/performance/views/toolbar.js
lib/firefox/browser/chrome/browser/content/browser/devtools/projecteditor-loader.js
lib/firefox/browser/chrome/browser/content/browser/devtools/projecteditor-loader.xul
lib/firefox/browser/chrome/browser/content/browser/devtools/projecteditor-test.xul
@@ -235,10 +263,6 @@ lib/firefox/browser/chrome/browser/content/browser/devtools/storage.xul
lib/firefox/browser/chrome/browser/content/browser/devtools/styleeditor.css
lib/firefox/browser/chrome/browser/content/browser/devtools/styleeditor.xul
lib/firefox/browser/chrome/browser/content/browser/devtools/theme-switching.js
-lib/firefox/browser/chrome/browser/content/browser/devtools/timeline/timeline.js
-lib/firefox/browser/chrome/browser/content/browser/devtools/timeline/timeline.xul
-lib/firefox/browser/chrome/browser/content/browser/devtools/ui-profile.js
-lib/firefox/browser/chrome/browser/content/browser/devtools/ui-recordings.js
lib/firefox/browser/chrome/browser/content/browser/devtools/webaudioeditor.xul
lib/firefox/browser/chrome/browser/content/browser/devtools/webaudioeditor/controller.js
lib/firefox/browser/chrome/browser/content/browser/devtools/webaudioeditor/includes.js
@@ -281,6 +305,7 @@ lib/firefox/browser/chrome/browser/content/browser/loop/js/conversationAppStore.
lib/firefox/browser/chrome/browser/content/browser/loop/js/conversationViews.js
lib/firefox/browser/chrome/browser/content/browser/loop/js/otconfig.js
lib/firefox/browser/chrome/browser/content/browser/loop/js/panel.js
+lib/firefox/browser/chrome/browser/content/browser/loop/js/roomStore.js
lib/firefox/browser/chrome/browser/content/browser/loop/js/roomViews.js
lib/firefox/browser/chrome/browser/content/browser/loop/libs/l10n.js
lib/firefox/browser/chrome/browser/content/browser/loop/libs/sdk.js
@@ -309,6 +334,7 @@ lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/audio-call-av
lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/audio-inverse-14x14.png
lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/audio-inverse-14x14@2x.png
lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/beta-ribbon.svg
+lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/check.svg
lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/dropdown-inverse.png
lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/dropdown-inverse@2x.png
lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/facemute-14x14.png
@@ -351,14 +377,13 @@ lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/mixins.js
lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/models.js
lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/otSdkDriver.js
lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/roomStates.js
-lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/roomStore.js
lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/store.js
lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/utils.js
lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/validate.js
lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/views.js
lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/websocket.js
lib/firefox/browser/chrome/browser/content/browser/loop/shared/libs/backbone-1.1.2.js
-lib/firefox/browser/chrome/browser/content/browser/loop/shared/libs/jquery-2.1.0.js
+lib/firefox/browser/chrome/browser/content/browser/loop/shared/libs/jquery-2.1.4.js
lib/firefox/browser/chrome/browser/content/browser/loop/shared/libs/lodash-2.4.1.js
lib/firefox/browser/chrome/browser/content/browser/loop/shared/libs/react-0.12.2.js
lib/firefox/browser/chrome/browser/content/browser/loop/shared/sounds/connected.ogg
@@ -373,6 +398,7 @@ lib/firefox/browser/chrome/browser/content/browser/microsoft-translator-attribut
lib/firefox/browser/chrome/browser/content/browser/migration/migration.js
lib/firefox/browser/chrome/browser/content/browser/migration/migration.xul
lib/firefox/browser/chrome/browser/content/browser/newtab/newTab.css
+lib/firefox/browser/chrome/browser/content/browser/newtab/newTab.inadjacent.json
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/nsContextMenu.js
@@ -544,6 +570,7 @@ lib/firefox/browser/chrome/browser/content/browser/sync/quota.xul
lib/firefox/browser/chrome/browser/content/browser/sync/setup.js
lib/firefox/browser/chrome/browser/content/browser/sync/setup.xul
lib/firefox/browser/chrome/browser/content/browser/sync/utils.js
+lib/firefox/browser/chrome/browser/content/browser/tab-content.js
lib/firefox/browser/chrome/browser/content/browser/tabbrowser.css
lib/firefox/browser/chrome/browser/content/browser/tabbrowser.xml
lib/firefox/browser/chrome/browser/content/browser/tabview-content.js
@@ -563,6 +590,8 @@ 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
lib/firefox/browser/chrome/browser/skin/classic/browser/Privacy-16.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/Push-16.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/Push-64.png
lib/firefox/browser/chrome/browser/skin/classic/browser/Secure.png
lib/firefox/browser/chrome/browser/skin/classic/browser/Security-broken.png
lib/firefox/browser/chrome/browser/skin/classic/browser/Toolbar-inverted.png
@@ -602,6 +631,7 @@ lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/customize
lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/customizeMode-separatorVertical.png
lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/info-icon-customizeTip.png
lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/menuPanel-customizeFinish.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/menuPanel-customizeFinish@2x.png
lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/panelUIOverlay.css
lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/panelarrow-customizeTip.png
lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/subView-arrow-back-inverted-rtl.png
@@ -613,6 +643,7 @@ lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/whimsy@2x
lib/firefox/browser/chrome/browser/skin/classic/browser/devedition.css
lib/firefox/browser/chrome/browser/skin/classic/browser/devedition/search.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/devedition/urlbar-history-dropmarker.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/add.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/alerticon-warning.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/alerticon-warning@2x.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/animationinspector.css
@@ -650,6 +681,8 @@ lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-pick.pn
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-pick@2x.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-responsivemode.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-responsivemode@2x.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-rulers.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-rulers@2x.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-scratchpad.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-scratchpad@2x.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-screenshot.png
@@ -701,6 +734,7 @@ lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/filetype-dir-cl
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/filetype-dir-open.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/filetype-globe.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/filetype-store.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/filter-swatch.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/filters.svg
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
@@ -749,12 +783,14 @@ lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/rewind.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/rewind@2x.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/search-clear-dark.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/search-clear-failed.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/search-clear-light.svg
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/storage.css
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/styleeditor.css
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/timeline-filter.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/timeline.css
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/toggle-tools.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/toggle-tools@2x.png
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-debugger-paused.svg
@@ -762,6 +798,7 @@ lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-debugger.s
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-inspector.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-network.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-options.svg
+lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-profiler-active.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-profiler.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-scratchpad.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-storage.svg
@@ -803,40 +840,50 @@ lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/download-summa
lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/downloads.css
lib/firefox/browser/chrome/browser/skin/classic/browser/drm-icon.svg
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
lib/firefox/browser/chrome/browser/skin/classic/browser/feeds/feedIcon.png
lib/firefox/browser/chrome/browser/skin/classic/browser/feeds/feedIcon16.png
lib/firefox/browser/chrome/browser/skin/classic/browser/feeds/subscribe-ui.css
lib/firefox/browser/chrome/browser/skin/classic/browser/feeds/subscribe.css
-lib/firefox/browser/chrome/browser/skin/classic/browser/feeds/videoFeedIcon.png
-lib/firefox/browser/chrome/browser/skin/classic/browser/feeds/videoFeedIcon16.png
lib/firefox/browser/chrome/browser/skin/classic/browser/fullscreen-darknoise.png
lib/firefox/browser/chrome/browser/skin/classic/browser/heartbeat-icon.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/heartbeat-star-lit.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/heartbeat-star-off.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/identity-icons-generic.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/identity-icons-generic@2x.png
lib/firefox/browser/chrome/browser/skin/classic/browser/identity-icons-https-ev.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/identity-icons-https-ev@2x.png
lib/firefox/browser/chrome/browser/skin/classic/browser/identity-icons-https-mixed-active.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/identity-icons-https-mixed-active@2x.png
lib/firefox/browser/chrome/browser/skin/classic/browser/identity-icons-https-mixed-display.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/identity-icons-https-mixed-display@2x.png
lib/firefox/browser/chrome/browser/skin/classic/browser/identity-icons-https.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/identity-icons-https@2x.png
lib/firefox/browser/chrome/browser/skin/classic/browser/identity.png
lib/firefox/browser/chrome/browser/skin/classic/browser/loop/menuPanel.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/loop/menuPanel@2x.png
lib/firefox/browser/chrome/browser/skin/classic/browser/loop/toolbar-inverted.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/loop/toolbar-inverted@2x.png
lib/firefox/browser/chrome/browser/skin/classic/browser/loop/toolbar.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/loop/toolbar@2x.png
lib/firefox/browser/chrome/browser/skin/classic/browser/magnifier.png
lib/firefox/browser/chrome/browser/skin/classic/browser/magnifier@2x.png
lib/firefox/browser/chrome/browser/skin/classic/browser/mask.png
lib/firefox/browser/chrome/browser/skin/classic/browser/mask@2x.png
lib/firefox/browser/chrome/browser/skin/classic/browser/menuPanel-customize.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/menuPanel-customize@2x.png
lib/firefox/browser/chrome/browser/skin/classic/browser/menuPanel-exit.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/menuPanel-exit@2x.png
lib/firefox/browser/chrome/browser/skin/classic/browser/menuPanel-help.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/menuPanel-help@2x.png
lib/firefox/browser/chrome/browser/skin/classic/browser/menuPanel-small.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/menuPanel-small@2x.png
lib/firefox/browser/chrome/browser/skin/classic/browser/menuPanel.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/menuPanel@2x.png
lib/firefox/browser/chrome/browser/skin/classic/browser/monitor.png
lib/firefox/browser/chrome/browser/skin/classic/browser/monitor_16-10.png
lib/firefox/browser/chrome/browser/skin/classic/browser/newtab/controls.svg
lib/firefox/browser/chrome/browser/skin/classic/browser/newtab/newTab.css
+lib/firefox/browser/chrome/browser/skin/classic/browser/newtab/whimsycorn.png
lib/firefox/browser/chrome/browser/skin/classic/browser/notification-16.png
lib/firefox/browser/chrome/browser/skin/classic/browser/notification-64.png
lib/firefox/browser/chrome/browser/skin/classic/browser/notification-pluginAlert.png
@@ -846,8 +893,11 @@ lib/firefox/browser/chrome/browser/skin/classic/browser/page-livemarks.png
lib/firefox/browser/chrome/browser/skin/classic/browser/pageInfo.css
lib/firefox/browser/chrome/browser/skin/classic/browser/pageInfo.png
lib/firefox/browser/chrome/browser/skin/classic/browser/panic-panel/header-small.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/panic-panel/header-small@2x.png
lib/firefox/browser/chrome/browser/skin/classic/browser/panic-panel/header.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/panic-panel/header@2x.png
lib/firefox/browser/chrome/browser/skin/classic/browser/panic-panel/icons.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/panic-panel/icons@2x.png
lib/firefox/browser/chrome/browser/skin/classic/browser/places/bookmarks-menu-arrow.png
lib/firefox/browser/chrome/browser/skin/classic/browser/places/bookmarks-notification-finish.png
lib/firefox/browser/chrome/browser/skin/classic/browser/places/bookmarksMenu.png
@@ -891,10 +941,10 @@ 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/reload-stop-go@2x.png
lib/firefox/browser/chrome/browser/skin/classic/browser/sanitizeDialog.css
lib/firefox/browser/chrome/browser/skin/classic/browser/search-engine-placeholder.png
lib/firefox/browser/chrome/browser/skin/classic/browser/search-history-icon.svg
-lib/firefox/browser/chrome/browser/skin/classic/browser/search-indicator-add-engine.png
lib/firefox/browser/chrome/browser/skin/classic/browser/search-indicator-badge-add.png
lib/firefox/browser/chrome/browser/skin/classic/browser/search-indicator.png
lib/firefox/browser/chrome/browser/skin/classic/browser/search-pref.png
@@ -915,11 +965,14 @@ lib/firefox/browser/chrome/browser/skin/classic/browser/sync-32.png
lib/firefox/browser/chrome/browser/skin/classic/browser/sync-bg.png
lib/firefox/browser/chrome/browser/skin/classic/browser/sync-desktopIcon.png
lib/firefox/browser/chrome/browser/skin/classic/browser/sync-horizontalbar.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/sync-horizontalbar@2x.png
lib/firefox/browser/chrome/browser/skin/classic/browser/sync-mobileIcon.png
lib/firefox/browser/chrome/browser/skin/classic/browser/sync-notification-24.png
lib/firefox/browser/chrome/browser/skin/classic/browser/syncCommon.css
lib/firefox/browser/chrome/browser/skin/classic/browser/syncProgress-horizontalbar.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/syncProgress-horizontalbar@2x.png
lib/firefox/browser/chrome/browser/skin/classic/browser/syncProgress-menuPanel.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/syncProgress-menuPanel@2x.png
lib/firefox/browser/chrome/browser/skin/classic/browser/syncProgress-toolbar-inverted.png
lib/firefox/browser/chrome/browser/skin/classic/browser/syncProgress-toolbar.png
lib/firefox/browser/chrome/browser/skin/classic/browser/syncProgress.css
@@ -958,6 +1011,7 @@ lib/firefox/browser/chrome/browser/skin/classic/browser/translation-16@2x.png
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/urlbar-arrow@2x.png
lib/firefox/browser/chrome/browser/skin/classic/browser/warning16.png
lib/firefox/browser/chrome/browser/skin/classic/browser/warning16@2x.png
lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-camera-white-16.png
@@ -965,14 +1019,23 @@ lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-indicator.css
lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-microphone-white-16.png
lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-screen-white-16.png
lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-shareDevice-16.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-shareDevice-16@2x.png
lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-shareDevice-64.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-shareDevice-64@2x.png
lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-shareMicrophone-16.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-shareMicrophone-16@2x.png
lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-shareMicrophone-64.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-shareMicrophone-64@2x.png
lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-shareScreen-16.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-shareScreen-16@2x.png
lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-shareScreen-64.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-shareScreen-64@2x.png
lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-sharingDevice-16.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-sharingDevice-16@2x.png
lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-sharingMicrophone-16.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-sharingMicrophone-16@2x.png
lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-sharingScreen-16.png
+lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-sharingScreen-16@2x.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
@@ -1011,11 +1074,12 @@ 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/filterwidget.dtd
+lib/firefox/browser/chrome/en-US/locale/browser/devtools/filterwidget.properties
lib/firefox/browser/chrome/en-US/locale/browser/devtools/font-inspector.dtd
-lib/firefox/browser/chrome/en-US/locale/browser/devtools/gcli.properties
-lib/firefox/browser/chrome/en-US/locale/browser/devtools/gclicommands.properties
lib/firefox/browser/chrome/en-US/locale/browser/devtools/inspector.dtd
lib/firefox/browser/chrome/en-US/locale/browser/devtools/inspector.properties
+lib/firefox/browser/chrome/en-US/locale/browser/devtools/jsonview.properties
lib/firefox/browser/chrome/en-US/locale/browser/devtools/layoutview.dtd
lib/firefox/browser/chrome/en-US/locale/browser/devtools/netmonitor.dtd
lib/firefox/browser/chrome/en-US/locale/browser/devtools/netmonitor.properties
@@ -1096,6 +1160,15 @@ lib/firefox/browser/chrome/en-US/locale/browser/safebrowsing/report-phishing.dtd
lib/firefox/browser/chrome/en-US/locale/browser/sanitize.dtd
lib/firefox/browser/chrome/en-US/locale/browser/search.properties
lib/firefox/browser/chrome/en-US/locale/browser/searchbar.dtd
+lib/firefox/browser/chrome/en-US/locale/browser/searchplugins/amazondotcom.xml
+lib/firefox/browser/chrome/en-US/locale/browser/searchplugins/bing.xml
+lib/firefox/browser/chrome/en-US/locale/browser/searchplugins/ddg.xml
+lib/firefox/browser/chrome/en-US/locale/browser/searchplugins/eBay.xml
+lib/firefox/browser/chrome/en-US/locale/browser/searchplugins/google.xml
+lib/firefox/browser/chrome/en-US/locale/browser/searchplugins/list.txt
+lib/firefox/browser/chrome/en-US/locale/browser/searchplugins/twitter.xml
+lib/firefox/browser/chrome/en-US/locale/browser/searchplugins/wikipedia.xml
+lib/firefox/browser/chrome/en-US/locale/browser/searchplugins/yahoo.xml
lib/firefox/browser/chrome/en-US/locale/browser/setDesktopBackground.dtd
lib/firefox/browser/chrome/en-US/locale/browser/shellservice.properties
lib/firefox/browser/chrome/en-US/locale/browser/sitePermissions.properties
@@ -1120,7 +1193,6 @@ lib/firefox/browser/chrome/en-US/locale/pdfviewer/viewer.properties
lib/firefox/browser/chrome/icons/default/default16.png
lib/firefox/browser/chrome/icons/default/default32.png
lib/firefox/browser/chrome/icons/default/default48.png
-lib/firefox/browser/chrome/pdfjs/LICENSE
lib/firefox/browser/chrome/pdfjs/content/PdfJs.jsm
lib/firefox/browser/chrome/pdfjs/content/PdfJsTelemetry.jsm
lib/firefox/browser/chrome/pdfjs/content/PdfRedirector.jsm
@@ -1383,7 +1455,6 @@ 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
lib/firefox/browser/chrome/pdfjs/content/web/viewer.js
-lib/firefox/browser/chrome/pdfjs/pdfjs.manifest
lib/firefox/browser/chrome/webide/content/addons.js
lib/firefox/browser/chrome/webide/content/addons.xhtml
lib/firefox/browser/chrome/webide/content/details.js
@@ -1405,8 +1476,13 @@ lib/firefox/browser/chrome/webide/content/prefs.xhtml
lib/firefox/browser/chrome/webide/content/project-listing.js
lib/firefox/browser/chrome/webide/content/project-listing.xhtml
lib/firefox/browser/chrome/webide/content/project-panel.js
+lib/firefox/browser/chrome/webide/content/runtime-listing.js
+lib/firefox/browser/chrome/webide/content/runtime-listing.xhtml
+lib/firefox/browser/chrome/webide/content/runtime-panel.js
lib/firefox/browser/chrome/webide/content/runtimedetails.js
lib/firefox/browser/chrome/webide/content/runtimedetails.xhtml
+lib/firefox/browser/chrome/webide/content/simulator.js
+lib/firefox/browser/chrome/webide/content/simulator.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
@@ -1419,9 +1495,10 @@ 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/panel-listing.css
lib/firefox/browser/chrome/webide/skin/permissionstable.css
-lib/firefox/browser/chrome/webide/skin/project-listing.css
lib/firefox/browser/chrome/webide/skin/runtimedetails.css
+lib/firefox/browser/chrome/webide/skin/simulator.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
@@ -1454,6 +1531,7 @@ lib/firefox/browser/defaults/profile/chrome/userContent-example.css
lib/firefox/browser/defaults/profile/localstore.rdf
lib/firefox/browser/defaults/profile/mimeTypes.rdf
lib/firefox/browser/defaults/profile/prefs.js
+lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/chrome.manifest
lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png
lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf
lib/firefox/browser/icons/mozicon128.png
@@ -1462,6 +1540,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/ContentCrashReporters.jsm
lib/firefox/browser/modules/ContentLinkHandler.jsm
lib/firefox/browser/modules/ContentObservers.jsm
lib/firefox/browser/modules/ContentSearch.jsm
@@ -1496,7 +1575,7 @@ lib/firefox/browser/modules/ScrollbarSampler.jsm
lib/firefox/browser/modules/SelfSupportBackend.jsm
lib/firefox/browser/modules/SitePermissions.jsm
lib/firefox/browser/modules/Social.jsm
-lib/firefox/browser/modules/TabCrashReporter.jsm
+lib/firefox/browser/modules/TransientPrefs.jsm
lib/firefox/browser/modules/UITour.jsm
lib/firefox/browser/modules/WebappManager.jsm
lib/firefox/browser/modules/devtools/AbstractTreeItem.jsm
@@ -1506,7 +1585,6 @@ lib/firefox/browser/modules/devtools/Chart.jsm
lib/firefox/browser/modules/devtools/Curl.jsm
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/Graphs.jsm
lib/firefox/browser/modules/devtools/GraphsWorker.js
lib/firefox/browser/modules/devtools/Jsbeautify.jsm
@@ -1521,6 +1599,7 @@ lib/firefox/browser/modules/devtools/ToolboxProcess.jsm
lib/firefox/browser/modules/devtools/VariablesView.jsm
lib/firefox/browser/modules/devtools/VariablesViewController.jsm
lib/firefox/browser/modules/devtools/ViewHelpers.jsm
+lib/firefox/browser/modules/devtools/animationinspector/components.js
lib/firefox/browser/modules/devtools/app-manager/app-projects.js
lib/firefox/browser/modules/devtools/app-manager/app-validator.js
lib/firefox/browser/modules/devtools/app-manager/builtin-adb-store.js
@@ -1529,9 +1608,9 @@ lib/firefox/browser/modules/devtools/app-manager/device-store.js
lib/firefox/browser/modules/devtools/app-manager/simulators-store.js
lib/firefox/browser/modules/devtools/app-manager/webapps-store.js
lib/firefox/browser/modules/devtools/canvasdebugger/panel.js
-lib/firefox/browser/modules/devtools/commandline/commands-index.js
lib/firefox/browser/modules/devtools/debugger/debugger-commands.js
lib/firefox/browser/modules/devtools/debugger/panel.js
+lib/firefox/browser/modules/devtools/definitions.js
lib/firefox/browser/modules/devtools/eyedropper/commands.js
lib/firefox/browser/modules/devtools/eyedropper/eyedropper-child.js
lib/firefox/browser/modules/devtools/eyedropper/eyedropper.js
@@ -1551,8 +1630,23 @@ 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/panel.js
-lib/firefox/browser/modules/devtools/profiler/panel.js
-lib/firefox/browser/modules/devtools/profiler/shared.js
+lib/firefox/browser/modules/devtools/performance/actors.js
+lib/firefox/browser/modules/devtools/performance/compatibility.js
+lib/firefox/browser/modules/devtools/performance/frame-utils.js
+lib/firefox/browser/modules/devtools/performance/front.js
+lib/firefox/browser/modules/devtools/performance/global.js
+lib/firefox/browser/modules/devtools/performance/graphs.js
+lib/firefox/browser/modules/devtools/performance/io.js
+lib/firefox/browser/modules/devtools/performance/jit.js
+lib/firefox/browser/modules/devtools/performance/marker-details.js
+lib/firefox/browser/modules/devtools/performance/marker-utils.js
+lib/firefox/browser/modules/devtools/performance/markers-overview.js
+lib/firefox/browser/modules/devtools/performance/panel.js
+lib/firefox/browser/modules/devtools/performance/recording-model.js
+lib/firefox/browser/modules/devtools/performance/recording-utils.js
+lib/firefox/browser/modules/devtools/performance/tree-model.js
+lib/firefox/browser/modules/devtools/performance/tree-view.js
+lib/firefox/browser/modules/devtools/performance/waterfall.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
@@ -1587,33 +1681,32 @@ lib/firefox/browser/modules/devtools/scratchpad/scratchpad-commands.js
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/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/getjson.js
lib/firefox/browser/modules/devtools/shared/inplace-editor.js
+lib/firefox/browser/modules/devtools/shared/node-attribute-parser.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/poller.js
+lib/firefox/browser/modules/devtools/shared/source-utils.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
-lib/firefox/browser/modules/devtools/shared/timeline/global.js
-lib/firefox/browser/modules/devtools/shared/timeline/marker-details.js
-lib/firefox/browser/modules/devtools/shared/timeline/markers-overview.js
-lib/firefox/browser/modules/devtools/shared/timeline/memory-overview.js
-lib/firefox/browser/modules/devtools/shared/timeline/waterfall.js
lib/firefox/browser/modules/devtools/shared/undo.js
lib/firefox/browser/modules/devtools/shared/widgets/CubicBezierPresets.js
lib/firefox/browser/modules/devtools/shared/widgets/CubicBezierWidget.js
lib/firefox/browser/modules/devtools/shared/widgets/FastListWidget.js
+lib/firefox/browser/modules/devtools/shared/widgets/FilterWidget.js
+lib/firefox/browser/modules/devtools/shared/widgets/FlameGraph.js
+lib/firefox/browser/modules/devtools/shared/widgets/MdnDocsWidget.js
lib/firefox/browser/modules/devtools/shared/widgets/Spectrum.js
lib/firefox/browser/modules/devtools/shared/widgets/TableWidget.js
lib/firefox/browser/modules/devtools/shared/widgets/Tooltip.js
lib/firefox/browser/modules/devtools/shared/widgets/TreeWidget.js
+lib/firefox/browser/modules/devtools/shared/worker-helper.js
+lib/firefox/browser/modules/devtools/shared/worker.js
lib/firefox/browser/modules/devtools/sourceeditor/autocomplete.js
lib/firefox/browser/modules/devtools/sourceeditor/css-autocompleter.js
lib/firefox/browser/modules/devtools/sourceeditor/css-tokenizer.js
@@ -1638,7 +1731,6 @@ lib/firefox/browser/modules/devtools/tilt/tilt-utils.js
lib/firefox/browser/modules/devtools/tilt/tilt-visualizer-style.js
lib/firefox/browser/modules/devtools/tilt/tilt-visualizer.js
lib/firefox/browser/modules/devtools/tilt/tilt.js
-lib/firefox/browser/modules/devtools/timeline/panel.js
lib/firefox/browser/modules/devtools/webaudioeditor/panel.js
lib/firefox/browser/modules/devtools/webconsole/console-commands.js
lib/firefox/browser/modules/devtools/webconsole/console-output.js
@@ -1651,6 +1743,7 @@ lib/firefox/browser/modules/devtools/webide/app-manager.js
lib/firefox/browser/modules/devtools/webide/build.js
lib/firefox/browser/modules/devtools/webide/config-view.js
lib/firefox/browser/modules/devtools/webide/project-list.js
+lib/firefox/browser/modules/devtools/webide/runtime-list.js
lib/firefox/browser/modules/devtools/webide/runtimes.js
lib/firefox/browser/modules/devtools/webide/simulator-process.js
lib/firefox/browser/modules/devtools/webide/simulators.js
@@ -1663,11 +1756,14 @@ lib/firefox/browser/modules/loop/GoogleImporter.jsm
lib/firefox/browser/modules/loop/LoopCalls.jsm
lib/firefox/browser/modules/loop/LoopContacts.jsm
lib/firefox/browser/modules/loop/LoopRooms.jsm
+lib/firefox/browser/modules/loop/LoopRoomsCache.jsm
lib/firefox/browser/modules/loop/LoopStorage.jsm
lib/firefox/browser/modules/loop/MozLoopAPI.jsm
lib/firefox/browser/modules/loop/MozLoopPushHandler.jsm
lib/firefox/browser/modules/loop/MozLoopService.jsm
lib/firefox/browser/modules/loop/MozLoopWorker.js
+lib/firefox/browser/modules/loop/crypto.js
+lib/firefox/browser/modules/loop/utils.js
lib/firefox/browser/modules/offlineAppCache.jsm
lib/firefox/browser/modules/readinglist/ReadingList.jsm
lib/firefox/browser/modules/readinglist/SQLiteStore.jsm
@@ -1705,14 +1801,6 @@ lib/firefox/browser/modules/translation/TranslationDocument.jsm
lib/firefox/browser/modules/translation/cld-worker.js
lib/firefox/browser/modules/translation/cld-worker.js.mem
lib/firefox/browser/modules/webrtcUI.jsm
-lib/firefox/browser/searchplugins/amazondotcom.xml
-lib/firefox/browser/searchplugins/bing.xml
-lib/firefox/browser/searchplugins/ddg.xml
-lib/firefox/browser/searchplugins/eBay.xml
-lib/firefox/browser/searchplugins/google.xml
-lib/firefox/browser/searchplugins/twitter.xml
-lib/firefox/browser/searchplugins/wikipedia.xml
-lib/firefox/browser/searchplugins/yahoo.xml
lib/firefox/chrome.manifest
lib/firefox/chrome/chrome.manifest
lib/firefox/chrome/en-US/locale/en-US/alerts/alert.dtd
@@ -1737,6 +1825,8 @@ lib/firefox/chrome/en-US/locale/en-US/global/aboutAbout.dtd
lib/firefox/chrome/en-US/locale/en-US/global/aboutNetworking.dtd
lib/firefox/chrome/en-US/locale/en-US/global/aboutReader.properties
lib/firefox/chrome/en-US/locale/en-US/global/aboutRights.dtd
+lib/firefox/chrome/en-US/locale/en-US/global/aboutServiceWorkers.dtd
+lib/firefox/chrome/en-US/locale/en-US/global/aboutServiceWorkers.properties
lib/firefox/chrome/en-US/locale/en-US/global/aboutSupport.dtd
lib/firefox/chrome/en-US/locale/en-US/global/aboutSupport.properties
lib/firefox/chrome/en-US/locale/en-US/global/aboutTelemetry.dtd
@@ -1766,6 +1856,8 @@ lib/firefox/chrome/en-US/locale/en-US/global/datetimepicker.dtd
lib/firefox/chrome/en-US/locale/en-US/global/devtools/csscoverage.dtd
lib/firefox/chrome/en-US/locale/en-US/global/devtools/csscoverage.properties
lib/firefox/chrome/en-US/locale/en-US/global/devtools/debugger.properties
+lib/firefox/chrome/en-US/locale/en-US/global/devtools/gcli.properties
+lib/firefox/chrome/en-US/locale/en-US/global/devtools/gclicommands.properties
lib/firefox/chrome/en-US/locale/en-US/global/devtools/styleinspector.properties
lib/firefox/chrome/en-US/locale/en-US/global/dialog.properties
lib/firefox/chrome/en-US/locale/en-US/global/dialogOverlay.dtd
@@ -1887,6 +1979,7 @@ lib/firefox/chrome/marionette/content/error.js
lib/firefox/chrome/marionette/content/frame-manager.js
lib/firefox/chrome/marionette/content/listener.js
lib/firefox/chrome/marionette/content/modal.js
+lib/firefox/chrome/marionette/content/proxy.js
lib/firefox/chrome/marionette/content/sendkeys.js
lib/firefox/chrome/marionette/content/server.js
lib/firefox/chrome/marionette/content/simpletest.js
@@ -1945,14 +2038,13 @@ lib/firefox/chrome/toolkit/content/global/BrowserElementChild.js
lib/firefox/chrome/toolkit/content/global/BrowserElementChildPreload.js
lib/firefox/chrome/toolkit/content/global/BrowserElementPanning.js
lib/firefox/chrome/toolkit/content/global/BrowserElementPanningAPZDisabled.js
+lib/firefox/chrome/toolkit/content/global/PushServiceChildPreload.js
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/aboutCache.js
-lib/firefox/chrome/toolkit/content/global/aboutCompartments.js
-lib/firefox/chrome/toolkit/content/global/aboutCompartments.xhtml
lib/firefox/chrome/toolkit/content/global/aboutMemory.css
lib/firefox/chrome/toolkit/content/global/aboutMemory.js
lib/firefox/chrome/toolkit/content/global/aboutMemory.xhtml
@@ -1960,6 +2052,8 @@ lib/firefox/chrome/toolkit/content/global/aboutNetworking.js
lib/firefox/chrome/toolkit/content/global/aboutNetworking.xhtml
lib/firefox/chrome/toolkit/content/global/aboutRights-unbranded.xhtml
lib/firefox/chrome/toolkit/content/global/aboutRights.xhtml
+lib/firefox/chrome/toolkit/content/global/aboutServiceWorkers.js
+lib/firefox/chrome/toolkit/content/global/aboutServiceWorkers.xhtml
lib/firefox/chrome/toolkit/content/global/aboutSupport.js
lib/firefox/chrome/toolkit/content/global/aboutSupport.xhtml
lib/firefox/chrome/toolkit/content/global/aboutTelemetry.css
@@ -2053,6 +2147,7 @@ lib/firefox/chrome/toolkit/content/global/globalOverlay.js
lib/firefox/chrome/toolkit/content/global/globalOverlay.xul
lib/firefox/chrome/toolkit/content/global/inlineSpellCheckUI.js
lib/firefox/chrome/toolkit/content/global/license.html
+lib/firefox/chrome/toolkit/content/global/manifestMessages.js
lib/firefox/chrome/toolkit/content/global/menulist.css
lib/firefox/chrome/toolkit/content/global/minimal-xul.css
lib/firefox/chrome/toolkit/content/global/mozilla.xhtml
@@ -2159,16 +2254,11 @@ lib/firefox/chrome/toolkit/content/mozapps/profile/createProfileWizard.js
lib/firefox/chrome/toolkit/content/mozapps/profile/createProfileWizard.xul
lib/firefox/chrome/toolkit/content/mozapps/profile/profileSelection.js
lib/firefox/chrome/toolkit/content/mozapps/profile/profileSelection.xul
-lib/firefox/chrome/toolkit/content/mozapps/update/history.js
-lib/firefox/chrome/toolkit/content/mozapps/update/history.xul
-lib/firefox/chrome/toolkit/content/mozapps/update/updates.css
-lib/firefox/chrome/toolkit/content/mozapps/update/updates.js
-lib/firefox/chrome/toolkit/content/mozapps/update/updates.xml
-lib/firefox/chrome/toolkit/content/mozapps/update/updates.xul
lib/firefox/chrome/toolkit/content/mozapps/xpinstall/xpinstallConfirm.css
lib/firefox/chrome/toolkit/content/mozapps/xpinstall/xpinstallConfirm.js
lib/firefox/chrome/toolkit/content/mozapps/xpinstall/xpinstallConfirm.xul
lib/firefox/chrome/toolkit/content/mozapps/xpinstall/xpinstallItem.xml
+lib/firefox/chrome/toolkit/content/passwordmgr/login.xml
lib/firefox/chrome/toolkit/content/passwordmgr/passwordManager.js
lib/firefox/chrome/toolkit/content/passwordmgr/passwordManager.xul
lib/firefox/chrome/toolkit/content/passwordmgr/passwordManagerCommon.js
@@ -2211,12 +2301,10 @@ lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-dn-sharp.gif
lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-dn.gif
lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-down.png
lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-lft-dis.gif
-lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-lft-hov.gif
lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-lft-sharp-end.gif
lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-lft-sharp.gif
lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-lft.gif
lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-rit-dis.gif
-lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-rit-hov.gif
lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-rit-sharp-end.gif
lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-rit-sharp.gif
lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-rit.gif
@@ -2274,45 +2362,40 @@ lib/firefox/chrome/toolkit/skin/classic/global/icons/autocomplete-search.svg
lib/firefox/chrome/toolkit/skin/classic/global/icons/autoscroll.png
lib/firefox/chrome/toolkit/skin/classic/global/icons/blacklist_favicon.png
lib/firefox/chrome/toolkit/skin/classic/global/icons/blacklist_large.png
-lib/firefox/chrome/toolkit/skin/classic/global/icons/close-lunaBlue.png
-lib/firefox/chrome/toolkit/skin/classic/global/icons/close-lunaOlive.png
-lib/firefox/chrome/toolkit/skin/classic/global/icons/close-lunaSilver.png
+lib/firefox/chrome/toolkit/skin/classic/global/icons/close-XPVista7.png
+lib/firefox/chrome/toolkit/skin/classic/global/icons/close-XPVista7@2x.png
+lib/firefox/chrome/toolkit/skin/classic/global/icons/close-inverted-XPVista7.png
+lib/firefox/chrome/toolkit/skin/classic/global/icons/close-inverted-XPVista7@2x.png
+lib/firefox/chrome/toolkit/skin/classic/global/icons/close-inverted.png
+lib/firefox/chrome/toolkit/skin/classic/global/icons/close-inverted@2x.png
lib/firefox/chrome/toolkit/skin/classic/global/icons/close.png
lib/firefox/chrome/toolkit/skin/classic/global/icons/close.svg
+lib/firefox/chrome/toolkit/skin/classic/global/icons/close@2x.png
lib/firefox/chrome/toolkit/skin/classic/global/icons/collapse.png
lib/firefox/chrome/toolkit/skin/classic/global/icons/error-16.png
-lib/firefox/chrome/toolkit/skin/classic/global/icons/error-24.png
-lib/firefox/chrome/toolkit/skin/classic/global/icons/error-48.png
lib/firefox/chrome/toolkit/skin/classic/global/icons/error-64.png
lib/firefox/chrome/toolkit/skin/classic/global/icons/expand.png
lib/firefox/chrome/toolkit/skin/classic/global/icons/find-arrows.png
-lib/firefox/chrome/toolkit/skin/classic/global/icons/find.png
lib/firefox/chrome/toolkit/skin/classic/global/icons/folder-item.png
lib/firefox/chrome/toolkit/skin/classic/global/icons/information-16.png
lib/firefox/chrome/toolkit/skin/classic/global/icons/information-24.png
lib/firefox/chrome/toolkit/skin/classic/global/icons/information-32.png
-lib/firefox/chrome/toolkit/skin/classic/global/icons/information-48.png
-lib/firefox/chrome/toolkit/skin/classic/global/icons/information-64.png
lib/firefox/chrome/toolkit/skin/classic/global/icons/loading_16.png
lib/firefox/chrome/toolkit/skin/classic/global/icons/panelarrow-horizontal.svg
lib/firefox/chrome/toolkit/skin/classic/global/icons/panelarrow-vertical.svg
lib/firefox/chrome/toolkit/skin/classic/global/icons/question-16.png
-lib/firefox/chrome/toolkit/skin/classic/global/icons/question-24.png
-lib/firefox/chrome/toolkit/skin/classic/global/icons/question-48.png
lib/firefox/chrome/toolkit/skin/classic/global/icons/question-64.png
lib/firefox/chrome/toolkit/skin/classic/global/icons/resizer-rtl.png
lib/firefox/chrome/toolkit/skin/classic/global/icons/resizer.png
lib/firefox/chrome/toolkit/skin/classic/global/icons/sslWarning.png
lib/firefox/chrome/toolkit/skin/classic/global/icons/tabprompts-bgtexture.png
lib/firefox/chrome/toolkit/skin/classic/global/icons/warning-16.png
-lib/firefox/chrome/toolkit/skin/classic/global/icons/warning-24.png
lib/firefox/chrome/toolkit/skin/classic/global/icons/warning-64.png
lib/firefox/chrome/toolkit/skin/classic/global/icons/warning-large.png
lib/firefox/chrome/toolkit/skin/classic/global/icons/warning.svg
lib/firefox/chrome/toolkit/skin/classic/global/icons/webapps-16.png
lib/firefox/chrome/toolkit/skin/classic/global/icons/webapps-64.png
lib/firefox/chrome/toolkit/skin/classic/global/icons/windowControls.png
-lib/firefox/chrome/toolkit/skin/classic/global/icons/wrap.png
lib/firefox/chrome/toolkit/skin/classic/global/in-content/check-partial.svg
lib/firefox/chrome/toolkit/skin/classic/global/in-content/check.svg
lib/firefox/chrome/toolkit/skin/classic/global/in-content/common.css
@@ -2345,6 +2428,9 @@ lib/firefox/chrome/toolkit/skin/classic/global/media/videocontrols.css
lib/firefox/chrome/toolkit/skin/classic/global/media/volume-empty.png
lib/firefox/chrome/toolkit/skin/classic/global/media/volume-full.png
lib/firefox/chrome/toolkit/skin/classic/global/menu.css
+lib/firefox/chrome/toolkit/skin/classic/global/menu/shared-menu-check-active.svg
+lib/firefox/chrome/toolkit/skin/classic/global/menu/shared-menu-check-black.svg
+lib/firefox/chrome/toolkit/skin/classic/global/menu/shared-menu-check-hover.svg
lib/firefox/chrome/toolkit/skin/classic/global/menu/shared-menu-check.png
lib/firefox/chrome/toolkit/skin/classic/global/menulist.css
lib/firefox/chrome/toolkit/skin/classic/global/netError.css
@@ -2398,10 +2484,17 @@ lib/firefox/chrome/toolkit/skin/classic/global/tree/sort-asc-classic.png
lib/firefox/chrome/toolkit/skin/classic/global/tree/sort-asc.png
lib/firefox/chrome/toolkit/skin/classic/global/tree/sort-dsc-classic.png
lib/firefox/chrome/toolkit/skin/classic/global/tree/sort-dsc.png
+lib/firefox/chrome/toolkit/skin/classic/global/tree/twisty-clsd-hover-rtl.png
+lib/firefox/chrome/toolkit/skin/classic/global/tree/twisty-clsd-hover.png
+lib/firefox/chrome/toolkit/skin/classic/global/tree/twisty-clsd-rtl.png
lib/firefox/chrome/toolkit/skin/classic/global/tree/twisty-clsd.png
+lib/firefox/chrome/toolkit/skin/classic/global/tree/twisty-open-hover-rtl.png
+lib/firefox/chrome/toolkit/skin/classic/global/tree/twisty-open-hover.png
+lib/firefox/chrome/toolkit/skin/classic/global/tree/twisty-open-rtl.png
lib/firefox/chrome/toolkit/skin/classic/global/tree/twisty-open.png
lib/firefox/chrome/toolkit/skin/classic/global/wizard.css
lib/firefox/chrome/toolkit/skin/classic/mozapps/aboutNetworking.css
+lib/firefox/chrome/toolkit/skin/classic/mozapps/aboutServiceWorkers.css
lib/firefox/chrome/toolkit/skin/classic/mozapps/downloads/downloadButtons.png
lib/firefox/chrome/toolkit/skin/classic/mozapps/downloads/downloadIcon.png
lib/firefox/chrome/toolkit/skin/classic/mozapps/downloads/downloads.css
@@ -2414,17 +2507,12 @@ lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-warning.png
lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/blocklist.css
lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/cancel.png
lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-available.png
-lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-dictionaries.png
lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-discover.png
-lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-experiments.png
-lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-extensions.png
-lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-languages.png
lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-plugins.png
lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-recent.png
lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-search.png
lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-searchengines.png
lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-service.png
-lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-themes.png
lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/dictionaryGeneric-16.png
lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/dictionaryGeneric.png
lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/discover-logo.png
@@ -2454,6 +2542,7 @@ lib/firefox/chrome/toolkit/skin/classic/mozapps/passwordmgr/key-16.png
lib/firefox/chrome/toolkit/skin/classic/mozapps/passwordmgr/key-64.png
lib/firefox/chrome/toolkit/skin/classic/mozapps/passwordmgr/key.png
lib/firefox/chrome/toolkit/skin/classic/mozapps/places/defaultFavicon.png
+lib/firefox/chrome/toolkit/skin/classic/mozapps/places/defaultFavicon@2x.png
lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginActivate.png
lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginBlocked.png
lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginClose.png
@@ -2462,8 +2551,6 @@ lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginDisabled.pn
lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginDownload.png
lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginMissing.png
lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginStripe.png
-lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/notifyPluginCrashed.png
-lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/notifyPluginGeneric.png
lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/pluginBlocked-64.png
lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/pluginBlocked.png
lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/pluginGeneric-16.png
@@ -2476,7 +2563,6 @@ lib/firefox/chrome/toolkit/skin/classic/mozapps/update/downloadButtons.png
lib/firefox/chrome/toolkit/skin/classic/mozapps/update/updates.css
lib/firefox/chrome/toolkit/skin/classic/mozapps/viewsource/viewsource.css
lib/firefox/chrome/toolkit/skin/classic/mozapps/xpinstall/xpinstallConfirm.css
-lib/firefox/chrome/toolkit/skin/classic/mozapps/xpinstall/xpinstallItemGeneric.png
lib/firefox/components/ActivityMessageConfigurator.js
lib/firefox/components/ActivityProxy.js
lib/firefox/components/ActivityRequestHandler.js
@@ -2510,7 +2596,7 @@ lib/firefox/components/PhoneNumberService.js
lib/firefox/components/PlacesCategoriesStarter.js
lib/firefox/components/PresentationDeviceInfoManager.js
lib/firefox/components/Push.js
-lib/firefox/components/PushServiceLauncher.js
+lib/firefox/components/PushNotificationService.js
lib/firefox/components/RequestSyncManager.js
lib/firefox/components/RequestSyncScheduler.js
lib/firefox/components/SettingsManager.js
@@ -2519,6 +2605,7 @@ lib/firefox/components/SlowScriptDebug.js
lib/firefox/components/SystemMessageCache.js
lib/firefox/components/SystemMessageInternal.js
lib/firefox/components/SystemMessageManager.js
+lib/firefox/components/TCPPresentationServer.js
lib/firefox/components/TCPServerSocket.js
lib/firefox/components/TCPSocket.js
lib/firefox/components/TCPSocketParentIntermediary.js
@@ -2535,6 +2622,7 @@ lib/firefox/components/amWebInstallListener.js
lib/firefox/components/components.manifest
lib/firefox/components/contentAreaDropListener.js
lib/firefox/components/crypto-SDR.js
+lib/firefox/components/defaultShims.js
lib/firefox/components/htmlMenuBuilder.js
lib/firefox/components/interfaces.xpt
lib/firefox/components/jsconsole-clhandler.js
@@ -2545,6 +2633,7 @@ lib/firefox/components/messageWakeupService.js
lib/firefox/components/multiprocessShims.js
lib/firefox/components/nsAsyncShutdown.js
lib/firefox/components/nsBlocklistService.js
+lib/firefox/components/nsBlocklistServiceContent.js
lib/firefox/components/nsContentDispatchChooser.js
lib/firefox/components/nsContentPrefService.js
lib/firefox/components/nsCrashMonitor.js
@@ -2578,7 +2667,6 @@ lib/firefox/components/recording-cmdline.js
lib/firefox/components/remoteTagService.js
lib/firefox/components/storage-json.js
lib/firefox/components/txEXSLTRegExFunctions.js
-lib/firefox/defaults/autoconfig/platform.js
lib/firefox/defaults/autoconfig/prefcalls.js
lib/firefox/defaults/pref/channel-prefs.js
lib/firefox/defaults/pref/services-sync.js
@@ -2626,15 +2714,12 @@ lib/firefox/hyphenation/hyph_sl.dic
lib/firefox/hyphenation/hyph_sv.dic
lib/firefox/hyphenation/hyph_tr.dic
lib/firefox/hyphenation/hyph_uk.dic
-lib/firefox/libmozalloc.so
${PLIST.mozglue}lib/firefox/libmozglue.so
-lib/firefox/libmozjs.so
lib/firefox/libxul.so
lib/firefox/modules/AboutReader.jsm
lib/firefox/modules/ActivitiesService.jsm
lib/firefox/modules/ActivitiesServiceFilter.jsm
lib/firefox/modules/AddonManager.jsm
-lib/firefox/modules/AddonWatcher.jsm
lib/firefox/modules/AlarmDB.jsm
lib/firefox/modules/AlarmService.jsm
lib/firefox/modules/AppConstants.jsm
@@ -2655,6 +2740,7 @@ lib/firefox/modules/BrowserUtils.jsm
lib/firefox/modules/CertUtils.jsm
lib/firefox/modules/CharsetMenu.jsm
lib/firefox/modules/ChromeManifestParser.jsm
+lib/firefox/modules/ClientID.jsm
lib/firefox/modules/CloudSync.jsm
lib/firefox/modules/CloudSyncAdapters.jsm
lib/firefox/modules/CloudSyncBookmarks.jsm
@@ -2667,6 +2753,7 @@ lib/firefox/modules/ClusterLib.js
lib/firefox/modules/ColorAnalyzer_worker.js
lib/firefox/modules/ColorConversion.js
lib/firefox/modules/CommonDialog.jsm
+lib/firefox/modules/CompatWarning.jsm
lib/firefox/modules/ContactDB.jsm
lib/firefox/modules/ContactService.jsm
lib/firefox/modules/ContentPrefInstance.jsm
@@ -2684,7 +2771,6 @@ lib/firefox/modules/DataStoreDB.jsm
lib/firefox/modules/DeferredSave.jsm
lib/firefox/modules/DeferredTask.jsm
lib/firefox/modules/Deprecated.jsm
-lib/firefox/modules/Dict.jsm
lib/firefox/modules/DownloadCore.jsm
lib/firefox/modules/DownloadImport.jsm
lib/firefox/modules/DownloadIntegration.jsm
@@ -2712,8 +2798,8 @@ lib/firefox/modules/FxAccountsCommon.js
lib/firefox/modules/FxAccountsOAuthClient.jsm
lib/firefox/modules/FxAccountsOAuthGrantClient.jsm
lib/firefox/modules/FxAccountsProfile.jsm
-lib/firefox/modules/FxAccountsProfileChannel.jsm
lib/firefox/modules/FxAccountsProfileClient.jsm
+lib/firefox/modules/FxAccountsWebChannel.jsm
lib/firefox/modules/GMPInstallManager.jsm
lib/firefox/modules/GMPUtils.jsm
lib/firefox/modules/Geometry.jsm
@@ -2733,12 +2819,14 @@ lib/firefox/modules/LightweightThemeConsumer.jsm
lib/firefox/modules/LightweightThemeManager.jsm
lib/firefox/modules/LoadContextInfo.jsm
lib/firefox/modules/Log.jsm
+lib/firefox/modules/LoginDoorhangers.jsm
lib/firefox/modules/LoginHelper.jsm
lib/firefox/modules/LoginImport.jsm
lib/firefox/modules/LoginManagerContent.jsm
lib/firefox/modules/LoginManagerParent.jsm
lib/firefox/modules/LoginRecipes.jsm
lib/firefox/modules/LoginStore.jsm
+lib/firefox/modules/ManifestObtainer.jsm
lib/firefox/modules/ManifestProcessor.jsm
lib/firefox/modules/MessagePortBase.jsm
lib/firefox/modules/MessagePortWorker.js
@@ -2810,6 +2898,7 @@ lib/firefox/modules/SearchSuggestionController.jsm
lib/firefox/modules/SelectContentHelper.jsm
lib/firefox/modules/SelectParentHelper.jsm
lib/firefox/modules/Services.jsm
+lib/firefox/modules/SessionRecorder.jsm
lib/firefox/modules/SettingsDB.jsm
lib/firefox/modules/SettingsRequestManager.jsm
lib/firefox/modules/SharedPromptUtils.jsm
@@ -2822,13 +2911,15 @@ lib/firefox/modules/Sqlite.jsm
lib/firefox/modules/StoreTrustAnchor.jsm
lib/firefox/modules/SystemMessagePermissionsChecker.jsm
lib/firefox/modules/Task.jsm
+lib/firefox/modules/TelemetryArchive.jsm
+lib/firefox/modules/TelemetryController.jsm
lib/firefox/modules/TelemetryEnvironment.jsm
-lib/firefox/modules/TelemetryFile.jsm
lib/firefox/modules/TelemetryLog.jsm
-lib/firefox/modules/TelemetryPing.jsm
lib/firefox/modules/TelemetrySession.jsm
lib/firefox/modules/TelemetryStopwatch.jsm
+lib/firefox/modules/TelemetryStorage.jsm
lib/firefox/modules/TelemetryTimestamps.jsm
+lib/firefox/modules/TelemetryUtils.jsm
lib/firefox/modules/ThirdPartyCookieProbe.jsm
lib/firefox/modules/Timer.jsm
lib/firefox/modules/Troubleshoot.jsm
@@ -2842,7 +2933,6 @@ lib/firefox/modules/WebChannel.jsm
lib/firefox/modules/WebappOSUtils.jsm
lib/firefox/modules/Webapps.jsm
lib/firefox/modules/WindowDraggingUtils.jsm
-lib/firefox/modules/WindowsPrefSync.jsm
lib/firefox/modules/WorkerAPI.jsm
lib/firefox/modules/XPCOMUtils.jsm
lib/firefox/modules/XPathGenerator.jsm
@@ -2893,9 +2983,12 @@ lib/firefox/modules/commonjs/framescript/context-menu.js
lib/firefox/modules/commonjs/framescript/manager.js
lib/firefox/modules/commonjs/framescript/util.js
lib/firefox/modules/commonjs/index.js
+lib/firefox/modules/commonjs/jetpack-id/index.js
lib/firefox/modules/commonjs/method/core.js
lib/firefox/modules/commonjs/method/test/browser.js
lib/firefox/modules/commonjs/method/test/common.js
+lib/firefox/modules/commonjs/mozilla-toolkit-versioning/index.js
+lib/firefox/modules/commonjs/mozilla-toolkit-versioning/lib/utils.js
lib/firefox/modules/commonjs/node/os.js
lib/firefox/modules/commonjs/sdk/addon/bootstrap.js
lib/firefox/modules/commonjs/sdk/addon/events.js
@@ -2935,18 +3028,9 @@ lib/firefox/modules/commonjs/sdk/core/observer.js
lib/firefox/modules/commonjs/sdk/core/promise.js
lib/firefox/modules/commonjs/sdk/core/reference.js
lib/firefox/modules/commonjs/sdk/deprecated/api-utils.js
-lib/firefox/modules/commonjs/sdk/deprecated/cortex.js
-lib/firefox/modules/commonjs/sdk/deprecated/errors.js
-lib/firefox/modules/commonjs/sdk/deprecated/events.js
lib/firefox/modules/commonjs/sdk/deprecated/events/assembler.js
-lib/firefox/modules/commonjs/sdk/deprecated/light-traits.js
-lib/firefox/modules/commonjs/sdk/deprecated/list.js
lib/firefox/modules/commonjs/sdk/deprecated/memory.js
-lib/firefox/modules/commonjs/sdk/deprecated/symbiont.js
lib/firefox/modules/commonjs/sdk/deprecated/sync-worker.js
-lib/firefox/modules/commonjs/sdk/deprecated/traits-worker.js
-lib/firefox/modules/commonjs/sdk/deprecated/traits.js
-lib/firefox/modules/commonjs/sdk/deprecated/traits/core.js
lib/firefox/modules/commonjs/sdk/deprecated/unit-test-finder.js
lib/firefox/modules/commonjs/sdk/deprecated/unit-test.js
lib/firefox/modules/commonjs/sdk/deprecated/window-utils.js
@@ -2966,7 +3050,6 @@ lib/firefox/modules/commonjs/sdk/input/browser.js
lib/firefox/modules/commonjs/sdk/input/customizable-ui.js
lib/firefox/modules/commonjs/sdk/input/frame.js
lib/firefox/modules/commonjs/sdk/input/system.js
-lib/firefox/modules/commonjs/sdk/input/window.js
lib/firefox/modules/commonjs/sdk/io/buffer.js
lib/firefox/modules/commonjs/sdk/io/byte-streams.js
lib/firefox/modules/commonjs/sdk/io/data.js
@@ -3070,7 +3153,6 @@ lib/firefox/modules/commonjs/sdk/test/loader.js
lib/firefox/modules/commonjs/sdk/test/memory.js
lib/firefox/modules/commonjs/sdk/test/options.js
lib/firefox/modules/commonjs/sdk/test/runner.js
-lib/firefox/modules/commonjs/sdk/test/tmp-file.js
lib/firefox/modules/commonjs/sdk/test/utils.js
lib/firefox/modules/commonjs/sdk/timers.js
lib/firefox/modules/commonjs/sdk/ui.js
@@ -3112,19 +3194,16 @@ lib/firefox/modules/commonjs/sdk/util/rules.js
lib/firefox/modules/commonjs/sdk/util/sequence.js
lib/firefox/modules/commonjs/sdk/util/uuid.js
lib/firefox/modules/commonjs/sdk/view/core.js
-lib/firefox/modules/commonjs/sdk/widget.js
lib/firefox/modules/commonjs/sdk/window/browser.js
lib/firefox/modules/commonjs/sdk/window/events.js
lib/firefox/modules/commonjs/sdk/window/helpers.js
lib/firefox/modules/commonjs/sdk/window/namespace.js
lib/firefox/modules/commonjs/sdk/window/utils.js
lib/firefox/modules/commonjs/sdk/windows.js
-lib/firefox/modules/commonjs/sdk/windows/dom.js
lib/firefox/modules/commonjs/sdk/windows/fennec.js
lib/firefox/modules/commonjs/sdk/windows/firefox.js
lib/firefox/modules/commonjs/sdk/windows/observer.js
lib/firefox/modules/commonjs/sdk/windows/tabs-fennec.js
-lib/firefox/modules/commonjs/sdk/windows/tabs-firefox.js
lib/firefox/modules/commonjs/sdk/worker/utils.js
lib/firefox/modules/commonjs/sdk/zip/utils.js
lib/firefox/modules/commonjs/test.js
@@ -3158,7 +3237,6 @@ lib/firefox/modules/devtools/discovery/discovery.js
lib/firefox/modules/devtools/event-emitter.js
lib/firefox/modules/devtools/event-parsers.js
lib/firefox/modules/devtools/gcli.jsm
-lib/firefox/modules/devtools/gcli/api.js
lib/firefox/modules/devtools/gcli/cli.js
lib/firefox/modules/devtools/gcli/commands/addon.js
lib/firefox/modules/devtools/gcli/commands/appcache.js
@@ -3175,6 +3253,7 @@ lib/firefox/modules/devtools/gcli/commands/folder.js
lib/firefox/modules/devtools/gcli/commands/global.js
lib/firefox/modules/devtools/gcli/commands/help.js
lib/firefox/modules/devtools/gcli/commands/highlight.js
+lib/firefox/modules/devtools/gcli/commands/index.js
lib/firefox/modules/devtools/gcli/commands/inject.js
lib/firefox/modules/devtools/gcli/commands/intro.js
lib/firefox/modules/devtools/gcli/commands/jsb.js
@@ -3187,14 +3266,11 @@ lib/firefox/modules/devtools/gcli/commands/paintflashing.js
lib/firefox/modules/devtools/gcli/commands/pref.js
lib/firefox/modules/devtools/gcli/commands/preflist.js
lib/firefox/modules/devtools/gcli/commands/restart.js
+lib/firefox/modules/devtools/gcli/commands/rulers.js
lib/firefox/modules/devtools/gcli/commands/screenshot.js
lib/firefox/modules/devtools/gcli/commands/test.js
lib/firefox/modules/devtools/gcli/commands/tools.js
lib/firefox/modules/devtools/gcli/connectors/connectors.js
-lib/firefox/modules/devtools/gcli/connectors/index.js
-lib/firefox/modules/devtools/gcli/connectors/protocol.js
-lib/firefox/modules/devtools/gcli/connectors/rdp.js
-lib/firefox/modules/devtools/gcli/connectors/remoted.js
lib/firefox/modules/devtools/gcli/converters/basic.js
lib/firefox/modules/devtools/gcli/converters/converters.js
lib/firefox/modules/devtools/gcli/converters/html.js
@@ -3209,10 +3285,10 @@ lib/firefox/modules/devtools/gcli/languages/command.js
lib/firefox/modules/devtools/gcli/languages/javascript.js
lib/firefox/modules/devtools/gcli/languages/languages.js
lib/firefox/modules/devtools/gcli/mozui/completer.js
-lib/firefox/modules/devtools/gcli/mozui/ffdisplay.js
lib/firefox/modules/devtools/gcli/mozui/inputter.js
lib/firefox/modules/devtools/gcli/mozui/tooltip.js
lib/firefox/modules/devtools/gcli/settings.js
+lib/firefox/modules/devtools/gcli/system.js
lib/firefox/modules/devtools/gcli/types/array.js
lib/firefox/modules/devtools/gcli/types/boolean.js
lib/firefox/modules/devtools/gcli/types/command.js
@@ -3265,6 +3341,7 @@ lib/firefox/modules/devtools/security/cert.js
lib/firefox/modules/devtools/security/prompt.js
lib/firefox/modules/devtools/security/socket.js
lib/firefox/modules/devtools/server/actors/actor-registry.js
+lib/firefox/modules/devtools/server/actors/addon.js
lib/firefox/modules/devtools/server/actors/animation.js
lib/firefox/modules/devtools/server/actors/call-watcher.js
lib/firefox/modules/devtools/server/actors/canvas.js
@@ -3305,6 +3382,7 @@ lib/firefox/modules/devtools/server/actors/utils/audionodes.json
lib/firefox/modules/devtools/server/actors/utils/automation-timeline.js
lib/firefox/modules/devtools/server/actors/utils/make-debugger.js
lib/firefox/modules/devtools/server/actors/utils/map-uri-to-addon-id.js
+lib/firefox/modules/devtools/server/actors/utils/memory-bridge.js
lib/firefox/modules/devtools/server/actors/utils/stack.js
lib/firefox/modules/devtools/server/actors/webapps.js
lib/firefox/modules/devtools/server/actors/webaudio.js
@@ -3380,7 +3458,6 @@ lib/firefox/modules/services-common/hawkrequest.js
lib/firefox/modules/services-common/logmanager.js
lib/firefox/modules/services-common/observers.js
lib/firefox/modules/services-common/rest.js
-lib/firefox/modules/services-common/storageservice.js
lib/firefox/modules/services-common/stringbundle.js
lib/firefox/modules/services-common/tokenserverclient.js
lib/firefox/modules/services-common/utils.js
@@ -3418,7 +3495,6 @@ lib/firefox/modules/services-sync/status.js
lib/firefox/modules/services-sync/userapi.js
lib/firefox/modules/services-sync/util.js
lib/firefox/modules/services/datareporting/policy.jsm
-lib/firefox/modules/services/datareporting/sessions.jsm
lib/firefox/modules/services/healthreport/healthreporter.jsm
lib/firefox/modules/services/healthreport/profile.jsm
lib/firefox/modules/services/healthreport/providers.jsm
@@ -3444,9 +3520,7 @@ lib/firefox/res/dtd/htmlmathml-f.ent
lib/firefox/res/entityTables/html40Latin1.properties
lib/firefox/res/entityTables/html40Special.properties
lib/firefox/res/entityTables/html40Symbols.properties
-lib/firefox/res/entityTables/htmlEntityVersions.properties
lib/firefox/res/entityTables/mathml20.properties
-lib/firefox/res/entityTables/transliterate.properties
lib/firefox/res/fonts/mathfont.properties
lib/firefox/res/fonts/mathfontMathJax_Main.properties
lib/firefox/res/fonts/mathfontSTIXGeneral.properties
@@ -3508,7 +3582,9 @@ lib/firefox/webapprt/chrome/webapprt/content/mochitest.js
lib/firefox/webapprt/chrome/webapprt/content/mochitest.xul
lib/firefox/webapprt/chrome/webapprt/content/webapp.js
lib/firefox/webapprt/chrome/webapprt/content/webapp.xul
+lib/firefox/webapprt/chrome/webapprt/skin/classic/webapprt/downloads/downloadButtons-XP.png
lib/firefox/webapprt/chrome/webapprt/skin/classic/webapprt/downloads/downloadButtons.png
+lib/firefox/webapprt/chrome/webapprt/skin/classic/webapprt/downloads/downloadIcon-XP.png
lib/firefox/webapprt/chrome/webapprt/skin/classic/webapprt/downloads/downloadIcon.png
lib/firefox/webapprt/chrome/webapprt/skin/classic/webapprt/downloads/downloads.css
lib/firefox/webapprt/components/CommandLineHandler.js