Tue Aug 11 23:48:18 2015 UTC ()
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)


(ryoon)
diff -r1.220 -r1.221 pkgsrc/www/firefox/Makefile
diff -r1.98 -r1.99 pkgsrc/www/firefox/PLIST
diff -r1.209 -r1.210 pkgsrc/www/firefox/distinfo
diff -r1.59 -r1.60 pkgsrc/www/firefox/mozilla-common.mk
diff -r1.8 -r1.9 pkgsrc/www/firefox/patches/patch-config_external_moz.build
diff -r1.8 -r1.9 pkgsrc/www/firefox/patches/patch-gfx_skia_moz.build
diff -r1.1 -r1.2 pkgsrc/www/firefox/patches/patch-gfx_skia_generate__mozbuild.py
diff -r1.5 -r1.6 pkgsrc/www/firefox/patches/patch-image_decoders_nsJPEGDecoder.cpp
diff -r1.5 -r1.6 pkgsrc/www/firefox/patches/patch-ipc_chromium_src_base_file__util__posix.cc
diff -r1.4 -r0 pkgsrc/www/firefox/patches/patch-ipc_chromium_src_base_file__util.h
diff -r1.2 -r1.3 pkgsrc/www/firefox/patches/patch-media_libtheora_moz.build
diff -r0 -r1.1 pkgsrc/www/firefox/patches/patch-media_webrtc_signaling_test_common.build
diff -r0 -r1.1 pkgsrc/www/firefox/patches/patch-testing_mozharness_README.md
diff -r0 -r1.1 pkgsrc/www/firefox/patches/patch-testing_mozharness_configs_update__tests_mozilla-beta.py
diff -r0 -r1.1 pkgsrc/www/firefox/patches/patch-testing_mozharness_configs_update__tests_mozilla-release.py
diff -r0 -r1.1 pkgsrc/www/firefox/patches/patch-testing_mozharness_configs_vcs__sync_staging__build-repos.py
diff -r0 -r1.1 pkgsrc/www/firefox/patches/patch-testing_mozharness_configs_vcs__sync_staging__l10n.py
diff -r1.2 -r0 pkgsrc/www/firefox/patches/patch-media_webrtc_signaling_test_moz.build
diff -r1.7 -r1.8 pkgsrc/www/firefox/patches/patch-media_webrtc_trunk_webrtc_system__wrappers_source_spreadsortlib_spreadsort.hpp
diff -r1.4 -r1.5 pkgsrc/www/firefox/patches/patch-netwerk_protocol_http_Http2Session.cpp
diff -r1.3 -r1.4 pkgsrc/www/firefox/patches/patch-toolkit_modules_GMPInstallManager.jsm
diff -r1.5 -r0 pkgsrc/www/firefox/patches/patch-widget_gtk_gtk3drawing.c
diff -r1.5 -r0 pkgsrc/www/firefox/patches/patch-widget_gtk_nsNativeThemeGTK.cpp

cvs diff -r1.220 -r1.221 pkgsrc/www/firefox/Makefile (expand / switch to unified diff)

--- pkgsrc/www/firefox/Makefile 2015/08/09 16:21:49 1.220
+++ pkgsrc/www/firefox/Makefile 2015/08/11 23:48:17 1.221
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.220 2015/08/09 16:21:49 he Exp $ 1# $NetBSD: Makefile,v 1.221 2015/08/11 23:48:17 ryoon Exp $
2 2
3FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} 3FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
4MOZ_BRANCH= 39.0.3 4MOZ_BRANCH= 40.0
5MOZ_BRANCH_MINOR=  5MOZ_BRANCH_MINOR=
6 6
7DISTNAME= firefox-${FIREFOX_VER}.source 7DISTNAME= firefox-${FIREFOX_VER}.source
8PKGNAME= firefox-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//} 8PKGNAME= firefox-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/b/beta/:S/esr//}
9CATEGORIES= www 9CATEGORIES= www
10MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} 10MASTER_SITES+= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
11MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/} 11MASTER_SITES+= ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/}
12EXTRACT_SUFX= .tar.bz2 12EXTRACT_SUFX= .tar.bz2
13 13
14WRKSRC= ${WRKDIR}/mozilla-release 14WRKSRC= ${WRKDIR}/mozilla-release
15#WRKSRC= ${WRKDIR}/mozilla-beta 15#WRKSRC= ${WRKDIR}/mozilla-beta
16 16
17MAINTAINER= ryoon@NetBSD.org 17MAINTAINER= ryoon@NetBSD.org

cvs diff -r1.98 -r1.99 pkgsrc/www/firefox/PLIST (expand / switch to unified diff)

--- pkgsrc/www/firefox/PLIST 2015/07/03 10:25:40 1.98
+++ pkgsrc/www/firefox/PLIST 2015/08/11 23:48:17 1.99
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.98 2015/07/03 10:25:40 ryoon Exp $ 1@comment $NetBSD: PLIST,v 1.99 2015/08/11 23:48:17 ryoon Exp $
2bin/firefox 2bin/firefox
3lib/firefox/application.ini 3lib/firefox/application.ini
4lib/firefox/browser/blocklist.xml 4lib/firefox/browser/blocklist.xml
5lib/firefox/browser/chrome.manifest 5lib/firefox/browser/chrome.manifest
6${PLIST.nobranding}lib/firefox/browser/chrome/browser/content/branding/about-background.png 6${PLIST.nobranding}lib/firefox/browser/chrome/browser/content/branding/about-background.png
7lib/firefox/browser/chrome/browser/content/branding/about-logo.png 7lib/firefox/browser/chrome/browser/content/branding/about-logo.png
8lib/firefox/browser/chrome/browser/content/branding/about-logo@2x.png 8lib/firefox/browser/chrome/browser/content/branding/about-logo@2x.png
9lib/firefox/browser/chrome/browser/content/branding/about-wordmark.svg 9lib/firefox/browser/chrome/browser/content/branding/about-wordmark.svg
10lib/firefox/browser/chrome/browser/content/branding/about.png 10lib/firefox/browser/chrome/browser/content/branding/about.png
11lib/firefox/browser/chrome/browser/content/branding/aboutDialog.css 11lib/firefox/browser/chrome/browser/content/branding/aboutDialog.css
12lib/firefox/browser/chrome/browser/content/branding/icon128.png 12lib/firefox/browser/chrome/browser/content/branding/icon128.png
13lib/firefox/browser/chrome/browser/content/branding/icon16.png 13lib/firefox/browser/chrome/browser/content/branding/icon16.png
14lib/firefox/browser/chrome/browser/content/branding/icon32.png 14lib/firefox/browser/chrome/browser/content/branding/icon32.png
@@ -109,26 +109,28 @@ lib/firefox/browser/chrome/browser/conte @@ -109,26 +109,28 @@ lib/firefox/browser/chrome/browser/conte
109lib/firefox/browser/chrome/browser/content/browser/defaultthemes/2.preview.jpg 109lib/firefox/browser/chrome/browser/content/browser/defaultthemes/2.preview.jpg
110lib/firefox/browser/chrome/browser/content/browser/defaultthemes/3.footer.png 110lib/firefox/browser/chrome/browser/content/browser/defaultthemes/3.footer.png
111lib/firefox/browser/chrome/browser/content/browser/defaultthemes/3.header.png 111lib/firefox/browser/chrome/browser/content/browser/defaultthemes/3.header.png
112lib/firefox/browser/chrome/browser/content/browser/defaultthemes/3.icon.png 112lib/firefox/browser/chrome/browser/content/browser/defaultthemes/3.icon.png
113lib/firefox/browser/chrome/browser/content/browser/defaultthemes/3.preview.png 113lib/firefox/browser/chrome/browser/content/browser/defaultthemes/3.preview.png
114lib/firefox/browser/chrome/browser/content/browser/defaultthemes/4.footer.png 114lib/firefox/browser/chrome/browser/content/browser/defaultthemes/4.footer.png
115lib/firefox/browser/chrome/browser/content/browser/defaultthemes/4.header.png 115lib/firefox/browser/chrome/browser/content/browser/defaultthemes/4.header.png
116lib/firefox/browser/chrome/browser/content/browser/defaultthemes/4.icon.png 116lib/firefox/browser/chrome/browser/content/browser/defaultthemes/4.icon.png
117lib/firefox/browser/chrome/browser/content/browser/defaultthemes/4.preview.png 117lib/firefox/browser/chrome/browser/content/browser/defaultthemes/4.preview.png
118lib/firefox/browser/chrome/browser/content/browser/defaultthemes/5.footer.png 118lib/firefox/browser/chrome/browser/content/browser/defaultthemes/5.footer.png
119lib/firefox/browser/chrome/browser/content/browser/defaultthemes/5.header.png 119lib/firefox/browser/chrome/browser/content/browser/defaultthemes/5.header.png
120lib/firefox/browser/chrome/browser/content/browser/defaultthemes/5.icon.jpg 120lib/firefox/browser/chrome/browser/content/browser/defaultthemes/5.icon.jpg
121lib/firefox/browser/chrome/browser/content/browser/defaultthemes/5.preview.jpg 121lib/firefox/browser/chrome/browser/content/browser/defaultthemes/5.preview.jpg
 122lib/firefox/browser/chrome/browser/content/browser/defaultthemes/devedition.header.png
 123lib/firefox/browser/chrome/browser/content/browser/defaultthemes/devedition.icon.png
122lib/firefox/browser/chrome/browser/content/browser/devtools/NetworkPanel.xhtml 124lib/firefox/browser/chrome/browser/content/browser/devtools/NetworkPanel.xhtml
123lib/firefox/browser/chrome/browser/content/browser/devtools/animationinspector/animation-controller.js 125lib/firefox/browser/chrome/browser/content/browser/devtools/animationinspector/animation-controller.js
124lib/firefox/browser/chrome/browser/content/browser/devtools/animationinspector/animation-inspector.xhtml 126lib/firefox/browser/chrome/browser/content/browser/devtools/animationinspector/animation-inspector.xhtml
125lib/firefox/browser/chrome/browser/content/browser/devtools/animationinspector/animation-panel.js 127lib/firefox/browser/chrome/browser/content/browser/devtools/animationinspector/animation-panel.js
126lib/firefox/browser/chrome/browser/content/browser/devtools/app-manager/connection-footer.js 128lib/firefox/browser/chrome/browser/content/browser/devtools/app-manager/connection-footer.js
127lib/firefox/browser/chrome/browser/content/browser/devtools/app-manager/connection-footer.xhtml 129lib/firefox/browser/chrome/browser/content/browser/devtools/app-manager/connection-footer.xhtml
128lib/firefox/browser/chrome/browser/content/browser/devtools/app-manager/device.js 130lib/firefox/browser/chrome/browser/content/browser/devtools/app-manager/device.js
129lib/firefox/browser/chrome/browser/content/browser/devtools/app-manager/device.xhtml 131lib/firefox/browser/chrome/browser/content/browser/devtools/app-manager/device.xhtml
130lib/firefox/browser/chrome/browser/content/browser/devtools/app-manager/help.xhtml 132lib/firefox/browser/chrome/browser/content/browser/devtools/app-manager/help.xhtml
131lib/firefox/browser/chrome/browser/content/browser/devtools/app-manager/index.js 133lib/firefox/browser/chrome/browser/content/browser/devtools/app-manager/index.js
132lib/firefox/browser/chrome/browser/content/browser/devtools/app-manager/index.xul 134lib/firefox/browser/chrome/browser/content/browser/devtools/app-manager/index.xul
133lib/firefox/browser/chrome/browser/content/browser/devtools/app-manager/manifest-editor.js 135lib/firefox/browser/chrome/browser/content/browser/devtools/app-manager/manifest-editor.js
134lib/firefox/browser/chrome/browser/content/browser/devtools/app-manager/projects.js 136lib/firefox/browser/chrome/browser/content/browser/devtools/app-manager/projects.js
@@ -157,98 +159,120 @@ lib/firefox/browser/chrome/browser/conte @@ -157,98 +159,120 @@ lib/firefox/browser/chrome/browser/conte
157lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/javascript.js 159lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/javascript.js
158lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/matchbrackets.js 160lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/matchbrackets.js
159lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/mozilla.css 161lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/mozilla.css
160lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/search.js 162lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/search.js
161lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/searchcursor.js 163lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/searchcursor.js
162lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/show-hint.js 164lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/show-hint.js
163lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/sublime.js 165lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/sublime.js
164lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/tern.js 166lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/tern.js
165lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/trailingspace.js 167lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/trailingspace.js
166lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/vim.js 168lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/vim.js
167lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/xml-fold.js 169lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/xml-fold.js
168lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/xml.js 170lib/firefox/browser/chrome/browser/content/browser/devtools/codemirror/xml.js
169lib/firefox/browser/chrome/browser/content/browser/devtools/commandline.css 171lib/firefox/browser/chrome/browser/content/browser/devtools/commandline.css
170lib/firefox/browser/chrome/browser/content/browser/devtools/commandline/commands-index.js 
171lib/firefox/browser/chrome/browser/content/browser/devtools/commandlineoutput.xhtml 172lib/firefox/browser/chrome/browser/content/browser/devtools/commandlineoutput.xhtml
172lib/firefox/browser/chrome/browser/content/browser/devtools/commandlinetooltip.xhtml 173lib/firefox/browser/chrome/browser/content/browser/devtools/commandlinetooltip.xhtml
173lib/firefox/browser/chrome/browser/content/browser/devtools/computedview.xhtml 174lib/firefox/browser/chrome/browser/content/browser/devtools/computedview.xhtml
174lib/firefox/browser/chrome/browser/content/browser/devtools/connect.css 175lib/firefox/browser/chrome/browser/content/browser/devtools/connect.css
175lib/firefox/browser/chrome/browser/content/browser/devtools/connect.js 176lib/firefox/browser/chrome/browser/content/browser/devtools/connect.js
176lib/firefox/browser/chrome/browser/content/browser/devtools/connect.xhtml 177lib/firefox/browser/chrome/browser/content/browser/devtools/connect.xhtml
177lib/firefox/browser/chrome/browser/content/browser/devtools/cssruleview.xhtml 178lib/firefox/browser/chrome/browser/content/browser/devtools/cssruleview.xhtml
178lib/firefox/browser/chrome/browser/content/browser/devtools/cubic-bezier-frame.xhtml 179lib/firefox/browser/chrome/browser/content/browser/devtools/cubic-bezier-frame.xhtml
179lib/firefox/browser/chrome/browser/content/browser/devtools/cubic-bezier.css 180lib/firefox/browser/chrome/browser/content/browser/devtools/cubic-bezier.css
180lib/firefox/browser/chrome/browser/content/browser/devtools/d3.js 181lib/firefox/browser/chrome/browser/content/browser/devtools/d3.js
181lib/firefox/browser/chrome/browser/content/browser/devtools/dagre-d3.js 182lib/firefox/browser/chrome/browser/content/browser/devtools/dagre-d3.js
182lib/firefox/browser/chrome/browser/content/browser/devtools/debugger-controller.js 183lib/firefox/browser/chrome/browser/content/browser/devtools/debugger-controller.js
183lib/firefox/browser/chrome/browser/content/browser/devtools/debugger-panes.js 
184lib/firefox/browser/chrome/browser/content/browser/devtools/debugger-toolbar.js 
185lib/firefox/browser/chrome/browser/content/browser/devtools/debugger-view.js 184lib/firefox/browser/chrome/browser/content/browser/devtools/debugger-view.js
186lib/firefox/browser/chrome/browser/content/browser/devtools/debugger.css 185lib/firefox/browser/chrome/browser/content/browser/devtools/debugger.css
187lib/firefox/browser/chrome/browser/content/browser/devtools/debugger.xul 186lib/firefox/browser/chrome/browser/content/browser/devtools/debugger.xul
 187lib/firefox/browser/chrome/browser/content/browser/devtools/debugger/event-listeners-view.js
 188lib/firefox/browser/chrome/browser/content/browser/devtools/debugger/filter-view.js
 189lib/firefox/browser/chrome/browser/content/browser/devtools/debugger/global-search-view.js
 190lib/firefox/browser/chrome/browser/content/browser/devtools/debugger/options-view.js
 191lib/firefox/browser/chrome/browser/content/browser/devtools/debugger/sources-view.js
 192lib/firefox/browser/chrome/browser/content/browser/devtools/debugger/stack-frames-classic-view.js
 193lib/firefox/browser/chrome/browser/content/browser/devtools/debugger/stack-frames-view.js
 194lib/firefox/browser/chrome/browser/content/browser/devtools/debugger/toolbar-view.js
 195lib/firefox/browser/chrome/browser/content/browser/devtools/debugger/tracer-view.js
 196lib/firefox/browser/chrome/browser/content/browser/devtools/debugger/utils.js
 197lib/firefox/browser/chrome/browser/content/browser/devtools/debugger/variable-bubble-view.js
 198lib/firefox/browser/chrome/browser/content/browser/devtools/debugger/watch-expressions-view.js
188lib/firefox/browser/chrome/browser/content/browser/devtools/eyedropper.xul 199lib/firefox/browser/chrome/browser/content/browser/devtools/eyedropper.xul
189lib/firefox/browser/chrome/browser/content/browser/devtools/eyedropper/crosshairs.css 200lib/firefox/browser/chrome/browser/content/browser/devtools/eyedropper/crosshairs.css
190lib/firefox/browser/chrome/browser/content/browser/devtools/eyedropper/nocursor.css 201lib/firefox/browser/chrome/browser/content/browser/devtools/eyedropper/nocursor.css
 202lib/firefox/browser/chrome/browser/content/browser/devtools/filter-frame.xhtml
 203lib/firefox/browser/chrome/browser/content/browser/devtools/filter-widget.css
191lib/firefox/browser/chrome/browser/content/browser/devtools/fontinspector/font-inspector.css 204lib/firefox/browser/chrome/browser/content/browser/devtools/fontinspector/font-inspector.css
192lib/firefox/browser/chrome/browser/content/browser/devtools/fontinspector/font-inspector.js 205lib/firefox/browser/chrome/browser/content/browser/devtools/fontinspector/font-inspector.js
193lib/firefox/browser/chrome/browser/content/browser/devtools/fontinspector/font-inspector.xhtml 206lib/firefox/browser/chrome/browser/content/browser/devtools/fontinspector/font-inspector.xhtml
194lib/firefox/browser/chrome/browser/content/browser/devtools/frame-script-utils.js 207lib/firefox/browser/chrome/browser/content/browser/devtools/frame-script-utils.js
195lib/firefox/browser/chrome/browser/content/browser/devtools/framework/dev-edition-logo.png 208lib/firefox/browser/chrome/browser/content/browser/devtools/framework/dev-edition-logo.png
196lib/firefox/browser/chrome/browser/content/browser/devtools/framework/dev-edition-promo.css 209lib/firefox/browser/chrome/browser/content/browser/devtools/framework/dev-edition-promo.css
197lib/firefox/browser/chrome/browser/content/browser/devtools/framework/dev-edition-promo.xul 210lib/firefox/browser/chrome/browser/content/browser/devtools/framework/dev-edition-promo.xul
198lib/firefox/browser/chrome/browser/content/browser/devtools/framework/options-panel.css 211lib/firefox/browser/chrome/browser/content/browser/devtools/framework/options-panel.css
199lib/firefox/browser/chrome/browser/content/browser/devtools/framework/toolbox-options.js 212lib/firefox/browser/chrome/browser/content/browser/devtools/framework/toolbox-options.js
200lib/firefox/browser/chrome/browser/content/browser/devtools/framework/toolbox-options.xul 213lib/firefox/browser/chrome/browser/content/browser/devtools/framework/toolbox-options.xul
201lib/firefox/browser/chrome/browser/content/browser/devtools/framework/toolbox-process-window.js 214lib/firefox/browser/chrome/browser/content/browser/devtools/framework/toolbox-process-window.js
202lib/firefox/browser/chrome/browser/content/browser/devtools/framework/toolbox-process-window.xul 215lib/firefox/browser/chrome/browser/content/browser/devtools/framework/toolbox-process-window.xul
203lib/firefox/browser/chrome/browser/content/browser/devtools/framework/toolbox-window.xul 216lib/firefox/browser/chrome/browser/content/browser/devtools/framework/toolbox-window.xul
204lib/firefox/browser/chrome/browser/content/browser/devtools/framework/toolbox.xul 217lib/firefox/browser/chrome/browser/content/browser/devtools/framework/toolbox.xul
205lib/firefox/browser/chrome/browser/content/browser/devtools/graphs-frame.xhtml 218lib/firefox/browser/chrome/browser/content/browser/devtools/graphs-frame.xhtml
206lib/firefox/browser/chrome/browser/content/browser/devtools/inspector/inspector.css 219lib/firefox/browser/chrome/browser/content/browser/devtools/inspector/inspector.css
207lib/firefox/browser/chrome/browser/content/browser/devtools/inspector/inspector.xul 220lib/firefox/browser/chrome/browser/content/browser/devtools/inspector/inspector.xul
208lib/firefox/browser/chrome/browser/content/browser/devtools/layoutview/view.css 221lib/firefox/browser/chrome/browser/content/browser/devtools/layoutview/view.css
209lib/firefox/browser/chrome/browser/content/browser/devtools/layoutview/view.js 222lib/firefox/browser/chrome/browser/content/browser/devtools/layoutview/view.js
210lib/firefox/browser/chrome/browser/content/browser/devtools/layoutview/view.xhtml 223lib/firefox/browser/chrome/browser/content/browser/devtools/layoutview/view.xhtml
211lib/firefox/browser/chrome/browser/content/browser/devtools/markup-view.css 224lib/firefox/browser/chrome/browser/content/browser/devtools/markup-view.css
212lib/firefox/browser/chrome/browser/content/browser/devtools/markup-view.xhtml 225lib/firefox/browser/chrome/browser/content/browser/devtools/markup-view.xhtml
 226lib/firefox/browser/chrome/browser/content/browser/devtools/mdn-docs-frame.xhtml
 227lib/firefox/browser/chrome/browser/content/browser/devtools/mdn-docs.css
213lib/firefox/browser/chrome/browser/content/browser/devtools/netmonitor-controller.js 228lib/firefox/browser/chrome/browser/content/browser/devtools/netmonitor-controller.js
214lib/firefox/browser/chrome/browser/content/browser/devtools/netmonitor-view.js 229lib/firefox/browser/chrome/browser/content/browser/devtools/netmonitor-view.js
215lib/firefox/browser/chrome/browser/content/browser/devtools/netmonitor.css 230lib/firefox/browser/chrome/browser/content/browser/devtools/netmonitor.css
216lib/firefox/browser/chrome/browser/content/browser/devtools/netmonitor.xul 231lib/firefox/browser/chrome/browser/content/browser/devtools/netmonitor.xul
217lib/firefox/browser/chrome/browser/content/browser/devtools/profiler.js 232lib/firefox/browser/chrome/browser/content/browser/devtools/performance.xul
218lib/firefox/browser/chrome/browser/content/browser/devtools/profiler.xul 233lib/firefox/browser/chrome/browser/content/browser/devtools/performance/performance-controller.js
 234lib/firefox/browser/chrome/browser/content/browser/devtools/performance/performance-view.js
 235lib/firefox/browser/chrome/browser/content/browser/devtools/performance/system.js
 236lib/firefox/browser/chrome/browser/content/browser/devtools/performance/views/details-js-call-tree.js
 237lib/firefox/browser/chrome/browser/content/browser/devtools/performance/views/details-js-flamegraph.js
 238lib/firefox/browser/chrome/browser/content/browser/devtools/performance/views/details-memory-call-tree.js
 239lib/firefox/browser/chrome/browser/content/browser/devtools/performance/views/details-memory-flamegraph.js
 240lib/firefox/browser/chrome/browser/content/browser/devtools/performance/views/details-subview.js
 241lib/firefox/browser/chrome/browser/content/browser/devtools/performance/views/details-waterfall.js
 242lib/firefox/browser/chrome/browser/content/browser/devtools/performance/views/details.js
 243lib/firefox/browser/chrome/browser/content/browser/devtools/performance/views/jit-optimizations.js
 244lib/firefox/browser/chrome/browser/content/browser/devtools/performance/views/overview.js
 245lib/firefox/browser/chrome/browser/content/browser/devtools/performance/views/recordings.js
 246lib/firefox/browser/chrome/browser/content/browser/devtools/performance/views/toolbar.js
219lib/firefox/browser/chrome/browser/content/browser/devtools/projecteditor-loader.js 247lib/firefox/browser/chrome/browser/content/browser/devtools/projecteditor-loader.js
220lib/firefox/browser/chrome/browser/content/browser/devtools/projecteditor-loader.xul 248lib/firefox/browser/chrome/browser/content/browser/devtools/projecteditor-loader.xul
221lib/firefox/browser/chrome/browser/content/browser/devtools/projecteditor-test.xul 249lib/firefox/browser/chrome/browser/content/browser/devtools/projecteditor-test.xul
222lib/firefox/browser/chrome/browser/content/browser/devtools/projecteditor.xul 250lib/firefox/browser/chrome/browser/content/browser/devtools/projecteditor.xul
223lib/firefox/browser/chrome/browser/content/browser/devtools/readdir.js 251lib/firefox/browser/chrome/browser/content/browser/devtools/readdir.js
224lib/firefox/browser/chrome/browser/content/browser/devtools/responsivedesign/resize-commands.js 252lib/firefox/browser/chrome/browser/content/browser/devtools/responsivedesign/resize-commands.js
225lib/firefox/browser/chrome/browser/content/browser/devtools/ruleview.css 253lib/firefox/browser/chrome/browser/content/browser/devtools/ruleview.css
226lib/firefox/browser/chrome/browser/content/browser/devtools/scratchpad-commands.js 254lib/firefox/browser/chrome/browser/content/browser/devtools/scratchpad-commands.js
227lib/firefox/browser/chrome/browser/content/browser/devtools/scratchpad.js 255lib/firefox/browser/chrome/browser/content/browser/devtools/scratchpad.js
228lib/firefox/browser/chrome/browser/content/browser/devtools/scratchpad.xul 256lib/firefox/browser/chrome/browser/content/browser/devtools/scratchpad.xul
229lib/firefox/browser/chrome/browser/content/browser/devtools/shadereditor.js 257lib/firefox/browser/chrome/browser/content/browser/devtools/shadereditor.js
230lib/firefox/browser/chrome/browser/content/browser/devtools/shadereditor.xul 258lib/firefox/browser/chrome/browser/content/browser/devtools/shadereditor.xul
231lib/firefox/browser/chrome/browser/content/browser/devtools/spectrum-frame.xhtml 259lib/firefox/browser/chrome/browser/content/browser/devtools/spectrum-frame.xhtml
232lib/firefox/browser/chrome/browser/content/browser/devtools/spectrum.css 260lib/firefox/browser/chrome/browser/content/browser/devtools/spectrum.css
233lib/firefox/browser/chrome/browser/content/browser/devtools/splitview.css 261lib/firefox/browser/chrome/browser/content/browser/devtools/splitview.css
234lib/firefox/browser/chrome/browser/content/browser/devtools/storage.xul 262lib/firefox/browser/chrome/browser/content/browser/devtools/storage.xul
235lib/firefox/browser/chrome/browser/content/browser/devtools/styleeditor.css 263lib/firefox/browser/chrome/browser/content/browser/devtools/styleeditor.css
236lib/firefox/browser/chrome/browser/content/browser/devtools/styleeditor.xul 264lib/firefox/browser/chrome/browser/content/browser/devtools/styleeditor.xul
237lib/firefox/browser/chrome/browser/content/browser/devtools/theme-switching.js 265lib/firefox/browser/chrome/browser/content/browser/devtools/theme-switching.js
238lib/firefox/browser/chrome/browser/content/browser/devtools/timeline/timeline.js 
239lib/firefox/browser/chrome/browser/content/browser/devtools/timeline/timeline.xul 
240lib/firefox/browser/chrome/browser/content/browser/devtools/ui-profile.js 
241lib/firefox/browser/chrome/browser/content/browser/devtools/ui-recordings.js 
242lib/firefox/browser/chrome/browser/content/browser/devtools/webaudioeditor.xul 266lib/firefox/browser/chrome/browser/content/browser/devtools/webaudioeditor.xul
243lib/firefox/browser/chrome/browser/content/browser/devtools/webaudioeditor/controller.js 267lib/firefox/browser/chrome/browser/content/browser/devtools/webaudioeditor/controller.js
244lib/firefox/browser/chrome/browser/content/browser/devtools/webaudioeditor/includes.js 268lib/firefox/browser/chrome/browser/content/browser/devtools/webaudioeditor/includes.js
245lib/firefox/browser/chrome/browser/content/browser/devtools/webaudioeditor/models.js 269lib/firefox/browser/chrome/browser/content/browser/devtools/webaudioeditor/models.js
246lib/firefox/browser/chrome/browser/content/browser/devtools/webaudioeditor/views/automation.js 270lib/firefox/browser/chrome/browser/content/browser/devtools/webaudioeditor/views/automation.js
247lib/firefox/browser/chrome/browser/content/browser/devtools/webaudioeditor/views/context.js 271lib/firefox/browser/chrome/browser/content/browser/devtools/webaudioeditor/views/context.js
248lib/firefox/browser/chrome/browser/content/browser/devtools/webaudioeditor/views/inspector.js 272lib/firefox/browser/chrome/browser/content/browser/devtools/webaudioeditor/views/inspector.js
249lib/firefox/browser/chrome/browser/content/browser/devtools/webaudioeditor/views/properties.js 273lib/firefox/browser/chrome/browser/content/browser/devtools/webaudioeditor/views/properties.js
250lib/firefox/browser/chrome/browser/content/browser/devtools/webaudioeditor/views/utils.js 274lib/firefox/browser/chrome/browser/content/browser/devtools/webaudioeditor/views/utils.js
251lib/firefox/browser/chrome/browser/content/browser/devtools/webconsole.xul 275lib/firefox/browser/chrome/browser/content/browser/devtools/webconsole.xul
252lib/firefox/browser/chrome/browser/content/browser/devtools/widgets.css 276lib/firefox/browser/chrome/browser/content/browser/devtools/widgets.css
253lib/firefox/browser/chrome/browser/content/browser/devtools/widgets/VariablesView.xul 277lib/firefox/browser/chrome/browser/content/browser/devtools/widgets/VariablesView.xul
254lib/firefox/browser/chrome/browser/content/browser/downloads/allDownloadsViewOverlay.css 278lib/firefox/browser/chrome/browser/content/browser/downloads/allDownloadsViewOverlay.css
@@ -271,26 +295,27 @@ lib/firefox/browser/chrome/browser/conte @@ -271,26 +295,27 @@ lib/firefox/browser/chrome/browser/conte
271lib/firefox/browser/chrome/browser/content/browser/hiddenWindow.xul 295lib/firefox/browser/chrome/browser/content/browser/hiddenWindow.xul
272lib/firefox/browser/chrome/browser/content/browser/history/history-panel.xul 296lib/firefox/browser/chrome/browser/content/browser/history/history-panel.xul
273lib/firefox/browser/chrome/browser/content/browser/license.html 297lib/firefox/browser/chrome/browser/content/browser/license.html
274lib/firefox/browser/chrome/browser/content/browser/loop/conversation.html 298lib/firefox/browser/chrome/browser/content/browser/loop/conversation.html
275lib/firefox/browser/chrome/browser/content/browser/loop/css/contacts.css 299lib/firefox/browser/chrome/browser/content/browser/loop/css/contacts.css
276lib/firefox/browser/chrome/browser/content/browser/loop/css/panel.css 300lib/firefox/browser/chrome/browser/content/browser/loop/css/panel.css
277lib/firefox/browser/chrome/browser/content/browser/loop/js/client.js 301lib/firefox/browser/chrome/browser/content/browser/loop/js/client.js
278lib/firefox/browser/chrome/browser/content/browser/loop/js/contacts.js 302lib/firefox/browser/chrome/browser/content/browser/loop/js/contacts.js
279lib/firefox/browser/chrome/browser/content/browser/loop/js/conversation.js 303lib/firefox/browser/chrome/browser/content/browser/loop/js/conversation.js
280lib/firefox/browser/chrome/browser/content/browser/loop/js/conversationAppStore.js 304lib/firefox/browser/chrome/browser/content/browser/loop/js/conversationAppStore.js
281lib/firefox/browser/chrome/browser/content/browser/loop/js/conversationViews.js 305lib/firefox/browser/chrome/browser/content/browser/loop/js/conversationViews.js
282lib/firefox/browser/chrome/browser/content/browser/loop/js/otconfig.js 306lib/firefox/browser/chrome/browser/content/browser/loop/js/otconfig.js
283lib/firefox/browser/chrome/browser/content/browser/loop/js/panel.js 307lib/firefox/browser/chrome/browser/content/browser/loop/js/panel.js
 308lib/firefox/browser/chrome/browser/content/browser/loop/js/roomStore.js
284lib/firefox/browser/chrome/browser/content/browser/loop/js/roomViews.js 309lib/firefox/browser/chrome/browser/content/browser/loop/js/roomViews.js
285lib/firefox/browser/chrome/browser/content/browser/loop/libs/l10n.js 310lib/firefox/browser/chrome/browser/content/browser/loop/libs/l10n.js
286lib/firefox/browser/chrome/browser/content/browser/loop/libs/sdk.js 311lib/firefox/browser/chrome/browser/content/browser/loop/libs/sdk.js
287lib/firefox/browser/chrome/browser/content/browser/loop/panel.html 312lib/firefox/browser/chrome/browser/content/browser/loop/panel.html
288lib/firefox/browser/chrome/browser/content/browser/loop/sdk-content/css/ot.css 313lib/firefox/browser/chrome/browser/content/browser/loop/sdk-content/css/ot.css
289lib/firefox/browser/chrome/browser/content/browser/loop/sdk-content/images/rtc/access-denied-chrome.png 314lib/firefox/browser/chrome/browser/content/browser/loop/sdk-content/images/rtc/access-denied-chrome.png
290lib/firefox/browser/chrome/browser/content/browser/loop/sdk-content/images/rtc/access-denied-copy-firefox.png 315lib/firefox/browser/chrome/browser/content/browser/loop/sdk-content/images/rtc/access-denied-copy-firefox.png
291lib/firefox/browser/chrome/browser/content/browser/loop/sdk-content/images/rtc/access-denied-firefox.png 316lib/firefox/browser/chrome/browser/content/browser/loop/sdk-content/images/rtc/access-denied-firefox.png
292lib/firefox/browser/chrome/browser/content/browser/loop/sdk-content/images/rtc/access-predenied-chrome.png 317lib/firefox/browser/chrome/browser/content/browser/loop/sdk-content/images/rtc/access-predenied-chrome.png
293lib/firefox/browser/chrome/browser/content/browser/loop/sdk-content/images/rtc/access-prompt-chrome.png 318lib/firefox/browser/chrome/browser/content/browser/loop/sdk-content/images/rtc/access-prompt-chrome.png
294lib/firefox/browser/chrome/browser/content/browser/loop/sdk-content/images/rtc/audioonly-publisher.png 319lib/firefox/browser/chrome/browser/content/browser/loop/sdk-content/images/rtc/audioonly-publisher.png
295lib/firefox/browser/chrome/browser/content/browser/loop/sdk-content/images/rtc/audioonly-subscriber.png 320lib/firefox/browser/chrome/browser/content/browser/loop/sdk-content/images/rtc/audioonly-subscriber.png
296lib/firefox/browser/chrome/browser/content/browser/loop/sdk-content/images/rtc/buttons.png 321lib/firefox/browser/chrome/browser/content/browser/loop/sdk-content/images/rtc/buttons.png
@@ -299,26 +324,27 @@ lib/firefox/browser/chrome/browser/conte @@ -299,26 +324,27 @@ lib/firefox/browser/chrome/browser/conte
299lib/firefox/browser/chrome/browser/content/browser/loop/sdk-content/images/rtc/mic-on.png 324lib/firefox/browser/chrome/browser/content/browser/loop/sdk-content/images/rtc/mic-on.png
300lib/firefox/browser/chrome/browser/content/browser/loop/sdk-content/images/rtc/speaker-off.png 325lib/firefox/browser/chrome/browser/content/browser/loop/sdk-content/images/rtc/speaker-off.png
301lib/firefox/browser/chrome/browser/content/browser/loop/sdk-content/images/rtc/speaker-on.png 326lib/firefox/browser/chrome/browser/content/browser/loop/sdk-content/images/rtc/speaker-on.png
302lib/firefox/browser/chrome/browser/content/browser/loop/sdk-content/js/dynamic_config.min.js 327lib/firefox/browser/chrome/browser/content/browser/loop/sdk-content/js/dynamic_config.min.js
303lib/firefox/browser/chrome/browser/content/browser/loop/shared/css/common.css 328lib/firefox/browser/chrome/browser/content/browser/loop/shared/css/common.css
304lib/firefox/browser/chrome/browser/content/browser/loop/shared/css/conversation.css 329lib/firefox/browser/chrome/browser/content/browser/loop/shared/css/conversation.css
305lib/firefox/browser/chrome/browser/content/browser/loop/shared/css/reset.css 330lib/firefox/browser/chrome/browser/content/browser/loop/shared/css/reset.css
306lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/02.png 331lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/02.png
307lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/02@2x.png 332lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/02@2x.png
308lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/audio-call-avatar.svg 333lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/audio-call-avatar.svg
309lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/audio-inverse-14x14.png 334lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/audio-inverse-14x14.png
310lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/audio-inverse-14x14@2x.png 335lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/audio-inverse-14x14@2x.png
311lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/beta-ribbon.svg 336lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/beta-ribbon.svg
 337lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/check.svg
312lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/dropdown-inverse.png 338lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/dropdown-inverse.png
313lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/dropdown-inverse@2x.png 339lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/dropdown-inverse@2x.png
314lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/facemute-14x14.png 340lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/facemute-14x14.png
315lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/facemute-14x14@2x.png 341lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/facemute-14x14@2x.png
316lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/hangup-inverse-14x14.png 342lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/hangup-inverse-14x14.png
317lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/hangup-inverse-14x14@2x.png 343lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/hangup-inverse-14x14@2x.png
318lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/happy.png 344lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/happy.png
319lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/icon_32.png 345lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/icon_32.png
320lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/icon_64.png 346lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/icon_64.png
321lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/icons-10x10.svg 347lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/icons-10x10.svg
322lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/icons-14x14.svg 348lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/icons-14x14.svg
323lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/icons-16x16.svg 349lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/icons-16x16.svg
324lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/movistar.png 350lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/movistar.png
@@ -341,48 +367,48 @@ lib/firefox/browser/chrome/browser/conte @@ -341,48 +367,48 @@ lib/firefox/browser/chrome/browser/conte
341lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/vivo@2x.png 367lib/firefox/browser/chrome/browser/content/browser/loop/shared/img/vivo@2x.png
342lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/actions.js 368lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/actions.js
343lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/activeRoomStore.js 369lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/activeRoomStore.js
344lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/conversationStore.js 370lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/conversationStore.js
345lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/dispatcher.js 371lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/dispatcher.js
346lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/feedbackApiClient.js 372lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/feedbackApiClient.js
347lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/feedbackStore.js 373lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/feedbackStore.js
348lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/feedbackViews.js 374lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/feedbackViews.js
349lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/fxOSActiveRoomStore.js 375lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/fxOSActiveRoomStore.js
350lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/mixins.js 376lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/mixins.js
351lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/models.js 377lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/models.js
352lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/otSdkDriver.js 378lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/otSdkDriver.js
353lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/roomStates.js 379lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/roomStates.js
354lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/roomStore.js 
355lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/store.js 380lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/store.js
356lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/utils.js 381lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/utils.js
357lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/validate.js 382lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/validate.js
358lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/views.js 383lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/views.js
359lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/websocket.js 384lib/firefox/browser/chrome/browser/content/browser/loop/shared/js/websocket.js
360lib/firefox/browser/chrome/browser/content/browser/loop/shared/libs/backbone-1.1.2.js 385lib/firefox/browser/chrome/browser/content/browser/loop/shared/libs/backbone-1.1.2.js
361lib/firefox/browser/chrome/browser/content/browser/loop/shared/libs/jquery-2.1.0.js 386lib/firefox/browser/chrome/browser/content/browser/loop/shared/libs/jquery-2.1.4.js
362lib/firefox/browser/chrome/browser/content/browser/loop/shared/libs/lodash-2.4.1.js 387lib/firefox/browser/chrome/browser/content/browser/loop/shared/libs/lodash-2.4.1.js
363lib/firefox/browser/chrome/browser/content/browser/loop/shared/libs/react-0.12.2.js 388lib/firefox/browser/chrome/browser/content/browser/loop/shared/libs/react-0.12.2.js
364lib/firefox/browser/chrome/browser/content/browser/loop/shared/sounds/connected.ogg 389lib/firefox/browser/chrome/browser/content/browser/loop/shared/sounds/connected.ogg
365lib/firefox/browser/chrome/browser/content/browser/loop/shared/sounds/connecting.ogg 390lib/firefox/browser/chrome/browser/content/browser/loop/shared/sounds/connecting.ogg
366lib/firefox/browser/chrome/browser/content/browser/loop/shared/sounds/failure.ogg 391lib/firefox/browser/chrome/browser/content/browser/loop/shared/sounds/failure.ogg
367lib/firefox/browser/chrome/browser/content/browser/loop/shared/sounds/ringtone.ogg 392lib/firefox/browser/chrome/browser/content/browser/loop/shared/sounds/ringtone.ogg
368lib/firefox/browser/chrome/browser/content/browser/loop/shared/sounds/room-joined-in.ogg 393lib/firefox/browser/chrome/browser/content/browser/loop/shared/sounds/room-joined-in.ogg
369lib/firefox/browser/chrome/browser/content/browser/loop/shared/sounds/room-joined.ogg 394lib/firefox/browser/chrome/browser/content/browser/loop/shared/sounds/room-joined.ogg
370lib/firefox/browser/chrome/browser/content/browser/loop/shared/sounds/room-left.ogg 395lib/firefox/browser/chrome/browser/content/browser/loop/shared/sounds/room-left.ogg
371lib/firefox/browser/chrome/browser/content/browser/loop/shared/sounds/terminated.ogg 396lib/firefox/browser/chrome/browser/content/browser/loop/shared/sounds/terminated.ogg
372lib/firefox/browser/chrome/browser/content/browser/microsoft-translator-attribution.png 397lib/firefox/browser/chrome/browser/content/browser/microsoft-translator-attribution.png
373lib/firefox/browser/chrome/browser/content/browser/migration/migration.js 398lib/firefox/browser/chrome/browser/content/browser/migration/migration.js
374lib/firefox/browser/chrome/browser/content/browser/migration/migration.xul 399lib/firefox/browser/chrome/browser/content/browser/migration/migration.xul
375lib/firefox/browser/chrome/browser/content/browser/newtab/newTab.css 400lib/firefox/browser/chrome/browser/content/browser/newtab/newTab.css
 401lib/firefox/browser/chrome/browser/content/browser/newtab/newTab.inadjacent.json
376lib/firefox/browser/chrome/browser/content/browser/newtab/newTab.js 402lib/firefox/browser/chrome/browser/content/browser/newtab/newTab.js
377lib/firefox/browser/chrome/browser/content/browser/newtab/newTab.xul 403lib/firefox/browser/chrome/browser/content/browser/newtab/newTab.xul
378lib/firefox/browser/chrome/browser/content/browser/nsContextMenu.js 404lib/firefox/browser/chrome/browser/content/browser/nsContextMenu.js
379lib/firefox/browser/chrome/browser/content/browser/pageinfo/feeds.js 405lib/firefox/browser/chrome/browser/content/browser/pageinfo/feeds.js
380lib/firefox/browser/chrome/browser/content/browser/pageinfo/feeds.xml 406lib/firefox/browser/chrome/browser/content/browser/pageinfo/feeds.xml
381lib/firefox/browser/chrome/browser/content/browser/pageinfo/pageInfo.css 407lib/firefox/browser/chrome/browser/content/browser/pageinfo/pageInfo.css
382lib/firefox/browser/chrome/browser/content/browser/pageinfo/pageInfo.js 408lib/firefox/browser/chrome/browser/content/browser/pageinfo/pageInfo.js
383lib/firefox/browser/chrome/browser/content/browser/pageinfo/pageInfo.xml 409lib/firefox/browser/chrome/browser/content/browser/pageinfo/pageInfo.xml
384lib/firefox/browser/chrome/browser/content/browser/pageinfo/pageInfo.xul 410lib/firefox/browser/chrome/browser/content/browser/pageinfo/pageInfo.xul
385lib/firefox/browser/chrome/browser/content/browser/pageinfo/permissions.js 411lib/firefox/browser/chrome/browser/content/browser/pageinfo/permissions.js
386lib/firefox/browser/chrome/browser/content/browser/pageinfo/security.js 412lib/firefox/browser/chrome/browser/content/browser/pageinfo/security.js
387lib/firefox/browser/chrome/browser/content/browser/places/bookmarkProperties.js 413lib/firefox/browser/chrome/browser/content/browser/places/bookmarkProperties.js
388lib/firefox/browser/chrome/browser/content/browser/places/bookmarkProperties.xul 414lib/firefox/browser/chrome/browser/content/browser/places/bookmarkProperties.xul
@@ -534,45 +560,48 @@ lib/firefox/browser/chrome/browser/conte @@ -534,45 +560,48 @@ lib/firefox/browser/chrome/browser/conte
534lib/firefox/browser/chrome/browser/content/browser/sync/customize.js 560lib/firefox/browser/chrome/browser/content/browser/sync/customize.js
535lib/firefox/browser/chrome/browser/content/browser/sync/customize.xul 561lib/firefox/browser/chrome/browser/content/browser/sync/customize.xul
536lib/firefox/browser/chrome/browser/content/browser/sync/genericChange.js 562lib/firefox/browser/chrome/browser/content/browser/sync/genericChange.js
537lib/firefox/browser/chrome/browser/content/browser/sync/genericChange.xul 563lib/firefox/browser/chrome/browser/content/browser/sync/genericChange.xul
538lib/firefox/browser/chrome/browser/content/browser/sync/key.xhtml 564lib/firefox/browser/chrome/browser/content/browser/sync/key.xhtml
539lib/firefox/browser/chrome/browser/content/browser/sync/notification.xml 565lib/firefox/browser/chrome/browser/content/browser/sync/notification.xml
540lib/firefox/browser/chrome/browser/content/browser/sync/progress.js 566lib/firefox/browser/chrome/browser/content/browser/sync/progress.js
541lib/firefox/browser/chrome/browser/content/browser/sync/progress.xhtml 567lib/firefox/browser/chrome/browser/content/browser/sync/progress.xhtml
542lib/firefox/browser/chrome/browser/content/browser/sync/quota.js 568lib/firefox/browser/chrome/browser/content/browser/sync/quota.js
543lib/firefox/browser/chrome/browser/content/browser/sync/quota.xul 569lib/firefox/browser/chrome/browser/content/browser/sync/quota.xul
544lib/firefox/browser/chrome/browser/content/browser/sync/setup.js 570lib/firefox/browser/chrome/browser/content/browser/sync/setup.js
545lib/firefox/browser/chrome/browser/content/browser/sync/setup.xul 571lib/firefox/browser/chrome/browser/content/browser/sync/setup.xul
546lib/firefox/browser/chrome/browser/content/browser/sync/utils.js 572lib/firefox/browser/chrome/browser/content/browser/sync/utils.js
 573lib/firefox/browser/chrome/browser/content/browser/tab-content.js
547lib/firefox/browser/chrome/browser/content/browser/tabbrowser.css 574lib/firefox/browser/chrome/browser/content/browser/tabbrowser.css
548lib/firefox/browser/chrome/browser/content/browser/tabbrowser.xml 575lib/firefox/browser/chrome/browser/content/browser/tabbrowser.xml
549lib/firefox/browser/chrome/browser/content/browser/tabview-content.js 576lib/firefox/browser/chrome/browser/content/browser/tabview-content.js
550lib/firefox/browser/chrome/browser/content/browser/tabview.css 577lib/firefox/browser/chrome/browser/content/browser/tabview.css
551lib/firefox/browser/chrome/browser/content/browser/tabview.html 578lib/firefox/browser/chrome/browser/content/browser/tabview.html
552lib/firefox/browser/chrome/browser/content/browser/tabview.js 579lib/firefox/browser/chrome/browser/content/browser/tabview.js
553lib/firefox/browser/chrome/browser/content/browser/translation-infobar.xml 580lib/firefox/browser/chrome/browser/content/browser/translation-infobar.xml
554lib/firefox/browser/chrome/browser/content/browser/urlbarBindings.xml 581lib/firefox/browser/chrome/browser/content/browser/urlbarBindings.xml
555lib/firefox/browser/chrome/browser/content/browser/utilityOverlay.js 582lib/firefox/browser/chrome/browser/content/browser/utilityOverlay.js
556lib/firefox/browser/chrome/browser/content/browser/viewSourceOverlay.xul 583lib/firefox/browser/chrome/browser/content/browser/viewSourceOverlay.xul
557lib/firefox/browser/chrome/browser/content/browser/web-panels.js 584lib/firefox/browser/chrome/browser/content/browser/web-panels.js
558lib/firefox/browser/chrome/browser/content/browser/web-panels.xul 585lib/firefox/browser/chrome/browser/content/browser/web-panels.xul
559lib/firefox/browser/chrome/browser/content/browser/webrtcIndicator.js 586lib/firefox/browser/chrome/browser/content/browser/webrtcIndicator.js
560lib/firefox/browser/chrome/browser/content/browser/webrtcIndicator.xul 587lib/firefox/browser/chrome/browser/content/browser/webrtcIndicator.xul
561lib/firefox/browser/chrome/browser/defaults/permissions 588lib/firefox/browser/chrome/browser/defaults/permissions
562lib/firefox/browser/chrome/browser/skin/classic/browser/Geolocation-16.png 589lib/firefox/browser/chrome/browser/skin/classic/browser/Geolocation-16.png
563lib/firefox/browser/chrome/browser/skin/classic/browser/Geolocation-64.png 590lib/firefox/browser/chrome/browser/skin/classic/browser/Geolocation-64.png
564lib/firefox/browser/chrome/browser/skin/classic/browser/Info.png 591lib/firefox/browser/chrome/browser/skin/classic/browser/Info.png
565lib/firefox/browser/chrome/browser/skin/classic/browser/Privacy-16.png 592lib/firefox/browser/chrome/browser/skin/classic/browser/Privacy-16.png
 593lib/firefox/browser/chrome/browser/skin/classic/browser/Push-16.png
 594lib/firefox/browser/chrome/browser/skin/classic/browser/Push-64.png
566lib/firefox/browser/chrome/browser/skin/classic/browser/Secure.png 595lib/firefox/browser/chrome/browser/skin/classic/browser/Secure.png
567lib/firefox/browser/chrome/browser/skin/classic/browser/Security-broken.png 596lib/firefox/browser/chrome/browser/skin/classic/browser/Security-broken.png
568lib/firefox/browser/chrome/browser/skin/classic/browser/Toolbar-inverted.png 597lib/firefox/browser/chrome/browser/skin/classic/browser/Toolbar-inverted.png
569lib/firefox/browser/chrome/browser/skin/classic/browser/Toolbar-small.png 598lib/firefox/browser/chrome/browser/skin/classic/browser/Toolbar-small.png
570lib/firefox/browser/chrome/browser/skin/classic/browser/Toolbar.png 599lib/firefox/browser/chrome/browser/skin/classic/browser/Toolbar.png
571lib/firefox/browser/chrome/browser/skin/classic/browser/aboutCertError.css 600lib/firefox/browser/chrome/browser/skin/classic/browser/aboutCertError.css
572lib/firefox/browser/chrome/browser/skin/classic/browser/aboutCertError_sectionCollapsed-rtl.png 601lib/firefox/browser/chrome/browser/skin/classic/browser/aboutCertError_sectionCollapsed-rtl.png
573lib/firefox/browser/chrome/browser/skin/classic/browser/aboutCertError_sectionCollapsed.png 602lib/firefox/browser/chrome/browser/skin/classic/browser/aboutCertError_sectionCollapsed.png
574lib/firefox/browser/chrome/browser/skin/classic/browser/aboutCertError_sectionExpanded.png 603lib/firefox/browser/chrome/browser/skin/classic/browser/aboutCertError_sectionExpanded.png
575lib/firefox/browser/chrome/browser/skin/classic/browser/aboutNetError.css 604lib/firefox/browser/chrome/browser/skin/classic/browser/aboutNetError.css
576lib/firefox/browser/chrome/browser/skin/classic/browser/aboutNetError_alert.svg 605lib/firefox/browser/chrome/browser/skin/classic/browser/aboutNetError_alert.svg
577lib/firefox/browser/chrome/browser/skin/classic/browser/aboutNetError_info.svg 606lib/firefox/browser/chrome/browser/skin/classic/browser/aboutNetError_info.svg
578lib/firefox/browser/chrome/browser/skin/classic/browser/aboutProviderDirectory.css 607lib/firefox/browser/chrome/browser/skin/classic/browser/aboutProviderDirectory.css
@@ -592,37 +621,39 @@ lib/firefox/browser/chrome/browser/skin/ @@ -592,37 +621,39 @@ lib/firefox/browser/chrome/browser/skin/
592lib/firefox/browser/chrome/browser/skin/classic/browser/browser-lightweightTheme.css 621lib/firefox/browser/chrome/browser/skin/classic/browser/browser-lightweightTheme.css
593lib/firefox/browser/chrome/browser/skin/classic/browser/browser.css 622lib/firefox/browser/chrome/browser/skin/classic/browser/browser.css
594lib/firefox/browser/chrome/browser/skin/classic/browser/click-to-play-warning-stripes.png 623lib/firefox/browser/chrome/browser/skin/classic/browser/click-to-play-warning-stripes.png
595lib/firefox/browser/chrome/browser/skin/classic/browser/content-contextmenu.svg 624lib/firefox/browser/chrome/browser/skin/classic/browser/content-contextmenu.svg
596lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/background-noise-toolbar.png 625lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/background-noise-toolbar.png
597lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/customize-illustration-rtl.png 626lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/customize-illustration-rtl.png
598lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/customize-illustration.png 627lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/customize-illustration.png
599lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/customizeFavicon.ico 628lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/customizeFavicon.ico
600lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/customizeMode-gridTexture.png 629lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/customizeMode-gridTexture.png
601lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/customizeMode-separatorHorizontal.png 630lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/customizeMode-separatorHorizontal.png
602lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/customizeMode-separatorVertical.png 631lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/customizeMode-separatorVertical.png
603lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/info-icon-customizeTip.png 632lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/info-icon-customizeTip.png
604lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/menuPanel-customizeFinish.png 633lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/menuPanel-customizeFinish.png
 634lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/menuPanel-customizeFinish@2x.png
605lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/panelUIOverlay.css 635lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/panelUIOverlay.css
606lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/panelarrow-customizeTip.png 636lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/panelarrow-customizeTip.png
607lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/subView-arrow-back-inverted-rtl.png 637lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/subView-arrow-back-inverted-rtl.png
608lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/subView-arrow-back-inverted.png 638lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/subView-arrow-back-inverted.png
609lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/whimsy-bw.png 639lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/whimsy-bw.png
610lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/whimsy-bw@2x.png 640lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/whimsy-bw@2x.png
611lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/whimsy.png 641lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/whimsy.png
612lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/whimsy@2x.png 642lib/firefox/browser/chrome/browser/skin/classic/browser/customizableui/whimsy@2x.png
613lib/firefox/browser/chrome/browser/skin/classic/browser/devedition.css 643lib/firefox/browser/chrome/browser/skin/classic/browser/devedition.css
614lib/firefox/browser/chrome/browser/skin/classic/browser/devedition/search.svg 644lib/firefox/browser/chrome/browser/skin/classic/browser/devedition/search.svg
615lib/firefox/browser/chrome/browser/skin/classic/browser/devedition/urlbar-history-dropmarker.svg 645lib/firefox/browser/chrome/browser/skin/classic/browser/devedition/urlbar-history-dropmarker.svg
 646lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/add.svg
616lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/alerticon-warning.png 647lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/alerticon-warning.png
617lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/alerticon-warning@2x.png 648lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/alerticon-warning@2x.png
618lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/animationinspector.css 649lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/animationinspector.css
619lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/app-manager/add.svg 650lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/app-manager/add.svg
620lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/app-manager/connection-footer.css 651lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/app-manager/connection-footer.css
621lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/app-manager/default-app-icon.png 652lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/app-manager/default-app-icon.png
622lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/app-manager/device.css 653lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/app-manager/device.css
623lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/app-manager/error.svg 654lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/app-manager/error.svg
624lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/app-manager/help.css 655lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/app-manager/help.css
625lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/app-manager/index-icons.svg 656lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/app-manager/index-icons.svg
626lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/app-manager/index.css 657lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/app-manager/index.css
627lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/app-manager/noise.png 658lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/app-manager/noise.png
628lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/app-manager/plus.svg 659lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/app-manager/plus.svg
@@ -640,26 +671,28 @@ lib/firefox/browser/chrome/browser/skin/ @@ -640,26 +671,28 @@ lib/firefox/browser/chrome/browser/skin/
640lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/close@2x.png 671lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/close@2x.png
641lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-console.png 672lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-console.png
642lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-console@2x.png 673lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-console@2x.png
643lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-eyedropper.png 674lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-eyedropper.png
644lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-eyedropper@2x.png 675lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-eyedropper@2x.png
645lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-frames.png 676lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-frames.png
646lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-frames@2x.png 677lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-frames@2x.png
647lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-paintflashing.png 678lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-paintflashing.png
648lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-paintflashing@2x.png 679lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-paintflashing@2x.png
649lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-pick.png 680lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-pick.png
650lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-pick@2x.png 681lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-pick@2x.png
651lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-responsivemode.png 682lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-responsivemode.png
652lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-responsivemode@2x.png 683lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-responsivemode@2x.png
 684lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-rulers.png
 685lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-rulers@2x.png
653lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-scratchpad.png 686lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-scratchpad.png
654lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-scratchpad@2x.png 687lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-scratchpad@2x.png
655lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-screenshot.png 688lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-screenshot.png
656lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-screenshot@2x.png 689lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-screenshot@2x.png
657lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-tilt.png 690lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-tilt.png
658lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-tilt@2x.png 691lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/command-tilt@2x.png
659lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/commandline-icon.png 692lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/commandline-icon.png
660lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/commandline-icon@2x.png 693lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/commandline-icon@2x.png
661lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/commandline.css 694lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/commandline.css
662lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/common.css 695lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/common.css
663lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/computedview.css 696lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/computedview.css
664lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/controls.png 697lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/controls.png
665lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/controls@2x.png 698lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/controls@2x.png
@@ -691,26 +724,27 @@ lib/firefox/browser/chrome/browser/skin/ @@ -691,26 +724,27 @@ lib/firefox/browser/chrome/browser/skin/
691lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/dock-side@2x.png 724lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/dock-side@2x.png
692lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/dropmarker.svg 725lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/dropmarker.svg
693lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/editor-breakpoint.png 726lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/editor-breakpoint.png
694lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/editor-debug-location.png 727lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/editor-debug-location.png
695lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/editor-debug-location@2x.png 728lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/editor-debug-location@2x.png
696lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/editor-error.png 729lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/editor-error.png
697lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/eyedropper.css 730lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/eyedropper.css
698lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/fast-forward.png 731lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/fast-forward.png
699lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/fast-forward@2x.png 732lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/fast-forward@2x.png
700lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/filetype-dir-close.svg 733lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/filetype-dir-close.svg
701lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/filetype-dir-open.svg 734lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/filetype-dir-open.svg
702lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/filetype-globe.svg 735lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/filetype-globe.svg
703lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/filetype-store.svg 736lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/filetype-store.svg
 737lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/filter-swatch.svg
704lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/filters.svg 738lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/filters.svg
705lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/floating-scrollbars-light.css 739lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/floating-scrollbars-light.css
706lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/floating-scrollbars.css 740lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/floating-scrollbars.css
707lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/font-inspector.css 741lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/font-inspector.css
708lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/inspector.css 742lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/inspector.css
709lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/itemArrow-dark-ltr.svg 743lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/itemArrow-dark-ltr.svg
710lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/itemArrow-dark-rtl.svg 744lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/itemArrow-dark-rtl.svg
711lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/itemArrow-ltr.svg 745lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/itemArrow-ltr.svg
712lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/itemArrow-rtl.svg 746lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/itemArrow-rtl.svg
713lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/itemToggle.png 747lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/itemToggle.png
714lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/itemToggle@2x.png 748lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/itemToggle@2x.png
715lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/layoutview.css 749lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/layoutview.css
716lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/light-theme.css 750lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/light-theme.css
@@ -739,39 +773,42 @@ lib/firefox/browser/chrome/browser/skin/ @@ -739,39 +773,42 @@ lib/firefox/browser/chrome/browser/skin/
739lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/responsive-vertical-resizer.png 773lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/responsive-vertical-resizer.png
740lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/responsive-vertical-resizer@2x.png 774lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/responsive-vertical-resizer@2x.png
741lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/responsiveui-home.png 775lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/responsiveui-home.png
742lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/responsiveui-rotate.png 776lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/responsiveui-rotate.png
743lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/responsiveui-rotate@2x.png 777lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/responsiveui-rotate@2x.png
744lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/responsiveui-screenshot.png 778lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/responsiveui-screenshot.png
745lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/responsiveui-screenshot@2x.png 779lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/responsiveui-screenshot@2x.png
746lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/responsiveui-touch.png 780lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/responsiveui-touch.png
747lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/responsiveui-touch@2x.png 781lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/responsiveui-touch@2x.png
748lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/rewind.png 782lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/rewind.png
749lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/rewind@2x.png 783lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/rewind@2x.png
750lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/ruleview.css 784lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/ruleview.css
751lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/scratchpad.css 785lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/scratchpad.css
 786lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/search-clear-dark.svg
 787lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/search-clear-failed.svg
 788lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/search-clear-light.svg
752lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/shadereditor.css 789lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/shadereditor.css
753lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/splitview.css 790lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/splitview.css
754lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/storage.css 791lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/storage.css
755lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/styleeditor.css 792lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/styleeditor.css
756lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/timeline-filter.svg 793lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/timeline-filter.svg
757lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/timeline.css 
758lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/toggle-tools.png 794lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/toggle-tools.png
759lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/toggle-tools@2x.png 795lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/toggle-tools@2x.png
760lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-debugger-paused.svg 796lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-debugger-paused.svg
761lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-debugger.svg 797lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-debugger.svg
762lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-inspector.svg 798lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-inspector.svg
763lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-network.svg 799lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-network.svg
764lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-options.svg 800lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-options.svg
 801lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-profiler-active.svg
765lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-profiler.svg 802lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-profiler.svg
766lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-scratchpad.svg 803lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-scratchpad.svg
767lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-storage.svg 804lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-storage.svg
768lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-styleeditor.svg 805lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-styleeditor.svg
769lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-webaudio.svg 806lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-webaudio.svg
770lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-webconsole.svg 807lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-webconsole.svg
771lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tooltip/arrow-horizontal-dark.png 808lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tooltip/arrow-horizontal-dark.png
772lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tooltip/arrow-horizontal-dark@2x.png 809lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tooltip/arrow-horizontal-dark@2x.png
773lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tooltip/arrow-horizontal-light.png 810lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tooltip/arrow-horizontal-light.png
774lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tooltip/arrow-horizontal-light@2x.png 811lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tooltip/arrow-horizontal-light@2x.png
775lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tooltip/arrow-vertical-dark.png 812lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tooltip/arrow-vertical-dark.png
776lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tooltip/arrow-vertical-dark@2x.png 813lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tooltip/arrow-vertical-dark@2x.png
777lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tooltip/arrow-vertical-light.png 814lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tooltip/arrow-vertical-light.png
@@ -793,71 +830,84 @@ lib/firefox/browser/chrome/browser/skin/ @@ -793,71 +830,84 @@ lib/firefox/browser/chrome/browser/skin/
793lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/webconsole@2x.png 830lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/webconsole@2x.png
794lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/webconsole_networkpanel.css 831lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/webconsole_networkpanel.css
795lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/widgets.css 832lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/widgets.css
796lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/allDownloadsViewOverlay.css 833lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/allDownloadsViewOverlay.css
797lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/buttons.png 834lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/buttons.png
798lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/contentAreaDownloadsView.css 835lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/contentAreaDownloadsView.css
799lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/download-glow-menuPanel.png 836lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/download-glow-menuPanel.png
800lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/download-notification-finish.png 837lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/download-notification-finish.png
801lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/download-notification-start.png 838lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/download-notification-start.png
802lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/download-summary.png 839lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/download-summary.png
803lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/downloads.css 840lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/downloads.css
804lib/firefox/browser/chrome/browser/skin/classic/browser/drm-icon.svg 841lib/firefox/browser/chrome/browser/skin/classic/browser/drm-icon.svg
805lib/firefox/browser/chrome/browser/skin/classic/browser/engineManager.css 842lib/firefox/browser/chrome/browser/skin/classic/browser/engineManager.css
806lib/firefox/browser/chrome/browser/skin/classic/browser/feeds/audioFeedIcon.png 
807lib/firefox/browser/chrome/browser/skin/classic/browser/feeds/audioFeedIcon16.png 
808lib/firefox/browser/chrome/browser/skin/classic/browser/feeds/feedIcon.png 843lib/firefox/browser/chrome/browser/skin/classic/browser/feeds/feedIcon.png
809lib/firefox/browser/chrome/browser/skin/classic/browser/feeds/feedIcon16.png 844lib/firefox/browser/chrome/browser/skin/classic/browser/feeds/feedIcon16.png
810lib/firefox/browser/chrome/browser/skin/classic/browser/feeds/subscribe-ui.css 845lib/firefox/browser/chrome/browser/skin/classic/browser/feeds/subscribe-ui.css
811lib/firefox/browser/chrome/browser/skin/classic/browser/feeds/subscribe.css 846lib/firefox/browser/chrome/browser/skin/classic/browser/feeds/subscribe.css
812lib/firefox/browser/chrome/browser/skin/classic/browser/feeds/videoFeedIcon.png 
813lib/firefox/browser/chrome/browser/skin/classic/browser/feeds/videoFeedIcon16.png 
814lib/firefox/browser/chrome/browser/skin/classic/browser/fullscreen-darknoise.png 847lib/firefox/browser/chrome/browser/skin/classic/browser/fullscreen-darknoise.png
815lib/firefox/browser/chrome/browser/skin/classic/browser/heartbeat-icon.svg 848lib/firefox/browser/chrome/browser/skin/classic/browser/heartbeat-icon.svg
816lib/firefox/browser/chrome/browser/skin/classic/browser/heartbeat-star-lit.svg 849lib/firefox/browser/chrome/browser/skin/classic/browser/heartbeat-star-lit.svg
817lib/firefox/browser/chrome/browser/skin/classic/browser/heartbeat-star-off.svg 850lib/firefox/browser/chrome/browser/skin/classic/browser/heartbeat-star-off.svg
818lib/firefox/browser/chrome/browser/skin/classic/browser/identity-icons-generic.png 851lib/firefox/browser/chrome/browser/skin/classic/browser/identity-icons-generic.png
 852lib/firefox/browser/chrome/browser/skin/classic/browser/identity-icons-generic@2x.png
819lib/firefox/browser/chrome/browser/skin/classic/browser/identity-icons-https-ev.png 853lib/firefox/browser/chrome/browser/skin/classic/browser/identity-icons-https-ev.png
 854lib/firefox/browser/chrome/browser/skin/classic/browser/identity-icons-https-ev@2x.png
820lib/firefox/browser/chrome/browser/skin/classic/browser/identity-icons-https-mixed-active.png 855lib/firefox/browser/chrome/browser/skin/classic/browser/identity-icons-https-mixed-active.png
 856lib/firefox/browser/chrome/browser/skin/classic/browser/identity-icons-https-mixed-active@2x.png
821lib/firefox/browser/chrome/browser/skin/classic/browser/identity-icons-https-mixed-display.png 857lib/firefox/browser/chrome/browser/skin/classic/browser/identity-icons-https-mixed-display.png
 858lib/firefox/browser/chrome/browser/skin/classic/browser/identity-icons-https-mixed-display@2x.png
822lib/firefox/browser/chrome/browser/skin/classic/browser/identity-icons-https.png 859lib/firefox/browser/chrome/browser/skin/classic/browser/identity-icons-https.png
 860lib/firefox/browser/chrome/browser/skin/classic/browser/identity-icons-https@2x.png
823lib/firefox/browser/chrome/browser/skin/classic/browser/identity.png 861lib/firefox/browser/chrome/browser/skin/classic/browser/identity.png
824lib/firefox/browser/chrome/browser/skin/classic/browser/loop/menuPanel.png 862lib/firefox/browser/chrome/browser/skin/classic/browser/loop/menuPanel.png
 863lib/firefox/browser/chrome/browser/skin/classic/browser/loop/menuPanel@2x.png
825lib/firefox/browser/chrome/browser/skin/classic/browser/loop/toolbar-inverted.png 864lib/firefox/browser/chrome/browser/skin/classic/browser/loop/toolbar-inverted.png
 865lib/firefox/browser/chrome/browser/skin/classic/browser/loop/toolbar-inverted@2x.png
826lib/firefox/browser/chrome/browser/skin/classic/browser/loop/toolbar.png 866lib/firefox/browser/chrome/browser/skin/classic/browser/loop/toolbar.png
 867lib/firefox/browser/chrome/browser/skin/classic/browser/loop/toolbar@2x.png
827lib/firefox/browser/chrome/browser/skin/classic/browser/magnifier.png 868lib/firefox/browser/chrome/browser/skin/classic/browser/magnifier.png
828lib/firefox/browser/chrome/browser/skin/classic/browser/magnifier@2x.png 869lib/firefox/browser/chrome/browser/skin/classic/browser/magnifier@2x.png
829lib/firefox/browser/chrome/browser/skin/classic/browser/mask.png 870lib/firefox/browser/chrome/browser/skin/classic/browser/mask.png
830lib/firefox/browser/chrome/browser/skin/classic/browser/mask@2x.png 871lib/firefox/browser/chrome/browser/skin/classic/browser/mask@2x.png
831lib/firefox/browser/chrome/browser/skin/classic/browser/menuPanel-customize.png 872lib/firefox/browser/chrome/browser/skin/classic/browser/menuPanel-customize.png
 873lib/firefox/browser/chrome/browser/skin/classic/browser/menuPanel-customize@2x.png
832lib/firefox/browser/chrome/browser/skin/classic/browser/menuPanel-exit.png 874lib/firefox/browser/chrome/browser/skin/classic/browser/menuPanel-exit.png
 875lib/firefox/browser/chrome/browser/skin/classic/browser/menuPanel-exit@2x.png
833lib/firefox/browser/chrome/browser/skin/classic/browser/menuPanel-help.png 876lib/firefox/browser/chrome/browser/skin/classic/browser/menuPanel-help.png
 877lib/firefox/browser/chrome/browser/skin/classic/browser/menuPanel-help@2x.png
834lib/firefox/browser/chrome/browser/skin/classic/browser/menuPanel-small.png 878lib/firefox/browser/chrome/browser/skin/classic/browser/menuPanel-small.png
 879lib/firefox/browser/chrome/browser/skin/classic/browser/menuPanel-small@2x.png
835lib/firefox/browser/chrome/browser/skin/classic/browser/menuPanel.png 880lib/firefox/browser/chrome/browser/skin/classic/browser/menuPanel.png
 881lib/firefox/browser/chrome/browser/skin/classic/browser/menuPanel@2x.png
836lib/firefox/browser/chrome/browser/skin/classic/browser/monitor.png 882lib/firefox/browser/chrome/browser/skin/classic/browser/monitor.png
837lib/firefox/browser/chrome/browser/skin/classic/browser/monitor_16-10.png 883lib/firefox/browser/chrome/browser/skin/classic/browser/monitor_16-10.png
838lib/firefox/browser/chrome/browser/skin/classic/browser/newtab/controls.svg 884lib/firefox/browser/chrome/browser/skin/classic/browser/newtab/controls.svg
839lib/firefox/browser/chrome/browser/skin/classic/browser/newtab/newTab.css 885lib/firefox/browser/chrome/browser/skin/classic/browser/newtab/newTab.css
 886lib/firefox/browser/chrome/browser/skin/classic/browser/newtab/whimsycorn.png
840lib/firefox/browser/chrome/browser/skin/classic/browser/notification-16.png 887lib/firefox/browser/chrome/browser/skin/classic/browser/notification-16.png
841lib/firefox/browser/chrome/browser/skin/classic/browser/notification-64.png 888lib/firefox/browser/chrome/browser/skin/classic/browser/notification-64.png
842lib/firefox/browser/chrome/browser/skin/classic/browser/notification-pluginAlert.png 889lib/firefox/browser/chrome/browser/skin/classic/browser/notification-pluginAlert.png
843lib/firefox/browser/chrome/browser/skin/classic/browser/notification-pluginBlocked.png 890lib/firefox/browser/chrome/browser/skin/classic/browser/notification-pluginBlocked.png
844lib/firefox/browser/chrome/browser/skin/classic/browser/notification-pluginNormal.png 891lib/firefox/browser/chrome/browser/skin/classic/browser/notification-pluginNormal.png
845lib/firefox/browser/chrome/browser/skin/classic/browser/page-livemarks.png 892lib/firefox/browser/chrome/browser/skin/classic/browser/page-livemarks.png
846lib/firefox/browser/chrome/browser/skin/classic/browser/pageInfo.css 893lib/firefox/browser/chrome/browser/skin/classic/browser/pageInfo.css
847lib/firefox/browser/chrome/browser/skin/classic/browser/pageInfo.png 894lib/firefox/browser/chrome/browser/skin/classic/browser/pageInfo.png
848lib/firefox/browser/chrome/browser/skin/classic/browser/panic-panel/header-small.png 895lib/firefox/browser/chrome/browser/skin/classic/browser/panic-panel/header-small.png
 896lib/firefox/browser/chrome/browser/skin/classic/browser/panic-panel/header-small@2x.png
849lib/firefox/browser/chrome/browser/skin/classic/browser/panic-panel/header.png 897lib/firefox/browser/chrome/browser/skin/classic/browser/panic-panel/header.png
 898lib/firefox/browser/chrome/browser/skin/classic/browser/panic-panel/header@2x.png
850lib/firefox/browser/chrome/browser/skin/classic/browser/panic-panel/icons.png 899lib/firefox/browser/chrome/browser/skin/classic/browser/panic-panel/icons.png
 900lib/firefox/browser/chrome/browser/skin/classic/browser/panic-panel/icons@2x.png
851lib/firefox/browser/chrome/browser/skin/classic/browser/places/bookmarks-menu-arrow.png 901lib/firefox/browser/chrome/browser/skin/classic/browser/places/bookmarks-menu-arrow.png
852lib/firefox/browser/chrome/browser/skin/classic/browser/places/bookmarks-notification-finish.png 902lib/firefox/browser/chrome/browser/skin/classic/browser/places/bookmarks-notification-finish.png
853lib/firefox/browser/chrome/browser/skin/classic/browser/places/bookmarksMenu.png 903lib/firefox/browser/chrome/browser/skin/classic/browser/places/bookmarksMenu.png
854lib/firefox/browser/chrome/browser/skin/classic/browser/places/bookmarksToolbar-menuPanel.png 904lib/firefox/browser/chrome/browser/skin/classic/browser/places/bookmarksToolbar-menuPanel.png
855lib/firefox/browser/chrome/browser/skin/classic/browser/places/bookmarksToolbar.png 905lib/firefox/browser/chrome/browser/skin/classic/browser/places/bookmarksToolbar.png
856lib/firefox/browser/chrome/browser/skin/classic/browser/places/calendar.png 906lib/firefox/browser/chrome/browser/skin/classic/browser/places/calendar.png
857lib/firefox/browser/chrome/browser/skin/classic/browser/places/downloads.png 907lib/firefox/browser/chrome/browser/skin/classic/browser/places/downloads.png
858lib/firefox/browser/chrome/browser/skin/classic/browser/places/editBookmarkOverlay.css 908lib/firefox/browser/chrome/browser/skin/classic/browser/places/editBookmarkOverlay.css
859lib/firefox/browser/chrome/browser/skin/classic/browser/places/livemark-item.png 909lib/firefox/browser/chrome/browser/skin/classic/browser/places/livemark-item.png
860lib/firefox/browser/chrome/browser/skin/classic/browser/places/organizer.css 910lib/firefox/browser/chrome/browser/skin/classic/browser/places/organizer.css
861lib/firefox/browser/chrome/browser/skin/classic/browser/places/organizer.xml 911lib/firefox/browser/chrome/browser/skin/classic/browser/places/organizer.xml
862lib/firefox/browser/chrome/browser/skin/classic/browser/places/places.css 912lib/firefox/browser/chrome/browser/skin/classic/browser/places/places.css
863lib/firefox/browser/chrome/browser/skin/classic/browser/places/query.png 913lib/firefox/browser/chrome/browser/skin/classic/browser/places/query.png
@@ -881,55 +931,58 @@ lib/firefox/browser/chrome/browser/skin/ @@ -881,55 +931,58 @@ lib/firefox/browser/chrome/browser/skin/
881lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/preferences.css 931lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/preferences.css
882lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/search.css 932lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/in-content/search.css
883lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/mail.png 933lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/mail.png
884lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/preferences.css 934lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/preferences.css
885lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/search.css 935lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/search.css
886lib/firefox/browser/chrome/browser/skin/classic/browser/privatebrowsing-mask.png 936lib/firefox/browser/chrome/browser/skin/classic/browser/privatebrowsing-mask.png
887lib/firefox/browser/chrome/browser/skin/classic/browser/reader-tour.png 937lib/firefox/browser/chrome/browser/skin/classic/browser/reader-tour.png
888lib/firefox/browser/chrome/browser/skin/classic/browser/reader-tour@2x.png 938lib/firefox/browser/chrome/browser/skin/classic/browser/reader-tour@2x.png
889lib/firefox/browser/chrome/browser/skin/classic/browser/readerMode.svg 939lib/firefox/browser/chrome/browser/skin/classic/browser/readerMode.svg
890lib/firefox/browser/chrome/browser/skin/classic/browser/readinglist/icons.svg 940lib/firefox/browser/chrome/browser/skin/classic/browser/readinglist/icons.svg
891lib/firefox/browser/chrome/browser/skin/classic/browser/readinglist/readinglist-icon.svg 941lib/firefox/browser/chrome/browser/skin/classic/browser/readinglist/readinglist-icon.svg
892lib/firefox/browser/chrome/browser/skin/classic/browser/readinglist/sidebar.css 942lib/firefox/browser/chrome/browser/skin/classic/browser/readinglist/sidebar.css
893lib/firefox/browser/chrome/browser/skin/classic/browser/reload-stop-go.png 943lib/firefox/browser/chrome/browser/skin/classic/browser/reload-stop-go.png
 944lib/firefox/browser/chrome/browser/skin/classic/browser/reload-stop-go@2x.png
894lib/firefox/browser/chrome/browser/skin/classic/browser/sanitizeDialog.css 945lib/firefox/browser/chrome/browser/skin/classic/browser/sanitizeDialog.css
895lib/firefox/browser/chrome/browser/skin/classic/browser/search-engine-placeholder.png 946lib/firefox/browser/chrome/browser/skin/classic/browser/search-engine-placeholder.png
896lib/firefox/browser/chrome/browser/skin/classic/browser/search-history-icon.svg 947lib/firefox/browser/chrome/browser/skin/classic/browser/search-history-icon.svg
897lib/firefox/browser/chrome/browser/skin/classic/browser/search-indicator-add-engine.png 
898lib/firefox/browser/chrome/browser/skin/classic/browser/search-indicator-badge-add.png 948lib/firefox/browser/chrome/browser/skin/classic/browser/search-indicator-badge-add.png
899lib/firefox/browser/chrome/browser/skin/classic/browser/search-indicator.png 949lib/firefox/browser/chrome/browser/skin/classic/browser/search-indicator.png
900lib/firefox/browser/chrome/browser/skin/classic/browser/search-pref.png 950lib/firefox/browser/chrome/browser/skin/classic/browser/search-pref.png
901lib/firefox/browser/chrome/browser/skin/classic/browser/searchbar.css 951lib/firefox/browser/chrome/browser/skin/classic/browser/searchbar.css
902lib/firefox/browser/chrome/browser/skin/classic/browser/session-restore.svg 952lib/firefox/browser/chrome/browser/skin/classic/browser/session-restore.svg
903lib/firefox/browser/chrome/browser/skin/classic/browser/setDesktopBackground.css 953lib/firefox/browser/chrome/browser/skin/classic/browser/setDesktopBackground.css
904lib/firefox/browser/chrome/browser/skin/classic/browser/slowStartup-16.png 954lib/firefox/browser/chrome/browser/skin/classic/browser/slowStartup-16.png
905lib/firefox/browser/chrome/browser/skin/classic/browser/social/chat-icons.svg 955lib/firefox/browser/chrome/browser/skin/classic/browser/social/chat-icons.svg
906lib/firefox/browser/chrome/browser/skin/classic/browser/social/gear_clicked.png 956lib/firefox/browser/chrome/browser/skin/classic/browser/social/gear_clicked.png
907lib/firefox/browser/chrome/browser/skin/classic/browser/social/gear_default.png 957lib/firefox/browser/chrome/browser/skin/classic/browser/social/gear_default.png
908lib/firefox/browser/chrome/browser/skin/classic/browser/social/services-16.png 958lib/firefox/browser/chrome/browser/skin/classic/browser/social/services-16.png
909lib/firefox/browser/chrome/browser/skin/classic/browser/social/services-64.png 959lib/firefox/browser/chrome/browser/skin/classic/browser/social/services-64.png
910lib/firefox/browser/chrome/browser/skin/classic/browser/social/share-button-active.png 960lib/firefox/browser/chrome/browser/skin/classic/browser/social/share-button-active.png
911lib/firefox/browser/chrome/browser/skin/classic/browser/social/share-button.png 961lib/firefox/browser/chrome/browser/skin/classic/browser/social/share-button.png
912lib/firefox/browser/chrome/browser/skin/classic/browser/sync-128.png 962lib/firefox/browser/chrome/browser/skin/classic/browser/sync-128.png
913lib/firefox/browser/chrome/browser/skin/classic/browser/sync-16.png 963lib/firefox/browser/chrome/browser/skin/classic/browser/sync-16.png
914lib/firefox/browser/chrome/browser/skin/classic/browser/sync-32.png 964lib/firefox/browser/chrome/browser/skin/classic/browser/sync-32.png
915lib/firefox/browser/chrome/browser/skin/classic/browser/sync-bg.png 965lib/firefox/browser/chrome/browser/skin/classic/browser/sync-bg.png
916lib/firefox/browser/chrome/browser/skin/classic/browser/sync-desktopIcon.png 966lib/firefox/browser/chrome/browser/skin/classic/browser/sync-desktopIcon.png
917lib/firefox/browser/chrome/browser/skin/classic/browser/sync-horizontalbar.png 967lib/firefox/browser/chrome/browser/skin/classic/browser/sync-horizontalbar.png
 968lib/firefox/browser/chrome/browser/skin/classic/browser/sync-horizontalbar@2x.png
918lib/firefox/browser/chrome/browser/skin/classic/browser/sync-mobileIcon.png 969lib/firefox/browser/chrome/browser/skin/classic/browser/sync-mobileIcon.png
919lib/firefox/browser/chrome/browser/skin/classic/browser/sync-notification-24.png 970lib/firefox/browser/chrome/browser/skin/classic/browser/sync-notification-24.png
920lib/firefox/browser/chrome/browser/skin/classic/browser/syncCommon.css 971lib/firefox/browser/chrome/browser/skin/classic/browser/syncCommon.css
921lib/firefox/browser/chrome/browser/skin/classic/browser/syncProgress-horizontalbar.png 972lib/firefox/browser/chrome/browser/skin/classic/browser/syncProgress-horizontalbar.png
 973lib/firefox/browser/chrome/browser/skin/classic/browser/syncProgress-horizontalbar@2x.png
922lib/firefox/browser/chrome/browser/skin/classic/browser/syncProgress-menuPanel.png 974lib/firefox/browser/chrome/browser/skin/classic/browser/syncProgress-menuPanel.png
 975lib/firefox/browser/chrome/browser/skin/classic/browser/syncProgress-menuPanel@2x.png
923lib/firefox/browser/chrome/browser/skin/classic/browser/syncProgress-toolbar-inverted.png 976lib/firefox/browser/chrome/browser/skin/classic/browser/syncProgress-toolbar-inverted.png
924lib/firefox/browser/chrome/browser/skin/classic/browser/syncProgress-toolbar.png 977lib/firefox/browser/chrome/browser/skin/classic/browser/syncProgress-toolbar.png
925lib/firefox/browser/chrome/browser/skin/classic/browser/syncProgress.css 978lib/firefox/browser/chrome/browser/skin/classic/browser/syncProgress.css
926lib/firefox/browser/chrome/browser/skin/classic/browser/syncQuota.css 979lib/firefox/browser/chrome/browser/skin/classic/browser/syncQuota.css
927lib/firefox/browser/chrome/browser/skin/classic/browser/syncSetup.css 980lib/firefox/browser/chrome/browser/skin/classic/browser/syncSetup.css
928lib/firefox/browser/chrome/browser/skin/classic/browser/tab-crashed.svg 981lib/firefox/browser/chrome/browser/skin/classic/browser/tab-crashed.svg
929lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/alltabs-inverted.png 982lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/alltabs-inverted.png
930lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/alltabs.png 983lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/alltabs.png
931lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/connecting.png 984lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/connecting.png
932lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/crashed.svg 985lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/crashed.svg
933lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/loading.png 986lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/loading.png
934lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/pendingpaint.png 987lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/pendingpaint.png
935lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-active-middle.png 988lib/firefox/browser/chrome/browser/skin/classic/browser/tabbrowser/tab-active-middle.png
@@ -948,41 +1001,51 @@ lib/firefox/browser/chrome/browser/skin/ @@ -948,41 +1001,51 @@ lib/firefox/browser/chrome/browser/skin/
948lib/firefox/browser/chrome/browser/skin/classic/browser/tabview/edit-light.png 1001lib/firefox/browser/chrome/browser/skin/classic/browser/tabview/edit-light.png
949lib/firefox/browser/chrome/browser/skin/classic/browser/tabview/search.png 1002lib/firefox/browser/chrome/browser/skin/classic/browser/tabview/search.png
950lib/firefox/browser/chrome/browser/skin/classic/browser/tabview/stack-expander.png 1003lib/firefox/browser/chrome/browser/skin/classic/browser/tabview/stack-expander.png
951lib/firefox/browser/chrome/browser/skin/classic/browser/tabview/tabview.css 1004lib/firefox/browser/chrome/browser/skin/classic/browser/tabview/tabview.css
952lib/firefox/browser/chrome/browser/skin/classic/browser/tabview/tabview.png 1005lib/firefox/browser/chrome/browser/skin/classic/browser/tabview/tabview.png
953lib/firefox/browser/chrome/browser/skin/classic/browser/theme-switcher-icon.png 1006lib/firefox/browser/chrome/browser/skin/classic/browser/theme-switcher-icon.png
954lib/firefox/browser/chrome/browser/skin/classic/browser/translating-16.png 1007lib/firefox/browser/chrome/browser/skin/classic/browser/translating-16.png
955lib/firefox/browser/chrome/browser/skin/classic/browser/translating-16@2x.png 1008lib/firefox/browser/chrome/browser/skin/classic/browser/translating-16@2x.png
956lib/firefox/browser/chrome/browser/skin/classic/browser/translation-16.png 1009lib/firefox/browser/chrome/browser/skin/classic/browser/translation-16.png
957lib/firefox/browser/chrome/browser/skin/classic/browser/translation-16@2x.png 1010lib/firefox/browser/chrome/browser/skin/classic/browser/translation-16@2x.png
958lib/firefox/browser/chrome/browser/skin/classic/browser/undoCloseTab.png 1011lib/firefox/browser/chrome/browser/skin/classic/browser/undoCloseTab.png
959lib/firefox/browser/chrome/browser/skin/classic/browser/update-badge.svg 1012lib/firefox/browser/chrome/browser/skin/classic/browser/update-badge.svg
960lib/firefox/browser/chrome/browser/skin/classic/browser/urlbar-arrow.png 1013lib/firefox/browser/chrome/browser/skin/classic/browser/urlbar-arrow.png
 1014lib/firefox/browser/chrome/browser/skin/classic/browser/urlbar-arrow@2x.png
961lib/firefox/browser/chrome/browser/skin/classic/browser/warning16.png 1015lib/firefox/browser/chrome/browser/skin/classic/browser/warning16.png
962lib/firefox/browser/chrome/browser/skin/classic/browser/warning16@2x.png 1016lib/firefox/browser/chrome/browser/skin/classic/browser/warning16@2x.png
963lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-camera-white-16.png 1017lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-camera-white-16.png
964lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-indicator.css 1018lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-indicator.css
965lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-microphone-white-16.png 1019lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-microphone-white-16.png
966lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-screen-white-16.png 1020lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-screen-white-16.png
967lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-shareDevice-16.png 1021lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-shareDevice-16.png
 1022lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-shareDevice-16@2x.png
968lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-shareDevice-64.png 1023lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-shareDevice-64.png
 1024lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-shareDevice-64@2x.png
969lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-shareMicrophone-16.png 1025lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-shareMicrophone-16.png
 1026lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-shareMicrophone-16@2x.png
970lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-shareMicrophone-64.png 1027lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-shareMicrophone-64.png
 1028lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-shareMicrophone-64@2x.png
971lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-shareScreen-16.png 1029lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-shareScreen-16.png
 1030lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-shareScreen-16@2x.png
972lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-shareScreen-64.png 1031lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-shareScreen-64.png
 1032lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-shareScreen-64@2x.png
973lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-sharingDevice-16.png 1033lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-sharingDevice-16.png
 1034lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-sharingDevice-16@2x.png
974lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-sharingMicrophone-16.png 1035lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-sharingMicrophone-16.png
 1036lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-sharingMicrophone-16@2x.png
975lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-sharingScreen-16.png 1037lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-sharingScreen-16.png
 1038lib/firefox/browser/chrome/browser/skin/classic/browser/webRTC-sharingScreen-16@2x.png
976lib/firefox/browser/chrome/browser/skin/classic/browser/welcome-back.svg 1039lib/firefox/browser/chrome/browser/skin/classic/browser/welcome-back.svg
977lib/firefox/browser/chrome/browser/skin/classic/communicator/communicator.css 1040lib/firefox/browser/chrome/browser/skin/classic/communicator/communicator.css
978lib/firefox/browser/chrome/chrome.manifest 1041lib/firefox/browser/chrome/chrome.manifest
979lib/firefox/browser/chrome/en-US/locale/branding/brand.dtd 1042lib/firefox/browser/chrome/en-US/locale/branding/brand.dtd
980lib/firefox/browser/chrome/en-US/locale/branding/brand.properties 1043lib/firefox/browser/chrome/en-US/locale/branding/brand.properties
981lib/firefox/browser/chrome/en-US/locale/branding/browserconfig.properties 1044lib/firefox/browser/chrome/en-US/locale/branding/browserconfig.properties
982lib/firefox/browser/chrome/en-US/locale/browser-region/region.properties 1045lib/firefox/browser/chrome/en-US/locale/browser-region/region.properties
983lib/firefox/browser/chrome/en-US/locale/browser/aboutAccounts.dtd 1046lib/firefox/browser/chrome/en-US/locale/browser/aboutAccounts.dtd
984lib/firefox/browser/chrome/en-US/locale/browser/aboutCertError.dtd 1047lib/firefox/browser/chrome/en-US/locale/browser/aboutCertError.dtd
985lib/firefox/browser/chrome/en-US/locale/browser/aboutDialog.dtd 1048lib/firefox/browser/chrome/en-US/locale/browser/aboutDialog.dtd
986lib/firefox/browser/chrome/en-US/locale/browser/aboutHealthReport.dtd 1049lib/firefox/browser/chrome/en-US/locale/browser/aboutHealthReport.dtd
987lib/firefox/browser/chrome/en-US/locale/browser/aboutHome.dtd 1050lib/firefox/browser/chrome/en-US/locale/browser/aboutHome.dtd
988lib/firefox/browser/chrome/en-US/locale/browser/aboutPrivateBrowsing.dtd 1051lib/firefox/browser/chrome/en-US/locale/browser/aboutPrivateBrowsing.dtd
@@ -1001,31 +1064,32 @@ lib/firefox/browser/chrome/en-US/locale/ @@ -1001,31 +1064,32 @@ lib/firefox/browser/chrome/en-US/locale/
1001lib/firefox/browser/chrome/en-US/locale/browser/devtools/animationinspector.dtd 1064lib/firefox/browser/chrome/en-US/locale/browser/devtools/animationinspector.dtd
1002lib/firefox/browser/chrome/en-US/locale/browser/devtools/animationinspector.properties 1065lib/firefox/browser/chrome/en-US/locale/browser/devtools/animationinspector.properties
1003lib/firefox/browser/chrome/en-US/locale/browser/devtools/app-manager.dtd 1066lib/firefox/browser/chrome/en-US/locale/browser/devtools/app-manager.dtd
1004lib/firefox/browser/chrome/en-US/locale/browser/devtools/app-manager.properties 1067lib/firefox/browser/chrome/en-US/locale/browser/devtools/app-manager.properties
1005lib/firefox/browser/chrome/en-US/locale/browser/devtools/appcacheutils.properties 1068lib/firefox/browser/chrome/en-US/locale/browser/devtools/appcacheutils.properties
1006lib/firefox/browser/chrome/en-US/locale/browser/devtools/canvasdebugger.dtd 1069lib/firefox/browser/chrome/en-US/locale/browser/devtools/canvasdebugger.dtd
1007lib/firefox/browser/chrome/en-US/locale/browser/devtools/canvasdebugger.properties 1070lib/firefox/browser/chrome/en-US/locale/browser/devtools/canvasdebugger.properties
1008lib/firefox/browser/chrome/en-US/locale/browser/devtools/connection-screen.dtd 1071lib/firefox/browser/chrome/en-US/locale/browser/devtools/connection-screen.dtd
1009lib/firefox/browser/chrome/en-US/locale/browser/devtools/connection-screen.properties 1072lib/firefox/browser/chrome/en-US/locale/browser/devtools/connection-screen.properties
1010lib/firefox/browser/chrome/en-US/locale/browser/devtools/debugger.dtd 1073lib/firefox/browser/chrome/en-US/locale/browser/devtools/debugger.dtd
1011lib/firefox/browser/chrome/en-US/locale/browser/devtools/debugger.properties 1074lib/firefox/browser/chrome/en-US/locale/browser/devtools/debugger.properties
1012lib/firefox/browser/chrome/en-US/locale/browser/devtools/device.properties 1075lib/firefox/browser/chrome/en-US/locale/browser/devtools/device.properties
1013lib/firefox/browser/chrome/en-US/locale/browser/devtools/eyedropper.properties 1076lib/firefox/browser/chrome/en-US/locale/browser/devtools/eyedropper.properties
 1077lib/firefox/browser/chrome/en-US/locale/browser/devtools/filterwidget.dtd
 1078lib/firefox/browser/chrome/en-US/locale/browser/devtools/filterwidget.properties
1014lib/firefox/browser/chrome/en-US/locale/browser/devtools/font-inspector.dtd 1079lib/firefox/browser/chrome/en-US/locale/browser/devtools/font-inspector.dtd
1015lib/firefox/browser/chrome/en-US/locale/browser/devtools/gcli.properties 
1016lib/firefox/browser/chrome/en-US/locale/browser/devtools/gclicommands.properties 
1017lib/firefox/browser/chrome/en-US/locale/browser/devtools/inspector.dtd 1080lib/firefox/browser/chrome/en-US/locale/browser/devtools/inspector.dtd
1018lib/firefox/browser/chrome/en-US/locale/browser/devtools/inspector.properties 1081lib/firefox/browser/chrome/en-US/locale/browser/devtools/inspector.properties
 1082lib/firefox/browser/chrome/en-US/locale/browser/devtools/jsonview.properties
1019lib/firefox/browser/chrome/en-US/locale/browser/devtools/layoutview.dtd 1083lib/firefox/browser/chrome/en-US/locale/browser/devtools/layoutview.dtd
1020lib/firefox/browser/chrome/en-US/locale/browser/devtools/netmonitor.dtd 1084lib/firefox/browser/chrome/en-US/locale/browser/devtools/netmonitor.dtd
1021lib/firefox/browser/chrome/en-US/locale/browser/devtools/netmonitor.properties 1085lib/firefox/browser/chrome/en-US/locale/browser/devtools/netmonitor.properties
1022lib/firefox/browser/chrome/en-US/locale/browser/devtools/profiler.dtd 1086lib/firefox/browser/chrome/en-US/locale/browser/devtools/profiler.dtd
1023lib/firefox/browser/chrome/en-US/locale/browser/devtools/profiler.properties 1087lib/firefox/browser/chrome/en-US/locale/browser/devtools/profiler.properties
1024lib/firefox/browser/chrome/en-US/locale/browser/devtools/projecteditor.properties 1088lib/firefox/browser/chrome/en-US/locale/browser/devtools/projecteditor.properties
1025lib/firefox/browser/chrome/en-US/locale/browser/devtools/responsiveUI.properties 1089lib/firefox/browser/chrome/en-US/locale/browser/devtools/responsiveUI.properties
1026lib/firefox/browser/chrome/en-US/locale/browser/devtools/scratchpad.dtd 1090lib/firefox/browser/chrome/en-US/locale/browser/devtools/scratchpad.dtd
1027lib/firefox/browser/chrome/en-US/locale/browser/devtools/scratchpad.properties 1091lib/firefox/browser/chrome/en-US/locale/browser/devtools/scratchpad.properties
1028lib/firefox/browser/chrome/en-US/locale/browser/devtools/shadereditor.dtd 1092lib/firefox/browser/chrome/en-US/locale/browser/devtools/shadereditor.dtd
1029lib/firefox/browser/chrome/en-US/locale/browser/devtools/shadereditor.properties 1093lib/firefox/browser/chrome/en-US/locale/browser/devtools/shadereditor.properties
1030lib/firefox/browser/chrome/en-US/locale/browser/devtools/shared.properties 1094lib/firefox/browser/chrome/en-US/locale/browser/devtools/shared.properties
1031lib/firefox/browser/chrome/en-US/locale/browser/devtools/sourceeditor.dtd 1095lib/firefox/browser/chrome/en-US/locale/browser/devtools/sourceeditor.dtd
@@ -1086,51 +1150,59 @@ lib/firefox/browser/chrome/en-US/locale/ @@ -1086,51 +1150,59 @@ lib/firefox/browser/chrome/en-US/locale/
1086lib/firefox/browser/chrome/en-US/locale/browser/preferences/search.dtd 1150lib/firefox/browser/chrome/en-US/locale/browser/preferences/search.dtd
1087lib/firefox/browser/chrome/en-US/locale/browser/preferences/security.dtd 1151lib/firefox/browser/chrome/en-US/locale/browser/preferences/security.dtd
1088lib/firefox/browser/chrome/en-US/locale/browser/preferences/selectBookmark.dtd 1152lib/firefox/browser/chrome/en-US/locale/browser/preferences/selectBookmark.dtd
1089lib/firefox/browser/chrome/en-US/locale/browser/preferences/sync.dtd 1153lib/firefox/browser/chrome/en-US/locale/browser/preferences/sync.dtd
1090lib/firefox/browser/chrome/en-US/locale/browser/preferences/tabs.dtd 1154lib/firefox/browser/chrome/en-US/locale/browser/preferences/tabs.dtd
1091lib/firefox/browser/chrome/en-US/locale/browser/preferences/translation.dtd 1155lib/firefox/browser/chrome/en-US/locale/browser/preferences/translation.dtd
1092lib/firefox/browser/chrome/en-US/locale/browser/quitDialog.properties 1156lib/firefox/browser/chrome/en-US/locale/browser/quitDialog.properties
1093lib/firefox/browser/chrome/en-US/locale/browser/safeMode.dtd 1157lib/firefox/browser/chrome/en-US/locale/browser/safeMode.dtd
1094lib/firefox/browser/chrome/en-US/locale/browser/safebrowsing/phishing-afterload-warning-message.dtd 1158lib/firefox/browser/chrome/en-US/locale/browser/safebrowsing/phishing-afterload-warning-message.dtd
1095lib/firefox/browser/chrome/en-US/locale/browser/safebrowsing/report-phishing.dtd 1159lib/firefox/browser/chrome/en-US/locale/browser/safebrowsing/report-phishing.dtd
1096lib/firefox/browser/chrome/en-US/locale/browser/sanitize.dtd 1160lib/firefox/browser/chrome/en-US/locale/browser/sanitize.dtd
1097lib/firefox/browser/chrome/en-US/locale/browser/search.properties 1161lib/firefox/browser/chrome/en-US/locale/browser/search.properties
1098lib/firefox/browser/chrome/en-US/locale/browser/searchbar.dtd 1162lib/firefox/browser/chrome/en-US/locale/browser/searchbar.dtd
 1163lib/firefox/browser/chrome/en-US/locale/browser/searchplugins/amazondotcom.xml
 1164lib/firefox/browser/chrome/en-US/locale/browser/searchplugins/bing.xml
 1165lib/firefox/browser/chrome/en-US/locale/browser/searchplugins/ddg.xml
 1166lib/firefox/browser/chrome/en-US/locale/browser/searchplugins/eBay.xml
 1167lib/firefox/browser/chrome/en-US/locale/browser/searchplugins/google.xml
 1168lib/firefox/browser/chrome/en-US/locale/browser/searchplugins/list.txt
 1169lib/firefox/browser/chrome/en-US/locale/browser/searchplugins/twitter.xml
 1170lib/firefox/browser/chrome/en-US/locale/browser/searchplugins/wikipedia.xml
 1171lib/firefox/browser/chrome/en-US/locale/browser/searchplugins/yahoo.xml
1099lib/firefox/browser/chrome/en-US/locale/browser/setDesktopBackground.dtd 1172lib/firefox/browser/chrome/en-US/locale/browser/setDesktopBackground.dtd
1100lib/firefox/browser/chrome/en-US/locale/browser/shellservice.properties 1173lib/firefox/browser/chrome/en-US/locale/browser/shellservice.properties
1101lib/firefox/browser/chrome/en-US/locale/browser/sitePermissions.properties 1174lib/firefox/browser/chrome/en-US/locale/browser/sitePermissions.properties
1102lib/firefox/browser/chrome/en-US/locale/browser/syncBrand.dtd 1175lib/firefox/browser/chrome/en-US/locale/browser/syncBrand.dtd
1103lib/firefox/browser/chrome/en-US/locale/browser/syncCustomize.dtd 1176lib/firefox/browser/chrome/en-US/locale/browser/syncCustomize.dtd
1104lib/firefox/browser/chrome/en-US/locale/browser/syncGenericChange.properties 1177lib/firefox/browser/chrome/en-US/locale/browser/syncGenericChange.properties
1105lib/firefox/browser/chrome/en-US/locale/browser/syncKey.dtd 1178lib/firefox/browser/chrome/en-US/locale/browser/syncKey.dtd
1106lib/firefox/browser/chrome/en-US/locale/browser/syncProgress.dtd 1179lib/firefox/browser/chrome/en-US/locale/browser/syncProgress.dtd
1107lib/firefox/browser/chrome/en-US/locale/browser/syncQuota.dtd 1180lib/firefox/browser/chrome/en-US/locale/browser/syncQuota.dtd
1108lib/firefox/browser/chrome/en-US/locale/browser/syncQuota.properties 1181lib/firefox/browser/chrome/en-US/locale/browser/syncQuota.properties
1109lib/firefox/browser/chrome/en-US/locale/browser/syncSetup.dtd 1182lib/firefox/browser/chrome/en-US/locale/browser/syncSetup.dtd
1110lib/firefox/browser/chrome/en-US/locale/browser/syncSetup.properties 1183lib/firefox/browser/chrome/en-US/locale/browser/syncSetup.properties
1111lib/firefox/browser/chrome/en-US/locale/browser/tabbrowser.dtd 1184lib/firefox/browser/chrome/en-US/locale/browser/tabbrowser.dtd
1112lib/firefox/browser/chrome/en-US/locale/browser/tabbrowser.properties 1185lib/firefox/browser/chrome/en-US/locale/browser/tabbrowser.properties
1113lib/firefox/browser/chrome/en-US/locale/browser/tabview.properties 1186lib/firefox/browser/chrome/en-US/locale/browser/tabview.properties
1114lib/firefox/browser/chrome/en-US/locale/browser/taskbar.properties 1187lib/firefox/browser/chrome/en-US/locale/browser/taskbar.properties
1115lib/firefox/browser/chrome/en-US/locale/browser/translation.dtd 1188lib/firefox/browser/chrome/en-US/locale/browser/translation.dtd
1116lib/firefox/browser/chrome/en-US/locale/browser/translation.properties 1189lib/firefox/browser/chrome/en-US/locale/browser/translation.properties
1117lib/firefox/browser/chrome/en-US/locale/browser/webrtcIndicator.properties 1190lib/firefox/browser/chrome/en-US/locale/browser/webrtcIndicator.properties
1118lib/firefox/browser/chrome/en-US/locale/pdfviewer/chrome.properties 1191lib/firefox/browser/chrome/en-US/locale/pdfviewer/chrome.properties
1119lib/firefox/browser/chrome/en-US/locale/pdfviewer/viewer.properties 1192lib/firefox/browser/chrome/en-US/locale/pdfviewer/viewer.properties
1120lib/firefox/browser/chrome/icons/default/default16.png 1193lib/firefox/browser/chrome/icons/default/default16.png
1121lib/firefox/browser/chrome/icons/default/default32.png 1194lib/firefox/browser/chrome/icons/default/default32.png
1122lib/firefox/browser/chrome/icons/default/default48.png 1195lib/firefox/browser/chrome/icons/default/default48.png
1123lib/firefox/browser/chrome/pdfjs/LICENSE 
1124lib/firefox/browser/chrome/pdfjs/content/PdfJs.jsm 1196lib/firefox/browser/chrome/pdfjs/content/PdfJs.jsm
1125lib/firefox/browser/chrome/pdfjs/content/PdfJsTelemetry.jsm 1197lib/firefox/browser/chrome/pdfjs/content/PdfJsTelemetry.jsm
1126lib/firefox/browser/chrome/pdfjs/content/PdfRedirector.jsm 1198lib/firefox/browser/chrome/pdfjs/content/PdfRedirector.jsm
1127lib/firefox/browser/chrome/pdfjs/content/PdfStreamConverter.jsm 1199lib/firefox/browser/chrome/pdfjs/content/PdfStreamConverter.jsm
1128lib/firefox/browser/chrome/pdfjs/content/PdfjsChromeUtils.jsm 1200lib/firefox/browser/chrome/pdfjs/content/PdfjsChromeUtils.jsm
1129lib/firefox/browser/chrome/pdfjs/content/PdfjsContentUtils.jsm 1201lib/firefox/browser/chrome/pdfjs/content/PdfjsContentUtils.jsm
1130lib/firefox/browser/chrome/pdfjs/content/build/pdf.js 1202lib/firefox/browser/chrome/pdfjs/content/build/pdf.js
1131lib/firefox/browser/chrome/pdfjs/content/build/pdf.worker.js 1203lib/firefox/browser/chrome/pdfjs/content/build/pdf.worker.js
1132lib/firefox/browser/chrome/pdfjs/content/network.js 1204lib/firefox/browser/chrome/pdfjs/content/network.js
1133lib/firefox/browser/chrome/pdfjs/content/pdfjschildbootstrap.js 1205lib/firefox/browser/chrome/pdfjs/content/pdfjschildbootstrap.js
1134lib/firefox/browser/chrome/pdfjs/content/web/cmaps/78-EUC-H.bcmap 1206lib/firefox/browser/chrome/pdfjs/content/web/cmaps/78-EUC-H.bcmap
1135lib/firefox/browser/chrome/pdfjs/content/web/cmaps/78-EUC-V.bcmap 1207lib/firefox/browser/chrome/pdfjs/content/web/cmaps/78-EUC-V.bcmap
1136lib/firefox/browser/chrome/pdfjs/content/web/cmaps/78-H.bcmap 1208lib/firefox/browser/chrome/pdfjs/content/web/cmaps/78-H.bcmap
@@ -1373,65 +1445,70 @@ lib/firefox/browser/chrome/pdfjs/content @@ -1373,65 +1445,70 @@ lib/firefox/browser/chrome/pdfjs/content
1373lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-viewOutline-rtl@2x.png 1445lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-viewOutline-rtl@2x.png
1374lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-viewOutline.png 1446lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-viewOutline.png
1375lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-viewOutline@2x.png 1447lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-viewOutline@2x.png
1376lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-viewThumbnail.png 1448lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-viewThumbnail.png
1377lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-viewThumbnail@2x.png 1449lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-viewThumbnail@2x.png
1378lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-zoomIn.png 1450lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-zoomIn.png
1379lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-zoomIn@2x.png 1451lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-zoomIn@2x.png
1380lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-zoomOut.png 1452lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-zoomOut.png
1381lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-zoomOut@2x.png 1453lib/firefox/browser/chrome/pdfjs/content/web/images/toolbarButton-zoomOut@2x.png
1382lib/firefox/browser/chrome/pdfjs/content/web/l10n.js 1454lib/firefox/browser/chrome/pdfjs/content/web/l10n.js
1383lib/firefox/browser/chrome/pdfjs/content/web/viewer.css 1455lib/firefox/browser/chrome/pdfjs/content/web/viewer.css
1384lib/firefox/browser/chrome/pdfjs/content/web/viewer.html 1456lib/firefox/browser/chrome/pdfjs/content/web/viewer.html
1385lib/firefox/browser/chrome/pdfjs/content/web/viewer.js 1457lib/firefox/browser/chrome/pdfjs/content/web/viewer.js
1386lib/firefox/browser/chrome/pdfjs/pdfjs.manifest 
1387lib/firefox/browser/chrome/webide/content/addons.js 1458lib/firefox/browser/chrome/webide/content/addons.js
1388lib/firefox/browser/chrome/webide/content/addons.xhtml 1459lib/firefox/browser/chrome/webide/content/addons.xhtml
1389lib/firefox/browser/chrome/webide/content/details.js 1460lib/firefox/browser/chrome/webide/content/details.js
1390lib/firefox/browser/chrome/webide/content/details.xhtml 1461lib/firefox/browser/chrome/webide/content/details.xhtml
1391lib/firefox/browser/chrome/webide/content/devicepreferences.js 1462lib/firefox/browser/chrome/webide/content/devicepreferences.js
1392lib/firefox/browser/chrome/webide/content/devicepreferences.xhtml 1463lib/firefox/browser/chrome/webide/content/devicepreferences.xhtml
1393lib/firefox/browser/chrome/webide/content/devicesettings.js 1464lib/firefox/browser/chrome/webide/content/devicesettings.js
1394lib/firefox/browser/chrome/webide/content/devicesettings.xhtml 1465lib/firefox/browser/chrome/webide/content/devicesettings.xhtml
1395lib/firefox/browser/chrome/webide/content/logs.js 1466lib/firefox/browser/chrome/webide/content/logs.js
1396lib/firefox/browser/chrome/webide/content/logs.xhtml 1467lib/firefox/browser/chrome/webide/content/logs.xhtml
1397lib/firefox/browser/chrome/webide/content/monitor.js 1468lib/firefox/browser/chrome/webide/content/monitor.js
1398lib/firefox/browser/chrome/webide/content/monitor.xhtml 1469lib/firefox/browser/chrome/webide/content/monitor.xhtml
1399lib/firefox/browser/chrome/webide/content/newapp.js 1470lib/firefox/browser/chrome/webide/content/newapp.js
1400lib/firefox/browser/chrome/webide/content/newapp.xul 1471lib/firefox/browser/chrome/webide/content/newapp.xul
1401lib/firefox/browser/chrome/webide/content/permissionstable.js 1472lib/firefox/browser/chrome/webide/content/permissionstable.js
1402lib/firefox/browser/chrome/webide/content/permissionstable.xhtml 1473lib/firefox/browser/chrome/webide/content/permissionstable.xhtml
1403lib/firefox/browser/chrome/webide/content/prefs.js 1474lib/firefox/browser/chrome/webide/content/prefs.js
1404lib/firefox/browser/chrome/webide/content/prefs.xhtml 1475lib/firefox/browser/chrome/webide/content/prefs.xhtml
1405lib/firefox/browser/chrome/webide/content/project-listing.js 1476lib/firefox/browser/chrome/webide/content/project-listing.js
1406lib/firefox/browser/chrome/webide/content/project-listing.xhtml 1477lib/firefox/browser/chrome/webide/content/project-listing.xhtml
1407lib/firefox/browser/chrome/webide/content/project-panel.js 1478lib/firefox/browser/chrome/webide/content/project-panel.js
 1479lib/firefox/browser/chrome/webide/content/runtime-listing.js
 1480lib/firefox/browser/chrome/webide/content/runtime-listing.xhtml
 1481lib/firefox/browser/chrome/webide/content/runtime-panel.js
1408lib/firefox/browser/chrome/webide/content/runtimedetails.js 1482lib/firefox/browser/chrome/webide/content/runtimedetails.js
1409lib/firefox/browser/chrome/webide/content/runtimedetails.xhtml 1483lib/firefox/browser/chrome/webide/content/runtimedetails.xhtml
 1484lib/firefox/browser/chrome/webide/content/simulator.js
 1485lib/firefox/browser/chrome/webide/content/simulator.xhtml
1410lib/firefox/browser/chrome/webide/content/webide.js 1486lib/firefox/browser/chrome/webide/content/webide.js
1411lib/firefox/browser/chrome/webide/content/webide.xul 1487lib/firefox/browser/chrome/webide/content/webide.xul
1412lib/firefox/browser/chrome/webide/content/wifi-auth.js 1488lib/firefox/browser/chrome/webide/content/wifi-auth.js
1413lib/firefox/browser/chrome/webide/content/wifi-auth.xhtml 1489lib/firefox/browser/chrome/webide/content/wifi-auth.xhtml
1414lib/firefox/browser/chrome/webide/skin/addons.css 1490lib/firefox/browser/chrome/webide/skin/addons.css
1415lib/firefox/browser/chrome/webide/skin/config-view.css 1491lib/firefox/browser/chrome/webide/skin/config-view.css
1416lib/firefox/browser/chrome/webide/skin/deck.css 1492lib/firefox/browser/chrome/webide/skin/deck.css
1417lib/firefox/browser/chrome/webide/skin/details.css 1493lib/firefox/browser/chrome/webide/skin/details.css
1418lib/firefox/browser/chrome/webide/skin/icons.png 1494lib/firefox/browser/chrome/webide/skin/icons.png
1419lib/firefox/browser/chrome/webide/skin/logs.css 1495lib/firefox/browser/chrome/webide/skin/logs.css
1420lib/firefox/browser/chrome/webide/skin/monitor.css 1496lib/firefox/browser/chrome/webide/skin/monitor.css
1421lib/firefox/browser/chrome/webide/skin/newapp.css 1497lib/firefox/browser/chrome/webide/skin/newapp.css
 1498lib/firefox/browser/chrome/webide/skin/panel-listing.css
1422lib/firefox/browser/chrome/webide/skin/permissionstable.css 1499lib/firefox/browser/chrome/webide/skin/permissionstable.css
1423lib/firefox/browser/chrome/webide/skin/project-listing.css 
1424lib/firefox/browser/chrome/webide/skin/runtimedetails.css 1500lib/firefox/browser/chrome/webide/skin/runtimedetails.css
 1501lib/firefox/browser/chrome/webide/skin/simulator.css
1425lib/firefox/browser/chrome/webide/skin/throbber.svg 1502lib/firefox/browser/chrome/webide/skin/throbber.svg
1426lib/firefox/browser/chrome/webide/skin/webide.css 1503lib/firefox/browser/chrome/webide/skin/webide.css
1427lib/firefox/browser/chrome/webide/skin/wifi-auth.css 1504lib/firefox/browser/chrome/webide/skin/wifi-auth.css
1428lib/firefox/browser/components/ChromeProfileMigrator.js 1505lib/firefox/browser/components/ChromeProfileMigrator.js
1429lib/firefox/browser/components/ExperimentsService.js 1506lib/firefox/browser/components/ExperimentsService.js
1430lib/firefox/browser/components/FeedConverter.js 1507lib/firefox/browser/components/FeedConverter.js
1431lib/firefox/browser/components/FeedWriter.js 1508lib/firefox/browser/components/FeedWriter.js
1432lib/firefox/browser/components/FirefoxProfileMigrator.js 1509lib/firefox/browser/components/FirefoxProfileMigrator.js
1433lib/firefox/browser/components/ProfileMigrator.js 1510lib/firefox/browser/components/ProfileMigrator.js
1434lib/firefox/browser/components/SelfSupportService.js 1511lib/firefox/browser/components/SelfSupportService.js
1435lib/firefox/browser/components/WebContentConverter.js 1512lib/firefox/browser/components/WebContentConverter.js
1436lib/firefox/browser/components/components.manifest 1513lib/firefox/browser/components/components.manifest
1437lib/firefox/browser/components/devtools-clhandler.js 1514lib/firefox/browser/components/devtools-clhandler.js
@@ -1444,34 +1521,36 @@ lib/firefox/browser/components/nsSession @@ -1444,34 +1521,36 @@ lib/firefox/browser/components/nsSession
1444lib/firefox/browser/components/nsSessionStore.js 1521lib/firefox/browser/components/nsSessionStore.js
1445lib/firefox/browser/components/nsSetDefaultBrowser.js 1522lib/firefox/browser/components/nsSetDefaultBrowser.js
1446lib/firefox/browser/components/webideCli.js 1523lib/firefox/browser/components/webideCli.js
1447lib/firefox/browser/defaults/preferences/firefox-branding.js 1524lib/firefox/browser/defaults/preferences/firefox-branding.js
1448lib/firefox/browser/defaults/preferences/firefox-l10n.js 1525lib/firefox/browser/defaults/preferences/firefox-l10n.js
1449lib/firefox/browser/defaults/preferences/firefox.js 1526lib/firefox/browser/defaults/preferences/firefox.js
1450lib/firefox/browser/defaults/preferences/webide-prefs.js 1527lib/firefox/browser/defaults/preferences/webide-prefs.js
1451lib/firefox/browser/defaults/profile/bookmarks.html 1528lib/firefox/browser/defaults/profile/bookmarks.html
1452lib/firefox/browser/defaults/profile/chrome/userChrome-example.css 1529lib/firefox/browser/defaults/profile/chrome/userChrome-example.css
1453lib/firefox/browser/defaults/profile/chrome/userContent-example.css 1530lib/firefox/browser/defaults/profile/chrome/userContent-example.css
1454lib/firefox/browser/defaults/profile/localstore.rdf 1531lib/firefox/browser/defaults/profile/localstore.rdf
1455lib/firefox/browser/defaults/profile/mimeTypes.rdf 1532lib/firefox/browser/defaults/profile/mimeTypes.rdf
1456lib/firefox/browser/defaults/profile/prefs.js 1533lib/firefox/browser/defaults/profile/prefs.js
 1534lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/chrome.manifest
1457lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png 1535lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png
1458lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf 1536lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf
1459lib/firefox/browser/icons/mozicon128.png 1537lib/firefox/browser/icons/mozicon128.png
1460lib/firefox/browser/modules/AboutHome.jsm 1538lib/firefox/browser/modules/AboutHome.jsm
1461lib/firefox/browser/modules/BrowserUITelemetry.jsm 1539lib/firefox/browser/modules/BrowserUITelemetry.jsm
1462lib/firefox/browser/modules/CastingApps.jsm 1540lib/firefox/browser/modules/CastingApps.jsm
1463lib/firefox/browser/modules/Chat.jsm 1541lib/firefox/browser/modules/Chat.jsm
1464lib/firefox/browser/modules/ContentClick.jsm 1542lib/firefox/browser/modules/ContentClick.jsm
 1543lib/firefox/browser/modules/ContentCrashReporters.jsm
1465lib/firefox/browser/modules/ContentLinkHandler.jsm 1544lib/firefox/browser/modules/ContentLinkHandler.jsm
1466lib/firefox/browser/modules/ContentObservers.jsm 1545lib/firefox/browser/modules/ContentObservers.jsm
1467lib/firefox/browser/modules/ContentSearch.jsm 1546lib/firefox/browser/modules/ContentSearch.jsm
1468lib/firefox/browser/modules/ContentWebRTC.jsm 1547lib/firefox/browser/modules/ContentWebRTC.jsm
1469lib/firefox/browser/modules/CustomizableUI.jsm 1548lib/firefox/browser/modules/CustomizableUI.jsm
1470lib/firefox/browser/modules/CustomizableWidgets.jsm 1549lib/firefox/browser/modules/CustomizableWidgets.jsm
1471lib/firefox/browser/modules/CustomizationTabPreloader.jsm 1550lib/firefox/browser/modules/CustomizationTabPreloader.jsm
1472lib/firefox/browser/modules/CustomizeMode.jsm 1551lib/firefox/browser/modules/CustomizeMode.jsm
1473lib/firefox/browser/modules/DirectoryLinksProvider.jsm 1552lib/firefox/browser/modules/DirectoryLinksProvider.jsm
1474lib/firefox/browser/modules/DownloadsCommon.jsm 1553lib/firefox/browser/modules/DownloadsCommon.jsm
1475lib/firefox/browser/modules/DownloadsLogger.jsm 1554lib/firefox/browser/modules/DownloadsLogger.jsm
1476lib/firefox/browser/modules/DownloadsTaskbar.jsm 1555lib/firefox/browser/modules/DownloadsTaskbar.jsm
1477lib/firefox/browser/modules/DownloadsViewUI.jsm 1556lib/firefox/browser/modules/DownloadsViewUI.jsm
@@ -1486,83 +1565,98 @@ lib/firefox/browser/modules/NetworkPrior @@ -1486,83 +1565,98 @@ lib/firefox/browser/modules/NetworkPrior
1486lib/firefox/browser/modules/PanelFrame.jsm 1565lib/firefox/browser/modules/PanelFrame.jsm
1487lib/firefox/browser/modules/PanelWideWidgetTracker.jsm 1566lib/firefox/browser/modules/PanelWideWidgetTracker.jsm
1488lib/firefox/browser/modules/PlacesUIUtils.jsm 1567lib/firefox/browser/modules/PlacesUIUtils.jsm
1489lib/firefox/browser/modules/PluginContent.jsm 1568lib/firefox/browser/modules/PluginContent.jsm
1490lib/firefox/browser/modules/Pocket.jsm 1569lib/firefox/browser/modules/Pocket.jsm
1491lib/firefox/browser/modules/ProcessHangMonitor.jsm 1570lib/firefox/browser/modules/ProcessHangMonitor.jsm
1492lib/firefox/browser/modules/ReaderParent.jsm 1571lib/firefox/browser/modules/ReaderParent.jsm
1493lib/firefox/browser/modules/RecentWindow.jsm 1572lib/firefox/browser/modules/RecentWindow.jsm
1494lib/firefox/browser/modules/RemotePrompt.jsm 1573lib/firefox/browser/modules/RemotePrompt.jsm
1495lib/firefox/browser/modules/ScrollbarSampler.jsm 1574lib/firefox/browser/modules/ScrollbarSampler.jsm
1496lib/firefox/browser/modules/SelfSupportBackend.jsm 1575lib/firefox/browser/modules/SelfSupportBackend.jsm
1497lib/firefox/browser/modules/SitePermissions.jsm 1576lib/firefox/browser/modules/SitePermissions.jsm
1498lib/firefox/browser/modules/Social.jsm 1577lib/firefox/browser/modules/Social.jsm
1499lib/firefox/browser/modules/TabCrashReporter.jsm 1578lib/firefox/browser/modules/TransientPrefs.jsm
1500lib/firefox/browser/modules/UITour.jsm 1579lib/firefox/browser/modules/UITour.jsm
1501lib/firefox/browser/modules/WebappManager.jsm 1580lib/firefox/browser/modules/WebappManager.jsm
1502lib/firefox/browser/modules/devtools/AbstractTreeItem.jsm 1581lib/firefox/browser/modules/devtools/AbstractTreeItem.jsm
1503lib/firefox/browser/modules/devtools/AppCacheUtils.jsm 1582lib/firefox/browser/modules/devtools/AppCacheUtils.jsm
1504lib/firefox/browser/modules/devtools/BreadcrumbsWidget.jsm 1583lib/firefox/browser/modules/devtools/BreadcrumbsWidget.jsm
1505lib/firefox/browser/modules/devtools/Chart.jsm 1584lib/firefox/browser/modules/devtools/Chart.jsm
1506lib/firefox/browser/modules/devtools/Curl.jsm 1585lib/firefox/browser/modules/devtools/Curl.jsm
1507lib/firefox/browser/modules/devtools/DOMHelpers.jsm 1586lib/firefox/browser/modules/devtools/DOMHelpers.jsm
1508lib/firefox/browser/modules/devtools/DeveloperToolbar.jsm 1587lib/firefox/browser/modules/devtools/DeveloperToolbar.jsm
1509lib/firefox/browser/modules/devtools/FlameGraph.jsm 
1510lib/firefox/browser/modules/devtools/Graphs.jsm 1588lib/firefox/browser/modules/devtools/Graphs.jsm
1511lib/firefox/browser/modules/devtools/GraphsWorker.js 1589lib/firefox/browser/modules/devtools/GraphsWorker.js
1512lib/firefox/browser/modules/devtools/Jsbeautify.jsm 1590lib/firefox/browser/modules/devtools/Jsbeautify.jsm
1513lib/firefox/browser/modules/devtools/Parser.jsm 1591lib/firefox/browser/modules/devtools/Parser.jsm
1514lib/firefox/browser/modules/devtools/SideMenuWidget.jsm 1592lib/firefox/browser/modules/devtools/SideMenuWidget.jsm
1515lib/firefox/browser/modules/devtools/SimpleListWidget.jsm 1593lib/firefox/browser/modules/devtools/SimpleListWidget.jsm
1516lib/firefox/browser/modules/devtools/SplitView.jsm 1594lib/firefox/browser/modules/devtools/SplitView.jsm
1517lib/firefox/browser/modules/devtools/StyleEditorUI.jsm 1595lib/firefox/browser/modules/devtools/StyleEditorUI.jsm
1518lib/firefox/browser/modules/devtools/StyleEditorUtil.jsm 1596lib/firefox/browser/modules/devtools/StyleEditorUtil.jsm
1519lib/firefox/browser/modules/devtools/StyleSheetEditor.jsm 1597lib/firefox/browser/modules/devtools/StyleSheetEditor.jsm
1520lib/firefox/browser/modules/devtools/ToolboxProcess.jsm 1598lib/firefox/browser/modules/devtools/ToolboxProcess.jsm
1521lib/firefox/browser/modules/devtools/VariablesView.jsm 1599lib/firefox/browser/modules/devtools/VariablesView.jsm
1522lib/firefox/browser/modules/devtools/VariablesViewController.jsm 1600lib/firefox/browser/modules/devtools/VariablesViewController.jsm
1523lib/firefox/browser/modules/devtools/ViewHelpers.jsm 1601lib/firefox/browser/modules/devtools/ViewHelpers.jsm
 1602lib/firefox/browser/modules/devtools/animationinspector/components.js
1524lib/firefox/browser/modules/devtools/app-manager/app-projects.js 1603lib/firefox/browser/modules/devtools/app-manager/app-projects.js
1525lib/firefox/browser/modules/devtools/app-manager/app-validator.js 1604lib/firefox/browser/modules/devtools/app-manager/app-validator.js
1526lib/firefox/browser/modules/devtools/app-manager/builtin-adb-store.js 1605lib/firefox/browser/modules/devtools/app-manager/builtin-adb-store.js
1527lib/firefox/browser/modules/devtools/app-manager/connection-store.js 1606lib/firefox/browser/modules/devtools/app-manager/connection-store.js
1528lib/firefox/browser/modules/devtools/app-manager/device-store.js 1607lib/firefox/browser/modules/devtools/app-manager/device-store.js
1529lib/firefox/browser/modules/devtools/app-manager/simulators-store.js 1608lib/firefox/browser/modules/devtools/app-manager/simulators-store.js
1530lib/firefox/browser/modules/devtools/app-manager/webapps-store.js 1609lib/firefox/browser/modules/devtools/app-manager/webapps-store.js
1531lib/firefox/browser/modules/devtools/canvasdebugger/panel.js 1610lib/firefox/browser/modules/devtools/canvasdebugger/panel.js
1532lib/firefox/browser/modules/devtools/commandline/commands-index.js 
1533lib/firefox/browser/modules/devtools/debugger/debugger-commands.js 1611lib/firefox/browser/modules/devtools/debugger/debugger-commands.js
1534lib/firefox/browser/modules/devtools/debugger/panel.js 1612lib/firefox/browser/modules/devtools/debugger/panel.js
 1613lib/firefox/browser/modules/devtools/definitions.js
1535lib/firefox/browser/modules/devtools/eyedropper/commands.js 1614lib/firefox/browser/modules/devtools/eyedropper/commands.js
1536lib/firefox/browser/modules/devtools/eyedropper/eyedropper-child.js 1615lib/firefox/browser/modules/devtools/eyedropper/eyedropper-child.js
1537lib/firefox/browser/modules/devtools/eyedropper/eyedropper.js 1616lib/firefox/browser/modules/devtools/eyedropper/eyedropper.js
1538lib/firefox/browser/modules/devtools/framework/selection.js 1617lib/firefox/browser/modules/devtools/framework/selection.js
1539lib/firefox/browser/modules/devtools/framework/sidebar.js 1618lib/firefox/browser/modules/devtools/framework/sidebar.js
1540lib/firefox/browser/modules/devtools/framework/target.js 1619lib/firefox/browser/modules/devtools/framework/target.js
1541lib/firefox/browser/modules/devtools/framework/toolbox-highlighter-utils.js 1620lib/firefox/browser/modules/devtools/framework/toolbox-highlighter-utils.js
1542lib/firefox/browser/modules/devtools/framework/toolbox-hosts.js 1621lib/firefox/browser/modules/devtools/framework/toolbox-hosts.js
1543lib/firefox/browser/modules/devtools/framework/toolbox-options.js 1622lib/firefox/browser/modules/devtools/framework/toolbox-options.js
1544lib/firefox/browser/modules/devtools/framework/toolbox.js 1623lib/firefox/browser/modules/devtools/framework/toolbox.js
1545lib/firefox/browser/modules/devtools/gDevTools.jsm 1624lib/firefox/browser/modules/devtools/gDevTools.jsm
1546lib/firefox/browser/modules/devtools/inspector/breadcrumbs.js 1625lib/firefox/browser/modules/devtools/inspector/breadcrumbs.js
1547lib/firefox/browser/modules/devtools/inspector/inspector-commands.js 1626lib/firefox/browser/modules/devtools/inspector/inspector-commands.js
1548lib/firefox/browser/modules/devtools/inspector/inspector-panel.js 1627lib/firefox/browser/modules/devtools/inspector/inspector-panel.js
1549lib/firefox/browser/modules/devtools/inspector/selector-search.js 1628lib/firefox/browser/modules/devtools/inspector/selector-search.js
1550lib/firefox/browser/modules/devtools/main.js 1629lib/firefox/browser/modules/devtools/main.js
1551lib/firefox/browser/modules/devtools/markupview/html-editor.js 1630lib/firefox/browser/modules/devtools/markupview/html-editor.js
1552lib/firefox/browser/modules/devtools/markupview/markup-view.js 1631lib/firefox/browser/modules/devtools/markupview/markup-view.js
1553lib/firefox/browser/modules/devtools/netmonitor/panel.js 1632lib/firefox/browser/modules/devtools/netmonitor/panel.js
1554lib/firefox/browser/modules/devtools/profiler/panel.js 1633lib/firefox/browser/modules/devtools/performance/actors.js
1555lib/firefox/browser/modules/devtools/profiler/shared.js 1634lib/firefox/browser/modules/devtools/performance/compatibility.js
 1635lib/firefox/browser/modules/devtools/performance/frame-utils.js
 1636lib/firefox/browser/modules/devtools/performance/front.js
 1637lib/firefox/browser/modules/devtools/performance/global.js
 1638lib/firefox/browser/modules/devtools/performance/graphs.js
 1639lib/firefox/browser/modules/devtools/performance/io.js
 1640lib/firefox/browser/modules/devtools/performance/jit.js
 1641lib/firefox/browser/modules/devtools/performance/marker-details.js
 1642lib/firefox/browser/modules/devtools/performance/marker-utils.js
 1643lib/firefox/browser/modules/devtools/performance/markers-overview.js
 1644lib/firefox/browser/modules/devtools/performance/panel.js
 1645lib/firefox/browser/modules/devtools/performance/recording-model.js
 1646lib/firefox/browser/modules/devtools/performance/recording-utils.js
 1647lib/firefox/browser/modules/devtools/performance/tree-model.js
 1648lib/firefox/browser/modules/devtools/performance/tree-view.js
 1649lib/firefox/browser/modules/devtools/performance/waterfall.js
1556lib/firefox/browser/modules/devtools/projecteditor/editors.js 1650lib/firefox/browser/modules/devtools/projecteditor/editors.js
1557lib/firefox/browser/modules/devtools/projecteditor/helpers/event.js 1651lib/firefox/browser/modules/devtools/projecteditor/helpers/event.js
1558lib/firefox/browser/modules/devtools/projecteditor/helpers/file-picker.js 1652lib/firefox/browser/modules/devtools/projecteditor/helpers/file-picker.js
1559lib/firefox/browser/modules/devtools/projecteditor/helpers/l10n.js 1653lib/firefox/browser/modules/devtools/projecteditor/helpers/l10n.js
1560lib/firefox/browser/modules/devtools/projecteditor/helpers/promise.js 1654lib/firefox/browser/modules/devtools/projecteditor/helpers/promise.js
1561lib/firefox/browser/modules/devtools/projecteditor/helpers/prompts.js 1655lib/firefox/browser/modules/devtools/projecteditor/helpers/prompts.js
1562lib/firefox/browser/modules/devtools/projecteditor/helpers/readdir.js 1656lib/firefox/browser/modules/devtools/projecteditor/helpers/readdir.js
1563lib/firefox/browser/modules/devtools/projecteditor/plugins/app-manager/app-project-editor.js 1657lib/firefox/browser/modules/devtools/projecteditor/plugins/app-manager/app-project-editor.js
1564lib/firefox/browser/modules/devtools/projecteditor/plugins/app-manager/plugin.js 1658lib/firefox/browser/modules/devtools/projecteditor/plugins/app-manager/plugin.js
1565lib/firefox/browser/modules/devtools/projecteditor/plugins/core.js 1659lib/firefox/browser/modules/devtools/projecteditor/plugins/core.js
1566lib/firefox/browser/modules/devtools/projecteditor/plugins/delete/delete.js 1660lib/firefox/browser/modules/devtools/projecteditor/plugins/delete/delete.js
1567lib/firefox/browser/modules/devtools/projecteditor/plugins/dirty/dirty.js 1661lib/firefox/browser/modules/devtools/projecteditor/plugins/dirty/dirty.js
1568lib/firefox/browser/modules/devtools/projecteditor/plugins/image-view/image-editor.js 1662lib/firefox/browser/modules/devtools/projecteditor/plugins/image-view/image-editor.js
@@ -1577,107 +1671,109 @@ lib/firefox/browser/modules/devtools/pro @@ -1577,107 +1671,109 @@ lib/firefox/browser/modules/devtools/pro
1577lib/firefox/browser/modules/devtools/projecteditor/shells.js 1671lib/firefox/browser/modules/devtools/projecteditor/shells.js
1578lib/firefox/browser/modules/devtools/projecteditor/stores/base.js 1672lib/firefox/browser/modules/devtools/projecteditor/stores/base.js
1579lib/firefox/browser/modules/devtools/projecteditor/stores/local.js 1673lib/firefox/browser/modules/devtools/projecteditor/stores/local.js
1580lib/firefox/browser/modules/devtools/projecteditor/stores/resource.js 1674lib/firefox/browser/modules/devtools/projecteditor/stores/resource.js
1581lib/firefox/browser/modules/devtools/projecteditor/tree.js 1675lib/firefox/browser/modules/devtools/projecteditor/tree.js
1582lib/firefox/browser/modules/devtools/resize-commands.js 1676lib/firefox/browser/modules/devtools/resize-commands.js
1583lib/firefox/browser/modules/devtools/responsivedesign-child.js 1677lib/firefox/browser/modules/devtools/responsivedesign-child.js
1584lib/firefox/browser/modules/devtools/responsivedesign.jsm 1678lib/firefox/browser/modules/devtools/responsivedesign.jsm
1585lib/firefox/browser/modules/devtools/scratchpad-manager.jsm 1679lib/firefox/browser/modules/devtools/scratchpad-manager.jsm
1586lib/firefox/browser/modules/devtools/scratchpad/scratchpad-commands.js 1680lib/firefox/browser/modules/devtools/scratchpad/scratchpad-commands.js
1587lib/firefox/browser/modules/devtools/scratchpad/scratchpad-panel.js 1681lib/firefox/browser/modules/devtools/scratchpad/scratchpad-panel.js
1588lib/firefox/browser/modules/devtools/shadereditor/panel.js 1682lib/firefox/browser/modules/devtools/shadereditor/panel.js
1589lib/firefox/browser/modules/devtools/shared/autocomplete-popup.js 1683lib/firefox/browser/modules/devtools/shared/autocomplete-popup.js
1590lib/firefox/browser/modules/devtools/shared/d3.js 
1591lib/firefox/browser/modules/devtools/shared/devices.js 1684lib/firefox/browser/modules/devtools/shared/devices.js
1592lib/firefox/browser/modules/devtools/shared/doorhanger.js 1685lib/firefox/browser/modules/devtools/shared/doorhanger.js
1593lib/firefox/browser/modules/devtools/shared/frame-script-utils.js 1686lib/firefox/browser/modules/devtools/shared/frame-script-utils.js
1594lib/firefox/browser/modules/devtools/shared/getjson.js 1687lib/firefox/browser/modules/devtools/shared/getjson.js
1595lib/firefox/browser/modules/devtools/shared/inplace-editor.js 1688lib/firefox/browser/modules/devtools/shared/inplace-editor.js
 1689lib/firefox/browser/modules/devtools/shared/node-attribute-parser.js
1596lib/firefox/browser/modules/devtools/shared/observable-object.js 1690lib/firefox/browser/modules/devtools/shared/observable-object.js
1597lib/firefox/browser/modules/devtools/shared/options-view.js 1691lib/firefox/browser/modules/devtools/shared/options-view.js
1598lib/firefox/browser/modules/devtools/shared/profiler/global.js 1692lib/firefox/browser/modules/devtools/shared/poller.js
1599lib/firefox/browser/modules/devtools/shared/profiler/tree-model.js 1693lib/firefox/browser/modules/devtools/shared/source-utils.js
1600lib/firefox/browser/modules/devtools/shared/profiler/tree-view.js 
1601lib/firefox/browser/modules/devtools/shared/telemetry.js 1694lib/firefox/browser/modules/devtools/shared/telemetry.js
1602lib/firefox/browser/modules/devtools/shared/theme-switching.js 1695lib/firefox/browser/modules/devtools/shared/theme-switching.js
1603lib/firefox/browser/modules/devtools/shared/theme.js 1696lib/firefox/browser/modules/devtools/shared/theme.js
1604lib/firefox/browser/modules/devtools/shared/timeline/global.js 
1605lib/firefox/browser/modules/devtools/shared/timeline/marker-details.js 
1606lib/firefox/browser/modules/devtools/shared/timeline/markers-overview.js 
1607lib/firefox/browser/modules/devtools/shared/timeline/memory-overview.js 
1608lib/firefox/browser/modules/devtools/shared/timeline/waterfall.js 
1609lib/firefox/browser/modules/devtools/shared/undo.js 1697lib/firefox/browser/modules/devtools/shared/undo.js
1610lib/firefox/browser/modules/devtools/shared/widgets/CubicBezierPresets.js 1698lib/firefox/browser/modules/devtools/shared/widgets/CubicBezierPresets.js
1611lib/firefox/browser/modules/devtools/shared/widgets/CubicBezierWidget.js 1699lib/firefox/browser/modules/devtools/shared/widgets/CubicBezierWidget.js
1612lib/firefox/browser/modules/devtools/shared/widgets/FastListWidget.js 1700lib/firefox/browser/modules/devtools/shared/widgets/FastListWidget.js
 1701lib/firefox/browser/modules/devtools/shared/widgets/FilterWidget.js
 1702lib/firefox/browser/modules/devtools/shared/widgets/FlameGraph.js
 1703lib/firefox/browser/modules/devtools/shared/widgets/MdnDocsWidget.js
1613lib/firefox/browser/modules/devtools/shared/widgets/Spectrum.js 1704lib/firefox/browser/modules/devtools/shared/widgets/Spectrum.js
1614lib/firefox/browser/modules/devtools/shared/widgets/TableWidget.js 1705lib/firefox/browser/modules/devtools/shared/widgets/TableWidget.js
1615lib/firefox/browser/modules/devtools/shared/widgets/Tooltip.js 1706lib/firefox/browser/modules/devtools/shared/widgets/Tooltip.js
1616lib/firefox/browser/modules/devtools/shared/widgets/TreeWidget.js 1707lib/firefox/browser/modules/devtools/shared/widgets/TreeWidget.js
 1708lib/firefox/browser/modules/devtools/shared/worker-helper.js
 1709lib/firefox/browser/modules/devtools/shared/worker.js
1617lib/firefox/browser/modules/devtools/sourceeditor/autocomplete.js 1710lib/firefox/browser/modules/devtools/sourceeditor/autocomplete.js
1618lib/firefox/browser/modules/devtools/sourceeditor/css-autocompleter.js 1711lib/firefox/browser/modules/devtools/sourceeditor/css-autocompleter.js
1619lib/firefox/browser/modules/devtools/sourceeditor/css-tokenizer.js 1712lib/firefox/browser/modules/devtools/sourceeditor/css-tokenizer.js
1620lib/firefox/browser/modules/devtools/sourceeditor/debugger.js 1713lib/firefox/browser/modules/devtools/sourceeditor/debugger.js
1621lib/firefox/browser/modules/devtools/sourceeditor/editor.js 1714lib/firefox/browser/modules/devtools/sourceeditor/editor.js
1622lib/firefox/browser/modules/devtools/storage/panel.js 1715lib/firefox/browser/modules/devtools/storage/panel.js
1623lib/firefox/browser/modules/devtools/storage/ui.js 1716lib/firefox/browser/modules/devtools/storage/ui.js
1624lib/firefox/browser/modules/devtools/styleeditor/styleeditor-commands.js 1717lib/firefox/browser/modules/devtools/styleeditor/styleeditor-commands.js
1625lib/firefox/browser/modules/devtools/styleeditor/styleeditor-panel.js 1718lib/firefox/browser/modules/devtools/styleeditor/styleeditor-panel.js
1626lib/firefox/browser/modules/devtools/styleeditor/utils.js 1719lib/firefox/browser/modules/devtools/styleeditor/utils.js
1627lib/firefox/browser/modules/devtools/styleinspector/computed-view.js 1720lib/firefox/browser/modules/devtools/styleinspector/computed-view.js
1628lib/firefox/browser/modules/devtools/styleinspector/css-parsing-utils.js 1721lib/firefox/browser/modules/devtools/styleinspector/css-parsing-utils.js
1629lib/firefox/browser/modules/devtools/styleinspector/rule-view.js 1722lib/firefox/browser/modules/devtools/styleinspector/rule-view.js
1630lib/firefox/browser/modules/devtools/styleinspector/style-inspector-overlays.js 1723lib/firefox/browser/modules/devtools/styleinspector/style-inspector-overlays.js
1631lib/firefox/browser/modules/devtools/styleinspector/style-inspector.js 1724lib/firefox/browser/modules/devtools/styleinspector/style-inspector.js
1632lib/firefox/browser/modules/devtools/tilt/TiltWorkerCrafter.js 1725lib/firefox/browser/modules/devtools/tilt/TiltWorkerCrafter.js
1633lib/firefox/browser/modules/devtools/tilt/TiltWorkerPicker.js 1726lib/firefox/browser/modules/devtools/tilt/TiltWorkerPicker.js
1634lib/firefox/browser/modules/devtools/tilt/tilt-commands.js 1727lib/firefox/browser/modules/devtools/tilt/tilt-commands.js
1635lib/firefox/browser/modules/devtools/tilt/tilt-gl.js 1728lib/firefox/browser/modules/devtools/tilt/tilt-gl.js
1636lib/firefox/browser/modules/devtools/tilt/tilt-math.js 1729lib/firefox/browser/modules/devtools/tilt/tilt-math.js
1637lib/firefox/browser/modules/devtools/tilt/tilt-utils.js 1730lib/firefox/browser/modules/devtools/tilt/tilt-utils.js
1638lib/firefox/browser/modules/devtools/tilt/tilt-visualizer-style.js 1731lib/firefox/browser/modules/devtools/tilt/tilt-visualizer-style.js
1639lib/firefox/browser/modules/devtools/tilt/tilt-visualizer.js 1732lib/firefox/browser/modules/devtools/tilt/tilt-visualizer.js
1640lib/firefox/browser/modules/devtools/tilt/tilt.js 1733lib/firefox/browser/modules/devtools/tilt/tilt.js
1641lib/firefox/browser/modules/devtools/timeline/panel.js 
1642lib/firefox/browser/modules/devtools/webaudioeditor/panel.js 1734lib/firefox/browser/modules/devtools/webaudioeditor/panel.js
1643lib/firefox/browser/modules/devtools/webconsole/console-commands.js 1735lib/firefox/browser/modules/devtools/webconsole/console-commands.js
1644lib/firefox/browser/modules/devtools/webconsole/console-output.js 1736lib/firefox/browser/modules/devtools/webconsole/console-output.js
1645lib/firefox/browser/modules/devtools/webconsole/hudservice.js 1737lib/firefox/browser/modules/devtools/webconsole/hudservice.js
1646lib/firefox/browser/modules/devtools/webconsole/network-panel.js 1738lib/firefox/browser/modules/devtools/webconsole/network-panel.js
1647lib/firefox/browser/modules/devtools/webconsole/panel.js 1739lib/firefox/browser/modules/devtools/webconsole/panel.js
1648lib/firefox/browser/modules/devtools/webconsole/webconsole.js 1740lib/firefox/browser/modules/devtools/webconsole/webconsole.js
1649lib/firefox/browser/modules/devtools/webide/addons.js 1741lib/firefox/browser/modules/devtools/webide/addons.js
1650lib/firefox/browser/modules/devtools/webide/app-manager.js 1742lib/firefox/browser/modules/devtools/webide/app-manager.js
1651lib/firefox/browser/modules/devtools/webide/build.js 1743lib/firefox/browser/modules/devtools/webide/build.js
1652lib/firefox/browser/modules/devtools/webide/config-view.js 1744lib/firefox/browser/modules/devtools/webide/config-view.js
1653lib/firefox/browser/modules/devtools/webide/project-list.js 1745lib/firefox/browser/modules/devtools/webide/project-list.js
 1746lib/firefox/browser/modules/devtools/webide/runtime-list.js
1654lib/firefox/browser/modules/devtools/webide/runtimes.js 1747lib/firefox/browser/modules/devtools/webide/runtimes.js
1655lib/firefox/browser/modules/devtools/webide/simulator-process.js 1748lib/firefox/browser/modules/devtools/webide/simulator-process.js
1656lib/firefox/browser/modules/devtools/webide/simulators.js 1749lib/firefox/browser/modules/devtools/webide/simulators.js
1657lib/firefox/browser/modules/devtools/webide/tab-store.js 1750lib/firefox/browser/modules/devtools/webide/tab-store.js
1658lib/firefox/browser/modules/devtools/webide/utils.js 1751lib/firefox/browser/modules/devtools/webide/utils.js
1659lib/firefox/browser/modules/distribution.js 1752lib/firefox/browser/modules/distribution.js
1660lib/firefox/browser/modules/experiments/Experiments.jsm 1753lib/firefox/browser/modules/experiments/Experiments.jsm
1661lib/firefox/browser/modules/loop/CardDavImporter.jsm 1754lib/firefox/browser/modules/loop/CardDavImporter.jsm
1662lib/firefox/browser/modules/loop/GoogleImporter.jsm 1755lib/firefox/browser/modules/loop/GoogleImporter.jsm
1663lib/firefox/browser/modules/loop/LoopCalls.jsm 1756lib/firefox/browser/modules/loop/LoopCalls.jsm
1664lib/firefox/browser/modules/loop/LoopContacts.jsm 1757lib/firefox/browser/modules/loop/LoopContacts.jsm
1665lib/firefox/browser/modules/loop/LoopRooms.jsm 1758lib/firefox/browser/modules/loop/LoopRooms.jsm
 1759lib/firefox/browser/modules/loop/LoopRoomsCache.jsm
1666lib/firefox/browser/modules/loop/LoopStorage.jsm 1760lib/firefox/browser/modules/loop/LoopStorage.jsm
1667lib/firefox/browser/modules/loop/MozLoopAPI.jsm 1761lib/firefox/browser/modules/loop/MozLoopAPI.jsm
1668lib/firefox/browser/modules/loop/MozLoopPushHandler.jsm 1762lib/firefox/browser/modules/loop/MozLoopPushHandler.jsm
1669lib/firefox/browser/modules/loop/MozLoopService.jsm 1763lib/firefox/browser/modules/loop/MozLoopService.jsm
1670lib/firefox/browser/modules/loop/MozLoopWorker.js 1764lib/firefox/browser/modules/loop/MozLoopWorker.js
 1765lib/firefox/browser/modules/loop/crypto.js
 1766lib/firefox/browser/modules/loop/utils.js
1671lib/firefox/browser/modules/offlineAppCache.jsm 1767lib/firefox/browser/modules/offlineAppCache.jsm
1672lib/firefox/browser/modules/readinglist/ReadingList.jsm 1768lib/firefox/browser/modules/readinglist/ReadingList.jsm
1673lib/firefox/browser/modules/readinglist/SQLiteStore.jsm 1769lib/firefox/browser/modules/readinglist/SQLiteStore.jsm
1674lib/firefox/browser/modules/readinglist/Scheduler.jsm 1770lib/firefox/browser/modules/readinglist/Scheduler.jsm
1675lib/firefox/browser/modules/readinglist/ServerClient.jsm 1771lib/firefox/browser/modules/readinglist/ServerClient.jsm
1676lib/firefox/browser/modules/readinglist/Sync.jsm 1772lib/firefox/browser/modules/readinglist/Sync.jsm
1677lib/firefox/browser/modules/sessionstore/ContentRestore.jsm 1773lib/firefox/browser/modules/sessionstore/ContentRestore.jsm
1678lib/firefox/browser/modules/sessionstore/DocShellCapabilities.jsm 1774lib/firefox/browser/modules/sessionstore/DocShellCapabilities.jsm
1679lib/firefox/browser/modules/sessionstore/FrameTree.jsm 1775lib/firefox/browser/modules/sessionstore/FrameTree.jsm
1680lib/firefox/browser/modules/sessionstore/GlobalState.jsm 1776lib/firefox/browser/modules/sessionstore/GlobalState.jsm
1681lib/firefox/browser/modules/sessionstore/PageStyle.jsm 1777lib/firefox/browser/modules/sessionstore/PageStyle.jsm
1682lib/firefox/browser/modules/sessionstore/PrivacyFilter.jsm 1778lib/firefox/browser/modules/sessionstore/PrivacyFilter.jsm
1683lib/firefox/browser/modules/sessionstore/PrivacyLevel.jsm 1779lib/firefox/browser/modules/sessionstore/PrivacyLevel.jsm
@@ -1695,58 +1791,52 @@ lib/firefox/browser/modules/sessionstore @@ -1695,58 +1791,52 @@ lib/firefox/browser/modules/sessionstore
1695lib/firefox/browser/modules/sessionstore/TabAttributes.jsm 1791lib/firefox/browser/modules/sessionstore/TabAttributes.jsm
1696lib/firefox/browser/modules/sessionstore/TabState.jsm 1792lib/firefox/browser/modules/sessionstore/TabState.jsm
1697lib/firefox/browser/modules/sessionstore/TabStateCache.jsm 1793lib/firefox/browser/modules/sessionstore/TabStateCache.jsm
1698lib/firefox/browser/modules/sessionstore/Utils.jsm 1794lib/firefox/browser/modules/sessionstore/Utils.jsm
1699lib/firefox/browser/modules/tabview/utils.jsm 1795lib/firefox/browser/modules/tabview/utils.jsm
1700lib/firefox/browser/modules/translation/BingTranslator.jsm 1796lib/firefox/browser/modules/translation/BingTranslator.jsm
1701lib/firefox/browser/modules/translation/LanguageDetector.jsm 1797lib/firefox/browser/modules/translation/LanguageDetector.jsm
1702lib/firefox/browser/modules/translation/Translation.jsm 1798lib/firefox/browser/modules/translation/Translation.jsm
1703lib/firefox/browser/modules/translation/TranslationContentHandler.jsm 1799lib/firefox/browser/modules/translation/TranslationContentHandler.jsm
1704lib/firefox/browser/modules/translation/TranslationDocument.jsm 1800lib/firefox/browser/modules/translation/TranslationDocument.jsm
1705lib/firefox/browser/modules/translation/cld-worker.js 1801lib/firefox/browser/modules/translation/cld-worker.js
1706lib/firefox/browser/modules/translation/cld-worker.js.mem 1802lib/firefox/browser/modules/translation/cld-worker.js.mem
1707lib/firefox/browser/modules/webrtcUI.jsm 1803lib/firefox/browser/modules/webrtcUI.jsm
1708lib/firefox/browser/searchplugins/amazondotcom.xml 
1709lib/firefox/browser/searchplugins/bing.xml 
1710lib/firefox/browser/searchplugins/ddg.xml 
1711lib/firefox/browser/searchplugins/eBay.xml 
1712lib/firefox/browser/searchplugins/google.xml 
1713lib/firefox/browser/searchplugins/twitter.xml 
1714lib/firefox/browser/searchplugins/wikipedia.xml 
1715lib/firefox/browser/searchplugins/yahoo.xml 
1716lib/firefox/chrome.manifest 1804lib/firefox/chrome.manifest
1717lib/firefox/chrome/chrome.manifest 1805lib/firefox/chrome/chrome.manifest
1718lib/firefox/chrome/en-US/locale/en-US/alerts/alert.dtd 1806lib/firefox/chrome/en-US/locale/en-US/alerts/alert.dtd
1719lib/firefox/chrome/en-US/locale/en-US/alerts/notificationNames.properties 1807lib/firefox/chrome/en-US/locale/en-US/alerts/notificationNames.properties
1720lib/firefox/chrome/en-US/locale/en-US/autoconfig/autoconfig.properties 1808lib/firefox/chrome/en-US/locale/en-US/autoconfig/autoconfig.properties
1721lib/firefox/chrome/en-US/locale/en-US/cookie/cookieAcceptDialog.dtd 1809lib/firefox/chrome/en-US/locale/en-US/cookie/cookieAcceptDialog.dtd
1722lib/firefox/chrome/en-US/locale/en-US/cookie/cookieAcceptDialog.properties 1810lib/firefox/chrome/en-US/locale/en-US/cookie/cookieAcceptDialog.properties
1723lib/firefox/chrome/en-US/locale/en-US/formautofill/requestAutocomplete.dtd 1811lib/firefox/chrome/en-US/locale/en-US/formautofill/requestAutocomplete.dtd
1724lib/firefox/chrome/en-US/locale/en-US/global-platform/mac/accessible.properties 1812lib/firefox/chrome/en-US/locale/en-US/global-platform/mac/accessible.properties
1725lib/firefox/chrome/en-US/locale/en-US/global-platform/mac/intl.properties 1813lib/firefox/chrome/en-US/locale/en-US/global-platform/mac/intl.properties
1726lib/firefox/chrome/en-US/locale/en-US/global-platform/mac/platformKeys.properties 1814lib/firefox/chrome/en-US/locale/en-US/global-platform/mac/platformKeys.properties
1727lib/firefox/chrome/en-US/locale/en-US/global-platform/unix/accessible.properties 1815lib/firefox/chrome/en-US/locale/en-US/global-platform/unix/accessible.properties
1728lib/firefox/chrome/en-US/locale/en-US/global-platform/unix/intl.properties 1816lib/firefox/chrome/en-US/locale/en-US/global-platform/unix/intl.properties
1729lib/firefox/chrome/en-US/locale/en-US/global-platform/unix/platformKeys.properties 1817lib/firefox/chrome/en-US/locale/en-US/global-platform/unix/platformKeys.properties
1730lib/firefox/chrome/en-US/locale/en-US/global-platform/win/accessible.properties 1818lib/firefox/chrome/en-US/locale/en-US/global-platform/win/accessible.properties
1731lib/firefox/chrome/en-US/locale/en-US/global-platform/win/intl.properties 1819lib/firefox/chrome/en-US/locale/en-US/global-platform/win/intl.properties
1732lib/firefox/chrome/en-US/locale/en-US/global-platform/win/platformKeys.properties 1820lib/firefox/chrome/en-US/locale/en-US/global-platform/win/platformKeys.properties
1733lib/firefox/chrome/en-US/locale/en-US/global-region/region.properties 1821lib/firefox/chrome/en-US/locale/en-US/global-region/region.properties
1734lib/firefox/chrome/en-US/locale/en-US/global/AccessFu.properties 1822lib/firefox/chrome/en-US/locale/en-US/global/AccessFu.properties
1735lib/firefox/chrome/en-US/locale/en-US/global/about.dtd 1823lib/firefox/chrome/en-US/locale/en-US/global/about.dtd
1736lib/firefox/chrome/en-US/locale/en-US/global/aboutAbout.dtd 1824lib/firefox/chrome/en-US/locale/en-US/global/aboutAbout.dtd
1737lib/firefox/chrome/en-US/locale/en-US/global/aboutNetworking.dtd 1825lib/firefox/chrome/en-US/locale/en-US/global/aboutNetworking.dtd
1738lib/firefox/chrome/en-US/locale/en-US/global/aboutReader.properties 1826lib/firefox/chrome/en-US/locale/en-US/global/aboutReader.properties
1739lib/firefox/chrome/en-US/locale/en-US/global/aboutRights.dtd 1827lib/firefox/chrome/en-US/locale/en-US/global/aboutRights.dtd
 1828lib/firefox/chrome/en-US/locale/en-US/global/aboutServiceWorkers.dtd
 1829lib/firefox/chrome/en-US/locale/en-US/global/aboutServiceWorkers.properties
1740lib/firefox/chrome/en-US/locale/en-US/global/aboutSupport.dtd 1830lib/firefox/chrome/en-US/locale/en-US/global/aboutSupport.dtd
1741lib/firefox/chrome/en-US/locale/en-US/global/aboutSupport.properties 1831lib/firefox/chrome/en-US/locale/en-US/global/aboutSupport.properties
1742lib/firefox/chrome/en-US/locale/en-US/global/aboutTelemetry.dtd 1832lib/firefox/chrome/en-US/locale/en-US/global/aboutTelemetry.dtd
1743lib/firefox/chrome/en-US/locale/en-US/global/aboutTelemetry.properties 1833lib/firefox/chrome/en-US/locale/en-US/global/aboutTelemetry.properties
1744lib/firefox/chrome/en-US/locale/en-US/global/aboutWebrtc.properties 1834lib/firefox/chrome/en-US/locale/en-US/global/aboutWebrtc.properties
1745lib/firefox/chrome/en-US/locale/en-US/global/appPicker.dtd 1835lib/firefox/chrome/en-US/locale/en-US/global/appPicker.dtd
1746lib/firefox/chrome/en-US/locale/en-US/global/appstrings.properties 1836lib/firefox/chrome/en-US/locale/en-US/global/appstrings.properties
1747lib/firefox/chrome/en-US/locale/en-US/global/autocomplete.properties 1837lib/firefox/chrome/en-US/locale/en-US/global/autocomplete.properties
1748lib/firefox/chrome/en-US/locale/en-US/global/brand.dtd 1838lib/firefox/chrome/en-US/locale/en-US/global/brand.dtd
1749lib/firefox/chrome/en-US/locale/en-US/global/browser.properties 1839lib/firefox/chrome/en-US/locale/en-US/global/browser.properties
1750lib/firefox/chrome/en-US/locale/en-US/global/charsetMenu.dtd 1840lib/firefox/chrome/en-US/locale/en-US/global/charsetMenu.dtd
1751lib/firefox/chrome/en-US/locale/en-US/global/charsetMenu.properties 1841lib/firefox/chrome/en-US/locale/en-US/global/charsetMenu.properties
1752lib/firefox/chrome/en-US/locale/en-US/global/commonDialog.dtd 1842lib/firefox/chrome/en-US/locale/en-US/global/commonDialog.dtd
@@ -1756,26 +1846,28 @@ lib/firefox/chrome/en-US/locale/en-US/gl @@ -1756,26 +1846,28 @@ lib/firefox/chrome/en-US/locale/en-US/gl
1756lib/firefox/chrome/en-US/locale/en-US/global/console.dtd 1846lib/firefox/chrome/en-US/locale/en-US/global/console.dtd
1757lib/firefox/chrome/en-US/locale/en-US/global/console.properties 1847lib/firefox/chrome/en-US/locale/en-US/global/console.properties
1758lib/firefox/chrome/en-US/locale/en-US/global/contentAreaCommands.properties 1848lib/firefox/chrome/en-US/locale/en-US/global/contentAreaCommands.properties
1759lib/firefox/chrome/en-US/locale/en-US/global/crashes.dtd 1849lib/firefox/chrome/en-US/locale/en-US/global/crashes.dtd
1760lib/firefox/chrome/en-US/locale/en-US/global/crashes.properties 1850lib/firefox/chrome/en-US/locale/en-US/global/crashes.properties
1761lib/firefox/chrome/en-US/locale/en-US/global/css.properties 1851lib/firefox/chrome/en-US/locale/en-US/global/css.properties
1762lib/firefox/chrome/en-US/locale/en-US/global/customizeToolbar.dtd 1852lib/firefox/chrome/en-US/locale/en-US/global/customizeToolbar.dtd
1763lib/firefox/chrome/en-US/locale/en-US/global/customizeToolbar.properties 1853lib/firefox/chrome/en-US/locale/en-US/global/customizeToolbar.properties
1764lib/firefox/chrome/en-US/locale/en-US/global/dateFormat.properties 1854lib/firefox/chrome/en-US/locale/en-US/global/dateFormat.properties
1765lib/firefox/chrome/en-US/locale/en-US/global/datetimepicker.dtd 1855lib/firefox/chrome/en-US/locale/en-US/global/datetimepicker.dtd
1766lib/firefox/chrome/en-US/locale/en-US/global/devtools/csscoverage.dtd 1856lib/firefox/chrome/en-US/locale/en-US/global/devtools/csscoverage.dtd
1767lib/firefox/chrome/en-US/locale/en-US/global/devtools/csscoverage.properties 1857lib/firefox/chrome/en-US/locale/en-US/global/devtools/csscoverage.properties
1768lib/firefox/chrome/en-US/locale/en-US/global/devtools/debugger.properties 1858lib/firefox/chrome/en-US/locale/en-US/global/devtools/debugger.properties
 1859lib/firefox/chrome/en-US/locale/en-US/global/devtools/gcli.properties
 1860lib/firefox/chrome/en-US/locale/en-US/global/devtools/gclicommands.properties
1769lib/firefox/chrome/en-US/locale/en-US/global/devtools/styleinspector.properties 1861lib/firefox/chrome/en-US/locale/en-US/global/devtools/styleinspector.properties
1770lib/firefox/chrome/en-US/locale/en-US/global/dialog.properties 1862lib/firefox/chrome/en-US/locale/en-US/global/dialog.properties
1771lib/firefox/chrome/en-US/locale/en-US/global/dialogOverlay.dtd 1863lib/firefox/chrome/en-US/locale/en-US/global/dialogOverlay.dtd
1772lib/firefox/chrome/en-US/locale/en-US/global/dom/dom.properties 1864lib/firefox/chrome/en-US/locale/en-US/global/dom/dom.properties
1773lib/firefox/chrome/en-US/locale/en-US/global/editMenuOverlay.dtd 1865lib/firefox/chrome/en-US/locale/en-US/global/editMenuOverlay.dtd
1774lib/firefox/chrome/en-US/locale/en-US/global/fallbackMenubar.properties 1866lib/firefox/chrome/en-US/locale/en-US/global/fallbackMenubar.properties
1775lib/firefox/chrome/en-US/locale/en-US/global/filefield.properties 1867lib/firefox/chrome/en-US/locale/en-US/global/filefield.properties
1776lib/firefox/chrome/en-US/locale/en-US/global/filepicker.dtd 1868lib/firefox/chrome/en-US/locale/en-US/global/filepicker.dtd
1777lib/firefox/chrome/en-US/locale/en-US/global/filepicker.properties 1869lib/firefox/chrome/en-US/locale/en-US/global/filepicker.properties
1778lib/firefox/chrome/en-US/locale/en-US/global/findbar.dtd 1870lib/firefox/chrome/en-US/locale/en-US/global/findbar.dtd
1779lib/firefox/chrome/en-US/locale/en-US/global/findbar.properties 1871lib/firefox/chrome/en-US/locale/en-US/global/findbar.properties
1780lib/firefox/chrome/en-US/locale/en-US/global/finddialog.dtd 1872lib/firefox/chrome/en-US/locale/en-US/global/finddialog.dtd
1781lib/firefox/chrome/en-US/locale/en-US/global/finddialog.properties 1873lib/firefox/chrome/en-US/locale/en-US/global/finddialog.properties
@@ -1877,26 +1969,27 @@ lib/firefox/chrome/marionette/content/Sp @@ -1877,26 +1969,27 @@ lib/firefox/chrome/marionette/content/Sp
1877lib/firefox/chrome/marionette/content/SpecialPowersObserverAPI.js 1969lib/firefox/chrome/marionette/content/SpecialPowersObserverAPI.js
1878lib/firefox/chrome/marionette/content/actions.js 1970lib/firefox/chrome/marionette/content/actions.js
1879lib/firefox/chrome/marionette/content/atoms.js 1971lib/firefox/chrome/marionette/content/atoms.js
1880lib/firefox/chrome/marionette/content/command.js 1972lib/firefox/chrome/marionette/content/command.js
1881lib/firefox/chrome/marionette/content/common.js 1973lib/firefox/chrome/marionette/content/common.js
1882lib/firefox/chrome/marionette/content/dispatcher.js 1974lib/firefox/chrome/marionette/content/dispatcher.js
1883lib/firefox/chrome/marionette/content/driver.js 1975lib/firefox/chrome/marionette/content/driver.js
1884lib/firefox/chrome/marionette/content/elements.js 1976lib/firefox/chrome/marionette/content/elements.js
1885lib/firefox/chrome/marionette/content/emulator.js 1977lib/firefox/chrome/marionette/content/emulator.js
1886lib/firefox/chrome/marionette/content/error.js 1978lib/firefox/chrome/marionette/content/error.js
1887lib/firefox/chrome/marionette/content/frame-manager.js 1979lib/firefox/chrome/marionette/content/frame-manager.js
1888lib/firefox/chrome/marionette/content/listener.js 1980lib/firefox/chrome/marionette/content/listener.js
1889lib/firefox/chrome/marionette/content/modal.js 1981lib/firefox/chrome/marionette/content/modal.js
 1982lib/firefox/chrome/marionette/content/proxy.js
1890lib/firefox/chrome/marionette/content/sendkeys.js 1983lib/firefox/chrome/marionette/content/sendkeys.js
1891lib/firefox/chrome/marionette/content/server.js 1984lib/firefox/chrome/marionette/content/server.js
1892lib/firefox/chrome/marionette/content/simpletest.js 1985lib/firefox/chrome/marionette/content/simpletest.js
1893lib/firefox/chrome/marionette/content/specialpowers.js 1986lib/firefox/chrome/marionette/content/specialpowers.js
1894lib/firefox/chrome/marionette/content/specialpowersAPI.js 1987lib/firefox/chrome/marionette/content/specialpowersAPI.js
1895lib/firefox/chrome/marionette/modules/Assert.jsm 1988lib/firefox/chrome/marionette/modules/Assert.jsm
1896lib/firefox/chrome/marionette/modules/MockColorPicker.jsm 1989lib/firefox/chrome/marionette/modules/MockColorPicker.jsm
1897lib/firefox/chrome/marionette/modules/MockFilePicker.jsm 1990lib/firefox/chrome/marionette/modules/MockFilePicker.jsm
1898lib/firefox/chrome/marionette/modules/MockPaymentsUIGlue.jsm 1991lib/firefox/chrome/marionette/modules/MockPaymentsUIGlue.jsm
1899lib/firefox/chrome/marionette/modules/MockPermissionPrompt.jsm 1992lib/firefox/chrome/marionette/modules/MockPermissionPrompt.jsm
1900lib/firefox/chrome/pippki/content/pippki/CAOverlay.xul 1993lib/firefox/chrome/pippki/content/pippki/CAOverlay.xul
1901lib/firefox/chrome/pippki/content/pippki/MineOverlay.xul 1994lib/firefox/chrome/pippki/content/pippki/MineOverlay.xul
1902lib/firefox/chrome/pippki/content/pippki/OrphanOverlay.xul 1995lib/firefox/chrome/pippki/content/pippki/OrphanOverlay.xul
@@ -1935,41 +2028,42 @@ lib/firefox/chrome/pippki/content/pippki @@ -1935,41 +2028,42 @@ lib/firefox/chrome/pippki/content/pippki
1935lib/firefox/chrome/pippki/content/pippki/setp12password.xul 2028lib/firefox/chrome/pippki/content/pippki/setp12password.xul
1936lib/firefox/chrome/pippki/content/pippki/viewCertDetails.js 2029lib/firefox/chrome/pippki/content/pippki/viewCertDetails.js
1937lib/firefox/chrome/pippki/content/pippki/viewCertDetails.xul 2030lib/firefox/chrome/pippki/content/pippki/viewCertDetails.xul
1938lib/firefox/chrome/recording/content/recording.js 2031lib/firefox/chrome/recording/content/recording.js
1939lib/firefox/chrome/recording/content/recording.xul 2032lib/firefox/chrome/recording/content/recording.xul
1940lib/firefox/chrome/toolkit/content/cookie/cookieAcceptDialog.js 2033lib/firefox/chrome/toolkit/content/cookie/cookieAcceptDialog.js
1941lib/firefox/chrome/toolkit/content/cookie/cookieAcceptDialog.xul 2034lib/firefox/chrome/toolkit/content/cookie/cookieAcceptDialog.xul
1942lib/firefox/chrome/toolkit/content/formautofill/requestAutocomplete.js 2035lib/firefox/chrome/toolkit/content/formautofill/requestAutocomplete.js
1943lib/firefox/chrome/toolkit/content/formautofill/requestAutocomplete.xhtml 2036lib/firefox/chrome/toolkit/content/formautofill/requestAutocomplete.xhtml
1944lib/firefox/chrome/toolkit/content/global/BrowserElementChild.js 2037lib/firefox/chrome/toolkit/content/global/BrowserElementChild.js
1945lib/firefox/chrome/toolkit/content/global/BrowserElementChildPreload.js 2038lib/firefox/chrome/toolkit/content/global/BrowserElementChildPreload.js
1946lib/firefox/chrome/toolkit/content/global/BrowserElementPanning.js 2039lib/firefox/chrome/toolkit/content/global/BrowserElementPanning.js
1947lib/firefox/chrome/toolkit/content/global/BrowserElementPanningAPZDisabled.js 2040lib/firefox/chrome/toolkit/content/global/BrowserElementPanningAPZDisabled.js
 2041lib/firefox/chrome/toolkit/content/global/PushServiceChildPreload.js
1948lib/firefox/chrome/toolkit/content/global/XPCNativeWrapper.js 2042lib/firefox/chrome/toolkit/content/global/XPCNativeWrapper.js
1949lib/firefox/chrome/toolkit/content/global/about.js 2043lib/firefox/chrome/toolkit/content/global/about.js
1950lib/firefox/chrome/toolkit/content/global/about.xhtml 2044lib/firefox/chrome/toolkit/content/global/about.xhtml
1951lib/firefox/chrome/toolkit/content/global/aboutAbout.js 2045lib/firefox/chrome/toolkit/content/global/aboutAbout.js
1952lib/firefox/chrome/toolkit/content/global/aboutAbout.xhtml 2046lib/firefox/chrome/toolkit/content/global/aboutAbout.xhtml
1953lib/firefox/chrome/toolkit/content/global/aboutCache.js 2047lib/firefox/chrome/toolkit/content/global/aboutCache.js
1954lib/firefox/chrome/toolkit/content/global/aboutCompartments.js 
1955lib/firefox/chrome/toolkit/content/global/aboutCompartments.xhtml 
1956lib/firefox/chrome/toolkit/content/global/aboutMemory.css 2048lib/firefox/chrome/toolkit/content/global/aboutMemory.css
1957lib/firefox/chrome/toolkit/content/global/aboutMemory.js 2049lib/firefox/chrome/toolkit/content/global/aboutMemory.js
1958lib/firefox/chrome/toolkit/content/global/aboutMemory.xhtml 2050lib/firefox/chrome/toolkit/content/global/aboutMemory.xhtml
1959lib/firefox/chrome/toolkit/content/global/aboutNetworking.js 2051lib/firefox/chrome/toolkit/content/global/aboutNetworking.js
1960lib/firefox/chrome/toolkit/content/global/aboutNetworking.xhtml 2052lib/firefox/chrome/toolkit/content/global/aboutNetworking.xhtml
1961lib/firefox/chrome/toolkit/content/global/aboutRights-unbranded.xhtml 2053lib/firefox/chrome/toolkit/content/global/aboutRights-unbranded.xhtml
1962lib/firefox/chrome/toolkit/content/global/aboutRights.xhtml 2054lib/firefox/chrome/toolkit/content/global/aboutRights.xhtml
 2055lib/firefox/chrome/toolkit/content/global/aboutServiceWorkers.js
 2056lib/firefox/chrome/toolkit/content/global/aboutServiceWorkers.xhtml
1963lib/firefox/chrome/toolkit/content/global/aboutSupport.js 2057lib/firefox/chrome/toolkit/content/global/aboutSupport.js
1964lib/firefox/chrome/toolkit/content/global/aboutSupport.xhtml 2058lib/firefox/chrome/toolkit/content/global/aboutSupport.xhtml
1965lib/firefox/chrome/toolkit/content/global/aboutTelemetry.css 2059lib/firefox/chrome/toolkit/content/global/aboutTelemetry.css
1966lib/firefox/chrome/toolkit/content/global/aboutTelemetry.js 2060lib/firefox/chrome/toolkit/content/global/aboutTelemetry.js
1967lib/firefox/chrome/toolkit/content/global/aboutTelemetry.xhtml 2061lib/firefox/chrome/toolkit/content/global/aboutTelemetry.xhtml
1968lib/firefox/chrome/toolkit/content/global/aboutwebrtc/aboutWebrtc.css 2062lib/firefox/chrome/toolkit/content/global/aboutwebrtc/aboutWebrtc.css
1969lib/firefox/chrome/toolkit/content/global/aboutwebrtc/aboutWebrtc.js 2063lib/firefox/chrome/toolkit/content/global/aboutwebrtc/aboutWebrtc.js
1970lib/firefox/chrome/toolkit/content/global/aboutwebrtc/aboutWebrtc.xhtml 2064lib/firefox/chrome/toolkit/content/global/aboutwebrtc/aboutWebrtc.xhtml
1971lib/firefox/chrome/toolkit/content/global/accessibility/AccessFu.css 2065lib/firefox/chrome/toolkit/content/global/accessibility/AccessFu.css
1972lib/firefox/chrome/toolkit/content/global/accessibility/clicked.ogg 2066lib/firefox/chrome/toolkit/content/global/accessibility/clicked.ogg
1973lib/firefox/chrome/toolkit/content/global/accessibility/content-script.js 2067lib/firefox/chrome/toolkit/content/global/accessibility/content-script.js
1974lib/firefox/chrome/toolkit/content/global/accessibility/virtual_cursor_key.ogg 2068lib/firefox/chrome/toolkit/content/global/accessibility/virtual_cursor_key.ogg
1975lib/firefox/chrome/toolkit/content/global/accessibility/virtual_cursor_move.ogg 2069lib/firefox/chrome/toolkit/content/global/accessibility/virtual_cursor_move.ogg
@@ -2043,26 +2137,27 @@ lib/firefox/chrome/toolkit/content/globa @@ -2043,26 +2137,27 @@ lib/firefox/chrome/toolkit/content/globa
2043lib/firefox/chrome/toolkit/content/global/editMenuOverlay.js 2137lib/firefox/chrome/toolkit/content/global/editMenuOverlay.js
2044lib/firefox/chrome/toolkit/content/global/editMenuOverlay.xul 2138lib/firefox/chrome/toolkit/content/global/editMenuOverlay.xul
2045lib/firefox/chrome/toolkit/content/global/filepicker.js 2139lib/firefox/chrome/toolkit/content/global/filepicker.js
2046lib/firefox/chrome/toolkit/content/global/filepicker.properties 2140lib/firefox/chrome/toolkit/content/global/filepicker.properties
2047lib/firefox/chrome/toolkit/content/global/filepicker.xul 2141lib/firefox/chrome/toolkit/content/global/filepicker.xul
2048lib/firefox/chrome/toolkit/content/global/findUtils.js 2142lib/firefox/chrome/toolkit/content/global/findUtils.js
2049lib/firefox/chrome/toolkit/content/global/finddialog.js 2143lib/firefox/chrome/toolkit/content/global/finddialog.js
2050lib/firefox/chrome/toolkit/content/global/finddialog.xul 2144lib/firefox/chrome/toolkit/content/global/finddialog.xul
2051lib/firefox/chrome/toolkit/content/global/forms.js 2145lib/firefox/chrome/toolkit/content/global/forms.js
2052lib/firefox/chrome/toolkit/content/global/globalOverlay.js 2146lib/firefox/chrome/toolkit/content/global/globalOverlay.js
2053lib/firefox/chrome/toolkit/content/global/globalOverlay.xul 2147lib/firefox/chrome/toolkit/content/global/globalOverlay.xul
2054lib/firefox/chrome/toolkit/content/global/inlineSpellCheckUI.js 2148lib/firefox/chrome/toolkit/content/global/inlineSpellCheckUI.js
2055lib/firefox/chrome/toolkit/content/global/license.html 2149lib/firefox/chrome/toolkit/content/global/license.html
 2150lib/firefox/chrome/toolkit/content/global/manifestMessages.js
2056lib/firefox/chrome/toolkit/content/global/menulist.css 2151lib/firefox/chrome/toolkit/content/global/menulist.css
2057lib/firefox/chrome/toolkit/content/global/minimal-xul.css 2152lib/firefox/chrome/toolkit/content/global/minimal-xul.css
2058lib/firefox/chrome/toolkit/content/global/mozilla.xhtml 2153lib/firefox/chrome/toolkit/content/global/mozilla.xhtml
2059lib/firefox/chrome/toolkit/content/global/netError.xhtml 2154lib/firefox/chrome/toolkit/content/global/netError.xhtml
2060lib/firefox/chrome/toolkit/content/global/notfound.wav 2155lib/firefox/chrome/toolkit/content/global/notfound.wav
2061lib/firefox/chrome/toolkit/content/global/nsClipboard.js 2156lib/firefox/chrome/toolkit/content/global/nsClipboard.js
2062lib/firefox/chrome/toolkit/content/global/nsDragAndDrop.js 2157lib/firefox/chrome/toolkit/content/global/nsDragAndDrop.js
2063lib/firefox/chrome/toolkit/content/global/nsUserSettings.js 2158lib/firefox/chrome/toolkit/content/global/nsUserSettings.js
2064lib/firefox/chrome/toolkit/content/global/platformHTMLBindings.xml 2159lib/firefox/chrome/toolkit/content/global/platformHTMLBindings.xml
2065lib/firefox/chrome/toolkit/content/global/plugins.css 2160lib/firefox/chrome/toolkit/content/global/plugins.css
2066lib/firefox/chrome/toolkit/content/global/plugins.html 2161lib/firefox/chrome/toolkit/content/global/plugins.html
2067lib/firefox/chrome/toolkit/content/global/post-fork-preload.js 2162lib/firefox/chrome/toolkit/content/global/post-fork-preload.js
2068lib/firefox/chrome/toolkit/content/global/preload.js 2163lib/firefox/chrome/toolkit/content/global/preload.js
@@ -2149,36 +2244,31 @@ lib/firefox/chrome/toolkit/content/mozap @@ -2149,36 +2244,31 @@ lib/firefox/chrome/toolkit/content/mozap
2149lib/firefox/chrome/toolkit/content/mozapps/plugins/pluginFinderBinding.css 2244lib/firefox/chrome/toolkit/content/mozapps/plugins/pluginFinderBinding.css
2150lib/firefox/chrome/toolkit/content/mozapps/plugins/pluginProblem.xml 2245lib/firefox/chrome/toolkit/content/mozapps/plugins/pluginProblem.xml
2151lib/firefox/chrome/toolkit/content/mozapps/plugins/pluginProblemBinding.css 2246lib/firefox/chrome/toolkit/content/mozapps/plugins/pluginProblemBinding.css
2152lib/firefox/chrome/toolkit/content/mozapps/plugins/pluginProblemContent.css 2247lib/firefox/chrome/toolkit/content/mozapps/plugins/pluginProblemContent.css
2153lib/firefox/chrome/toolkit/content/mozapps/preferences/changemp.js 2248lib/firefox/chrome/toolkit/content/mozapps/preferences/changemp.js
2154lib/firefox/chrome/toolkit/content/mozapps/preferences/changemp.xul 2249lib/firefox/chrome/toolkit/content/mozapps/preferences/changemp.xul
2155lib/firefox/chrome/toolkit/content/mozapps/preferences/fontbuilder.js 2250lib/firefox/chrome/toolkit/content/mozapps/preferences/fontbuilder.js
2156lib/firefox/chrome/toolkit/content/mozapps/preferences/removemp.js 2251lib/firefox/chrome/toolkit/content/mozapps/preferences/removemp.js
2157lib/firefox/chrome/toolkit/content/mozapps/preferences/removemp.xul 2252lib/firefox/chrome/toolkit/content/mozapps/preferences/removemp.xul
2158lib/firefox/chrome/toolkit/content/mozapps/profile/createProfileWizard.js 2253lib/firefox/chrome/toolkit/content/mozapps/profile/createProfileWizard.js
2159lib/firefox/chrome/toolkit/content/mozapps/profile/createProfileWizard.xul 2254lib/firefox/chrome/toolkit/content/mozapps/profile/createProfileWizard.xul
2160lib/firefox/chrome/toolkit/content/mozapps/profile/profileSelection.js 2255lib/firefox/chrome/toolkit/content/mozapps/profile/profileSelection.js
2161lib/firefox/chrome/toolkit/content/mozapps/profile/profileSelection.xul 2256lib/firefox/chrome/toolkit/content/mozapps/profile/profileSelection.xul
2162lib/firefox/chrome/toolkit/content/mozapps/update/history.js 
2163lib/firefox/chrome/toolkit/content/mozapps/update/history.xul 
2164lib/firefox/chrome/toolkit/content/mozapps/update/updates.css 
2165lib/firefox/chrome/toolkit/content/mozapps/update/updates.js 
2166lib/firefox/chrome/toolkit/content/mozapps/update/updates.xml 
2167lib/firefox/chrome/toolkit/content/mozapps/update/updates.xul 
2168lib/firefox/chrome/toolkit/content/mozapps/xpinstall/xpinstallConfirm.css 2257lib/firefox/chrome/toolkit/content/mozapps/xpinstall/xpinstallConfirm.css
2169lib/firefox/chrome/toolkit/content/mozapps/xpinstall/xpinstallConfirm.js 2258lib/firefox/chrome/toolkit/content/mozapps/xpinstall/xpinstallConfirm.js
2170lib/firefox/chrome/toolkit/content/mozapps/xpinstall/xpinstallConfirm.xul 2259lib/firefox/chrome/toolkit/content/mozapps/xpinstall/xpinstallConfirm.xul
2171lib/firefox/chrome/toolkit/content/mozapps/xpinstall/xpinstallItem.xml 2260lib/firefox/chrome/toolkit/content/mozapps/xpinstall/xpinstallItem.xml
 2261lib/firefox/chrome/toolkit/content/passwordmgr/login.xml
2172lib/firefox/chrome/toolkit/content/passwordmgr/passwordManager.js 2262lib/firefox/chrome/toolkit/content/passwordmgr/passwordManager.js
2173lib/firefox/chrome/toolkit/content/passwordmgr/passwordManager.xul 2263lib/firefox/chrome/toolkit/content/passwordmgr/passwordManager.xul
2174lib/firefox/chrome/toolkit/content/passwordmgr/passwordManagerCommon.js 2264lib/firefox/chrome/toolkit/content/passwordmgr/passwordManagerCommon.js
2175lib/firefox/chrome/toolkit/content/passwordmgr/passwordManagerExceptions.js 2265lib/firefox/chrome/toolkit/content/passwordmgr/passwordManagerExceptions.js
2176lib/firefox/chrome/toolkit/content/passwordmgr/passwordManagerExceptions.xul 2266lib/firefox/chrome/toolkit/content/passwordmgr/passwordManagerExceptions.xul
2177lib/firefox/chrome/toolkit/content/satchel/formSubmitListener.js 2267lib/firefox/chrome/toolkit/content/satchel/formSubmitListener.js
2178lib/firefox/chrome/toolkit/content/xbl-marquee/xbl-marquee.css 2268lib/firefox/chrome/toolkit/content/xbl-marquee/xbl-marquee.css
2179lib/firefox/chrome/toolkit/content/xbl-marquee/xbl-marquee.xml 2269lib/firefox/chrome/toolkit/content/xbl-marquee/xbl-marquee.xml
2180lib/firefox/chrome/toolkit/res/arrow.gif 2270lib/firefox/chrome/toolkit/res/arrow.gif
2181lib/firefox/chrome/toolkit/res/arrowd.gif 2271lib/firefox/chrome/toolkit/res/arrowd.gif
2182lib/firefox/chrome/toolkit/res/broken-image.png 2272lib/firefox/chrome/toolkit/res/broken-image.png
2183lib/firefox/chrome/toolkit/res/counterstyles.css 2273lib/firefox/chrome/toolkit/res/counterstyles.css
2184lib/firefox/chrome/toolkit/res/forms.css 2274lib/firefox/chrome/toolkit/res/forms.css
@@ -2201,32 +2291,30 @@ lib/firefox/chrome/toolkit/skin/classic/ @@ -2201,32 +2291,30 @@ lib/firefox/chrome/toolkit/skin/classic/
2201lib/firefox/chrome/toolkit/skin/classic/global/aboutReaderContent.css 2291lib/firefox/chrome/toolkit/skin/classic/global/aboutReaderContent.css
2202lib/firefox/chrome/toolkit/skin/classic/global/aboutReaderControls.css 2292lib/firefox/chrome/toolkit/skin/classic/global/aboutReaderControls.css
2203lib/firefox/chrome/toolkit/skin/classic/global/aboutSupport.css 2293lib/firefox/chrome/toolkit/skin/classic/global/aboutSupport.css
2204lib/firefox/chrome/toolkit/skin/classic/global/alerts/alert.css 2294lib/firefox/chrome/toolkit/skin/classic/global/alerts/alert.css
2205lib/firefox/chrome/toolkit/skin/classic/global/alerts/notification-48.png 2295lib/firefox/chrome/toolkit/skin/classic/global/alerts/notification-48.png
2206lib/firefox/chrome/toolkit/skin/classic/global/appPicker.css 2296lib/firefox/chrome/toolkit/skin/classic/global/appPicker.css
2207lib/firefox/chrome/toolkit/skin/classic/global/arrow.css 2297lib/firefox/chrome/toolkit/skin/classic/global/arrow.css
2208lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-dn-dis.gif 2298lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-dn-dis.gif
2209lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-dn-hov.gif 2299lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-dn-hov.gif
2210lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-dn-sharp.gif 2300lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-dn-sharp.gif
2211lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-dn.gif 2301lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-dn.gif
2212lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-down.png 2302lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-down.png
2213lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-lft-dis.gif 2303lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-lft-dis.gif
2214lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-lft-hov.gif 
2215lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-lft-sharp-end.gif 2304lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-lft-sharp-end.gif
2216lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-lft-sharp.gif 2305lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-lft-sharp.gif
2217lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-lft.gif 2306lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-lft.gif
2218lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-rit-dis.gif 2307lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-rit-dis.gif
2219lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-rit-hov.gif 
2220lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-rit-sharp-end.gif 2308lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-rit-sharp-end.gif
2221lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-rit-sharp.gif 2309lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-rit-sharp.gif
2222lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-rit.gif 2310lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-rit.gif
2223lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-up-dis.gif 2311lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-up-dis.gif
2224lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-up-hov.gif 2312lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-up-hov.gif
2225lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-up-sharp.gif 2313lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-up-sharp.gif
2226lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-up.gif 2314lib/firefox/chrome/toolkit/skin/classic/global/arrow/arrow-up.gif
2227lib/firefox/chrome/toolkit/skin/classic/global/arrow/panelarrow-horizontal-themed.svg 2315lib/firefox/chrome/toolkit/skin/classic/global/arrow/panelarrow-horizontal-themed.svg
2228lib/firefox/chrome/toolkit/skin/classic/global/arrow/panelarrow-horizontal.svg 2316lib/firefox/chrome/toolkit/skin/classic/global/arrow/panelarrow-horizontal.svg
2229lib/firefox/chrome/toolkit/skin/classic/global/arrow/panelarrow-vertical-themed.svg 2317lib/firefox/chrome/toolkit/skin/classic/global/arrow/panelarrow-vertical-themed.svg
2230lib/firefox/chrome/toolkit/skin/classic/global/arrow/panelarrow-vertical.svg 2318lib/firefox/chrome/toolkit/skin/classic/global/arrow/panelarrow-vertical.svg
2231lib/firefox/chrome/toolkit/skin/classic/global/autocomplete.css 2319lib/firefox/chrome/toolkit/skin/classic/global/autocomplete.css
2232lib/firefox/chrome/toolkit/skin/classic/global/button.css 2320lib/firefox/chrome/toolkit/skin/classic/global/button.css
@@ -2264,65 +2352,60 @@ lib/firefox/chrome/toolkit/skin/classic/ @@ -2264,65 +2352,60 @@ lib/firefox/chrome/toolkit/skin/classic/
2264lib/firefox/chrome/toolkit/skin/classic/global/icons/Landscape.png 2352lib/firefox/chrome/toolkit/skin/classic/global/icons/Landscape.png
2265lib/firefox/chrome/toolkit/skin/classic/global/icons/Minimize.gif 2353lib/firefox/chrome/toolkit/skin/classic/global/icons/Minimize.gif
2266lib/firefox/chrome/toolkit/skin/classic/global/icons/Portrait.png 2354lib/firefox/chrome/toolkit/skin/classic/global/icons/Portrait.png
2267lib/firefox/chrome/toolkit/skin/classic/global/icons/Print-preview.png 2355lib/firefox/chrome/toolkit/skin/classic/global/icons/Print-preview.png
2268lib/firefox/chrome/toolkit/skin/classic/global/icons/Question.png 2356lib/firefox/chrome/toolkit/skin/classic/global/icons/Question.png
2269lib/firefox/chrome/toolkit/skin/classic/global/icons/Restore.gif 2357lib/firefox/chrome/toolkit/skin/classic/global/icons/Restore.gif
2270lib/firefox/chrome/toolkit/skin/classic/global/icons/Search-close.png 2358lib/firefox/chrome/toolkit/skin/classic/global/icons/Search-close.png
2271lib/firefox/chrome/toolkit/skin/classic/global/icons/Search-glass.png 2359lib/firefox/chrome/toolkit/skin/classic/global/icons/Search-glass.png
2272lib/firefox/chrome/toolkit/skin/classic/global/icons/Warning.png 2360lib/firefox/chrome/toolkit/skin/classic/global/icons/Warning.png
2273lib/firefox/chrome/toolkit/skin/classic/global/icons/autocomplete-search.svg 2361lib/firefox/chrome/toolkit/skin/classic/global/icons/autocomplete-search.svg
2274lib/firefox/chrome/toolkit/skin/classic/global/icons/autoscroll.png 2362lib/firefox/chrome/toolkit/skin/classic/global/icons/autoscroll.png
2275lib/firefox/chrome/toolkit/skin/classic/global/icons/blacklist_favicon.png 2363lib/firefox/chrome/toolkit/skin/classic/global/icons/blacklist_favicon.png
2276lib/firefox/chrome/toolkit/skin/classic/global/icons/blacklist_large.png 2364lib/firefox/chrome/toolkit/skin/classic/global/icons/blacklist_large.png
2277lib/firefox/chrome/toolkit/skin/classic/global/icons/close-lunaBlue.png 2365lib/firefox/chrome/toolkit/skin/classic/global/icons/close-XPVista7.png
2278lib/firefox/chrome/toolkit/skin/classic/global/icons/close-lunaOlive.png 2366lib/firefox/chrome/toolkit/skin/classic/global/icons/close-XPVista7@2x.png
2279lib/firefox/chrome/toolkit/skin/classic/global/icons/close-lunaSilver.png 2367lib/firefox/chrome/toolkit/skin/classic/global/icons/close-inverted-XPVista7.png
 2368lib/firefox/chrome/toolkit/skin/classic/global/icons/close-inverted-XPVista7@2x.png
 2369lib/firefox/chrome/toolkit/skin/classic/global/icons/close-inverted.png
 2370lib/firefox/chrome/toolkit/skin/classic/global/icons/close-inverted@2x.png
2280lib/firefox/chrome/toolkit/skin/classic/global/icons/close.png 2371lib/firefox/chrome/toolkit/skin/classic/global/icons/close.png
2281lib/firefox/chrome/toolkit/skin/classic/global/icons/close.svg 2372lib/firefox/chrome/toolkit/skin/classic/global/icons/close.svg
 2373lib/firefox/chrome/toolkit/skin/classic/global/icons/close@2x.png
2282lib/firefox/chrome/toolkit/skin/classic/global/icons/collapse.png 2374lib/firefox/chrome/toolkit/skin/classic/global/icons/collapse.png
2283lib/firefox/chrome/toolkit/skin/classic/global/icons/error-16.png 2375lib/firefox/chrome/toolkit/skin/classic/global/icons/error-16.png
2284lib/firefox/chrome/toolkit/skin/classic/global/icons/error-24.png 
2285lib/firefox/chrome/toolkit/skin/classic/global/icons/error-48.png 
2286lib/firefox/chrome/toolkit/skin/classic/global/icons/error-64.png 2376lib/firefox/chrome/toolkit/skin/classic/global/icons/error-64.png
2287lib/firefox/chrome/toolkit/skin/classic/global/icons/expand.png 2377lib/firefox/chrome/toolkit/skin/classic/global/icons/expand.png
2288lib/firefox/chrome/toolkit/skin/classic/global/icons/find-arrows.png 2378lib/firefox/chrome/toolkit/skin/classic/global/icons/find-arrows.png
2289lib/firefox/chrome/toolkit/skin/classic/global/icons/find.png 
2290lib/firefox/chrome/toolkit/skin/classic/global/icons/folder-item.png 2379lib/firefox/chrome/toolkit/skin/classic/global/icons/folder-item.png
2291lib/firefox/chrome/toolkit/skin/classic/global/icons/information-16.png 2380lib/firefox/chrome/toolkit/skin/classic/global/icons/information-16.png
2292lib/firefox/chrome/toolkit/skin/classic/global/icons/information-24.png 2381lib/firefox/chrome/toolkit/skin/classic/global/icons/information-24.png
2293lib/firefox/chrome/toolkit/skin/classic/global/icons/information-32.png 2382lib/firefox/chrome/toolkit/skin/classic/global/icons/information-32.png
2294lib/firefox/chrome/toolkit/skin/classic/global/icons/information-48.png 
2295lib/firefox/chrome/toolkit/skin/classic/global/icons/information-64.png 
2296lib/firefox/chrome/toolkit/skin/classic/global/icons/loading_16.png 2383lib/firefox/chrome/toolkit/skin/classic/global/icons/loading_16.png
2297lib/firefox/chrome/toolkit/skin/classic/global/icons/panelarrow-horizontal.svg 2384lib/firefox/chrome/toolkit/skin/classic/global/icons/panelarrow-horizontal.svg
2298lib/firefox/chrome/toolkit/skin/classic/global/icons/panelarrow-vertical.svg 2385lib/firefox/chrome/toolkit/skin/classic/global/icons/panelarrow-vertical.svg
2299lib/firefox/chrome/toolkit/skin/classic/global/icons/question-16.png 2386lib/firefox/chrome/toolkit/skin/classic/global/icons/question-16.png
2300lib/firefox/chrome/toolkit/skin/classic/global/icons/question-24.png 
2301lib/firefox/chrome/toolkit/skin/classic/global/icons/question-48.png 
2302lib/firefox/chrome/toolkit/skin/classic/global/icons/question-64.png 2387lib/firefox/chrome/toolkit/skin/classic/global/icons/question-64.png
2303lib/firefox/chrome/toolkit/skin/classic/global/icons/resizer-rtl.png 2388lib/firefox/chrome/toolkit/skin/classic/global/icons/resizer-rtl.png
2304lib/firefox/chrome/toolkit/skin/classic/global/icons/resizer.png 2389lib/firefox/chrome/toolkit/skin/classic/global/icons/resizer.png
2305lib/firefox/chrome/toolkit/skin/classic/global/icons/sslWarning.png 2390lib/firefox/chrome/toolkit/skin/classic/global/icons/sslWarning.png
2306lib/firefox/chrome/toolkit/skin/classic/global/icons/tabprompts-bgtexture.png 2391lib/firefox/chrome/toolkit/skin/classic/global/icons/tabprompts-bgtexture.png
2307lib/firefox/chrome/toolkit/skin/classic/global/icons/warning-16.png 2392lib/firefox/chrome/toolkit/skin/classic/global/icons/warning-16.png
2308lib/firefox/chrome/toolkit/skin/classic/global/icons/warning-24.png 
2309lib/firefox/chrome/toolkit/skin/classic/global/icons/warning-64.png 2393lib/firefox/chrome/toolkit/skin/classic/global/icons/warning-64.png
2310lib/firefox/chrome/toolkit/skin/classic/global/icons/warning-large.png 2394lib/firefox/chrome/toolkit/skin/classic/global/icons/warning-large.png
2311lib/firefox/chrome/toolkit/skin/classic/global/icons/warning.svg 2395lib/firefox/chrome/toolkit/skin/classic/global/icons/warning.svg
2312lib/firefox/chrome/toolkit/skin/classic/global/icons/webapps-16.png 2396lib/firefox/chrome/toolkit/skin/classic/global/icons/webapps-16.png
2313lib/firefox/chrome/toolkit/skin/classic/global/icons/webapps-64.png 2397lib/firefox/chrome/toolkit/skin/classic/global/icons/webapps-64.png
2314lib/firefox/chrome/toolkit/skin/classic/global/icons/windowControls.png 2398lib/firefox/chrome/toolkit/skin/classic/global/icons/windowControls.png
2315lib/firefox/chrome/toolkit/skin/classic/global/icons/wrap.png 
2316lib/firefox/chrome/toolkit/skin/classic/global/in-content/check-partial.svg 2399lib/firefox/chrome/toolkit/skin/classic/global/in-content/check-partial.svg
2317lib/firefox/chrome/toolkit/skin/classic/global/in-content/check.svg 2400lib/firefox/chrome/toolkit/skin/classic/global/in-content/check.svg
2318lib/firefox/chrome/toolkit/skin/classic/global/in-content/common.css 2401lib/firefox/chrome/toolkit/skin/classic/global/in-content/common.css
2319lib/firefox/chrome/toolkit/skin/classic/global/in-content/dropdown.svg 2402lib/firefox/chrome/toolkit/skin/classic/global/in-content/dropdown.svg
2320lib/firefox/chrome/toolkit/skin/classic/global/in-content/help-glyph.svg 2403lib/firefox/chrome/toolkit/skin/classic/global/in-content/help-glyph.svg
2321lib/firefox/chrome/toolkit/skin/classic/global/in-content/info-pages.css 2404lib/firefox/chrome/toolkit/skin/classic/global/in-content/info-pages.css
2322lib/firefox/chrome/toolkit/skin/classic/global/in-content/radio.svg 2405lib/firefox/chrome/toolkit/skin/classic/global/in-content/radio.svg
2323lib/firefox/chrome/toolkit/skin/classic/global/inContentUI.css 2406lib/firefox/chrome/toolkit/skin/classic/global/inContentUI.css
2324lib/firefox/chrome/toolkit/skin/classic/global/inContentUI/background-texture.png 2407lib/firefox/chrome/toolkit/skin/classic/global/inContentUI/background-texture.png
2325lib/firefox/chrome/toolkit/skin/classic/global/linkTree.css 2408lib/firefox/chrome/toolkit/skin/classic/global/linkTree.css
2326lib/firefox/chrome/toolkit/skin/classic/global/listbox.css 2409lib/firefox/chrome/toolkit/skin/classic/global/listbox.css
2327lib/firefox/chrome/toolkit/skin/classic/global/media/TopLevelImageDocument.css 2410lib/firefox/chrome/toolkit/skin/classic/global/media/TopLevelImageDocument.css
2328lib/firefox/chrome/toolkit/skin/classic/global/media/TopLevelVideoDocument.css 2411lib/firefox/chrome/toolkit/skin/classic/global/media/TopLevelVideoDocument.css
@@ -2335,26 +2418,29 @@ lib/firefox/chrome/toolkit/skin/classic/ @@ -2335,26 +2418,29 @@ lib/firefox/chrome/toolkit/skin/classic/
2335lib/firefox/chrome/toolkit/skin/classic/global/media/noAudio.png 2418lib/firefox/chrome/toolkit/skin/classic/global/media/noAudio.png
2336lib/firefox/chrome/toolkit/skin/classic/global/media/pauseButton.png 2419lib/firefox/chrome/toolkit/skin/classic/global/media/pauseButton.png
2337lib/firefox/chrome/toolkit/skin/classic/global/media/playButton.png 2420lib/firefox/chrome/toolkit/skin/classic/global/media/playButton.png
2338lib/firefox/chrome/toolkit/skin/classic/global/media/scrubberThumb.png 2421lib/firefox/chrome/toolkit/skin/classic/global/media/scrubberThumb.png
2339lib/firefox/chrome/toolkit/skin/classic/global/media/scrubberThumbWide.png 2422lib/firefox/chrome/toolkit/skin/classic/global/media/scrubberThumbWide.png
2340lib/firefox/chrome/toolkit/skin/classic/global/media/stalled.png 2423lib/firefox/chrome/toolkit/skin/classic/global/media/stalled.png
2341lib/firefox/chrome/toolkit/skin/classic/global/media/throbber.png 2424lib/firefox/chrome/toolkit/skin/classic/global/media/throbber.png
2342lib/firefox/chrome/toolkit/skin/classic/global/media/unmuteButton.png 2425lib/firefox/chrome/toolkit/skin/classic/global/media/unmuteButton.png
2343lib/firefox/chrome/toolkit/skin/classic/global/media/videoClickToPlayButton.svg 2426lib/firefox/chrome/toolkit/skin/classic/global/media/videoClickToPlayButton.svg
2344lib/firefox/chrome/toolkit/skin/classic/global/media/videocontrols.css 2427lib/firefox/chrome/toolkit/skin/classic/global/media/videocontrols.css
2345lib/firefox/chrome/toolkit/skin/classic/global/media/volume-empty.png 2428lib/firefox/chrome/toolkit/skin/classic/global/media/volume-empty.png
2346lib/firefox/chrome/toolkit/skin/classic/global/media/volume-full.png 2429lib/firefox/chrome/toolkit/skin/classic/global/media/volume-full.png
2347lib/firefox/chrome/toolkit/skin/classic/global/menu.css 2430lib/firefox/chrome/toolkit/skin/classic/global/menu.css
 2431lib/firefox/chrome/toolkit/skin/classic/global/menu/shared-menu-check-active.svg
 2432lib/firefox/chrome/toolkit/skin/classic/global/menu/shared-menu-check-black.svg
 2433lib/firefox/chrome/toolkit/skin/classic/global/menu/shared-menu-check-hover.svg
2348lib/firefox/chrome/toolkit/skin/classic/global/menu/shared-menu-check.png 2434lib/firefox/chrome/toolkit/skin/classic/global/menu/shared-menu-check.png
2349lib/firefox/chrome/toolkit/skin/classic/global/menulist.css 2435lib/firefox/chrome/toolkit/skin/classic/global/menulist.css
2350lib/firefox/chrome/toolkit/skin/classic/global/netError.css 2436lib/firefox/chrome/toolkit/skin/classic/global/netError.css
2351lib/firefox/chrome/toolkit/skin/classic/global/notification.css 2437lib/firefox/chrome/toolkit/skin/classic/global/notification.css
2352lib/firefox/chrome/toolkit/skin/classic/global/numberbox.css 2438lib/firefox/chrome/toolkit/skin/classic/global/numberbox.css
2353lib/firefox/chrome/toolkit/skin/classic/global/passwordmgr.css 2439lib/firefox/chrome/toolkit/skin/classic/global/passwordmgr.css
2354lib/firefox/chrome/toolkit/skin/classic/global/popup.css 2440lib/firefox/chrome/toolkit/skin/classic/global/popup.css
2355lib/firefox/chrome/toolkit/skin/classic/global/preferences.css 2441lib/firefox/chrome/toolkit/skin/classic/global/preferences.css
2356lib/firefox/chrome/toolkit/skin/classic/global/printPageSetup.css 2442lib/firefox/chrome/toolkit/skin/classic/global/printPageSetup.css
2357lib/firefox/chrome/toolkit/skin/classic/global/printPreview.css 2443lib/firefox/chrome/toolkit/skin/classic/global/printPreview.css
2358lib/firefox/chrome/toolkit/skin/classic/global/printpreview/arrow-left-end.png 2444lib/firefox/chrome/toolkit/skin/classic/global/printpreview/arrow-left-end.png
2359lib/firefox/chrome/toolkit/skin/classic/global/printpreview/arrow-left.png 2445lib/firefox/chrome/toolkit/skin/classic/global/printpreview/arrow-left.png
2360lib/firefox/chrome/toolkit/skin/classic/global/printpreview/arrow-right-end.png 2446lib/firefox/chrome/toolkit/skin/classic/global/printpreview/arrow-right-end.png
@@ -2388,53 +2474,55 @@ lib/firefox/chrome/toolkit/skin/classic/ @@ -2388,53 +2474,55 @@ lib/firefox/chrome/toolkit/skin/classic/
2388lib/firefox/chrome/toolkit/skin/classic/global/tabprompts.css 2474lib/firefox/chrome/toolkit/skin/classic/global/tabprompts.css
2389lib/firefox/chrome/toolkit/skin/classic/global/textbox.css 2475lib/firefox/chrome/toolkit/skin/classic/global/textbox.css
2390lib/firefox/chrome/toolkit/skin/classic/global/toolbar.css 2476lib/firefox/chrome/toolkit/skin/classic/global/toolbar.css
2391lib/firefox/chrome/toolkit/skin/classic/global/toolbar/chevron-inverted.png 2477lib/firefox/chrome/toolkit/skin/classic/global/toolbar/chevron-inverted.png
2392lib/firefox/chrome/toolkit/skin/classic/global/toolbar/chevron.gif 2478lib/firefox/chrome/toolkit/skin/classic/global/toolbar/chevron.gif
2393lib/firefox/chrome/toolkit/skin/classic/global/toolbar/spring.png 2479lib/firefox/chrome/toolkit/skin/classic/global/toolbar/spring.png
2394lib/firefox/chrome/toolkit/skin/classic/global/toolbarbutton.css 2480lib/firefox/chrome/toolkit/skin/classic/global/toolbarbutton.css
2395lib/firefox/chrome/toolkit/skin/classic/global/tree.css 2481lib/firefox/chrome/toolkit/skin/classic/global/tree.css
2396lib/firefox/chrome/toolkit/skin/classic/global/tree/columnpicker.gif 2482lib/firefox/chrome/toolkit/skin/classic/global/tree/columnpicker.gif
2397lib/firefox/chrome/toolkit/skin/classic/global/tree/sort-asc-classic.png 2483lib/firefox/chrome/toolkit/skin/classic/global/tree/sort-asc-classic.png
2398lib/firefox/chrome/toolkit/skin/classic/global/tree/sort-asc.png 2484lib/firefox/chrome/toolkit/skin/classic/global/tree/sort-asc.png
2399lib/firefox/chrome/toolkit/skin/classic/global/tree/sort-dsc-classic.png 2485lib/firefox/chrome/toolkit/skin/classic/global/tree/sort-dsc-classic.png
2400lib/firefox/chrome/toolkit/skin/classic/global/tree/sort-dsc.png 2486lib/firefox/chrome/toolkit/skin/classic/global/tree/sort-dsc.png
 2487lib/firefox/chrome/toolkit/skin/classic/global/tree/twisty-clsd-hover-rtl.png
 2488lib/firefox/chrome/toolkit/skin/classic/global/tree/twisty-clsd-hover.png
 2489lib/firefox/chrome/toolkit/skin/classic/global/tree/twisty-clsd-rtl.png
2401lib/firefox/chrome/toolkit/skin/classic/global/tree/twisty-clsd.png 2490lib/firefox/chrome/toolkit/skin/classic/global/tree/twisty-clsd.png
 2491lib/firefox/chrome/toolkit/skin/classic/global/tree/twisty-open-hover-rtl.png
 2492lib/firefox/chrome/toolkit/skin/classic/global/tree/twisty-open-hover.png
 2493lib/firefox/chrome/toolkit/skin/classic/global/tree/twisty-open-rtl.png
2402lib/firefox/chrome/toolkit/skin/classic/global/tree/twisty-open.png 2494lib/firefox/chrome/toolkit/skin/classic/global/tree/twisty-open.png
2403lib/firefox/chrome/toolkit/skin/classic/global/wizard.css 2495lib/firefox/chrome/toolkit/skin/classic/global/wizard.css
2404lib/firefox/chrome/toolkit/skin/classic/mozapps/aboutNetworking.css 2496lib/firefox/chrome/toolkit/skin/classic/mozapps/aboutNetworking.css
 2497lib/firefox/chrome/toolkit/skin/classic/mozapps/aboutServiceWorkers.css
2405lib/firefox/chrome/toolkit/skin/classic/mozapps/downloads/downloadButtons.png 2498lib/firefox/chrome/toolkit/skin/classic/mozapps/downloads/downloadButtons.png
2406lib/firefox/chrome/toolkit/skin/classic/mozapps/downloads/downloadIcon.png 2499lib/firefox/chrome/toolkit/skin/classic/mozapps/downloads/downloadIcon.png
2407lib/firefox/chrome/toolkit/skin/classic/mozapps/downloads/downloads.css 2500lib/firefox/chrome/toolkit/skin/classic/mozapps/downloads/downloads.css
2408lib/firefox/chrome/toolkit/skin/classic/mozapps/downloads/unknownContentType.css 2501lib/firefox/chrome/toolkit/skin/classic/mozapps/downloads/unknownContentType.css
2409lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/about.css 2502lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/about.css
2410lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-error.png 2503lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-error.png
2411lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-info-negative.png 2504lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-info-negative.png
2412lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-info-positive.png 2505lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-info-positive.png
2413lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-warning.png 2506lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-warning.png
2414lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/blocklist.css 2507lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/blocklist.css
2415lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/cancel.png 2508lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/cancel.png
2416lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-available.png 2509lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-available.png
2417lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-dictionaries.png 
2418lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-discover.png 2510lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-discover.png
2419lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-experiments.png 
2420lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-extensions.png 
2421lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-languages.png 
2422lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-plugins.png 2511lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-plugins.png
2423lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-recent.png 2512lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-recent.png
2424lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-search.png 2513lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-search.png
2425lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-searchengines.png 2514lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-searchengines.png
2426lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-service.png 2515lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-service.png
2427lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-themes.png 
2428lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/dictionaryGeneric-16.png 2516lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/dictionaryGeneric-16.png
2429lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/dictionaryGeneric.png 2517lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/dictionaryGeneric.png
2430lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/discover-logo.png 2518lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/discover-logo.png
2431lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/eula.css 2519lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/eula.css
2432lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/experimentGeneric.png 2520lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/experimentGeneric.png
2433lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/extensionGeneric-16.png 2521lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/extensionGeneric-16.png
2434lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/extensionGeneric.png 2522lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/extensionGeneric.png
2435lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/extensions.css 2523lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/extensions.css
2436lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/heart.png 2524lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/heart.png
2437lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/localeGeneric.png 2525lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/localeGeneric.png
2438lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/navigation.png 2526lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/navigation.png
2439lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/newaddon.css 2527lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/newaddon.css
2440lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/rating-not-won.png 2528lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/rating-not-won.png
@@ -2444,49 +2532,47 @@ lib/firefox/chrome/toolkit/skin/classic/ @@ -2444,49 +2532,47 @@ lib/firefox/chrome/toolkit/skin/classic/
2444lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/stripes-info-negative.png 2532lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/stripes-info-negative.png
2445lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/stripes-info-positive.png 2533lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/stripes-info-positive.png
2446lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/stripes-warning.png 2534lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/stripes-warning.png
2447lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/themeGeneric-16.png 2535lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/themeGeneric-16.png
2448lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/themeGeneric.png 2536lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/themeGeneric.png
2449lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/update.css 2537lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/update.css
2450lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/utilities.svg 2538lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/utilities.svg
2451lib/firefox/chrome/toolkit/skin/classic/mozapps/formautofill/requestAutocomplete.css 2539lib/firefox/chrome/toolkit/skin/classic/mozapps/formautofill/requestAutocomplete.css
2452lib/firefox/chrome/toolkit/skin/classic/mozapps/handling/handling.css 2540lib/firefox/chrome/toolkit/skin/classic/mozapps/handling/handling.css
2453lib/firefox/chrome/toolkit/skin/classic/mozapps/passwordmgr/key-16.png 2541lib/firefox/chrome/toolkit/skin/classic/mozapps/passwordmgr/key-16.png
2454lib/firefox/chrome/toolkit/skin/classic/mozapps/passwordmgr/key-64.png 2542lib/firefox/chrome/toolkit/skin/classic/mozapps/passwordmgr/key-64.png
2455lib/firefox/chrome/toolkit/skin/classic/mozapps/passwordmgr/key.png 2543lib/firefox/chrome/toolkit/skin/classic/mozapps/passwordmgr/key.png
2456lib/firefox/chrome/toolkit/skin/classic/mozapps/places/defaultFavicon.png 2544lib/firefox/chrome/toolkit/skin/classic/mozapps/places/defaultFavicon.png
 2545lib/firefox/chrome/toolkit/skin/classic/mozapps/places/defaultFavicon@2x.png
2457lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginActivate.png 2546lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginActivate.png
2458lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginBlocked.png 2547lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginBlocked.png
2459lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginClose.png 2548lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginClose.png
2460lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginCrashed.png 2549lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginCrashed.png
2461lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginDisabled.png 2550lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginDisabled.png
2462lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginDownload.png 2551lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginDownload.png
2463lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginMissing.png 2552lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginMissing.png
2464lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginStripe.png 2553lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginStripe.png
2465lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/notifyPluginCrashed.png 
2466lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/notifyPluginGeneric.png 
2467lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/pluginBlocked-64.png 2554lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/pluginBlocked-64.png
2468lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/pluginBlocked.png 2555lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/pluginBlocked.png
2469lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/pluginGeneric-16.png 2556lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/pluginGeneric-16.png
2470lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/pluginGeneric.png 2557lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/pluginGeneric.png
2471lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/pluginHelp-16.png 2558lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/pluginHelp-16.png
2472lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/pluginProblem.css 2559lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/pluginProblem.css
2473lib/firefox/chrome/toolkit/skin/classic/mozapps/profile/profileSelection.css 2560lib/firefox/chrome/toolkit/skin/classic/mozapps/profile/profileSelection.css
2474lib/firefox/chrome/toolkit/skin/classic/mozapps/profile/profileicon.png 2561lib/firefox/chrome/toolkit/skin/classic/mozapps/profile/profileicon.png
2475lib/firefox/chrome/toolkit/skin/classic/mozapps/update/downloadButtons.png 2562lib/firefox/chrome/toolkit/skin/classic/mozapps/update/downloadButtons.png
2476lib/firefox/chrome/toolkit/skin/classic/mozapps/update/updates.css 2563lib/firefox/chrome/toolkit/skin/classic/mozapps/update/updates.css
2477lib/firefox/chrome/toolkit/skin/classic/mozapps/viewsource/viewsource.css 2564lib/firefox/chrome/toolkit/skin/classic/mozapps/viewsource/viewsource.css
2478lib/firefox/chrome/toolkit/skin/classic/mozapps/xpinstall/xpinstallConfirm.css 2565lib/firefox/chrome/toolkit/skin/classic/mozapps/xpinstall/xpinstallConfirm.css
2479lib/firefox/chrome/toolkit/skin/classic/mozapps/xpinstall/xpinstallItemGeneric.png 
2480lib/firefox/components/ActivityMessageConfigurator.js 2566lib/firefox/components/ActivityMessageConfigurator.js
2481lib/firefox/components/ActivityProxy.js 2567lib/firefox/components/ActivityProxy.js
2482lib/firefox/components/ActivityRequestHandler.js 2568lib/firefox/components/ActivityRequestHandler.js
2483lib/firefox/components/ActivityWrapper.js 2569lib/firefox/components/ActivityWrapper.js
2484lib/firefox/components/AlarmsManager.js 2570lib/firefox/components/AlarmsManager.js
2485lib/firefox/components/AppsService.js 2571lib/firefox/components/AppsService.js
2486lib/firefox/components/BrowserElementParent.js 2572lib/firefox/components/BrowserElementParent.js
2487lib/firefox/components/CSSUnprefixingService.js 2573lib/firefox/components/CSSUnprefixingService.js
2488lib/firefox/components/ChromeNotifications.js 2574lib/firefox/components/ChromeNotifications.js
2489lib/firefox/components/ColorAnalyzer.js 2575lib/firefox/components/ColorAnalyzer.js
2490lib/firefox/components/ConsoleAPIStorage.js 2576lib/firefox/components/ConsoleAPIStorage.js
2491lib/firefox/components/ContactManager.js 2577lib/firefox/components/ContactManager.js
2492lib/firefox/components/ContentProcessSingleton.js 2578lib/firefox/components/ContentProcessSingleton.js
@@ -2500,61 +2586,64 @@ lib/firefox/components/FormHistoryStartu @@ -2500,61 +2586,64 @@ lib/firefox/components/FormHistoryStartu
2500lib/firefox/components/MainProcessSingleton.js 2586lib/firefox/components/MainProcessSingleton.js
2501lib/firefox/components/MozKeyboard.js 2587lib/firefox/components/MozKeyboard.js
2502lib/firefox/components/NetworkGeolocationProvider.js 2588lib/firefox/components/NetworkGeolocationProvider.js
2503lib/firefox/components/NotificationStorage.js 2589lib/firefox/components/NotificationStorage.js
2504lib/firefox/components/PACGenerator.js 2590lib/firefox/components/PACGenerator.js
2505lib/firefox/components/PageThumbsProtocol.js 2591lib/firefox/components/PageThumbsProtocol.js
2506lib/firefox/components/Payment.js 2592lib/firefox/components/Payment.js
2507lib/firefox/components/PaymentFlowInfo.js 2593lib/firefox/components/PaymentFlowInfo.js
2508lib/firefox/components/PermissionSettings.js 2594lib/firefox/components/PermissionSettings.js
2509lib/firefox/components/PhoneNumberService.js 2595lib/firefox/components/PhoneNumberService.js
2510lib/firefox/components/PlacesCategoriesStarter.js 2596lib/firefox/components/PlacesCategoriesStarter.js
2511lib/firefox/components/PresentationDeviceInfoManager.js 2597lib/firefox/components/PresentationDeviceInfoManager.js
2512lib/firefox/components/Push.js 2598lib/firefox/components/Push.js
2513lib/firefox/components/PushServiceLauncher.js 2599lib/firefox/components/PushNotificationService.js
2514lib/firefox/components/RequestSyncManager.js 2600lib/firefox/components/RequestSyncManager.js
2515lib/firefox/components/RequestSyncScheduler.js 2601lib/firefox/components/RequestSyncScheduler.js
2516lib/firefox/components/SettingsManager.js 2602lib/firefox/components/SettingsManager.js
2517lib/firefox/components/SiteSpecificUserAgent.js 2603lib/firefox/components/SiteSpecificUserAgent.js
2518lib/firefox/components/SlowScriptDebug.js 2604lib/firefox/components/SlowScriptDebug.js
2519lib/firefox/components/SystemMessageCache.js 2605lib/firefox/components/SystemMessageCache.js
2520lib/firefox/components/SystemMessageInternal.js 2606lib/firefox/components/SystemMessageInternal.js
2521lib/firefox/components/SystemMessageManager.js 2607lib/firefox/components/SystemMessageManager.js
 2608lib/firefox/components/TCPPresentationServer.js
2522lib/firefox/components/TCPServerSocket.js 2609lib/firefox/components/TCPServerSocket.js
2523lib/firefox/components/TCPSocket.js 2610lib/firefox/components/TCPSocket.js
2524lib/firefox/components/TCPSocketParentIntermediary.js 2611lib/firefox/components/TCPSocketParentIntermediary.js
2525lib/firefox/components/TelemetryStartup.js 2612lib/firefox/components/TelemetryStartup.js
2526lib/firefox/components/UnifiedComplete.js 2613lib/firefox/components/UnifiedComplete.js
2527lib/firefox/components/Weave.js 2614lib/firefox/components/Weave.js
2528lib/firefox/components/WebVTTParserWrapper.js 2615lib/firefox/components/WebVTTParserWrapper.js
2529lib/firefox/components/Webapps.js 2616lib/firefox/components/Webapps.js
2530lib/firefox/components/XULStore.js 2617lib/firefox/components/XULStore.js
2531lib/firefox/components/addonManager.js 2618lib/firefox/components/addonManager.js
2532lib/firefox/components/amContentHandler.js 2619lib/firefox/components/amContentHandler.js
2533lib/firefox/components/amInstallTrigger.js 2620lib/firefox/components/amInstallTrigger.js
2534lib/firefox/components/amWebInstallListener.js 2621lib/firefox/components/amWebInstallListener.js
2535lib/firefox/components/components.manifest 2622lib/firefox/components/components.manifest
2536lib/firefox/components/contentAreaDropListener.js 2623lib/firefox/components/contentAreaDropListener.js
2537lib/firefox/components/crypto-SDR.js 2624lib/firefox/components/crypto-SDR.js
 2625lib/firefox/components/defaultShims.js
2538lib/firefox/components/htmlMenuBuilder.js 2626lib/firefox/components/htmlMenuBuilder.js
2539lib/firefox/components/interfaces.xpt 2627lib/firefox/components/interfaces.xpt
2540lib/firefox/components/jsconsole-clhandler.js 2628lib/firefox/components/jsconsole-clhandler.js
2541${PLIST.gnome}lib/firefox/components/libdbusservice.so 2629${PLIST.gnome}lib/firefox/components/libdbusservice.so
2542lib/firefox/components/libmozgnome.so 2630lib/firefox/components/libmozgnome.so
2543lib/firefox/components/marionettecomponent.js 2631lib/firefox/components/marionettecomponent.js
2544lib/firefox/components/messageWakeupService.js 2632lib/firefox/components/messageWakeupService.js
2545lib/firefox/components/multiprocessShims.js 2633lib/firefox/components/multiprocessShims.js
2546lib/firefox/components/nsAsyncShutdown.js 2634lib/firefox/components/nsAsyncShutdown.js
2547lib/firefox/components/nsBlocklistService.js 2635lib/firefox/components/nsBlocklistService.js
 2636lib/firefox/components/nsBlocklistServiceContent.js
2548lib/firefox/components/nsContentDispatchChooser.js 2637lib/firefox/components/nsContentDispatchChooser.js
2549lib/firefox/components/nsContentPrefService.js 2638lib/firefox/components/nsContentPrefService.js
2550lib/firefox/components/nsCrashMonitor.js 2639lib/firefox/components/nsCrashMonitor.js
2551lib/firefox/components/nsDefaultCLH.js 2640lib/firefox/components/nsDefaultCLH.js
2552lib/firefox/components/nsFilePicker.js 2641lib/firefox/components/nsFilePicker.js
2553lib/firefox/components/nsFormAutoComplete.js 2642lib/firefox/components/nsFormAutoComplete.js
2554lib/firefox/components/nsFormHistory.js 2643lib/firefox/components/nsFormHistory.js
2555lib/firefox/components/nsHandlerService.js 2644lib/firefox/components/nsHandlerService.js
2556lib/firefox/components/nsHelperAppDlg.js 2645lib/firefox/components/nsHelperAppDlg.js
2557lib/firefox/components/nsINIProcessor.js 2646lib/firefox/components/nsINIProcessor.js
2558lib/firefox/components/nsInputListAutoComplete.js 2647lib/firefox/components/nsInputListAutoComplete.js
2559lib/firefox/components/nsLivemarkService.js 2648lib/firefox/components/nsLivemarkService.js
2560lib/firefox/components/nsLoginInfo.js 2649lib/firefox/components/nsLoginInfo.js
@@ -2568,27 +2657,26 @@ lib/firefox/components/nsSearchSuggestio @@ -2568,27 +2657,26 @@ lib/firefox/components/nsSearchSuggestio
2568lib/firefox/components/nsSidebar.js 2657lib/firefox/components/nsSidebar.js
2569lib/firefox/components/nsTaggingService.js 2658lib/firefox/components/nsTaggingService.js
2570lib/firefox/components/nsTerminatorTelemetry.js 2659lib/firefox/components/nsTerminatorTelemetry.js
2571lib/firefox/components/nsURLFormatter.js 2660lib/firefox/components/nsURLFormatter.js
2572lib/firefox/components/nsUpdateTimerManager.js 2661lib/firefox/components/nsUpdateTimerManager.js
2573lib/firefox/components/nsUrlClassifierHashCompleter.js 2662lib/firefox/components/nsUrlClassifierHashCompleter.js
2574lib/firefox/components/nsUrlClassifierLib.js 2663lib/firefox/components/nsUrlClassifierLib.js
2575lib/firefox/components/nsUrlClassifierListManager.js 2664lib/firefox/components/nsUrlClassifierListManager.js
2576lib/firefox/components/nsWebHandlerApp.js 2665lib/firefox/components/nsWebHandlerApp.js
2577lib/firefox/components/recording-cmdline.js 2666lib/firefox/components/recording-cmdline.js
2578lib/firefox/components/remoteTagService.js 2667lib/firefox/components/remoteTagService.js
2579lib/firefox/components/storage-json.js 2668lib/firefox/components/storage-json.js
2580lib/firefox/components/txEXSLTRegExFunctions.js 2669lib/firefox/components/txEXSLTRegExFunctions.js
2581lib/firefox/defaults/autoconfig/platform.js 
2582lib/firefox/defaults/autoconfig/prefcalls.js 2670lib/firefox/defaults/autoconfig/prefcalls.js
2583lib/firefox/defaults/pref/channel-prefs.js 2671lib/firefox/defaults/pref/channel-prefs.js
2584lib/firefox/defaults/pref/services-sync.js 2672lib/firefox/defaults/pref/services-sync.js
2585lib/firefox/dependentlibs.list 2673lib/firefox/dependentlibs.list
2586lib/firefox/dictionaries/en-US.aff 2674lib/firefox/dictionaries/en-US.aff
2587lib/firefox/dictionaries/en-US.dic 2675lib/firefox/dictionaries/en-US.dic
2588lib/firefox/firefox 2676lib/firefox/firefox
2589lib/firefox/firefox-bin 2677lib/firefox/firefox-bin
2590lib/firefox/gmp-clearkey/0.1/clearkey.info 2678lib/firefox/gmp-clearkey/0.1/clearkey.info
2591lib/firefox/gmp-clearkey/0.1/libclearkey.so 2679lib/firefox/gmp-clearkey/0.1/libclearkey.so
2592lib/firefox/greprefs.js 2680lib/firefox/greprefs.js
2593lib/firefox/hyphenation/hyph_af.dic 2681lib/firefox/hyphenation/hyph_af.dic
2594lib/firefox/hyphenation/hyph_bg.dic 2682lib/firefox/hyphenation/hyph_bg.dic
@@ -2616,85 +2704,83 @@ lib/firefox/hyphenation/hyph_la.dic @@ -2616,85 +2704,83 @@ lib/firefox/hyphenation/hyph_la.dic
2616lib/firefox/hyphenation/hyph_lt.dic 2704lib/firefox/hyphenation/hyph_lt.dic
2617lib/firefox/hyphenation/hyph_mn.dic 2705lib/firefox/hyphenation/hyph_mn.dic
2618lib/firefox/hyphenation/hyph_nb.dic 2706lib/firefox/hyphenation/hyph_nb.dic
2619lib/firefox/hyphenation/hyph_nl.dic 2707lib/firefox/hyphenation/hyph_nl.dic
2620lib/firefox/hyphenation/hyph_nn.dic 2708lib/firefox/hyphenation/hyph_nn.dic
2621lib/firefox/hyphenation/hyph_pl.dic 2709lib/firefox/hyphenation/hyph_pl.dic
2622lib/firefox/hyphenation/hyph_pt.dic 2710lib/firefox/hyphenation/hyph_pt.dic
2623lib/firefox/hyphenation/hyph_ru.dic 2711lib/firefox/hyphenation/hyph_ru.dic
2624lib/firefox/hyphenation/hyph_sh.dic 2712lib/firefox/hyphenation/hyph_sh.dic
2625lib/firefox/hyphenation/hyph_sl.dic 2713lib/firefox/hyphenation/hyph_sl.dic
2626lib/firefox/hyphenation/hyph_sv.dic 2714lib/firefox/hyphenation/hyph_sv.dic
2627lib/firefox/hyphenation/hyph_tr.dic 2715lib/firefox/hyphenation/hyph_tr.dic
2628lib/firefox/hyphenation/hyph_uk.dic 2716lib/firefox/hyphenation/hyph_uk.dic
2629lib/firefox/libmozalloc.so 
2630${PLIST.mozglue}lib/firefox/libmozglue.so 2717${PLIST.mozglue}lib/firefox/libmozglue.so
2631lib/firefox/libmozjs.so 
2632lib/firefox/libxul.so 2718lib/firefox/libxul.so
2633lib/firefox/modules/AboutReader.jsm 2719lib/firefox/modules/AboutReader.jsm
2634lib/firefox/modules/ActivitiesService.jsm 2720lib/firefox/modules/ActivitiesService.jsm
2635lib/firefox/modules/ActivitiesServiceFilter.jsm 2721lib/firefox/modules/ActivitiesServiceFilter.jsm
2636lib/firefox/modules/AddonManager.jsm 2722lib/firefox/modules/AddonManager.jsm
2637lib/firefox/modules/AddonWatcher.jsm 
2638lib/firefox/modules/AlarmDB.jsm 2723lib/firefox/modules/AlarmDB.jsm
2639lib/firefox/modules/AlarmService.jsm 2724lib/firefox/modules/AlarmService.jsm
2640lib/firefox/modules/AppConstants.jsm 2725lib/firefox/modules/AppConstants.jsm
2641lib/firefox/modules/AppDownloadManager.jsm 2726lib/firefox/modules/AppDownloadManager.jsm
2642lib/firefox/modules/AppsServiceChild.jsm 2727lib/firefox/modules/AppsServiceChild.jsm
2643lib/firefox/modules/AppsUtils.jsm 2728lib/firefox/modules/AppsUtils.jsm
2644lib/firefox/modules/AsyncShutdown.jsm 2729lib/firefox/modules/AsyncShutdown.jsm
2645lib/firefox/modules/AsyncSpellCheckTestHelper.jsm 2730lib/firefox/modules/AsyncSpellCheckTestHelper.jsm
2646lib/firefox/modules/AutoCompleteE10S.jsm 2731lib/firefox/modules/AutoCompleteE10S.jsm
2647lib/firefox/modules/BackgroundPageThumbs.jsm 2732lib/firefox/modules/BackgroundPageThumbs.jsm
2648lib/firefox/modules/Battery.jsm 2733lib/firefox/modules/Battery.jsm
2649lib/firefox/modules/BinarySearch.jsm 2734lib/firefox/modules/BinarySearch.jsm
2650lib/firefox/modules/BookmarkHTMLUtils.jsm 2735lib/firefox/modules/BookmarkHTMLUtils.jsm
2651lib/firefox/modules/BookmarkJSONUtils.jsm 2736lib/firefox/modules/BookmarkJSONUtils.jsm
2652lib/firefox/modules/Bookmarks.jsm 2737lib/firefox/modules/Bookmarks.jsm
2653lib/firefox/modules/BrowserElementPromptService.jsm 2738lib/firefox/modules/BrowserElementPromptService.jsm
2654lib/firefox/modules/BrowserUtils.jsm 2739lib/firefox/modules/BrowserUtils.jsm
2655lib/firefox/modules/CertUtils.jsm 2740lib/firefox/modules/CertUtils.jsm
2656lib/firefox/modules/CharsetMenu.jsm 2741lib/firefox/modules/CharsetMenu.jsm
2657lib/firefox/modules/ChromeManifestParser.jsm 2742lib/firefox/modules/ChromeManifestParser.jsm
 2743lib/firefox/modules/ClientID.jsm
2658lib/firefox/modules/CloudSync.jsm 2744lib/firefox/modules/CloudSync.jsm
2659lib/firefox/modules/CloudSyncAdapters.jsm 2745lib/firefox/modules/CloudSyncAdapters.jsm
2660lib/firefox/modules/CloudSyncBookmarks.jsm 2746lib/firefox/modules/CloudSyncBookmarks.jsm
2661lib/firefox/modules/CloudSyncBookmarksFolderCache.jsm 2747lib/firefox/modules/CloudSyncBookmarksFolderCache.jsm
2662lib/firefox/modules/CloudSyncEventSource.jsm 2748lib/firefox/modules/CloudSyncEventSource.jsm
2663lib/firefox/modules/CloudSyncLocal.jsm 2749lib/firefox/modules/CloudSyncLocal.jsm
2664lib/firefox/modules/CloudSyncPlacesWrapper.jsm 2750lib/firefox/modules/CloudSyncPlacesWrapper.jsm
2665lib/firefox/modules/CloudSyncTabs.jsm 2751lib/firefox/modules/CloudSyncTabs.jsm
2666lib/firefox/modules/ClusterLib.js 2752lib/firefox/modules/ClusterLib.js
2667lib/firefox/modules/ColorAnalyzer_worker.js 2753lib/firefox/modules/ColorAnalyzer_worker.js
2668lib/firefox/modules/ColorConversion.js 2754lib/firefox/modules/ColorConversion.js
2669lib/firefox/modules/CommonDialog.jsm 2755lib/firefox/modules/CommonDialog.jsm
 2756lib/firefox/modules/CompatWarning.jsm
2670lib/firefox/modules/ContactDB.jsm 2757lib/firefox/modules/ContactDB.jsm
2671lib/firefox/modules/ContactService.jsm 2758lib/firefox/modules/ContactService.jsm
2672lib/firefox/modules/ContentPrefInstance.jsm 2759lib/firefox/modules/ContentPrefInstance.jsm
2673lib/firefox/modules/ContentPrefService2.jsm 2760lib/firefox/modules/ContentPrefService2.jsm
2674lib/firefox/modules/ContentPrefServiceChild.jsm 2761lib/firefox/modules/ContentPrefServiceChild.jsm
2675lib/firefox/modules/ContentPrefServiceParent.jsm 2762lib/firefox/modules/ContentPrefServiceParent.jsm
2676lib/firefox/modules/ContentPrefStore.jsm 2763lib/firefox/modules/ContentPrefStore.jsm
2677lib/firefox/modules/ContentPrefUtils.jsm 2764lib/firefox/modules/ContentPrefUtils.jsm
2678lib/firefox/modules/CrashMonitor.jsm 2765lib/firefox/modules/CrashMonitor.jsm
2679lib/firefox/modules/Credentials.jsm 2766lib/firefox/modules/Credentials.jsm
2680lib/firefox/modules/DOMRequestHelper.jsm 2767lib/firefox/modules/DOMRequestHelper.jsm
2681lib/firefox/modules/DataStoreChangeNotifier.jsm 2768lib/firefox/modules/DataStoreChangeNotifier.jsm
2682lib/firefox/modules/DataStoreCursorImpl.jsm 2769lib/firefox/modules/DataStoreCursorImpl.jsm
2683lib/firefox/modules/DataStoreDB.jsm 2770lib/firefox/modules/DataStoreDB.jsm
2684lib/firefox/modules/DeferredSave.jsm 2771lib/firefox/modules/DeferredSave.jsm
2685lib/firefox/modules/DeferredTask.jsm 2772lib/firefox/modules/DeferredTask.jsm
2686lib/firefox/modules/Deprecated.jsm 2773lib/firefox/modules/Deprecated.jsm
2687lib/firefox/modules/Dict.jsm 
2688lib/firefox/modules/DownloadCore.jsm 2774lib/firefox/modules/DownloadCore.jsm
2689lib/firefox/modules/DownloadImport.jsm 2775lib/firefox/modules/DownloadImport.jsm
2690lib/firefox/modules/DownloadIntegration.jsm 2776lib/firefox/modules/DownloadIntegration.jsm
2691lib/firefox/modules/DownloadLastDir.jsm 2777lib/firefox/modules/DownloadLastDir.jsm
2692lib/firefox/modules/DownloadList.jsm 2778lib/firefox/modules/DownloadList.jsm
2693lib/firefox/modules/DownloadPaths.jsm 2779lib/firefox/modules/DownloadPaths.jsm
2694lib/firefox/modules/DownloadStore.jsm 2780lib/firefox/modules/DownloadStore.jsm
2695lib/firefox/modules/DownloadTaskbarProgress.jsm 2781lib/firefox/modules/DownloadTaskbarProgress.jsm
2696lib/firefox/modules/DownloadUIHelper.jsm 2782lib/firefox/modules/DownloadUIHelper.jsm
2697lib/firefox/modules/DownloadUtils.jsm 2783lib/firefox/modules/DownloadUtils.jsm
2698lib/firefox/modules/Downloads.jsm 2784lib/firefox/modules/Downloads.jsm
2699lib/firefox/modules/FileUtils.jsm 2785lib/firefox/modules/FileUtils.jsm
2700lib/firefox/modules/Finder.jsm 2786lib/firefox/modules/Finder.jsm
@@ -2702,53 +2788,55 @@ lib/firefox/modules/ForgetAboutSite.jsm @@ -2702,53 +2788,55 @@ lib/firefox/modules/ForgetAboutSite.jsm
2702lib/firefox/modules/FormAutofill.jsm 2788lib/firefox/modules/FormAutofill.jsm
2703lib/firefox/modules/FormAutofillIntegration.jsm 2789lib/firefox/modules/FormAutofillIntegration.jsm
2704lib/firefox/modules/FormData.jsm 2790lib/firefox/modules/FormData.jsm
2705lib/firefox/modules/FormHistory.jsm 2791lib/firefox/modules/FormHistory.jsm
2706lib/firefox/modules/FrameWorker.jsm 2792lib/firefox/modules/FrameWorker.jsm
2707lib/firefox/modules/FrameWorkerContent.js 2793lib/firefox/modules/FrameWorkerContent.js
2708lib/firefox/modules/FreeSpaceWatcher.jsm 2794lib/firefox/modules/FreeSpaceWatcher.jsm
2709lib/firefox/modules/FxAccounts.jsm 2795lib/firefox/modules/FxAccounts.jsm
2710lib/firefox/modules/FxAccountsClient.jsm 2796lib/firefox/modules/FxAccountsClient.jsm
2711lib/firefox/modules/FxAccountsCommon.js 2797lib/firefox/modules/FxAccountsCommon.js
2712lib/firefox/modules/FxAccountsOAuthClient.jsm 2798lib/firefox/modules/FxAccountsOAuthClient.jsm
2713lib/firefox/modules/FxAccountsOAuthGrantClient.jsm 2799lib/firefox/modules/FxAccountsOAuthGrantClient.jsm
2714lib/firefox/modules/FxAccountsProfile.jsm 2800lib/firefox/modules/FxAccountsProfile.jsm
2715lib/firefox/modules/FxAccountsProfileChannel.jsm 
2716lib/firefox/modules/FxAccountsProfileClient.jsm 2801lib/firefox/modules/FxAccountsProfileClient.jsm
 2802lib/firefox/modules/FxAccountsWebChannel.jsm
2717lib/firefox/modules/GMPInstallManager.jsm 2803lib/firefox/modules/GMPInstallManager.jsm
2718lib/firefox/modules/GMPUtils.jsm 2804lib/firefox/modules/GMPUtils.jsm
2719lib/firefox/modules/Geometry.jsm 2805lib/firefox/modules/Geometry.jsm
2720lib/firefox/modules/HealthReport.jsm 2806lib/firefox/modules/HealthReport.jsm
2721lib/firefox/modules/History.jsm 2807lib/firefox/modules/History.jsm
2722lib/firefox/modules/Http.jsm 2808lib/firefox/modules/Http.jsm
2723lib/firefox/modules/ISO8601DateUtils.jsm 2809lib/firefox/modules/ISO8601DateUtils.jsm
2724lib/firefox/modules/ImportExport.jsm 2810lib/firefox/modules/ImportExport.jsm
2725lib/firefox/modules/IndexedDBHelper.jsm 2811lib/firefox/modules/IndexedDBHelper.jsm
2726lib/firefox/modules/InlineSpellChecker.jsm 2812lib/firefox/modules/InlineSpellChecker.jsm
2727lib/firefox/modules/InlineSpellCheckerContent.jsm 2813lib/firefox/modules/InlineSpellCheckerContent.jsm
2728lib/firefox/modules/InsecurePasswordUtils.jsm 2814lib/firefox/modules/InsecurePasswordUtils.jsm
2729lib/firefox/modules/InterAppCommService.jsm 2815lib/firefox/modules/InterAppCommService.jsm
2730lib/firefox/modules/Keyboard.jsm 2816lib/firefox/modules/Keyboard.jsm
2731lib/firefox/modules/Langpacks.jsm 2817lib/firefox/modules/Langpacks.jsm
2732lib/firefox/modules/LightweightThemeConsumer.jsm 2818lib/firefox/modules/LightweightThemeConsumer.jsm
2733lib/firefox/modules/LightweightThemeManager.jsm 2819lib/firefox/modules/LightweightThemeManager.jsm
2734lib/firefox/modules/LoadContextInfo.jsm 2820lib/firefox/modules/LoadContextInfo.jsm
2735lib/firefox/modules/Log.jsm 2821lib/firefox/modules/Log.jsm
 2822lib/firefox/modules/LoginDoorhangers.jsm
2736lib/firefox/modules/LoginHelper.jsm 2823lib/firefox/modules/LoginHelper.jsm
2737lib/firefox/modules/LoginImport.jsm 2824lib/firefox/modules/LoginImport.jsm
2738lib/firefox/modules/LoginManagerContent.jsm 2825lib/firefox/modules/LoginManagerContent.jsm
2739lib/firefox/modules/LoginManagerParent.jsm 2826lib/firefox/modules/LoginManagerParent.jsm
2740lib/firefox/modules/LoginRecipes.jsm 2827lib/firefox/modules/LoginRecipes.jsm
2741lib/firefox/modules/LoginStore.jsm 2828lib/firefox/modules/LoginStore.jsm
 2829lib/firefox/modules/ManifestObtainer.jsm
2742lib/firefox/modules/ManifestProcessor.jsm 2830lib/firefox/modules/ManifestProcessor.jsm
2743lib/firefox/modules/MessagePortBase.jsm 2831lib/firefox/modules/MessagePortBase.jsm
2744lib/firefox/modules/MessagePortWorker.js 2832lib/firefox/modules/MessagePortWorker.js
2745lib/firefox/modules/Metrics.jsm 2833lib/firefox/modules/Metrics.jsm
2746lib/firefox/modules/Microformats.js 2834lib/firefox/modules/Microformats.js
2747lib/firefox/modules/MozSocialAPI.jsm 2835lib/firefox/modules/MozSocialAPI.jsm
2748lib/firefox/modules/NativeApp.jsm 2836lib/firefox/modules/NativeApp.jsm
2749lib/firefox/modules/NetUtil.jsm 2837lib/firefox/modules/NetUtil.jsm
2750lib/firefox/modules/NewTabUtils.jsm 2838lib/firefox/modules/NewTabUtils.jsm
2751lib/firefox/modules/NotificationDB.jsm 2839lib/firefox/modules/NotificationDB.jsm
2752lib/firefox/modules/ObjectUtils.jsm 2840lib/firefox/modules/ObjectUtils.jsm
2753lib/firefox/modules/OfflineCacheInstaller.jsm 2841lib/firefox/modules/OfflineCacheInstaller.jsm
2754lib/firefox/modules/OperatorApps.jsm 2842lib/firefox/modules/OperatorApps.jsm
@@ -2800,59 +2888,61 @@ lib/firefox/modules/RequestSyncService.j @@ -2800,59 +2888,61 @@ lib/firefox/modules/RequestSyncService.j
2800lib/firefox/modules/RequestSyncTask.jsm 2888lib/firefox/modules/RequestSyncTask.jsm
2801lib/firefox/modules/ResetProfile.jsm 2889lib/firefox/modules/ResetProfile.jsm
2802lib/firefox/modules/ResourceStatsDB.jsm 2890lib/firefox/modules/ResourceStatsDB.jsm
2803lib/firefox/modules/ResourceStatsService.jsm 2891lib/firefox/modules/ResourceStatsService.jsm
2804lib/firefox/modules/RokuApp.jsm 2892lib/firefox/modules/RokuApp.jsm
2805lib/firefox/modules/SafeBrowsing.jsm 2893lib/firefox/modules/SafeBrowsing.jsm
2806lib/firefox/modules/ScriptPreloader.jsm 2894lib/firefox/modules/ScriptPreloader.jsm
2807lib/firefox/modules/ScrollPosition.jsm 2895lib/firefox/modules/ScrollPosition.jsm
2808lib/firefox/modules/SearchStaticData.jsm 2896lib/firefox/modules/SearchStaticData.jsm
2809lib/firefox/modules/SearchSuggestionController.jsm 2897lib/firefox/modules/SearchSuggestionController.jsm
2810lib/firefox/modules/SelectContentHelper.jsm 2898lib/firefox/modules/SelectContentHelper.jsm
2811lib/firefox/modules/SelectParentHelper.jsm 2899lib/firefox/modules/SelectParentHelper.jsm
2812lib/firefox/modules/Services.jsm 2900lib/firefox/modules/Services.jsm
 2901lib/firefox/modules/SessionRecorder.jsm
2813lib/firefox/modules/SettingsDB.jsm 2902lib/firefox/modules/SettingsDB.jsm
2814lib/firefox/modules/SettingsRequestManager.jsm 2903lib/firefox/modules/SettingsRequestManager.jsm
2815lib/firefox/modules/SharedPromptUtils.jsm 2904lib/firefox/modules/SharedPromptUtils.jsm
2816lib/firefox/modules/ShortcutUtils.jsm 2905lib/firefox/modules/ShortcutUtils.jsm
2817lib/firefox/modules/SimpleServiceDiscovery.jsm 2906lib/firefox/modules/SimpleServiceDiscovery.jsm
2818lib/firefox/modules/Sntp.jsm 2907lib/firefox/modules/Sntp.jsm
2819lib/firefox/modules/SocialService.jsm 2908lib/firefox/modules/SocialService.jsm
2820lib/firefox/modules/SpatialNavigation.jsm 2909lib/firefox/modules/SpatialNavigation.jsm
2821lib/firefox/modules/Sqlite.jsm 2910lib/firefox/modules/Sqlite.jsm
2822lib/firefox/modules/StoreTrustAnchor.jsm 2911lib/firefox/modules/StoreTrustAnchor.jsm
2823lib/firefox/modules/SystemMessagePermissionsChecker.jsm 2912lib/firefox/modules/SystemMessagePermissionsChecker.jsm
2824lib/firefox/modules/Task.jsm 2913lib/firefox/modules/Task.jsm
 2914lib/firefox/modules/TelemetryArchive.jsm
 2915lib/firefox/modules/TelemetryController.jsm
2825lib/firefox/modules/TelemetryEnvironment.jsm 2916lib/firefox/modules/TelemetryEnvironment.jsm
2826lib/firefox/modules/TelemetryFile.jsm 
2827lib/firefox/modules/TelemetryLog.jsm 2917lib/firefox/modules/TelemetryLog.jsm
2828lib/firefox/modules/TelemetryPing.jsm 
2829lib/firefox/modules/TelemetrySession.jsm 2918lib/firefox/modules/TelemetrySession.jsm
2830lib/firefox/modules/TelemetryStopwatch.jsm 2919lib/firefox/modules/TelemetryStopwatch.jsm
 2920lib/firefox/modules/TelemetryStorage.jsm
2831lib/firefox/modules/TelemetryTimestamps.jsm 2921lib/firefox/modules/TelemetryTimestamps.jsm
 2922lib/firefox/modules/TelemetryUtils.jsm
2832lib/firefox/modules/ThirdPartyCookieProbe.jsm 2923lib/firefox/modules/ThirdPartyCookieProbe.jsm
2833lib/firefox/modules/Timer.jsm 2924lib/firefox/modules/Timer.jsm
2834lib/firefox/modules/Troubleshoot.jsm 2925lib/firefox/modules/Troubleshoot.jsm
2835lib/firefox/modules/TrustedHostedAppsUtils.jsm 2926lib/firefox/modules/TrustedHostedAppsUtils.jsm
2836lib/firefox/modules/UITelemetry.jsm 2927lib/firefox/modules/UITelemetry.jsm
2837lib/firefox/modules/UpdateChannel.jsm 2928lib/firefox/modules/UpdateChannel.jsm
2838lib/firefox/modules/UserAgentOverrides.jsm 2929lib/firefox/modules/UserAgentOverrides.jsm
2839lib/firefox/modules/UserAgentUpdates.jsm 2930lib/firefox/modules/UserAgentUpdates.jsm
2840lib/firefox/modules/UserCustomizations.jsm 2931lib/firefox/modules/UserCustomizations.jsm
2841lib/firefox/modules/WebChannel.jsm 2932lib/firefox/modules/WebChannel.jsm
2842lib/firefox/modules/WebappOSUtils.jsm 2933lib/firefox/modules/WebappOSUtils.jsm
2843lib/firefox/modules/Webapps.jsm 2934lib/firefox/modules/Webapps.jsm
2844lib/firefox/modules/WindowDraggingUtils.jsm 2935lib/firefox/modules/WindowDraggingUtils.jsm
2845lib/firefox/modules/WindowsPrefSync.jsm 
2846lib/firefox/modules/WorkerAPI.jsm 2936lib/firefox/modules/WorkerAPI.jsm
2847lib/firefox/modules/XPCOMUtils.jsm 2937lib/firefox/modules/XPCOMUtils.jsm
2848lib/firefox/modules/XPathGenerator.jsm 2938lib/firefox/modules/XPathGenerator.jsm
2849lib/firefox/modules/ZipUtils.jsm 2939lib/firefox/modules/ZipUtils.jsm
2850lib/firefox/modules/accessibility/AccessFu.jsm 2940lib/firefox/modules/accessibility/AccessFu.jsm
2851lib/firefox/modules/accessibility/Constants.jsm 2941lib/firefox/modules/accessibility/Constants.jsm
2852lib/firefox/modules/accessibility/ContentControl.jsm 2942lib/firefox/modules/accessibility/ContentControl.jsm
2853lib/firefox/modules/accessibility/EventManager.jsm 2943lib/firefox/modules/accessibility/EventManager.jsm
2854lib/firefox/modules/accessibility/Gestures.jsm 2944lib/firefox/modules/accessibility/Gestures.jsm
2855lib/firefox/modules/accessibility/OutputGenerator.jsm 2945lib/firefox/modules/accessibility/OutputGenerator.jsm
2856lib/firefox/modules/accessibility/PointerAdapter.jsm 2946lib/firefox/modules/accessibility/PointerAdapter.jsm
2857lib/firefox/modules/accessibility/Presentation.jsm 2947lib/firefox/modules/accessibility/Presentation.jsm
2858lib/firefox/modules/accessibility/TraversalRules.jsm 2948lib/firefox/modules/accessibility/TraversalRules.jsm
@@ -2883,29 +2973,32 @@ lib/firefox/modules/commonjs/diffpatcher @@ -2883,29 +2973,32 @@ lib/firefox/modules/commonjs/diffpatcher
2883lib/firefox/modules/commonjs/diffpatcher/patch.js 2973lib/firefox/modules/commonjs/diffpatcher/patch.js
2884lib/firefox/modules/commonjs/diffpatcher/rebase.js 2974lib/firefox/modules/commonjs/diffpatcher/rebase.js
2885lib/firefox/modules/commonjs/diffpatcher/test/common.js 2975lib/firefox/modules/commonjs/diffpatcher/test/common.js
2886lib/firefox/modules/commonjs/diffpatcher/test/diff.js 2976lib/firefox/modules/commonjs/diffpatcher/test/diff.js
2887lib/firefox/modules/commonjs/diffpatcher/test/index.js 2977lib/firefox/modules/commonjs/diffpatcher/test/index.js
2888lib/firefox/modules/commonjs/diffpatcher/test/patch.js 2978lib/firefox/modules/commonjs/diffpatcher/test/patch.js
2889lib/firefox/modules/commonjs/diffpatcher/test/tap.js 2979lib/firefox/modules/commonjs/diffpatcher/test/tap.js
2890lib/firefox/modules/commonjs/framescript/FrameScriptManager.jsm 2980lib/firefox/modules/commonjs/framescript/FrameScriptManager.jsm
2891lib/firefox/modules/commonjs/framescript/content.jsm 2981lib/firefox/modules/commonjs/framescript/content.jsm
2892lib/firefox/modules/commonjs/framescript/context-menu.js 2982lib/firefox/modules/commonjs/framescript/context-menu.js
2893lib/firefox/modules/commonjs/framescript/manager.js 2983lib/firefox/modules/commonjs/framescript/manager.js
2894lib/firefox/modules/commonjs/framescript/util.js 2984lib/firefox/modules/commonjs/framescript/util.js
2895lib/firefox/modules/commonjs/index.js 2985lib/firefox/modules/commonjs/index.js
 2986lib/firefox/modules/commonjs/jetpack-id/index.js
2896lib/firefox/modules/commonjs/method/core.js 2987lib/firefox/modules/commonjs/method/core.js
2897lib/firefox/modules/commonjs/method/test/browser.js 2988lib/firefox/modules/commonjs/method/test/browser.js
2898lib/firefox/modules/commonjs/method/test/common.js 2989lib/firefox/modules/commonjs/method/test/common.js
 2990lib/firefox/modules/commonjs/mozilla-toolkit-versioning/index.js
 2991lib/firefox/modules/commonjs/mozilla-toolkit-versioning/lib/utils.js
2899lib/firefox/modules/commonjs/node/os.js 2992lib/firefox/modules/commonjs/node/os.js
2900lib/firefox/modules/commonjs/sdk/addon/bootstrap.js 2993lib/firefox/modules/commonjs/sdk/addon/bootstrap.js
2901lib/firefox/modules/commonjs/sdk/addon/events.js 2994lib/firefox/modules/commonjs/sdk/addon/events.js
2902lib/firefox/modules/commonjs/sdk/addon/host.js 2995lib/firefox/modules/commonjs/sdk/addon/host.js
2903lib/firefox/modules/commonjs/sdk/addon/installer.js 2996lib/firefox/modules/commonjs/sdk/addon/installer.js
2904lib/firefox/modules/commonjs/sdk/addon/manager.js 2997lib/firefox/modules/commonjs/sdk/addon/manager.js
2905lib/firefox/modules/commonjs/sdk/addon/runner.js 2998lib/firefox/modules/commonjs/sdk/addon/runner.js
2906lib/firefox/modules/commonjs/sdk/addon/window.js 2999lib/firefox/modules/commonjs/sdk/addon/window.js
2907lib/firefox/modules/commonjs/sdk/base64.js 3000lib/firefox/modules/commonjs/sdk/base64.js
2908lib/firefox/modules/commonjs/sdk/browser/events.js 3001lib/firefox/modules/commonjs/sdk/browser/events.js
2909lib/firefox/modules/commonjs/sdk/clipboard.js 3002lib/firefox/modules/commonjs/sdk/clipboard.js
2910lib/firefox/modules/commonjs/sdk/console/plain-text.js 3003lib/firefox/modules/commonjs/sdk/console/plain-text.js
2911lib/firefox/modules/commonjs/sdk/console/traceback.js 3004lib/firefox/modules/commonjs/sdk/console/traceback.js
@@ -2925,58 +3018,48 @@ lib/firefox/modules/commonjs/sdk/content @@ -2925,58 +3018,48 @@ lib/firefox/modules/commonjs/sdk/content
2925lib/firefox/modules/commonjs/sdk/content/worker.js 3018lib/firefox/modules/commonjs/sdk/content/worker.js
2926lib/firefox/modules/commonjs/sdk/context-menu.js 3019lib/firefox/modules/commonjs/sdk/context-menu.js
2927lib/firefox/modules/commonjs/sdk/context-menu/context.js 3020lib/firefox/modules/commonjs/sdk/context-menu/context.js
2928lib/firefox/modules/commonjs/sdk/context-menu/core.js 3021lib/firefox/modules/commonjs/sdk/context-menu/core.js
2929lib/firefox/modules/commonjs/sdk/context-menu/readers.js 3022lib/firefox/modules/commonjs/sdk/context-menu/readers.js
2930lib/firefox/modules/commonjs/sdk/context-menu@2.js 3023lib/firefox/modules/commonjs/sdk/context-menu@2.js
2931lib/firefox/modules/commonjs/sdk/core/disposable.js 3024lib/firefox/modules/commonjs/sdk/core/disposable.js
2932lib/firefox/modules/commonjs/sdk/core/heritage.js 3025lib/firefox/modules/commonjs/sdk/core/heritage.js
2933lib/firefox/modules/commonjs/sdk/core/namespace.js 3026lib/firefox/modules/commonjs/sdk/core/namespace.js
2934lib/firefox/modules/commonjs/sdk/core/observer.js 3027lib/firefox/modules/commonjs/sdk/core/observer.js
2935lib/firefox/modules/commonjs/sdk/core/promise.js 3028lib/firefox/modules/commonjs/sdk/core/promise.js
2936lib/firefox/modules/commonjs/sdk/core/reference.js 3029lib/firefox/modules/commonjs/sdk/core/reference.js
2937lib/firefox/modules/commonjs/sdk/deprecated/api-utils.js 3030lib/firefox/modules/commonjs/sdk/deprecated/api-utils.js
2938lib/firefox/modules/commonjs/sdk/deprecated/cortex.js 
2939lib/firefox/modules/commonjs/sdk/deprecated/errors.js 
2940lib/firefox/modules/commonjs/sdk/deprecated/events.js 
2941lib/firefox/modules/commonjs/sdk/deprecated/events/assembler.js 3031lib/firefox/modules/commonjs/sdk/deprecated/events/assembler.js
2942lib/firefox/modules/commonjs/sdk/deprecated/light-traits.js 
2943lib/firefox/modules/commonjs/sdk/deprecated/list.js 
2944lib/firefox/modules/commonjs/sdk/deprecated/memory.js 3032lib/firefox/modules/commonjs/sdk/deprecated/memory.js
2945lib/firefox/modules/commonjs/sdk/deprecated/symbiont.js 
2946lib/firefox/modules/commonjs/sdk/deprecated/sync-worker.js 3033lib/firefox/modules/commonjs/sdk/deprecated/sync-worker.js
2947lib/firefox/modules/commonjs/sdk/deprecated/traits-worker.js 
2948lib/firefox/modules/commonjs/sdk/deprecated/traits.js 
2949lib/firefox/modules/commonjs/sdk/deprecated/traits/core.js 
2950lib/firefox/modules/commonjs/sdk/deprecated/unit-test-finder.js 3034lib/firefox/modules/commonjs/sdk/deprecated/unit-test-finder.js
2951lib/firefox/modules/commonjs/sdk/deprecated/unit-test.js 3035lib/firefox/modules/commonjs/sdk/deprecated/unit-test.js
2952lib/firefox/modules/commonjs/sdk/deprecated/window-utils.js 3036lib/firefox/modules/commonjs/sdk/deprecated/window-utils.js
2953lib/firefox/modules/commonjs/sdk/dom/events.js 3037lib/firefox/modules/commonjs/sdk/dom/events.js
2954lib/firefox/modules/commonjs/sdk/dom/events/keys.js 3038lib/firefox/modules/commonjs/sdk/dom/events/keys.js
2955lib/firefox/modules/commonjs/sdk/event/chrome.js 3039lib/firefox/modules/commonjs/sdk/event/chrome.js
2956lib/firefox/modules/commonjs/sdk/event/core.js 3040lib/firefox/modules/commonjs/sdk/event/core.js
2957lib/firefox/modules/commonjs/sdk/event/dom.js 3041lib/firefox/modules/commonjs/sdk/event/dom.js
2958lib/firefox/modules/commonjs/sdk/event/target.js 3042lib/firefox/modules/commonjs/sdk/event/target.js
2959lib/firefox/modules/commonjs/sdk/event/utils.js 3043lib/firefox/modules/commonjs/sdk/event/utils.js
2960lib/firefox/modules/commonjs/sdk/frame/hidden-frame.js 3044lib/firefox/modules/commonjs/sdk/frame/hidden-frame.js
2961lib/firefox/modules/commonjs/sdk/frame/utils.js 3045lib/firefox/modules/commonjs/sdk/frame/utils.js
2962lib/firefox/modules/commonjs/sdk/fs/path.js 3046lib/firefox/modules/commonjs/sdk/fs/path.js
2963lib/firefox/modules/commonjs/sdk/hotkeys.js 3047lib/firefox/modules/commonjs/sdk/hotkeys.js
2964lib/firefox/modules/commonjs/sdk/indexed-db.js 3048lib/firefox/modules/commonjs/sdk/indexed-db.js
2965lib/firefox/modules/commonjs/sdk/input/browser.js 3049lib/firefox/modules/commonjs/sdk/input/browser.js
2966lib/firefox/modules/commonjs/sdk/input/customizable-ui.js 3050lib/firefox/modules/commonjs/sdk/input/customizable-ui.js
2967lib/firefox/modules/commonjs/sdk/input/frame.js 3051lib/firefox/modules/commonjs/sdk/input/frame.js
2968lib/firefox/modules/commonjs/sdk/input/system.js 3052lib/firefox/modules/commonjs/sdk/input/system.js
2969lib/firefox/modules/commonjs/sdk/input/window.js 
2970lib/firefox/modules/commonjs/sdk/io/buffer.js 3053lib/firefox/modules/commonjs/sdk/io/buffer.js
2971lib/firefox/modules/commonjs/sdk/io/byte-streams.js 3054lib/firefox/modules/commonjs/sdk/io/byte-streams.js
2972lib/firefox/modules/commonjs/sdk/io/data.js 3055lib/firefox/modules/commonjs/sdk/io/data.js
2973lib/firefox/modules/commonjs/sdk/io/file.js 3056lib/firefox/modules/commonjs/sdk/io/file.js
2974lib/firefox/modules/commonjs/sdk/io/fs.js 3057lib/firefox/modules/commonjs/sdk/io/fs.js
2975lib/firefox/modules/commonjs/sdk/io/stream.js 3058lib/firefox/modules/commonjs/sdk/io/stream.js
2976lib/firefox/modules/commonjs/sdk/io/text-streams.js 3059lib/firefox/modules/commonjs/sdk/io/text-streams.js
2977lib/firefox/modules/commonjs/sdk/keyboard/hotkeys.js 3060lib/firefox/modules/commonjs/sdk/keyboard/hotkeys.js
2978lib/firefox/modules/commonjs/sdk/keyboard/observer.js 3061lib/firefox/modules/commonjs/sdk/keyboard/observer.js
2979lib/firefox/modules/commonjs/sdk/keyboard/utils.js 3062lib/firefox/modules/commonjs/sdk/keyboard/utils.js
2980lib/firefox/modules/commonjs/sdk/l10n.js 3063lib/firefox/modules/commonjs/sdk/l10n.js
2981lib/firefox/modules/commonjs/sdk/l10n/core.js 3064lib/firefox/modules/commonjs/sdk/l10n/core.js
2982lib/firefox/modules/commonjs/sdk/l10n/html.js 3065lib/firefox/modules/commonjs/sdk/l10n/html.js
@@ -3060,27 +3143,26 @@ lib/firefox/modules/commonjs/sdk/tabs/ta @@ -3060,27 +3143,26 @@ lib/firefox/modules/commonjs/sdk/tabs/ta
3060lib/firefox/modules/commonjs/sdk/tabs/tab-firefox.js 3143lib/firefox/modules/commonjs/sdk/tabs/tab-firefox.js
3061lib/firefox/modules/commonjs/sdk/tabs/tab.js 3144lib/firefox/modules/commonjs/sdk/tabs/tab.js
3062lib/firefox/modules/commonjs/sdk/tabs/tabs-firefox.js 3145lib/firefox/modules/commonjs/sdk/tabs/tabs-firefox.js
3063lib/firefox/modules/commonjs/sdk/tabs/utils.js 3146lib/firefox/modules/commonjs/sdk/tabs/utils.js
3064lib/firefox/modules/commonjs/sdk/tabs/worker.js 3147lib/firefox/modules/commonjs/sdk/tabs/worker.js
3065lib/firefox/modules/commonjs/sdk/test.js 3148lib/firefox/modules/commonjs/sdk/test.js
3066lib/firefox/modules/commonjs/sdk/test/assert.js 3149lib/firefox/modules/commonjs/sdk/test/assert.js
3067lib/firefox/modules/commonjs/sdk/test/harness.js 3150lib/firefox/modules/commonjs/sdk/test/harness.js
3068lib/firefox/modules/commonjs/sdk/test/httpd.js 3151lib/firefox/modules/commonjs/sdk/test/httpd.js
3069lib/firefox/modules/commonjs/sdk/test/loader.js 3152lib/firefox/modules/commonjs/sdk/test/loader.js
3070lib/firefox/modules/commonjs/sdk/test/memory.js 3153lib/firefox/modules/commonjs/sdk/test/memory.js
3071lib/firefox/modules/commonjs/sdk/test/options.js 3154lib/firefox/modules/commonjs/sdk/test/options.js
3072lib/firefox/modules/commonjs/sdk/test/runner.js 3155lib/firefox/modules/commonjs/sdk/test/runner.js
3073lib/firefox/modules/commonjs/sdk/test/tmp-file.js 
3074lib/firefox/modules/commonjs/sdk/test/utils.js 3156lib/firefox/modules/commonjs/sdk/test/utils.js
3075lib/firefox/modules/commonjs/sdk/timers.js 3157lib/firefox/modules/commonjs/sdk/timers.js
3076lib/firefox/modules/commonjs/sdk/ui.js 3158lib/firefox/modules/commonjs/sdk/ui.js
3077lib/firefox/modules/commonjs/sdk/ui/button/action.js 3159lib/firefox/modules/commonjs/sdk/ui/button/action.js
3078lib/firefox/modules/commonjs/sdk/ui/button/contract.js 3160lib/firefox/modules/commonjs/sdk/ui/button/contract.js
3079lib/firefox/modules/commonjs/sdk/ui/button/toggle.js 3161lib/firefox/modules/commonjs/sdk/ui/button/toggle.js
3080lib/firefox/modules/commonjs/sdk/ui/button/view.js 3162lib/firefox/modules/commonjs/sdk/ui/button/view.js
3081lib/firefox/modules/commonjs/sdk/ui/button/view/events.js 3163lib/firefox/modules/commonjs/sdk/ui/button/view/events.js
3082lib/firefox/modules/commonjs/sdk/ui/component.js 3164lib/firefox/modules/commonjs/sdk/ui/component.js
3083lib/firefox/modules/commonjs/sdk/ui/frame.js 3165lib/firefox/modules/commonjs/sdk/ui/frame.js
3084lib/firefox/modules/commonjs/sdk/ui/frame/model.js 3166lib/firefox/modules/commonjs/sdk/ui/frame/model.js
3085lib/firefox/modules/commonjs/sdk/ui/frame/view.html 3167lib/firefox/modules/commonjs/sdk/ui/frame/view.html
3086lib/firefox/modules/commonjs/sdk/ui/frame/view.js 3168lib/firefox/modules/commonjs/sdk/ui/frame/view.js
@@ -3102,39 +3184,36 @@ lib/firefox/modules/commonjs/sdk/url/uti @@ -3102,39 +3184,36 @@ lib/firefox/modules/commonjs/sdk/url/uti
3102lib/firefox/modules/commonjs/sdk/util/array.js 3184lib/firefox/modules/commonjs/sdk/util/array.js
3103lib/firefox/modules/commonjs/sdk/util/bond.js 3185lib/firefox/modules/commonjs/sdk/util/bond.js
3104lib/firefox/modules/commonjs/sdk/util/collection.js 3186lib/firefox/modules/commonjs/sdk/util/collection.js
3105lib/firefox/modules/commonjs/sdk/util/contract.js 3187lib/firefox/modules/commonjs/sdk/util/contract.js
3106lib/firefox/modules/commonjs/sdk/util/deprecate.js 3188lib/firefox/modules/commonjs/sdk/util/deprecate.js
3107lib/firefox/modules/commonjs/sdk/util/dispatcher.js 3189lib/firefox/modules/commonjs/sdk/util/dispatcher.js
3108lib/firefox/modules/commonjs/sdk/util/list.js 3190lib/firefox/modules/commonjs/sdk/util/list.js
3109lib/firefox/modules/commonjs/sdk/util/match-pattern.js 3191lib/firefox/modules/commonjs/sdk/util/match-pattern.js
3110lib/firefox/modules/commonjs/sdk/util/object.js 3192lib/firefox/modules/commonjs/sdk/util/object.js
3111lib/firefox/modules/commonjs/sdk/util/rules.js 3193lib/firefox/modules/commonjs/sdk/util/rules.js
3112lib/firefox/modules/commonjs/sdk/util/sequence.js 3194lib/firefox/modules/commonjs/sdk/util/sequence.js
3113lib/firefox/modules/commonjs/sdk/util/uuid.js 3195lib/firefox/modules/commonjs/sdk/util/uuid.js
3114lib/firefox/modules/commonjs/sdk/view/core.js 3196lib/firefox/modules/commonjs/sdk/view/core.js
3115lib/firefox/modules/commonjs/sdk/widget.js 
3116lib/firefox/modules/commonjs/sdk/window/browser.js 3197lib/firefox/modules/commonjs/sdk/window/browser.js
3117lib/firefox/modules/commonjs/sdk/window/events.js 3198lib/firefox/modules/commonjs/sdk/window/events.js
3118lib/firefox/modules/commonjs/sdk/window/helpers.js 3199lib/firefox/modules/commonjs/sdk/window/helpers.js
3119lib/firefox/modules/commonjs/sdk/window/namespace.js 3200lib/firefox/modules/commonjs/sdk/window/namespace.js
3120lib/firefox/modules/commonjs/sdk/window/utils.js 3201lib/firefox/modules/commonjs/sdk/window/utils.js
3121lib/firefox/modules/commonjs/sdk/windows.js 3202lib/firefox/modules/commonjs/sdk/windows.js
3122lib/firefox/modules/commonjs/sdk/windows/dom.js 
3123lib/firefox/modules/commonjs/sdk/windows/fennec.js 3203lib/firefox/modules/commonjs/sdk/windows/fennec.js
3124lib/firefox/modules/commonjs/sdk/windows/firefox.js 3204lib/firefox/modules/commonjs/sdk/windows/firefox.js
3125lib/firefox/modules/commonjs/sdk/windows/observer.js 3205lib/firefox/modules/commonjs/sdk/windows/observer.js
3126lib/firefox/modules/commonjs/sdk/windows/tabs-fennec.js 3206lib/firefox/modules/commonjs/sdk/windows/tabs-fennec.js
3127lib/firefox/modules/commonjs/sdk/windows/tabs-firefox.js 
3128lib/firefox/modules/commonjs/sdk/worker/utils.js 3207lib/firefox/modules/commonjs/sdk/worker/utils.js
3129lib/firefox/modules/commonjs/sdk/zip/utils.js 3208lib/firefox/modules/commonjs/sdk/zip/utils.js
3130lib/firefox/modules/commonjs/test.js 3209lib/firefox/modules/commonjs/test.js
3131lib/firefox/modules/commonjs/toolkit/loader.js 3210lib/firefox/modules/commonjs/toolkit/loader.js
3132lib/firefox/modules/commonjs/toolkit/require.js 3211lib/firefox/modules/commonjs/toolkit/require.js
3133lib/firefox/modules/ctypes.jsm 3212lib/firefox/modules/ctypes.jsm
3134lib/firefox/modules/debug.js 3213lib/firefox/modules/debug.js
3135lib/firefox/modules/devtools/Console.jsm 3214lib/firefox/modules/devtools/Console.jsm
3136lib/firefox/modules/devtools/DevToolsUtils.js 3215lib/firefox/modules/devtools/DevToolsUtils.js
3137lib/firefox/modules/devtools/DevToolsUtils.jsm 3216lib/firefox/modules/devtools/DevToolsUtils.jsm
3138lib/firefox/modules/devtools/Devices.jsm 3217lib/firefox/modules/devtools/Devices.jsm
3139lib/firefox/modules/devtools/LayoutHelpers.jsm 3218lib/firefox/modules/devtools/LayoutHelpers.jsm
3140lib/firefox/modules/devtools/Loader.jsm 3219lib/firefox/modules/devtools/Loader.jsm
@@ -3148,81 +3227,78 @@ lib/firefox/modules/devtools/acorn/walk. @@ -3148,81 +3227,78 @@ lib/firefox/modules/devtools/acorn/walk.
3148lib/firefox/modules/devtools/app-actor-front.js 3227lib/firefox/modules/devtools/app-actor-front.js
3149lib/firefox/modules/devtools/async-utils.js 3228lib/firefox/modules/devtools/async-utils.js
3150lib/firefox/modules/devtools/client/connection-manager.js 3229lib/firefox/modules/devtools/client/connection-manager.js
3151lib/firefox/modules/devtools/content-observer.js 3230lib/firefox/modules/devtools/content-observer.js
3152lib/firefox/modules/devtools/content-server.jsm 3231lib/firefox/modules/devtools/content-server.jsm
3153lib/firefox/modules/devtools/css-color.js 3232lib/firefox/modules/devtools/css-color.js
3154lib/firefox/modules/devtools/dbg-client.jsm 3233lib/firefox/modules/devtools/dbg-client.jsm
3155lib/firefox/modules/devtools/dbg-server.jsm 3234lib/firefox/modules/devtools/dbg-server.jsm
3156lib/firefox/modules/devtools/deprecated-sync-thenables.js 3235lib/firefox/modules/devtools/deprecated-sync-thenables.js
3157lib/firefox/modules/devtools/discovery/discovery.js 3236lib/firefox/modules/devtools/discovery/discovery.js
3158lib/firefox/modules/devtools/event-emitter.js 3237lib/firefox/modules/devtools/event-emitter.js
3159lib/firefox/modules/devtools/event-parsers.js 3238lib/firefox/modules/devtools/event-parsers.js
3160lib/firefox/modules/devtools/gcli.jsm 3239lib/firefox/modules/devtools/gcli.jsm
3161lib/firefox/modules/devtools/gcli/api.js 
3162lib/firefox/modules/devtools/gcli/cli.js 3240lib/firefox/modules/devtools/gcli/cli.js
3163lib/firefox/modules/devtools/gcli/commands/addon.js 3241lib/firefox/modules/devtools/gcli/commands/addon.js
3164lib/firefox/modules/devtools/gcli/commands/appcache.js 3242lib/firefox/modules/devtools/gcli/commands/appcache.js
3165lib/firefox/modules/devtools/gcli/commands/calllog.js 3243lib/firefox/modules/devtools/gcli/commands/calllog.js
3166lib/firefox/modules/devtools/gcli/commands/clear.js 3244lib/firefox/modules/devtools/gcli/commands/clear.js
3167lib/firefox/modules/devtools/gcli/commands/cmd.js 3245lib/firefox/modules/devtools/gcli/commands/cmd.js
3168lib/firefox/modules/devtools/gcli/commands/commands.js 3246lib/firefox/modules/devtools/gcli/commands/commands.js
3169lib/firefox/modules/devtools/gcli/commands/connect.js 3247lib/firefox/modules/devtools/gcli/commands/connect.js
3170lib/firefox/modules/devtools/gcli/commands/context.js 3248lib/firefox/modules/devtools/gcli/commands/context.js
3171lib/firefox/modules/devtools/gcli/commands/cookie.js 3249lib/firefox/modules/devtools/gcli/commands/cookie.js
3172lib/firefox/modules/devtools/gcli/commands/csscoverage.js 3250lib/firefox/modules/devtools/gcli/commands/csscoverage.js
3173lib/firefox/modules/devtools/gcli/commands/exec.js 3251lib/firefox/modules/devtools/gcli/commands/exec.js
3174lib/firefox/modules/devtools/gcli/commands/folder.js 3252lib/firefox/modules/devtools/gcli/commands/folder.js
3175lib/firefox/modules/devtools/gcli/commands/global.js 3253lib/firefox/modules/devtools/gcli/commands/global.js
3176lib/firefox/modules/devtools/gcli/commands/help.js 3254lib/firefox/modules/devtools/gcli/commands/help.js
3177lib/firefox/modules/devtools/gcli/commands/highlight.js 3255lib/firefox/modules/devtools/gcli/commands/highlight.js
 3256lib/firefox/modules/devtools/gcli/commands/index.js
3178lib/firefox/modules/devtools/gcli/commands/inject.js 3257lib/firefox/modules/devtools/gcli/commands/inject.js
3179lib/firefox/modules/devtools/gcli/commands/intro.js 3258lib/firefox/modules/devtools/gcli/commands/intro.js
3180lib/firefox/modules/devtools/gcli/commands/jsb.js 3259lib/firefox/modules/devtools/gcli/commands/jsb.js
3181lib/firefox/modules/devtools/gcli/commands/lang.js 3260lib/firefox/modules/devtools/gcli/commands/lang.js
3182lib/firefox/modules/devtools/gcli/commands/listen.js 3261lib/firefox/modules/devtools/gcli/commands/listen.js
3183lib/firefox/modules/devtools/gcli/commands/media.js 3262lib/firefox/modules/devtools/gcli/commands/media.js
3184lib/firefox/modules/devtools/gcli/commands/mocks.js 3263lib/firefox/modules/devtools/gcli/commands/mocks.js
3185lib/firefox/modules/devtools/gcli/commands/pagemod.js 3264lib/firefox/modules/devtools/gcli/commands/pagemod.js
3186lib/firefox/modules/devtools/gcli/commands/paintflashing.js 3265lib/firefox/modules/devtools/gcli/commands/paintflashing.js
3187lib/firefox/modules/devtools/gcli/commands/pref.js 3266lib/firefox/modules/devtools/gcli/commands/pref.js
3188lib/firefox/modules/devtools/gcli/commands/preflist.js 3267lib/firefox/modules/devtools/gcli/commands/preflist.js
3189lib/firefox/modules/devtools/gcli/commands/restart.js 3268lib/firefox/modules/devtools/gcli/commands/restart.js
 3269lib/firefox/modules/devtools/gcli/commands/rulers.js
3190lib/firefox/modules/devtools/gcli/commands/screenshot.js 3270lib/firefox/modules/devtools/gcli/commands/screenshot.js
3191lib/firefox/modules/devtools/gcli/commands/test.js 3271lib/firefox/modules/devtools/gcli/commands/test.js
3192lib/firefox/modules/devtools/gcli/commands/tools.js 3272lib/firefox/modules/devtools/gcli/commands/tools.js
3193lib/firefox/modules/devtools/gcli/connectors/connectors.js 3273lib/firefox/modules/devtools/gcli/connectors/connectors.js
3194lib/firefox/modules/devtools/gcli/connectors/index.js 
3195lib/firefox/modules/devtools/gcli/connectors/protocol.js 
3196lib/firefox/modules/devtools/gcli/connectors/rdp.js 
3197lib/firefox/modules/devtools/gcli/connectors/remoted.js 
3198lib/firefox/modules/devtools/gcli/converters/basic.js 3274lib/firefox/modules/devtools/gcli/converters/basic.js
3199lib/firefox/modules/devtools/gcli/converters/converters.js 3275lib/firefox/modules/devtools/gcli/converters/converters.js
3200lib/firefox/modules/devtools/gcli/converters/html.js 3276lib/firefox/modules/devtools/gcli/converters/html.js
3201lib/firefox/modules/devtools/gcli/converters/terminal.js 3277lib/firefox/modules/devtools/gcli/converters/terminal.js
3202lib/firefox/modules/devtools/gcli/fields/delegate.js 3278lib/firefox/modules/devtools/gcli/fields/delegate.js
3203lib/firefox/modules/devtools/gcli/fields/fields.js 3279lib/firefox/modules/devtools/gcli/fields/fields.js
3204lib/firefox/modules/devtools/gcli/fields/selection.js 3280lib/firefox/modules/devtools/gcli/fields/selection.js
3205lib/firefox/modules/devtools/gcli/index.js 3281lib/firefox/modules/devtools/gcli/index.js
3206lib/firefox/modules/devtools/gcli/l10n.js 3282lib/firefox/modules/devtools/gcli/l10n.js
3207lib/firefox/modules/devtools/gcli/languages/command.html 3283lib/firefox/modules/devtools/gcli/languages/command.html
3208lib/firefox/modules/devtools/gcli/languages/command.js 3284lib/firefox/modules/devtools/gcli/languages/command.js
3209lib/firefox/modules/devtools/gcli/languages/javascript.js 3285lib/firefox/modules/devtools/gcli/languages/javascript.js
3210lib/firefox/modules/devtools/gcli/languages/languages.js 3286lib/firefox/modules/devtools/gcli/languages/languages.js
3211lib/firefox/modules/devtools/gcli/mozui/completer.js 3287lib/firefox/modules/devtools/gcli/mozui/completer.js
3212lib/firefox/modules/devtools/gcli/mozui/ffdisplay.js 
3213lib/firefox/modules/devtools/gcli/mozui/inputter.js 3288lib/firefox/modules/devtools/gcli/mozui/inputter.js
3214lib/firefox/modules/devtools/gcli/mozui/tooltip.js 3289lib/firefox/modules/devtools/gcli/mozui/tooltip.js
3215lib/firefox/modules/devtools/gcli/settings.js 3290lib/firefox/modules/devtools/gcli/settings.js
 3291lib/firefox/modules/devtools/gcli/system.js
3216lib/firefox/modules/devtools/gcli/types/array.js 3292lib/firefox/modules/devtools/gcli/types/array.js
3217lib/firefox/modules/devtools/gcli/types/boolean.js 3293lib/firefox/modules/devtools/gcli/types/boolean.js
3218lib/firefox/modules/devtools/gcli/types/command.js 3294lib/firefox/modules/devtools/gcli/types/command.js
3219lib/firefox/modules/devtools/gcli/types/date.js 3295lib/firefox/modules/devtools/gcli/types/date.js
3220lib/firefox/modules/devtools/gcli/types/delegate.js 3296lib/firefox/modules/devtools/gcli/types/delegate.js
3221lib/firefox/modules/devtools/gcli/types/file.js 3297lib/firefox/modules/devtools/gcli/types/file.js
3222lib/firefox/modules/devtools/gcli/types/fileparser.js 3298lib/firefox/modules/devtools/gcli/types/fileparser.js
3223lib/firefox/modules/devtools/gcli/types/javascript.js 3299lib/firefox/modules/devtools/gcli/types/javascript.js
3224lib/firefox/modules/devtools/gcli/types/node.js 3300lib/firefox/modules/devtools/gcli/types/node.js
3225lib/firefox/modules/devtools/gcli/types/number.js 3301lib/firefox/modules/devtools/gcli/types/number.js
3226lib/firefox/modules/devtools/gcli/types/resource.js 3302lib/firefox/modules/devtools/gcli/types/resource.js
3227lib/firefox/modules/devtools/gcli/types/selection.js 3303lib/firefox/modules/devtools/gcli/types/selection.js
3228lib/firefox/modules/devtools/gcli/types/setting.js 3304lib/firefox/modules/devtools/gcli/types/setting.js
@@ -3255,26 +3331,27 @@ lib/firefox/modules/devtools/jsbeautify/ @@ -3255,26 +3331,27 @@ lib/firefox/modules/devtools/jsbeautify/
3255lib/firefox/modules/devtools/jsbeautify/sanitytest.js 3331lib/firefox/modules/devtools/jsbeautify/sanitytest.js
3256lib/firefox/modules/devtools/jsbeautify/urlencode_unpacker.js 3332lib/firefox/modules/devtools/jsbeautify/urlencode_unpacker.js
3257lib/firefox/modules/devtools/output-parser.js 3333lib/firefox/modules/devtools/output-parser.js
3258lib/firefox/modules/devtools/path.js 3334lib/firefox/modules/devtools/path.js
3259lib/firefox/modules/devtools/pretty-fast.js 3335lib/firefox/modules/devtools/pretty-fast.js
3260lib/firefox/modules/devtools/qrcode/decoder/index.js 3336lib/firefox/modules/devtools/qrcode/decoder/index.js
3261lib/firefox/modules/devtools/qrcode/encoder/index.js 3337lib/firefox/modules/devtools/qrcode/encoder/index.js
3262lib/firefox/modules/devtools/qrcode/index.js 3338lib/firefox/modules/devtools/qrcode/index.js
3263lib/firefox/modules/devtools/security/auth.js 3339lib/firefox/modules/devtools/security/auth.js
3264lib/firefox/modules/devtools/security/cert.js 3340lib/firefox/modules/devtools/security/cert.js
3265lib/firefox/modules/devtools/security/prompt.js 3341lib/firefox/modules/devtools/security/prompt.js
3266lib/firefox/modules/devtools/security/socket.js 3342lib/firefox/modules/devtools/security/socket.js
3267lib/firefox/modules/devtools/server/actors/actor-registry.js 3343lib/firefox/modules/devtools/server/actors/actor-registry.js
 3344lib/firefox/modules/devtools/server/actors/addon.js
3268lib/firefox/modules/devtools/server/actors/animation.js 3345lib/firefox/modules/devtools/server/actors/animation.js
3269lib/firefox/modules/devtools/server/actors/call-watcher.js 3346lib/firefox/modules/devtools/server/actors/call-watcher.js
3270lib/firefox/modules/devtools/server/actors/canvas.js 3347lib/firefox/modules/devtools/server/actors/canvas.js
3271lib/firefox/modules/devtools/server/actors/child-process.js 3348lib/firefox/modules/devtools/server/actors/child-process.js
3272lib/firefox/modules/devtools/server/actors/childtab.js 3349lib/firefox/modules/devtools/server/actors/childtab.js
3273lib/firefox/modules/devtools/server/actors/chrome.js 3350lib/firefox/modules/devtools/server/actors/chrome.js
3274lib/firefox/modules/devtools/server/actors/common.js 3351lib/firefox/modules/devtools/server/actors/common.js
3275lib/firefox/modules/devtools/server/actors/csscoverage.js 3352lib/firefox/modules/devtools/server/actors/csscoverage.js
3276lib/firefox/modules/devtools/server/actors/device.js 3353lib/firefox/modules/devtools/server/actors/device.js
3277lib/firefox/modules/devtools/server/actors/director-manager.js 3354lib/firefox/modules/devtools/server/actors/director-manager.js
3278lib/firefox/modules/devtools/server/actors/director-registry.js 3355lib/firefox/modules/devtools/server/actors/director-registry.js
3279lib/firefox/modules/devtools/server/actors/eventlooplag.js 3356lib/firefox/modules/devtools/server/actors/eventlooplag.js
3280lib/firefox/modules/devtools/server/actors/framerate.js 3357lib/firefox/modules/devtools/server/actors/framerate.js
@@ -3295,26 +3372,27 @@ lib/firefox/modules/devtools/server/acto @@ -3295,26 +3372,27 @@ lib/firefox/modules/devtools/server/acto
3295lib/firefox/modules/devtools/server/actors/string.js 3372lib/firefox/modules/devtools/server/actors/string.js
3296lib/firefox/modules/devtools/server/actors/styleeditor.js 3373lib/firefox/modules/devtools/server/actors/styleeditor.js
3297lib/firefox/modules/devtools/server/actors/styles.js 3374lib/firefox/modules/devtools/server/actors/styles.js
3298lib/firefox/modules/devtools/server/actors/stylesheets.js 3375lib/firefox/modules/devtools/server/actors/stylesheets.js
3299lib/firefox/modules/devtools/server/actors/timeline.js 3376lib/firefox/modules/devtools/server/actors/timeline.js
3300lib/firefox/modules/devtools/server/actors/tracer.js 3377lib/firefox/modules/devtools/server/actors/tracer.js
3301lib/firefox/modules/devtools/server/actors/utils/ScriptStore.js 3378lib/firefox/modules/devtools/server/actors/utils/ScriptStore.js
3302lib/firefox/modules/devtools/server/actors/utils/TabSources.js 3379lib/firefox/modules/devtools/server/actors/utils/TabSources.js
3303lib/firefox/modules/devtools/server/actors/utils/actor-registry-utils.js 3380lib/firefox/modules/devtools/server/actors/utils/actor-registry-utils.js
3304lib/firefox/modules/devtools/server/actors/utils/audionodes.json 3381lib/firefox/modules/devtools/server/actors/utils/audionodes.json
3305lib/firefox/modules/devtools/server/actors/utils/automation-timeline.js 3382lib/firefox/modules/devtools/server/actors/utils/automation-timeline.js
3306lib/firefox/modules/devtools/server/actors/utils/make-debugger.js 3383lib/firefox/modules/devtools/server/actors/utils/make-debugger.js
3307lib/firefox/modules/devtools/server/actors/utils/map-uri-to-addon-id.js 3384lib/firefox/modules/devtools/server/actors/utils/map-uri-to-addon-id.js
 3385lib/firefox/modules/devtools/server/actors/utils/memory-bridge.js
3308lib/firefox/modules/devtools/server/actors/utils/stack.js 3386lib/firefox/modules/devtools/server/actors/utils/stack.js
3309lib/firefox/modules/devtools/server/actors/webapps.js 3387lib/firefox/modules/devtools/server/actors/webapps.js
3310lib/firefox/modules/devtools/server/actors/webaudio.js 3388lib/firefox/modules/devtools/server/actors/webaudio.js
3311lib/firefox/modules/devtools/server/actors/webbrowser.js 3389lib/firefox/modules/devtools/server/actors/webbrowser.js
3312lib/firefox/modules/devtools/server/actors/webconsole.js 3390lib/firefox/modules/devtools/server/actors/webconsole.js
3313lib/firefox/modules/devtools/server/actors/webgl.js 3391lib/firefox/modules/devtools/server/actors/webgl.js
3314lib/firefox/modules/devtools/server/child.js 3392lib/firefox/modules/devtools/server/child.js
3315lib/firefox/modules/devtools/server/content-globals.js 3393lib/firefox/modules/devtools/server/content-globals.js
3316lib/firefox/modules/devtools/server/main.js 3394lib/firefox/modules/devtools/server/main.js
3317lib/firefox/modules/devtools/server/protocol.js 3395lib/firefox/modules/devtools/server/protocol.js
3318lib/firefox/modules/devtools/shared/async-storage.js 3396lib/firefox/modules/devtools/shared/async-storage.js
3319lib/firefox/modules/devtools/source-map.js 3397lib/firefox/modules/devtools/source-map.js
3320lib/firefox/modules/devtools/styleinspector/css-logic.js 3398lib/firefox/modules/devtools/styleinspector/css-logic.js
@@ -3370,27 +3448,26 @@ lib/firefox/modules/reader/JSDOMParser.j @@ -3370,27 +3448,26 @@ lib/firefox/modules/reader/JSDOMParser.j
3370lib/firefox/modules/reader/Readability.js 3448lib/firefox/modules/reader/Readability.js
3371lib/firefox/modules/reader/ReaderWorker.js 3449lib/firefox/modules/reader/ReaderWorker.js
3372lib/firefox/modules/reader/ReaderWorker.jsm 3450lib/firefox/modules/reader/ReaderWorker.jsm
3373lib/firefox/modules/reflect.jsm 3451lib/firefox/modules/reflect.jsm
3374lib/firefox/modules/sdk/bootstrap.js 3452lib/firefox/modules/sdk/bootstrap.js
3375lib/firefox/modules/sdk/system/Startup.js 3453lib/firefox/modules/sdk/system/Startup.js
3376lib/firefox/modules/services-common/async.js 3454lib/firefox/modules/services-common/async.js
3377lib/firefox/modules/services-common/bagheeraclient.js 3455lib/firefox/modules/services-common/bagheeraclient.js
3378lib/firefox/modules/services-common/hawkclient.js 3456lib/firefox/modules/services-common/hawkclient.js
3379lib/firefox/modules/services-common/hawkrequest.js 3457lib/firefox/modules/services-common/hawkrequest.js
3380lib/firefox/modules/services-common/logmanager.js 3458lib/firefox/modules/services-common/logmanager.js
3381lib/firefox/modules/services-common/observers.js 3459lib/firefox/modules/services-common/observers.js
3382lib/firefox/modules/services-common/rest.js 3460lib/firefox/modules/services-common/rest.js
3383lib/firefox/modules/services-common/storageservice.js 
3384lib/firefox/modules/services-common/stringbundle.js 3461lib/firefox/modules/services-common/stringbundle.js
3385lib/firefox/modules/services-common/tokenserverclient.js 3462lib/firefox/modules/services-common/tokenserverclient.js
3386lib/firefox/modules/services-common/utils.js 3463lib/firefox/modules/services-common/utils.js
3387lib/firefox/modules/services-crypto/WeaveCrypto.js 3464lib/firefox/modules/services-crypto/WeaveCrypto.js
3388lib/firefox/modules/services-crypto/utils.js 3465lib/firefox/modules/services-crypto/utils.js
3389lib/firefox/modules/services-sync/FxaMigrator.jsm 3466lib/firefox/modules/services-sync/FxaMigrator.jsm
3390lib/firefox/modules/services-sync/addonsreconciler.js 3467lib/firefox/modules/services-sync/addonsreconciler.js
3391lib/firefox/modules/services-sync/addonutils.js 3468lib/firefox/modules/services-sync/addonutils.js
3392lib/firefox/modules/services-sync/browserid_identity.js 3469lib/firefox/modules/services-sync/browserid_identity.js
3393lib/firefox/modules/services-sync/constants.js 3470lib/firefox/modules/services-sync/constants.js
3394lib/firefox/modules/services-sync/engines.js 3471lib/firefox/modules/services-sync/engines.js
3395lib/firefox/modules/services-sync/engines/addons.js 3472lib/firefox/modules/services-sync/engines/addons.js
3396lib/firefox/modules/services-sync/engines/bookmarks.js 3473lib/firefox/modules/services-sync/engines/bookmarks.js
@@ -3408,55 +3485,52 @@ lib/firefox/modules/services-sync/main.j @@ -3408,55 +3485,52 @@ lib/firefox/modules/services-sync/main.j
3408lib/firefox/modules/services-sync/notifications.js 3485lib/firefox/modules/services-sync/notifications.js
3409lib/firefox/modules/services-sync/policies.js 3486lib/firefox/modules/services-sync/policies.js
3410lib/firefox/modules/services-sync/record.js 3487lib/firefox/modules/services-sync/record.js
3411lib/firefox/modules/services-sync/resource.js 3488lib/firefox/modules/services-sync/resource.js
3412lib/firefox/modules/services-sync/rest.js 3489lib/firefox/modules/services-sync/rest.js
3413lib/firefox/modules/services-sync/service.js 3490lib/firefox/modules/services-sync/service.js
3414lib/firefox/modules/services-sync/stages/cluster.js 3491lib/firefox/modules/services-sync/stages/cluster.js
3415lib/firefox/modules/services-sync/stages/declined.js 3492lib/firefox/modules/services-sync/stages/declined.js
3416lib/firefox/modules/services-sync/stages/enginesync.js 3493lib/firefox/modules/services-sync/stages/enginesync.js
3417lib/firefox/modules/services-sync/status.js 3494lib/firefox/modules/services-sync/status.js
3418lib/firefox/modules/services-sync/userapi.js 3495lib/firefox/modules/services-sync/userapi.js
3419lib/firefox/modules/services-sync/util.js 3496lib/firefox/modules/services-sync/util.js
3420lib/firefox/modules/services/datareporting/policy.jsm 3497lib/firefox/modules/services/datareporting/policy.jsm
3421lib/firefox/modules/services/datareporting/sessions.jsm 
3422lib/firefox/modules/services/healthreport/healthreporter.jsm 3498lib/firefox/modules/services/healthreport/healthreporter.jsm
3423lib/firefox/modules/services/healthreport/profile.jsm 3499lib/firefox/modules/services/healthreport/profile.jsm
3424lib/firefox/modules/services/healthreport/providers.jsm 3500lib/firefox/modules/services/healthreport/providers.jsm
3425lib/firefox/modules/services/metrics/dataprovider.jsm 3501lib/firefox/modules/services/metrics/dataprovider.jsm
3426lib/firefox/modules/services/metrics/providermanager.jsm 3502lib/firefox/modules/services/metrics/providermanager.jsm
3427lib/firefox/modules/services/metrics/storage.jsm 3503lib/firefox/modules/services/metrics/storage.jsm
3428lib/firefox/modules/sqlite/sqlite_internal.js 3504lib/firefox/modules/sqlite/sqlite_internal.js
3429lib/firefox/modules/vtt.jsm 3505lib/firefox/modules/vtt.jsm
3430lib/firefox/modules/workers/PromiseWorker.js 3506lib/firefox/modules/workers/PromiseWorker.js
3431lib/firefox/modules/workers/lz4.js 3507lib/firefox/modules/workers/lz4.js
3432lib/firefox/modules/workers/lz4_internal.js 3508lib/firefox/modules/workers/lz4_internal.js
3433lib/firefox/modules/workers/require.js 3509lib/firefox/modules/workers/require.js
3434lib/firefox/platform.ini 3510lib/firefox/platform.ini
3435lib/firefox/plugin-container 3511lib/firefox/plugin-container
3436lib/firefox/removed-files 3512lib/firefox/removed-files
3437lib/firefox/res/EditorOverride.css 3513lib/firefox/res/EditorOverride.css
3438lib/firefox/res/ImageDocument.css 3514lib/firefox/res/ImageDocument.css
3439lib/firefox/res/TopLevelImageDocument.css 3515lib/firefox/res/TopLevelImageDocument.css
3440lib/firefox/res/TopLevelVideoDocument.css 3516lib/firefox/res/TopLevelVideoDocument.css
3441lib/firefox/res/contenteditable.css 3517lib/firefox/res/contenteditable.css
3442lib/firefox/res/designmode.css 3518lib/firefox/res/designmode.css
3443lib/firefox/res/dtd/htmlmathml-f.ent 3519lib/firefox/res/dtd/htmlmathml-f.ent
3444lib/firefox/res/entityTables/html40Latin1.properties 3520lib/firefox/res/entityTables/html40Latin1.properties
3445lib/firefox/res/entityTables/html40Special.properties 3521lib/firefox/res/entityTables/html40Special.properties
3446lib/firefox/res/entityTables/html40Symbols.properties 3522lib/firefox/res/entityTables/html40Symbols.properties
3447lib/firefox/res/entityTables/htmlEntityVersions.properties 
3448lib/firefox/res/entityTables/mathml20.properties 3523lib/firefox/res/entityTables/mathml20.properties
3449lib/firefox/res/entityTables/transliterate.properties 
3450lib/firefox/res/fonts/mathfont.properties 3524lib/firefox/res/fonts/mathfont.properties
3451lib/firefox/res/fonts/mathfontMathJax_Main.properties 3525lib/firefox/res/fonts/mathfontMathJax_Main.properties
3452lib/firefox/res/fonts/mathfontSTIXGeneral.properties 3526lib/firefox/res/fonts/mathfontSTIXGeneral.properties
3453lib/firefox/res/fonts/mathfontStandardSymbolsL.properties 3527lib/firefox/res/fonts/mathfontStandardSymbolsL.properties
3454lib/firefox/res/fonts/mathfontUnicode.properties 3528lib/firefox/res/fonts/mathfontUnicode.properties
3455lib/firefox/res/grabber.gif 3529lib/firefox/res/grabber.gif
3456lib/firefox/res/html/folder.png 3530lib/firefox/res/html/folder.png
3457lib/firefox/res/language.properties 3531lib/firefox/res/language.properties
3458lib/firefox/res/svg.css 3532lib/firefox/res/svg.css
3459lib/firefox/res/table-add-column-after-active.gif 3533lib/firefox/res/table-add-column-after-active.gif
3460lib/firefox/res/table-add-column-after-hover.gif 3534lib/firefox/res/table-add-column-after-hover.gif
3461lib/firefox/res/table-add-column-after.gif 3535lib/firefox/res/table-add-column-after.gif
3462lib/firefox/res/table-add-column-before-active.gif 3536lib/firefox/res/table-add-column-before-active.gif
@@ -3498,27 +3572,29 @@ lib/firefox/webapprt/chrome/en-US/locale @@ -3498,27 +3572,29 @@ lib/firefox/webapprt/chrome/en-US/locale
3498lib/firefox/webapprt/chrome/en-US/locale/webapprt/webapp.properties 3572lib/firefox/webapprt/chrome/en-US/locale/webapprt/webapp.properties
3499lib/firefox/webapprt/chrome/webapprt/content/dbg-webapp-actors.js 3573lib/firefox/webapprt/chrome/webapprt/content/dbg-webapp-actors.js
3500lib/firefox/webapprt/chrome/webapprt/content/downloads/download.xml 3574lib/firefox/webapprt/chrome/webapprt/content/downloads/download.xml
3501lib/firefox/webapprt/chrome/webapprt/content/downloads/downloads.css 3575lib/firefox/webapprt/chrome/webapprt/content/downloads/downloads.css
3502lib/firefox/webapprt/chrome/webapprt/content/downloads/downloads.js 3576lib/firefox/webapprt/chrome/webapprt/content/downloads/downloads.js
3503lib/firefox/webapprt/chrome/webapprt/content/downloads/downloads.xul 3577lib/firefox/webapprt/chrome/webapprt/content/downloads/downloads.xul
3504lib/firefox/webapprt/chrome/webapprt/content/getUserMediaDialog.js 3578lib/firefox/webapprt/chrome/webapprt/content/getUserMediaDialog.js
3505lib/firefox/webapprt/chrome/webapprt/content/getUserMediaDialog.xul 3579lib/firefox/webapprt/chrome/webapprt/content/getUserMediaDialog.xul
3506lib/firefox/webapprt/chrome/webapprt/content/mochitest-shared.js 3580lib/firefox/webapprt/chrome/webapprt/content/mochitest-shared.js
3507lib/firefox/webapprt/chrome/webapprt/content/mochitest.js 3581lib/firefox/webapprt/chrome/webapprt/content/mochitest.js
3508lib/firefox/webapprt/chrome/webapprt/content/mochitest.xul 3582lib/firefox/webapprt/chrome/webapprt/content/mochitest.xul
3509lib/firefox/webapprt/chrome/webapprt/content/webapp.js 3583lib/firefox/webapprt/chrome/webapprt/content/webapp.js
3510lib/firefox/webapprt/chrome/webapprt/content/webapp.xul 3584lib/firefox/webapprt/chrome/webapprt/content/webapp.xul
 3585lib/firefox/webapprt/chrome/webapprt/skin/classic/webapprt/downloads/downloadButtons-XP.png
3511lib/firefox/webapprt/chrome/webapprt/skin/classic/webapprt/downloads/downloadButtons.png 3586lib/firefox/webapprt/chrome/webapprt/skin/classic/webapprt/downloads/downloadButtons.png
 3587lib/firefox/webapprt/chrome/webapprt/skin/classic/webapprt/downloads/downloadIcon-XP.png
3512lib/firefox/webapprt/chrome/webapprt/skin/classic/webapprt/downloads/downloadIcon.png 3588lib/firefox/webapprt/chrome/webapprt/skin/classic/webapprt/downloads/downloadIcon.png
3513lib/firefox/webapprt/chrome/webapprt/skin/classic/webapprt/downloads/downloads.css 3589lib/firefox/webapprt/chrome/webapprt/skin/classic/webapprt/downloads/downloads.css
3514lib/firefox/webapprt/components/CommandLineHandler.js 3590lib/firefox/webapprt/components/CommandLineHandler.js
3515lib/firefox/webapprt/components/ContentPermission.js 3591lib/firefox/webapprt/components/ContentPermission.js
3516lib/firefox/webapprt/components/DirectoryProvider.js 3592lib/firefox/webapprt/components/DirectoryProvider.js
3517lib/firefox/webapprt/components/PaymentUIGlue.js 3593lib/firefox/webapprt/components/PaymentUIGlue.js
3518lib/firefox/webapprt/components/components.manifest 3594lib/firefox/webapprt/components/components.manifest
3519lib/firefox/webapprt/defaults/preferences/prefs.js 3595lib/firefox/webapprt/defaults/preferences/prefs.js
3520lib/firefox/webapprt/modules/DownloadView.jsm 3596lib/firefox/webapprt/modules/DownloadView.jsm
3521lib/firefox/webapprt/modules/RemoteDebugger.jsm 3597lib/firefox/webapprt/modules/RemoteDebugger.jsm
3522lib/firefox/webapprt/modules/Startup.jsm 3598lib/firefox/webapprt/modules/Startup.jsm
3523lib/firefox/webapprt/modules/WebRTCHandler.jsm 3599lib/firefox/webapprt/modules/WebRTCHandler.jsm
3524lib/firefox/webapprt/modules/WebappManager.jsm 3600lib/firefox/webapprt/modules/WebappManager.jsm

cvs diff -r1.209 -r1.210 pkgsrc/www/firefox/distinfo (expand / switch to unified diff)

--- pkgsrc/www/firefox/distinfo 2015/08/09 16:20:39 1.209
+++ pkgsrc/www/firefox/distinfo 2015/08/11 23:48:17 1.210
@@ -1,68 +1,67 @@ @@ -1,68 +1,67 @@
1$NetBSD: distinfo,v 1.209 2015/08/09 16:20:39 he Exp $ 1$NetBSD: distinfo,v 1.210 2015/08/11 23:48:17 ryoon Exp $
2 2
3SHA1 (firefox-39.0.3.source.tar.bz2) = e024e528317d6c531fb36a26d2ce3317d3510b42 3SHA1 (firefox-40.0.source.tar.bz2) = 48483e5738182f8567e2b6d2e29bd6bc1812d3eb
4RMD160 (firefox-39.0.3.source.tar.bz2) = 079b34e18cc07dc47a369c357fec9ec35da3baea 4RMD160 (firefox-40.0.source.tar.bz2) = 046cd9d0ce0952238b60bb7351e2009a101a74d9
5Size (firefox-39.0.3.source.tar.bz2) = 183131154 bytes 5Size (firefox-40.0.source.tar.bz2) = 178288925 bytes
6SHA1 (patch-aa) = d460082b7bfa0d96db95ddb904208019195e3b55 6SHA1 (patch-aa) = d460082b7bfa0d96db95ddb904208019195e3b55
7SHA1 (patch-al) = cca5df21d018bb9f428ad26d00718f33afe88ec5 7SHA1 (patch-al) = cca5df21d018bb9f428ad26d00718f33afe88ec5
8SHA1 (patch-ao) = ca7e6723a10b9f6e3306cd12557e1856727edee9 8SHA1 (patch-ao) = ca7e6723a10b9f6e3306cd12557e1856727edee9
9SHA1 (patch-as) = 6630ac63a5b0169c47dbc91bdabf7602e3979a8a 9SHA1 (patch-as) = 6630ac63a5b0169c47dbc91bdabf7602e3979a8a
10SHA1 (patch-b2g_installer_Makefile.in) = 95eb82774734db093c990919ba669d4666e55df0 10SHA1 (patch-b2g_installer_Makefile.in) = 95eb82774734db093c990919ba669d4666e55df0
11SHA1 (patch-b2g_installer_package-manifest.in) = daf8468729a96875d346643d4f9df54a39a4bdd7 11SHA1 (patch-b2g_installer_package-manifest.in) = daf8468729a96875d346643d4f9df54a39a4bdd7
12SHA1 (patch-bf) = 75c971043e9f693203d6bd670b2c20c4952a7756 12SHA1 (patch-bf) = 75c971043e9f693203d6bd670b2c20c4952a7756
13SHA1 (patch-bg) = d6c02294765265d9e85cf49c22320d88573c2e25 13SHA1 (patch-bg) = d6c02294765265d9e85cf49c22320d88573c2e25
14SHA1 (patch-browser_app_nsBrowserApp.cpp) = b7dd345b88dd03716f725c790364d06475aaf6bb 14SHA1 (patch-browser_app_nsBrowserApp.cpp) = b7dd345b88dd03716f725c790364d06475aaf6bb
15SHA1 (patch-browser_installer_package-manifest.in) = aee56636fc83ea6441c5303ef0297971b41516d1 15SHA1 (patch-browser_installer_package-manifest.in) = aee56636fc83ea6441c5303ef0297971b41516d1
16SHA1 (patch-build_autoconf_compiler-opts.m4) = ccdc06a2b07b7664f9cb91bcc4fb29052dda8b07 16SHA1 (patch-build_autoconf_compiler-opts.m4) = ccdc06a2b07b7664f9cb91bcc4fb29052dda8b07
17SHA1 (patch-build_autoconf_nss.m4) = 970fcd9aeede2347651c516d5211c4555dd28a4d 17SHA1 (patch-build_autoconf_nss.m4) = 970fcd9aeede2347651c516d5211c4555dd28a4d
18SHA1 (patch-build_gyp.mozbuild) = 201715e30e20090e9a9ef54cb981d283c9aabf8f 18SHA1 (patch-build_gyp.mozbuild) = 201715e30e20090e9a9ef54cb981d283c9aabf8f
19SHA1 (patch-build_pgo_profileserver.py) = 8666187258e47c037f2065a19a5b38946fdc0f6c 19SHA1 (patch-build_pgo_profileserver.py) = 8666187258e47c037f2065a19a5b38946fdc0f6c
20SHA1 (patch-config_Makefile.in) = 0a072de112e0e5cc4b929a7094498fcf003e27b3 20SHA1 (patch-config_Makefile.in) = 0a072de112e0e5cc4b929a7094498fcf003e27b3
21SHA1 (patch-config_baseconfig.mk) = 07c295fbfbaeb969b336def32d8924729e332075 21SHA1 (patch-config_baseconfig.mk) = 07c295fbfbaeb969b336def32d8924729e332075
22SHA1 (patch-config_external_moz.build) = ee5fe1672333a7d71e61a23f3739ffefcca692d5 22SHA1 (patch-config_external_moz.build) = cacef877270c4314e73ff6e943c70eb378b28509
23SHA1 (patch-config_rules.mk) = d7f7060b246092eae3d7a792e43b14e462a37abd 23SHA1 (patch-config_rules.mk) = d7f7060b246092eae3d7a792e43b14e462a37abd
24SHA1 (patch-config_stl__wrappers_ios) = 00d723e2f2f252485350ede5833f0bb84c1235c1 24SHA1 (patch-config_stl__wrappers_ios) = 00d723e2f2f252485350ede5833f0bb84c1235c1
25SHA1 (patch-config_stl__wrappers_ostream) = 7be7fe36704ffbdc070a113b46b4f391a598206b 25SHA1 (patch-config_stl__wrappers_ostream) = 7be7fe36704ffbdc070a113b46b4f391a598206b
26SHA1 (patch-config_system-headers) = da0f1754eebac0d4a8234345b8d201e0e8fe774f 26SHA1 (patch-config_system-headers) = da0f1754eebac0d4a8234345b8d201e0e8fe774f
27SHA1 (patch-config_system__wrappers_unwind.h) = b3bdac0710179b9c8f8eabd824216d0114504491 27SHA1 (patch-config_system__wrappers_unwind.h) = b3bdac0710179b9c8f8eabd824216d0114504491
28SHA1 (patch-dom_base_moz.build) = 8b59c33958b7037c4c051742c64f1455096ced46 28SHA1 (patch-dom_base_moz.build) = 8b59c33958b7037c4c051742c64f1455096ced46
29SHA1 (patch-dom_media_AudioStream.h) = 96b5a1a2b1c930cfcfa77a125d47b6eb93fac1c6 29SHA1 (patch-dom_media_AudioStream.h) = 96b5a1a2b1c930cfcfa77a125d47b6eb93fac1c6
30SHA1 (patch-dom_media_gmp_GMPChild.cpp) = 534a2c921a2d4d5b71d5ab75b8484ee792329460 30SHA1 (patch-dom_media_gmp_GMPChild.cpp) = 534a2c921a2d4d5b71d5ab75b8484ee792329460
31SHA1 (patch-dom_media_gmp_GMPParent.cpp) = a51a6197cd7be0b751180babe65fb65f93bdbad6 31SHA1 (patch-dom_media_gmp_GMPParent.cpp) = a51a6197cd7be0b751180babe65fb65f93bdbad6
32SHA1 (patch-dom_media_gstreamer_GStreamerAllocator.cpp) = 4685a646a76282619d7c42fac43500e0065f067d 32SHA1 (patch-dom_media_gstreamer_GStreamerAllocator.cpp) = 4685a646a76282619d7c42fac43500e0065f067d
33SHA1 (patch-dom_media_moz.build) = a89695c9557f59e00b42c60742f27a82de0f77fb 33SHA1 (patch-dom_media_moz.build) = a89695c9557f59e00b42c60742f27a82de0f77fb
34SHA1 (patch-dom_plugins_ipc_PluginModuleChild.cpp) = 6219ce1b3f2893c1d53453fcb5568d081b72e106 34SHA1 (patch-dom_plugins_ipc_PluginModuleChild.cpp) = 6219ce1b3f2893c1d53453fcb5568d081b72e106
35SHA1 (patch-dom_plugins_ipc_PluginModuleChild.h) = 0a7f3167e939822013ae6195406657453578453e 35SHA1 (patch-dom_plugins_ipc_PluginModuleChild.h) = 0a7f3167e939822013ae6195406657453578453e
36SHA1 (patch-dom_plugins_ipc_PluginProcessChild.cpp) = 0d10aa4c913d431fb8fa5f995f6e40cb364f069e 36SHA1 (patch-dom_plugins_ipc_PluginProcessChild.cpp) = 0d10aa4c913d431fb8fa5f995f6e40cb364f069e
37SHA1 (patch-dom_system_OSFileConstants.cpp) = 4fe5d4ecf6116c7163ee6d2322db8b1b783fe5ec 37SHA1 (patch-dom_system_OSFileConstants.cpp) = 4fe5d4ecf6116c7163ee6d2322db8b1b783fe5ec
38SHA1 (patch-extensions_spellcheck_hunspell_src_mozHunspell.cpp) = 747354373bcaf2c76bdff71677f354d47837704b 38SHA1 (patch-extensions_spellcheck_hunspell_src_mozHunspell.cpp) = 747354373bcaf2c76bdff71677f354d47837704b
39SHA1 (patch-gfx_gl_GLContextProviderGLX.cpp) = 2cc997cab71a84c1f50a791693519a0626564426 39SHA1 (patch-gfx_gl_GLContextProviderGLX.cpp) = 2cc997cab71a84c1f50a791693519a0626564426
40SHA1 (patch-gfx_graphite2_moz-gr-update.sh) = b987dad1bd4513b8a04fb280bd1c5280a03af746 40SHA1 (patch-gfx_graphite2_moz-gr-update.sh) = b987dad1bd4513b8a04fb280bd1c5280a03af746
41SHA1 (patch-gfx_graphite2_src_Bidi.cpp) = 5e80b4a32a47ae44d237fec69ea87bdd612a76ce 41SHA1 (patch-gfx_graphite2_src_Bidi.cpp) = 5e80b4a32a47ae44d237fec69ea87bdd612a76ce
42SHA1 (patch-gfx_moz.build) = a98bda4727538f4a0f09a20b84f9dd883edaf7d9 42SHA1 (patch-gfx_moz.build) = a98bda4727538f4a0f09a20b84f9dd883edaf7d9
43SHA1 (patch-gfx_skia_generate__mozbuild.py) = e0bf45842ae74f896678b1c29d97606165cf5914 43SHA1 (patch-gfx_skia_generate__mozbuild.py) = b15b7586cfbdea112bcf4b5792663f4cdbe91560
44SHA1 (patch-gfx_skia_moz.build) = ce83717ec6e386d52af75a0f5592fa866b83b3bc 44SHA1 (patch-gfx_skia_moz.build) = 2537653a708b986d179d17ffdb56e88fe147290c
45SHA1 (patch-gfx_thebes_moz.build) = f64917350eaf693866b0e7196cb7f1cc9e9470fc 45SHA1 (patch-gfx_thebes_moz.build) = f64917350eaf693866b0e7196cb7f1cc9e9470fc
46SHA1 (patch-gfx_ycbcr_moz.build) = 121386ef62ff7425e6f93bc624555199f2ac3485 46SHA1 (patch-gfx_ycbcr_moz.build) = 121386ef62ff7425e6f93bc624555199f2ac3485
47SHA1 (patch-gfx_ycbcr_yuv__row__arm.S) = f9909ded72762b2c3547dd002707db43745f2b9d 47SHA1 (patch-gfx_ycbcr_yuv__row__arm.S) = f9909ded72762b2c3547dd002707db43745f2b9d
48SHA1 (patch-image_decoders_nsJPEGDecoder.cpp) = ec12085f52b3614bc67b797c3a6b36ab5daee9ea 48SHA1 (patch-image_decoders_nsJPEGDecoder.cpp) = 522c46732d44be15411d39e16c89bc848d5c6f7a
49SHA1 (patch-intl_hyphenation_hnjalloc.h) = 5b5ac622ed2dd8711f00be0af59c95ebc86a8a78 49SHA1 (patch-intl_hyphenation_hnjalloc.h) = 5b5ac622ed2dd8711f00be0af59c95ebc86a8a78
50SHA1 (patch-intl_unicharutil_util_moz.build) = 1e8eb1f6e66ed80a1689e2205a7d04efe5243d5b 50SHA1 (patch-intl_unicharutil_util_moz.build) = 1e8eb1f6e66ed80a1689e2205a7d04efe5243d5b
51SHA1 (patch-ipc_chromium_Makefile.in) = edd85b79cd3879f7595b932442bb0e93505d5506 51SHA1 (patch-ipc_chromium_Makefile.in) = edd85b79cd3879f7595b932442bb0e93505d5506
52SHA1 (patch-ipc_chromium_moz.build) = de12255865e45cfdf0f7dc57ce101be75ac8ad54 52SHA1 (patch-ipc_chromium_moz.build) = de12255865e45cfdf0f7dc57ce101be75ac8ad54
53SHA1 (patch-ipc_chromium_src_base_atomicops.h) = 24b63a6e51d9ab27f2788ee02f2ffa7e1c36f29a 53SHA1 (patch-ipc_chromium_src_base_atomicops.h) = 24b63a6e51d9ab27f2788ee02f2ffa7e1c36f29a
54SHA1 (patch-ipc_chromium_src_base_file__util.h) = 9d6d074b1692c6b4e722bfac8d67c66040a6fa76 54SHA1 (patch-ipc_chromium_src_base_file__util__posix.cc) = 70772ab2a474b7d3d15cf401c636ca843cfe2034
55SHA1 (patch-ipc_chromium_src_base_file__util__posix.cc) = 18096b89ac3f239a0eb7c1d9c5080c1ac2c73e1b 
56SHA1 (patch-ipc_chromium_src_base_message__loop.cc) = 16158489773bbcba35e224d30bebace0c93599ae 55SHA1 (patch-ipc_chromium_src_base_message__loop.cc) = 16158489773bbcba35e224d30bebace0c93599ae
57SHA1 (patch-ipc_chromium_src_base_platform__thread.h) = e6d7ac39a8b2a1b232638f7671e8530acfed0b97 56SHA1 (patch-ipc_chromium_src_base_platform__thread.h) = e6d7ac39a8b2a1b232638f7671e8530acfed0b97
58SHA1 (patch-ipc_chromium_src_base_platform__thread__posix.cc) = ff1371ffb84abf2d2adcf25e66502943992d5109 57SHA1 (patch-ipc_chromium_src_base_platform__thread__posix.cc) = ff1371ffb84abf2d2adcf25e66502943992d5109
59SHA1 (patch-ipc_chromium_src_base_process__util.h) = 4b24c3467866a601d68bb83f44e5fd38fb27188d 58SHA1 (patch-ipc_chromium_src_base_process__util.h) = 4b24c3467866a601d68bb83f44e5fd38fb27188d
60SHA1 (patch-ipc_chromium_src_base_process__util__bsd.cc) = efe1c242efded89b7a69a83429bc30843f330367 59SHA1 (patch-ipc_chromium_src_base_process__util__bsd.cc) = efe1c242efded89b7a69a83429bc30843f330367
61SHA1 (patch-ipc_chromium_src_base_process__util__posix.cc) = 6b2611cc902f17e726aabcf4fb5fff2c71852408 60SHA1 (patch-ipc_chromium_src_base_process__util__posix.cc) = 6b2611cc902f17e726aabcf4fb5fff2c71852408
62SHA1 (patch-ipc_chromium_src_base_scoped__nsautorelease__pool.h) = 8c61a35e99e7f54e4b2bf5931c59eb2b7a04127a 61SHA1 (patch-ipc_chromium_src_base_scoped__nsautorelease__pool.h) = 8c61a35e99e7f54e4b2bf5931c59eb2b7a04127a
63SHA1 (patch-ipc_chromium_src_base_sys__info__posix.cc) = 27890c56194e483fc0758ed767ca5795cc5112eb 62SHA1 (patch-ipc_chromium_src_base_sys__info__posix.cc) = 27890c56194e483fc0758ed767ca5795cc5112eb
64SHA1 (patch-ipc_chromium_src_base_time__posix.cc) = 337a0b4a5d51d68c7699b79c7591b953ea23ca67 63SHA1 (patch-ipc_chromium_src_base_time__posix.cc) = 337a0b4a5d51d68c7699b79c7591b953ea23ca67
65SHA1 (patch-ipc_chromium_src_build_build__config.h) = af5a10df7d8fe9715f0e43cd6be14f8f20c53517 64SHA1 (patch-ipc_chromium_src_build_build__config.h) = af5a10df7d8fe9715f0e43cd6be14f8f20c53517
66SHA1 (patch-ipc_chromium_src_chrome_common_transport__dib.h) = 7af18973c005d7b144a225bacf41833e059cb400 65SHA1 (patch-ipc_chromium_src_chrome_common_transport__dib.h) = 7af18973c005d7b144a225bacf41833e059cb400
67SHA1 (patch-ipc_glue_GeckoChildProcessHost.cpp) = 45f2f22b4f567ffddd4458f635179b5201e87e64 66SHA1 (patch-ipc_glue_GeckoChildProcessHost.cpp) = 45f2f22b4f567ffddd4458f635179b5201e87e64
68SHA1 (patch-ipc_glue_ScopedXREEmbed.cpp) = 97c39f25527dac4c22b38ce446ca2cd4cef08fd0 67SHA1 (patch-ipc_glue_ScopedXREEmbed.cpp) = 97c39f25527dac4c22b38ce446ca2cd4cef08fd0
@@ -90,75 +89,78 @@ SHA1 (patch-js_xpconnect_src_XPCConvert. @@ -90,75 +89,78 @@ SHA1 (patch-js_xpconnect_src_XPCConvert.
90SHA1 (patch-js_xpconnect_src_xpcprivate.h) = 8a15ff542c9d3fce448d9ec63706f7dfb411d926 89SHA1 (patch-js_xpconnect_src_xpcprivate.h) = 8a15ff542c9d3fce448d9ec63706f7dfb411d926
91SHA1 (patch-media_libcubeb_AUTHORS) = 3db32086f98c2bbe16e9394bb5121d7a95cdb4af 90SHA1 (patch-media_libcubeb_AUTHORS) = 3db32086f98c2bbe16e9394bb5121d7a95cdb4af
92SHA1 (patch-media_libcubeb_src_cubeb.c) = effe8771e42adddb478ecb302352ef003bdd01db 91SHA1 (patch-media_libcubeb_src_cubeb.c) = effe8771e42adddb478ecb302352ef003bdd01db
93SHA1 (patch-media_libcubeb_src_cubeb__alsa.c) = 81e695c5cb20be3e864157c19ed07f9713490be5 92SHA1 (patch-media_libcubeb_src_cubeb__alsa.c) = 81e695c5cb20be3e864157c19ed07f9713490be5
94SHA1 (patch-media_libcubeb_src_cubeb__oss.c) = 54e2a210411c7083bc395033fbf519d581bc4a62 93SHA1 (patch-media_libcubeb_src_cubeb__oss.c) = 54e2a210411c7083bc395033fbf519d581bc4a62
95SHA1 (patch-media_libcubeb_src_moz.build) = a793f0dd1bd90d9a9a967dbef8da1183cd909b7c 94SHA1 (patch-media_libcubeb_src_moz.build) = a793f0dd1bd90d9a9a967dbef8da1183cd909b7c
96SHA1 (patch-media_libpng_pngpriv.h) = c9cefd1b5dd85fbd0c875c3f9bc108975398fe3a 95SHA1 (patch-media_libpng_pngpriv.h) = c9cefd1b5dd85fbd0c875c3f9bc108975398fe3a
97SHA1 (patch-media_libsoundtouch_src_cpu__detect__x86.cpp) = db61737afa7773e8cbd82976de3a02c917174696 96SHA1 (patch-media_libsoundtouch_src_cpu__detect__x86.cpp) = db61737afa7773e8cbd82976de3a02c917174696
98SHA1 (patch-media_libstagefright_frameworks_av_media_libstagefright_foundation_AString.cpp) = b7c21a68f09176100794148aa75eb19829417fed 97SHA1 (patch-media_libstagefright_frameworks_av_media_libstagefright_foundation_AString.cpp) = b7c21a68f09176100794148aa75eb19829417fed
99SHA1 (patch-media_libstagefright_system_core_liblog_fake__log__device.c) = b59809a7292d41bdb352bc425dc46273f1c0c270 98SHA1 (patch-media_libstagefright_system_core_liblog_fake__log__device.c) = b59809a7292d41bdb352bc425dc46273f1c0c270
100SHA1 (patch-media_libstagefright_system_core_liblog_logprint.c) = 56c5590b57caf568e12f8ff7df07daec281855de 99SHA1 (patch-media_libstagefright_system_core_liblog_logprint.c) = 56c5590b57caf568e12f8ff7df07daec281855de
101SHA1 (patch-media_libtheora_lib_arm_armcpu.c) = 4b215277f9c81154377d401166023c1bf78a3718 100SHA1 (patch-media_libtheora_lib_arm_armcpu.c) = 4b215277f9c81154377d401166023c1bf78a3718
102SHA1 (patch-media_libtheora_lib_info.c) = cb7628134427aaa4d5824c0e0770c30e5111a933 101SHA1 (patch-media_libtheora_lib_info.c) = cb7628134427aaa4d5824c0e0770c30e5111a933
103SHA1 (patch-media_libtheora_moz.build) = 69476f02c0d79929b1d92719706ac68ffd102826 102SHA1 (patch-media_libtheora_moz.build) = 9fbbbe76da464749ec9328b2ba1713cc849d9b42
104SHA1 (patch-media_libtremor_Makefile.in) = 497d03646caa721bdd129de365aadea8466043af 103SHA1 (patch-media_libtremor_Makefile.in) = 497d03646caa721bdd129de365aadea8466043af
105SHA1 (patch-media_libtremor_moz.build) = 994b04e4c344a91c4b474a752ddc4ca0e2732910 104SHA1 (patch-media_libtremor_moz.build) = 994b04e4c344a91c4b474a752ddc4ca0e2732910
106SHA1 (patch-media_libvorbis_Makefile.in) = fd1ce15268eed9c97dd0774398d559cdbed63e53 105SHA1 (patch-media_libvorbis_Makefile.in) = fd1ce15268eed9c97dd0774398d559cdbed63e53
107SHA1 (patch-media_libvorbis_lib_vorbis_info.c) = 1d85195a5553202b0c38dc8dec6db1f4f0513e5f 106SHA1 (patch-media_libvorbis_lib_vorbis_info.c) = 1d85195a5553202b0c38dc8dec6db1f4f0513e5f
108SHA1 (patch-media_libvorbis_moz.build) = 927f7848305eb2341c9efa96800d30b4a1b8eaa4 107SHA1 (patch-media_libvorbis_moz.build) = 927f7848305eb2341c9efa96800d30b4a1b8eaa4
109SHA1 (patch-media_libyuv_include_libyuv_scale__row.h) = 503b6f2065e9d548a1f01f7158d65874f4886c78 108SHA1 (patch-media_libyuv_include_libyuv_scale__row.h) = 503b6f2065e9d548a1f01f7158d65874f4886c78
110SHA1 (patch-media_mtransport_third__party_nICEr_src_util_mbslen.c) = 087e8788c72b96d2059ca82ce4282d78aed546da 109SHA1 (patch-media_mtransport_third__party_nICEr_src_util_mbslen.c) = 087e8788c72b96d2059ca82ce4282d78aed546da
111SHA1 (patch-media_mtransport_third__party_nrappkit_src_port_generic_include_sys_queue.h) = de7055f891387f96f8fd32366c7189d480354e9e 110SHA1 (patch-media_mtransport_third__party_nrappkit_src_port_generic_include_sys_queue.h) = de7055f891387f96f8fd32366c7189d480354e9e
112SHA1 (patch-media_webrtc_signaling_test_moz.build) = 2de45866c1c41f8a186586264fad3be90e30ba3b 111SHA1 (patch-media_webrtc_signaling_test_common.build) = febf2033154d64208632524732c4ef26e9247267
113SHA1 (patch-media_webrtc_trunk_webrtc_build_common.gypi) = 4ff5796e15d9aa6adb8495d6f2e5a7f0445a0fac 112SHA1 (patch-media_webrtc_trunk_webrtc_build_common.gypi) = 4ff5796e15d9aa6adb8495d6f2e5a7f0445a0fac
114SHA1 (patch-media_webrtc_trunk_webrtc_modules_audio__coding_codecs_opus_opus.gypi) = e47f1c64c0455f1b31011bf90346645a4ce38e52 113SHA1 (patch-media_webrtc_trunk_webrtc_modules_audio__coding_codecs_opus_opus.gypi) = e47f1c64c0455f1b31011bf90346645a4ce38e52
115SHA1 (patch-media_webrtc_trunk_webrtc_modules_audio__coding_neteq_neteq.gypi) = 54c05a12758c377b0f80143048280a7738e7038d 114SHA1 (patch-media_webrtc_trunk_webrtc_modules_audio__coding_neteq_neteq.gypi) = 54c05a12758c377b0f80143048280a7738e7038d
116SHA1 (patch-media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.cc) = 53481a80b410afe962146f08eafe8ff38ac6a241 115SHA1 (patch-media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.cc) = 53481a80b410afe962146f08eafe8ff38ac6a241
117SHA1 (patch-media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.h) = b972e59204760eb885a9a0432ec977f604208a53 116SHA1 (patch-media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.h) = b972e59204760eb885a9a0432ec977f604208a53
118SHA1 (patch-media_webrtc_trunk_webrtc_modules_video__capture_linux_device__info__linux.cc) = 9ff1dcf200feaf67bf576f07beb612e0ec91d7d1 117SHA1 (patch-media_webrtc_trunk_webrtc_modules_video__capture_linux_device__info__linux.cc) = 9ff1dcf200feaf67bf576f07beb612e0ec91d7d1
119SHA1 (patch-media_webrtc_trunk_webrtc_modules_video__capture_linux_video__capture__linux.cc) = ffc1d956e826a0005b76285596ba24a2f4a3806c 118SHA1 (patch-media_webrtc_trunk_webrtc_modules_video__capture_linux_video__capture__linux.cc) = ffc1d956e826a0005b76285596ba24a2f4a3806c
120SHA1 (patch-media_webrtc_trunk_webrtc_modules_video__capture_video__capture.gypi) = 4a293e0d788a3a3acfbbf4cf19a6f9a7235b83d0 119SHA1 (patch-media_webrtc_trunk_webrtc_modules_video__capture_video__capture.gypi) = 4a293e0d788a3a3acfbbf4cf19a6f9a7235b83d0
121SHA1 (patch-media_webrtc_trunk_webrtc_system__wrappers_source_spreadsortlib_spreadsort.hpp) = c09f0d234f70d48403b3b12866647c4cbc752396 120SHA1 (patch-media_webrtc_trunk_webrtc_system__wrappers_source_spreadsortlib_spreadsort.hpp) = 7c08c0586874bcb69a9005e8661b853f8664db4c
122SHA1 (patch-memory_build_mozjemalloc__compat.c) = e43a0f593a524db1b325e0b6141f2630d63b9a5c 121SHA1 (patch-memory_build_mozjemalloc__compat.c) = e43a0f593a524db1b325e0b6141f2630d63b9a5c
123SHA1 (patch-memory_jemalloc_Makefile.in) = 772e996c8da254f952d0f3a0c9325a177c838543 122SHA1 (patch-memory_jemalloc_Makefile.in) = 772e996c8da254f952d0f3a0c9325a177c838543
124SHA1 (patch-memory_jemalloc_src_configure) = d1e27220b223266f7a7d362dca1621012f8d9d7f 123SHA1 (patch-memory_jemalloc_src_configure) = d1e27220b223266f7a7d362dca1621012f8d9d7f
125SHA1 (patch-memory_mozalloc_mozalloc__abort.cpp) = 44cb29dac1e8032c3f58149227bfe5ad94e8edb9 124SHA1 (patch-memory_mozalloc_mozalloc__abort.cpp) = 44cb29dac1e8032c3f58149227bfe5ad94e8edb9
126SHA1 (patch-memory_volatile_VolatileBufferOSX.cpp) = ebea8a615443206376cb4264ed43b5c74e029b7d 125SHA1 (patch-memory_volatile_VolatileBufferOSX.cpp) = ebea8a615443206376cb4264ed43b5c74e029b7d
127SHA1 (patch-mfbt_Alignment.h) = 9ebc9892fd11eba7105974979b54f4f8759b7749 126SHA1 (patch-mfbt_Alignment.h) = 9ebc9892fd11eba7105974979b54f4f8759b7749
128SHA1 (patch-mfbt_Attributes.h) = 509d389e0053615aaf817d49f0cc5a12bd620aae 127SHA1 (patch-mfbt_Attributes.h) = 509d389e0053615aaf817d49f0cc5a12bd620aae
129SHA1 (patch-mfbt_Poison.cpp) = f502581db96b3e5eca25a9aa9035f436e9167503 128SHA1 (patch-mfbt_Poison.cpp) = f502581db96b3e5eca25a9aa9035f436e9167503
130SHA1 (patch-mobile_android_installer_Makefile.in) = 3d6b7ea3fc6249f2f8ebc88f15f34495a0ef41d6 129SHA1 (patch-mobile_android_installer_Makefile.in) = 3d6b7ea3fc6249f2f8ebc88f15f34495a0ef41d6
131SHA1 (patch-mobile_android_installer_package-manifest.in) = 5826a6585e76eecad46e8c8bf3a9c4ded61b5748 130SHA1 (patch-mobile_android_installer_package-manifest.in) = 5826a6585e76eecad46e8c8bf3a9c4ded61b5748
132SHA1 (patch-modules_libjar_nsZipArchive.cpp) = 6aff0f8ed42575d8ca36a524e12e9a1f7351004a 131SHA1 (patch-modules_libjar_nsZipArchive.cpp) = 6aff0f8ed42575d8ca36a524e12e9a1f7351004a
133SHA1 (patch-netwerk_base_nsNetUtil.h) = e80f40b048e4628876ceb1a5ca90f7b07862d9ab 132SHA1 (patch-netwerk_base_nsNetUtil.h) = e80f40b048e4628876ceb1a5ca90f7b07862d9ab
134SHA1 (patch-netwerk_dns_moz.build) = 447ea9652f67cb5e48ea14a725c4cf45647eec6b 133SHA1 (patch-netwerk_dns_moz.build) = 447ea9652f67cb5e48ea14a725c4cf45647eec6b
135SHA1 (patch-netwerk_protocol_http_Http2Session.cpp) = 40f4a64657ea2dd0ddc6434cafcd181763ac31b6 134SHA1 (patch-netwerk_protocol_http_Http2Session.cpp) = bd58c580aface92714a16cc533d69541ae31deef
136SHA1 (patch-pb) = 97c9b2e4cefd524dc6ba825f71c3da2a761aa1f4 135SHA1 (patch-pb) = 97c9b2e4cefd524dc6ba825f71c3da2a761aa1f4
137SHA1 (patch-pc) = 8b2baa88f0983a2fef4f801cf6b1ae425f6c813a 136SHA1 (patch-pc) = 8b2baa88f0983a2fef4f801cf6b1ae425f6c813a
138SHA1 (patch-rc) = affa634564e798184bbe50ba7c491d691a4a8994 137SHA1 (patch-rc) = affa634564e798184bbe50ba7c491d691a4a8994
139SHA1 (patch-security_manager_ssl_src_nsNSSComponent.cpp) = 28d216fb8dcb5968c1ff657578b4caf814c146ac 138SHA1 (patch-security_manager_ssl_src_nsNSSComponent.cpp) = 28d216fb8dcb5968c1ff657578b4caf814c146ac
 139SHA1 (patch-testing_mozharness_README.md) = 1fc60563f800dd2a0ea868bbcd726cf6ecefe191
 140SHA1 (patch-testing_mozharness_configs_update__tests_mozilla-beta.py) = d31b9c0b38eaa44f24861a9d54ead989b4298192
 141SHA1 (patch-testing_mozharness_configs_update__tests_mozilla-release.py) = 6114abd1435f5dd8077b55db83e5114616ab4fe3
 142SHA1 (patch-testing_mozharness_configs_vcs__sync_staging__build-repos.py) = dd52b04000e0398862cc8df70b7003155391ea3e
 143SHA1 (patch-testing_mozharness_configs_vcs__sync_staging__l10n.py) = d1d6ab7d789a97a079989cc600038d4790a0e809
140SHA1 (patch-toolkit_components_osfile_modules_osfile__unix__back.jsm) = 6b926ccd793391ad7bd7101635f4b3eefe3db130 144SHA1 (patch-toolkit_components_osfile_modules_osfile__unix__back.jsm) = 6b926ccd793391ad7bd7101635f4b3eefe3db130
141SHA1 (patch-toolkit_components_osfile_modules_osfile__unix__front.jsm) = f5adba2137f2d7fd4d4a6a1e8ef8625866513890 145SHA1 (patch-toolkit_components_osfile_modules_osfile__unix__front.jsm) = f5adba2137f2d7fd4d4a6a1e8ef8625866513890
142SHA1 (patch-toolkit_library_moz.build) = 625d78e64959f78a5d0b8148749bb43a0abcbcf7 146SHA1 (patch-toolkit_library_moz.build) = 625d78e64959f78a5d0b8148749bb43a0abcbcf7
143SHA1 (patch-toolkit_modules_GMPInstallManager.jsm) = 7aaf694c6466c2ab2beac3e9e9ca80461bc13c7f 147SHA1 (patch-toolkit_modules_GMPInstallManager.jsm) = dfc7130a50593acad6582c5961bdb87839e017f5
144SHA1 (patch-toolkit_modules_GMPUtils.jsm) = 1b4472b466e1b736034434ef32a6d016993ddb00 148SHA1 (patch-toolkit_modules_GMPUtils.jsm) = 1b4472b466e1b736034434ef32a6d016993ddb00
145SHA1 (patch-toolkit_mozapps_extensions_internal_GMPProvider.jsm) = 6e4ead21c1bcb1268a0530b3041ff4d5af20b743 149SHA1 (patch-toolkit_mozapps_extensions_internal_GMPProvider.jsm) = 6e4ead21c1bcb1268a0530b3041ff4d5af20b743
146SHA1 (patch-toolkit_xre_glxtest.cpp) = cf048491778610454b914400e53072afedd96e7b 150SHA1 (patch-toolkit_xre_glxtest.cpp) = cf048491778610454b914400e53072afedd96e7b
147SHA1 (patch-toolkit_xre_nsAppRunner.cpp) = f335d64cb0e1d248fd2c41a167ee1874218e7db6 151SHA1 (patch-toolkit_xre_nsAppRunner.cpp) = f335d64cb0e1d248fd2c41a167ee1874218e7db6
148SHA1 (patch-toolkit_xre_nsEmbedFunctions.cpp) = 6ee6fba04a3ecc6596f8aed67f752a1075901fa8 152SHA1 (patch-toolkit_xre_nsEmbedFunctions.cpp) = 6ee6fba04a3ecc6596f8aed67f752a1075901fa8
149SHA1 (patch-webapprt_moz.build) = 177468d5e12c49db1ad5376f0f3df34fa9df070c 153SHA1 (patch-webapprt_moz.build) = 177468d5e12c49db1ad5376f0f3df34fa9df070c
150SHA1 (patch-widget_gtk_gtk3drawing.c) = 8f8e9b28b5ab98009cf60b236dc79d580cb6bd73 
151SHA1 (patch-widget_gtk_nsNativeThemeGTK.cpp) = 340e5e9d1cd4f248af6908408188371a731d5474 
152SHA1 (patch-xpcom_base_nsStackWalk.cpp) = 8fb5eb1f1e548eda7151175d350eee9ec38b17b3 154SHA1 (patch-xpcom_base_nsStackWalk.cpp) = 8fb5eb1f1e548eda7151175d350eee9ec38b17b3
153SHA1 (patch-xpcom_base_nscore.h) = f4fe66cc9e714a2101a4d1287359d1c300574438 155SHA1 (patch-xpcom_base_nscore.h) = f4fe66cc9e714a2101a4d1287359d1c300574438
154SHA1 (patch-xpcom_build_PoisonIOInterposer.h) = b0a53ec580bf5c2277d19618c1240a447575ae68 156SHA1 (patch-xpcom_build_PoisonIOInterposer.h) = b0a53ec580bf5c2277d19618c1240a447575ae68
155SHA1 (patch-xpcom_build_XPCOMInit.cpp) = 31a3e1b22b992d677a77d1e75ef52eb18d84abf7 157SHA1 (patch-xpcom_build_XPCOMInit.cpp) = 31a3e1b22b992d677a77d1e75ef52eb18d84abf7
156SHA1 (patch-xpcom_glue_standalone_nsXPCOMGlue.cpp) = a6ef7f490d52037d2a72d3d52d834a182a29eccb 158SHA1 (patch-xpcom_glue_standalone_nsXPCOMGlue.cpp) = a6ef7f490d52037d2a72d3d52d834a182a29eccb
157SHA1 (patch-xpcom_reflect_xptcall_md_unix_Makefile.in) = 1e4d71a06b34556fa9339f97b75a065539baa511 159SHA1 (patch-xpcom_reflect_xptcall_md_unix_Makefile.in) = 1e4d71a06b34556fa9339f97b75a065539baa511
158SHA1 (patch-xpcom_reflect_xptcall_md_unix_moz.build) = 2e6fbc64d78a3f035c6f9db9fffd0f1097420b58 160SHA1 (patch-xpcom_reflect_xptcall_md_unix_moz.build) = 2e6fbc64d78a3f035c6f9db9fffd0f1097420b58
159SHA1 (patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__arm__netbsd.cpp) = 493d1433ae72bbd0c65ab3f51de43fb864a6f58d 161SHA1 (patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__arm__netbsd.cpp) = 493d1433ae72bbd0c65ab3f51de43fb864a6f58d
160SHA1 (patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__mips.S) = f310105510bb5fa6c6de122ebdebbfa18423d8d3 162SHA1 (patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__mips.S) = f310105510bb5fa6c6de122ebdebbfa18423d8d3
161SHA1 (patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__ppc__netbsd.s) = 8e367d4d0baf24714ee80449fc8d6849ff08ca1c 163SHA1 (patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__ppc__netbsd.s) = 8e367d4d0baf24714ee80449fc8d6849ff08ca1c
162SHA1 (patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__gcc__x86__unix.cpp) = 8cb72e1bc9a38e3f123539d7bb2aca6793f2b574 164SHA1 (patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__gcc__x86__unix.cpp) = 8cb72e1bc9a38e3f123539d7bb2aca6793f2b574
163SHA1 (patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__netbsd__m68k.cpp) = b6dc5d54eeaa908d914116429e61f4b65a6a5f8e 165SHA1 (patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__netbsd__m68k.cpp) = b6dc5d54eeaa908d914116429e61f4b65a6a5f8e
164SHA1 (patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__ppc__netbsd.cpp) = 71a33723a557a6153405f6baec8404b25f841608 166SHA1 (patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__ppc__netbsd.cpp) = 71a33723a557a6153405f6baec8404b25f841608

cvs diff -r1.59 -r1.60 pkgsrc/www/firefox/mozilla-common.mk (expand / switch to unified diff)

--- pkgsrc/www/firefox/mozilla-common.mk 2015/07/04 18:49:05 1.59
+++ pkgsrc/www/firefox/mozilla-common.mk 2015/08/11 23:48:17 1.60
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: mozilla-common.mk,v 1.59 2015/07/04 18:49:05 tsutsui Exp $ 1# $NetBSD: mozilla-common.mk,v 1.60 2015/08/11 23:48:17 ryoon Exp $
2# 2#
3# common Makefile fragment for mozilla packages based on gecko 2.0. 3# common Makefile fragment for mozilla packages based on gecko 2.0.
4# 4#
5# used by www/firefox/Makefile 5# used by www/firefox/Makefile
6# used by www/seamonkey/Makefile 6# used by www/seamonkey/Makefile
7 7
8GNU_CONFIGURE= yes 8GNU_CONFIGURE= yes
9USE_TOOLS+= pkg-config perl gmake autoconf213 unzip zip 9USE_TOOLS+= pkg-config perl gmake autoconf213 unzip zip
10USE_LANGUAGES+= c99 c++ 10USE_LANGUAGES+= c99 c++
11UNLIMIT_RESOURCES+= datasize 11UNLIMIT_RESOURCES+= datasize
12 12
13test: 13test:
14 cd ${WRKSRC}/${OBJDIR}/dist/bin && \ 14 cd ${WRKSRC}/${OBJDIR}/dist/bin && \
@@ -75,28 +75,27 @@ CONFIGURE_ARGS+= --enable-chrome-format= @@ -75,28 +75,27 @@ CONFIGURE_ARGS+= --enable-chrome-format=
75CONFIGURE_ARGS+= --disable-libjpeg-turbo 75CONFIGURE_ARGS+= --disable-libjpeg-turbo
76 76
77CONFIGURE_ARGS+= --disable-elf-hack 77CONFIGURE_ARGS+= --disable-elf-hack
78CONFIGURE_ARGS+= --disable-elf-dynstr-gc 78CONFIGURE_ARGS+= --disable-elf-dynstr-gc
79CONFIGURE_ARGS+= --disable-gconf 79CONFIGURE_ARGS+= --disable-gconf
80CONFIGURE_ARGS+= --enable-gio 80CONFIGURE_ARGS+= --enable-gio
81CONFIGURE_ARGS+= --enable-extensions=gio 81CONFIGURE_ARGS+= --enable-extensions=gio
82CONFIGURE_ARGS+= --disable-mochitest 82CONFIGURE_ARGS+= --disable-mochitest
83CONFIGURE_ARGS+= --enable-canvas 83CONFIGURE_ARGS+= --enable-canvas
84#CONFIGURE_ARGS+= --enable-readline 84#CONFIGURE_ARGS+= --enable-readline
85CONFIGURE_ARGS+= --disable-installer 85CONFIGURE_ARGS+= --disable-installer
86CONFIGURE_ARGS+= --enable-url-classifier 86CONFIGURE_ARGS+= --enable-url-classifier
87#CONFIGURE_ARGS+= --enable-startup-notification 87#CONFIGURE_ARGS+= --enable-startup-notification
88# Disabled from https://bugzilla.mozilla.org/show_bug.cgi?id=977400 88#CONFIGURE_ARGS+= --enable-shared-js
89CONFIGURE_ARGS+= --enable-shared-js 
90CONFIGURE_ARGS+= --with-system-ply 89CONFIGURE_ARGS+= --with-system-ply
91CONFIGURE_ARGS+= --disable-icf 90CONFIGURE_ARGS+= --disable-icf
92CONFIGURE_ARGS+= --disable-updater 91CONFIGURE_ARGS+= --disable-updater
93 92
94SUBST_CLASSES+= fix-paths 93SUBST_CLASSES+= fix-paths
95SUBST_STAGE.fix-paths= pre-configure 94SUBST_STAGE.fix-paths= pre-configure
96SUBST_MESSAGE.fix-paths= Fixing absolute paths. 95SUBST_MESSAGE.fix-paths= Fixing absolute paths.
97SUBST_FILES.fix-paths= ${MOZILLA_DIR}xpcom/build/nsXPCOMPrivate.h 96SUBST_FILES.fix-paths= ${MOZILLA_DIR}xpcom/build/nsXPCOMPrivate.h
98SUBST_FILES.fix-paths+= ${MOZILLA_DIR}xpcom/io/nsAppFileLocationProvider.cpp 97SUBST_FILES.fix-paths+= ${MOZILLA_DIR}xpcom/io/nsAppFileLocationProvider.cpp
99SUBST_SED.fix-paths+= -e 's,/usr/lib/mozilla/plugins,${PREFIX}/lib/netscape/plugins,g' 98SUBST_SED.fix-paths+= -e 's,/usr/lib/mozilla/plugins,${PREFIX}/lib/netscape/plugins,g'
100 99
101CONFIG_GUESS_OVERRIDE+= ${MOZILLA_DIR}build/autoconf/config.guess 100CONFIG_GUESS_OVERRIDE+= ${MOZILLA_DIR}build/autoconf/config.guess
102CONFIG_GUESS_OVERRIDE+= ${MOZILLA_DIR}js/src/build/autoconf/config.guess 101CONFIG_GUESS_OVERRIDE+= ${MOZILLA_DIR}js/src/build/autoconf/config.guess

cvs diff -r1.8 -r1.9 pkgsrc/www/firefox/patches/Attic/patch-config_external_moz.build (expand / switch to unified diff)

--- pkgsrc/www/firefox/patches/Attic/patch-config_external_moz.build 2015/05/12 22:48:54 1.8
+++ pkgsrc/www/firefox/patches/Attic/patch-config_external_moz.build 2015/08/11 23:48:18 1.9
@@ -1,42 +1,42 @@ @@ -1,42 +1,42 @@
1$NetBSD: patch-config_external_moz.build,v 1.8 2015/05/12 22:48:54 ryoon Exp $ 1$NetBSD: patch-config_external_moz.build,v 1.9 2015/08/11 23:48:18 ryoon Exp $
2 2
3--- config/external/moz.build.orig 2015-05-04 00:43:23.000000000 +0000 3--- config/external/moz.build.orig 2015-08-07 15:54:10.000000000 +0000
4+++ config/external/moz.build 4+++ config/external/moz.build
5@@ -19,10 +19,19 @@ if CONFIG['MOZ_UPDATER']: 5@@ -19,10 +19,19 @@ if CONFIG['MOZ_UPDATER']:
6 # There's no "native brotli" yet, but probably in the future... 6 # There's no "native brotli" yet, but probably in the future...
7 external_dirs += ['modules/brotli'] 7 external_dirs += ['modules/brotli']
8  8
9-if CONFIG['MOZ_VORBIS']: 9-if CONFIG['MOZ_VORBIS']:
10+if not CONFIG['MOZ_NATIVE_OGG']: 10+if not CONFIG['MOZ_NATIVE_OGG']:
11+ external_dirs += ['media/libogg'] 11+ external_dirs += ['media/libogg']
12+ 12+
13+if not CONFIG['MOZ_NATIVE_CELT'] or not CONFIG['MOZ_NATIVE_OPUS']: 13+if not CONFIG['MOZ_NATIVE_CELT'] or not CONFIG['MOZ_NATIVE_OPUS']:
14+ external_dirs += ['media/libopus'] 14+ external_dirs += ['media/libopus']
15+ 15+
16+if not CONFIG['MOZ_NATIVE_THEORA']: 16+if not CONFIG['MOZ_NATIVE_THEORA']:
17+ external_dirs += ['media/libtheora'] 17+ external_dirs += ['media/libtheora']
18+ 18+
19+if CONFIG['MOZ_VORBIS'] and not CONFIG['MOZ_NATIVE_VORBIS']: 19+if CONFIG['MOZ_VORBIS'] and not CONFIG['MOZ_NATIVE_VORBIS']:
20 external_dirs += ['media/libvorbis'] 20 external_dirs += ['media/libvorbis']
21  21
22-if CONFIG['MOZ_TREMOR']: 22-if CONFIG['MOZ_TREMOR']:
23+if CONFIG['MOZ_TREMOR'] and not CONFIG['MOZ_NATIVE_TREMOR']: 23+if CONFIG['MOZ_TREMOR'] and not CONFIG['MOZ_NATIVE_TREMOR']:
24 external_dirs += ['media/libtremor'] 24 external_dirs += ['media/libtremor']
25  25
26 if CONFIG['MOZ_WEBM']: 26 if CONFIG['MOZ_WEBM']:
27@@ -37,15 +46,16 @@ if CONFIG['MOZ_VPX'] and not CONFIG['MOZ 27@@ -40,15 +49,16 @@ if not CONFIG['MOZ_NATIVE_PNG']:
28 if not CONFIG['MOZ_NATIVE_PNG']: 28 if CONFIG['CPU_ARCH'] == 'arm':
29 external_dirs += ['media/libpng'] 29 external_dirs += ['media/openmax_dl']
30  30
31+if not CONFIG['MOZ_NATIVE_SPEEX']: 31+if not CONFIG['MOZ_NATIVE_SPEEX']:
32+ external_dirs += ['media/libspeex_resampler'] 32+ external_dirs += ['media/libspeex_resampler']
33+ 33+
34+if not CONFIG['MOZ_NATIVE_SOUNDTOUCH']: 34+if not CONFIG['MOZ_NATIVE_SOUNDTOUCH']:
35+ external_dirs += ['media/libsoundtouch'] 35+ external_dirs += ['media/libsoundtouch']
36+ 36+
37 external_dirs += [ 37 external_dirs += [
38 'media/kiss_fft', 38 'media/kiss_fft',
39 'media/libcubeb', 39 'media/libcubeb',
40- 'media/libogg', 40- 'media/libogg',
41- 'media/libopus', 41- 'media/libopus',
42- 'media/libtheora', 42- 'media/libtheora',

cvs diff -r1.8 -r1.9 pkgsrc/www/firefox/patches/Attic/patch-gfx_skia_moz.build (expand / switch to unified diff)

--- pkgsrc/www/firefox/patches/Attic/patch-gfx_skia_moz.build 2014/12/01 18:11:14 1.8
+++ pkgsrc/www/firefox/patches/Attic/patch-gfx_skia_moz.build 2015/08/11 23:48:18 1.9
@@ -1,14 +1,17 @@ @@ -1,14 +1,17 @@
1$NetBSD: patch-gfx_skia_moz.build,v 1.8 2014/12/01 18:11:14 ryoon Exp $ 1$NetBSD: patch-gfx_skia_moz.build,v 1.9 2015/08/11 23:48:18 ryoon Exp $
2 2
3--- gfx/skia/moz.build.orig 2014-11-21 03:37:30.000000000 +0000 3--- gfx/skia/moz.build.orig 2015-08-07 15:54:04.000000000 +0000
4+++ gfx/skia/moz.build 4+++ gfx/skia/moz.build
5@@ -968,6 +968,9 @@ if CONFIG['GNU_CXX']: 5@@ -970,6 +970,12 @@ if CONFIG['GNU_CXX']:
6 if not CONFIG['CLANG_CXX']: 6 if CONFIG['CPU_ARCH'] == 'arm':
7 CXXFLAGS += ['-Wno-logical-op'] 7 SOURCES['trunk/src/opts/SkBlitRow_opts_arm.cpp'].flags += ['-fomit-frame-pointer']
8  8
9+if CONFIG['MOZ_NATIVE_HARFBUZZ']: 9+if CONFIG['MOZ_NATIVE_HARFBUZZ']:
10+ CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] 10+ CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS']
11+ 11+
 12+if CONFIG['MOZ_NATIVE_HARFBUZZ']:
 13+ CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS']
 14+
12 if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3', 'android', 'gonk', 'qt'): 15 if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3', 'android', 'gonk', 'qt'):
13 CXXFLAGS += CONFIG['MOZ_CAIRO_CFLAGS'] 16 CXXFLAGS += CONFIG['MOZ_CAIRO_CFLAGS']
14 CXXFLAGS += CONFIG['CAIRO_FT_CFLAGS'] 17 CXXFLAGS += CONFIG['CAIRO_FT_CFLAGS']

cvs diff -r1.1 -r1.2 pkgsrc/www/firefox/patches/Attic/patch-gfx_skia_generate__mozbuild.py (expand / switch to unified diff)

--- pkgsrc/www/firefox/patches/Attic/patch-gfx_skia_generate__mozbuild.py 2014/12/01 18:11:14 1.1
+++ pkgsrc/www/firefox/patches/Attic/patch-gfx_skia_generate__mozbuild.py 2015/08/11 23:48:18 1.2
@@ -1,14 +1,17 @@ @@ -1,14 +1,17 @@
1$NetBSD: patch-gfx_skia_generate__mozbuild.py,v 1.1 2014/12/01 18:11:14 ryoon Exp $ 1$NetBSD: patch-gfx_skia_generate__mozbuild.py,v 1.2 2015/08/11 23:48:18 ryoon Exp $
2 2
3--- gfx/skia/generate_mozbuild.py.orig 2014-11-21 03:37:30.000000000 +0000 3--- gfx/skia/generate_mozbuild.py.orig 2015-08-07 15:54:04.000000000 +0000
4+++ gfx/skia/generate_mozbuild.py 4+++ gfx/skia/generate_mozbuild.py
5@@ -140,6 +140,9 @@ if CONFIG['GNU_CXX']: 5@@ -142,6 +142,12 @@ if CONFIG['GNU_CXX']:
6 if not CONFIG['CLANG_CXX']: 6 if CONFIG['CPU_ARCH'] == 'arm':
7 CXXFLAGS += ['-Wno-logical-op'] 7 SOURCES['trunk/src/opts/SkBlitRow_opts_arm.cpp'].flags += ['-fomit-frame-pointer']
8  8
9+if CONFIG['MOZ_NATIVE_HARFBUZZ']: 9+if CONFIG['MOZ_NATIVE_HARFBUZZ']:
10+ CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] 10+ CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS']
11+ 11+
 12+if CONFIG['MOZ_NATIVE_HARFBUZZ']:
 13+ CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS']
 14+
12 if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3', 'android', 'gonk', 'qt'): 15 if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3', 'android', 'gonk', 'qt'):
13 CXXFLAGS += CONFIG['MOZ_CAIRO_CFLAGS'] 16 CXXFLAGS += CONFIG['MOZ_CAIRO_CFLAGS']
14 CXXFLAGS += CONFIG['CAIRO_FT_CFLAGS'] 17 CXXFLAGS += CONFIG['CAIRO_FT_CFLAGS']

cvs diff -r1.5 -r1.6 pkgsrc/www/firefox/patches/Attic/patch-image_decoders_nsJPEGDecoder.cpp (expand / switch to unified diff)

--- pkgsrc/www/firefox/patches/Attic/patch-image_decoders_nsJPEGDecoder.cpp 2015/05/12 22:48:54 1.5
+++ pkgsrc/www/firefox/patches/Attic/patch-image_decoders_nsJPEGDecoder.cpp 2015/08/11 23:48:18 1.6
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1$NetBSD: patch-image_decoders_nsJPEGDecoder.cpp,v 1.5 2015/05/12 22:48:54 ryoon Exp $ 1$NetBSD: patch-image_decoders_nsJPEGDecoder.cpp,v 1.6 2015/08/11 23:48:18 ryoon Exp $
2 2
3--- image/decoders/nsJPEGDecoder.cpp.orig 2015-05-04 00:43:19.000000000 +0000 3--- image/decoders/nsJPEGDecoder.cpp.orig 2015-08-07 15:54:06.000000000 +0000
4+++ image/decoders/nsJPEGDecoder.cpp 4+++ image/decoders/nsJPEGDecoder.cpp
5@@ -23,13 +23,28 @@ 5@@ -23,13 +23,28 @@
6  6
7 extern "C" { 7 extern "C" {
8 #include "iccjpeg.h" 8 #include "iccjpeg.h"
9-} 9-}
10  10
11+#ifdef JCS_EXTENSIONS 11+#ifdef JCS_EXTENSIONS
12 #if MOZ_BIG_ENDIAN 12 #if MOZ_BIG_ENDIAN
13 #define MOZ_JCS_EXT_NATIVE_ENDIAN_XRGB JCS_EXT_XRGB 13 #define MOZ_JCS_EXT_NATIVE_ENDIAN_XRGB JCS_EXT_XRGB
14 #else 14 #else
15 #define MOZ_JCS_EXT_NATIVE_ENDIAN_XRGB JCS_EXT_BGRX 15 #define MOZ_JCS_EXT_NATIVE_ENDIAN_XRGB JCS_EXT_BGRX
16 #endif 16 #endif
@@ -40,58 +40,59 @@ $NetBSD: patch-image_decoders_nsJPEGDeco @@ -40,58 +40,59 @@ $NetBSD: patch-image_decoders_nsJPEGDeco
40 // if we're not color managing we can decode directly to 40 // if we're not color managing we can decode directly to
41 // MOZ_JCS_EXT_NATIVE_ENDIAN_XRGB 41 // MOZ_JCS_EXT_NATIVE_ENDIAN_XRGB
42 if (mCMSMode != eCMSMode_All) { 42 if (mCMSMode != eCMSMode_All) {
43@@ -381,6 +397,9 @@ nsJPEGDecoder::WriteInternal(const char* 43@@ -381,6 +397,9 @@ nsJPEGDecoder::WriteInternal(const char*
44 } else { 44 } else {
45 mInfo.out_color_space = JCS_RGB; 45 mInfo.out_color_space = JCS_RGB;
46 } 46 }
47+#else 47+#else
48+ mInfo.out_color_space = JCS_RGB; 48+ mInfo.out_color_space = JCS_RGB;
49+#endif 49+#endif
50 break; 50 break;
51 case JCS_CMYK: 51 case JCS_CMYK:
52 case JCS_YCCK: 52 case JCS_YCCK:
53@@ -450,6 +469,15 @@ nsJPEGDecoder::WriteInternal(const char* 53@@ -448,6 +467,16 @@ nsJPEGDecoder::WriteInternal(const char*
54 return; // I/O suspension 54 return; // I/O suspension
55 } 55 }
56  56
57+#ifndef JCS_EXTENSIONS 57+#ifndef JCS_EXTENSIONS
58+ /* Force to use our YCbCr to Packed RGB converter when possible */ 58+ /* Force to use our YCbCr to Packed RGB converter when possible */
59+ if (!mTransform && (mCMSMode != eCMSMode_All) && 59+ if (!mTransform && (mCMSMode != eCMSMode_All) &&
60+ mInfo.jpeg_color_space == JCS_YCbCr && mInfo.out_color_space == JCS_RGB) { 60+ mInfo.jpeg_color_space == JCS_YCbCr && mInfo.out_color_space == JCS_RGB) {
61+ /* Special case for the most common case: transform from YCbCr direct into packed ARGB */ 61+ /* Special case for the most common case: transform from YCbCr direct into packed ARGB */
62+ mInfo.out_color_components = 4; /* Packed ARGB pixels are always 4 bytes...*/ 62+ mInfo.out_color_components = 4; /* Packed ARGB pixels are always 4 bytes...*/
63+ mInfo.cconvert->color_convert = ycc_rgb_convert_argb; 63+ mInfo.cconvert->color_convert = ycc_rgb_convert_argb;
64+ } 64+ }
65+#endif 65+#endif
66  66+
67 // If this is a progressive JPEG ... 67 // If this is a progressive JPEG ...
68 mState = mInfo.buffered_image ? 68 mState = mInfo.buffered_image ?
69@@ -632,7 +660,11 @@ nsJPEGDecoder::OutputScanlines(bool* sus 69 JPEG_DECOMPRESS_PROGRESSIVE : JPEG_DECOMPRESS_SEQUENTIAL;
 70@@ -629,7 +658,11 @@ nsJPEGDecoder::OutputScanlines(bool* sus
70  71
71 MOZ_ASSERT(imageRow, "Should have a row buffer here"); 72 MOZ_ASSERT(imageRow, "Should have a row buffer here");
72  73
73+#ifdef JCS_EXTENSIONS 74+#ifdef JCS_EXTENSIONS
74 if (mInfo.out_color_space == MOZ_JCS_EXT_NATIVE_ENDIAN_XRGB) { 75 if (mInfo.out_color_space == MOZ_JCS_EXT_NATIVE_ENDIAN_XRGB) {
75+#else 76+#else
76+ if (mInfo.cconvert->color_convert == ycc_rgb_convert_argb) { 77+ if (mInfo.cconvert->color_convert == ycc_rgb_convert_argb) {
77+#endif 78+#endif
78 // Special case: scanline will be directly converted into packed ARGB 79 // Special case: scanline will be directly converted into packed ARGB
79 if (jpeg_read_scanlines(&mInfo, (JSAMPARRAY)&imageRow, 1) != 1) { 80 if (jpeg_read_scanlines(&mInfo, (JSAMPARRAY)&imageRow, 1) != 1) {
80 *suspend = true; // suspend 81 *suspend = true; // suspend
81@@ -959,6 +991,282 @@ term_source (j_decompress_ptr jd) 82@@ -953,6 +986,282 @@ term_source (j_decompress_ptr jd)
 83 } // namespace image
82 } // namespace mozilla 84 } // namespace mozilla
83  85
84  
85+#ifndef JCS_EXTENSIONS 86+#ifndef JCS_EXTENSIONS
86+/**************** YCbCr -> Cairo's RGB24/ARGB32 conversion: most common case **************/ 87+/**************** YCbCr -> Cairo's RGB24/ARGB32 conversion: most common case **************/
87+ 88+
88+/* 89+/*
89+ * YCbCr is defined per CCIR 601-1, except that Cb and Cr are 90+ * YCbCr is defined per CCIR 601-1, except that Cb and Cr are
90+ * normalized to the range 0..MAXJSAMPLE rather than -0.5 .. 0.5. 91+ * normalized to the range 0..MAXJSAMPLE rather than -0.5 .. 0.5.
91+ * The conversion equations to be implemented are therefore 92+ * The conversion equations to be implemented are therefore
92+ * R = Y + 1.40200 * Cr 93+ * R = Y + 1.40200 * Cr
93+ * G = Y - 0.34414 * Cb - 0.71414 * Cr 94+ * G = Y - 0.34414 * Cb - 0.71414 * Cr
94+ * B = Y + 1.77200 * Cb 95+ * B = Y + 1.77200 * Cb
95+ * where Cb and Cr represent the incoming values less CENTERJSAMPLE. 96+ * where Cb and Cr represent the incoming values less CENTERJSAMPLE.
96+ * (These numbers are derived from TIFF 6.0 section 21, dated 3-June-92.) 97+ * (These numbers are derived from TIFF 6.0 section 21, dated 3-June-92.)
97+ * 98+ *

cvs diff -r1.5 -r1.6 pkgsrc/www/firefox/patches/Attic/patch-ipc_chromium_src_base_file__util__posix.cc (expand / switch to unified diff)

--- pkgsrc/www/firefox/patches/Attic/patch-ipc_chromium_src_base_file__util__posix.cc 2014/05/30 03:03:36 1.5
+++ pkgsrc/www/firefox/patches/Attic/patch-ipc_chromium_src_base_file__util__posix.cc 2015/08/11 23:48:18 1.6
@@ -1,51 +1,24 @@ @@ -1,51 +1,24 @@
1$NetBSD: patch-ipc_chromium_src_base_file__util__posix.cc,v 1.5 2014/05/30 03:03:36 pho Exp $ 1$NetBSD: patch-ipc_chromium_src_base_file__util__posix.cc,v 1.6 2015/08/11 23:48:18 ryoon Exp $
2 2
3* Just because OS_ARCH is Darwin does not mean MacOS X specific 3* Just because OS_ARCH is Darwin does not mean MacOS X specific
4 implementation should be used. 4 implementation should be used.
5 5
6--- ipc/chromium/src/base/file_util_posix.cc.orig 2014-05-06 22:55:41.000000000 +0000 6--- ipc/chromium/src/base/file_util_posix.cc.orig 2015-08-07 15:54:10.000000000 +0000
7+++ ipc/chromium/src/base/file_util_posix.cc 7+++ ipc/chromium/src/base/file_util_posix.cc
8@@ -8,7 +8,7 @@ 8@@ -266,7 +266,7 @@ bool SetCurrentDirectory(const FilePath&
9 #include <errno.h> 
10 #include <fcntl.h> 
11 #include <fnmatch.h> 
12-#ifndef ANDROID 
13+#if !defined(ANDROID) && !defined(OS_SOLARIS) 
14 #include <fts.h> 
15 #endif 
16 #include <libgen.h> 
17@@ -67,7 +67,7 @@ bool Delete(const FilePath& path, bool r 
18 if (!recursive) 
19 return (rmdir(path_str) == 0); 
20  
21-#ifdef ANDROID 
22+#if defined(ANDROID) || defined(OS_SOLARIS) 
23 // XXX Need ftsless impl for bionic 
24 return false; 
25 #else 
26@@ -140,7 +140,7 @@ bool CopyDirectory(const FilePath& from_ 
27 return false; 
28 } 
29  
30-#ifdef ANDROID 
31+#if defined(ANDROID) || defined(OS_SOLARIS) 
32 // XXX Need ftsless impl for bionic 
33 return false; 
34 #else 
35@@ -435,7 +435,7 @@ bool SetCurrentDirectory(const FilePath& 
36 return !ret; 9 return !ret;
37 } 10 }
38  11
39-#if !defined(OS_MACOSX) 12-#if !defined(OS_MACOSX)
40+#if !defined(MOZ_WIDGET_COCOA) 13+#if !defined(MOZ_WIDGET_COCOA)
41 bool GetTempDir(FilePath* path) { 14 bool GetTempDir(FilePath* path) {
42 const char* tmp = getenv("TMPDIR"); 15 const char* tmp = getenv("TMPDIR");
43 if (tmp) 16 if (tmp)
44@@ -499,6 +499,6 @@ bool CopyFile(const FilePath& from_path, 17@@ -330,6 +330,6 @@ bool CopyFile(const FilePath& from_path,
45  18
46 return result; 19 return result;
47 } 20 }
48-#endif // !defined(OS_MACOSX) 21-#endif // !defined(OS_MACOSX)
49+#endif // !defined(MOZ_WIDGET_COCOA) 22+#endif // !defined(MOZ_WIDGET_COCOA)
50  23
51 } // namespace file_util 24 } // namespace file_util

File Deleted: pkgsrc/www/firefox/patches/Attic/patch-ipc_chromium_src_base_file__util.h

cvs diff -r1.2 -r1.3 pkgsrc/www/firefox/patches/Attic/patch-media_libtheora_moz.build (expand / switch to unified diff)

--- pkgsrc/www/firefox/patches/Attic/patch-media_libtheora_moz.build 2015/02/28 04:30:55 1.2
+++ pkgsrc/www/firefox/patches/Attic/patch-media_libtheora_moz.build 2015/08/11 23:48:18 1.3
@@ -1,10 +1,20 @@ @@ -1,10 +1,20 @@
1$NetBSD: patch-media_libtheora_moz.build,v 1.2 2015/02/28 04:30:55 ryoon Exp $ 1$NetBSD: patch-media_libtheora_moz.build,v 1.3 2015/08/11 23:48:18 ryoon Exp $
2 2
3--- media/libtheora/moz.build.orig 2015-02-17 21:40:41.000000000 +0000 3--- media/libtheora/moz.build.orig 2015-08-07 15:54:12.000000000 +0000
4+++ media/libtheora/moz.build 4+++ media/libtheora/moz.build
5@@ -93,3 +93,5 @@ if CONFIG['GNU_AS']: 5@@ -21,6 +21,9 @@ if CONFIG['GKMEDIAS_SHARED_LIBRARY']:
 6 # The encoder is currently not included.
 7 DEFINES['THEORA_DISABLE_ENCODE'] = True
 8
 9+if CONFIG['MOZ_NATIVE_OGG']:
 10+ CFLAGS += CONFIG['MOZ_OGG_CFLAGS']
 11+
 12 # Suppress warnings in third-party code.
 13 if CONFIG['GNU_CC']:
 14 CFLAGS += ['-Wno-type-limits']
 15@@ -94,3 +97,5 @@ if CONFIG['GNU_AS']:
6 if CONFIG['OS_TARGET'] == 'Android': 16 if CONFIG['OS_TARGET'] == 'Android':
7 DEFINES['__linux__'] = True 17 DEFINES['__linux__'] = True
8  18
9+if CONFIG['MOZ_NATIVE_OGG']: 19+if CONFIG['MOZ_NATIVE_OGG']:
10+ CFLAGS += CONFIG['MOZ_OGG_CFLAGS'] 20+ CFLAGS += CONFIG['MOZ_OGG_CFLAGS']

File Added: pkgsrc/www/firefox/patches/Attic/patch-media_webrtc_signaling_test_common.build
$NetBSD: patch-media_webrtc_signaling_test_common.build,v 1.1 2015/08/11 23:48:18 ryoon Exp $

--- media/webrtc/signaling/test/common.build.orig	2015-08-07 15:54:13.000000000 +0000
+++ media/webrtc/signaling/test/common.build
@@ -99,15 +99,19 @@ if CONFIG['JS_SHARED_LIBRARY']:
 
 USE_LIBS += ['mozglue']
 
+OS_LIBS += CONFIG['MOZ_LIBV4L2_LIBS']
 OS_LIBS += CONFIG['MOZ_WEBRTC_X11_LIBS']
 OS_LIBS += CONFIG['REALTIME_LIBS']
 
-if CONFIG['MOZ_ALSA']:
-    OS_LIBS += CONFIG['MOZ_ALSA_LIBS']
+if CONFIG['MOZ_OSS']:
+    OS_LIBS += CONFIG['MOZ_OSS_LIBS']
 
 if CONFIG['MOZ_NATIVE_JPEG']:
     OS_LIBS += CONFIG['MOZ_JPEG_LIBS']
 
+if CONFIG['MOZ_NATIVE_OPUS']:
+    OS_LIBS += CONFIG['MOZ_OPUS_LIBS']
+
 if CONFIG['MOZ_NATIVE_LIBVPX']:
     OS_LIBS += CONFIG['MOZ_LIBVPX_LIBS']
 

File Added: pkgsrc/www/firefox/patches/Attic/patch-testing_mozharness_README.md
$NetBSD: patch-testing_mozharness_README.md,v 1.1 2015/08/11 23:48:18 ryoon Exp $

--- testing/mozharness/README.md.orig	2015-08-11 19:24:52.000000000 +0000
+++ testing/mozharness/README.md
@@ -0,0 +1,83 @@
+# Mozharness
+This repository is a downstream read-only copy of:
+http://hg.mozilla.org/build/mozharness/
+
+### Submitting changes
+We do not support the github Pull Request workflow, since github is only a downstream
+mirror for us. However, feel free to fork from us and make changes. Then, rather than
+submitting a pull request, please create a patch for your changes (capture the output
+of your changes using e.g. git diff) and attach the patch file to a Bugzilla bug,
+created in the following component:
+https://bugzilla.mozilla.org/enter_bug.cgi?product=Release%20Engineering&component=Mozharness
+
+This bug will get triaged by us.
+
+### Docs
+* https://developer.mozilla.org/en-US/docs/Mozharness_FAQ
+* https://wiki.mozilla.org/ReleaseEngineering/Mozharness
+* http://moz-releng-mozharness.readthedocs.org/en/latest/mozharness.mozilla.html
+* http://moz-releng-docs.readthedocs.org/en/latest/software.html#mozharness
+
+### To run mozharness unit tests
+```
+pip install tox
+tox
+```
+
+### To run tests in travis
+Please note if you fork this repository and wish to run the tests in travis,
+you will need to enable your github fork in both travis and coveralls. In both
+cases you can log in with your github account, you do not need to set up a new
+one. To enable:
+* https://travis-ci.org/profile
+* https://coveralls.io/repos/new
+
+After enabling, you will need to push changes to your repo in order for a travis
+job to be triggered.
+
+### To match commits to upstream hg changesets
+Add this following section to the .git/config file in your local clone:
+```
+[remote "mozilla"]
+	url = git@github.com:mozilla/build-mozharness
+	fetch = +refs/heads/*:refs/remotes/mozilla/*
+	fetch = +refs/notes/*:refs/notes/*
+```
+then to match a git commit to an upstream hg changeset:
+```
+git fetch mozilla
+git log
+```
+This will produce output like this:
+```
+commit c6dc279ab791d7cd11ccc57d2d83a61dc5e0dd09
+Author: Simarpreet Singh <s244sing@uwaterloo.ca>
+Date:   Mon Dec 22 14:46:56 2014 -0500
+
+    Bug 1078619 - Allow to run talos jobs as a developer. r=armenzg
+
+Notes:
+    Upstream source: https://hg.mozilla.org/build/mozharness/rev/7204ff2ff48a6d31dc2fd6aa25465962f93a91ee
+
+commit dce9aae0dadf3875afd44c8e61b70fd5ba91f91f
+Author: Ankit Goyal <ankit.goyal90@hotmail.com>
+Date:   Mon Dec 22 10:18:16 2014 -0500
+
+    Bug 1113081 - Remove references to metro mode from talos.py script. r=jmaher
+
+Notes:
+    Upstream source: https://hg.mozilla.org/build/mozharness/rev/0424b451c005724c08a12bfe64733142305f4476
+
+commit 7bc17c00dafb144b9982dff2e19e8da91229c6c5
+Author: Peter Moore <pmoore@mozilla.com>
+Date:   Fri Dec 19 20:35:55 2014 +0100
+
+    Bug 1076810 - coveralls publish failures should not cause travis job result to be failure,r=rail
+
+Notes:
+    Upstream source: https://hg.mozilla.org/build/mozharness/rev/701d2eda2aece7c63d34e907bcd657f0895d1c4e
+```
+This allows you to map a git commit SHA to an hg changeset SHA ("Upstream source").
+
+
+Happy contributing! =)

File Added: pkgsrc/www/firefox/patches/Attic/patch-testing_mozharness_configs_update__tests_mozilla-beta.py
$NetBSD: patch-testing_mozharness_configs_update__tests_mozilla-beta.py,v 1.1 2015/08/11 23:48:18 ryoon Exp $

--- testing/mozharness/configs/update_tests/mozilla-beta.py.orig	2015-08-11 19:24:52.000000000 +0000
+++ testing/mozharness/configs/update_tests/mozilla-beta.py
@@ -0,0 +1,18 @@
+from mozharness.base.script import platform_name
+
+PLATFORM_CONFIG = {
+    'linux64': {
+        'update_verify_config': 'mozBeta-firefox-linux64.cfg'
+    },
+    'macosx': {
+        'update_verify_config': 'mozBeta-firefox-mac64.cfg'
+    },
+    'win32': {
+        'update_verify_config': 'mozBeta-firefox-win32.cfg'
+    },
+}
+
+config = PLATFORM_CONFIG[platform_name()]
+config.update({
+    'firefox_ui_branch': 'mozilla-beta'
+})

File Added: pkgsrc/www/firefox/patches/Attic/patch-testing_mozharness_configs_update__tests_mozilla-release.py
$NetBSD: patch-testing_mozharness_configs_update__tests_mozilla-release.py,v 1.1 2015/08/11 23:48:18 ryoon Exp $

--- testing/mozharness/configs/update_tests/mozilla-release.py.orig	2015-08-11 19:24:52.000000000 +0000
+++ testing/mozharness/configs/update_tests/mozilla-release.py
@@ -0,0 +1,18 @@
+from mozharness.base.script import platform_name
+
+PLATFORM_CONFIG = {
+    'linux64': {
+        'update_verify_config': 'mozRelease-firefox-linux64.cfg'
+    },
+    'macosx': {
+        'update_verify_config': 'mozRelease-firefox-mac64.cfg'
+    },
+    'win32': {
+        'update_verify_config': 'mozRelease-firefox-win32.cfg'
+    },
+}
+
+config = PLATFORM_CONFIG[platform_name()]
+config.update({
+    'firefox_ui_branch': 'mozilla-beta'
+})

File Added: pkgsrc/www/firefox/patches/Attic/patch-testing_mozharness_configs_vcs__sync_staging__build-repos.py
$NetBSD: patch-testing_mozharness_configs_vcs__sync_staging__build-repos.py,v 1.1 2015/08/11 23:48:18 ryoon Exp $

--- testing/mozharness/configs/vcs_sync/staging_build-repos.py.orig	2015-08-11 19:24:52.000000000 +0000
+++ testing/mozharness/configs/vcs_sync/staging_build-repos.py
@@ -0,0 +1,113 @@
+import os
+import socket
+hostname = socket.gethostname()
+
+build_repos = (
+    'autoland',
+    'buildapi',
+    'buildbot-configs',
+    'buildbotcustom',
+    'cloud-tools',
+    'mozharness',
+    'opsi-package-sources',
+    'partner-repacks',
+    'preproduction',
+    'puppet',
+    'puppet-manifests',
+    'rpm-sources',
+    'talos',
+    'tools',
+)
+
+conversion_repos = []
+remote_targets = {}
+
+for repo in build_repos:
+    conversion_repos.append({
+        "repo": "https://hg.mozilla.org/build/%s" % repo,
+        "repo_name": "build-%s" % repo,
+        "conversion_dir": "build-%s" % repo,
+        "targets": [{
+            "target_dest": "build-%s-github" % repo,
+            "force_push": True
+        }],
+        "vcs": "hg",
+        "mapper": {
+            "url": "https://api-pub-build.allizom.org/mapper",
+            "project": "build-%s" % repo,
+        },
+        "branch_config": {
+            "branches": {
+                "default": "master",
+            },
+            "branch_regexes": [
+                "^.*$"
+            ]
+        },
+        "tag_config": {
+            "tag_regexes": [
+                "^.*$"
+            ]
+        },
+        "generate_git_notes": True, # False by default
+    })
+    remote_targets["build-%s-github" % repo] = {
+        "repo": "git@github.com:petermoore/build-%s.git" % repo,
+        "ssh_key": "~/.ssh/github_mozilla_rsa",
+        "vcs": "git",
+    }
+
+config = {
+    "log_name": "build-repos",
+    "log_max_rotate": 99,
+    "job_name": "build-repos",
+    "env": {
+        "PATH": "%(PATH)s:/usr/libexec/git-core",
+    },
+    "conversion_repos": conversion_repos,
+    "remote_targets": remote_targets,
+    "virtualenv_modules": [
+        "dulwich==0.9.0",
+        "ordereddict==1.1",
+        "hg-git==0.4.0-moz2",
+        "mapper==0.1",
+        "mercurial==2.6.3",
+        "mozfile==0.9",
+        "mozinfo==0.5",
+        "mozprocess==0.11",
+        "requests==2.2.1",
+    ],
+    "find_links": [
+        "http://pypi.pub.build.mozilla.org/pub"
+    ],
+    "pip_index": False,
+
+    "default_notify_from": "developer-services@mozilla.org",
+    "notify_config": [{
+        "to": "releng-ops-trial@mozilla.com",
+        "failure_only": False,
+        "skip_empty_messages": True,
+    }],
+
+    # Disallow sharing, since we want pristine .hg and .git directories.
+    "vcs_share_base": None,
+    "hg_share_base": None,
+
+    # any hg command line options
+    "hg_options": (
+        "--config",
+        "web.cacerts=/etc/pki/tls/certs/ca-bundle.crt"
+    ),
+
+    "default_actions": [
+        'list-repos',
+        'create-virtualenv',
+        'update-stage-mirror',
+        'update-work-mirror',
+        'create-git-notes',
+        'publish-to-mapper',
+        'push',
+        'combine-mapfiles',
+        'notify',
+    ],
+}

File Added: pkgsrc/www/firefox/patches/Attic/patch-testing_mozharness_configs_vcs__sync_staging__l10n.py
$NetBSD: patch-testing_mozharness_configs_vcs__sync_staging__l10n.py,v 1.1 2015/08/11 23:48:18 ryoon Exp $

--- testing/mozharness/configs/vcs_sync/staging_l10n.py.orig	2015-08-11 19:24:52.000000000 +0000
+++ testing/mozharness/configs/vcs_sync/staging_l10n.py
@@ -0,0 +1,290 @@
+from copy import deepcopy
+import socket
+hostname = socket.gethostname()
+
+GECKO_BRANCHES = {
+    'v2.0': 'mozilla-beta',
+    'v2.1': 'mozilla-aurora',
+    'v2.2': 'mozilla-central',
+}
+
+GECKO_CONFIG_TEMPLATE = {
+
+    'mozilla-release': {
+        'generate_git_notes': False, # we can change this when bug 1034725 is resolved
+        'mapper': {
+            'project': 'gitmo-gecko-l10n',
+            'url': 'https://api-pub-build.allizom.org/mapper'
+        },
+        'locales_file_url': 'https://hg.mozilla.org/releases/mozilla-release/raw-file/default/b2g/locales/all-locales',
+        'hg_url': 'https://hg.mozilla.org/releases/l10n/mozilla-release/%(locale)s',
+        'targets': [{
+            'target_dest': 'releases-l10n-%(locale)s-gecko/.git',
+            'test_push': True,
+            'vcs': 'git'
+        }, {
+            'target_dest': 'gitmo-gecko-l10n-%(locale)s',
+        }],
+        'tag_config': {
+            'tag_regexes': [
+                '^B2G_',
+            ],
+        },
+    },
+
+    'mozilla-beta': {
+        'generate_git_notes': False, # we can change this when bug 1034725 is resolved
+        'mapper': {
+            'project': 'gitmo-gecko-l10n',
+            'url': 'https://api-pub-build.allizom.org/mapper'
+        },
+        'locales_file_url': 'https://hg.mozilla.org/releases/mozilla-beta/raw-file/default/b2g/locales/all-locales',
+        'hg_url': 'https://hg.mozilla.org/releases/l10n/mozilla-beta/%(locale)s',
+        'targets': [{
+            'target_dest': 'releases-l10n-%(locale)s-gecko/.git',
+            'test_push': True,
+            'vcs': 'git'
+        }, {
+            'target_dest': 'gitmo-gecko-l10n-%(locale)s',
+        }],
+        'tag_config': {
+            'tag_regexes': [
+                '^B2G_',
+            ],
+        },
+    },
+
+    'mozilla-aurora': {
+        'generate_git_notes': False, # we can change this when bug 1034725 is resolved
+        'mapper': {
+            'project': 'gitmo-gecko-l10n',
+            'url': 'https://api-pub-build.allizom.org/mapper'
+        },
+        'locales_file_url': 'https://hg.mozilla.org/releases/mozilla-aurora/raw-file/default/b2g/locales/all-locales',
+        'hg_url': 'https://hg.mozilla.org/releases/l10n/mozilla-aurora/%(locale)s',
+        'targets': [{
+            'target_dest': 'releases-l10n-%(locale)s-gecko/.git',
+            'test_push': True,
+            'vcs': 'git'
+        }, {
+            'target_dest': 'gitmo-gecko-l10n-%(locale)s',
+        }],
+        'tag_config': {
+            'tag_regexes': [
+                '^B2G_',
+            ],
+        },
+    },
+
+    'mozilla-central': {
+        'generate_git_notes': False, # we can change this when bug 1034725 is resolved
+        'mapper': {
+            'project': 'gitmo-gecko-l10n',
+            'url': 'https://api-pub-build.allizom.org/mapper'
+        },
+        'locales_file_url': 'https://hg.mozilla.org/mozilla-central/raw-file/default/b2g/locales/all-locales',
+        'hg_url': 'https://hg.mozilla.org/l10n-central/%(locale)s',
+        'targets': [{
+            'target_dest': 'releases-l10n-%(locale)s-gecko/.git',
+            'test_push': True,
+            'vcs': 'git'
+        }, {
+            'target_dest': 'gitmo-gecko-l10n-%(locale)s',
+        }],
+        'tag_config': {
+            'tag_regexes': [
+                '^B2G_',
+            ],
+        },
+    },
+}
+
+# Build gecko_config
+GECKO_CONFIG = {}
+for version, branch in GECKO_BRANCHES.items():
+    GECKO_CONFIG[branch] = deepcopy(GECKO_CONFIG_TEMPLATE[branch])
+    GECKO_CONFIG[branch]['git_branch_name'] = version
+
+config = {
+    "log_name": "l10n",
+    "log_max_rotate": 99,
+    "job_name": "l10n",
+    "env": {
+        "PATH": "%(PATH)s:/usr/libexec/git-core",
+    },
+    "conversion_type": "b2g-l10n",
+    "combined_mapfile": "l10n-mapfile",
+    "l10n_config": {
+        "gecko_config": GECKO_CONFIG,
+        "gaia_config": {
+            'v2_0': {
+                'generate_git_notes': False, # we can change this when bug 1034725 is resolved
+                'mapper': {
+                    'project': 'gitmo-gaia-l10n',
+                    'url': 'https://api-pub-build.allizom.org/mapper'
+                },
+                'locales_file_url': 'https://raw.github.com/mozilla-b2g/gaia/v2.0/locales/languages_all.json',
+                'hg_url': 'https://hg.mozilla.org/releases/gaia-l10n/v2_0/%(locale)s',
+                'git_branch_name': 'v2.0',
+                'targets': [{
+                    'target_dest': 'releases-l10n-%(locale)s-gaia/.git',
+                    'test_push': True,
+                    'vcs': 'git'
+                }, {
+                    'target_dest': 'gitmo-gaia-l10n-%(locale)s',
+                }],
+                'tag_config': {
+                    'tag_regexes': [
+                        '^B2G_',
+                    ],
+                },
+            },
+            'v1_4': {
+                'generate_git_notes': False, # we can change this when bug 1034725 is resolved
+                'mapper': {
+                    'project': 'gitmo-gaia-l10n',
+                    'url': 'https://api-pub-build.allizom.org/mapper'
+                },
+                'locales_file_url': 'https://raw.github.com/mozilla-b2g/gaia/v1.4/locales/languages_all.json',
+                'hg_url': 'https://hg.mozilla.org/releases/gaia-l10n/v1_4/%(locale)s',
+                'git_branch_name': 'v1.4',
+                'targets': [{
+                    'target_dest': 'releases-l10n-%(locale)s-gaia/.git',
+                    'test_push': True,
+                    'vcs': 'git'
+                }, {
+                    'target_dest': 'gitmo-gaia-l10n-%(locale)s',
+                }],
+                'tag_config': {
+                    'tag_regexes': [
+                        '^B2G_',
+                    ],
+                },
+            },
+            'v1_3': {
+                'generate_git_notes': False, # we can change this when bug 1034725 is resolved
+                'mapper': {
+                    'project': 'gitmo-gaia-l10n',
+                    'url': 'https://api-pub-build.allizom.org/mapper'
+                },
+                'locales_file_url': 'https://raw.github.com/mozilla-b2g/gaia/v1.3/locales/languages_dev.json',
+                'hg_url': 'https://hg.mozilla.org/releases/gaia-l10n/v1_3/%(locale)s',
+                'git_branch_name': 'v1.3',
+                'targets': [{
+                    'target_dest': 'releases-l10n-%(locale)s-gaia/.git',
+                    'test_push': True,
+                    'vcs': 'git'
+                }, {
+                    'target_dest': 'gitmo-gaia-l10n-%(locale)s',
+                }],
+                'tag_config': {
+                    'tag_regexes': [
+                        '^B2G_',
+                    ],
+                },
+            },
+            'v1_2': {
+                'generate_git_notes': False, # we can change this when bug 1034725 is resolved
+                'mapper': {
+                    'project': 'gitmo-gaia-l10n',
+                    'url': 'https://api-pub-build.allizom.org/mapper'
+                },
+                'locales_file_url': 'https://raw.github.com/mozilla-b2g/gaia/v1.2/locales/languages_all.json',
+                'hg_url': 'https://hg.mozilla.org/releases/gaia-l10n/v1_2/%(locale)s',
+                'git_branch_name': 'v1.2',
+                'targets': [{
+                    'target_dest': 'releases-l10n-%(locale)s-gaia/.git',
+                    'test_push': True,
+                    'vcs': 'git'
+                }, {
+                    'target_dest': 'gitmo-gaia-l10n-%(locale)s',
+                }],
+                'tag_config': {
+                    'tag_regexes': [
+                        '^B2G_',
+                    ],
+                },
+            },
+            'master': {
+                'generate_git_notes': False, # we can change this when bug 1034725 is resolved
+                'mapper': {
+                    'project': 'gitmo-gaia-l10n',
+                    'url': 'https://api-pub-build.allizom.org/mapper'
+                },
+                'locales_file_url': 'https://raw.github.com/mozilla-b2g/gaia/master/locales/languages_all.json',
+                'hg_url': 'https://hg.mozilla.org/gaia-l10n/%(locale)s',
+                'git_branch_name': 'master',
+                'targets': [{
+                    'target_dest': 'releases-l10n-%(locale)s-gaia/.git',
+                    'test_push': True,
+                    'vcs': 'git'
+                }, {
+                    'target_dest': 'gitmo-gaia-l10n-%(locale)s',
+                }],
+                'tag_config': {
+                    'tag_regexes': [
+                        '^B2G_',
+                    ],
+                },
+            },
+        },
+    },
+
+    "remote_targets": {
+        "gitmo-gecko-l10n-%(locale)s": {
+            "repo": 'git@github.com:petermoore/l10n-%(locale)s-gecko.git',
+            "ssh_key": "~/.ssh/github_mozilla_rsa",
+            "vcs": "git",
+        },
+        "gitmo-gaia-l10n-%(locale)s": {
+            "repo": 'git@github.com:petermoore/l10n-%(locale)s-gaia.git',
+            "ssh_key": "~/.ssh/github_mozilla_rsa",
+            "vcs": "git",
+        },
+    },
+
+    "virtualenv_modules": [
+        "bottle==0.11.6",
+        "dulwich==0.9.0",
+        "ordereddict==1.1",
+        "hg-git==0.4.0-moz2",
+        "mapper==0.1",
+        "mercurial==2.6.3",
+        "mozfile==0.9",
+        "mozinfo==0.5",
+        "mozprocess==0.11",
+        "requests==2.2.1",
+    ],
+    "find_links": [
+        "http://pypi.pub.build.mozilla.org/pub",
+    ],
+    "pip_index": False,
+
+    "default_notify_from": "developer-services@mozilla.org",
+    "notify_config": [{
+        "to": "pmoore@mozilla.com",
+        "failure_only": False,
+        "skip_empty_messages": True,
+    }],
+
+    # Disallow sharing, since we want pristine .hg and .git directories.
+    "vcs_share_base": None,
+    "hg_share_base": None,
+
+    # any hg command line options
+    "hg_options": (
+        "--config",
+        "web.cacerts=/etc/pki/tls/certs/ca-bundle.crt"
+    ),
+
+    "default_actions": [
+        'list-repos',
+        'create-virtualenv',
+        'update-stage-mirror',
+        'update-work-mirror',
+        'publish-to-mapper',
+        'push',
+        'combine-mapfiles',
+        'notify',
+    ],
+}

File Deleted: pkgsrc/www/firefox/patches/Attic/patch-media_webrtc_signaling_test_moz.build

cvs diff -r1.7 -r1.8 pkgsrc/www/firefox/patches/Attic/patch-media_webrtc_trunk_webrtc_system__wrappers_source_spreadsortlib_spreadsort.hpp (expand / switch to unified diff)

--- pkgsrc/www/firefox/patches/Attic/patch-media_webrtc_trunk_webrtc_system__wrappers_source_spreadsortlib_spreadsort.hpp 2015/04/05 12:54:12 1.7
+++ pkgsrc/www/firefox/patches/Attic/patch-media_webrtc_trunk_webrtc_system__wrappers_source_spreadsortlib_spreadsort.hpp 2015/08/11 23:48:18 1.8
@@ -1,32 +1,43 @@ @@ -1,32 +1,43 @@
1$NetBSD: patch-media_webrtc_trunk_webrtc_system__wrappers_source_spreadsortlib_spreadsort.hpp,v 1.7 2015/04/05 12:54:12 ryoon Exp $ 1$NetBSD: patch-media_webrtc_trunk_webrtc_system__wrappers_source_spreadsortlib_spreadsort.hpp,v 1.8 2015/08/11 23:48:18 ryoon Exp $
2 2
3--- media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp.orig 2015-03-27 02:20:26.000000000 +0000 3--- media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp.orig 2015-08-07 15:54:15.000000000 +0000
4+++ media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp 4+++ media/webrtc/trunk/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp
5@@ -14,6 +14,13 @@ Cygwin fix provided by:  5@@ -14,6 +14,13 @@ Cygwin fix provided by:
6 Scott McMurray  6 Scott McMurray
7 */  7 */
8  8
9+#ifdef __FreeBSD__  9+#ifdef __FreeBSD__
10+# include <osreldate.h>  10+# include <osreldate.h>
11+# if __FreeBSD_version < 900506  11+# if __FreeBSD_version < 900506
12+# define getchar boost_getchar  12+# define getchar boost_getchar
13+# endif  13+# endif
14+#endif  14+#endif
15+  15+
16 #ifndef BOOST_SPREAD_SORT_H  16 #ifndef BOOST_SPREAD_SORT_H
17 #define BOOST_SPREAD_SORT_H  17 #define BOOST_SPREAD_SORT_H
18 #include <algorithm>  18 #include <algorithm>
19@@ -21,6 +28,13 @@ Scott McMurray  19@@ -21,10 +28,24 @@ Scott McMurray
20 #include <vector>  20 #include <vector>
21 #include "webrtc/system_wrappers/source/spreadsortlib/constants.hpp"  21 #include "webrtc/system_wrappers/source/spreadsortlib/constants.hpp"
22  22
23+#ifdef __FreeBSD__  23+#ifdef __FreeBSD__
24+# include <osreldate.h>  24+# include <osreldate.h>
25+# if __FreeBSD_version < 900506  25+# if __FreeBSD_version < 900506
26+# define getchar boost_getchar  26+# define getchar boost_getchar
27+# endif  27+# endif
28+#endif  28+#endif
29+  29+
30 #ifdef getchar  30 #ifdef getchar
31 #undef getchar  31 #undef getchar
32 #endif  32 #endif
 33
 34+#ifdef __FreeBSD__
 35+# include <osreldate.h>
 36+# if __FreeBSD_version < 900506
 37+# define getchar boost_getchar
 38+# endif
 39+#endif
 40+
 41 namespace boost {
 42 namespace detail {
 43 //This only works on unsigned data types

cvs diff -r1.4 -r1.5 pkgsrc/www/firefox/patches/Attic/patch-netwerk_protocol_http_Http2Session.cpp (expand / switch to unified diff)

--- pkgsrc/www/firefox/patches/Attic/patch-netwerk_protocol_http_Http2Session.cpp 2015/02/28 04:30:55 1.4
+++ pkgsrc/www/firefox/patches/Attic/patch-netwerk_protocol_http_Http2Session.cpp 2015/08/11 23:48:18 1.5
@@ -1,94 +1,15 @@ @@ -1,94 +1,15 @@
1$NetBSD: patch-netwerk_protocol_http_Http2Session.cpp,v 1.4 2015/02/28 04:30:55 ryoon Exp $ 1$NetBSD: patch-netwerk_protocol_http_Http2Session.cpp,v 1.5 2015/08/11 23:48:18 ryoon Exp $
2 2
3https://bugzilla.mozilla.org/show_bug.cgi?id=1130822 3https://bugzilla.mozilla.org/show_bug.cgi?id=1130822
4Fix obivous alignment issues (causing crashes on some architectures). 4Fix obivous alignment issues (causing crashes on some architectures).
5 5
6--- netwerk/protocol/http/Http2Session.cpp.orig 2015-02-17 21:40:50.000000000 +0000 6--- netwerk/protocol/http/Http2Session.cpp.orig 2015-08-07 15:54:20.000000000 +0000
7+++ netwerk/protocol/http/Http2Session.cpp 7+++ netwerk/protocol/http/Http2Session.cpp
8@@ -32,7 +32,6 @@ 8@@ -33,7 +33,6 @@
9 #include "nsStandardURL.h" 9 #include "nsStandardURL.h"
10 #include "nsURLHelper.h" 10 #include "nsURLHelper.h"
11 #include "prprf.h" 11 #include "prprf.h"
12-#include "prnetdb.h" 12-#include "prnetdb.h"
13 #include "sslt.h" 13 #include "sslt.h"
14  14
15 #ifdef DEBUG 15 #ifdef DEBUG
16@@ -1295,7 +1294,7 @@ Http2Session::RecvPriority(Http2Session  
17 return rv; 
18  
19 uint32_t newPriorityDependency = 
20- PR_ntohl(*reinterpret_cast<uint32_t *>(self->mInputFrameBuffer.get() + kFrameHeaderBytes)); 
21+ NS_decodeN32(self->mInputFrameBuffer.get() + kFrameHeaderBytes); 
22 bool exclusive = !!(newPriorityDependency & 0x80000000); 
23 newPriorityDependency &= 0x7fffffff; 
24 uint8_t newPriorityWeight = *(self->mInputFrameBuffer.get() + kFrameHeaderBytes + 4); 
25@@ -1326,7 +1325,7 @@ Http2Session::RecvRstStream(Http2Session 
26 } 
27  
28 self->mDownstreamRstReason = 
29- PR_ntohl(*reinterpret_cast<uint32_t *>(self->mInputFrameBuffer.get() + kFrameHeaderBytes)); 
30+ NS_decodeN32(self->mInputFrameBuffer.get() + kFrameHeaderBytes); 
31  
32 LOG3(("Http2Session::RecvRstStream %p RST_STREAM Reason Code %u ID %x\n", 
33 self, self->mDownstreamRstReason, self->mInputFrameID)); 
34@@ -1387,8 +1386,8 @@ Http2Session::RecvSettings(Http2Session  
35 uint8_t *setting = reinterpret_cast<uint8_t *> 
36 (self->mInputFrameBuffer.get()) + kFrameHeaderBytes + index * 6; 
37  
38- uint16_t id = PR_ntohs(*reinterpret_cast<uint16_t *>(setting)); 
39- uint32_t value = PR_ntohl(*reinterpret_cast<uint32_t *>(setting + 2)); 
40+ uint16_t id = NS_decodeN16(setting); 
41+ uint32_t value = NS_decodeN32(setting + 2); 
42 LOG3(("Settings ID %u, Value %u", id, value)); 
43  
44 switch (id) 
45@@ -1473,7 +1472,7 @@ Http2Session::RecvPushPromise(Http2Sessi 
46 } 
47 promiseLen = 4; 
48 promisedID = 
49- PR_ntohl(*reinterpret_cast<uint32_t *>(self->mInputFrameBuffer.get() + kFrameHeaderBytes + paddingControlBytes)); 
50+ NS_decodeN32(self->mInputFrameBuffer.get() + kFrameHeaderBytes + paddingControlBytes); 
51 promisedID &= 0x7fffffff; 
52 } 
53  
54@@ -1733,11 +1732,11 @@ Http2Session::RecvGoAway(Http2Session *s 
55  
56 self->mShouldGoAway = true; 
57 self->mGoAwayID = 
58- PR_ntohl(*reinterpret_cast<uint32_t *>(self->mInputFrameBuffer.get() + kFrameHeaderBytes)); 
59+ NS_decodeN32(self->mInputFrameBuffer.get() + kFrameHeaderBytes); 
60 self->mGoAwayID &= 0x7fffffff; 
61 self->mCleanShutdown = true; 
62 uint32_t statusCode = 
63- PR_ntohl(*reinterpret_cast<uint32_t *>(self->mInputFrameBuffer.get() + kFrameHeaderBytes + 4)); 
64+ NS_decodeN32(self->mInputFrameBuffer.get() + kFrameHeaderBytes + 4); 
65  
66 // Find streams greater than the last-good ID and mark them for deletion 
67 // in the mGoAwayStreamsToRestart queue with the GoAwayEnumerator. The 
68@@ -1809,7 +1808,7 @@ Http2Session::RecvWindowUpdate(Http2Sess 
69 } 
70  
71 uint32_t delta = 
72- PR_ntohl(*reinterpret_cast<uint32_t *>(self->mInputFrameBuffer.get() + kFrameHeaderBytes)); 
73+ NS_decodeN32(self->mInputFrameBuffer.get() + kFrameHeaderBytes); 
74 delta &= 0x7fffffff; 
75  
76 LOG3(("Http2Session::RecvWindowUpdate %p len=%d Stream 0x%X.\n", 
77@@ -2453,7 +2452,7 @@ Http2Session::WriteSegments(nsAHttpSegme 
78  
79 // 3 bytes of length, 1 type byte, 1 flag byte, 1 unused bit, 31 bits of ID 
80 uint8_t totallyWastedByte = mInputFrameBuffer.get()[0]; 
81- mInputFrameDataSize = PR_ntohs(*reinterpret_cast<uint16_t *>(mInputFrameBuffer.get() + 1)); 
82+ mInputFrameDataSize = NS_decodeN16(mInputFrameBuffer.get() + 1); 
83 if (totallyWastedByte || (mInputFrameDataSize > kMaxFrameData)) { 
84 LOG3(("Got frame too large 0x%02X%04X", totallyWastedByte, mInputFrameDataSize)); 
85 RETURN_SESSION_ERROR(this, PROTOCOL_ERROR); 
86@@ -2461,7 +2460,7 @@ Http2Session::WriteSegments(nsAHttpSegme 
87 mInputFrameType = *reinterpret_cast<uint8_t *>(mInputFrameBuffer.get() + kFrameLengthBytes); 
88 mInputFrameFlags = *reinterpret_cast<uint8_t *>(mInputFrameBuffer.get() + kFrameLengthBytes + kFrameTypeBytes); 
89 mInputFrameID = 
90- PR_ntohl(*reinterpret_cast<uint32_t *>(mInputFrameBuffer.get() + kFrameLengthBytes + kFrameTypeBytes + kFrameFlagBytes)); 
91+ NS_decodeN32(mInputFrameBuffer.get() + kFrameLengthBytes + kFrameTypeBytes + kFrameFlagBytes); 
92 mInputFrameID &= 0x7fffffff; 
93 mInputFrameDataRead = 0; 
94  

cvs diff -r1.3 -r1.4 pkgsrc/www/firefox/patches/Attic/patch-toolkit_modules_GMPInstallManager.jsm (expand / switch to unified diff)

--- pkgsrc/www/firefox/patches/Attic/patch-toolkit_modules_GMPInstallManager.jsm 2015/05/12 22:48:54 1.3
+++ pkgsrc/www/firefox/patches/Attic/patch-toolkit_modules_GMPInstallManager.jsm 2015/08/11 23:48:18 1.4
@@ -1,30 +1,30 @@ @@ -1,30 +1,30 @@
1$NetBSD: patch-toolkit_modules_GMPInstallManager.jsm,v 1.3 2015/05/12 22:48:54 ryoon Exp $ 1$NetBSD: patch-toolkit_modules_GMPInstallManager.jsm,v 1.4 2015/08/11 23:48:18 ryoon Exp $
2 2
3--- toolkit/modules/GMPInstallManager.jsm.orig 2015-05-04 00:43:33.000000000 +0000 3--- toolkit/modules/GMPInstallManager.jsm.orig 2015-08-07 15:54:20.000000000 +0000
4+++ toolkit/modules/GMPInstallManager.jsm 4+++ toolkit/modules/GMPInstallManager.jsm
5@@ -874,9 +874,7 @@ GMPDownloader.prototype = { 5@@ -884,9 +884,7 @@ GMPDownloader.prototype = {
6 let gmpAddon = this._gmpAddon; 6 let gmpAddon = this._gmpAddon;
7 let installToDirPath = Cc["@mozilla.org/file/local;1"]. 7 let installToDirPath = Cc["@mozilla.org/file/local;1"].
8 createInstance(Ci.nsIFile); 8 createInstance(Ci.nsIFile);
9- let path = OS.Path.join(OS.Constants.Path.profileDir, 9- let path = OS.Path.join(OS.Constants.Path.profileDir,
10- gmpAddon.id, 10- gmpAddon.id,
11- gmpAddon.version); 11- gmpAddon.version);
12+ let path = OS.Path.join(OS.Constants.Path.profileDir, gmpAddon.id); 12+ let path = OS.Path.join(OS.Constants.Path.profileDir, gmpAddon.id);
13 installToDirPath.initWithPath(path); 13 installToDirPath.initWithPath(path);
14 log.info("install to directory path: " + installToDirPath.path); 14 log.info("install to directory path: " + installToDirPath.path);
15 let gmpInstaller = new GMPExtractor(zipPath, installToDirPath.path); 15 let gmpInstaller = new GMPExtractor(zipPath, installToDirPath.path);
16@@ -885,10 +883,12 @@ GMPDownloader.prototype = { 16@@ -895,10 +893,12 @@ GMPDownloader.prototype = {
17 // Success, set the prefs 17 // Success, set the prefs
18 let now = Math.round(Date.now() / 1000); 18 let now = Math.round(Date.now() / 1000);
19 GMPPrefs.set(GMPPrefs.KEY_PLUGIN_LAST_UPDATE, now, gmpAddon.id); 19 GMPPrefs.set(GMPPrefs.KEY_PLUGIN_LAST_UPDATE, now, gmpAddon.id);
20- // Setting the version pref signals installation completion to consumers, 20- // Setting the version pref signals installation completion to consumers,
21- // if you need to set other prefs etc. do it before this. 21- // if you need to set other prefs etc. do it before this.
22+ // Setting the path pref signals installation completion to consumers, 22+ // Setting the path pref signals installation completion to consumers,
23+ // so set the version and potential other information they use first. 23+ // so set the version and potential other information they use first.
24 GMPPrefs.set(GMPPrefs.KEY_PLUGIN_VERSION, gmpAddon.version, 24 GMPPrefs.set(GMPPrefs.KEY_PLUGIN_VERSION, gmpAddon.version,
25 gmpAddon.id); 25 gmpAddon.id);
26+ GMPPrefs.set(GMPPrefs.KEY_PLUGIN_PATH, 26+ GMPPrefs.set(GMPPrefs.KEY_PLUGIN_PATH,
27+ installToDirPath.path, gmpAddon.id); 27+ installToDirPath.path, gmpAddon.id);
28 this._deferred.resolve(extractedPaths); 28 // Reset the trial create pref, so that Gecko knows to do a test
29 }, err => { 29 // run before reporting that the GMP works to content.
30 this._deferred.reject(err); 30 GMPPrefs.reset(GMPPrefs.KEY_PLUGIN_TRIAL_CREATE, gmpAddon.version,

File Deleted: pkgsrc/www/firefox/patches/Attic/patch-widget_gtk_gtk3drawing.c

File Deleted: pkgsrc/www/firefox/patches/Attic/patch-widget_gtk_nsNativeThemeGTK.cpp