Wed Apr 27 16:22:40 2016 UTC ()
Update to 46.0

* Drop buildlink to gstreamer1

Changelog:
New
    Improved security of the JavaScript Just In Time (JIT) Compiler
    GTK3 integration (GNU/Linux only)

Fixed
    Correct rendering for scaled SVGs that use a clip and a mask
    Various security fixes
    Screen reader behavior with blank spaces in Google Docs corrected

Changed
    WebRTC fixes to improve performance and stability

Developer
    Display dominator trees in Memory tool
    Allocation and garbage collection pause profiling in the performance panel
    Launch responsive mode from the Style Editor @media sidebar

HTML5
    Added support for document.elementsFromPoint
    Added HKDF support for Web Crypto API

Fixed in Firefox 46
    2016-48 Firefox Health Reports could accept events from untrusted domains
    2016-47 Write to invalid HashMap entry through JavaScript.watch()
    2016-46 Elevation of privilege with chrome.tabs.update API in web extensions
    2016-45 CSP not applied to pages sent with multipart/x-mixed-replace
    2016-44 Buffer overflow in libstagefright with CENC offsets
    2016-43 Disclosure of user actions through JavaScript with motion and orientation sensors
    2016-42 Use-after-free and buffer overflow in Service Workers
    2016-41 Content provider permission bypass allows malicious application to access data
    2016-40 Privilege escalation through file deletion by Maintenance Service updater
    2016-39 Miscellaneous memory safety hazards (rv:46.0 / rv:45.1 / rv:38.8)


(ryoon)
diff -r1.249 -r1.250 pkgsrc/www/firefox/Makefile
diff -r1.105 -r1.106 pkgsrc/www/firefox/PLIST
diff -r1.242 -r1.243 pkgsrc/www/firefox/distinfo
diff -r1.72 -r1.73 pkgsrc/www/firefox/mozilla-common.mk
diff -r1.44 -r1.45 pkgsrc/www/firefox/patches/patch-aa
diff -r1.10 -r1.11 pkgsrc/www/firefox/patches/patch-config_external_moz.build
diff -r1.10 -r1.11 pkgsrc/www/firefox/patches/patch-gfx_skia_moz.build
diff -r1.17 -r1.18 pkgsrc/www/firefox/patches/patch-config_system-headers
diff -r1.1 -r0 pkgsrc/www/firefox/patches/patch-dom_media_gstreamer_GStreamerAllocator.cpp
diff -r1.1 -r0 pkgsrc/www/firefox/patches/patch-gfx_skia_skia_src_opts_SkBitmapProcState__opts__arm.cpp
diff -r1.1 -r0 pkgsrc/www/firefox/patches/patch-gfx_skia_skia_src_opts_memset.arm.S
diff -r1.2 -r1.3 pkgsrc/www/firefox/patches/patch-dom_media_moz.build
diff -r1.2 -r1.3 pkgsrc/www/firefox/patches/patch-gfx_thebes_moz.build
diff -r1.2 -r1.3 pkgsrc/www/firefox/patches/patch-media_libcubeb_src_cubeb.c
diff -r1.3 -r1.4 pkgsrc/www/firefox/patches/patch-gfx_skia_generate__mozbuild.py
diff -r1.1 -r1.2 pkgsrc/www/firefox/patches/patch-gfx_skia_skia_src_core_SkUtilsArm.cpp
diff -r1.13 -r1.14 pkgsrc/www/firefox/patches/patch-media_libcubeb_src_cubeb__alsa.c
diff -r1.6 -r1.7 pkgsrc/www/firefox/patches/patch-media_libcubeb_src_moz.build
diff -r1.4 -r1.5 pkgsrc/www/firefox/patches/patch-media_libtheora_moz.build
diff -r1.4 -r1.5 pkgsrc/www/firefox/patches/patch-toolkit_library_moz.build
diff -r1.4 -r1.5 pkgsrc/www/firefox/patches/patch-xpcom_reflect_xptcall_md_unix_moz.build
diff -r1.4 -r0 pkgsrc/www/firefox/patches/patch-pb
diff -r1.4 -r0 pkgsrc/www/firefox/patches/patch-pc

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

--- pkgsrc/www/firefox/Makefile 2016/04/13 20:37:33 1.249
+++ pkgsrc/www/firefox/Makefile 2016/04/27 16:22:39 1.250
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.249 2016/04/13 20:37:33 ryoon Exp $ 1# $NetBSD: Makefile,v 1.250 2016/04/27 16:22:39 ryoon Exp $
2 2
3FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} 3FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
4MOZ_BRANCH= 45.0 4MOZ_BRANCH= 46.0
5MOZ_BRANCH_MINOR= .2 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.xz 12EXTRACT_SUFX= .tar.xz
13 13
14WRKSRC= ${WRKDIR}/${DISTNAME:S/.source//} 14WRKSRC= ${WRKDIR}/${DISTNAME:S/.source//}
15 15
16MAINTAINER= ryoon@NetBSD.org 16MAINTAINER= ryoon@NetBSD.org
17HOMEPAGE= http://www.mozilla.com/en-US/firefox/ 17HOMEPAGE= http://www.mozilla.com/en-US/firefox/
18COMMENT= Web browser with support for extensions (version ${MOZ_BRANCH:C/\..*//}) 18COMMENT= Web browser with support for extensions (version ${MOZ_BRANCH:C/\..*//})

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

--- pkgsrc/www/firefox/PLIST 2016/04/13 20:37:33 1.105
+++ pkgsrc/www/firefox/PLIST 2016/04/27 16:22:39 1.106
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.105 2016/04/13 20:37:33 ryoon Exp $ 1@comment $NetBSD: PLIST,v 1.106 2016/04/27 16:22:39 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
@@ -81,26 +81,27 @@ lib/firefox/browser/chrome/browser/conte @@ -81,26 +81,27 @@ lib/firefox/browser/chrome/browser/conte
81lib/firefox/browser/chrome/browser/content/browser/browser-addons.js 81lib/firefox/browser/chrome/browser/content/browser/browser-addons.js
82lib/firefox/browser/chrome/browser/content/browser/browser-ctrlTab.js 82lib/firefox/browser/chrome/browser/content/browser/browser-ctrlTab.js
83lib/firefox/browser/chrome/browser/content/browser/browser-customization.js 83lib/firefox/browser/chrome/browser/content/browser/browser-customization.js
84lib/firefox/browser/chrome/browser/content/browser/browser-data-submission-info-bar.js 84lib/firefox/browser/chrome/browser/content/browser/browser-data-submission-info-bar.js
85lib/firefox/browser/chrome/browser/content/browser/browser-devedition.js 85lib/firefox/browser/chrome/browser/content/browser/browser-devedition.js
86lib/firefox/browser/chrome/browser/content/browser/browser-eme.js 86lib/firefox/browser/chrome/browser/content/browser/browser-eme.js
87lib/firefox/browser/chrome/browser/content/browser/browser-feeds.js 87lib/firefox/browser/chrome/browser/content/browser/browser-feeds.js
88lib/firefox/browser/chrome/browser/content/browser/browser-fullScreen.js 88lib/firefox/browser/chrome/browser/content/browser/browser-fullScreen.js
89lib/firefox/browser/chrome/browser/content/browser/browser-fullZoom.js 89lib/firefox/browser/chrome/browser/content/browser/browser-fullZoom.js
90lib/firefox/browser/chrome/browser/content/browser/browser-fxaccounts.js 90lib/firefox/browser/chrome/browser/content/browser/browser-fxaccounts.js
91lib/firefox/browser/chrome/browser/content/browser/browser-gestureSupport.js 91lib/firefox/browser/chrome/browser/content/browser/browser-gestureSupport.js
92lib/firefox/browser/chrome/browser/content/browser/browser-places.js 92lib/firefox/browser/chrome/browser/content/browser/browser-places.js
93lib/firefox/browser/chrome/browser/content/browser/browser-plugins.js 93lib/firefox/browser/chrome/browser/content/browser/browser-plugins.js
 94lib/firefox/browser/chrome/browser/content/browser/browser-refreshblocker.js
94lib/firefox/browser/chrome/browser/content/browser/browser-safebrowsing.js 95lib/firefox/browser/chrome/browser/content/browser/browser-safebrowsing.js
95lib/firefox/browser/chrome/browser/content/browser/browser-sidebar.js 96lib/firefox/browser/chrome/browser/content/browser/browser-sidebar.js
96lib/firefox/browser/chrome/browser/content/browser/browser-social.js 97lib/firefox/browser/chrome/browser/content/browser/browser-social.js
97lib/firefox/browser/chrome/browser/content/browser/browser-syncui.js 98lib/firefox/browser/chrome/browser/content/browser/browser-syncui.js
98lib/firefox/browser/chrome/browser/content/browser/browser-tabPreviews.xml 99lib/firefox/browser/chrome/browser/content/browser/browser-tabPreviews.xml
99lib/firefox/browser/chrome/browser/content/browser/browser-tabsintitlebar.js 100lib/firefox/browser/chrome/browser/content/browser/browser-tabsintitlebar.js
100lib/firefox/browser/chrome/browser/content/browser/browser-thumbnails.js 101lib/firefox/browser/chrome/browser/content/browser/browser-thumbnails.js
101lib/firefox/browser/chrome/browser/content/browser/browser-trackingprotection.js 102lib/firefox/browser/chrome/browser/content/browser/browser-trackingprotection.js
102lib/firefox/browser/chrome/browser/content/browser/browser.css 103lib/firefox/browser/chrome/browser/content/browser/browser.css
103lib/firefox/browser/chrome/browser/content/browser/browser.js 104lib/firefox/browser/chrome/browser/content/browser/browser.js
104lib/firefox/browser/chrome/browser/content/browser/browser.xul 105lib/firefox/browser/chrome/browser/content/browser/browser.xul
105lib/firefox/browser/chrome/browser/content/browser/certerror/aboutCertError.css 106lib/firefox/browser/chrome/browser/content/browser/certerror/aboutCertError.css
106lib/firefox/browser/chrome/browser/content/browser/certerror/aboutCertError.xhtml 107lib/firefox/browser/chrome/browser/content/browser/certerror/aboutCertError.xhtml
@@ -191,115 +192,75 @@ lib/firefox/browser/chrome/browser/conte @@ -191,115 +192,75 @@ lib/firefox/browser/chrome/browser/conte
191lib/firefox/browser/chrome/browser/content/browser/places/editBookmarkOverlay.js 192lib/firefox/browser/chrome/browser/content/browser/places/editBookmarkOverlay.js
192lib/firefox/browser/chrome/browser/content/browser/places/editBookmarkOverlay.xul 193lib/firefox/browser/chrome/browser/content/browser/places/editBookmarkOverlay.xul
193lib/firefox/browser/chrome/browser/content/browser/places/history-panel.js 194lib/firefox/browser/chrome/browser/content/browser/places/history-panel.js
194lib/firefox/browser/chrome/browser/content/browser/places/menu.xml 195lib/firefox/browser/chrome/browser/content/browser/places/menu.xml
195lib/firefox/browser/chrome/browser/content/browser/places/moveBookmarks.js 196lib/firefox/browser/chrome/browser/content/browser/places/moveBookmarks.js
196lib/firefox/browser/chrome/browser/content/browser/places/moveBookmarks.xul 197lib/firefox/browser/chrome/browser/content/browser/places/moveBookmarks.xul
197lib/firefox/browser/chrome/browser/content/browser/places/organizer.css 198lib/firefox/browser/chrome/browser/content/browser/places/organizer.css
198lib/firefox/browser/chrome/browser/content/browser/places/places.css 199lib/firefox/browser/chrome/browser/content/browser/places/places.css
199lib/firefox/browser/chrome/browser/content/browser/places/places.js 200lib/firefox/browser/chrome/browser/content/browser/places/places.js
200lib/firefox/browser/chrome/browser/content/browser/places/places.xul 201lib/firefox/browser/chrome/browser/content/browser/places/places.xul
201lib/firefox/browser/chrome/browser/content/browser/places/placesOverlay.xul 202lib/firefox/browser/chrome/browser/content/browser/places/placesOverlay.xul
202lib/firefox/browser/chrome/browser/content/browser/places/tree.xml 203lib/firefox/browser/chrome/browser/content/browser/places/tree.xml
203lib/firefox/browser/chrome/browser/content/browser/places/treeView.js 204lib/firefox/browser/chrome/browser/content/browser/places/treeView.js
204lib/firefox/browser/chrome/browser/content/browser/pocket/main.js 
205lib/firefox/browser/chrome/browser/content/browser/pocket/panels/css/firasans.css 
206lib/firefox/browser/chrome/browser/content/browser/pocket/panels/css/normalize.css 
207lib/firefox/browser/chrome/browser/content/browser/pocket/panels/css/saved.css 
208lib/firefox/browser/chrome/browser/content/browser/pocket/panels/css/signup.css 
209lib/firefox/browser/chrome/browser/content/browser/pocket/panels/fonts/FiraSans-Regular.woff 
210lib/firefox/browser/chrome/browser/content/browser/pocket/panels/img/pocketerror@1x.png 
211lib/firefox/browser/chrome/browser/content/browser/pocket/panels/img/pocketerror@2x.png 
212lib/firefox/browser/chrome/browser/content/browser/pocket/panels/img/pocketlogo@1x.png 
213lib/firefox/browser/chrome/browser/content/browser/pocket/panels/img/pocketlogo@2x.png 
214lib/firefox/browser/chrome/browser/content/browser/pocket/panels/img/pocketlogosolo@1x.png 
215lib/firefox/browser/chrome/browser/content/browser/pocket/panels/img/pocketlogosolo@2x.png 
216lib/firefox/browser/chrome/browser/content/browser/pocket/panels/img/pocketmenuitem16.png 
217lib/firefox/browser/chrome/browser/content/browser/pocket/panels/img/pocketmenuitem16@2x.png 
218lib/firefox/browser/chrome/browser/content/browser/pocket/panels/img/pocketsignup_button@1x.png 
219lib/firefox/browser/chrome/browser/content/browser/pocket/panels/img/pocketsignup_button@2x.png 
220lib/firefox/browser/chrome/browser/content/browser/pocket/panels/img/pocketsignup_devices@1x.png 
221lib/firefox/browser/chrome/browser/content/browser/pocket/panels/img/pocketsignup_devices@2x.png 
222lib/firefox/browser/chrome/browser/content/browser/pocket/panels/img/pocketsignup_hero@1x.png 
223lib/firefox/browser/chrome/browser/content/browser/pocket/panels/img/pocketsignup_hero@2x.png 
224lib/firefox/browser/chrome/browser/content/browser/pocket/panels/img/signup_firefoxlogo@1x.png 
225lib/firefox/browser/chrome/browser/content/browser/pocket/panels/img/signup_firefoxlogo@2x.png 
226lib/firefox/browser/chrome/browser/content/browser/pocket/panels/img/signup_help@1x.png 
227lib/firefox/browser/chrome/browser/content/browser/pocket/panels/img/signup_help@2x.png 
228lib/firefox/browser/chrome/browser/content/browser/pocket/panels/img/tag_close@1x.png 
229lib/firefox/browser/chrome/browser/content/browser/pocket/panels/img/tag_close@2x.png 
230lib/firefox/browser/chrome/browser/content/browser/pocket/panels/img/tag_closeactive@1x.png 
231lib/firefox/browser/chrome/browser/content/browser/pocket/panels/img/tag_closeactive@2x.png 
232lib/firefox/browser/chrome/browser/content/browser/pocket/panels/js/messages.js 
233lib/firefox/browser/chrome/browser/content/browser/pocket/panels/js/saved.js 
234lib/firefox/browser/chrome/browser/content/browser/pocket/panels/js/signup.js 
235lib/firefox/browser/chrome/browser/content/browser/pocket/panels/js/tmpl.js 
236lib/firefox/browser/chrome/browser/content/browser/pocket/panels/js/vendor/handlebars.runtime.js 
237lib/firefox/browser/chrome/browser/content/browser/pocket/panels/js/vendor/jquery-2.1.1.min.js 
238lib/firefox/browser/chrome/browser/content/browser/pocket/panels/js/vendor/jquery.tokeninput.min.js 
239lib/firefox/browser/chrome/browser/content/browser/pocket/panels/saved.html 
240lib/firefox/browser/chrome/browser/content/browser/pocket/panels/signup.html 
241lib/firefox/browser/chrome/browser/content/browser/pocket/panels/tmpl/saved_premiumextras.handlebars 
242lib/firefox/browser/chrome/browser/content/browser/pocket/panels/tmpl/saved_premiumshell.handlebars 
243lib/firefox/browser/chrome/browser/content/browser/pocket/panels/tmpl/saved_shell.handlebars 
244lib/firefox/browser/chrome/browser/content/browser/pocket/panels/tmpl/signup_shell.handlebars 
245lib/firefox/browser/chrome/browser/content/browser/pocket/panels/tmpl/signupstoryboard_shell.handlebars 
246lib/firefox/browser/chrome/browser/content/browser/pocket/pktApi.js 
247lib/firefox/browser/chrome/browser/content/browser/preferences/applicationManager.js 205lib/firefox/browser/chrome/browser/content/browser/preferences/applicationManager.js
248lib/firefox/browser/chrome/browser/content/browser/preferences/applicationManager.xul 206lib/firefox/browser/chrome/browser/content/browser/preferences/applicationManager.xul
249lib/firefox/browser/chrome/browser/content/browser/preferences/blocklists.js 207lib/firefox/browser/chrome/browser/content/browser/preferences/blocklists.js
250lib/firefox/browser/chrome/browser/content/browser/preferences/blocklists.xul 208lib/firefox/browser/chrome/browser/content/browser/preferences/blocklists.xul
251lib/firefox/browser/chrome/browser/content/browser/preferences/colors.xul 209lib/firefox/browser/chrome/browser/content/browser/preferences/colors.xul
252lib/firefox/browser/chrome/browser/content/browser/preferences/connection.js 210lib/firefox/browser/chrome/browser/content/browser/preferences/connection.js
253lib/firefox/browser/chrome/browser/content/browser/preferences/connection.xul 211lib/firefox/browser/chrome/browser/content/browser/preferences/connection.xul
254lib/firefox/browser/chrome/browser/content/browser/preferences/cookies.js 212lib/firefox/browser/chrome/browser/content/browser/preferences/cookies.js
255lib/firefox/browser/chrome/browser/content/browser/preferences/cookies.xul 213lib/firefox/browser/chrome/browser/content/browser/preferences/cookies.xul
 214lib/firefox/browser/chrome/browser/content/browser/preferences/donottrack.xul
256lib/firefox/browser/chrome/browser/content/browser/preferences/fonts.js 215lib/firefox/browser/chrome/browser/content/browser/preferences/fonts.js
257lib/firefox/browser/chrome/browser/content/browser/preferences/fonts.xul 216lib/firefox/browser/chrome/browser/content/browser/preferences/fonts.xul
258lib/firefox/browser/chrome/browser/content/browser/preferences/handlers.css 217lib/firefox/browser/chrome/browser/content/browser/preferences/handlers.css
259lib/firefox/browser/chrome/browser/content/browser/preferences/handlers.xml 218lib/firefox/browser/chrome/browser/content/browser/preferences/handlers.xml
260lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/advanced.js 219lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/advanced.js
261lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/applications.js 220lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/applications.js
262lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/content.js 221lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/content.js
263lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/main.js 222lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/main.js
264lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/preferences.js 223lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/preferences.js
265lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/preferences.xul 224lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/preferences.xul
266lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/privacy.js 225lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/privacy.js
267lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/search.css 226lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/search.css
268lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/search.js 227lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/search.js
269lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/security.js 228lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/security.js
270lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/subdialogs.js 229lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/subdialogs.js
271lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/sync.js 230lib/firefox/browser/chrome/browser/content/browser/preferences/in-content/sync.js
272lib/firefox/browser/chrome/browser/content/browser/preferences/languages.js 231lib/firefox/browser/chrome/browser/content/browser/preferences/languages.js
273lib/firefox/browser/chrome/browser/content/browser/preferences/languages.xul 232lib/firefox/browser/chrome/browser/content/browser/preferences/languages.xul
274lib/firefox/browser/chrome/browser/content/browser/preferences/permissions.js 233lib/firefox/browser/chrome/browser/content/browser/preferences/permissions.js
275lib/firefox/browser/chrome/browser/content/browser/preferences/permissions.xul 234lib/firefox/browser/chrome/browser/content/browser/preferences/permissions.xul
276lib/firefox/browser/chrome/browser/content/browser/preferences/sanitize.js 235lib/firefox/browser/chrome/browser/content/browser/preferences/sanitize.js
277lib/firefox/browser/chrome/browser/content/browser/preferences/sanitize.xul 236lib/firefox/browser/chrome/browser/content/browser/preferences/sanitize.xul
278lib/firefox/browser/chrome/browser/content/browser/preferences/selectBookmark.js 237lib/firefox/browser/chrome/browser/content/browser/preferences/selectBookmark.js
279lib/firefox/browser/chrome/browser/content/browser/preferences/selectBookmark.xul 238lib/firefox/browser/chrome/browser/content/browser/preferences/selectBookmark.xul
280lib/firefox/browser/chrome/browser/content/browser/preferences/translation.js 239lib/firefox/browser/chrome/browser/content/browser/preferences/translation.js
281lib/firefox/browser/chrome/browser/content/browser/preferences/translation.xul 240lib/firefox/browser/chrome/browser/content/browser/preferences/translation.xul
282lib/firefox/browser/chrome/browser/content/browser/remote-newtab/newTab.css 
283lib/firefox/browser/chrome/browser/content/browser/remote-newtab/newTab.js 
284lib/firefox/browser/chrome/browser/content/browser/remote-newtab/newTab.xhtml 
285lib/firefox/browser/chrome/browser/content/browser/report-phishing-overlay.xul 241lib/firefox/browser/chrome/browser/content/browser/report-phishing-overlay.xul
286lib/firefox/browser/chrome/browser/content/browser/safeMode.css 242lib/firefox/browser/chrome/browser/content/browser/safeMode.css
287lib/firefox/browser/chrome/browser/content/browser/safeMode.js 243lib/firefox/browser/chrome/browser/content/browser/safeMode.js
288lib/firefox/browser/chrome/browser/content/browser/safeMode.xul 244lib/firefox/browser/chrome/browser/content/browser/safeMode.xul
289lib/firefox/browser/chrome/browser/content/browser/sanitize.js 245lib/firefox/browser/chrome/browser/content/browser/sanitize.js
290lib/firefox/browser/chrome/browser/content/browser/sanitize.xul 246lib/firefox/browser/chrome/browser/content/browser/sanitize.xul
291lib/firefox/browser/chrome/browser/content/browser/sanitizeDialog.css 247lib/firefox/browser/chrome/browser/content/browser/sanitizeDialog.css
292lib/firefox/browser/chrome/browser/content/browser/sanitizeDialog.js 248lib/firefox/browser/chrome/browser/content/browser/sanitizeDialog.js
 249lib/firefox/browser/chrome/browser/content/browser/schemas/bookmarks.json
 250lib/firefox/browser/chrome/browser/content/browser/schemas/browser_action.json
 251lib/firefox/browser/chrome/browser/content/browser/schemas/context_menus.json
 252lib/firefox/browser/chrome/browser/content/browser/schemas/context_menus_internal.json
 253lib/firefox/browser/chrome/browser/content/browser/schemas/page_action.json
293lib/firefox/browser/chrome/browser/content/browser/schemas/tabs.json 254lib/firefox/browser/chrome/browser/content/browser/schemas/tabs.json
294lib/firefox/browser/chrome/browser/content/browser/schemas/windows.json 255lib/firefox/browser/chrome/browser/content/browser/schemas/windows.json
295lib/firefox/browser/chrome/browser/content/browser/search/search.xml 256lib/firefox/browser/chrome/browser/content/browser/search/search.xml
296lib/firefox/browser/chrome/browser/content/browser/search/searchbarBindings.css 257lib/firefox/browser/chrome/browser/content/browser/search/searchbarBindings.css
297lib/firefox/browser/chrome/browser/content/browser/setDesktopBackground.js 258lib/firefox/browser/chrome/browser/content/browser/setDesktopBackground.js
298lib/firefox/browser/chrome/browser/content/browser/setDesktopBackground.xul 259lib/firefox/browser/chrome/browser/content/browser/setDesktopBackground.xul
299lib/firefox/browser/chrome/browser/content/browser/social-content.js 260lib/firefox/browser/chrome/browser/content/browser/social-content.js
300lib/firefox/browser/chrome/browser/content/browser/socialchat.xml 261lib/firefox/browser/chrome/browser/content/browser/socialchat.xml
301lib/firefox/browser/chrome/browser/content/browser/socialmarks.xml 262lib/firefox/browser/chrome/browser/content/browser/socialmarks.xml
302lib/firefox/browser/chrome/browser/content/browser/sync/aboutSyncTabs-bindings.xml 263lib/firefox/browser/chrome/browser/content/browser/sync/aboutSyncTabs-bindings.xml
303lib/firefox/browser/chrome/browser/content/browser/sync/aboutSyncTabs.css 264lib/firefox/browser/chrome/browser/content/browser/sync/aboutSyncTabs.css
304lib/firefox/browser/chrome/browser/content/browser/sync/aboutSyncTabs.js 265lib/firefox/browser/chrome/browser/content/browser/sync/aboutSyncTabs.js
305lib/firefox/browser/chrome/browser/content/browser/sync/aboutSyncTabs.xul 266lib/firefox/browser/chrome/browser/content/browser/sync/aboutSyncTabs.xul
@@ -635,48 +596,49 @@ lib/firefox/browser/chrome/devtools/cont @@ -635,48 +596,49 @@ lib/firefox/browser/chrome/devtools/cont
635lib/firefox/browser/chrome/devtools/content/debugger/utils.js 596lib/firefox/browser/chrome/devtools/content/debugger/utils.js
636lib/firefox/browser/chrome/devtools/content/debugger/views/filter-view.js 597lib/firefox/browser/chrome/devtools/content/debugger/views/filter-view.js
637lib/firefox/browser/chrome/devtools/content/debugger/views/global-search-view.js 598lib/firefox/browser/chrome/devtools/content/debugger/views/global-search-view.js
638lib/firefox/browser/chrome/devtools/content/debugger/views/options-view.js 599lib/firefox/browser/chrome/devtools/content/debugger/views/options-view.js
639lib/firefox/browser/chrome/devtools/content/debugger/views/stack-frames-classic-view.js 600lib/firefox/browser/chrome/devtools/content/debugger/views/stack-frames-classic-view.js
640lib/firefox/browser/chrome/devtools/content/debugger/views/stack-frames-view.js 601lib/firefox/browser/chrome/devtools/content/debugger/views/stack-frames-view.js
641lib/firefox/browser/chrome/devtools/content/debugger/views/toolbar-view.js 602lib/firefox/browser/chrome/devtools/content/debugger/views/toolbar-view.js
642lib/firefox/browser/chrome/devtools/content/debugger/views/variable-bubble-view.js 603lib/firefox/browser/chrome/devtools/content/debugger/views/variable-bubble-view.js
643lib/firefox/browser/chrome/devtools/content/debugger/views/watch-expressions-view.js 604lib/firefox/browser/chrome/devtools/content/debugger/views/watch-expressions-view.js
644lib/firefox/browser/chrome/devtools/content/debugger/views/workers-view.js 605lib/firefox/browser/chrome/devtools/content/debugger/views/workers-view.js
645lib/firefox/browser/chrome/devtools/content/eyedropper/crosshairs.css 606lib/firefox/browser/chrome/devtools/content/eyedropper/crosshairs.css
646lib/firefox/browser/chrome/devtools/content/eyedropper/eyedropper.xul 607lib/firefox/browser/chrome/devtools/content/eyedropper/eyedropper.xul
647lib/firefox/browser/chrome/devtools/content/eyedropper/nocursor.css 608lib/firefox/browser/chrome/devtools/content/eyedropper/nocursor.css
648lib/firefox/browser/chrome/devtools/content/fontinspector/font-inspector.css 
649lib/firefox/browser/chrome/devtools/content/fontinspector/font-inspector.js 
650lib/firefox/browser/chrome/devtools/content/fontinspector/font-inspector.xhtml 
651lib/firefox/browser/chrome/devtools/content/framework/connect/connect.css 609lib/firefox/browser/chrome/devtools/content/framework/connect/connect.css
652lib/firefox/browser/chrome/devtools/content/framework/connect/connect.js 610lib/firefox/browser/chrome/devtools/content/framework/connect/connect.js
653lib/firefox/browser/chrome/devtools/content/framework/connect/connect.xhtml 611lib/firefox/browser/chrome/devtools/content/framework/connect/connect.xhtml
654lib/firefox/browser/chrome/devtools/content/framework/dev-edition-promo/dev-edition-logo.png 612lib/firefox/browser/chrome/devtools/content/framework/dev-edition-promo/dev-edition-logo.png
655lib/firefox/browser/chrome/devtools/content/framework/dev-edition-promo/dev-edition-promo.css 613lib/firefox/browser/chrome/devtools/content/framework/dev-edition-promo/dev-edition-promo.css
656lib/firefox/browser/chrome/devtools/content/framework/dev-edition-promo/dev-edition-promo.xul 614lib/firefox/browser/chrome/devtools/content/framework/dev-edition-promo/dev-edition-promo.xul
657lib/firefox/browser/chrome/devtools/content/framework/options-panel.css 615lib/firefox/browser/chrome/devtools/content/framework/options-panel.css
658lib/firefox/browser/chrome/devtools/content/framework/toolbox-options.js 616lib/firefox/browser/chrome/devtools/content/framework/toolbox-options.js
659lib/firefox/browser/chrome/devtools/content/framework/toolbox-options.xul 617lib/firefox/browser/chrome/devtools/content/framework/toolbox-options.xul
660lib/firefox/browser/chrome/devtools/content/framework/toolbox-process-window.js 618lib/firefox/browser/chrome/devtools/content/framework/toolbox-process-window.js
661lib/firefox/browser/chrome/devtools/content/framework/toolbox-process-window.xul 619lib/firefox/browser/chrome/devtools/content/framework/toolbox-process-window.xul
662lib/firefox/browser/chrome/devtools/content/framework/toolbox-window.xul 620lib/firefox/browser/chrome/devtools/content/framework/toolbox-window.xul
663lib/firefox/browser/chrome/devtools/content/framework/toolbox.xul 621lib/firefox/browser/chrome/devtools/content/framework/toolbox.xul
 622lib/firefox/browser/chrome/devtools/content/inspector/computed/computed.xhtml
 623lib/firefox/browser/chrome/devtools/content/inspector/fonts/fonts.js
 624lib/firefox/browser/chrome/devtools/content/inspector/fonts/fonts.xhtml
664lib/firefox/browser/chrome/devtools/content/inspector/inspector.css 625lib/firefox/browser/chrome/devtools/content/inspector/inspector.css
665lib/firefox/browser/chrome/devtools/content/inspector/inspector.xul 626lib/firefox/browser/chrome/devtools/content/inspector/inspector.xul
666lib/firefox/browser/chrome/devtools/content/layoutview/view.js 627lib/firefox/browser/chrome/devtools/content/inspector/layout/layout.js
667lib/firefox/browser/chrome/devtools/content/layoutview/view.xhtml 628lib/firefox/browser/chrome/devtools/content/inspector/layout/layout.xhtml
668lib/firefox/browser/chrome/devtools/content/markupview/markup-view.css 629lib/firefox/browser/chrome/devtools/content/inspector/markup/markup.css
669lib/firefox/browser/chrome/devtools/content/markupview/markup-view.xhtml 630lib/firefox/browser/chrome/devtools/content/inspector/markup/markup.xhtml
 631lib/firefox/browser/chrome/devtools/content/inspector/rules/rules.xhtml
670lib/firefox/browser/chrome/devtools/content/memory/initializer.js 632lib/firefox/browser/chrome/devtools/content/memory/initializer.js
671lib/firefox/browser/chrome/devtools/content/memory/memory.xhtml 633lib/firefox/browser/chrome/devtools/content/memory/memory.xhtml
672lib/firefox/browser/chrome/devtools/content/netmonitor/netmonitor-controller.js 634lib/firefox/browser/chrome/devtools/content/netmonitor/netmonitor-controller.js
673lib/firefox/browser/chrome/devtools/content/netmonitor/netmonitor-view.js 635lib/firefox/browser/chrome/devtools/content/netmonitor/netmonitor-view.js
674lib/firefox/browser/chrome/devtools/content/netmonitor/netmonitor.css 636lib/firefox/browser/chrome/devtools/content/netmonitor/netmonitor.css
675lib/firefox/browser/chrome/devtools/content/netmonitor/netmonitor.xul 637lib/firefox/browser/chrome/devtools/content/netmonitor/netmonitor.xul
676lib/firefox/browser/chrome/devtools/content/performance/performance-controller.js 638lib/firefox/browser/chrome/devtools/content/performance/performance-controller.js
677lib/firefox/browser/chrome/devtools/content/performance/performance-view.js 639lib/firefox/browser/chrome/devtools/content/performance/performance-view.js
678lib/firefox/browser/chrome/devtools/content/performance/performance.xul 640lib/firefox/browser/chrome/devtools/content/performance/performance.xul
679lib/firefox/browser/chrome/devtools/content/performance/views/details-abstract-subview.js 641lib/firefox/browser/chrome/devtools/content/performance/views/details-abstract-subview.js
680lib/firefox/browser/chrome/devtools/content/performance/views/details-js-call-tree.js 642lib/firefox/browser/chrome/devtools/content/performance/views/details-js-call-tree.js
681lib/firefox/browser/chrome/devtools/content/performance/views/details-js-flamegraph.js 643lib/firefox/browser/chrome/devtools/content/performance/views/details-js-flamegraph.js
682lib/firefox/browser/chrome/devtools/content/performance/views/details-memory-call-tree.js 644lib/firefox/browser/chrome/devtools/content/performance/views/details-memory-call-tree.js
@@ -705,202 +667,230 @@ lib/firefox/browser/chrome/devtools/cont @@ -705,202 +667,230 @@ lib/firefox/browser/chrome/devtools/cont
705lib/firefox/browser/chrome/devtools/content/shared/vendor/d3.js 667lib/firefox/browser/chrome/devtools/content/shared/vendor/d3.js
706lib/firefox/browser/chrome/devtools/content/shared/vendor/dagre-d3.js 668lib/firefox/browser/chrome/devtools/content/shared/vendor/dagre-d3.js
707lib/firefox/browser/chrome/devtools/content/shared/widgets/VariablesView.xul 669lib/firefox/browser/chrome/devtools/content/shared/widgets/VariablesView.xul
708lib/firefox/browser/chrome/devtools/content/shared/widgets/cubic-bezier-frame.xhtml 670lib/firefox/browser/chrome/devtools/content/shared/widgets/cubic-bezier-frame.xhtml
709lib/firefox/browser/chrome/devtools/content/shared/widgets/cubic-bezier.css 671lib/firefox/browser/chrome/devtools/content/shared/widgets/cubic-bezier.css
710lib/firefox/browser/chrome/devtools/content/shared/widgets/filter-frame.xhtml 672lib/firefox/browser/chrome/devtools/content/shared/widgets/filter-frame.xhtml
711lib/firefox/browser/chrome/devtools/content/shared/widgets/filter-widget.css 673lib/firefox/browser/chrome/devtools/content/shared/widgets/filter-widget.css
712lib/firefox/browser/chrome/devtools/content/shared/widgets/graphs-frame.xhtml 674lib/firefox/browser/chrome/devtools/content/shared/widgets/graphs-frame.xhtml
713lib/firefox/browser/chrome/devtools/content/shared/widgets/mdn-docs-frame.xhtml 675lib/firefox/browser/chrome/devtools/content/shared/widgets/mdn-docs-frame.xhtml
714lib/firefox/browser/chrome/devtools/content/shared/widgets/mdn-docs.css 676lib/firefox/browser/chrome/devtools/content/shared/widgets/mdn-docs.css
715lib/firefox/browser/chrome/devtools/content/shared/widgets/spectrum-frame.xhtml 677lib/firefox/browser/chrome/devtools/content/shared/widgets/spectrum-frame.xhtml
716lib/firefox/browser/chrome/devtools/content/shared/widgets/spectrum.css 678lib/firefox/browser/chrome/devtools/content/shared/widgets/spectrum.css
717lib/firefox/browser/chrome/devtools/content/shared/widgets/widgets.css 679lib/firefox/browser/chrome/devtools/content/shared/widgets/widgets.css
718lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/codemirror.css 680lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/addon/comment/comment.js
719lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/codemirror.js 681lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/addon/dialog/dialog.css
720lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/comment/comment.js 682lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/addon/dialog/dialog.js
721lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/dialog/dialog.css 683lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/addon/edit/closebrackets.js
722lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/dialog/dialog.js 684lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/addon/edit/matchbrackets.js
723lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/edit/closebrackets.js 685lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/addon/edit/trailingspace.js
724lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/edit/matchbrackets.js 686lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/addon/fold/brace-fold.js
725lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/edit/trailingspace.js 687lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/addon/fold/comment-fold.js
726lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/fold/brace-fold.js 688lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/addon/fold/foldcode.js
727lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/fold/comment-fold.js 689lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/addon/fold/foldgutter.js
728lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/fold/foldcode.js 690lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/addon/fold/xml-fold.js
729lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/fold/foldgutter.js 691lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/addon/hint/show-hint.js
730lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/fold/xml-fold.js 692lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/addon/search/search.js
731lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/hint/show-hint.js 693lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/addon/search/searchcursor.js
 694lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/addon/selection/active-line.js
 695lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/addon/tern/tern.js
732lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/keymap/emacs.js 696lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/keymap/emacs.js
733lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/keymap/sublime.js 697lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/keymap/sublime.js
734lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/keymap/vim.js 698lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/keymap/vim.js
 699lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/lib/codemirror.css
 700lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/lib/codemirror.js
735lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/mode/clike.js 701lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/mode/clike.js
736lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/mode/css.js 702lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/mode/css.js
737lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/mode/htmlmixed.js 703lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/mode/htmlmixed.js
738lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/mode/javascript.js 704lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/mode/javascript.js
739lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/mode/xml.js 705lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/mode/xml.js
740lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/mozilla.css 706lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/mozilla.css
741lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/search/search.js 
742lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/search/searchcursor.js 
743lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/selection/active-line.js 
744lib/firefox/browser/chrome/devtools/content/sourceeditor/codemirror/tern/tern.js 
745lib/firefox/browser/chrome/devtools/content/storage/storage.xul 707lib/firefox/browser/chrome/devtools/content/storage/storage.xul
746lib/firefox/browser/chrome/devtools/content/styleeditor/styleeditor.css 708lib/firefox/browser/chrome/devtools/content/styleeditor/styleeditor.css
747lib/firefox/browser/chrome/devtools/content/styleeditor/styleeditor.xul 709lib/firefox/browser/chrome/devtools/content/styleeditor/styleeditor.xul
748lib/firefox/browser/chrome/devtools/content/styleinspector/computedview.xhtml 
749lib/firefox/browser/chrome/devtools/content/styleinspector/cssruleview.xhtml 
750lib/firefox/browser/chrome/devtools/content/styleinspector/ruleview.css 
751lib/firefox/browser/chrome/devtools/content/webaudioeditor/controller.js 710lib/firefox/browser/chrome/devtools/content/webaudioeditor/controller.js
752lib/firefox/browser/chrome/devtools/content/webaudioeditor/includes.js 711lib/firefox/browser/chrome/devtools/content/webaudioeditor/includes.js
753lib/firefox/browser/chrome/devtools/content/webaudioeditor/models.js 712lib/firefox/browser/chrome/devtools/content/webaudioeditor/models.js
754lib/firefox/browser/chrome/devtools/content/webaudioeditor/views/automation.js 713lib/firefox/browser/chrome/devtools/content/webaudioeditor/views/automation.js
755lib/firefox/browser/chrome/devtools/content/webaudioeditor/views/context.js 714lib/firefox/browser/chrome/devtools/content/webaudioeditor/views/context.js
756lib/firefox/browser/chrome/devtools/content/webaudioeditor/views/inspector.js 715lib/firefox/browser/chrome/devtools/content/webaudioeditor/views/inspector.js
757lib/firefox/browser/chrome/devtools/content/webaudioeditor/views/properties.js 716lib/firefox/browser/chrome/devtools/content/webaudioeditor/views/properties.js
758lib/firefox/browser/chrome/devtools/content/webaudioeditor/views/utils.js 717lib/firefox/browser/chrome/devtools/content/webaudioeditor/views/utils.js
759lib/firefox/browser/chrome/devtools/content/webaudioeditor/webaudioeditor.xul 718lib/firefox/browser/chrome/devtools/content/webaudioeditor/webaudioeditor.xul
760lib/firefox/browser/chrome/devtools/content/webconsole/webconsole.xul 719lib/firefox/browser/chrome/devtools/content/webconsole/webconsole.xul
761lib/firefox/browser/chrome/devtools/modules/devtools/acorn/acorn.js 720lib/firefox/browser/chrome/devtools/modules/devtools/acorn/acorn.js
762lib/firefox/browser/chrome/devtools/modules/devtools/acorn/acorn_loose.js 721lib/firefox/browser/chrome/devtools/modules/devtools/acorn/acorn_loose.js
763lib/firefox/browser/chrome/devtools/modules/devtools/acorn/walk.js 722lib/firefox/browser/chrome/devtools/modules/devtools/acorn/walk.js
764lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/addons.js 723lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/addons.js
765lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/target-list.js 724lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/target-list.js
766lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/target.js 725lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/target.js
767lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/workers.js 726lib/firefox/browser/chrome/devtools/modules/devtools/client/aboutdebugging/components/workers.js
768lib/firefox/browser/chrome/devtools/modules/devtools/client/animationinspector/components.js 727lib/firefox/browser/chrome/devtools/modules/devtools/client/animationinspector/components/animation-details.js
 728lib/firefox/browser/chrome/devtools/modules/devtools/client/animationinspector/components/animation-target-node.js
 729lib/firefox/browser/chrome/devtools/modules/devtools/client/animationinspector/components/animation-time-block.js
 730lib/firefox/browser/chrome/devtools/modules/devtools/client/animationinspector/components/animation-timeline.js
 731lib/firefox/browser/chrome/devtools/modules/devtools/client/animationinspector/components/keyframes.js
 732lib/firefox/browser/chrome/devtools/modules/devtools/client/animationinspector/components/rate-selector.js
769lib/firefox/browser/chrome/devtools/modules/devtools/client/animationinspector/utils.js 733lib/firefox/browser/chrome/devtools/modules/devtools/client/animationinspector/utils.js
770lib/firefox/browser/chrome/devtools/modules/devtools/client/canvasdebugger/panel.js 734lib/firefox/browser/chrome/devtools/modules/devtools/client/canvasdebugger/panel.js
771lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/actions/breakpoints.js 735lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/actions/breakpoints.js
772lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/actions/event-listeners.js 736lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/actions/event-listeners.js
773lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/actions/sources.js 737lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/actions/sources.js
774lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/constants.js 738lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/constants.js
775lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/globalActions.js 739lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/globalActions.js
776lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/queries.js 740lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/queries.js
777lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/reducers/async-requests.js 741lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/reducers/async-requests.js
778lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/reducers/breakpoints.js 742lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/reducers/breakpoints.js
779lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/reducers/event-listeners.js 743lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/reducers/event-listeners.js
780lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/reducers/index.js 744lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/reducers/index.js
781lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/reducers/sources.js 745lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/reducers/sources.js
782lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/utils.js 746lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/utils.js
783lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/views/event-listeners-view.js 747lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/views/event-listeners-view.js
784lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/views/sources-view.js 748lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/content/views/sources-view.js
785lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/debugger-commands.js 749lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/debugger-commands.js
786lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/panel.js 750lib/firefox/browser/chrome/devtools/modules/devtools/client/debugger/panel.js
787lib/firefox/browser/chrome/devtools/modules/devtools/client/definitions.js 751lib/firefox/browser/chrome/devtools/modules/devtools/client/definitions.js
788lib/firefox/browser/chrome/devtools/modules/devtools/client/eyedropper/commands.js 752lib/firefox/browser/chrome/devtools/modules/devtools/client/eyedropper/commands.js
789lib/firefox/browser/chrome/devtools/modules/devtools/client/eyedropper/eyedropper-child.js 753lib/firefox/browser/chrome/devtools/modules/devtools/client/eyedropper/eyedropper-child.js
790lib/firefox/browser/chrome/devtools/modules/devtools/client/eyedropper/eyedropper.js 754lib/firefox/browser/chrome/devtools/modules/devtools/client/eyedropper/eyedropper.js
791lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/ToolboxProcess.jsm 755lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/ToolboxProcess.jsm
 756lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/attach-thread.js
792lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/gDevTools.jsm 757lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/gDevTools.jsm
793lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/selection.js 758lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/selection.js
794lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/sidebar.js 759lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/sidebar.js
795lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/target.js 760lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/target.js
796lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/toolbox-highlighter-utils.js 761lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/toolbox-highlighter-utils.js
797lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/toolbox-hosts.js 762lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/toolbox-hosts.js
798lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/toolbox-options.js 763lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/toolbox-options.js
799lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/toolbox.js 764lib/firefox/browser/chrome/devtools/modules/devtools/client/framework/toolbox.js
800lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/breadcrumbs.js 765lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/breadcrumbs.js
 766lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/computed/computed.js
 767lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/fonts/fonts.js
801lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/inspector-commands.js 768lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/inspector-commands.js
802lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/inspector-panel.js 769lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/inspector-panel.js
803lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/inspector-search.js 770lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/inspector-search.js
 771lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/layout/layout.js
 772lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/markup/html-editor.js
 773lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/markup/markup.js
 774lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/models/element-style.js
 775lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/models/rule.js
 776lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/models/text-property.js
 777lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/rules.js
 778lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/views/rule-editor.js
 779lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/rules/views/text-property-editor.js
 780lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/dom-node-preview.js
 781lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/style-inspector-menu.js
 782lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/style-inspector-overlays.js
 783lib/firefox/browser/chrome/devtools/modules/devtools/client/inspector/shared/utils.js
804lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/headers-panel.js 784lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/headers-panel.js
805lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/headers.js 785lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/headers.js
806lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/json-panel.js 786lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/json-panel.js
807lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/main-tabbed-area.js 787lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/main-tabbed-area.js
808lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/reps/array.js 788lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/reps/array.js
809lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/reps/caption.js 789lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/reps/caption.js
810lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/reps/null.js 790lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/reps/null.js
811lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/reps/number.js 791lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/reps/number.js
812lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/reps/object-box.js 792lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/reps/object-box.js
813lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/reps/object-link.js 793lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/reps/object-link.js
814lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/reps/object.js 794lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/reps/object.js
815lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/reps/rep-utils.js 795lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/reps/rep-utils.js
816lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/reps/rep.js 796lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/reps/rep.js
817lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/reps/string.js 797lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/reps/string.js
818lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/reps/tabs.js 798lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/reps/tabs.js
819lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/reps/toolbar.js 799lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/reps/toolbar.js
820lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/reps/tree-view.js 800lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/reps/tree-view.js
821lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/reps/undefined.js 801lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/reps/undefined.js
822lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/search-box.js 802lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/search-box.js
823lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/text-panel.js 803lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/components/text-panel.js
824lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/converter-child.js 804lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/converter-child.js
825lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/converter-observer.js 805lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/converter-observer.js
826lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/converter-sniffer.js 806lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/converter-sniffer.js
 807lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/controls.png
 808lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/controls@2x.png
827lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/dom-tree.css 809lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/dom-tree.css
828lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/general.css 810lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/general.css
829lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/headers-panel.css 811lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/headers-panel.css
830lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/json-panel.css 812lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/json-panel.css
831lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/main.css 813lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/main.css
832lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/read-only-prop.svg 814lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/read-only-prop.svg
833lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/reps.css 815lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/reps.css
834lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/search-box.css 816lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/search-box.css
835lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/search.svg 817lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/search.svg
836lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/tabs.css 818lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/tabs.css
837lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/text-panel.css 819lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/text-panel.css
838lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/toolbar.css 820lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/toolbar.css
839lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/twisty-closed.svg 821lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/twisty-closed.svg
840lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/twisty-open.svg 822lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/css/twisty-open.svg
841lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/json-viewer.js 823lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/json-viewer.js
842lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/lib/require.js 824lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/lib/require.js
843lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/main.js 825lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/main.js
844lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/utils.js 826lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/utils.js
845lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/viewer-config.js 827lib/firefox/browser/chrome/devtools/modules/devtools/client/jsonview/viewer-config.js
846lib/firefox/browser/chrome/devtools/modules/devtools/client/main.js 828lib/firefox/browser/chrome/devtools/modules/devtools/client/main.js
847lib/firefox/browser/chrome/devtools/modules/devtools/client/markupview/html-editor.js 
848lib/firefox/browser/chrome/devtools/modules/devtools/client/markupview/markup-view.js 
849lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/allocations.js 829lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/allocations.js
850lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/breakdown.js 830lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/breakdown.js
851lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/diffing.js 831lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/diffing.js
 832lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/dominatorTreeBreakdown.js
852lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/filter.js 833lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/filter.js
853lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/inverted.js 834lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/inverted.js
854lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/io.js 835lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/io.js
855lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/refresh.js 836lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/refresh.js
856lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/snapshot.js 837lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/snapshot.js
 838lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/actions/view.js
857lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/app.js 839lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/app.js
858lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/frame.js 840lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/census-header.js
 841lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/census-tree-item.js
 842lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/census.js
 843lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/dominator-tree-header.js
 844lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/dominator-tree-item.js
 845lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/dominator-tree.js
859lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/heap.js 846lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/heap.js
860lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/list.js 847lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/list.js
861lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/snapshot-list-item.js 848lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/snapshot-list-item.js
862lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/toolbar.js 849lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/toolbar.js
863lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/components/tree-item.js 
864lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/constants.js 850lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/constants.js
 851lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/dominator-tree-lazy-children.js
865lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/initializer.js 852lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/initializer.js
866lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/models.js 853lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/models.js
867lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/panel.js 854lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/panel.js
868lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers.js 855lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers.js
869lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/allocations.js 856lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/allocations.js
870lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/breakdown.js 857lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/breakdown.js
871lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/diffing.js 858lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/diffing.js
 859lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/dominatorTreeBreakdown.js
872lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/errors.js 860lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/errors.js
873lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/filter.js 861lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/filter.js
874lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/inverted.js 862lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/inverted.js
875lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/snapshots.js 863lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/snapshots.js
 864lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/reducers/view.js
876lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/store.js 865lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/store.js
877lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/utils.js 866lib/firefox/browser/chrome/devtools/modules/devtools/client/memory/utils.js
878lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/har/har-automation.js 867lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/har/har-automation.js
879lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/har/har-builder.js 868lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/har/har-builder.js
880lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/har/har-collector.js 869lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/har/har-collector.js
881lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/har/har-exporter.js 870lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/har/har-exporter.js
882lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/har/har-utils.js 871lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/har/har-utils.js
883lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/har/toolbox-overlay.js 872lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/har/toolbox-overlay.js
884lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/panel.js 873lib/firefox/browser/chrome/devtools/modules/devtools/client/netmonitor/panel.js
885lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/events.js 874lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/events.js
886lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/legacy/actors.js 875lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/legacy/actors.js
887lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/legacy/compatibility.js 876lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/legacy/compatibility.js
888lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/legacy/front.js 877lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/legacy/front.js
889lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/legacy/recording.js 878lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/legacy/recording.js
890lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/global.js 879lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/global.js
891lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/io.js 880lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/io.js
892lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/logic/frame-utils.js 881lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/logic/frame-utils.js
893lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/logic/jit.js 882lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/logic/jit.js
 883lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/logic/marker-formatters.js
894lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/logic/marker-utils.js 884lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/logic/marker-utils.js
895lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/logic/telemetry.js 885lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/logic/telemetry.js
896lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/logic/tree-model.js 886lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/logic/tree-model.js
897lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/logic/waterfall-utils.js 887lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/logic/waterfall-utils.js
898lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/markers.js 888lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/markers.js
899lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/widgets/graphs.js 889lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/widgets/graphs.js
900lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/widgets/marker-details.js 890lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/widgets/marker-details.js
901lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/widgets/marker-view.js 891lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/widgets/marker-view.js
902lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/widgets/markers-overview.js 892lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/widgets/markers-overview.js
903lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/widgets/tree-view.js 893lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/widgets/tree-view.js
904lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/widgets/waterfall-ticks.js 894lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/modules/widgets/waterfall-ticks.js
905lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/panel.js 895lib/firefox/browser/chrome/devtools/modules/devtools/client/performance/panel.js
906lib/firefox/browser/chrome/devtools/modules/devtools/client/projecteditor/lib/editors.js 896lib/firefox/browser/chrome/devtools/modules/devtools/client/projecteditor/lib/editors.js
@@ -933,56 +923,58 @@ lib/firefox/browser/chrome/devtools/modu @@ -933,56 +923,58 @@ lib/firefox/browser/chrome/devtools/modu
933lib/firefox/browser/chrome/devtools/modules/devtools/client/responsivedesign/responsivedesign.jsm 923lib/firefox/browser/chrome/devtools/modules/devtools/client/responsivedesign/responsivedesign.jsm
934lib/firefox/browser/chrome/devtools/modules/devtools/client/scratchpad/scratchpad-commands.js 924lib/firefox/browser/chrome/devtools/modules/devtools/client/scratchpad/scratchpad-commands.js
935lib/firefox/browser/chrome/devtools/modules/devtools/client/scratchpad/scratchpad-manager.jsm 925lib/firefox/browser/chrome/devtools/modules/devtools/client/scratchpad/scratchpad-manager.jsm
936lib/firefox/browser/chrome/devtools/modules/devtools/client/scratchpad/scratchpad-panel.js 926lib/firefox/browser/chrome/devtools/modules/devtools/client/scratchpad/scratchpad-panel.js
937lib/firefox/browser/chrome/devtools/modules/devtools/client/shadereditor/panel.js 927lib/firefox/browser/chrome/devtools/modules/devtools/client/shadereditor/panel.js
938lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/AppCacheUtils.jsm 928lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/AppCacheUtils.jsm
939lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/Curl.jsm 929lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/Curl.jsm
940lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/DOMHelpers.jsm 930lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/DOMHelpers.jsm
941lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/DeveloperToolbar.jsm 931lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/DeveloperToolbar.jsm
942lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/Jsbeautify.jsm 932lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/Jsbeautify.jsm
943lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/SplitView.jsm 933lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/SplitView.jsm
944lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/autocomplete-popup.js 934lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/autocomplete-popup.js
945lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/browser-loader.js 935lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/browser-loader.js
 936lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/frame.js
946lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/tree.js 937lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/components/tree.js
947lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/css-parsing-utils.js 938lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/css-parsing-utils.js
 939lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/demangle.js
948lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/devices.js 940lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/devices.js
949lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/doorhanger.js 941lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/doorhanger.js
950lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/frame-script-utils.js 942lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/frame-script-utils.js
951lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/getjson.js 943lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/getjson.js
952lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/inplace-editor.js 944lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/inplace-editor.js
953lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/node-attribute-parser.js 945lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/node-attribute-parser.js
954lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/observable-object.js 
955lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/options-view.js 946lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/options-view.js
956lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/output-parser.js 947lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/output-parser.js
957lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/poller.js 948lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/poller.js
958lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/create-store.js 949lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/create-store.js
959lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/middleware/history.js 950lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/middleware/history.js
960lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/middleware/log.js 951lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/middleware/log.js
961lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/middleware/promise.js 952lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/middleware/promise.js
962lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/middleware/task.js 953lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/middleware/task.js
963lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/middleware/thunk.js 954lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/middleware/thunk.js
964lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/middleware/wait-service.js 955lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/middleware/wait-service.js
965lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/non-react-subscriber.js 956lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/redux/non-react-subscriber.js
966lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/source-utils.js 957lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/source-utils.js
967lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/telemetry.js 958lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/telemetry.js
968lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/theme-switching.js 959lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/theme-switching.js
969lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/theme.js 960lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/theme.js
970lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/undo.js 961lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/undo.js
971lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dom.js 962lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-dom.js
972lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-redux.js 963lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react-redux.js
973lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react.js 964lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/react.js
974lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/redux.js 965lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/redux.js
975lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/seamless-immutable.js 966lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/vendor/seamless-immutable.js
 967lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/view-source.js
976lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/AbstractTreeItem.jsm 968lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/AbstractTreeItem.jsm
977lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/BarGraphWidget.js 969lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/BarGraphWidget.js
978lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/BreadcrumbsWidget.jsm 970lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/BreadcrumbsWidget.jsm
979lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/Chart.jsm 971lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/Chart.jsm
980lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/CubicBezierPresets.js 972lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/CubicBezierPresets.js
981lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/CubicBezierWidget.js 973lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/CubicBezierWidget.js
982lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/FastListWidget.js 974lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/FastListWidget.js
983lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/FilterWidget.js 975lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/FilterWidget.js
984lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/FlameGraph.js 976lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/FlameGraph.js
985lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/Graphs.js 977lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/Graphs.js
986lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/GraphsWorker.js 978lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/GraphsWorker.js
987lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/LineGraphWidget.js 979lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/LineGraphWidget.js
988lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/MdnDocsWidget.js 980lib/firefox/browser/chrome/devtools/modules/devtools/client/shared/widgets/MdnDocsWidget.js
@@ -1006,32 +998,26 @@ lib/firefox/browser/chrome/devtools/modu @@ -1006,32 +998,26 @@ lib/firefox/browser/chrome/devtools/modu
1006lib/firefox/browser/chrome/devtools/modules/devtools/client/sourceeditor/tern/def.js 998lib/firefox/browser/chrome/devtools/modules/devtools/client/sourceeditor/tern/def.js
1007lib/firefox/browser/chrome/devtools/modules/devtools/client/sourceeditor/tern/ecma5.js 999lib/firefox/browser/chrome/devtools/modules/devtools/client/sourceeditor/tern/ecma5.js
1008lib/firefox/browser/chrome/devtools/modules/devtools/client/sourceeditor/tern/infer.js 1000lib/firefox/browser/chrome/devtools/modules/devtools/client/sourceeditor/tern/infer.js
1009lib/firefox/browser/chrome/devtools/modules/devtools/client/sourceeditor/tern/signal.js 1001lib/firefox/browser/chrome/devtools/modules/devtools/client/sourceeditor/tern/signal.js
1010lib/firefox/browser/chrome/devtools/modules/devtools/client/sourceeditor/tern/tern.js 1002lib/firefox/browser/chrome/devtools/modules/devtools/client/sourceeditor/tern/tern.js
1011lib/firefox/browser/chrome/devtools/modules/devtools/client/storage/panel.js 1003lib/firefox/browser/chrome/devtools/modules/devtools/client/storage/panel.js
1012lib/firefox/browser/chrome/devtools/modules/devtools/client/storage/ui.js 1004lib/firefox/browser/chrome/devtools/modules/devtools/client/storage/ui.js
1013lib/firefox/browser/chrome/devtools/modules/devtools/client/styleeditor/StyleEditorUI.jsm 1005lib/firefox/browser/chrome/devtools/modules/devtools/client/styleeditor/StyleEditorUI.jsm
1014lib/firefox/browser/chrome/devtools/modules/devtools/client/styleeditor/StyleEditorUtil.jsm 1006lib/firefox/browser/chrome/devtools/modules/devtools/client/styleeditor/StyleEditorUtil.jsm
1015lib/firefox/browser/chrome/devtools/modules/devtools/client/styleeditor/StyleSheetEditor.jsm 1007lib/firefox/browser/chrome/devtools/modules/devtools/client/styleeditor/StyleSheetEditor.jsm
1016lib/firefox/browser/chrome/devtools/modules/devtools/client/styleeditor/styleeditor-commands.js 1008lib/firefox/browser/chrome/devtools/modules/devtools/client/styleeditor/styleeditor-commands.js
1017lib/firefox/browser/chrome/devtools/modules/devtools/client/styleeditor/styleeditor-panel.js 1009lib/firefox/browser/chrome/devtools/modules/devtools/client/styleeditor/styleeditor-panel.js
1018lib/firefox/browser/chrome/devtools/modules/devtools/client/styleeditor/utils.js 1010lib/firefox/browser/chrome/devtools/modules/devtools/client/styleeditor/utils.js
1019lib/firefox/browser/chrome/devtools/modules/devtools/client/styleinspector/computed-view.js 
1020lib/firefox/browser/chrome/devtools/modules/devtools/client/styleinspector/rule-view.js 
1021lib/firefox/browser/chrome/devtools/modules/devtools/client/styleinspector/style-inspector-menu.js 
1022lib/firefox/browser/chrome/devtools/modules/devtools/client/styleinspector/style-inspector-overlays.js 
1023lib/firefox/browser/chrome/devtools/modules/devtools/client/styleinspector/style-inspector.js 
1024lib/firefox/browser/chrome/devtools/modules/devtools/client/styleinspector/utils.js 
1025lib/firefox/browser/chrome/devtools/modules/devtools/client/themes/variables.css 1011lib/firefox/browser/chrome/devtools/modules/devtools/client/themes/variables.css
1026lib/firefox/browser/chrome/devtools/modules/devtools/client/tilt/TiltWorkerCrafter.js 1012lib/firefox/browser/chrome/devtools/modules/devtools/client/tilt/TiltWorkerCrafter.js
1027lib/firefox/browser/chrome/devtools/modules/devtools/client/tilt/TiltWorkerPicker.js 1013lib/firefox/browser/chrome/devtools/modules/devtools/client/tilt/TiltWorkerPicker.js
1028lib/firefox/browser/chrome/devtools/modules/devtools/client/tilt/tilt-commands.js 1014lib/firefox/browser/chrome/devtools/modules/devtools/client/tilt/tilt-commands.js
1029lib/firefox/browser/chrome/devtools/modules/devtools/client/tilt/tilt-gl.js 1015lib/firefox/browser/chrome/devtools/modules/devtools/client/tilt/tilt-gl.js
1030lib/firefox/browser/chrome/devtools/modules/devtools/client/tilt/tilt-math.js 1016lib/firefox/browser/chrome/devtools/modules/devtools/client/tilt/tilt-math.js
1031lib/firefox/browser/chrome/devtools/modules/devtools/client/tilt/tilt-utils.js 1017lib/firefox/browser/chrome/devtools/modules/devtools/client/tilt/tilt-utils.js
1032lib/firefox/browser/chrome/devtools/modules/devtools/client/tilt/tilt-visualizer-style.js 1018lib/firefox/browser/chrome/devtools/modules/devtools/client/tilt/tilt-visualizer-style.js
1033lib/firefox/browser/chrome/devtools/modules/devtools/client/tilt/tilt-visualizer.js 1019lib/firefox/browser/chrome/devtools/modules/devtools/client/tilt/tilt-visualizer.js
1034lib/firefox/browser/chrome/devtools/modules/devtools/client/tilt/tilt.js 1020lib/firefox/browser/chrome/devtools/modules/devtools/client/tilt/tilt.js
1035lib/firefox/browser/chrome/devtools/modules/devtools/client/webaudioeditor/panel.js 1021lib/firefox/browser/chrome/devtools/modules/devtools/client/webaudioeditor/panel.js
1036lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/console-commands.js 1022lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/console-commands.js
1037lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/console-output.js 1023lib/firefox/browser/chrome/devtools/modules/devtools/client/webconsole/console-output.js
@@ -1044,37 +1030,39 @@ lib/firefox/browser/chrome/devtools/modu @@ -1044,37 +1030,39 @@ lib/firefox/browser/chrome/devtools/modu
1044lib/firefox/browser/chrome/devtools/modules/devtools/client/webide/modules/app-validator.js 1030lib/firefox/browser/chrome/devtools/modules/devtools/client/webide/modules/app-validator.js
1045lib/firefox/browser/chrome/devtools/modules/devtools/client/webide/modules/build.js 1031lib/firefox/browser/chrome/devtools/modules/devtools/client/webide/modules/build.js
1046lib/firefox/browser/chrome/devtools/modules/devtools/client/webide/modules/config-view.js 1032lib/firefox/browser/chrome/devtools/modules/devtools/client/webide/modules/config-view.js
1047lib/firefox/browser/chrome/devtools/modules/devtools/client/webide/modules/project-list.js 1033lib/firefox/browser/chrome/devtools/modules/devtools/client/webide/modules/project-list.js
1048lib/firefox/browser/chrome/devtools/modules/devtools/client/webide/modules/runtime-list.js 1034lib/firefox/browser/chrome/devtools/modules/devtools/client/webide/modules/runtime-list.js
1049lib/firefox/browser/chrome/devtools/modules/devtools/client/webide/modules/runtimes.js 1035lib/firefox/browser/chrome/devtools/modules/devtools/client/webide/modules/runtimes.js
1050lib/firefox/browser/chrome/devtools/modules/devtools/client/webide/modules/simulator-process.js 1036lib/firefox/browser/chrome/devtools/modules/devtools/client/webide/modules/simulator-process.js
1051lib/firefox/browser/chrome/devtools/modules/devtools/client/webide/modules/simulators.js 1037lib/firefox/browser/chrome/devtools/modules/devtools/client/webide/modules/simulators.js
1052lib/firefox/browser/chrome/devtools/modules/devtools/client/webide/modules/tab-store.js 1038lib/firefox/browser/chrome/devtools/modules/devtools/client/webide/modules/tab-store.js
1053lib/firefox/browser/chrome/devtools/modules/devtools/client/webide/modules/utils.js 1039lib/firefox/browser/chrome/devtools/modules/devtools/client/webide/modules/utils.js
1054lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/actor-registry.js 1040lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/actor-registry.js
1055lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/addon.js 1041lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/addon.js
1056lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/animation.js 1042lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/animation.js
 1043lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/breakpoint.js
1057lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/call-watcher.js 1044lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/call-watcher.js
1058lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/canvas.js 1045lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/canvas.js
1059lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/child-process.js 1046lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/child-process.js
1060lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/childtab.js 1047lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/childtab.js
1061lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/chrome.js 1048lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/chrome.js
1062lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/common.js 1049lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/common.js
1063lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/csscoverage.js 1050lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/csscoverage.js
1064lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/device.js 1051lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/device.js
1065lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/director-manager.js 1052lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/director-manager.js
1066lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/director-registry.js 1053lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/director-registry.js
1067lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/eventlooplag.js 1054lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/eventlooplag.js
 1055lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/frame.js
1068lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/framerate.js 1056lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/framerate.js
1069lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/gcli.js 1057lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/gcli.js
1070lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/heap-snapshot-file.js 1058lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/heap-snapshot-file.js
1071lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters.css 1059lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters.css
1072lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters.js 1060lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters.js
1073lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters/auto-refresh.js 1061lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters/auto-refresh.js
1074lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters/box-model.js 1062lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters/box-model.js
1075lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters/css-transform.js 1063lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters/css-transform.js
1076lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters/geometry-editor.js 1064lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters/geometry-editor.js
1077lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters/measuring-tool.js 1065lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters/measuring-tool.js
1078lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters/rect.js 1066lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters/rect.js
1079lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters/rulers.js 1067lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters/rulers.js
1080lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters/selector.js 1068lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/highlighters/selector.js
@@ -1117,31 +1105,33 @@ lib/firefox/browser/chrome/devtools/modu @@ -1117,31 +1105,33 @@ lib/firefox/browser/chrome/devtools/modu
1117lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/webbrowser.js 1105lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/webbrowser.js
1118lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/webconsole.js 1106lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/webconsole.js
1119lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/webgl.js 1107lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/webgl.js
1120lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/worker.js 1108lib/firefox/browser/chrome/devtools/modules/devtools/server/actors/worker.js
1121lib/firefox/browser/chrome/devtools/modules/devtools/server/child.js 1109lib/firefox/browser/chrome/devtools/modules/devtools/server/child.js
1122lib/firefox/browser/chrome/devtools/modules/devtools/server/content-globals.js 1110lib/firefox/browser/chrome/devtools/modules/devtools/server/content-globals.js
1123lib/firefox/browser/chrome/devtools/modules/devtools/server/content-server.jsm 1111lib/firefox/browser/chrome/devtools/modules/devtools/server/content-server.jsm
1124lib/firefox/browser/chrome/devtools/modules/devtools/server/main.js 1112lib/firefox/browser/chrome/devtools/modules/devtools/server/main.js
1125lib/firefox/browser/chrome/devtools/modules/devtools/server/performance/framerate.js 1113lib/firefox/browser/chrome/devtools/modules/devtools/server/performance/framerate.js
1126lib/firefox/browser/chrome/devtools/modules/devtools/server/performance/memory.js 1114lib/firefox/browser/chrome/devtools/modules/devtools/server/performance/memory.js
1127lib/firefox/browser/chrome/devtools/modules/devtools/server/performance/profiler.js 1115lib/firefox/browser/chrome/devtools/modules/devtools/server/performance/profiler.js
1128lib/firefox/browser/chrome/devtools/modules/devtools/server/performance/recorder.js 1116lib/firefox/browser/chrome/devtools/modules/devtools/server/performance/recorder.js
1129lib/firefox/browser/chrome/devtools/modules/devtools/server/performance/timeline.js 1117lib/firefox/browser/chrome/devtools/modules/devtools/server/performance/timeline.js
 1118lib/firefox/browser/chrome/devtools/modules/devtools/server/primitive.js
1130lib/firefox/browser/chrome/devtools/modules/devtools/server/protocol.js 1119lib/firefox/browser/chrome/devtools/modules/devtools/server/protocol.js
1131lib/firefox/browser/chrome/devtools/modules/devtools/server/worker.js 1120lib/firefox/browser/chrome/devtools/modules/devtools/server/worker.js
1132lib/firefox/browser/chrome/devtools/modules/devtools/shared/DevToolsUtils.js 1121lib/firefox/browser/chrome/devtools/modules/devtools/shared/DevToolsUtils.js
1133lib/firefox/browser/chrome/devtools/modules/devtools/shared/Loader.jsm 1122lib/firefox/browser/chrome/devtools/modules/devtools/shared/Loader.jsm
1134lib/firefox/browser/chrome/devtools/modules/devtools/shared/Parser.jsm 1123lib/firefox/browser/chrome/devtools/modules/devtools/shared/Parser.jsm
 1124lib/firefox/browser/chrome/devtools/modules/devtools/shared/ThreadSafeDevToolsUtils.js
1135lib/firefox/browser/chrome/devtools/modules/devtools/shared/apps/Devices.jsm 1125lib/firefox/browser/chrome/devtools/modules/devtools/shared/apps/Devices.jsm
1136lib/firefox/browser/chrome/devtools/modules/devtools/shared/apps/Simulator.jsm 1126lib/firefox/browser/chrome/devtools/modules/devtools/shared/apps/Simulator.jsm
1137lib/firefox/browser/chrome/devtools/modules/devtools/shared/apps/app-actor-front.js 1127lib/firefox/browser/chrome/devtools/modules/devtools/shared/apps/app-actor-front.js
1138lib/firefox/browser/chrome/devtools/modules/devtools/shared/async-storage.js 1128lib/firefox/browser/chrome/devtools/modules/devtools/shared/async-storage.js
1139lib/firefox/browser/chrome/devtools/modules/devtools/shared/async-utils.js 1129lib/firefox/browser/chrome/devtools/modules/devtools/shared/async-utils.js
1140lib/firefox/browser/chrome/devtools/modules/devtools/shared/client/connection-manager.js 1130lib/firefox/browser/chrome/devtools/modules/devtools/shared/client/connection-manager.js
1141lib/firefox/browser/chrome/devtools/modules/devtools/shared/client/main.js 1131lib/firefox/browser/chrome/devtools/modules/devtools/shared/client/main.js
1142lib/firefox/browser/chrome/devtools/modules/devtools/shared/content-observer.js 1132lib/firefox/browser/chrome/devtools/modules/devtools/shared/content-observer.js
1143lib/firefox/browser/chrome/devtools/modules/devtools/shared/css-color.js 1133lib/firefox/browser/chrome/devtools/modules/devtools/shared/css-color.js
1144lib/firefox/browser/chrome/devtools/modules/devtools/shared/deprecated-sync-thenables.js 1134lib/firefox/browser/chrome/devtools/modules/devtools/shared/deprecated-sync-thenables.js
1145lib/firefox/browser/chrome/devtools/modules/devtools/shared/discovery/discovery.js 1135lib/firefox/browser/chrome/devtools/modules/devtools/shared/discovery/discovery.js
1146lib/firefox/browser/chrome/devtools/modules/devtools/shared/event-emitter.js 1136lib/firefox/browser/chrome/devtools/modules/devtools/shared/event-emitter.js
1147lib/firefox/browser/chrome/devtools/modules/devtools/shared/event-parsers.js 1137lib/firefox/browser/chrome/devtools/modules/devtools/shared/event-parsers.js
@@ -1231,76 +1221,77 @@ lib/firefox/browser/chrome/devtools/modu @@ -1231,76 +1221,77 @@ lib/firefox/browser/chrome/devtools/modu
1231lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/host.js 1221lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/host.js
1232lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/l10n.js 1222lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/l10n.js
1233lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/legacy.js 1223lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/legacy.js
1234lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/prism.js 1224lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/prism.js
1235lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/spell.js 1225lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/spell.js
1236lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/util.js 1226lib/firefox/browser/chrome/devtools/modules/devtools/shared/gcli/source/lib/gcli/util/util.js
1237lib/firefox/browser/chrome/devtools/modules/devtools/shared/heapsnapshot/CensusUtils.js 1227lib/firefox/browser/chrome/devtools/modules/devtools/shared/heapsnapshot/CensusUtils.js
1238lib/firefox/browser/chrome/devtools/modules/devtools/shared/heapsnapshot/DominatorTreeNode.js 1228lib/firefox/browser/chrome/devtools/modules/devtools/shared/heapsnapshot/DominatorTreeNode.js
1239lib/firefox/browser/chrome/devtools/modules/devtools/shared/heapsnapshot/HeapAnalysesClient.js 1229lib/firefox/browser/chrome/devtools/modules/devtools/shared/heapsnapshot/HeapAnalysesClient.js
1240lib/firefox/browser/chrome/devtools/modules/devtools/shared/heapsnapshot/HeapAnalysesWorker.js 1230lib/firefox/browser/chrome/devtools/modules/devtools/shared/heapsnapshot/HeapAnalysesWorker.js
1241lib/firefox/browser/chrome/devtools/modules/devtools/shared/heapsnapshot/HeapSnapshotFileUtils.js 1231lib/firefox/browser/chrome/devtools/modules/devtools/shared/heapsnapshot/HeapSnapshotFileUtils.js
1242lib/firefox/browser/chrome/devtools/modules/devtools/shared/heapsnapshot/census-tree-node.js 1232lib/firefox/browser/chrome/devtools/modules/devtools/shared/heapsnapshot/census-tree-node.js
1243lib/firefox/browser/chrome/devtools/modules/devtools/shared/indentation.js 1233lib/firefox/browser/chrome/devtools/modules/devtools/shared/indentation.js
 1234lib/firefox/browser/chrome/devtools/modules/devtools/shared/inspector/css-logic.js
1244lib/firefox/browser/chrome/devtools/modules/devtools/shared/jsbeautify/beautify.js 1235lib/firefox/browser/chrome/devtools/modules/devtools/shared/jsbeautify/beautify.js
1245lib/firefox/browser/chrome/devtools/modules/devtools/shared/jsbeautify/lib/sanitytest.js 1236lib/firefox/browser/chrome/devtools/modules/devtools/shared/jsbeautify/lib/sanitytest.js
1246lib/firefox/browser/chrome/devtools/modules/devtools/shared/jsbeautify/lib/urlencode_unpacker.js 1237lib/firefox/browser/chrome/devtools/modules/devtools/shared/jsbeautify/lib/urlencode_unpacker.js
1247lib/firefox/browser/chrome/devtools/modules/devtools/shared/jsbeautify/src/beautify-css.js 1238lib/firefox/browser/chrome/devtools/modules/devtools/shared/jsbeautify/src/beautify-css.js
1248lib/firefox/browser/chrome/devtools/modules/devtools/shared/jsbeautify/src/beautify-html.js 1239lib/firefox/browser/chrome/devtools/modules/devtools/shared/jsbeautify/src/beautify-html.js
1249lib/firefox/browser/chrome/devtools/modules/devtools/shared/jsbeautify/src/beautify-js.js 1240lib/firefox/browser/chrome/devtools/modules/devtools/shared/jsbeautify/src/beautify-js.js
1250lib/firefox/browser/chrome/devtools/modules/devtools/shared/jsbeautify/src/beautify-tests.js 1241lib/firefox/browser/chrome/devtools/modules/devtools/shared/jsbeautify/src/beautify-tests.js
1251lib/firefox/browser/chrome/devtools/modules/devtools/shared/layout/utils.js 1242lib/firefox/browser/chrome/devtools/modules/devtools/shared/layout/utils.js
1252lib/firefox/browser/chrome/devtools/modules/devtools/shared/path.js 1243lib/firefox/browser/chrome/devtools/modules/devtools/shared/path.js
1253lib/firefox/browser/chrome/devtools/modules/devtools/shared/performance/process-communication.js 1244lib/firefox/browser/chrome/devtools/modules/devtools/shared/performance/process-communication.js
1254lib/firefox/browser/chrome/devtools/modules/devtools/shared/performance/recording-common.js 1245lib/firefox/browser/chrome/devtools/modules/devtools/shared/performance/recording-common.js
1255lib/firefox/browser/chrome/devtools/modules/devtools/shared/performance/recording-utils.js 1246lib/firefox/browser/chrome/devtools/modules/devtools/shared/performance/recording-utils.js
1256lib/firefox/browser/chrome/devtools/modules/devtools/shared/pretty-fast/pretty-fast.js 1247lib/firefox/browser/chrome/devtools/modules/devtools/shared/pretty-fast/pretty-fast.js
1257lib/firefox/browser/chrome/devtools/modules/devtools/shared/qrcode/decoder/index.js 1248lib/firefox/browser/chrome/devtools/modules/devtools/shared/qrcode/decoder/index.js
1258lib/firefox/browser/chrome/devtools/modules/devtools/shared/qrcode/encoder/index.js 1249lib/firefox/browser/chrome/devtools/modules/devtools/shared/qrcode/encoder/index.js
1259lib/firefox/browser/chrome/devtools/modules/devtools/shared/qrcode/index.js 1250lib/firefox/browser/chrome/devtools/modules/devtools/shared/qrcode/index.js
1260lib/firefox/browser/chrome/devtools/modules/devtools/shared/security/auth.js 1251lib/firefox/browser/chrome/devtools/modules/devtools/shared/security/auth.js
1261lib/firefox/browser/chrome/devtools/modules/devtools/shared/security/cert.js 1252lib/firefox/browser/chrome/devtools/modules/devtools/shared/security/cert.js
1262lib/firefox/browser/chrome/devtools/modules/devtools/shared/security/prompt.js 1253lib/firefox/browser/chrome/devtools/modules/devtools/shared/security/prompt.js
1263lib/firefox/browser/chrome/devtools/modules/devtools/shared/security/socket.js 1254lib/firefox/browser/chrome/devtools/modules/devtools/shared/security/socket.js
1264lib/firefox/browser/chrome/devtools/modules/devtools/shared/sourcemap/source-map.js 1255lib/firefox/browser/chrome/devtools/modules/devtools/shared/sourcemap/source-map.js
1265lib/firefox/browser/chrome/devtools/modules/devtools/shared/styleinspector/css-logic.js 
1266lib/firefox/browser/chrome/devtools/modules/devtools/shared/system.js 1256lib/firefox/browser/chrome/devtools/modules/devtools/shared/system.js
1267lib/firefox/browser/chrome/devtools/modules/devtools/shared/touch/simulator-content.js 1257lib/firefox/browser/chrome/devtools/modules/devtools/shared/touch/simulator-content.js
1268lib/firefox/browser/chrome/devtools/modules/devtools/shared/touch/simulator.js 1258lib/firefox/browser/chrome/devtools/modules/devtools/shared/touch/simulator.js
1269lib/firefox/browser/chrome/devtools/modules/devtools/shared/transport/packets.js 1259lib/firefox/browser/chrome/devtools/modules/devtools/shared/transport/packets.js
1270lib/firefox/browser/chrome/devtools/modules/devtools/shared/transport/stream-utils.js 1260lib/firefox/browser/chrome/devtools/modules/devtools/shared/transport/stream-utils.js
1271lib/firefox/browser/chrome/devtools/modules/devtools/shared/transport/transport.js 1261lib/firefox/browser/chrome/devtools/modules/devtools/shared/transport/transport.js
1272lib/firefox/browser/chrome/devtools/modules/devtools/shared/webconsole/client.js 1262lib/firefox/browser/chrome/devtools/modules/devtools/shared/webconsole/client.js
1273lib/firefox/browser/chrome/devtools/modules/devtools/shared/webconsole/js-property-provider.js 1263lib/firefox/browser/chrome/devtools/modules/devtools/shared/webconsole/js-property-provider.js
1274lib/firefox/browser/chrome/devtools/modules/devtools/shared/webconsole/network-helper.js 1264lib/firefox/browser/chrome/devtools/modules/devtools/shared/webconsole/network-helper.js
1275lib/firefox/browser/chrome/devtools/modules/devtools/shared/webconsole/network-monitor.js 1265lib/firefox/browser/chrome/devtools/modules/devtools/shared/webconsole/network-monitor.js
1276lib/firefox/browser/chrome/devtools/modules/devtools/shared/webconsole/server-logger-monitor.js 1266lib/firefox/browser/chrome/devtools/modules/devtools/shared/webconsole/server-logger-monitor.js
1277lib/firefox/browser/chrome/devtools/modules/devtools/shared/webconsole/server-logger.js 1267lib/firefox/browser/chrome/devtools/modules/devtools/shared/webconsole/server-logger.js
1278lib/firefox/browser/chrome/devtools/modules/devtools/shared/webconsole/utils.js 1268lib/firefox/browser/chrome/devtools/modules/devtools/shared/webconsole/utils.js
1279lib/firefox/browser/chrome/devtools/modules/devtools/shared/webconsole/worker-utils.js 1269lib/firefox/browser/chrome/devtools/modules/devtools/shared/webconsole/worker-utils.js
1280lib/firefox/browser/chrome/devtools/modules/devtools/shared/worker/helper.js 1270lib/firefox/browser/chrome/devtools/modules/devtools/shared/worker/helper.js
1281lib/firefox/browser/chrome/devtools/modules/devtools/shared/worker/loader.js 1271lib/firefox/browser/chrome/devtools/modules/devtools/shared/worker/loader.js
1282lib/firefox/browser/chrome/devtools/modules/devtools/shared/worker/worker.js 1272lib/firefox/browser/chrome/devtools/modules/devtools/shared/worker/worker.js
1283lib/firefox/browser/chrome/devtools/skin/animationinspector.css 1273lib/firefox/browser/chrome/devtools/skin/animationinspector.css
1284lib/firefox/browser/chrome/devtools/skin/canvasdebugger.css 1274lib/firefox/browser/chrome/devtools/skin/canvasdebugger.css
1285lib/firefox/browser/chrome/devtools/skin/commandline.css 1275lib/firefox/browser/chrome/devtools/skin/commandline.css
1286lib/firefox/browser/chrome/devtools/skin/common.css 1276lib/firefox/browser/chrome/devtools/skin/common.css
1287lib/firefox/browser/chrome/devtools/skin/computedview.css 1277lib/firefox/browser/chrome/devtools/skin/computed.css
1288lib/firefox/browser/chrome/devtools/skin/dark-theme.css 1278lib/firefox/browser/chrome/devtools/skin/dark-theme.css
1289lib/firefox/browser/chrome/devtools/skin/debugger.css 1279lib/firefox/browser/chrome/devtools/skin/debugger.css
 1280lib/firefox/browser/chrome/devtools/skin/devtools-browser.css
1290lib/firefox/browser/chrome/devtools/skin/eyedropper.css 1281lib/firefox/browser/chrome/devtools/skin/eyedropper.css
1291lib/firefox/browser/chrome/devtools/skin/floating-scrollbars-light.css 1282lib/firefox/browser/chrome/devtools/skin/floating-scrollbars-light.css
1292lib/firefox/browser/chrome/devtools/skin/floating-scrollbars.css 1283lib/firefox/browser/chrome/devtools/skin/floating-scrollbars.css
1293lib/firefox/browser/chrome/devtools/skin/font-inspector.css 1284lib/firefox/browser/chrome/devtools/skin/fonts.css
1294lib/firefox/browser/chrome/devtools/skin/images/add.svg 1285lib/firefox/browser/chrome/devtools/skin/images/add.svg
1295lib/firefox/browser/chrome/devtools/skin/images/alerticon-warning.png 1286lib/firefox/browser/chrome/devtools/skin/images/alerticon-warning.png
1296lib/firefox/browser/chrome/devtools/skin/images/alerticon-warning@2x.png 1287lib/firefox/browser/chrome/devtools/skin/images/alerticon-warning@2x.png
1297lib/firefox/browser/chrome/devtools/skin/images/animation-fast-track.svg 1288lib/firefox/browser/chrome/devtools/skin/images/animation-fast-track.svg
1298lib/firefox/browser/chrome/devtools/skin/images/arrow-e.png 1289lib/firefox/browser/chrome/devtools/skin/images/arrow-e.png
1299lib/firefox/browser/chrome/devtools/skin/images/arrow-e@2x.png 1290lib/firefox/browser/chrome/devtools/skin/images/arrow-e@2x.png
1300lib/firefox/browser/chrome/devtools/skin/images/breadcrumbs-divider@2x.png 1291lib/firefox/browser/chrome/devtools/skin/images/breadcrumbs-divider@2x.png
1301lib/firefox/browser/chrome/devtools/skin/images/breadcrumbs-scrollbutton.png 1292lib/firefox/browser/chrome/devtools/skin/images/breadcrumbs-scrollbutton.png
1302lib/firefox/browser/chrome/devtools/skin/images/breadcrumbs-scrollbutton@2x.png 1293lib/firefox/browser/chrome/devtools/skin/images/breadcrumbs-scrollbutton@2x.png
1303lib/firefox/browser/chrome/devtools/skin/images/close.png 1294lib/firefox/browser/chrome/devtools/skin/images/close.png
1304lib/firefox/browser/chrome/devtools/skin/images/close@2x.png 1295lib/firefox/browser/chrome/devtools/skin/images/close@2x.png
1305lib/firefox/browser/chrome/devtools/skin/images/command-console.png 1296lib/firefox/browser/chrome/devtools/skin/images/command-console.png
1306lib/firefox/browser/chrome/devtools/skin/images/command-console@2x.png 1297lib/firefox/browser/chrome/devtools/skin/images/command-console@2x.png
@@ -1353,26 +1344,39 @@ lib/firefox/browser/chrome/devtools/skin @@ -1353,26 +1344,39 @@ lib/firefox/browser/chrome/devtools/skin
1353lib/firefox/browser/chrome/devtools/skin/images/debugging-addons.svg 1344lib/firefox/browser/chrome/devtools/skin/images/debugging-addons.svg
1354lib/firefox/browser/chrome/devtools/skin/images/debugging-devices.svg 1345lib/firefox/browser/chrome/devtools/skin/images/debugging-devices.svg
1355lib/firefox/browser/chrome/devtools/skin/images/debugging-workers.svg 1346lib/firefox/browser/chrome/devtools/skin/images/debugging-workers.svg
1356lib/firefox/browser/chrome/devtools/skin/images/dock-bottom-maximize@2x.png 1347lib/firefox/browser/chrome/devtools/skin/images/dock-bottom-maximize@2x.png
1357lib/firefox/browser/chrome/devtools/skin/images/dock-bottom-minimize@2x.png 1348lib/firefox/browser/chrome/devtools/skin/images/dock-bottom-minimize@2x.png
1358lib/firefox/browser/chrome/devtools/skin/images/dock-bottom@2x.png 1349lib/firefox/browser/chrome/devtools/skin/images/dock-bottom@2x.png
1359lib/firefox/browser/chrome/devtools/skin/images/dock-side@2x.png 1350lib/firefox/browser/chrome/devtools/skin/images/dock-side@2x.png
1360lib/firefox/browser/chrome/devtools/skin/images/dropmarker.svg 1351lib/firefox/browser/chrome/devtools/skin/images/dropmarker.svg
1361lib/firefox/browser/chrome/devtools/skin/images/editor-breakpoint.png 1352lib/firefox/browser/chrome/devtools/skin/images/editor-breakpoint.png
1362lib/firefox/browser/chrome/devtools/skin/images/editor-breakpoint@2x.png 1353lib/firefox/browser/chrome/devtools/skin/images/editor-breakpoint@2x.png
1363lib/firefox/browser/chrome/devtools/skin/images/editor-debug-location.png 1354lib/firefox/browser/chrome/devtools/skin/images/editor-debug-location.png
1364lib/firefox/browser/chrome/devtools/skin/images/editor-debug-location@2x.png 1355lib/firefox/browser/chrome/devtools/skin/images/editor-debug-location@2x.png
1365lib/firefox/browser/chrome/devtools/skin/images/editor-error.png 1356lib/firefox/browser/chrome/devtools/skin/images/editor-error.png
 1357lib/firefox/browser/chrome/devtools/skin/images/emojis/emoji-command-pick.svg
 1358lib/firefox/browser/chrome/devtools/skin/images/emojis/emoji-tool-canvas.svg
 1359lib/firefox/browser/chrome/devtools/skin/images/emojis/emoji-tool-debugger.svg
 1360lib/firefox/browser/chrome/devtools/skin/images/emojis/emoji-tool-inspector.svg
 1361lib/firefox/browser/chrome/devtools/skin/images/emojis/emoji-tool-memory.svg
 1362lib/firefox/browser/chrome/devtools/skin/images/emojis/emoji-tool-network.svg
 1363lib/firefox/browser/chrome/devtools/skin/images/emojis/emoji-tool-profiler.svg
 1364lib/firefox/browser/chrome/devtools/skin/images/emojis/emoji-tool-scratchpad.svg
 1365lib/firefox/browser/chrome/devtools/skin/images/emojis/emoji-tool-shadereditor.svg
 1366lib/firefox/browser/chrome/devtools/skin/images/emojis/emoji-tool-storage.svg
 1367lib/firefox/browser/chrome/devtools/skin/images/emojis/emoji-tool-styleeditor.svg
 1368lib/firefox/browser/chrome/devtools/skin/images/emojis/emoji-tool-webaudio.svg
 1369lib/firefox/browser/chrome/devtools/skin/images/emojis/emoji-tool-webconsole.svg
1366lib/firefox/browser/chrome/devtools/skin/images/fast-forward.png 1370lib/firefox/browser/chrome/devtools/skin/images/fast-forward.png
1367lib/firefox/browser/chrome/devtools/skin/images/fast-forward@2x.png 1371lib/firefox/browser/chrome/devtools/skin/images/fast-forward@2x.png
1368lib/firefox/browser/chrome/devtools/skin/images/filetypes/dir-close.svg 1372lib/firefox/browser/chrome/devtools/skin/images/filetypes/dir-close.svg
1369lib/firefox/browser/chrome/devtools/skin/images/filetypes/dir-open.svg 1373lib/firefox/browser/chrome/devtools/skin/images/filetypes/dir-open.svg
1370lib/firefox/browser/chrome/devtools/skin/images/filetypes/globe.svg 1374lib/firefox/browser/chrome/devtools/skin/images/filetypes/globe.svg
1371lib/firefox/browser/chrome/devtools/skin/images/filetypes/store.svg 1375lib/firefox/browser/chrome/devtools/skin/images/filetypes/store.svg
1372lib/firefox/browser/chrome/devtools/skin/images/filter-swatch.svg 1376lib/firefox/browser/chrome/devtools/skin/images/filter-swatch.svg
1373lib/firefox/browser/chrome/devtools/skin/images/filters.svg 1377lib/firefox/browser/chrome/devtools/skin/images/filters.svg
1374lib/firefox/browser/chrome/devtools/skin/images/itemArrow-dark-ltr.svg 1378lib/firefox/browser/chrome/devtools/skin/images/itemArrow-dark-ltr.svg
1375lib/firefox/browser/chrome/devtools/skin/images/itemArrow-dark-rtl.svg 1379lib/firefox/browser/chrome/devtools/skin/images/itemArrow-dark-rtl.svg
1376lib/firefox/browser/chrome/devtools/skin/images/itemArrow-ltr.svg 1380lib/firefox/browser/chrome/devtools/skin/images/itemArrow-ltr.svg
1377lib/firefox/browser/chrome/devtools/skin/images/itemArrow-rtl.svg 1381lib/firefox/browser/chrome/devtools/skin/images/itemArrow-rtl.svg
1378lib/firefox/browser/chrome/devtools/skin/images/itemToggle.png 1382lib/firefox/browser/chrome/devtools/skin/images/itemToggle.png
@@ -1433,37 +1437,38 @@ lib/firefox/browser/chrome/devtools/skin @@ -1433,37 +1437,38 @@ lib/firefox/browser/chrome/devtools/skin
1433lib/firefox/browser/chrome/devtools/skin/images/tracer-icon.png 1437lib/firefox/browser/chrome/devtools/skin/images/tracer-icon.png
1434lib/firefox/browser/chrome/devtools/skin/images/tracer-icon@2x.png 1438lib/firefox/browser/chrome/devtools/skin/images/tracer-icon@2x.png
1435lib/firefox/browser/chrome/devtools/skin/images/undock@2x.png 1439lib/firefox/browser/chrome/devtools/skin/images/undock@2x.png
1436lib/firefox/browser/chrome/devtools/skin/images/vview-delete.png 1440lib/firefox/browser/chrome/devtools/skin/images/vview-delete.png
1437lib/firefox/browser/chrome/devtools/skin/images/vview-delete@2x.png 1441lib/firefox/browser/chrome/devtools/skin/images/vview-delete@2x.png
1438lib/firefox/browser/chrome/devtools/skin/images/vview-edit.png 1442lib/firefox/browser/chrome/devtools/skin/images/vview-edit.png
1439lib/firefox/browser/chrome/devtools/skin/images/vview-edit@2x.png 1443lib/firefox/browser/chrome/devtools/skin/images/vview-edit@2x.png
1440lib/firefox/browser/chrome/devtools/skin/images/vview-lock.png 1444lib/firefox/browser/chrome/devtools/skin/images/vview-lock.png
1441lib/firefox/browser/chrome/devtools/skin/images/vview-lock@2x.png 1445lib/firefox/browser/chrome/devtools/skin/images/vview-lock@2x.png
1442lib/firefox/browser/chrome/devtools/skin/images/vview-open-inspector.png 1446lib/firefox/browser/chrome/devtools/skin/images/vview-open-inspector.png
1443lib/firefox/browser/chrome/devtools/skin/images/vview-open-inspector@2x.png 1447lib/firefox/browser/chrome/devtools/skin/images/vview-open-inspector@2x.png
1444lib/firefox/browser/chrome/devtools/skin/images/webconsole.svg 1448lib/firefox/browser/chrome/devtools/skin/images/webconsole.svg
1445lib/firefox/browser/chrome/devtools/skin/inspector.css 1449lib/firefox/browser/chrome/devtools/skin/inspector.css
1446lib/firefox/browser/chrome/devtools/skin/layoutview.css 1450lib/firefox/browser/chrome/devtools/skin/layout.css
1447lib/firefox/browser/chrome/devtools/skin/light-theme.css 1451lib/firefox/browser/chrome/devtools/skin/light-theme.css
1448lib/firefox/browser/chrome/devtools/skin/markup-view.css 1452lib/firefox/browser/chrome/devtools/skin/markup.css
1449lib/firefox/browser/chrome/devtools/skin/memory.css 1453lib/firefox/browser/chrome/devtools/skin/memory.css
1450lib/firefox/browser/chrome/devtools/skin/netmonitor.css 1454lib/firefox/browser/chrome/devtools/skin/netmonitor.css
1451lib/firefox/browser/chrome/devtools/skin/performance.css 1455lib/firefox/browser/chrome/devtools/skin/performance.css
1452lib/firefox/browser/chrome/devtools/skin/projecteditor/projecteditor.css 1456lib/firefox/browser/chrome/devtools/skin/projecteditor/projecteditor.css
1453lib/firefox/browser/chrome/devtools/skin/promisedebugger.css 1457lib/firefox/browser/chrome/devtools/skin/promisedebugger.css
1454lib/firefox/browser/chrome/devtools/skin/ruleview.css 1458lib/firefox/browser/chrome/devtools/skin/rules.css
1455lib/firefox/browser/chrome/devtools/skin/scratchpad.css 1459lib/firefox/browser/chrome/devtools/skin/scratchpad.css
1456lib/firefox/browser/chrome/devtools/skin/shadereditor.css 1460lib/firefox/browser/chrome/devtools/skin/shadereditor.css
 1461lib/firefox/browser/chrome/devtools/skin/splitters.css
1457lib/firefox/browser/chrome/devtools/skin/splitview.css 1462lib/firefox/browser/chrome/devtools/skin/splitview.css
1458lib/firefox/browser/chrome/devtools/skin/storage.css 1463lib/firefox/browser/chrome/devtools/skin/storage.css
1459lib/firefox/browser/chrome/devtools/skin/styleeditor.css 1464lib/firefox/browser/chrome/devtools/skin/styleeditor.css
1460lib/firefox/browser/chrome/devtools/skin/toolbars.css 1465lib/firefox/browser/chrome/devtools/skin/toolbars.css
1461lib/firefox/browser/chrome/devtools/skin/tooltip/arrow-horizontal-dark.png 1466lib/firefox/browser/chrome/devtools/skin/tooltip/arrow-horizontal-dark.png
1462lib/firefox/browser/chrome/devtools/skin/tooltip/arrow-horizontal-dark@2x.png 1467lib/firefox/browser/chrome/devtools/skin/tooltip/arrow-horizontal-dark@2x.png
1463lib/firefox/browser/chrome/devtools/skin/tooltip/arrow-horizontal-light.png 1468lib/firefox/browser/chrome/devtools/skin/tooltip/arrow-horizontal-light.png
1464lib/firefox/browser/chrome/devtools/skin/tooltip/arrow-horizontal-light@2x.png 1469lib/firefox/browser/chrome/devtools/skin/tooltip/arrow-horizontal-light@2x.png
1465lib/firefox/browser/chrome/devtools/skin/tooltip/arrow-vertical-dark.png 1470lib/firefox/browser/chrome/devtools/skin/tooltip/arrow-vertical-dark.png
1466lib/firefox/browser/chrome/devtools/skin/tooltip/arrow-vertical-dark@2x.png 1471lib/firefox/browser/chrome/devtools/skin/tooltip/arrow-vertical-dark@2x.png
1467lib/firefox/browser/chrome/devtools/skin/tooltip/arrow-vertical-light.png 1472lib/firefox/browser/chrome/devtools/skin/tooltip/arrow-vertical-light.png
1468lib/firefox/browser/chrome/devtools/skin/tooltip/arrow-vertical-light@2x.png 1473lib/firefox/browser/chrome/devtools/skin/tooltip/arrow-vertical-light@2x.png
1469lib/firefox/browser/chrome/devtools/skin/variables.css 1474lib/firefox/browser/chrome/devtools/skin/variables.css
@@ -1478,27 +1483,27 @@ lib/firefox/browser/chrome/en-US/locale/ @@ -1478,27 +1483,27 @@ lib/firefox/browser/chrome/en-US/locale/
1478lib/firefox/browser/chrome/en-US/locale/browser/aboutCertError.dtd 1483lib/firefox/browser/chrome/en-US/locale/browser/aboutCertError.dtd
1479lib/firefox/browser/chrome/en-US/locale/browser/aboutDialog.dtd 1484lib/firefox/browser/chrome/en-US/locale/browser/aboutDialog.dtd
1480lib/firefox/browser/chrome/en-US/locale/browser/aboutHealthReport.dtd 1485lib/firefox/browser/chrome/en-US/locale/browser/aboutHealthReport.dtd
1481lib/firefox/browser/chrome/en-US/locale/browser/aboutHome.dtd 1486lib/firefox/browser/chrome/en-US/locale/browser/aboutHome.dtd
1482lib/firefox/browser/chrome/en-US/locale/browser/aboutPrivateBrowsing.dtd 1487lib/firefox/browser/chrome/en-US/locale/browser/aboutPrivateBrowsing.dtd
1483lib/firefox/browser/chrome/en-US/locale/browser/aboutPrivateBrowsing.properties 1488lib/firefox/browser/chrome/en-US/locale/browser/aboutPrivateBrowsing.properties
1484lib/firefox/browser/chrome/en-US/locale/browser/aboutRobots.dtd 1489lib/firefox/browser/chrome/en-US/locale/browser/aboutRobots.dtd
1485lib/firefox/browser/chrome/en-US/locale/browser/aboutSessionRestore.dtd 1490lib/firefox/browser/chrome/en-US/locale/browser/aboutSessionRestore.dtd
1486lib/firefox/browser/chrome/en-US/locale/browser/aboutSyncTabs.dtd 1491lib/firefox/browser/chrome/en-US/locale/browser/aboutSyncTabs.dtd
1487lib/firefox/browser/chrome/en-US/locale/browser/aboutTabCrashed.dtd 1492lib/firefox/browser/chrome/en-US/locale/browser/aboutTabCrashed.dtd
1488lib/firefox/browser/chrome/en-US/locale/browser/accounts.properties 1493lib/firefox/browser/chrome/en-US/locale/browser/accounts.properties
1489lib/firefox/browser/chrome/en-US/locale/browser/appstrings.properties 1494lib/firefox/browser/chrome/en-US/locale/browser/appstrings.properties
1490lib/firefox/browser/chrome/en-US/locale/browser/baseMenuOverlay.dtd 1495lib/firefox/browser/chrome/en-US/locale/browser/baseMenuOverlay.dtd
1491lib/firefox/browser/chrome/en-US/locale/browser/browser-pocket.properties 1496lib/firefox/browser/chrome/en-US/locale/browser/bookmarks.html
1492lib/firefox/browser/chrome/en-US/locale/browser/browser.dtd 1497lib/firefox/browser/chrome/en-US/locale/browser/browser.dtd
1493lib/firefox/browser/chrome/en-US/locale/browser/browser.properties 1498lib/firefox/browser/chrome/en-US/locale/browser/browser.properties
1494lib/firefox/browser/chrome/en-US/locale/browser/customizableui/customizableWidgets.properties 1499lib/firefox/browser/chrome/en-US/locale/browser/customizableui/customizableWidgets.properties
1495lib/firefox/browser/chrome/en-US/locale/browser/downloads/downloads.dtd 1500lib/firefox/browser/chrome/en-US/locale/browser/downloads/downloads.dtd
1496lib/firefox/browser/chrome/en-US/locale/browser/downloads/downloads.properties 1501lib/firefox/browser/chrome/en-US/locale/browser/downloads/downloads.properties
1497lib/firefox/browser/chrome/en-US/locale/browser/downloads/settingsChange.dtd 1502lib/firefox/browser/chrome/en-US/locale/browser/downloads/settingsChange.dtd
1498lib/firefox/browser/chrome/en-US/locale/browser/engineManager.properties 1503lib/firefox/browser/chrome/en-US/locale/browser/engineManager.properties
1499lib/firefox/browser/chrome/en-US/locale/browser/feeds/subscribe.dtd 1504lib/firefox/browser/chrome/en-US/locale/browser/feeds/subscribe.dtd
1500lib/firefox/browser/chrome/en-US/locale/browser/feeds/subscribe.properties 1505lib/firefox/browser/chrome/en-US/locale/browser/feeds/subscribe.properties
1501lib/firefox/browser/chrome/en-US/locale/browser/lightweightThemes.properties 1506lib/firefox/browser/chrome/en-US/locale/browser/lightweightThemes.properties
1502lib/firefox/browser/chrome/en-US/locale/browser/loop/loop.properties 1507lib/firefox/browser/chrome/en-US/locale/browser/loop/loop.properties
1503lib/firefox/browser/chrome/en-US/locale/browser/migration/migration.dtd 1508lib/firefox/browser/chrome/en-US/locale/browser/migration/migration.dtd
1504lib/firefox/browser/chrome/en-US/locale/browser/migration/migration.properties 1509lib/firefox/browser/chrome/en-US/locale/browser/migration/migration.properties
@@ -1511,50 +1516,52 @@ lib/firefox/browser/chrome/en-US/locale/ @@ -1511,50 +1516,52 @@ lib/firefox/browser/chrome/en-US/locale/
1511lib/firefox/browser/chrome/en-US/locale/browser/places/editBookmarkOverlay.dtd 1516lib/firefox/browser/chrome/en-US/locale/browser/places/editBookmarkOverlay.dtd
1512lib/firefox/browser/chrome/en-US/locale/browser/places/moveBookmarks.dtd 1517lib/firefox/browser/chrome/en-US/locale/browser/places/moveBookmarks.dtd
1513lib/firefox/browser/chrome/en-US/locale/browser/places/places.dtd 1518lib/firefox/browser/chrome/en-US/locale/browser/places/places.dtd
1514lib/firefox/browser/chrome/en-US/locale/browser/places/places.properties 1519lib/firefox/browser/chrome/en-US/locale/browser/places/places.properties
1515lib/firefox/browser/chrome/en-US/locale/browser/preferences/advanced.dtd 1520lib/firefox/browser/chrome/en-US/locale/browser/preferences/advanced.dtd
1516lib/firefox/browser/chrome/en-US/locale/browser/preferences/applicationManager.dtd 1521lib/firefox/browser/chrome/en-US/locale/browser/preferences/applicationManager.dtd
1517lib/firefox/browser/chrome/en-US/locale/browser/preferences/applicationManager.properties 1522lib/firefox/browser/chrome/en-US/locale/browser/preferences/applicationManager.properties
1518lib/firefox/browser/chrome/en-US/locale/browser/preferences/applications.dtd 1523lib/firefox/browser/chrome/en-US/locale/browser/preferences/applications.dtd
1519lib/firefox/browser/chrome/en-US/locale/browser/preferences/blocklists.dtd 1524lib/firefox/browser/chrome/en-US/locale/browser/preferences/blocklists.dtd
1520lib/firefox/browser/chrome/en-US/locale/browser/preferences/colors.dtd 1525lib/firefox/browser/chrome/en-US/locale/browser/preferences/colors.dtd
1521lib/firefox/browser/chrome/en-US/locale/browser/preferences/connection.dtd 1526lib/firefox/browser/chrome/en-US/locale/browser/preferences/connection.dtd
1522lib/firefox/browser/chrome/en-US/locale/browser/preferences/content.dtd 1527lib/firefox/browser/chrome/en-US/locale/browser/preferences/content.dtd
1523lib/firefox/browser/chrome/en-US/locale/browser/preferences/cookies.dtd 1528lib/firefox/browser/chrome/en-US/locale/browser/preferences/cookies.dtd
 1529lib/firefox/browser/chrome/en-US/locale/browser/preferences/donottrack.dtd
1524lib/firefox/browser/chrome/en-US/locale/browser/preferences/fonts.dtd 1530lib/firefox/browser/chrome/en-US/locale/browser/preferences/fonts.dtd
1525lib/firefox/browser/chrome/en-US/locale/browser/preferences/languages.dtd 1531lib/firefox/browser/chrome/en-US/locale/browser/preferences/languages.dtd
1526lib/firefox/browser/chrome/en-US/locale/browser/preferences/main.dtd 1532lib/firefox/browser/chrome/en-US/locale/browser/preferences/main.dtd
1527lib/firefox/browser/chrome/en-US/locale/browser/preferences/permissions.dtd 1533lib/firefox/browser/chrome/en-US/locale/browser/preferences/permissions.dtd
1528lib/firefox/browser/chrome/en-US/locale/browser/preferences/preferences.dtd 1534lib/firefox/browser/chrome/en-US/locale/browser/preferences/preferences.dtd
1529lib/firefox/browser/chrome/en-US/locale/browser/preferences/preferences.properties 1535lib/firefox/browser/chrome/en-US/locale/browser/preferences/preferences.properties
1530lib/firefox/browser/chrome/en-US/locale/browser/preferences/privacy.dtd 1536lib/firefox/browser/chrome/en-US/locale/browser/preferences/privacy.dtd
1531lib/firefox/browser/chrome/en-US/locale/browser/preferences/search.dtd 1537lib/firefox/browser/chrome/en-US/locale/browser/preferences/search.dtd
1532lib/firefox/browser/chrome/en-US/locale/browser/preferences/security.dtd 1538lib/firefox/browser/chrome/en-US/locale/browser/preferences/security.dtd
1533lib/firefox/browser/chrome/en-US/locale/browser/preferences/selectBookmark.dtd 1539lib/firefox/browser/chrome/en-US/locale/browser/preferences/selectBookmark.dtd
1534lib/firefox/browser/chrome/en-US/locale/browser/preferences/sync.dtd 1540lib/firefox/browser/chrome/en-US/locale/browser/preferences/sync.dtd
1535lib/firefox/browser/chrome/en-US/locale/browser/preferences/tabs.dtd 1541lib/firefox/browser/chrome/en-US/locale/browser/preferences/tabs.dtd
1536lib/firefox/browser/chrome/en-US/locale/browser/preferences/translation.dtd 1542lib/firefox/browser/chrome/en-US/locale/browser/preferences/translation.dtd
1537lib/firefox/browser/chrome/en-US/locale/browser/quitDialog.properties 1543lib/firefox/browser/chrome/en-US/locale/browser/quitDialog.properties
1538lib/firefox/browser/chrome/en-US/locale/browser/safeMode.dtd 1544lib/firefox/browser/chrome/en-US/locale/browser/safeMode.dtd
1539lib/firefox/browser/chrome/en-US/locale/browser/safebrowsing/phishing-afterload-warning-message.dtd 1545lib/firefox/browser/chrome/en-US/locale/browser/safebrowsing/phishing-afterload-warning-message.dtd
1540lib/firefox/browser/chrome/en-US/locale/browser/safebrowsing/report-phishing.dtd 1546lib/firefox/browser/chrome/en-US/locale/browser/safebrowsing/report-phishing.dtd
1541lib/firefox/browser/chrome/en-US/locale/browser/sanitize.dtd 1547lib/firefox/browser/chrome/en-US/locale/browser/sanitize.dtd
1542lib/firefox/browser/chrome/en-US/locale/browser/search.properties 1548lib/firefox/browser/chrome/en-US/locale/browser/search.properties
1543lib/firefox/browser/chrome/en-US/locale/browser/searchbar.dtd 1549lib/firefox/browser/chrome/en-US/locale/browser/searchbar.dtd
1544lib/firefox/browser/chrome/en-US/locale/browser/searchplugins/amazondotcom.xml 1550lib/firefox/browser/chrome/en-US/locale/browser/searchplugins/amazondotcom.xml
1545lib/firefox/browser/chrome/en-US/locale/browser/searchplugins/bing.xml 1551lib/firefox/browser/chrome/en-US/locale/browser/searchplugins/bing.xml
1546lib/firefox/browser/chrome/en-US/locale/browser/searchplugins/ddg.xml 1552lib/firefox/browser/chrome/en-US/locale/browser/searchplugins/ddg.xml
1547lib/firefox/browser/chrome/en-US/locale/browser/searchplugins/eBay.xml 1553lib/firefox/browser/chrome/en-US/locale/browser/searchplugins/eBay.xml
 1554lib/firefox/browser/chrome/en-US/locale/browser/searchplugins/google-nocodes.xml
1548lib/firefox/browser/chrome/en-US/locale/browser/searchplugins/google.xml 1555lib/firefox/browser/chrome/en-US/locale/browser/searchplugins/google.xml
1549lib/firefox/browser/chrome/en-US/locale/browser/searchplugins/list.txt 1556lib/firefox/browser/chrome/en-US/locale/browser/searchplugins/list.txt
1550lib/firefox/browser/chrome/en-US/locale/browser/searchplugins/twitter.xml 1557lib/firefox/browser/chrome/en-US/locale/browser/searchplugins/twitter.xml
1551lib/firefox/browser/chrome/en-US/locale/browser/searchplugins/wikipedia.xml 1558lib/firefox/browser/chrome/en-US/locale/browser/searchplugins/wikipedia.xml
1552lib/firefox/browser/chrome/en-US/locale/browser/searchplugins/yahoo-en-CA.xml 1559lib/firefox/browser/chrome/en-US/locale/browser/searchplugins/yahoo-en-CA.xml
1553lib/firefox/browser/chrome/en-US/locale/browser/searchplugins/yahoo.xml 1560lib/firefox/browser/chrome/en-US/locale/browser/searchplugins/yahoo.xml
1554lib/firefox/browser/chrome/en-US/locale/browser/setDesktopBackground.dtd 1561lib/firefox/browser/chrome/en-US/locale/browser/setDesktopBackground.dtd
1555lib/firefox/browser/chrome/en-US/locale/browser/shellservice.properties 1562lib/firefox/browser/chrome/en-US/locale/browser/shellservice.properties
1556lib/firefox/browser/chrome/en-US/locale/browser/sitePermissions.properties 1563lib/firefox/browser/chrome/en-US/locale/browser/sitePermissions.properties
1557lib/firefox/browser/chrome/en-US/locale/browser/syncBrand.dtd 1564lib/firefox/browser/chrome/en-US/locale/browser/syncBrand.dtd
1558lib/firefox/browser/chrome/en-US/locale/browser/syncCustomize.dtd 1565lib/firefox/browser/chrome/en-US/locale/browser/syncCustomize.dtd
1559lib/firefox/browser/chrome/en-US/locale/browser/syncGenericChange.properties 1566lib/firefox/browser/chrome/en-US/locale/browser/syncGenericChange.properties
1560lib/firefox/browser/chrome/en-US/locale/browser/syncKey.dtd 1567lib/firefox/browser/chrome/en-US/locale/browser/syncKey.dtd
@@ -1566,26 +1573,27 @@ lib/firefox/browser/chrome/en-US/locale/ @@ -1566,26 +1573,27 @@ lib/firefox/browser/chrome/en-US/locale/
1566lib/firefox/browser/chrome/en-US/locale/browser/taskbar.properties 1573lib/firefox/browser/chrome/en-US/locale/browser/taskbar.properties
1567lib/firefox/browser/chrome/en-US/locale/browser/translation.dtd 1574lib/firefox/browser/chrome/en-US/locale/browser/translation.dtd
1568lib/firefox/browser/chrome/en-US/locale/browser/translation.properties 1575lib/firefox/browser/chrome/en-US/locale/browser/translation.properties
1569lib/firefox/browser/chrome/en-US/locale/browser/webrtcIndicator.properties 1576lib/firefox/browser/chrome/en-US/locale/browser/webrtcIndicator.properties
1570lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/VariablesView.dtd 1577lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/VariablesView.dtd
1571lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/aboutdebugging.dtd 1578lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/aboutdebugging.dtd
1572lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/aboutdebugging.properties 1579lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/aboutdebugging.properties
1573lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/animationinspector.dtd 1580lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/animationinspector.dtd
1574lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/animationinspector.properties 1581lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/animationinspector.properties
1575lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/app-manager.properties 1582lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/app-manager.properties
1576lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/appcacheutils.properties 1583lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/appcacheutils.properties
1577lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/canvasdebugger.dtd 1584lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/canvasdebugger.dtd
1578lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/canvasdebugger.properties 1585lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/canvasdebugger.properties
 1586lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/components.properties
1579lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/connection-screen.dtd 1587lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/connection-screen.dtd
1580lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/connection-screen.properties 1588lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/connection-screen.properties
1581lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/debugger.dtd 1589lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/debugger.dtd
1582lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/debugger.properties 1590lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/debugger.properties
1583lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/device.properties 1591lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/device.properties
1584lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/eyedropper.properties 1592lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/eyedropper.properties
1585lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/filterwidget.dtd 1593lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/filterwidget.dtd
1586lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/filterwidget.properties 1594lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/filterwidget.properties
1587lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/font-inspector.dtd 1595lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/font-inspector.dtd
1588lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/graphs.properties 1596lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/graphs.properties
1589lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/har.properties 1597lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/har.properties
1590lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/inspector.dtd 1598lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/inspector.dtd
1591lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/inspector.properties 1599lib/firefox/browser/chrome/en-US/locale/en-US/devtools/client/inspector.properties
@@ -1947,66 +1955,150 @@ lib/firefox/browser/chrome/webide/skin/r @@ -1947,66 +1955,150 @@ lib/firefox/browser/chrome/webide/skin/r
1947lib/firefox/browser/chrome/webide/skin/runtimedetails.css 1955lib/firefox/browser/chrome/webide/skin/runtimedetails.css
1948lib/firefox/browser/chrome/webide/skin/simulator.css 1956lib/firefox/browser/chrome/webide/skin/simulator.css
1949lib/firefox/browser/chrome/webide/skin/throbber.svg 1957lib/firefox/browser/chrome/webide/skin/throbber.svg
1950lib/firefox/browser/chrome/webide/skin/webide.css 1958lib/firefox/browser/chrome/webide/skin/webide.css
1951lib/firefox/browser/chrome/webide/skin/wifi-auth.css 1959lib/firefox/browser/chrome/webide/skin/wifi-auth.css
1952lib/firefox/browser/components/ChromeProfileMigrator.js 1960lib/firefox/browser/components/ChromeProfileMigrator.js
1953lib/firefox/browser/components/ExperimentsService.js 1961lib/firefox/browser/components/ExperimentsService.js
1954lib/firefox/browser/components/FeedConverter.js 1962lib/firefox/browser/components/FeedConverter.js
1955lib/firefox/browser/components/FeedWriter.js 1963lib/firefox/browser/components/FeedWriter.js
1956lib/firefox/browser/components/FirefoxProfileMigrator.js 1964lib/firefox/browser/components/FirefoxProfileMigrator.js
1957lib/firefox/browser/components/ProfileMigrator.js 1965lib/firefox/browser/components/ProfileMigrator.js
1958lib/firefox/browser/components/SelfSupportService.js 1966lib/firefox/browser/components/SelfSupportService.js
1959lib/firefox/browser/components/WebContentConverter.js 1967lib/firefox/browser/components/WebContentConverter.js
 1968lib/firefox/browser/components/aboutNewTabService.js
1960lib/firefox/browser/components/components.manifest 1969lib/firefox/browser/components/components.manifest
1961lib/firefox/browser/components/devtools-clhandler.js 1970lib/firefox/browser/components/devtools-clhandler.js
1962lib/firefox/browser/components/fuelApplication.js 1971lib/firefox/browser/components/fuelApplication.js
1963lib/firefox/browser/components/interfaces.xpt 1972lib/firefox/browser/components/interfaces.xpt
1964lib/firefox/browser/components/libbrowsercomps.so 1973lib/firefox/browser/components/libbrowsercomps.so
1965lib/firefox/browser/components/nsBrowserContentHandler.js 1974lib/firefox/browser/components/nsBrowserContentHandler.js
1966lib/firefox/browser/components/nsBrowserGlue.js 1975lib/firefox/browser/components/nsBrowserGlue.js
1967lib/firefox/browser/components/nsSessionStartup.js 1976lib/firefox/browser/components/nsSessionStartup.js
1968lib/firefox/browser/components/nsSessionStore.js 1977lib/firefox/browser/components/nsSessionStore.js
1969lib/firefox/browser/components/nsSetDefaultBrowser.js 1978lib/firefox/browser/components/nsSetDefaultBrowser.js
1970lib/firefox/browser/components/webideCli.js 1979lib/firefox/browser/components/webideCli.js
1971lib/firefox/browser/defaults/permissions 1980lib/firefox/browser/defaults/permissions
1972lib/firefox/browser/defaults/preferences/devtools.js 1981lib/firefox/browser/defaults/preferences/devtools.js
1973lib/firefox/browser/defaults/preferences/firefox-branding.js 1982lib/firefox/browser/defaults/preferences/firefox-branding.js
1974lib/firefox/browser/defaults/preferences/firefox-l10n.js 1983lib/firefox/browser/defaults/preferences/firefox-l10n.js
1975lib/firefox/browser/defaults/preferences/firefox.js 1984lib/firefox/browser/defaults/preferences/firefox.js
1976lib/firefox/browser/defaults/preferences/webide-prefs.js 1985lib/firefox/browser/defaults/preferences/webide-prefs.js
1977lib/firefox/browser/defaults/profile/bookmarks.html 
1978lib/firefox/browser/defaults/profile/chrome/userChrome-example.css 
1979lib/firefox/browser/defaults/profile/chrome/userContent-example.css 
1980lib/firefox/browser/defaults/profile/localstore.rdf 
1981lib/firefox/browser/defaults/profile/mimeTypes.rdf 
1982lib/firefox/browser/defaults/profile/prefs.js 
1983lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/chrome.manifest 1986lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/chrome.manifest
1984lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png 1987lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png
1985lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf 1988lib/firefox/browser/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf
 1989lib/firefox/browser/features/e10srollout@mozilla.org/bootstrap.js
 1990lib/firefox/browser/features/e10srollout@mozilla.org/install.rdf
 1991lib/firefox/browser/features/firefox@getpocket.com/bootstrap.js
 1992lib/firefox/browser/features/firefox@getpocket.com/chrome.manifest
 1993lib/firefox/browser/features/firefox@getpocket.com/chrome/content/Pocket.jsm
 1994lib/firefox/browser/features/firefox@getpocket.com/chrome/content/main.js
 1995lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/css/firasans.css
 1996lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/css/normalize.css
 1997lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/css/saved.css
 1998lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/css/signup.css
 1999lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/fonts/FiraSans-Regular.woff
 2000lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/img/pocket.svg
 2001lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/img/pocketerror@1x.png
 2002lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/img/pocketerror@2x.png
 2003lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/img/pocketlogo@1x.png
 2004lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/img/pocketlogo@2x.png
 2005lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/img/pocketlogosolo@1x.png
 2006lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/img/pocketlogosolo@2x.png
 2007lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/img/pocketmenuitem16.png
 2008lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/img/pocketmenuitem16@2x.png
 2009lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/img/pocketsignup_button@1x.png
 2010lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/img/pocketsignup_button@2x.png
 2011lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/img/pocketsignup_devices@1x.png
 2012lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/img/pocketsignup_devices@2x.png
 2013lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/img/pocketsignup_hero@1x.png
 2014lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/img/pocketsignup_hero@2x.png
 2015lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/img/signup_firefoxlogo@1x.png
 2016lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/img/signup_firefoxlogo@2x.png
 2017lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/img/signup_help@1x.png
 2018lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/img/signup_help@2x.png
 2019lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/img/signup_or@1x.png
 2020lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/img/signup_or@2x.png
 2021lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/img/tag_close@1x.png
 2022lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/img/tag_close@2x.png
 2023lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/img/tag_closeactive@1x.png
 2024lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/img/tag_closeactive@2x.png
 2025lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/js/messages.js
 2026lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/js/saved.js
 2027lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/js/signup.js
 2028lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/js/tmpl.js
 2029lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/js/vendor/handlebars.runtime.js
 2030lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/js/vendor/jquery-2.1.1.min.js
 2031lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/js/vendor/jquery.tokeninput.min.js
 2032lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/license.txt
 2033lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/saved.html
 2034lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/signup.html
 2035lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/tmpl/saved_premiumextras.handlebars
 2036lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/tmpl/saved_premiumshell.handlebars
 2037lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/tmpl/saved_shell.handlebars
 2038lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/tmpl/signup_shell.handlebars
 2039lib/firefox/browser/features/firefox@getpocket.com/chrome/content/panels/tmpl/signupstoryboard_shell.handlebars
 2040lib/firefox/browser/features/firefox@getpocket.com/chrome/content/pktApi.jsm
 2041lib/firefox/browser/features/firefox@getpocket.com/chrome/skin/linux/Toolbar-inverted.png
 2042lib/firefox/browser/features/firefox@getpocket.com/chrome/skin/linux/Toolbar.png
 2043lib/firefox/browser/features/firefox@getpocket.com/chrome/skin/linux/menuPanel.png
 2044lib/firefox/browser/features/firefox@getpocket.com/chrome/skin/linux/menuPanel@2x.png
 2045lib/firefox/browser/features/firefox@getpocket.com/chrome/skin/linux/pocket.css
 2046lib/firefox/browser/features/firefox@getpocket.com/chrome/skin/osx/Toolbar-inverted.png
 2047lib/firefox/browser/features/firefox@getpocket.com/chrome/skin/osx/Toolbar-inverted@2x.png
 2048lib/firefox/browser/features/firefox@getpocket.com/chrome/skin/osx/Toolbar-yosemite.png
 2049lib/firefox/browser/features/firefox@getpocket.com/chrome/skin/osx/Toolbar-yosemite@2x.png
 2050lib/firefox/browser/features/firefox@getpocket.com/chrome/skin/osx/Toolbar.png
 2051lib/firefox/browser/features/firefox@getpocket.com/chrome/skin/osx/Toolbar@2x.png
 2052lib/firefox/browser/features/firefox@getpocket.com/chrome/skin/osx/menuPanel-yosemite.png
 2053lib/firefox/browser/features/firefox@getpocket.com/chrome/skin/osx/menuPanel-yosemite@2x.png
 2054lib/firefox/browser/features/firefox@getpocket.com/chrome/skin/osx/menuPanel.png
 2055lib/firefox/browser/features/firefox@getpocket.com/chrome/skin/osx/menuPanel@2x.png
 2056lib/firefox/browser/features/firefox@getpocket.com/chrome/skin/osx/pocket.css
 2057lib/firefox/browser/features/firefox@getpocket.com/chrome/skin/shared/pocket.css
 2058lib/firefox/browser/features/firefox@getpocket.com/chrome/skin/windows/Toolbar-XP.png
 2059lib/firefox/browser/features/firefox@getpocket.com/chrome/skin/windows/Toolbar-aero.png
 2060lib/firefox/browser/features/firefox@getpocket.com/chrome/skin/windows/Toolbar-aero@2x.png
 2061lib/firefox/browser/features/firefox@getpocket.com/chrome/skin/windows/Toolbar-inverted.png
 2062lib/firefox/browser/features/firefox@getpocket.com/chrome/skin/windows/Toolbar-inverted@2x.png
 2063lib/firefox/browser/features/firefox@getpocket.com/chrome/skin/windows/Toolbar-lunaSilver.png
 2064lib/firefox/browser/features/firefox@getpocket.com/chrome/skin/windows/Toolbar-win8.png
 2065lib/firefox/browser/features/firefox@getpocket.com/chrome/skin/windows/Toolbar-win8@2x.png
 2066lib/firefox/browser/features/firefox@getpocket.com/chrome/skin/windows/Toolbar.png
 2067lib/firefox/browser/features/firefox@getpocket.com/chrome/skin/windows/Toolbar@2x.png
 2068lib/firefox/browser/features/firefox@getpocket.com/chrome/skin/windows/menuPanel-aero.png
 2069lib/firefox/browser/features/firefox@getpocket.com/chrome/skin/windows/menuPanel-aero@2x.png
 2070lib/firefox/browser/features/firefox@getpocket.com/chrome/skin/windows/menuPanel.png
 2071lib/firefox/browser/features/firefox@getpocket.com/chrome/skin/windows/menuPanel@2x.png
 2072lib/firefox/browser/features/firefox@getpocket.com/chrome/skin/windows/pocket.css
 2073lib/firefox/browser/features/firefox@getpocket.com/en-US/locale/en-US/pocket.properties
 2074lib/firefox/browser/features/firefox@getpocket.com/install.rdf
1986lib/firefox/browser/features/loop@mozilla.org/bootstrap.js 2075lib/firefox/browser/features/loop@mozilla.org/bootstrap.js
1987lib/firefox/browser/features/loop@mozilla.org/chrome.manifest 2076lib/firefox/browser/features/loop@mozilla.org/chrome.manifest
1988lib/firefox/browser/features/loop@mozilla.org/chrome/content/locale-fallback/en-US/loop.properties 2077lib/firefox/browser/features/loop@mozilla.org/chrome/content/locale-fallback/en-US/loop.properties
 2078lib/firefox/browser/features/loop@mozilla.org/chrome/content/modules/DomainWhitelist.jsm
1989lib/firefox/browser/features/loop@mozilla.org/chrome/content/modules/LoopRooms.jsm 2079lib/firefox/browser/features/loop@mozilla.org/chrome/content/modules/LoopRooms.jsm
1990lib/firefox/browser/features/loop@mozilla.org/chrome/content/modules/LoopRoomsCache.jsm 2080lib/firefox/browser/features/loop@mozilla.org/chrome/content/modules/LoopRoomsCache.jsm
1991lib/firefox/browser/features/loop@mozilla.org/chrome/content/modules/MozLoopAPI.jsm 2081lib/firefox/browser/features/loop@mozilla.org/chrome/content/modules/MozLoopAPI.jsm
1992lib/firefox/browser/features/loop@mozilla.org/chrome/content/modules/MozLoopPushHandler.jsm 2082lib/firefox/browser/features/loop@mozilla.org/chrome/content/modules/MozLoopPushHandler.jsm
1993lib/firefox/browser/features/loop@mozilla.org/chrome/content/modules/MozLoopService.jsm 2083lib/firefox/browser/features/loop@mozilla.org/chrome/content/modules/MozLoopService.jsm
1994lib/firefox/browser/features/loop@mozilla.org/chrome/content/modules/MozLoopWorker.js 2084lib/firefox/browser/features/loop@mozilla.org/chrome/content/modules/MozLoopWorker.js
1995lib/firefox/browser/features/loop@mozilla.org/chrome/content/panels/conversation.html 2085lib/firefox/browser/features/loop@mozilla.org/chrome/content/panels/conversation.html
 2086lib/firefox/browser/features/loop@mozilla.org/chrome/content/panels/css/desktop.css
1996lib/firefox/browser/features/loop@mozilla.org/chrome/content/panels/css/panel.css 2087lib/firefox/browser/features/loop@mozilla.org/chrome/content/panels/css/panel.css
1997lib/firefox/browser/features/loop@mozilla.org/chrome/content/panels/css/slideshow.css 2088lib/firefox/browser/features/loop@mozilla.org/chrome/content/panels/css/slideshow.css
1998lib/firefox/browser/features/loop@mozilla.org/chrome/content/panels/js/conversation.js 2089lib/firefox/browser/features/loop@mozilla.org/chrome/content/panels/js/conversation.js
1999lib/firefox/browser/features/loop@mozilla.org/chrome/content/panels/js/conversationAppStore.js 2090lib/firefox/browser/features/loop@mozilla.org/chrome/content/panels/js/conversationAppStore.js
 2091lib/firefox/browser/features/loop@mozilla.org/chrome/content/panels/js/desktopViews.js
2000lib/firefox/browser/features/loop@mozilla.org/chrome/content/panels/js/feedbackViews.js 2092lib/firefox/browser/features/loop@mozilla.org/chrome/content/panels/js/feedbackViews.js
2001lib/firefox/browser/features/loop@mozilla.org/chrome/content/panels/js/otconfig.js 2093lib/firefox/browser/features/loop@mozilla.org/chrome/content/panels/js/otconfig.js
2002lib/firefox/browser/features/loop@mozilla.org/chrome/content/panels/js/panel.js 2094lib/firefox/browser/features/loop@mozilla.org/chrome/content/panels/js/panel.js
2003lib/firefox/browser/features/loop@mozilla.org/chrome/content/panels/js/roomStore.js 2095lib/firefox/browser/features/loop@mozilla.org/chrome/content/panels/js/roomStore.js
2004lib/firefox/browser/features/loop@mozilla.org/chrome/content/panels/js/roomViews.js 2096lib/firefox/browser/features/loop@mozilla.org/chrome/content/panels/js/roomViews.js
2005lib/firefox/browser/features/loop@mozilla.org/chrome/content/panels/js/slideshow.js 2097lib/firefox/browser/features/loop@mozilla.org/chrome/content/panels/js/slideshow.js
2006lib/firefox/browser/features/loop@mozilla.org/chrome/content/panels/panel.html 2098lib/firefox/browser/features/loop@mozilla.org/chrome/content/panels/panel.html
2007lib/firefox/browser/features/loop@mozilla.org/chrome/content/panels/slideshow.html 2099lib/firefox/browser/features/loop@mozilla.org/chrome/content/panels/slideshow.html
2008lib/firefox/browser/features/loop@mozilla.org/chrome/content/panels/vendor/l10n.js 2100lib/firefox/browser/features/loop@mozilla.org/chrome/content/panels/vendor/l10n.js
2009lib/firefox/browser/features/loop@mozilla.org/chrome/content/panels/vendor/simpleSlideshow.css 2101lib/firefox/browser/features/loop@mozilla.org/chrome/content/panels/vendor/simpleSlideshow.css
2010lib/firefox/browser/features/loop@mozilla.org/chrome/content/panels/vendor/simpleSlideshow.js 2102lib/firefox/browser/features/loop@mozilla.org/chrome/content/panels/vendor/simpleSlideshow.js
2011lib/firefox/browser/features/loop@mozilla.org/chrome/content/preferences/prefs.js 2103lib/firefox/browser/features/loop@mozilla.org/chrome/content/preferences/prefs.js
2012lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/css/common.css 2104lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/css/common.css
@@ -2040,40 +2132,42 @@ lib/firefox/browser/features/loop@mozill @@ -2040,40 +2132,42 @@ lib/firefox/browser/features/loop@mozill
2040lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/facemute-14x14.png 2132lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/facemute-14x14.png
2041lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/facemute-14x14@2x.png 2133lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/facemute-14x14@2x.png
2042lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/firefox-avatar.svg 2134lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/firefox-avatar.svg
2043lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/firefox-hello_logo.svg 2135lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/firefox-hello_logo.svg
2044lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/firefox-hello_tour-slide-01.svg 2136lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/firefox-hello_tour-slide-01.svg
2045lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/firefox-hello_tour-slide-02.svg 2137lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/firefox-hello_tour-slide-02.svg
2046lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/firefox-hello_tour-slide-03.svg 2138lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/firefox-hello_tour-slide-03.svg
2047lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/firefox-hello_tour-slide-04.svg 2139lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/firefox-hello_tour-slide-04.svg
2048lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/firefox-logo.png 2140lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/firefox-logo.png
2049lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/glyph-email-16x16.svg 2141lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/glyph-email-16x16.svg
2050lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/glyph-facebook-16x16.svg 2142lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/glyph-facebook-16x16.svg
2051lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/glyph-help-16x16.svg 2143lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/glyph-help-16x16.svg
2052lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/glyph-help-no-circle-16x16.svg 2144lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/glyph-help-no-circle-16x16.svg
 2145lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/glyph-help-no-circle-blue-16x16.svg
2053lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/glyph-link-16x16.svg 2146lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/glyph-link-16x16.svg
2054lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/glyph-user-16x16.svg 2147lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/glyph-user-16x16.svg
2055lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/hangup-inverse-14x14.png 2148lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/hangup-inverse-14x14.png
2056lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/hangup-inverse-14x14@2x.png 2149lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/hangup-inverse-14x14@2x.png
2057lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/happy.png 2150lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/happy.png
2058lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/hello-web-share.svg 2151lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/hello-web-share.svg
2059lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/hello_logo.svg 2152lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/hello_logo.svg
2060lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/helloicon.svg 2153lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/helloicon.svg
2061lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/icon_32.png 2154lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/icon_32.png
2062lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/icon_64.png 2155lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/icon_64.png
2063lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/icons-10x10.svg 2156lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/icons-10x10.svg
2064lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/icons-14x14.svg 2157lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/icons-14x14.svg
2065lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/icons-16x16.svg 2158lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/icons-16x16.svg
2066lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/leave.svg 2159lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/leave.svg
 2160lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/leave_notification.svg
2067lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/media-group-left-hover.svg 2161lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/media-group-left-hover.svg
2068lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/media-group-right-hover.svg 2162lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/media-group-right-hover.svg
2069lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/media-group.svg 2163lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/media-group.svg
2070lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/movistar.png 2164lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/movistar.png
2071lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/movistar@2x.png 2165lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/movistar@2x.png
2072lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/mute-inverse-14x14.png 2166lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/mute-inverse-14x14.png
2073lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/mute-inverse-14x14@2x.png 2167lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/mute-inverse-14x14@2x.png
2074lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/pause-12x12.svg 2168lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/pause-12x12.svg
2075lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/paused-hello.svg 2169lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/paused-hello.svg
2076lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/play-12x12.svg 2170lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/play-12x12.svg
2077lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/sad.png 2171lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/sad.png
2078lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/sad_hello_icon_64x64.svg 2172lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/sad_hello_icon_64x64.svg
2079lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/settings-hover.svg 2173lib/firefox/browser/features/loop@mozilla.org/chrome/content/shared/img/settings-hover.svg
@@ -2192,45 +2286,50 @@ lib/firefox/browser/modules/Customizable @@ -2192,45 +2286,50 @@ lib/firefox/browser/modules/Customizable
2192lib/firefox/browser/modules/CustomizableWidgets.jsm 2286lib/firefox/browser/modules/CustomizableWidgets.jsm
2193lib/firefox/browser/modules/CustomizationTabPreloader.jsm 2287lib/firefox/browser/modules/CustomizationTabPreloader.jsm
2194lib/firefox/browser/modules/CustomizeMode.jsm 2288lib/firefox/browser/modules/CustomizeMode.jsm
2195lib/firefox/browser/modules/DirectoryLinksProvider.jsm 2289lib/firefox/browser/modules/DirectoryLinksProvider.jsm
2196lib/firefox/browser/modules/DownloadsCommon.jsm 2290lib/firefox/browser/modules/DownloadsCommon.jsm
2197lib/firefox/browser/modules/DownloadsTaskbar.jsm 2291lib/firefox/browser/modules/DownloadsTaskbar.jsm
2198lib/firefox/browser/modules/DownloadsViewUI.jsm 2292lib/firefox/browser/modules/DownloadsViewUI.jsm
2199lib/firefox/browser/modules/DragPositionManager.jsm 2293lib/firefox/browser/modules/DragPositionManager.jsm
2200lib/firefox/browser/modules/E10SUtils.jsm 2294lib/firefox/browser/modules/E10SUtils.jsm
2201lib/firefox/browser/modules/Feeds.jsm 2295lib/firefox/browser/modules/Feeds.jsm
2202lib/firefox/browser/modules/FormSubmitObserver.jsm 2296lib/firefox/browser/modules/FormSubmitObserver.jsm
2203lib/firefox/browser/modules/FormValidationHandler.jsm 2297lib/firefox/browser/modules/FormValidationHandler.jsm
2204lib/firefox/browser/modules/HiddenFrame.jsm 2298lib/firefox/browser/modules/HiddenFrame.jsm
 2299lib/firefox/browser/modules/LaterRun.jsm
2205lib/firefox/browser/modules/MigrationUtils.jsm 2300lib/firefox/browser/modules/MigrationUtils.jsm
2206lib/firefox/browser/modules/NetworkPrioritizer.jsm 2301lib/firefox/browser/modules/NetworkPrioritizer.jsm
 2302lib/firefox/browser/modules/NewTabPrefsProvider.jsm
2207lib/firefox/browser/modules/NewTabURL.jsm 2303lib/firefox/browser/modules/NewTabURL.jsm
2208lib/firefox/browser/modules/PanelFrame.jsm 2304lib/firefox/browser/modules/PanelFrame.jsm
2209lib/firefox/browser/modules/PanelWideWidgetTracker.jsm 2305lib/firefox/browser/modules/PanelWideWidgetTracker.jsm
 2306lib/firefox/browser/modules/PlacesProvider.jsm
2210lib/firefox/browser/modules/PlacesUIUtils.jsm 2307lib/firefox/browser/modules/PlacesUIUtils.jsm
2211lib/firefox/browser/modules/PluginContent.jsm 2308lib/firefox/browser/modules/PluginContent.jsm
2212lib/firefox/browser/modules/Pocket.jsm 
2213lib/firefox/browser/modules/ProcessHangMonitor.jsm 2309lib/firefox/browser/modules/ProcessHangMonitor.jsm
2214lib/firefox/browser/modules/ReaderParent.jsm 2310lib/firefox/browser/modules/ReaderParent.jsm
2215lib/firefox/browser/modules/RecentWindow.jsm 2311lib/firefox/browser/modules/RecentWindow.jsm
2216lib/firefox/browser/modules/RemotePrompt.jsm 2312lib/firefox/browser/modules/RemotePrompt.jsm
 2313lib/firefox/browser/modules/Sanitizer.jsm
2217lib/firefox/browser/modules/ScrollbarSampler.jsm 2314lib/firefox/browser/modules/ScrollbarSampler.jsm
2218lib/firefox/browser/modules/SelfSupportBackend.jsm 2315lib/firefox/browser/modules/SelfSupportBackend.jsm
 2316lib/firefox/browser/modules/ShellService.jsm
2219lib/firefox/browser/modules/SitePermissions.jsm 2317lib/firefox/browser/modules/SitePermissions.jsm
2220lib/firefox/browser/modules/Social.jsm 2318lib/firefox/browser/modules/Social.jsm
2221lib/firefox/browser/modules/TabGroupsMigrator.jsm 2319lib/firefox/browser/modules/TabGroupsMigrator.jsm
2222lib/firefox/browser/modules/TransientPrefs.jsm 2320lib/firefox/browser/modules/TransientPrefs.jsm
2223lib/firefox/browser/modules/UITour.jsm 2321lib/firefox/browser/modules/UITour.jsm
 2322lib/firefox/browser/modules/UserContextUI.jsm
2224lib/firefox/browser/modules/WebappManager.jsm 2323lib/firefox/browser/modules/WebappManager.jsm
2225lib/firefox/browser/modules/devtools/client/framework/gDevTools.jsm 2324lib/firefox/browser/modules/devtools/client/framework/gDevTools.jsm
2226lib/firefox/browser/modules/devtools/gDevTools.jsm 2325lib/firefox/browser/modules/devtools/gDevTools.jsm
2227lib/firefox/browser/modules/distribution.js 2326lib/firefox/browser/modules/distribution.js
2228lib/firefox/browser/modules/experiments/Experiments.jsm 2327lib/firefox/browser/modules/experiments/Experiments.jsm
2229lib/firefox/browser/modules/offlineAppCache.jsm 2328lib/firefox/browser/modules/offlineAppCache.jsm
2230lib/firefox/browser/modules/sessionstore/ContentRestore.jsm 2329lib/firefox/browser/modules/sessionstore/ContentRestore.jsm
2231lib/firefox/browser/modules/sessionstore/DocShellCapabilities.jsm 2330lib/firefox/browser/modules/sessionstore/DocShellCapabilities.jsm
2232lib/firefox/browser/modules/sessionstore/FrameTree.jsm 2331lib/firefox/browser/modules/sessionstore/FrameTree.jsm
2233lib/firefox/browser/modules/sessionstore/GlobalState.jsm 2332lib/firefox/browser/modules/sessionstore/GlobalState.jsm
2234lib/firefox/browser/modules/sessionstore/PageStyle.jsm 2333lib/firefox/browser/modules/sessionstore/PageStyle.jsm
2235lib/firefox/browser/modules/sessionstore/PrivacyFilter.jsm 2334lib/firefox/browser/modules/sessionstore/PrivacyFilter.jsm
2236lib/firefox/browser/modules/sessionstore/PrivacyLevel.jsm 2335lib/firefox/browser/modules/sessionstore/PrivacyLevel.jsm
@@ -2272,26 +2371,28 @@ lib/firefox/chrome/en-US/locale/en-US/gl @@ -2272,26 +2371,28 @@ lib/firefox/chrome/en-US/locale/en-US/gl
2272lib/firefox/chrome/en-US/locale/en-US/global-platform/mac/intl.properties 2371lib/firefox/chrome/en-US/locale/en-US/global-platform/mac/intl.properties
2273lib/firefox/chrome/en-US/locale/en-US/global-platform/mac/platformKeys.properties 2372lib/firefox/chrome/en-US/locale/en-US/global-platform/mac/platformKeys.properties
2274lib/firefox/chrome/en-US/locale/en-US/global-platform/unix/accessible.properties 2373lib/firefox/chrome/en-US/locale/en-US/global-platform/unix/accessible.properties
2275lib/firefox/chrome/en-US/locale/en-US/global-platform/unix/intl.properties 2374lib/firefox/chrome/en-US/locale/en-US/global-platform/unix/intl.properties
2276lib/firefox/chrome/en-US/locale/en-US/global-platform/unix/platformKeys.properties 2375lib/firefox/chrome/en-US/locale/en-US/global-platform/unix/platformKeys.properties
2277lib/firefox/chrome/en-US/locale/en-US/global-platform/win/accessible.properties 2376lib/firefox/chrome/en-US/locale/en-US/global-platform/win/accessible.properties
2278lib/firefox/chrome/en-US/locale/en-US/global-platform/win/intl.properties 2377lib/firefox/chrome/en-US/locale/en-US/global-platform/win/intl.properties
2279lib/firefox/chrome/en-US/locale/en-US/global-platform/win/platformKeys.properties 2378lib/firefox/chrome/en-US/locale/en-US/global-platform/win/platformKeys.properties
2280lib/firefox/chrome/en-US/locale/en-US/global-region/region.properties 2379lib/firefox/chrome/en-US/locale/en-US/global-region/region.properties
2281lib/firefox/chrome/en-US/locale/en-US/global/AccessFu.properties 2380lib/firefox/chrome/en-US/locale/en-US/global/AccessFu.properties
2282lib/firefox/chrome/en-US/locale/en-US/global/about.dtd 2381lib/firefox/chrome/en-US/locale/en-US/global/about.dtd
2283lib/firefox/chrome/en-US/locale/en-US/global/aboutAbout.dtd 2382lib/firefox/chrome/en-US/locale/en-US/global/aboutAbout.dtd
2284lib/firefox/chrome/en-US/locale/en-US/global/aboutNetworking.dtd 2383lib/firefox/chrome/en-US/locale/en-US/global/aboutNetworking.dtd
 2384lib/firefox/chrome/en-US/locale/en-US/global/aboutProfiles.dtd
 2385lib/firefox/chrome/en-US/locale/en-US/global/aboutProfiles.properties
2285lib/firefox/chrome/en-US/locale/en-US/global/aboutReader.properties 2386lib/firefox/chrome/en-US/locale/en-US/global/aboutReader.properties
2286lib/firefox/chrome/en-US/locale/en-US/global/aboutRights.dtd 2387lib/firefox/chrome/en-US/locale/en-US/global/aboutRights.dtd
2287lib/firefox/chrome/en-US/locale/en-US/global/aboutServiceWorkers.dtd 2388lib/firefox/chrome/en-US/locale/en-US/global/aboutServiceWorkers.dtd
2288lib/firefox/chrome/en-US/locale/en-US/global/aboutServiceWorkers.properties 2389lib/firefox/chrome/en-US/locale/en-US/global/aboutServiceWorkers.properties
2289lib/firefox/chrome/en-US/locale/en-US/global/aboutSupport.dtd 2390lib/firefox/chrome/en-US/locale/en-US/global/aboutSupport.dtd
2290lib/firefox/chrome/en-US/locale/en-US/global/aboutSupport.properties 2391lib/firefox/chrome/en-US/locale/en-US/global/aboutSupport.properties
2291lib/firefox/chrome/en-US/locale/en-US/global/aboutTelemetry.dtd 2392lib/firefox/chrome/en-US/locale/en-US/global/aboutTelemetry.dtd
2292lib/firefox/chrome/en-US/locale/en-US/global/aboutTelemetry.properties 2393lib/firefox/chrome/en-US/locale/en-US/global/aboutTelemetry.properties
2293lib/firefox/chrome/en-US/locale/en-US/global/aboutWebrtc.properties 2394lib/firefox/chrome/en-US/locale/en-US/global/aboutWebrtc.properties
2294lib/firefox/chrome/en-US/locale/en-US/global/appPicker.dtd 2395lib/firefox/chrome/en-US/locale/en-US/global/appPicker.dtd
2295lib/firefox/chrome/en-US/locale/en-US/global/appstrings.properties 2396lib/firefox/chrome/en-US/locale/en-US/global/appstrings.properties
2296lib/firefox/chrome/en-US/locale/en-US/global/autocomplete.properties 2397lib/firefox/chrome/en-US/locale/en-US/global/autocomplete.properties
2297lib/firefox/chrome/en-US/locale/en-US/global/brand.dtd 2398lib/firefox/chrome/en-US/locale/en-US/global/brand.dtd
@@ -2415,37 +2516,39 @@ lib/firefox/chrome/en-US/locale/en-US/pl @@ -2415,37 +2516,39 @@ lib/firefox/chrome/en-US/locale/en-US/pl
2415lib/firefox/chrome/en-US/locale/en-US/services/errors.properties 2516lib/firefox/chrome/en-US/locale/en-US/services/errors.properties
2416lib/firefox/chrome/en-US/locale/en-US/services/sync.properties 2517lib/firefox/chrome/en-US/locale/en-US/services/sync.properties
2417lib/firefox/chrome/marionette/content/Assert.jsm 2518lib/firefox/chrome/marionette/content/Assert.jsm
2418lib/firefox/chrome/marionette/content/ChromePowers.js 2519lib/firefox/chrome/marionette/content/ChromePowers.js
2419lib/firefox/chrome/marionette/content/ChromeUtils.js 2520lib/firefox/chrome/marionette/content/ChromeUtils.js
2420lib/firefox/chrome/marionette/content/EventUtils.js 2521lib/firefox/chrome/marionette/content/EventUtils.js
2421lib/firefox/chrome/marionette/content/MockColorPicker.jsm 2522lib/firefox/chrome/marionette/content/MockColorPicker.jsm
2422lib/firefox/chrome/marionette/content/MockFilePicker.jsm 2523lib/firefox/chrome/marionette/content/MockFilePicker.jsm
2423lib/firefox/chrome/marionette/content/MockPaymentsUIGlue.jsm 2524lib/firefox/chrome/marionette/content/MockPaymentsUIGlue.jsm
2424lib/firefox/chrome/marionette/content/MockPermissionPrompt.jsm 2525lib/firefox/chrome/marionette/content/MockPermissionPrompt.jsm
2425lib/firefox/chrome/marionette/content/MozillaLogger.js 2526lib/firefox/chrome/marionette/content/MozillaLogger.js
2426lib/firefox/chrome/marionette/content/SpecialPowersObserver.jsm 2527lib/firefox/chrome/marionette/content/SpecialPowersObserver.jsm
2427lib/firefox/chrome/marionette/content/SpecialPowersObserverAPI.js 2528lib/firefox/chrome/marionette/content/SpecialPowersObserverAPI.js
 2529lib/firefox/chrome/marionette/content/accessibility.js
2428lib/firefox/chrome/marionette/content/actions.js 2530lib/firefox/chrome/marionette/content/actions.js
2429lib/firefox/chrome/marionette/content/atoms.js 2531lib/firefox/chrome/marionette/content/atoms.js
2430lib/firefox/chrome/marionette/content/capture.js 2532lib/firefox/chrome/marionette/content/capture.js
2431lib/firefox/chrome/marionette/content/common.js 2533lib/firefox/chrome/marionette/content/common.js
2432lib/firefox/chrome/marionette/content/cookies.js 2534lib/firefox/chrome/marionette/content/cookies.js
2433lib/firefox/chrome/marionette/content/dispatcher.js 2535lib/firefox/chrome/marionette/content/dispatcher.js
2434lib/firefox/chrome/marionette/content/driver.js 2536lib/firefox/chrome/marionette/content/driver.js
2435lib/firefox/chrome/marionette/content/elements.js 2537lib/firefox/chrome/marionette/content/elements.js
2436lib/firefox/chrome/marionette/content/emulator.js 2538lib/firefox/chrome/marionette/content/emulator.js
2437lib/firefox/chrome/marionette/content/error.js 2539lib/firefox/chrome/marionette/content/error.js
2438lib/firefox/chrome/marionette/content/frame-manager.js 2540lib/firefox/chrome/marionette/content/frame-manager.js
 2541lib/firefox/chrome/marionette/content/interactions.js
2439lib/firefox/chrome/marionette/content/listener.js 2542lib/firefox/chrome/marionette/content/listener.js
2440lib/firefox/chrome/marionette/content/message.js 2543lib/firefox/chrome/marionette/content/message.js
2441lib/firefox/chrome/marionette/content/modal.js 2544lib/firefox/chrome/marionette/content/modal.js
2442lib/firefox/chrome/marionette/content/proxy.js 2545lib/firefox/chrome/marionette/content/proxy.js
2443lib/firefox/chrome/marionette/content/sendkeys.js 2546lib/firefox/chrome/marionette/content/sendkeys.js
2444lib/firefox/chrome/marionette/content/server.js 2547lib/firefox/chrome/marionette/content/server.js
2445lib/firefox/chrome/marionette/content/simpletest.js 2548lib/firefox/chrome/marionette/content/simpletest.js
2446lib/firefox/chrome/marionette/content/specialpowers.js 2549lib/firefox/chrome/marionette/content/specialpowers.js
2447lib/firefox/chrome/marionette/content/specialpowersAPI.js 2550lib/firefox/chrome/marionette/content/specialpowersAPI.js
2448lib/firefox/chrome/pippki/content/pippki/CAOverlay.xul 2551lib/firefox/chrome/pippki/content/pippki/CAOverlay.xul
2449lib/firefox/chrome/pippki/content/pippki/MineOverlay.xul 2552lib/firefox/chrome/pippki/content/pippki/MineOverlay.xul
2450lib/firefox/chrome/pippki/content/pippki/OrphanOverlay.xul 2553lib/firefox/chrome/pippki/content/pippki/OrphanOverlay.xul
2451lib/firefox/chrome/pippki/content/pippki/OthersOverlay.xul 2554lib/firefox/chrome/pippki/content/pippki/OthersOverlay.xul
@@ -2490,52 +2593,61 @@ lib/firefox/chrome/toolkit/content/cooki @@ -2490,52 +2593,61 @@ lib/firefox/chrome/toolkit/content/cooki
2490lib/firefox/chrome/toolkit/content/extensions/ext-alarms.js 2593lib/firefox/chrome/toolkit/content/extensions/ext-alarms.js
2491lib/firefox/chrome/toolkit/content/extensions/ext-backgroundPage.js 2594lib/firefox/chrome/toolkit/content/extensions/ext-backgroundPage.js
2492lib/firefox/chrome/toolkit/content/extensions/ext-cookies.js 2595lib/firefox/chrome/toolkit/content/extensions/ext-cookies.js
2493lib/firefox/chrome/toolkit/content/extensions/ext-extension.js 2596lib/firefox/chrome/toolkit/content/extensions/ext-extension.js
2494lib/firefox/chrome/toolkit/content/extensions/ext-i18n.js 2597lib/firefox/chrome/toolkit/content/extensions/ext-i18n.js
2495lib/firefox/chrome/toolkit/content/extensions/ext-idle.js 2598lib/firefox/chrome/toolkit/content/extensions/ext-idle.js
2496lib/firefox/chrome/toolkit/content/extensions/ext-notifications.js 2599lib/firefox/chrome/toolkit/content/extensions/ext-notifications.js
2497lib/firefox/chrome/toolkit/content/extensions/ext-runtime.js 2600lib/firefox/chrome/toolkit/content/extensions/ext-runtime.js
2498lib/firefox/chrome/toolkit/content/extensions/ext-storage.js 2601lib/firefox/chrome/toolkit/content/extensions/ext-storage.js
2499lib/firefox/chrome/toolkit/content/extensions/ext-test.js 2602lib/firefox/chrome/toolkit/content/extensions/ext-test.js
2500lib/firefox/chrome/toolkit/content/extensions/ext-webNavigation.js 2603lib/firefox/chrome/toolkit/content/extensions/ext-webNavigation.js
2501lib/firefox/chrome/toolkit/content/extensions/ext-webRequest.js 2604lib/firefox/chrome/toolkit/content/extensions/ext-webRequest.js
2502lib/firefox/chrome/toolkit/content/extensions/schemas/cookies.json 2605lib/firefox/chrome/toolkit/content/extensions/schemas/cookies.json
 2606lib/firefox/chrome/toolkit/content/extensions/schemas/extension.json
2503lib/firefox/chrome/toolkit/content/extensions/schemas/extension_types.json 2607lib/firefox/chrome/toolkit/content/extensions/schemas/extension_types.json
 2608lib/firefox/chrome/toolkit/content/extensions/schemas/i18n.json
 2609lib/firefox/chrome/toolkit/content/extensions/schemas/idle.json
 2610lib/firefox/chrome/toolkit/content/extensions/schemas/runtime.json
2504lib/firefox/chrome/toolkit/content/extensions/schemas/web_navigation.json 2611lib/firefox/chrome/toolkit/content/extensions/schemas/web_navigation.json
2505lib/firefox/chrome/toolkit/content/extensions/schemas/web_request.json 2612lib/firefox/chrome/toolkit/content/extensions/schemas/web_request.json
2506lib/firefox/chrome/toolkit/content/formautofill/requestAutocomplete.js 2613lib/firefox/chrome/toolkit/content/formautofill/requestAutocomplete.js
2507lib/firefox/chrome/toolkit/content/formautofill/requestAutocomplete.xhtml 2614lib/firefox/chrome/toolkit/content/formautofill/requestAutocomplete.xhtml
2508lib/firefox/chrome/toolkit/content/gfxsanity/gfxFrameScript.js 2615lib/firefox/chrome/toolkit/content/gfxsanity/gfxFrameScript.js
2509lib/firefox/chrome/toolkit/content/gfxsanity/sanityparent.html 2616lib/firefox/chrome/toolkit/content/gfxsanity/sanityparent.html
2510lib/firefox/chrome/toolkit/content/gfxsanity/sanitytest.html 2617lib/firefox/chrome/toolkit/content/gfxsanity/sanitytest.html
2511lib/firefox/chrome/toolkit/content/gfxsanity/videotest.mp4 2618lib/firefox/chrome/toolkit/content/gfxsanity/videotest.mp4
2512lib/firefox/chrome/toolkit/content/global/BrowserElementChild.js 2619lib/firefox/chrome/toolkit/content/global/BrowserElementChild.js
2513lib/firefox/chrome/toolkit/content/global/BrowserElementChildPreload.js 2620lib/firefox/chrome/toolkit/content/global/BrowserElementChildPreload.js
2514lib/firefox/chrome/toolkit/content/global/BrowserElementCopyPaste.js 2621lib/firefox/chrome/toolkit/content/global/BrowserElementCopyPaste.js
2515lib/firefox/chrome/toolkit/content/global/BrowserElementPanning.js 2622lib/firefox/chrome/toolkit/content/global/BrowserElementPanning.js
2516lib/firefox/chrome/toolkit/content/global/BrowserElementPanningAPZDisabled.js 2623lib/firefox/chrome/toolkit/content/global/BrowserElementPanningAPZDisabled.js
2517lib/firefox/chrome/toolkit/content/global/TopLevelVideoDocument.js 2624lib/firefox/chrome/toolkit/content/global/TopLevelVideoDocument.js
2518lib/firefox/chrome/toolkit/content/global/XPCNativeWrapper.js 2625lib/firefox/chrome/toolkit/content/global/XPCNativeWrapper.js
2519lib/firefox/chrome/toolkit/content/global/about.js 2626lib/firefox/chrome/toolkit/content/global/about.js
2520lib/firefox/chrome/toolkit/content/global/about.xhtml 2627lib/firefox/chrome/toolkit/content/global/about.xhtml
2521lib/firefox/chrome/toolkit/content/global/aboutAbout.js 2628lib/firefox/chrome/toolkit/content/global/aboutAbout.js
2522lib/firefox/chrome/toolkit/content/global/aboutAbout.xhtml 2629lib/firefox/chrome/toolkit/content/global/aboutAbout.xhtml
2523lib/firefox/chrome/toolkit/content/global/aboutCache.js 2630lib/firefox/chrome/toolkit/content/global/aboutCache.js
 2631lib/firefox/chrome/toolkit/content/global/aboutCheckerboard.css
 2632lib/firefox/chrome/toolkit/content/global/aboutCheckerboard.js
 2633lib/firefox/chrome/toolkit/content/global/aboutCheckerboard.xhtml
2524lib/firefox/chrome/toolkit/content/global/aboutMemory.css 2634lib/firefox/chrome/toolkit/content/global/aboutMemory.css
2525lib/firefox/chrome/toolkit/content/global/aboutMemory.js 2635lib/firefox/chrome/toolkit/content/global/aboutMemory.js
2526lib/firefox/chrome/toolkit/content/global/aboutMemory.xhtml 2636lib/firefox/chrome/toolkit/content/global/aboutMemory.xhtml
2527lib/firefox/chrome/toolkit/content/global/aboutNetworking.js 2637lib/firefox/chrome/toolkit/content/global/aboutNetworking.js
2528lib/firefox/chrome/toolkit/content/global/aboutNetworking.xhtml 2638lib/firefox/chrome/toolkit/content/global/aboutNetworking.xhtml
 2639lib/firefox/chrome/toolkit/content/global/aboutProfiles.js
 2640lib/firefox/chrome/toolkit/content/global/aboutProfiles.xhtml
2529lib/firefox/chrome/toolkit/content/global/aboutRights.xhtml 2641lib/firefox/chrome/toolkit/content/global/aboutRights.xhtml
2530lib/firefox/chrome/toolkit/content/global/aboutServiceWorkers.js 2642lib/firefox/chrome/toolkit/content/global/aboutServiceWorkers.js
2531lib/firefox/chrome/toolkit/content/global/aboutServiceWorkers.xhtml 2643lib/firefox/chrome/toolkit/content/global/aboutServiceWorkers.xhtml
2532lib/firefox/chrome/toolkit/content/global/aboutSupport.js 2644lib/firefox/chrome/toolkit/content/global/aboutSupport.js
2533lib/firefox/chrome/toolkit/content/global/aboutSupport.xhtml 2645lib/firefox/chrome/toolkit/content/global/aboutSupport.xhtml
2534lib/firefox/chrome/toolkit/content/global/aboutTelemetry.css 2646lib/firefox/chrome/toolkit/content/global/aboutTelemetry.css
2535lib/firefox/chrome/toolkit/content/global/aboutTelemetry.js 2647lib/firefox/chrome/toolkit/content/global/aboutTelemetry.js
2536lib/firefox/chrome/toolkit/content/global/aboutTelemetry.xhtml 2648lib/firefox/chrome/toolkit/content/global/aboutTelemetry.xhtml
2537lib/firefox/chrome/toolkit/content/global/aboutwebrtc/aboutWebrtc.css 2649lib/firefox/chrome/toolkit/content/global/aboutwebrtc/aboutWebrtc.css
2538lib/firefox/chrome/toolkit/content/global/aboutwebrtc/aboutWebrtc.js 2650lib/firefox/chrome/toolkit/content/global/aboutwebrtc/aboutWebrtc.js
2539lib/firefox/chrome/toolkit/content/global/aboutwebrtc/aboutWebrtc.xhtml 2651lib/firefox/chrome/toolkit/content/global/aboutwebrtc/aboutWebrtc.xhtml
2540lib/firefox/chrome/toolkit/content/global/accessibility/AccessFu.css 2652lib/firefox/chrome/toolkit/content/global/accessibility/AccessFu.css
2541lib/firefox/chrome/toolkit/content/global/accessibility/clicked.ogg 2653lib/firefox/chrome/toolkit/content/global/accessibility/clicked.ogg
@@ -2695,30 +2807,26 @@ lib/firefox/chrome/toolkit/content/mozap @@ -2695,30 +2807,26 @@ lib/firefox/chrome/toolkit/content/mozap
2695lib/firefox/chrome/toolkit/content/mozapps/extensions/blocklist.xul 2807lib/firefox/chrome/toolkit/content/mozapps/extensions/blocklist.xul
2696lib/firefox/chrome/toolkit/content/mozapps/extensions/eula.js 2808lib/firefox/chrome/toolkit/content/mozapps/extensions/eula.js
2697lib/firefox/chrome/toolkit/content/mozapps/extensions/eula.xul 2809lib/firefox/chrome/toolkit/content/mozapps/extensions/eula.xul
2698lib/firefox/chrome/toolkit/content/mozapps/extensions/extensions.css 2810lib/firefox/chrome/toolkit/content/mozapps/extensions/extensions.css
2699lib/firefox/chrome/toolkit/content/mozapps/extensions/extensions.js 2811lib/firefox/chrome/toolkit/content/mozapps/extensions/extensions.js
2700lib/firefox/chrome/toolkit/content/mozapps/extensions/extensions.xml 2812lib/firefox/chrome/toolkit/content/mozapps/extensions/extensions.xml
2701lib/firefox/chrome/toolkit/content/mozapps/extensions/extensions.xul 2813lib/firefox/chrome/toolkit/content/mozapps/extensions/extensions.xul
2702lib/firefox/chrome/toolkit/content/mozapps/extensions/gmpPrefs.xul 2814lib/firefox/chrome/toolkit/content/mozapps/extensions/gmpPrefs.xul
2703lib/firefox/chrome/toolkit/content/mozapps/extensions/list.js 2815lib/firefox/chrome/toolkit/content/mozapps/extensions/list.js
2704lib/firefox/chrome/toolkit/content/mozapps/extensions/list.xul 2816lib/firefox/chrome/toolkit/content/mozapps/extensions/list.xul
2705lib/firefox/chrome/toolkit/content/mozapps/extensions/newaddon.js 2817lib/firefox/chrome/toolkit/content/mozapps/extensions/newaddon.js
2706lib/firefox/chrome/toolkit/content/mozapps/extensions/newaddon.xul 2818lib/firefox/chrome/toolkit/content/mozapps/extensions/newaddon.xul
2707lib/firefox/chrome/toolkit/content/mozapps/extensions/pluginPrefs.xul 2819lib/firefox/chrome/toolkit/content/mozapps/extensions/pluginPrefs.xul
2708lib/firefox/chrome/toolkit/content/mozapps/extensions/selectAddons.css 
2709lib/firefox/chrome/toolkit/content/mozapps/extensions/selectAddons.js 
2710lib/firefox/chrome/toolkit/content/mozapps/extensions/selectAddons.xml 
2711lib/firefox/chrome/toolkit/content/mozapps/extensions/selectAddons.xul 
2712lib/firefox/chrome/toolkit/content/mozapps/extensions/setting.xml 2820lib/firefox/chrome/toolkit/content/mozapps/extensions/setting.xml
2713lib/firefox/chrome/toolkit/content/mozapps/extensions/update.js 2821lib/firefox/chrome/toolkit/content/mozapps/extensions/update.js
2714lib/firefox/chrome/toolkit/content/mozapps/extensions/update.xul 2822lib/firefox/chrome/toolkit/content/mozapps/extensions/update.xul
2715lib/firefox/chrome/toolkit/content/mozapps/extensions/updateinfo.xsl 2823lib/firefox/chrome/toolkit/content/mozapps/extensions/updateinfo.xsl
2716lib/firefox/chrome/toolkit/content/mozapps/handling/dialog.js 2824lib/firefox/chrome/toolkit/content/mozapps/handling/dialog.js
2717lib/firefox/chrome/toolkit/content/mozapps/handling/dialog.xul 2825lib/firefox/chrome/toolkit/content/mozapps/handling/dialog.xul
2718lib/firefox/chrome/toolkit/content/mozapps/handling/handler.css 2826lib/firefox/chrome/toolkit/content/mozapps/handling/handler.css
2719lib/firefox/chrome/toolkit/content/mozapps/handling/handler.xml 2827lib/firefox/chrome/toolkit/content/mozapps/handling/handler.xml
2720lib/firefox/chrome/toolkit/content/mozapps/preferences/changemp.js 2828lib/firefox/chrome/toolkit/content/mozapps/preferences/changemp.js
2721lib/firefox/chrome/toolkit/content/mozapps/preferences/changemp.xul 2829lib/firefox/chrome/toolkit/content/mozapps/preferences/changemp.xul
2722lib/firefox/chrome/toolkit/content/mozapps/preferences/fontbuilder.js 2830lib/firefox/chrome/toolkit/content/mozapps/preferences/fontbuilder.js
2723lib/firefox/chrome/toolkit/content/mozapps/preferences/removemp.js 2831lib/firefox/chrome/toolkit/content/mozapps/preferences/removemp.js
2724lib/firefox/chrome/toolkit/content/mozapps/preferences/removemp.xul 2832lib/firefox/chrome/toolkit/content/mozapps/preferences/removemp.xul
@@ -2927,27 +3035,26 @@ lib/firefox/chrome/toolkit/skin/classic/ @@ -2927,27 +3035,26 @@ lib/firefox/chrome/toolkit/skin/classic/
2927lib/firefox/chrome/toolkit/skin/classic/global/printpreview/arrow-right.png 3035lib/firefox/chrome/toolkit/skin/classic/global/printpreview/arrow-right.png
2928lib/firefox/chrome/toolkit/skin/classic/global/progressmeter.css 3036lib/firefox/chrome/toolkit/skin/classic/global/progressmeter.css
2929lib/firefox/chrome/toolkit/skin/classic/global/radio.css 3037lib/firefox/chrome/toolkit/skin/classic/global/radio.css
2930lib/firefox/chrome/toolkit/skin/classic/global/radio/radio-check-dis.gif 3038lib/firefox/chrome/toolkit/skin/classic/global/radio/radio-check-dis.gif
2931lib/firefox/chrome/toolkit/skin/classic/global/radio/radio-check.gif 3039lib/firefox/chrome/toolkit/skin/classic/global/radio/radio-check.gif
2932lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Add-24x24.svg 3040lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Add-24x24.svg
2933lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Close-24x24.svg 3041lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Close-24x24.svg
2934lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Delete-24x24.svg 3042lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Delete-24x24.svg
2935lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Minus-24x24.svg 3043lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Minus-24x24.svg
2936lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Plus-24x24.svg 3044lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Plus-24x24.svg
2937lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Reading-List-24x24.svg 3045lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Reading-List-24x24.svg
2938lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Type-Controls-24x24.svg 3046lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Type-Controls-24x24.svg
2939lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Type-Controls-Arrow.svg 3047lib/firefox/chrome/toolkit/skin/classic/global/reader/RM-Type-Controls-Arrow.svg
2940lib/firefox/chrome/toolkit/skin/classic/global/reader/pocket.svg 
2941lib/firefox/chrome/toolkit/skin/classic/global/resizer.css 3048lib/firefox/chrome/toolkit/skin/classic/global/resizer.css
2942lib/firefox/chrome/toolkit/skin/classic/global/richlistbox.css 3049lib/firefox/chrome/toolkit/skin/classic/global/richlistbox.css
2943lib/firefox/chrome/toolkit/skin/classic/global/scale.css 3050lib/firefox/chrome/toolkit/skin/classic/global/scale.css
2944lib/firefox/chrome/toolkit/skin/classic/global/scrollbar/slider.gif 3051lib/firefox/chrome/toolkit/skin/classic/global/scrollbar/slider.gif
2945lib/firefox/chrome/toolkit/skin/classic/global/scrollbars.css 3052lib/firefox/chrome/toolkit/skin/classic/global/scrollbars.css
2946lib/firefox/chrome/toolkit/skin/classic/global/scrollbox.css 3053lib/firefox/chrome/toolkit/skin/classic/global/scrollbox.css
2947lib/firefox/chrome/toolkit/skin/classic/global/spinbuttons.css 3054lib/firefox/chrome/toolkit/skin/classic/global/spinbuttons.css
2948lib/firefox/chrome/toolkit/skin/classic/global/splitter.css 3055lib/firefox/chrome/toolkit/skin/classic/global/splitter.css
2949lib/firefox/chrome/toolkit/skin/classic/global/splitter/grip-bottom.gif 3056lib/firefox/chrome/toolkit/skin/classic/global/splitter/grip-bottom.gif
2950lib/firefox/chrome/toolkit/skin/classic/global/splitter/grip-left.gif 3057lib/firefox/chrome/toolkit/skin/classic/global/splitter/grip-left.gif
2951lib/firefox/chrome/toolkit/skin/classic/global/splitter/grip-right.gif 3058lib/firefox/chrome/toolkit/skin/classic/global/splitter/grip-right.gif
2952lib/firefox/chrome/toolkit/skin/classic/global/splitter/grip-top.gif 3059lib/firefox/chrome/toolkit/skin/classic/global/splitter/grip-top.gif
2953lib/firefox/chrome/toolkit/skin/classic/global/tabbox.css 3060lib/firefox/chrome/toolkit/skin/classic/global/tabbox.css
@@ -2963,26 +3070,27 @@ lib/firefox/chrome/toolkit/skin/classic/ @@ -2963,26 +3070,27 @@ lib/firefox/chrome/toolkit/skin/classic/
2963lib/firefox/chrome/toolkit/skin/classic/global/tree/sort-asc-classic.png 3070lib/firefox/chrome/toolkit/skin/classic/global/tree/sort-asc-classic.png
2964lib/firefox/chrome/toolkit/skin/classic/global/tree/sort-asc.png 3071lib/firefox/chrome/toolkit/skin/classic/global/tree/sort-asc.png
2965lib/firefox/chrome/toolkit/skin/classic/global/tree/sort-dsc-classic.png 3072lib/firefox/chrome/toolkit/skin/classic/global/tree/sort-dsc-classic.png
2966lib/firefox/chrome/toolkit/skin/classic/global/tree/sort-dsc.png 3073lib/firefox/chrome/toolkit/skin/classic/global/tree/sort-dsc.png
2967lib/firefox/chrome/toolkit/skin/classic/global/tree/twisty-clsd.png 3074lib/firefox/chrome/toolkit/skin/classic/global/tree/twisty-clsd.png
2968lib/firefox/chrome/toolkit/skin/classic/global/tree/twisty-open.png 3075lib/firefox/chrome/toolkit/skin/classic/global/tree/twisty-open.png
2969lib/firefox/chrome/toolkit/skin/classic/global/wizard.css 3076lib/firefox/chrome/toolkit/skin/classic/global/wizard.css
2970lib/firefox/chrome/toolkit/skin/classic/help/Toolbar-rtl.png 3077lib/firefox/chrome/toolkit/skin/classic/help/Toolbar-rtl.png
2971lib/firefox/chrome/toolkit/skin/classic/help/Toolbar.png 3078lib/firefox/chrome/toolkit/skin/classic/help/Toolbar.png
2972lib/firefox/chrome/toolkit/skin/classic/help/Weblink-rtl.png 3079lib/firefox/chrome/toolkit/skin/classic/help/Weblink-rtl.png
2973lib/firefox/chrome/toolkit/skin/classic/help/Weblink.png 3080lib/firefox/chrome/toolkit/skin/classic/help/Weblink.png
2974lib/firefox/chrome/toolkit/skin/classic/help/helpFileLayout.css 3081lib/firefox/chrome/toolkit/skin/classic/help/helpFileLayout.css
2975lib/firefox/chrome/toolkit/skin/classic/mozapps/aboutNetworking.css 3082lib/firefox/chrome/toolkit/skin/classic/mozapps/aboutNetworking.css
 3083lib/firefox/chrome/toolkit/skin/classic/mozapps/aboutProfiles.css
2976lib/firefox/chrome/toolkit/skin/classic/mozapps/aboutServiceWorkers.css 3084lib/firefox/chrome/toolkit/skin/classic/mozapps/aboutServiceWorkers.css
2977lib/firefox/chrome/toolkit/skin/classic/mozapps/downloads/downloadButtons.png 3085lib/firefox/chrome/toolkit/skin/classic/mozapps/downloads/downloadButtons.png
2978lib/firefox/chrome/toolkit/skin/classic/mozapps/downloads/downloadIcon.png 3086lib/firefox/chrome/toolkit/skin/classic/mozapps/downloads/downloadIcon.png
2979lib/firefox/chrome/toolkit/skin/classic/mozapps/downloads/downloads.css 3087lib/firefox/chrome/toolkit/skin/classic/mozapps/downloads/downloads.css
2980lib/firefox/chrome/toolkit/skin/classic/mozapps/downloads/unknownContentType.css 3088lib/firefox/chrome/toolkit/skin/classic/mozapps/downloads/unknownContentType.css
2981lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/about.css 3089lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/about.css
2982lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-error.svg 3090lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-error.svg
2983lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-info-negative.svg 3091lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-info-negative.svg
2984lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-info-positive.svg 3092lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-info-positive.svg
2985lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-warning.svg 3093lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-warning.svg
2986lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/blocklist.css 3094lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/blocklist.css
2987lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/cancel.png 3095lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/cancel.png
2988lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-available.png 3096lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/category-available.png
@@ -2995,27 +3103,26 @@ lib/firefox/chrome/toolkit/skin/classic/ @@ -2995,27 +3103,26 @@ lib/firefox/chrome/toolkit/skin/classic/
2995lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/dictionaryGeneric.png 3103lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/dictionaryGeneric.png
2996lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/discover-logo.png 3104lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/discover-logo.png
2997lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/eula.css 3105lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/eula.css
2998lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/experimentGeneric.png 3106lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/experimentGeneric.png
2999lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/extensionGeneric-16.png 3107lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/extensionGeneric-16.png
3000lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/extensionGeneric.svg 3108lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/extensionGeneric.svg
3001lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/extensions.css 3109lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/extensions.css
3002lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/heart.png 3110lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/heart.png
3003lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/localeGeneric.png 3111lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/localeGeneric.png
3004lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/navigation.png 3112lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/navigation.png
3005lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/newaddon.css 3113lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/newaddon.css
3006lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/rating-not-won.png 3114lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/rating-not-won.png
3007lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/rating-won.png 3115lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/rating-won.png
3008lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/selectAddons.css 
3009lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/themeGeneric-16.png 3116lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/themeGeneric-16.png
3010lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/themeGeneric.png 3117lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/themeGeneric.png
3011lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/update.css 3118lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/update.css
3012lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/utilities.svg 3119lib/firefox/chrome/toolkit/skin/classic/mozapps/extensions/utilities.svg
3013lib/firefox/chrome/toolkit/skin/classic/mozapps/formautofill/requestAutocomplete.css 3120lib/firefox/chrome/toolkit/skin/classic/mozapps/formautofill/requestAutocomplete.css
3014lib/firefox/chrome/toolkit/skin/classic/mozapps/handling/handling.css 3121lib/firefox/chrome/toolkit/skin/classic/mozapps/handling/handling.css
3015lib/firefox/chrome/toolkit/skin/classic/mozapps/passwordmgr/key-16.png 3122lib/firefox/chrome/toolkit/skin/classic/mozapps/passwordmgr/key-16.png
3016lib/firefox/chrome/toolkit/skin/classic/mozapps/passwordmgr/key-64.png 3123lib/firefox/chrome/toolkit/skin/classic/mozapps/passwordmgr/key-64.png
3017lib/firefox/chrome/toolkit/skin/classic/mozapps/places/defaultFavicon.png 3124lib/firefox/chrome/toolkit/skin/classic/mozapps/places/defaultFavicon.png
3018lib/firefox/chrome/toolkit/skin/classic/mozapps/places/defaultFavicon@2x.png 3125lib/firefox/chrome/toolkit/skin/classic/mozapps/places/defaultFavicon@2x.png
3019lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginActivate.png 3126lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginActivate.png
3020lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginBlocked.png 3127lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginBlocked.png
3021lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginClose.png 3128lib/firefox/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginClose.png
@@ -3040,61 +3147,60 @@ lib/firefox/components/ActivityMessageCo @@ -3040,61 +3147,60 @@ lib/firefox/components/ActivityMessageCo
3040lib/firefox/components/ActivityProxy.js 3147lib/firefox/components/ActivityProxy.js
3041lib/firefox/components/ActivityRequestHandler.js 3148lib/firefox/components/ActivityRequestHandler.js
3042lib/firefox/components/ActivityWrapper.js 3149lib/firefox/components/ActivityWrapper.js
3043lib/firefox/components/AlarmsManager.js 3150lib/firefox/components/AlarmsManager.js
3044lib/firefox/components/AppsService.js 3151lib/firefox/components/AppsService.js
3045lib/firefox/components/BrowserElementParent.js 3152lib/firefox/components/BrowserElementParent.js
3046lib/firefox/components/BrowserElementProxy.js 3153lib/firefox/components/BrowserElementProxy.js
3047lib/firefox/components/CSSUnprefixingService.js 3154lib/firefox/components/CSSUnprefixingService.js
3048lib/firefox/components/ChromeNotifications.js 3155lib/firefox/components/ChromeNotifications.js
3049lib/firefox/components/ColorAnalyzer.js 3156lib/firefox/components/ColorAnalyzer.js
3050lib/firefox/components/ConsoleAPIStorage.js 3157lib/firefox/components/ConsoleAPIStorage.js
3051lib/firefox/components/ContactManager.js 3158lib/firefox/components/ContactManager.js
3052lib/firefox/components/ContentProcessSingleton.js 3159lib/firefox/components/ContentProcessSingleton.js
3053lib/firefox/components/DataReportingService.js 
3054lib/firefox/components/DataStoreImpl.js 3160lib/firefox/components/DataStoreImpl.js
3055lib/firefox/components/DownloadLegacy.js 3161lib/firefox/components/DownloadLegacy.js
3056lib/firefox/components/FeedProcessor.js 3162lib/firefox/components/FeedProcessor.js
3057lib/firefox/components/FormAutofillContentService.js 3163lib/firefox/components/FormAutofillContentService.js
3058lib/firefox/components/FormAutofillStartup.js 3164lib/firefox/components/FormAutofillStartup.js
3059lib/firefox/components/FormHistoryStartup.js 3165lib/firefox/components/FormHistoryStartup.js
3060lib/firefox/components/InstallPackagedWebapp.js 3166lib/firefox/components/InstallPackagedWebapp.js
3061lib/firefox/components/MainProcessSingleton.js 3167lib/firefox/components/MainProcessSingleton.js
3062lib/firefox/components/MozKeyboard.js 3168lib/firefox/components/MozKeyboard.js
3063lib/firefox/components/NetworkGeolocationProvider.js 3169lib/firefox/components/NetworkGeolocationProvider.js
3064lib/firefox/components/NotificationStorage.js 3170lib/firefox/components/NotificationStorage.js
3065lib/firefox/components/PACGenerator.js 3171lib/firefox/components/PACGenerator.js
3066lib/firefox/components/PackagedAppUtils.js 3172lib/firefox/components/PackagedAppUtils.js
3067lib/firefox/components/PageThumbsProtocol.js 3173lib/firefox/components/PageThumbsProtocol.js
3068lib/firefox/components/Payment.js 3174lib/firefox/components/Payment.js
3069lib/firefox/components/PaymentFlowInfo.js 3175lib/firefox/components/PaymentFlowInfo.js
3070lib/firefox/components/PermissionSettings.js 3176lib/firefox/components/PermissionSettings.js
3071lib/firefox/components/PhoneNumberService.js 3177lib/firefox/components/PhoneNumberService.js
3072lib/firefox/components/PlacesCategoriesStarter.js 3178lib/firefox/components/PlacesCategoriesStarter.js
3073lib/firefox/components/PresentationDeviceInfoManager.js 3179lib/firefox/components/PresentationDeviceInfoManager.js
3074lib/firefox/components/PrivateBrowsingTrackingProtectionWhitelist.js 3180lib/firefox/components/PrivateBrowsingTrackingProtectionWhitelist.js
3075lib/firefox/components/Push.js 3181lib/firefox/components/Push.js
3076lib/firefox/components/PushClient.js 3182lib/firefox/components/PushComponents.js
3077lib/firefox/components/PushNotificationService.js 
3078lib/firefox/components/RemoteWebNavigation.js 3183lib/firefox/components/RemoteWebNavigation.js
3079lib/firefox/components/RequestSyncManager.js 3184lib/firefox/components/RequestSyncManager.js
3080lib/firefox/components/RequestSyncScheduler.js 3185lib/firefox/components/RequestSyncScheduler.js
3081lib/firefox/components/SettingsManager.js 3186lib/firefox/components/SettingsManager.js
3082lib/firefox/components/SiteSpecificUserAgent.js 3187lib/firefox/components/SiteSpecificUserAgent.js
3083lib/firefox/components/SlowScriptDebug.js 3188lib/firefox/components/SlowScriptDebug.js
3084lib/firefox/components/SystemMessageCache.js 3189lib/firefox/components/SystemMessageCache.js
3085lib/firefox/components/SystemMessageInternal.js 3190lib/firefox/components/SystemMessageInternal.js
3086lib/firefox/components/SystemMessageManager.js 3191lib/firefox/components/SystemMessageManager.js
3087lib/firefox/components/TCPPresentationServer.js 3192lib/firefox/components/TCPPresentationServer.js
 3193lib/firefox/components/TVSimulatorService.js
3088lib/firefox/components/TelemetryStartup.js 3194lib/firefox/components/TelemetryStartup.js
3089lib/firefox/components/UnifiedComplete.js 3195lib/firefox/components/UnifiedComplete.js
3090lib/firefox/components/Weave.js 3196lib/firefox/components/Weave.js
3091lib/firefox/components/WebVTTParserWrapper.js 3197lib/firefox/components/WebVTTParserWrapper.js
3092lib/firefox/components/Webapps.js 3198lib/firefox/components/Webapps.js
3093lib/firefox/components/XULStore.js 3199lib/firefox/components/XULStore.js
3094lib/firefox/components/addonManager.js 3200lib/firefox/components/addonManager.js
3095lib/firefox/components/amContentHandler.js 3201lib/firefox/components/amContentHandler.js
3096lib/firefox/components/amInstallTrigger.js 3202lib/firefox/components/amInstallTrigger.js
3097lib/firefox/components/amWebInstallListener.js 3203lib/firefox/components/amWebInstallListener.js
3098lib/firefox/components/captivedetect.js 3204lib/firefox/components/captivedetect.js
3099lib/firefox/components/components.manifest 3205lib/firefox/components/components.manifest
3100lib/firefox/components/contentAreaDropListener.js 3206lib/firefox/components/contentAreaDropListener.js
@@ -3180,26 +3286,28 @@ lib/firefox/hyphenation/hyph_lt.dic @@ -3180,26 +3286,28 @@ lib/firefox/hyphenation/hyph_lt.dic
3180lib/firefox/hyphenation/hyph_mn.dic 3286lib/firefox/hyphenation/hyph_mn.dic
3181lib/firefox/hyphenation/hyph_nb.dic 3287lib/firefox/hyphenation/hyph_nb.dic
3182lib/firefox/hyphenation/hyph_nl.dic 3288lib/firefox/hyphenation/hyph_nl.dic
3183lib/firefox/hyphenation/hyph_nn.dic 3289lib/firefox/hyphenation/hyph_nn.dic
3184lib/firefox/hyphenation/hyph_pl.dic 3290lib/firefox/hyphenation/hyph_pl.dic
3185lib/firefox/hyphenation/hyph_pt.dic 3291lib/firefox/hyphenation/hyph_pt.dic
3186lib/firefox/hyphenation/hyph_ru.dic 3292lib/firefox/hyphenation/hyph_ru.dic
3187lib/firefox/hyphenation/hyph_sh.dic 3293lib/firefox/hyphenation/hyph_sh.dic
3188lib/firefox/hyphenation/hyph_sl.dic 3294lib/firefox/hyphenation/hyph_sl.dic
3189lib/firefox/hyphenation/hyph_sv.dic 3295lib/firefox/hyphenation/hyph_sv.dic
3190lib/firefox/hyphenation/hyph_tr.dic 3296lib/firefox/hyphenation/hyph_tr.dic
3191lib/firefox/hyphenation/hyph_uk.dic 3297lib/firefox/hyphenation/hyph_uk.dic
3192lib/firefox/liblgpllibs.so 3298lib/firefox/liblgpllibs.so
 3299lib/firefox/libmozavcodec.so
 3300lib/firefox/libmozavutil.so
3193lib/firefox/libmozsqlite3.so 3301lib/firefox/libmozsqlite3.so
3194lib/firefox/libxul.so 3302lib/firefox/libxul.so
3195lib/firefox/modules/AboutReader.jsm 3303lib/firefox/modules/AboutReader.jsm
3196lib/firefox/modules/ActivitiesService.jsm 3304lib/firefox/modules/ActivitiesService.jsm
3197lib/firefox/modules/ActivitiesServiceFilter.jsm 3305lib/firefox/modules/ActivitiesServiceFilter.jsm
3198lib/firefox/modules/AddonManager.jsm 3306lib/firefox/modules/AddonManager.jsm
3199lib/firefox/modules/AlarmDB.jsm 3307lib/firefox/modules/AlarmDB.jsm
3200lib/firefox/modules/AlarmService.jsm 3308lib/firefox/modules/AlarmService.jsm
3201lib/firefox/modules/AppConstants.jsm 3309lib/firefox/modules/AppConstants.jsm
3202lib/firefox/modules/AppDownloadManager.jsm 3310lib/firefox/modules/AppDownloadManager.jsm
3203lib/firefox/modules/AppsServiceChild.jsm 3311lib/firefox/modules/AppsServiceChild.jsm
3204lib/firefox/modules/AppsUtils.jsm 3312lib/firefox/modules/AppsUtils.jsm
3205lib/firefox/modules/AsyncShutdown.jsm 3313lib/firefox/modules/AsyncShutdown.jsm
@@ -3276,27 +3384,26 @@ lib/firefox/modules/FrameWorkerContent.j @@ -3276,27 +3384,26 @@ lib/firefox/modules/FrameWorkerContent.j
3276lib/firefox/modules/FreeSpaceWatcher.jsm 3384lib/firefox/modules/FreeSpaceWatcher.jsm
3277lib/firefox/modules/FxAccounts.jsm 3385lib/firefox/modules/FxAccounts.jsm
3278lib/firefox/modules/FxAccountsClient.jsm 3386lib/firefox/modules/FxAccountsClient.jsm
3279lib/firefox/modules/FxAccountsCommon.js 3387lib/firefox/modules/FxAccountsCommon.js
3280lib/firefox/modules/FxAccountsOAuthClient.jsm 3388lib/firefox/modules/FxAccountsOAuthClient.jsm
3281lib/firefox/modules/FxAccountsOAuthGrantClient.jsm 3389lib/firefox/modules/FxAccountsOAuthGrantClient.jsm
3282lib/firefox/modules/FxAccountsProfile.jsm 3390lib/firefox/modules/FxAccountsProfile.jsm
3283lib/firefox/modules/FxAccountsProfileClient.jsm 3391lib/firefox/modules/FxAccountsProfileClient.jsm
3284lib/firefox/modules/FxAccountsStorage.jsm 3392lib/firefox/modules/FxAccountsStorage.jsm
3285lib/firefox/modules/FxAccountsWebChannel.jsm 3393lib/firefox/modules/FxAccountsWebChannel.jsm
3286lib/firefox/modules/GMPInstallManager.jsm 3394lib/firefox/modules/GMPInstallManager.jsm
3287lib/firefox/modules/GMPUtils.jsm 3395lib/firefox/modules/GMPUtils.jsm
3288lib/firefox/modules/Geometry.jsm 3396lib/firefox/modules/Geometry.jsm
3289lib/firefox/modules/HealthReport.jsm 
3290lib/firefox/modules/History.jsm 3397lib/firefox/modules/History.jsm
3291lib/firefox/modules/Http.jsm 3398lib/firefox/modules/Http.jsm
3292lib/firefox/modules/ISO8601DateUtils.jsm 3399lib/firefox/modules/ISO8601DateUtils.jsm
3293lib/firefox/modules/ImageObjectProcessor.jsm 3400lib/firefox/modules/ImageObjectProcessor.jsm
3294lib/firefox/modules/ImportExport.jsm 3401lib/firefox/modules/ImportExport.jsm
3295lib/firefox/modules/IndexedDBHelper.jsm 3402lib/firefox/modules/IndexedDBHelper.jsm
3296lib/firefox/modules/InlineSpellChecker.jsm 3403lib/firefox/modules/InlineSpellChecker.jsm
3297lib/firefox/modules/InlineSpellCheckerContent.jsm 3404lib/firefox/modules/InlineSpellCheckerContent.jsm
3298lib/firefox/modules/InsecurePasswordUtils.jsm 3405lib/firefox/modules/InsecurePasswordUtils.jsm
3299lib/firefox/modules/InterAppCommService.jsm 3406lib/firefox/modules/InterAppCommService.jsm
3300lib/firefox/modules/Keyboard.jsm 3407lib/firefox/modules/Keyboard.jsm
3301lib/firefox/modules/Langpacks.jsm 3408lib/firefox/modules/Langpacks.jsm
3302lib/firefox/modules/LightweightThemeConsumer.jsm 3409lib/firefox/modules/LightweightThemeConsumer.jsm
@@ -3309,27 +3416,26 @@ lib/firefox/modules/LoginHelper.jsm @@ -3309,27 +3416,26 @@ lib/firefox/modules/LoginHelper.jsm
3309lib/firefox/modules/LoginImport.jsm 3416lib/firefox/modules/LoginImport.jsm
3310lib/firefox/modules/LoginManagerContent.jsm 3417lib/firefox/modules/LoginManagerContent.jsm
3311lib/firefox/modules/LoginManagerContextMenu.jsm 3418lib/firefox/modules/LoginManagerContextMenu.jsm
3312lib/firefox/modules/LoginManagerParent.jsm 3419lib/firefox/modules/LoginManagerParent.jsm
3313lib/firefox/modules/LoginRecipes.jsm 3420lib/firefox/modules/LoginRecipes.jsm
3314lib/firefox/modules/LoginStore.jsm 3421lib/firefox/modules/LoginStore.jsm
3315lib/firefox/modules/ManifestFinder.jsm 3422lib/firefox/modules/ManifestFinder.jsm
3316lib/firefox/modules/ManifestObtainer.jsm 3423lib/firefox/modules/ManifestObtainer.jsm
3317lib/firefox/modules/ManifestProcessor.jsm 3424lib/firefox/modules/ManifestProcessor.jsm
3318lib/firefox/modules/MatchPattern.jsm 3425lib/firefox/modules/MatchPattern.jsm
3319lib/firefox/modules/MessageBroadcaster.jsm 3426lib/firefox/modules/MessageBroadcaster.jsm
3320lib/firefox/modules/MessagePortBase.jsm 3427lib/firefox/modules/MessagePortBase.jsm
3321lib/firefox/modules/MessagePortWorker.js 3428lib/firefox/modules/MessagePortWorker.js
3322lib/firefox/modules/Metrics.jsm 
3323lib/firefox/modules/Microformats.js 3429lib/firefox/modules/Microformats.js
3324lib/firefox/modules/MozSocialAPI.jsm 3430lib/firefox/modules/MozSocialAPI.jsm
3325lib/firefox/modules/NativeApp.jsm 3431lib/firefox/modules/NativeApp.jsm
3326lib/firefox/modules/NetUtil.jsm 3432lib/firefox/modules/NetUtil.jsm
3327lib/firefox/modules/NewTabUtils.jsm 3433lib/firefox/modules/NewTabUtils.jsm
3328lib/firefox/modules/NotificationDB.jsm 3434lib/firefox/modules/NotificationDB.jsm
3329lib/firefox/modules/OSCrypto.jsm 3435lib/firefox/modules/OSCrypto.jsm
3330lib/firefox/modules/ObjectUtils.jsm 3436lib/firefox/modules/ObjectUtils.jsm
3331lib/firefox/modules/OfflineCacheInstaller.jsm 3437lib/firefox/modules/OfflineCacheInstaller.jsm
3332lib/firefox/modules/OperatorApps.jsm 3438lib/firefox/modules/OperatorApps.jsm
3333lib/firefox/modules/PageMenu.jsm 3439lib/firefox/modules/PageMenu.jsm
3334lib/firefox/modules/PageMetadata.jsm 3440lib/firefox/modules/PageMetadata.jsm
3335lib/firefox/modules/PageThumbUtils.jsm 3441lib/firefox/modules/PageThumbUtils.jsm
@@ -3358,27 +3464,26 @@ lib/firefox/modules/Prefetcher.jsm @@ -3358,27 +3464,26 @@ lib/firefox/modules/Prefetcher.jsm
3358lib/firefox/modules/PresentationDeviceInfoManager.jsm 3464lib/firefox/modules/PresentationDeviceInfoManager.jsm
3359lib/firefox/modules/PrivateBrowsingUtils.jsm 3465lib/firefox/modules/PrivateBrowsingUtils.jsm
3360lib/firefox/modules/ProfileAge.jsm 3466lib/firefox/modules/ProfileAge.jsm
3361lib/firefox/modules/Promise-backend.js 3467lib/firefox/modules/Promise-backend.js
3362lib/firefox/modules/Promise.jsm 3468lib/firefox/modules/Promise.jsm
3363lib/firefox/modules/PromiseMessage.jsm 3469lib/firefox/modules/PromiseMessage.jsm
3364lib/firefox/modules/PromiseUtils.jsm 3470lib/firefox/modules/PromiseUtils.jsm
3365lib/firefox/modules/PromiseWorker.jsm 3471lib/firefox/modules/PromiseWorker.jsm
3366lib/firefox/modules/PropertyListUtils.jsm 3472lib/firefox/modules/PropertyListUtils.jsm
3367lib/firefox/modules/PushCrypto.jsm 3473lib/firefox/modules/PushCrypto.jsm
3368lib/firefox/modules/PushDB.jsm 3474lib/firefox/modules/PushDB.jsm
3369lib/firefox/modules/PushRecord.jsm 3475lib/firefox/modules/PushRecord.jsm
3370lib/firefox/modules/PushService.jsm 3476lib/firefox/modules/PushService.jsm
3371lib/firefox/modules/PushServiceChildPreload.jsm 
3372lib/firefox/modules/PushServiceHttp2.jsm 3477lib/firefox/modules/PushServiceHttp2.jsm
3373lib/firefox/modules/PushServiceWebSocket.jsm 3478lib/firefox/modules/PushServiceWebSocket.jsm
3374lib/firefox/modules/ReaderMode.jsm 3479lib/firefox/modules/ReaderMode.jsm
3375lib/firefox/modules/RemoteAddonsChild.jsm 3480lib/firefox/modules/RemoteAddonsChild.jsm
3376lib/firefox/modules/RemoteAddonsParent.jsm 3481lib/firefox/modules/RemoteAddonsParent.jsm
3377lib/firefox/modules/RemoteController.jsm 3482lib/firefox/modules/RemoteController.jsm
3378lib/firefox/modules/RemoteFinder.jsm 3483lib/firefox/modules/RemoteFinder.jsm
3379lib/firefox/modules/RemotePageManager.jsm 3484lib/firefox/modules/RemotePageManager.jsm
3380lib/firefox/modules/RemoteSecurityUI.jsm 3485lib/firefox/modules/RemoteSecurityUI.jsm
3381lib/firefox/modules/RemoteWebProgress.jsm 3486lib/firefox/modules/RemoteWebProgress.jsm
3382lib/firefox/modules/RequestAutocompleteUI.jsm 3487lib/firefox/modules/RequestAutocompleteUI.jsm
3383lib/firefox/modules/RequestSyncApp.jsm 3488lib/firefox/modules/RequestSyncApp.jsm
3384lib/firefox/modules/RequestSyncService.jsm 3489lib/firefox/modules/RequestSyncService.jsm
@@ -3790,49 +3895,41 @@ lib/firefox/modules/services-sync/Synced @@ -3790,49 +3895,41 @@ lib/firefox/modules/services-sync/Synced
3790lib/firefox/modules/services-sync/addonsreconciler.js 3895lib/firefox/modules/services-sync/addonsreconciler.js
3791lib/firefox/modules/services-sync/addonutils.js 3896lib/firefox/modules/services-sync/addonutils.js
3792lib/firefox/modules/services-sync/browserid_identity.js 3897lib/firefox/modules/services-sync/browserid_identity.js
3793lib/firefox/modules/services-sync/constants.js 3898lib/firefox/modules/services-sync/constants.js
3794lib/firefox/modules/services-sync/engines.js 3899lib/firefox/modules/services-sync/engines.js
3795lib/firefox/modules/services-sync/engines/addons.js 3900lib/firefox/modules/services-sync/engines/addons.js
3796lib/firefox/modules/services-sync/engines/bookmarks.js 3901lib/firefox/modules/services-sync/engines/bookmarks.js
3797lib/firefox/modules/services-sync/engines/clients.js 3902lib/firefox/modules/services-sync/engines/clients.js
3798lib/firefox/modules/services-sync/engines/forms.js 3903lib/firefox/modules/services-sync/engines/forms.js
3799lib/firefox/modules/services-sync/engines/history.js 3904lib/firefox/modules/services-sync/engines/history.js
3800lib/firefox/modules/services-sync/engines/passwords.js 3905lib/firefox/modules/services-sync/engines/passwords.js
3801lib/firefox/modules/services-sync/engines/prefs.js 3906lib/firefox/modules/services-sync/engines/prefs.js
3802lib/firefox/modules/services-sync/engines/tabs.js 3907lib/firefox/modules/services-sync/engines/tabs.js
3803lib/firefox/modules/services-sync/healthreport.jsm 
3804lib/firefox/modules/services-sync/identity.js 3908lib/firefox/modules/services-sync/identity.js
3805lib/firefox/modules/services-sync/jpakeclient.js 3909lib/firefox/modules/services-sync/jpakeclient.js
3806lib/firefox/modules/services-sync/keys.js 3910lib/firefox/modules/services-sync/keys.js
3807lib/firefox/modules/services-sync/main.js 3911lib/firefox/modules/services-sync/main.js
3808lib/firefox/modules/services-sync/policies.js 3912lib/firefox/modules/services-sync/policies.js
3809lib/firefox/modules/services-sync/record.js 3913lib/firefox/modules/services-sync/record.js
3810lib/firefox/modules/services-sync/resource.js 3914lib/firefox/modules/services-sync/resource.js
3811lib/firefox/modules/services-sync/rest.js 3915lib/firefox/modules/services-sync/rest.js
3812lib/firefox/modules/services-sync/service.js 3916lib/firefox/modules/services-sync/service.js
3813lib/firefox/modules/services-sync/stages/cluster.js 3917lib/firefox/modules/services-sync/stages/cluster.js
3814lib/firefox/modules/services-sync/stages/declined.js 3918lib/firefox/modules/services-sync/stages/declined.js
3815lib/firefox/modules/services-sync/stages/enginesync.js 3919lib/firefox/modules/services-sync/stages/enginesync.js
3816lib/firefox/modules/services-sync/status.js 3920lib/firefox/modules/services-sync/status.js
3817lib/firefox/modules/services-sync/userapi.js 3921lib/firefox/modules/services-sync/userapi.js
3818lib/firefox/modules/services-sync/util.js 3922lib/firefox/modules/services-sync/util.js
3819lib/firefox/modules/services/datareporting/policy.jsm 
3820lib/firefox/modules/services/healthreport/healthreporter.jsm 
3821lib/firefox/modules/services/healthreport/profile.jsm 
3822lib/firefox/modules/services/healthreport/providers.jsm 
3823lib/firefox/modules/services/metrics/dataprovider.jsm 
3824lib/firefox/modules/services/metrics/providermanager.jsm 
3825lib/firefox/modules/services/metrics/storage.jsm 
3826lib/firefox/modules/sqlite/sqlite_internal.js 3923lib/firefox/modules/sqlite/sqlite_internal.js
3827lib/firefox/modules/vtt.jsm 3924lib/firefox/modules/vtt.jsm
3828lib/firefox/modules/workers/PromiseWorker.js 3925lib/firefox/modules/workers/PromiseWorker.js
3829lib/firefox/modules/workers/require.js 3926lib/firefox/modules/workers/require.js
3830lib/firefox/platform.ini 3927lib/firefox/platform.ini
3831lib/firefox/plugin-container 3928lib/firefox/plugin-container
3832lib/firefox/removed-files 3929lib/firefox/removed-files
3833lib/firefox/res/EditorOverride.css 3930lib/firefox/res/EditorOverride.css
3834lib/firefox/res/ImageDocument.css 3931lib/firefox/res/ImageDocument.css
3835lib/firefox/res/TopLevelImageDocument.css 3932lib/firefox/res/TopLevelImageDocument.css
3836lib/firefox/res/TopLevelVideoDocument.css 3933lib/firefox/res/TopLevelVideoDocument.css
3837lib/firefox/res/accessiblecaret.png 3934lib/firefox/res/accessiblecaret.png
3838lib/firefox/res/accessiblecaret@1.5x.png 3935lib/firefox/res/accessiblecaret@1.5x.png
@@ -3868,38 +3965,26 @@ lib/firefox/res/table-add-column-before- @@ -3868,38 +3965,26 @@ lib/firefox/res/table-add-column-before-
3868lib/firefox/res/table-add-column-before.gif 3965lib/firefox/res/table-add-column-before.gif
3869lib/firefox/res/table-add-row-after-active.gif 3966lib/firefox/res/table-add-row-after-active.gif
3870lib/firefox/res/table-add-row-after-hover.gif 3967lib/firefox/res/table-add-row-after-hover.gif
3871lib/firefox/res/table-add-row-after.gif 3968lib/firefox/res/table-add-row-after.gif
3872lib/firefox/res/table-add-row-before-active.gif 3969lib/firefox/res/table-add-row-before-active.gif
3873lib/firefox/res/table-add-row-before-hover.gif 3970lib/firefox/res/table-add-row-before-hover.gif
3874lib/firefox/res/table-add-row-before.gif 3971lib/firefox/res/table-add-row-before.gif
3875lib/firefox/res/table-remove-column-active.gif 3972lib/firefox/res/table-remove-column-active.gif
3876lib/firefox/res/table-remove-column-hover.gif 3973lib/firefox/res/table-remove-column-hover.gif
3877lib/firefox/res/table-remove-column.gif 3974lib/firefox/res/table-remove-column.gif
3878lib/firefox/res/table-remove-row-active.gif 3975lib/firefox/res/table-remove-row-active.gif
3879lib/firefox/res/table-remove-row-hover.gif 3976lib/firefox/res/table-remove-row-hover.gif
3880lib/firefox/res/table-remove-row.gif 3977lib/firefox/res/table-remove-row.gif
3881lib/firefox/res/text_caret.png 
3882lib/firefox/res/text_caret@1.5x.png 
3883lib/firefox/res/text_caret@2.25x.png 
3884lib/firefox/res/text_caret@2x.png 
3885lib/firefox/res/text_caret_tilt_left.png 
3886lib/firefox/res/text_caret_tilt_left@1.5x.png 
3887lib/firefox/res/text_caret_tilt_left@2.25x.png 
3888lib/firefox/res/text_caret_tilt_left@2x.png 
3889lib/firefox/res/text_caret_tilt_right.png 
3890lib/firefox/res/text_caret_tilt_right@1.5x.png 
3891lib/firefox/res/text_caret_tilt_right@2.25x.png 
3892lib/firefox/res/text_caret_tilt_right@2x.png 
3893lib/firefox/run-mozilla.sh 3978lib/firefox/run-mozilla.sh
3894lib/firefox/webapprt-stub 3979lib/firefox/webapprt-stub
3895lib/firefox/webapprt/chrome.manifest 3980lib/firefox/webapprt/chrome.manifest
3896lib/firefox/webapprt/chrome/chrome.manifest 3981lib/firefox/webapprt/chrome/chrome.manifest
3897lib/firefox/webapprt/chrome/en-US/locale/webapprt/appstrings.properties 3982lib/firefox/webapprt/chrome/en-US/locale/webapprt/appstrings.properties
3898lib/firefox/webapprt/chrome/en-US/locale/webapprt/dom.properties 3983lib/firefox/webapprt/chrome/en-US/locale/webapprt/dom.properties
3899lib/firefox/webapprt/chrome/en-US/locale/webapprt/downloads/downloads.dtd 3984lib/firefox/webapprt/chrome/en-US/locale/webapprt/downloads/downloads.dtd
3900lib/firefox/webapprt/chrome/en-US/locale/webapprt/getUserMediaDialog.dtd 3985lib/firefox/webapprt/chrome/en-US/locale/webapprt/getUserMediaDialog.dtd
3901lib/firefox/webapprt/chrome/en-US/locale/webapprt/webapp.dtd 3986lib/firefox/webapprt/chrome/en-US/locale/webapprt/webapp.dtd
3902lib/firefox/webapprt/chrome/en-US/locale/webapprt/webapp.properties 3987lib/firefox/webapprt/chrome/en-US/locale/webapprt/webapp.properties
3903lib/firefox/webapprt/chrome/webapprt/content/downloads/download.xml 3988lib/firefox/webapprt/chrome/webapprt/content/downloads/download.xml
3904lib/firefox/webapprt/chrome/webapprt/content/downloads/downloads.css 3989lib/firefox/webapprt/chrome/webapprt/content/downloads/downloads.css
3905lib/firefox/webapprt/chrome/webapprt/content/downloads/downloads.js 3990lib/firefox/webapprt/chrome/webapprt/content/downloads/downloads.js

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

--- pkgsrc/www/firefox/distinfo 2016/04/13 20:37:33 1.242
+++ pkgsrc/www/firefox/distinfo 2016/04/27 16:22:40 1.243
@@ -1,55 +1,52 @@ @@ -1,55 +1,52 @@
1$NetBSD: distinfo,v 1.242 2016/04/13 20:37:33 ryoon Exp $ 1$NetBSD: distinfo,v 1.243 2016/04/27 16:22:40 ryoon Exp $
2 2
3SHA1 (firefox-45.0.2.source.tar.xz) = a4ca00cba9e351534b9c15b091deb10ed011fd30 3SHA1 (firefox-46.0.source.tar.xz) = 95c5673b4449e8d694c50aea23d8160509d6a85b
4RMD160 (firefox-45.0.2.source.tar.xz) = e7e31ea784758ca9b41aa930be9b7a958234b758 4RMD160 (firefox-46.0.source.tar.xz) = 333ab663beceeed102a90e0c5c3f17610b9895d8
5SHA512 (firefox-45.0.2.source.tar.xz) = 8c0b7afb41a1a405fe499299d1a8b1138dac52b9ad67bfc8761b70a26f330581c2aa1d76d67075896ec3a0c3f5367b8b58365ebc8b3a01f801fa37071b3de526 5SHA512 (firefox-46.0.source.tar.xz) = f5a652e25fa74e3cb271af04d50cc7b63ca73fde9d2ff350e84b3dda55352bac2b28b567aed12164285d992414ad475da9d2555ab972e5c5d7b8f5226591036b
6Size (firefox-45.0.2.source.tar.xz) = 184298180 bytes 6Size (firefox-46.0.source.tar.xz) = 187338968 bytes
7SHA1 (patch-aa) = c97ef4b107ea917c2a10d1a1fdaf524d794612a0 7SHA1 (patch-aa) = aea6148d8f8927ef21f5736e61d3324ff86006e7
8SHA1 (patch-ao) = fef085ff0df6f2fa2e54dca473e849eb7bc2cf84 8SHA1 (patch-ao) = fef085ff0df6f2fa2e54dca473e849eb7bc2cf84
9SHA1 (patch-as) = d5d7f8250a9cd462f25d529c2a79c59a1bba9db2 9SHA1 (patch-as) = d5d7f8250a9cd462f25d529c2a79c59a1bba9db2
10SHA1 (patch-bf) = 75c971043e9f693203d6bd670b2c20c4952a7756 10SHA1 (patch-bf) = 75c971043e9f693203d6bd670b2c20c4952a7756
11SHA1 (patch-browser_installer_package-manifest.in) = 7c4f1822cd78a5ed465b954f4b62514c64ad7b84 11SHA1 (patch-browser_installer_package-manifest.in) = 7c4f1822cd78a5ed465b954f4b62514c64ad7b84
12SHA1 (patch-build_autoconf_compiler-opts.m4) = ccdc06a2b07b7664f9cb91bcc4fb29052dda8b07 12SHA1 (patch-build_autoconf_compiler-opts.m4) = ccdc06a2b07b7664f9cb91bcc4fb29052dda8b07
13SHA1 (patch-build_autoconf_nss.m4) = 970fcd9aeede2347651c516d5211c4555dd28a4d 13SHA1 (patch-build_autoconf_nss.m4) = 970fcd9aeede2347651c516d5211c4555dd28a4d
14SHA1 (patch-build_gyp.mozbuild) = 201715e30e20090e9a9ef54cb981d283c9aabf8f 14SHA1 (patch-build_gyp.mozbuild) = 201715e30e20090e9a9ef54cb981d283c9aabf8f
15SHA1 (patch-build_pgo_profileserver.py) = 8666187258e47c037f2065a19a5b38946fdc0f6c 15SHA1 (patch-build_pgo_profileserver.py) = 8666187258e47c037f2065a19a5b38946fdc0f6c
16SHA1 (patch-config_Makefile.in) = 0a072de112e0e5cc4b929a7094498fcf003e27b3 16SHA1 (patch-config_Makefile.in) = 0a072de112e0e5cc4b929a7094498fcf003e27b3
17SHA1 (patch-config_baseconfig.mk) = b8e8d46be72d381f7b95b62b9c0778e98954a888 17SHA1 (patch-config_baseconfig.mk) = b8e8d46be72d381f7b95b62b9c0778e98954a888
18SHA1 (patch-config_external_moz.build) = fa4f350b077f5c4a1d7a07d123c635bd9c7f1f75 18SHA1 (patch-config_external_moz.build) = 9c832b575765923f4aa628281eda7eaba959f607
19SHA1 (patch-config_rules.mk) = d7f7060b246092eae3d7a792e43b14e462a37abd 19SHA1 (patch-config_rules.mk) = d7f7060b246092eae3d7a792e43b14e462a37abd
20SHA1 (patch-config_stl__wrappers_ios) = 00d723e2f2f252485350ede5833f0bb84c1235c1 20SHA1 (patch-config_stl__wrappers_ios) = 00d723e2f2f252485350ede5833f0bb84c1235c1
21SHA1 (patch-config_stl__wrappers_ostream) = 7be7fe36704ffbdc070a113b46b4f391a598206b 21SHA1 (patch-config_stl__wrappers_ostream) = 7be7fe36704ffbdc070a113b46b4f391a598206b
22SHA1 (patch-config_system-headers) = a87a47454da13791bd0158ba6c8431164c1fb1b4 22SHA1 (patch-config_system-headers) = c3c2ca7778e1762d4b48916b42618d480322f7d4
23SHA1 (patch-config_system__wrappers_unwind.h) = b3bdac0710179b9c8f8eabd824216d0114504491 23SHA1 (patch-config_system__wrappers_unwind.h) = b3bdac0710179b9c8f8eabd824216d0114504491
24SHA1 (patch-dom_base_DOMRequest.cpp) = b934991e8ad03c3785e4c7d197b42f697571ec09 24SHA1 (patch-dom_base_DOMRequest.cpp) = b934991e8ad03c3785e4c7d197b42f697571ec09
25SHA1 (patch-dom_base_moz.build) = 8b59c33958b7037c4c051742c64f1455096ced46 25SHA1 (patch-dom_base_moz.build) = 8b59c33958b7037c4c051742c64f1455096ced46
26SHA1 (patch-dom_media_gstreamer_GStreamerAllocator.cpp) = 4685a646a76282619d7c42fac43500e0065f067d 26SHA1 (patch-dom_media_moz.build) = 25d9983d421c46496a77b3040fd889e5a7af54b0
27SHA1 (patch-dom_media_moz.build) = a89695c9557f59e00b42c60742f27a82de0f77fb 
28SHA1 (patch-dom_plugins_ipc_PluginModuleChild.cpp) = 6219ce1b3f2893c1d53453fcb5568d081b72e106 27SHA1 (patch-dom_plugins_ipc_PluginModuleChild.cpp) = 6219ce1b3f2893c1d53453fcb5568d081b72e106
29SHA1 (patch-dom_plugins_ipc_PluginModuleChild.h) = 0a7f3167e939822013ae6195406657453578453e 28SHA1 (patch-dom_plugins_ipc_PluginModuleChild.h) = 0a7f3167e939822013ae6195406657453578453e
30SHA1 (patch-dom_plugins_ipc_PluginProcessChild.cpp) = 0d10aa4c913d431fb8fa5f995f6e40cb364f069e 29SHA1 (patch-dom_plugins_ipc_PluginProcessChild.cpp) = 0d10aa4c913d431fb8fa5f995f6e40cb364f069e
31SHA1 (patch-dom_system_OSFileConstants.cpp) = 78d66c5ef615e5464a1003bcc817388102333200 30SHA1 (patch-dom_system_OSFileConstants.cpp) = 78d66c5ef615e5464a1003bcc817388102333200
32SHA1 (patch-extensions_spellcheck_hunspell_glue_mozHunspell.cpp) = 376a4197f665ede1c27be19ac2618533655a63f1 31SHA1 (patch-extensions_spellcheck_hunspell_glue_mozHunspell.cpp) = 376a4197f665ede1c27be19ac2618533655a63f1
33SHA1 (patch-gfx_cairo_libpixman_src_pixman-arm-neon-asm.S) = 0379bef956f8abf2da2e059389149e133527faab 32SHA1 (patch-gfx_cairo_libpixman_src_pixman-arm-neon-asm.S) = 0379bef956f8abf2da2e059389149e133527faab
34SHA1 (patch-gfx_gl_GLContextProviderGLX.cpp) = 2cc997cab71a84c1f50a791693519a0626564426 33SHA1 (patch-gfx_gl_GLContextProviderGLX.cpp) = 2cc997cab71a84c1f50a791693519a0626564426
35SHA1 (patch-gfx_graphite2_src_Bidi.cpp) = 5e80b4a32a47ae44d237fec69ea87bdd612a76ce 34SHA1 (patch-gfx_graphite2_src_Bidi.cpp) = 5e80b4a32a47ae44d237fec69ea87bdd612a76ce
36SHA1 (patch-gfx_moz.build) = a98bda4727538f4a0f09a20b84f9dd883edaf7d9 35SHA1 (patch-gfx_moz.build) = a98bda4727538f4a0f09a20b84f9dd883edaf7d9
37SHA1 (patch-gfx_skia_generate__mozbuild.py) = 68d690afd9092f11e17b7ec7db0987e8b6778cc5 36SHA1 (patch-gfx_skia_generate__mozbuild.py) = 8cd84f55db2551ff1c593f257b656864c7ca7506
38SHA1 (patch-gfx_skia_moz.build) = 019f502ee236c67ab3cba8c0e31591899c2c857c 37SHA1 (patch-gfx_skia_moz.build) = 30248e176157ed04185be53d949aa99886568734
39SHA1 (patch-gfx_skia_skia_src_core_SkUtilsArm.cpp) = 80283dd702be199ec7d038f4b2bb3385e0c4b482 38SHA1 (patch-gfx_skia_skia_src_core_SkUtilsArm.cpp) = 149a76954f4ac078d367cf56aad4f9f17ec79df5
40SHA1 (patch-gfx_skia_skia_src_opts_SkBitmapProcState__opts__arm.cpp) = 99fad319f00a72754f3596791f353b8ab1359d2b 39SHA1 (patch-gfx_thebes_moz.build) = 022f9647b83afce00abe5a7ba4bd48cf3c7296ea
41SHA1 (patch-gfx_skia_skia_src_opts_memset.arm.S) = a7ecacb40b482b2713ec71af197528bbe4bea00d 
42SHA1 (patch-gfx_thebes_moz.build) = bbc67642604042c8d63e6de1a02d2c62fcf16d83 
43SHA1 (patch-gfx_ycbcr__row__arm.s) = cddf801b7ffc113a3e26bcc1f8d4a0aa3ced60c7 40SHA1 (patch-gfx_ycbcr__row__arm.s) = cddf801b7ffc113a3e26bcc1f8d4a0aa3ced60c7
44SHA1 (patch-gfx_ycbcr_moz.build) = 121386ef62ff7425e6f93bc624555199f2ac3485 41SHA1 (patch-gfx_ycbcr_moz.build) = 121386ef62ff7425e6f93bc624555199f2ac3485
45SHA1 (patch-gfx_ycbcr_yuv__row__arm.S) = f9909ded72762b2c3547dd002707db43745f2b9d 42SHA1 (patch-gfx_ycbcr_yuv__row__arm.S) = f9909ded72762b2c3547dd002707db43745f2b9d
46SHA1 (patch-image_decoders_nsJPEGDecoder.cpp) = 522c46732d44be15411d39e16c89bc848d5c6f7a 43SHA1 (patch-image_decoders_nsJPEGDecoder.cpp) = 522c46732d44be15411d39e16c89bc848d5c6f7a
47SHA1 (patch-intl_hyphenation_glue_hnjalloc.h) = 4d5e1ff0b7b7da4755fb1dbab1fd671478c0335c 44SHA1 (patch-intl_hyphenation_glue_hnjalloc.h) = 4d5e1ff0b7b7da4755fb1dbab1fd671478c0335c
48SHA1 (patch-ipc_chromium_src_base_atomicops.h) = 24b63a6e51d9ab27f2788ee02f2ffa7e1c36f29a 45SHA1 (patch-ipc_chromium_src_base_atomicops.h) = 24b63a6e51d9ab27f2788ee02f2ffa7e1c36f29a
49SHA1 (patch-ipc_chromium_src_base_file__util__posix.cc) = 70772ab2a474b7d3d15cf401c636ca843cfe2034 46SHA1 (patch-ipc_chromium_src_base_file__util__posix.cc) = 70772ab2a474b7d3d15cf401c636ca843cfe2034
50SHA1 (patch-ipc_chromium_src_base_message__loop.cc) = 16158489773bbcba35e224d30bebace0c93599ae 47SHA1 (patch-ipc_chromium_src_base_message__loop.cc) = 16158489773bbcba35e224d30bebace0c93599ae
51SHA1 (patch-ipc_chromium_src_base_message__pump__libevent.cc) = 2c5ce6290760e0435365dac788d283f9bb78acd9 48SHA1 (patch-ipc_chromium_src_base_message__pump__libevent.cc) = 2c5ce6290760e0435365dac788d283f9bb78acd9
52SHA1 (patch-ipc_chromium_src_base_platform__thread.h) = e6d7ac39a8b2a1b232638f7671e8530acfed0b97 49SHA1 (patch-ipc_chromium_src_base_platform__thread.h) = e6d7ac39a8b2a1b232638f7671e8530acfed0b97
53SHA1 (patch-ipc_chromium_src_base_platform__thread__posix.cc) = 6c98bbecde21b8571c71477f351488d9a3da45f3 50SHA1 (patch-ipc_chromium_src_base_platform__thread__posix.cc) = 6c98bbecde21b8571c71477f351488d9a3da45f3
54SHA1 (patch-ipc_chromium_src_base_process__util.h) = 4b24c3467866a601d68bb83f44e5fd38fb27188d 51SHA1 (patch-ipc_chromium_src_base_process__util.h) = 4b24c3467866a601d68bb83f44e5fd38fb27188d
55SHA1 (patch-ipc_chromium_src_base_process__util__bsd.cc) = 9ffe81c7c4485bef53c4e0846b1d4499f4b5b23c 52SHA1 (patch-ipc_chromium_src_base_process__util__bsd.cc) = 9ffe81c7c4485bef53c4e0846b1d4499f4b5b23c
@@ -64,39 +61,39 @@ SHA1 (patch-ipc_glue_StringUtil.cpp) = f @@ -64,39 +61,39 @@ SHA1 (patch-ipc_glue_StringUtil.cpp) = f
64SHA1 (patch-ipc_glue_moz.build) = 5c3f99ede7ab2d8ad58e92b31576971de87cb528 61SHA1 (patch-ipc_glue_moz.build) = 5c3f99ede7ab2d8ad58e92b31576971de87cb528
65SHA1 (patch-js__src__vm__SPSProfiler.cpp) = 989ba25e4c5308d21d07baa802decce13609a475 62SHA1 (patch-js__src__vm__SPSProfiler.cpp) = 989ba25e4c5308d21d07baa802decce13609a475
66SHA1 (patch-js_src_ctypes_CTypes.h) = 768a084239f92a424c1c7dc9eaaf9be9456ca9f0 63SHA1 (patch-js_src_ctypes_CTypes.h) = 768a084239f92a424c1c7dc9eaaf9be9456ca9f0
67SHA1 (patch-js_src_frontend_ParseMaps.cpp) = c00117d79b78904bc50a1d664a8fc0e4e339bfbc 64SHA1 (patch-js_src_frontend_ParseMaps.cpp) = c00117d79b78904bc50a1d664a8fc0e4e339bfbc
68SHA1 (patch-js_src_jit-LIR.cpp) = 6e678d6886724dd346b8ca58ef903bd00dc8f5da 65SHA1 (patch-js_src_jit-LIR.cpp) = 6e678d6886724dd346b8ca58ef903bd00dc8f5da
69SHA1 (patch-js_src_jit_MIR.cpp) = 32586fb4437b48c62ef3dd8267f4b1796196230b 66SHA1 (patch-js_src_jit_MIR.cpp) = 32586fb4437b48c62ef3dd8267f4b1796196230b
70SHA1 (patch-js_src_jit_arm_Architecture-arm.cpp) = d734bea22d803f5f1019fd817cd3993da29a422b 67SHA1 (patch-js_src_jit_arm_Architecture-arm.cpp) = d734bea22d803f5f1019fd817cd3993da29a422b
71SHA1 (patch-js_src_jsdate.cpp) = 4e15badd1d9a08462a851aa2a8c47fd1e137626b 68SHA1 (patch-js_src_jsdate.cpp) = 4e15badd1d9a08462a851aa2a8c47fd1e137626b
72SHA1 (patch-js_src_jskwgen.cpp) = 34d3b92e13366d4b43ff755ad54f392c116d5c59 69SHA1 (patch-js_src_jskwgen.cpp) = 34d3b92e13366d4b43ff755ad54f392c116d5c59
73SHA1 (patch-js_src_jsmath.cpp) = 7d4993ae91e9b5e6820358165603819aefb586f9 70SHA1 (patch-js_src_jsmath.cpp) = 7d4993ae91e9b5e6820358165603819aefb586f9
74SHA1 (patch-js_src_shell_jsoptparse.cpp) = 2502ae2b4e6103788c2a888b6cb19cedf9d2976f 71SHA1 (patch-js_src_shell_jsoptparse.cpp) = 2502ae2b4e6103788c2a888b6cb19cedf9d2976f
75SHA1 (patch-js_xpconnect_src_XPCConvert.cpp) = 915777e9bb5366be41866cdb6ea0ad2b1c006dde 72SHA1 (patch-js_xpconnect_src_XPCConvert.cpp) = 915777e9bb5366be41866cdb6ea0ad2b1c006dde
76SHA1 (patch-js_xpconnect_src_xpcprivate.h) = 8a15ff542c9d3fce448d9ec63706f7dfb411d926 73SHA1 (patch-js_xpconnect_src_xpcprivate.h) = 8a15ff542c9d3fce448d9ec63706f7dfb411d926
77SHA1 (patch-media_libcubeb_src_cubeb.c) = 5c2a9adef2c3b8fe40490ac8062ae77d182b5e59 74SHA1 (patch-media_libcubeb_src_cubeb.c) = e55e26dae70ddb51d5668a3f60be37b668299ed3
78SHA1 (patch-media_libcubeb_src_cubeb__alsa.c) = 7394a73b1624ea525885aed524357bbd1a19138b 75SHA1 (patch-media_libcubeb_src_cubeb__alsa.c) = 361942835850eee0a6e77574c380704f8f8ad89b
79SHA1 (patch-media_libcubeb_src_cubeb__oss.c) = 54e2a210411c7083bc395033fbf519d581bc4a62 76SHA1 (patch-media_libcubeb_src_cubeb__oss.c) = 54e2a210411c7083bc395033fbf519d581bc4a62
80SHA1 (patch-media_libcubeb_src_moz.build) = 3ed7f6e8caf8cca718cd8dcb120bc401cd9a82ef 77SHA1 (patch-media_libcubeb_src_moz.build) = 9d99f250c78ff39dc0f3039fcf3622f7404f0f33
81SHA1 (patch-media_libpng_pngpriv.h) = c9cefd1b5dd85fbd0c875c3f9bc108975398fe3a 78SHA1 (patch-media_libpng_pngpriv.h) = c9cefd1b5dd85fbd0c875c3f9bc108975398fe3a
82SHA1 (patch-media_libsoundtouch_src_cpu__detect__x86.cpp) = db61737afa7773e8cbd82976de3a02c917174696 79SHA1 (patch-media_libsoundtouch_src_cpu__detect__x86.cpp) = db61737afa7773e8cbd82976de3a02c917174696
83SHA1 (patch-media_libstagefright_frameworks_av_include_media_stagefright_foundation_AString.h) = b280f691dbe67b6de592dcd04baf33c6cf480cc8 80SHA1 (patch-media_libstagefright_frameworks_av_include_media_stagefright_foundation_AString.h) = b280f691dbe67b6de592dcd04baf33c6cf480cc8
84SHA1 (patch-media_libstagefright_frameworks_av_media_libstagefright_foundation_AString.cpp) = b7c21a68f09176100794148aa75eb19829417fed 81SHA1 (patch-media_libstagefright_frameworks_av_media_libstagefright_foundation_AString.cpp) = b7c21a68f09176100794148aa75eb19829417fed
85SHA1 (patch-media_libstagefright_system_core_liblog_fake__log__device.c) = b59809a7292d41bdb352bc425dc46273f1c0c270 82SHA1 (patch-media_libstagefright_system_core_liblog_fake__log__device.c) = b59809a7292d41bdb352bc425dc46273f1c0c270
86SHA1 (patch-media_libstagefright_system_core_liblog_logprint.c) = 56c5590b57caf568e12f8ff7df07daec281855de 83SHA1 (patch-media_libstagefright_system_core_liblog_logprint.c) = 56c5590b57caf568e12f8ff7df07daec281855de
87SHA1 (patch-media_libtheora_lib_arm_armcpu.c) = 4b215277f9c81154377d401166023c1bf78a3718 84SHA1 (patch-media_libtheora_lib_arm_armcpu.c) = 4b215277f9c81154377d401166023c1bf78a3718
88SHA1 (patch-media_libtheora_lib_info.c) = cb7628134427aaa4d5824c0e0770c30e5111a933 85SHA1 (patch-media_libtheora_lib_info.c) = cb7628134427aaa4d5824c0e0770c30e5111a933
89SHA1 (patch-media_libtheora_moz.build) = 4d03d454e13bda8321198aeb957aaabcfb4c6512 86SHA1 (patch-media_libtheora_moz.build) = 3245731c491b0fc715709be3355c4324bcc85896
90SHA1 (patch-media_libtremor_Makefile.in) = 497d03646caa721bdd129de365aadea8466043af 87SHA1 (patch-media_libtremor_Makefile.in) = 497d03646caa721bdd129de365aadea8466043af
91SHA1 (patch-media_libtremor_moz.build) = 994b04e4c344a91c4b474a752ddc4ca0e2732910 88SHA1 (patch-media_libtremor_moz.build) = 994b04e4c344a91c4b474a752ddc4ca0e2732910
92SHA1 (patch-media_libvorbis_Makefile.in) = fd1ce15268eed9c97dd0774398d559cdbed63e53 89SHA1 (patch-media_libvorbis_Makefile.in) = fd1ce15268eed9c97dd0774398d559cdbed63e53
93SHA1 (patch-media_libvorbis_lib_vorbis_info.c) = 1d85195a5553202b0c38dc8dec6db1f4f0513e5f 90SHA1 (patch-media_libvorbis_lib_vorbis_info.c) = 1d85195a5553202b0c38dc8dec6db1f4f0513e5f
94SHA1 (patch-media_libvorbis_moz.build) = 927f7848305eb2341c9efa96800d30b4a1b8eaa4 91SHA1 (patch-media_libvorbis_moz.build) = 927f7848305eb2341c9efa96800d30b4a1b8eaa4
95SHA1 (patch-media_libyuv_include_libyuv_scale__row.h) = 503b6f2065e9d548a1f01f7158d65874f4886c78 92SHA1 (patch-media_libyuv_include_libyuv_scale__row.h) = 503b6f2065e9d548a1f01f7158d65874f4886c78
96SHA1 (patch-media_mtransport_third__party_nICEr_src_util_mbslen.c) = 2e6f125ae50125a1fff7197e42f3a61b92e0fcfc 93SHA1 (patch-media_mtransport_third__party_nICEr_src_util_mbslen.c) = 2e6f125ae50125a1fff7197e42f3a61b92e0fcfc
97SHA1 (patch-media_mtransport_third__party_nrappkit_src_port_generic_include_sys_queue.h) = de7055f891387f96f8fd32366c7189d480354e9e 94SHA1 (patch-media_mtransport_third__party_nrappkit_src_port_generic_include_sys_queue.h) = de7055f891387f96f8fd32366c7189d480354e9e
98SHA1 (patch-media_openmax__dl_dl_api_armCOMM__s.h) = 1ce4fe73581ea53f03858f97ce7d7214bcbb5f51 95SHA1 (patch-media_openmax__dl_dl_api_armCOMM__s.h) = 1ce4fe73581ea53f03858f97ce7d7214bcbb5f51
99SHA1 (patch-media_webrtc_signaling_test_common.build) = febf2033154d64208632524732c4ef26e9247267 96SHA1 (patch-media_webrtc_signaling_test_common.build) = febf2033154d64208632524732c4ef26e9247267
100SHA1 (patch-media_webrtc_trunk_webrtc_build_common.gypi) = 4ff5796e15d9aa6adb8495d6f2e5a7f0445a0fac 97SHA1 (patch-media_webrtc_trunk_webrtc_build_common.gypi) = 4ff5796e15d9aa6adb8495d6f2e5a7f0445a0fac
101SHA1 (patch-media_webrtc_trunk_webrtc_modules_audio__coding_neteq_neteq.gypi) = 54c05a12758c377b0f80143048280a7738e7038d 98SHA1 (patch-media_webrtc_trunk_webrtc_modules_audio__coding_neteq_neteq.gypi) = 54c05a12758c377b0f80143048280a7738e7038d
102SHA1 (patch-media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.cc) = 53481a80b410afe962146f08eafe8ff38ac6a241 99SHA1 (patch-media_webrtc_trunk_webrtc_modules_desktop__capture_screen__capturer.cc) = 53481a80b410afe962146f08eafe8ff38ac6a241
@@ -105,42 +102,40 @@ SHA1 (patch-media_webrtc_trunk_webrtc_mo @@ -105,42 +102,40 @@ SHA1 (patch-media_webrtc_trunk_webrtc_mo
105SHA1 (patch-media_webrtc_trunk_webrtc_modules_video__capture_linux_video__capture__linux.cc) = ee3d3421a4cec22dbd94b5a22e7b877e356a7d9c 102SHA1 (patch-media_webrtc_trunk_webrtc_modules_video__capture_linux_video__capture__linux.cc) = ee3d3421a4cec22dbd94b5a22e7b877e356a7d9c
106SHA1 (patch-media_webrtc_trunk_webrtc_modules_video__capture_video__capture.gypi) = 0bc751e73456dec547567797ef4b9199e7220f23 103SHA1 (patch-media_webrtc_trunk_webrtc_modules_video__capture_video__capture.gypi) = 0bc751e73456dec547567797ef4b9199e7220f23
107SHA1 (patch-media_webrtc_trunk_webrtc_system__wrappers_source_spreadsortlib_spreadsort.hpp) = 7c08c0586874bcb69a9005e8661b853f8664db4c 104SHA1 (patch-media_webrtc_trunk_webrtc_system__wrappers_source_spreadsortlib_spreadsort.hpp) = 7c08c0586874bcb69a9005e8661b853f8664db4c
108SHA1 (patch-memory_build_mozjemalloc__compat.c) = c27c745fd6e0bbb120ef34d8a984937d5f2e1319 105SHA1 (patch-memory_build_mozjemalloc__compat.c) = c27c745fd6e0bbb120ef34d8a984937d5f2e1319
109SHA1 (patch-memory_mozalloc_mozalloc__abort.cpp) = f61a8ef233963d5d9639a4ce68e8584bc7d7c1b2 106SHA1 (patch-memory_mozalloc_mozalloc__abort.cpp) = f61a8ef233963d5d9639a4ce68e8584bc7d7c1b2
110SHA1 (patch-memory_volatile_VolatileBufferOSX.cpp) = ebea8a615443206376cb4264ed43b5c74e029b7d 107SHA1 (patch-memory_volatile_VolatileBufferOSX.cpp) = ebea8a615443206376cb4264ed43b5c74e029b7d
111SHA1 (patch-mfbt_Attributes.h) = bf3378667704d7c9194b00024bb51ed23fd92286 108SHA1 (patch-mfbt_Attributes.h) = bf3378667704d7c9194b00024bb51ed23fd92286
112SHA1 (patch-mfbt_Poison.cpp) = f502581db96b3e5eca25a9aa9035f436e9167503 109SHA1 (patch-mfbt_Poison.cpp) = f502581db96b3e5eca25a9aa9035f436e9167503
113SHA1 (patch-modules_libjar_nsZipArchive.cpp) = 6aff0f8ed42575d8ca36a524e12e9a1f7351004a 110SHA1 (patch-modules_libjar_nsZipArchive.cpp) = 6aff0f8ed42575d8ca36a524e12e9a1f7351004a
114SHA1 (patch-modules_libpref_init_all.js) = fc47d4133490d3da79217864028f5a86023a632f 111SHA1 (patch-modules_libpref_init_all.js) = fc47d4133490d3da79217864028f5a86023a632f
115SHA1 (patch-mozglue_build_arm.cpp) = e89e9ff5a26fb11b55df29a0b29d1cd6f35e46e6 112SHA1 (patch-mozglue_build_arm.cpp) = e89e9ff5a26fb11b55df29a0b29d1cd6f35e46e6
116SHA1 (patch-mozglue_build_arm.h) = e303e53d1931b28aab68346c7f6caac4402d16f1 113SHA1 (patch-mozglue_build_arm.h) = e303e53d1931b28aab68346c7f6caac4402d16f1
117SHA1 (patch-netwerk_dns_moz.build) = 6bf4691cf81d5f6fc1b392a4fac4368615e18faa 114SHA1 (patch-netwerk_dns_moz.build) = 6bf4691cf81d5f6fc1b392a4fac4368615e18faa
118SHA1 (patch-pb) = 97c9b2e4cefd524dc6ba825f71c3da2a761aa1f4 
119SHA1 (patch-pc) = 8b2baa88f0983a2fef4f801cf6b1ae425f6c813a 
120SHA1 (patch-rc) = 3bc75b2005bb1a371231846ea605bcf55251db57 115SHA1 (patch-rc) = 3bc75b2005bb1a371231846ea605bcf55251db57
121SHA1 (patch-storage_SQLiteMutex.h) = 9552e325e4e6e0f611a83a5eea2617e04236616f 116SHA1 (patch-storage_SQLiteMutex.h) = 9552e325e4e6e0f611a83a5eea2617e04236616f
122SHA1 (patch-toolkit_components_protobuf_src_google_protobuf_stubs_atomicops.h) = 4b664bb6ac2c23e8bfddd406bf76e288548e8910 117SHA1 (patch-toolkit_components_protobuf_src_google_protobuf_stubs_atomicops.h) = 4b664bb6ac2c23e8bfddd406bf76e288548e8910
123SHA1 (patch-toolkit_components_protobuf_src_google_protobuf_stubs_platform__macros.h) = 3b0973c96eadb7bff91eab211d3c159a9b22fa9c 118SHA1 (patch-toolkit_components_protobuf_src_google_protobuf_stubs_platform__macros.h) = 3b0973c96eadb7bff91eab211d3c159a9b22fa9c
124SHA1 (patch-toolkit_library_moz.build) = 625d78e64959f78a5d0b8148749bb43a0abcbcf7 119SHA1 (patch-toolkit_library_moz.build) = 361a7c01f9459389998f3d0c4999633d49c1aa5b
125SHA1 (patch-toolkit_xre_glxtest.cpp) = cf048491778610454b914400e53072afedd96e7b 120SHA1 (patch-toolkit_xre_glxtest.cpp) = cf048491778610454b914400e53072afedd96e7b
126SHA1 (patch-toolkit_xre_nsAppRunner.cpp) = f335d64cb0e1d248fd2c41a167ee1874218e7db6 121SHA1 (patch-toolkit_xre_nsAppRunner.cpp) = f335d64cb0e1d248fd2c41a167ee1874218e7db6
127SHA1 (patch-toolkit_xre_nsEmbedFunctions.cpp) = 6ee6fba04a3ecc6596f8aed67f752a1075901fa8 122SHA1 (patch-toolkit_xre_nsEmbedFunctions.cpp) = 6ee6fba04a3ecc6596f8aed67f752a1075901fa8
128SHA1 (patch-webapprt_moz.build) = 177468d5e12c49db1ad5376f0f3df34fa9df070c 123SHA1 (patch-webapprt_moz.build) = 177468d5e12c49db1ad5376f0f3df34fa9df070c
129SHA1 (patch-xpcom_base_nscore.h) = f4fe66cc9e714a2101a4d1287359d1c300574438 124SHA1 (patch-xpcom_base_nscore.h) = f4fe66cc9e714a2101a4d1287359d1c300574438
130SHA1 (patch-xpcom_build_PoisonIOInterposer.h) = b0a53ec580bf5c2277d19618c1240a447575ae68 125SHA1 (patch-xpcom_build_PoisonIOInterposer.h) = b0a53ec580bf5c2277d19618c1240a447575ae68
131SHA1 (patch-xpcom_components_Module.h) = 35c5d831b0f916be4cbed18f904ab561dde72ab0 126SHA1 (patch-xpcom_components_Module.h) = 35c5d831b0f916be4cbed18f904ab561dde72ab0
132SHA1 (patch-xpcom_reflect_xptcall_md_unix_Makefile.in) = 6083e298140357bc5f2fa018885fed42eecb1ac4 127SHA1 (patch-xpcom_reflect_xptcall_md_unix_Makefile.in) = 6083e298140357bc5f2fa018885fed42eecb1ac4
133SHA1 (patch-xpcom_reflect_xptcall_md_unix_moz.build) = 4717f2a285200ccb5f580e12ffd73c51ae9e9c00 128SHA1 (patch-xpcom_reflect_xptcall_md_unix_moz.build) = 82026e72559334810be2f8a510d22f0553a353c2
134SHA1 (patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__arm__netbsd.cpp) = 493d1433ae72bbd0c65ab3f51de43fb864a6f58d 129SHA1 (patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__arm__netbsd.cpp) = 493d1433ae72bbd0c65ab3f51de43fb864a6f58d
135SHA1 (patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__mips.S) = f310105510bb5fa6c6de122ebdebbfa18423d8d3 130SHA1 (patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__mips.S) = f310105510bb5fa6c6de122ebdebbfa18423d8d3
136SHA1 (patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__ppc__netbsd.s) = 8e367d4d0baf24714ee80449fc8d6849ff08ca1c 131SHA1 (patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__asm__ppc__netbsd.s) = 8e367d4d0baf24714ee80449fc8d6849ff08ca1c
137SHA1 (patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__gcc__x86__unix.cpp) = 8cb72e1bc9a38e3f123539d7bb2aca6793f2b574 132SHA1 (patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__gcc__x86__unix.cpp) = 8cb72e1bc9a38e3f123539d7bb2aca6793f2b574
138SHA1 (patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__netbsd__m68k.cpp) = b6dc5d54eeaa908d914116429e61f4b65a6a5f8e 133SHA1 (patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__netbsd__m68k.cpp) = b6dc5d54eeaa908d914116429e61f4b65a6a5f8e
139SHA1 (patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__ppc__netbsd.cpp) = 71a33723a557a6153405f6baec8404b25f841608 134SHA1 (patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__ppc__netbsd.cpp) = 71a33723a557a6153405f6baec8404b25f841608
140SHA1 (patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__sparc64__netbsd.cpp) = 0792c2c626d906e71c5183994cb32bf8cdb3e239 135SHA1 (patch-xpcom_reflect_xptcall_md_unix_xptcinvoke__sparc64__netbsd.cpp) = 0792c2c626d906e71c5183994cb32bf8cdb3e239
141SHA1 (patch-xpcom_reflect_xptcall_md_unix_xptcstubs__arm__netbsd.cpp) = 3a902eb9a23b3b5737f3c8cb5f96a5ad9a98a189 136SHA1 (patch-xpcom_reflect_xptcall_md_unix_xptcstubs__arm__netbsd.cpp) = 3a902eb9a23b3b5737f3c8cb5f96a5ad9a98a189
142SHA1 (patch-xpcom_reflect_xptcall_md_unix_xptcstubs__asm__mips.S) = 79a4686d368132aff804f217baa685b2e06bc396 137SHA1 (patch-xpcom_reflect_xptcall_md_unix_xptcstubs__asm__mips.S) = 79a4686d368132aff804f217baa685b2e06bc396
143SHA1 (patch-xpcom_reflect_xptcall_md_unix_xptcstubs__asm__sparc64__netbsd.s) = 522bc237bc90d85c98b61a467a431fddd91d8c3c 138SHA1 (patch-xpcom_reflect_xptcall_md_unix_xptcstubs__asm__sparc64__netbsd.s) = 522bc237bc90d85c98b61a467a431fddd91d8c3c
144SHA1 (patch-xpcom_reflect_xptcall_md_unix_xptcstubs__gcc__x86__unix.cpp) = d246f0695eb43d43bfd5571297945a4b7a88f72c 139SHA1 (patch-xpcom_reflect_xptcall_md_unix_xptcstubs__gcc__x86__unix.cpp) = d246f0695eb43d43bfd5571297945a4b7a88f72c
145SHA1 (patch-xpcom_reflect_xptcall_md_unix_xptcstubs__netbsd__m68k.cpp) = 75db49c9cb6bf2993afba82b731d80389d866212 140SHA1 (patch-xpcom_reflect_xptcall_md_unix_xptcstubs__netbsd__m68k.cpp) = 75db49c9cb6bf2993afba82b731d80389d866212
146SHA1 (patch-xulrunner_installer_Makefile.in) = 9d32ff87d0962c0406ed38de995c0350dd372e49 141SHA1 (patch-xulrunner_installer_Makefile.in) = 9d32ff87d0962c0406ed38de995c0350dd372e49

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

--- pkgsrc/www/firefox/mozilla-common.mk 2016/03/08 21:32:52 1.72
+++ pkgsrc/www/firefox/mozilla-common.mk 2016/04/27 16:22:40 1.73
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: mozilla-common.mk,v 1.72 2016/03/08 21:32:52 ryoon Exp $ 1# $NetBSD: mozilla-common.mk,v 1.73 2016/04/27 16:22:40 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
8.include "../../mk/bsd.prefs.mk" 8.include "../../mk/bsd.prefs.mk"
9 9
10.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64" 10.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"
11BUILD_DEPENDS+= yasm>=1.1:../../devel/yasm 11BUILD_DEPENDS+= yasm>=1.1:../../devel/yasm
12.endif 12.endif
13 13
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
@@ -38,28 +38,28 @@ CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}se @@ -38,28 +38,28 @@ CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}se
38CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}security/nss/tests/multinit/multinit.sh 38CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}security/nss/tests/multinit/multinit.sh
39CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}js/src/tests/update-test262.sh 39CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}js/src/tests/update-test262.sh
40CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}intl/icu/source/configure 40CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}intl/icu/source/configure
41CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}browser/components/loop/run-all-loop-tests.sh 41CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}browser/components/loop/run-all-loop-tests.sh
42CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}browser/extensions/loop/run-all-loop-tests.sh 42CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}browser/extensions/loop/run-all-loop-tests.sh
43 43
44CONFIGURE_ARGS+= --enable-pie 44CONFIGURE_ARGS+= --enable-pie
45CONFIGURE_ARGS+= --disable-tests 45CONFIGURE_ARGS+= --disable-tests
46CONFIGURE_ARGS+= --disable-pedantic 46CONFIGURE_ARGS+= --disable-pedantic
47CONFIGURE_ARGS+= --enable-crypto 47CONFIGURE_ARGS+= --enable-crypto
48CONFIGURE_ARGS+= --with-pthreads 48CONFIGURE_ARGS+= --with-pthreads
49CONFIGURE_ARGS+= --disable-javaxpcom 49CONFIGURE_ARGS+= --disable-javaxpcom
50CONFIGURE_ARGS+= --enable-default-toolkit=cairo-gtk2 50CONFIGURE_ARGS+= --enable-default-toolkit=cairo-gtk2
51CONFIGURE_ARGS+= --enable-gstreamer=1.0 51#CONFIGURE_ARGS+= --enable-gstreamer=1.0
52#CONFIGURE_ARGS+= --disable-gstreamer 52##CONFIGURE_ARGS+= --disable-gstreamer
53CONFIGURE_ARGS+= --enable-svg 53CONFIGURE_ARGS+= --enable-svg
54CONFIGURE_ARGS+= --enable-mathml 54CONFIGURE_ARGS+= --enable-mathml
55CONFIGURE_ARGS+= --enable-pango 55CONFIGURE_ARGS+= --enable-pango
56CONFIGURE_ARGS+= --enable-system-cairo 56CONFIGURE_ARGS+= --enable-system-cairo
57CONFIGURE_ARGS+= --enable-system-pixman 57CONFIGURE_ARGS+= --enable-system-pixman
58CONFIGURE_ARGS+= --with-system-libvpx 58CONFIGURE_ARGS+= --with-system-libvpx
59CONFIGURE_ARGS+= --enable-system-hunspell 59CONFIGURE_ARGS+= --enable-system-hunspell
60CONFIGURE_ARGS+= --enable-system-ffi 60CONFIGURE_ARGS+= --enable-system-ffi
61CONFIGURE_ARGS+= --with-system-icu 61CONFIGURE_ARGS+= --with-system-icu
62CONFIGURE_ARGS+= --with-system-nss 62CONFIGURE_ARGS+= --with-system-nss
63CONFIGURE_ARGS+= --with-system-nspr 63CONFIGURE_ARGS+= --with-system-nspr
64CONFIGURE_ARGS+= --with-system-jpeg 64CONFIGURE_ARGS+= --with-system-jpeg
65CONFIGURE_ARGS+= --with-system-zlib 65CONFIGURE_ARGS+= --with-system-zlib
@@ -226,18 +226,18 @@ BUILDLINK_API_DEPENDS.nss+= nss>=3.21 @@ -226,18 +226,18 @@ BUILDLINK_API_DEPENDS.nss+= nss>=3.21
226.include "../../mk/jpeg.buildlink3.mk" 226.include "../../mk/jpeg.buildlink3.mk"
227.include "../../graphics/MesaLib/buildlink3.mk" 227.include "../../graphics/MesaLib/buildlink3.mk"
228BUILDLINK_API_DEPENDS.cairo+= cairo>=1.10.2nb4 228BUILDLINK_API_DEPENDS.cairo+= cairo>=1.10.2nb4
229.include "../../graphics/cairo/buildlink3.mk" 229.include "../../graphics/cairo/buildlink3.mk"
230.include "../../graphics/graphite2/buildlink3.mk" 230.include "../../graphics/graphite2/buildlink3.mk"
231#.include "../../multimedia/libogg/buildlink3.mk" 231#.include "../../multimedia/libogg/buildlink3.mk"
232#.include "../../multimedia/libtheora/buildlink3.mk" 232#.include "../../multimedia/libtheora/buildlink3.mk"
233BUILDLINK_API_DEPENDS.libvpx+= libvpx>=1.3.0 233BUILDLINK_API_DEPENDS.libvpx+= libvpx>=1.3.0
234.include "../../multimedia/libvpx/buildlink3.mk" 234.include "../../multimedia/libvpx/buildlink3.mk"
235.include "../../net/libIDL/buildlink3.mk" 235.include "../../net/libIDL/buildlink3.mk"
236.include "../../textproc/hunspell/buildlink3.mk" 236.include "../../textproc/hunspell/buildlink3.mk"
237BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.18.3nb1 237BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.18.3nb1
238.include "../../x11/gtk2/buildlink3.mk" 238.include "../../x11/gtk2/buildlink3.mk"
239.include "../../multimedia/gstreamer1/buildlink3.mk" 239#.include "../../multimedia/gstreamer1/buildlink3.mk"
240.include "../../multimedia/gst-plugins1-base/buildlink3.mk" 240#.include "../../multimedia/gst-plugins1-base/buildlink3.mk"
241.include "../../x11/libXt/buildlink3.mk" 241.include "../../x11/libXt/buildlink3.mk"
242BUILDLINK_API_DEPENDS.pixman+= pixman>=0.25.2 242BUILDLINK_API_DEPENDS.pixman+= pixman>=0.25.2
243.include "../../x11/pixman/buildlink3.mk" 243.include "../../x11/pixman/buildlink3.mk"

cvs diff -r1.44 -r1.45 pkgsrc/www/firefox/patches/Attic/patch-aa (expand / switch to unified diff)

--- pkgsrc/www/firefox/patches/Attic/patch-aa 2016/03/09 07:12:25 1.44
+++ pkgsrc/www/firefox/patches/Attic/patch-aa 2016/04/27 16:22:40 1.45
@@ -1,108 +1,108 @@ @@ -1,108 +1,108 @@
1$NetBSD: patch-aa,v 1.44 2016/03/09 07:12:25 tnn Exp $ 1$NetBSD: patch-aa,v 1.45 2016/04/27 16:22:40 ryoon Exp $
2 2
3* The profiler does not support Darwin/PPC so don't try to enable it 3* The profiler does not support Darwin/PPC so don't try to enable it
4 on that platform. Also it makes extra files appear in the PLIST on Linux 4 on that platform. Also it makes extra files appear in the PLIST on Linux
5 so disable it everywhere. 5 so disable it everywhere.
6 6
7* Cocoa gamepad backend can only be used if the toolkit is cocoa too. 7* Cocoa gamepad backend can only be used if the toolkit is cocoa too.
8 8
9* The preprocessor macro XP_MACOSX is misused everywhere. They tend to 9* The preprocessor macro XP_MACOSX is misused everywhere. They tend to
10 say "#if defined(XP_MACOSX)" to actually mean 10 say "#if defined(XP_MACOSX)" to actually mean
11 "#if defined(MOZ_WIDGET_COCOA)". It's okay to equate XP_MACOSX with 11 "#if defined(MOZ_WIDGET_COCOA)". It's okay to equate XP_MACOSX with
12 XP_DARWIN but equating it with MOZ_WIDGET_COCOA is just wrong. As a 12 XP_DARWIN but equating it with MOZ_WIDGET_COCOA is just wrong. As a
13 result, cairo-gtk2 build on Darwin is completely broken and needs 13 result, cairo-gtk2 build on Darwin is completely broken and needs
14 heavy patching. Ideally they should be fixed individually but that 14 heavy patching. Ideally they should be fixed individually but that
15 will be an extremely hard work, so don't define XP_MACOSX for now. 15 will be an extremely hard work, so don't define XP_MACOSX for now.
16 16
17--- configure.in.orig 2016-03-03 21:47:52.000000000 +0000 17--- configure.in.orig 2016-04-15 16:57:45.000000000 +0000
18+++ configure.in 18+++ configure.in
19@@ -1746,7 +1746,7 @@ fi 19@@ -1722,7 +1722,7 @@ fi
20 dnl ======================================================== 20 dnl ========================================================
21 dnl SPS Profiler 21 dnl SPS Profiler
22 dnl ======================================================== 22 dnl ========================================================
23-MOZ_ENABLE_PROFILER_SPS=1 23-MOZ_ENABLE_PROFILER_SPS=1
24+MOZ_ENABLE_PROFILER_SPS= 24+MOZ_ENABLE_PROFILER_SPS=
25  25
26 case "${OS_TARGET}" in 26 case "${OS_TARGET}" in
27 Android) 27 Android)
28@@ -1996,7 +1996,6 @@ case "$target" in 28@@ -2004,7 +2004,6 @@ case "$target" in
29 _PLATFORM_DEFAULT_TOOLKIT='cairo-uikit' 29 _PLATFORM_DEFAULT_TOOLKIT='cairo-uikit'
30 direct_nspr_config=1 30 direct_nspr_config=1
31 else 31 else
32- AC_DEFINE(XP_MACOSX) 32- AC_DEFINE(XP_MACOSX)
33 AC_DEFINE(XP_DARWIN) 33 AC_DEFINE(XP_DARWIN)
34 _PLATFORM_DEFAULT_TOOLKIT='cairo-cocoa' 34 _PLATFORM_DEFAULT_TOOLKIT='cairo-cocoa'
35 # The ExceptionHandling framework is needed for Objective-C exception 35 # The ExceptionHandling framework is needed for Objective-C exception
36@@ -2580,8 +2579,7 @@ MOZ_CXX11 36@@ -2646,8 +2645,7 @@ MOZ_CXX11
37  37
38 AC_LANG_C 38 AC_LANG_C
39  39
40-dnl Check for .hidden assembler directive and visibility attribute. 40-dnl Check for .hidden assembler directive and visibility attribute.
41-dnl Borrowed from glibc configure.in 41-dnl Borrowed from glibc configure.in
42+dnl Setup default hidden visibility and wrapped system headers. 42+dnl Setup default hidden visibility and wrapped system headers.
43 dnl =============================================================== 43 dnl ===============================================================
44 if test "$GNU_CC" -a "$OS_TARGET" != WINNT; then 44 if test "$GNU_CC" -a "$OS_TARGET" != WINNT; then
45 AC_DEFINE(HAVE_VISIBILITY_HIDDEN_ATTRIBUTE) 45 AC_DEFINE(HAVE_VISIBILITY_HIDDEN_ATTRIBUTE)
46@@ -3476,6 +3474,14 @@ if test -n "$YASM"; then 46@@ -3544,6 +3542,14 @@ if test -n "$YASM"; then
47 _YASM_BUILD=` echo ${YASM_VERSION} | $AWK -F\. '{ print $4 }'` 47 AC_MSG_RESULT([$_YASM_MAJOR_VERSION.$_YASM_MINOR_VERSION.$_YASM_RELEASE ($YASM_VERSION)])
48 fi 48 fi
49  49
50+if test -n "${LIBXUL_SDK_DIR}"; then 50+if test -n "${LIBXUL_SDK_DIR}"; then
51+ AC_MSG_WARN([pkgsrc: LIBXUL_SDK_DIR is set; assuming we want nss and nspr from xulrunner.]) 51+ AC_MSG_WARN([pkgsrc: LIBXUL_SDK_DIR is set; assuming we want nss and nspr from xulrunner.])
52+ NSPR_CFLAGS="-I${prefix}/include/xulrunner/unstable `pkg-config --cflags nspr`" 52+ NSPR_CFLAGS="-I${prefix}/include/xulrunner/unstable `pkg-config --cflags nspr`"
53+ NSPR_LIBS="`pkg-config --libs nspr`" 53+ NSPR_LIBS="`pkg-config --libs nspr`"
54+ NSS_CFLAGS="`pkg-config --cflags nss`" 54+ NSS_CFLAGS="`pkg-config --cflags nss`"
55+ NSS_LIBS="`pkg-config --libs nss`" 55+ NSS_LIBS="`pkg-config --libs nss`"
56+fi 56+fi
57+ 57+
58 if test -z "$SKIP_LIBRARY_CHECKS"; then 58 if test -z "$SKIP_LIBRARY_CHECKS"; then
59 dnl system JPEG support 59 dnl system JPEG support
60 dnl ======================================================== 60 dnl ========================================================
61@@ -3503,11 +3509,7 @@ if test "$MOZ_NATIVE_JPEG" = 1; then 61@@ -3571,11 +3577,7 @@ if test "$MOZ_NATIVE_JPEG" = 1; then
62 #include <jpeglib.h> ], 62 #include <jpeglib.h> ],
63 [ #if JPEG_LIB_VERSION < $MOZJPEG 63 [ #if JPEG_LIB_VERSION < $MOZJPEG
64 #error "Insufficient JPEG library version ($MOZJPEG required)." 64 #error "Insufficient JPEG library version ($MOZJPEG required)."
65- #endif 65- #endif
66- #ifndef JCS_EXTENSIONS 66- #ifndef JCS_EXTENSIONS
67- #error "libjpeg-turbo JCS_EXTENSIONS required" 67- #error "libjpeg-turbo JCS_EXTENSIONS required"
68- #endif 68- #endif
69- ], 69- ],
70+ #endif ], 70+ #endif ],
71 MOZ_NATIVE_JPEG=1, 71 MOZ_NATIVE_JPEG=1,
72 AC_MSG_ERROR([Insufficient JPEG library version for --with-system-jpeg])) 72 AC_MSG_ERROR([Insufficient JPEG library version for --with-system-jpeg]))
73 fi 73 fi
74@@ -4260,6 +4262,10 @@ cairo-gonk) 74@@ -4321,6 +4323,10 @@ cairo-gonk)
75  75
76 esac 76 esac
77  77
78+if test "$MOZ_WIDGET_TOOLKIT" = "cocoa"; then 78+if test "$MOZ_WIDGET_TOOLKIT" = "cocoa"; then
79+ AC_DEFINE(XP_MACOSX) 79+ AC_DEFINE(XP_MACOSX)
80+fi 80+fi
81+ 81+
82 AC_SUBST(MOZ_PDF_PRINTING) 82 AC_SUBST(MOZ_PDF_PRINTING)
83 if test "$MOZ_PDF_PRINTING"; then 83 if test "$MOZ_PDF_PRINTING"; then
84 PDF_SURFACE_FEATURE="#define CAIRO_HAS_PDF_SURFACE 1" 84 PDF_SURFACE_FEATURE="#define CAIRO_HAS_PDF_SURFACE 1"
85@@ -5018,6 +5024,9 @@ if test -n "$MOZ_WEBRTC"; then 85@@ -5064,6 +5070,9 @@ if test -n "$MOZ_WEBRTC"; then
86 MOZ_VPX=1 86 MOZ_RAW=1
87 MOZ_VPX_ERROR_CONCEALMENT=1 87 MOZ_VPX_ERROR_CONCEALMENT=1
88  88
89+ dnl with libv4l2 we can support more cameras 89+ dnl with libv4l2 we can support more cameras
90+ PKG_CHECK_MODULES(MOZ_LIBV4L2, libv4l2) 90+ PKG_CHECK_MODULES(MOZ_LIBV4L2, libv4l2)
91+ 91+
92 dnl enable once Signaling lands 92 dnl enable once Signaling lands
93 MOZ_WEBRTC_SIGNALING=1 93 MOZ_WEBRTC_SIGNALING=1
94 AC_DEFINE(MOZ_WEBRTC_SIGNALING) 94 AC_DEFINE(MOZ_WEBRTC_SIGNALING)
95@@ -5161,6 +5170,142 @@ if test "${ac_cv_c_attribute_aligned}" ! 95@@ -5207,6 +5216,155 @@ if test "${ac_cv_c_attribute_aligned}" !
96 fi 96 fi
97  97
98 dnl ======================================================== 98 dnl ========================================================
99+dnl Check for libogg 99+dnl Check for libogg
100+dnl ======================================================== 100+dnl ========================================================
101+ 101+
102+MOZ_ARG_WITH_BOOL(system-ogg, 102+MOZ_ARG_WITH_BOOL(system-ogg,
103+[ --with-system-ogg Use system libogg (located with pkgconfig)], 103+[ --with-system-ogg Use system libogg (located with pkgconfig)],
104+MOZ_NATIVE_OGG=1, 104+MOZ_NATIVE_OGG=1,
105+MOZ_NATIVE_OGG=) 105+MOZ_NATIVE_OGG=)
106+ 106+
107+if test -n "$MOZ_NATIVE_OGG"; then 107+if test -n "$MOZ_NATIVE_OGG"; then
108+ PKG_CHECK_MODULES(MOZ_OGG, ogg >= 1.2.1) 108+ PKG_CHECK_MODULES(MOZ_OGG, ogg >= 1.2.1)
@@ -222,30 +222,43 @@ $NetBSD: patch-aa,v 1.44 2016/03/09 07:1 @@ -222,30 +222,43 @@ $NetBSD: patch-aa,v 1.44 2016/03/09 07:1
222+ [ac_cv_soundtouch_sample_type=float])]) 222+ [ac_cv_soundtouch_sample_type=float])])
223+ CXXFLAGS=$_SAVE_CXXFLAGS 223+ CXXFLAGS=$_SAVE_CXXFLAGS
224+ AC_LANG_RESTORE 224+ AC_LANG_RESTORE
225+ 225+
226+ if test \( -n "$MOZ_SAMPLE_TYPE_S16" -a "$ac_cv_soundtouch_sample_type" != short \) \ 226+ if test \( -n "$MOZ_SAMPLE_TYPE_S16" -a "$ac_cv_soundtouch_sample_type" != short \) \
227+ -o \( -n "$MOZ_SAMPLE_TYPE_FLOAT32" -a "$ac_cv_soundtouch_sample_type" != float \) ; then 227+ -o \( -n "$MOZ_SAMPLE_TYPE_FLOAT32" -a "$ac_cv_soundtouch_sample_type" != float \) ; then
228+ AC_MSG_ERROR([SoundTouch library is built with incompatible sample type. Either rebuild the library with/without --enable-integer-samples, chase default Mozilla sample type or remove --with-system-soundtouch.]) 228+ AC_MSG_ERROR([SoundTouch library is built with incompatible sample type. Either rebuild the library with/without --enable-integer-samples, chase default Mozilla sample type or remove --with-system-soundtouch.])
229+ fi 229+ fi
230+fi 230+fi
231+ 231+
232+AC_SUBST(MOZ_NATIVE_SOUNDTOUCH) 232+AC_SUBST(MOZ_NATIVE_SOUNDTOUCH)
233+ 233+
234+dnl ======================================================== 234+dnl ========================================================
235 dnl = Disable VP8 decoder support 235+dnl = Disable VP8 decoder support
 236+dnl ========================================================
 237+MOZ_ARG_DISABLE_BOOL(webm,
 238+[ --disable-webm Disable support for WebM media (VP8 video and Vorbis audio)],
 239+ MOZ_WEBM=,
 240+ MOZ_WEBM=1)
 241+
 242+if test -n "$MOZ_WEBM"; then
 243+ AC_DEFINE(MOZ_WEBM)
 244+ MOZ_VPX=1
 245+fi;
 246+
 247+dnl ========================================================
 248 dnl = Apple platform decoder support
236 dnl ======================================================== 249 dnl ========================================================
237 MOZ_ARG_DISABLE_BOOL(webm, 250 if test "$MOZ_WIDGET_TOOLKIT" = "cocoa" || test "$MOZ_WIDGET_TOOLKIT" = "uikit"; then
238@@ -5563,6 +5708,67 @@ fi 251@@ -5579,6 +5737,67 @@ fi
239 AC_SUBST(MOZ_WEBM_ENCODER) 252 AC_SUBST(MOZ_WEBM_ENCODER)
240  253
241 dnl ================================== 254 dnl ==================================
242+dnl = Check OSS availability 255+dnl = Check OSS availability
243+dnl ================================== 256+dnl ==================================
244+ 257+
245+dnl If using Linux, Solaris or BSDs, ensure that OSS is available 258+dnl If using Linux, Solaris or BSDs, ensure that OSS is available
246+case "$OS_TARGET" in 259+case "$OS_TARGET" in
247+Linux|SunOS|DragonFly|FreeBSD|GNU/kFreeBSD) 260+Linux|SunOS|DragonFly|FreeBSD|GNU/kFreeBSD)
248+ MOZ_OSS=1 261+ MOZ_OSS=1
249+ ;; 262+ ;;
250+esac 263+esac
251+ 264+
@@ -293,51 +306,51 @@ $NetBSD: patch-aa,v 1.44 2016/03/09 07:1 @@ -293,51 +306,51 @@ $NetBSD: patch-aa,v 1.44 2016/03/09 07:1
293+ MOZ_OSS_LIBS="$MOZ_OSS_LIBS -lossaudio"]) 306+ MOZ_OSS_LIBS="$MOZ_OSS_LIBS -lossaudio"])
294+fi 307+fi
295+CFLAGS=$_SAVE_CFLAGS 308+CFLAGS=$_SAVE_CFLAGS
296+LIBS=$_SAVE_LIBS 309+LIBS=$_SAVE_LIBS
297+ 310+
298+AC_SUBST(MOZ_OSS) 311+AC_SUBST(MOZ_OSS)
299+AC_SUBST_LIST(MOZ_OSS_CFLAGS) 312+AC_SUBST_LIST(MOZ_OSS_CFLAGS)
300+AC_SUBST_LIST(MOZ_OSS_LIBS) 313+AC_SUBST_LIST(MOZ_OSS_LIBS)
301+ 314+
302+dnl ================================== 315+dnl ==================================
303 dnl = Check alsa availability on Linux 316 dnl = Check alsa availability on Linux
304 dnl ================================== 317 dnl ==================================
305  318
306@@ -5576,12 +5782,23 @@ MOZ_ARG_ENABLE_BOOL(alsa, 319@@ -5592,12 +5811,23 @@ MOZ_ARG_ENABLE_BOOL(alsa,
307 MOZ_ALSA=1, 320 MOZ_ALSA=1,
308 MOZ_ALSA=) 321 MOZ_ALSA=)
309  322
310+MOZ_ARG_DISABLE_BOOL(alsa-dlopen, 323+MOZ_ARG_DISABLE_BOOL(alsa-dlopen,
311+[ --disable-alsa-dlopen Disable runtime linking of libasound.so], 324+[ --disable-alsa-dlopen Disable runtime linking of libasound.so],
312+ DISABLE_LIBASOUND_DLOPEN=1, 325+ DISABLE_LIBASOUND_DLOPEN=1,
313+ DISABLE_LIBASOUND_DLOPEN=) 326+ DISABLE_LIBASOUND_DLOPEN=)
314+ 327+
315 if test -n "$MOZ_ALSA"; then 328 if test -n "$MOZ_ALSA"; then
316 PKG_CHECK_MODULES(MOZ_ALSA, alsa, , 329 PKG_CHECK_MODULES(MOZ_ALSA, alsa, ,
317 [echo "$MOZ_ALSA_PKG_ERRORS" 330 [echo "$MOZ_ALSA_PKG_ERRORS"
318 AC_MSG_ERROR([Need alsa for audio output on Linux. (On Ubuntu, you might try installing the package libasound2-dev.)])]) 331 AC_MSG_ERROR([Need alsa for audio output on Linux. (On Ubuntu, you might try installing the package libasound2-dev.)])])
319 fi 332 fi
320  333
321+if test -n "$DISABLE_LIBASOUND_DLOPEN"; then 334+if test -n "$DISABLE_LIBASOUND_DLOPEN"; then
322+ AC_DEFINE(DISABLE_LIBASOUND_DLOPEN) 335+ AC_DEFINE(DISABLE_LIBASOUND_DLOPEN)
323+else 336+else
324+ MOZ_ALSA_LIBS= 337+ MOZ_ALSA_LIBS=
325+fi 338+fi
326+ 339+
327 AC_SUBST(MOZ_ALSA) 340 AC_SUBST(MOZ_ALSA)
328  341
329 dnl ======================================================== 342 dnl ========================================================
330@@ -8139,6 +8356,49 @@ if test "$USE_FC_FREETYPE"; then 343@@ -8101,6 +8331,49 @@ if test "$USE_FC_FREETYPE"; then
331 fi 344 fi
332  345
333 dnl ======================================================== 346 dnl ========================================================
334+dnl Check for harfbuzz 347+dnl Check for harfbuzz
335+dnl ======================================================== 348+dnl ========================================================
336+ 349+
337+MOZ_ARG_WITH_BOOL(system-harfbuzz, 350+MOZ_ARG_WITH_BOOL(system-harfbuzz,
338+[ --with-system-harfbuzz Use system harfbuzz (located with pkgconfig)], 351+[ --with-system-harfbuzz Use system harfbuzz (located with pkgconfig)],
339+MOZ_NATIVE_HARFBUZZ=1, 352+MOZ_NATIVE_HARFBUZZ=1,
340+MOZ_NATIVE_HARFBUZZ=) 353+MOZ_NATIVE_HARFBUZZ=)
341+ 354+
342+if test -n "$MOZ_NATIVE_HARFBUZZ"; then 355+if test -n "$MOZ_NATIVE_HARFBUZZ"; then
343+ PKG_CHECK_MODULES(MOZ_HARFBUZZ, harfbuzz >= 0.9.34) 356+ PKG_CHECK_MODULES(MOZ_HARFBUZZ, harfbuzz >= 0.9.34)

cvs diff -r1.10 -r1.11 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/09/23 06:44:42 1.10
+++ pkgsrc/www/firefox/patches/Attic/patch-config_external_moz.build 2016/04/27 16:22:40 1.11
@@ -1,36 +1,36 @@ @@ -1,36 +1,36 @@
1$NetBSD: patch-config_external_moz.build,v 1.10 2015/09/23 06:44:42 ryoon Exp $ 1$NetBSD: patch-config_external_moz.build,v 1.11 2016/04/27 16:22:40 ryoon Exp $
2 2
3--- config/external/moz.build.orig 2015-08-24 21:53:10.000000000 +0000 3--- config/external/moz.build.orig 2016-04-15 16:57:45.000000000 +0000
4+++ config/external/moz.build 4+++ config/external/moz.build
5@@ -19,10 +19,19 @@ if CONFIG['MOZ_UPDATER']: 5@@ -20,10 +20,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_ENCODER']:
27@@ -49,9 +58,6 @@ if CONFIG['MOZ_WEBSPEECH_POCKETSPHINX']: 27@@ -51,9 +60,6 @@ external_dirs += [
28 external_dirs += [ 
29 'media/kiss_fft', 28 'media/kiss_fft',
30 'media/libcubeb', 29 'media/libcubeb',
 30 'media/libnestegg',
31- 'media/libogg', 31- 'media/libogg',
32- 'media/libopus', 32- 'media/libopus',
33- 'media/libtheora', 33- 'media/libtheora',
34 'media/libspeex_resampler', 34 'media/libspeex_resampler',
35 'media/libstagefright', 35 'media/libstagefright',
36 'media/libsoundtouch', 36 'media/libsoundtouch',

cvs diff -r1.10 -r1.11 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 2015/11/03 15:52:57 1.10
+++ pkgsrc/www/firefox/patches/Attic/patch-gfx_skia_moz.build 2016/04/27 16:22:40 1.11
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1$NetBSD: patch-gfx_skia_moz.build,v 1.10 2015/11/03 15:52:57 ryoon Exp $ 1$NetBSD: patch-gfx_skia_moz.build,v 1.11 2016/04/27 16:22:40 ryoon Exp $
2 2
3--- gfx/skia/moz.build.orig 2015-10-22 22:30:23.000000000 +0000 3--- gfx/skia/moz.build.orig 2016-04-15 16:57:40.000000000 +0000
4+++ gfx/skia/moz.build 4+++ gfx/skia/moz.build
5@@ -675,6 +675,12 @@ if CONFIG['GNU_CXX']: 5@@ -752,6 +752,12 @@ if CONFIG['CLANG_CXX'] or CONFIG['CLANG_
6 if CONFIG['CPU_ARCH'] == 'arm': 6 '-Wno-unused-private-field',
7 SOURCES['skia/src/opts/SkBlitRow_opts_arm.cpp'].flags += ['-fomit-frame-pointer'] 7 ]
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']: 12+if CONFIG['MOZ_NATIVE_HARFBUZZ']:
13+ CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] 13+ CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS']
14+ 14+
15 if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3', 'android', 'gonk', 'qt'): 15 if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3', 'android', 'gonk', 'qt'):
16 CXXFLAGS += CONFIG['MOZ_CAIRO_CFLAGS'] 16 CXXFLAGS += CONFIG['MOZ_CAIRO_CFLAGS']
17 CXXFLAGS += CONFIG['CAIRO_FT_CFLAGS'] 17 CXXFLAGS += CONFIG['CAIRO_FT_CFLAGS']

cvs diff -r1.17 -r1.18 pkgsrc/www/firefox/patches/Attic/patch-config_system-headers (expand / switch to unified diff)

--- pkgsrc/www/firefox/patches/Attic/patch-config_system-headers 2016/01/27 00:08:26 1.17
+++ pkgsrc/www/firefox/patches/Attic/patch-config_system-headers 2016/04/27 16:22:40 1.18
@@ -1,60 +1,60 @@ @@ -1,60 +1,60 @@
1$NetBSD: patch-config_system-headers,v 1.17 2016/01/27 00:08:26 ryoon Exp $ 1$NetBSD: patch-config_system-headers,v 1.18 2016/04/27 16:22:40 ryoon Exp $
2 2
3--- config/system-headers.orig 2016-01-15 01:01:40.000000000 +0000 3--- config/system-headers.orig 2016-04-15 16:57:45.000000000 +0000
4+++ config/system-headers 4+++ config/system-headers
5@@ -627,6 +627,7 @@ libgnome/libgnome.h 5@@ -629,6 +629,7 @@ libgnome/libgnome.h
6 libgnomeui/gnome-icon-lookup.h 6 libgnomeui/gnome-icon-lookup.h
7 libgnomeui/gnome-icon-theme.h 7 libgnomeui/gnome-icon-theme.h
8 libgnomeui/gnome-ui-init.h 8 libgnomeui/gnome-ui-init.h
9+libv4l2.h 9+libv4l2.h
10 lib$routines.h 
11 limits 10 limits
12 limits.h 11 limits.h
13@@ -721,6 +722,7 @@ mapiutil.h 12 link.h
 13@@ -722,6 +723,7 @@ mapiutil.h
14 mapix.h 14 mapix.h
15 Math64.h 15 Math64.h
16 math.h 16 math.h
17+complex 17+complex
18 mbstring.h 18 mbstring.h
19 #ifdef ANDROID 19 #ifdef ANDROID
20 media/AudioEffect.h 20 media/AudioEffect.h
21@@ -1313,6 +1315,25 @@ vpx/vp8cx.h 21@@ -1312,6 +1314,25 @@ vpx/vp8cx.h
22 vpx/vp8dx.h 22 vpx/vp8dx.h
23 vpx_mem/vpx_mem.h 23 vpx_mem/vpx_mem.h
24 #endif 24 #endif
25+#ifdef GKMEDIAS_SHARED_LIBRARY 25+#ifdef GKMEDIAS_SHARED_LIBRARY
26+vpx/vpx_codec.h 26+vpx/vpx_codec.h
27+vpx/vpx_decoder.h 27+vpx/vpx_decoder.h
28+vpx/vpx_encoder.h 28+vpx/vpx_encoder.h
29+vpx/vp8cx.h 29+vpx/vp8cx.h
30+vpx/vp8dx.h 30+vpx/vp8dx.h
31+vpx_mem/vpx_mem.h 31+vpx_mem/vpx_mem.h
32+vorbis/codec.h 32+vorbis/codec.h
33+theora/theoradec.h 33+theora/theoradec.h
34+tremor/ivorbiscodec.h 34+tremor/ivorbiscodec.h
35+speex/speex_resampler.h 35+speex/speex_resampler.h
36+soundtouch/SoundTouch.h 36+soundtouch/SoundTouch.h
37+ogg/ogg.h 37+ogg/ogg.h
38+ogg/os_types.h 38+ogg/os_types.h
39+nestegg/nestegg.h 39+nestegg/nestegg.h
40+cubeb/cubeb.h 40+cubeb/cubeb.h
41+speex/speex_resampler.h 41+speex/speex_resampler.h
42+soundtouch/SoundTouch.h 42+soundtouch/SoundTouch.h
43+#endif 43+#endif
44 gst/gst.h 44 gst/gst.h
45 gst/app/gstappsink.h 45 gst/app/gstappsink.h
46 gst/app/gstappsrc.h 46 gst/app/gstappsrc.h
47@@ -1343,3 +1364,43 @@ unicode/utypes.h 47@@ -1342,3 +1363,43 @@ unicode/utypes.h
48 #endif 48 #endif
49 libutil.h 49 libutil.h
50 unwind.h 50 unwind.h
51+#if MOZ_NATIVE_GRAPHITE2==1 51+#if MOZ_NATIVE_GRAPHITE2==1
52+graphite2/Font.h 52+graphite2/Font.h
53+graphite2/Segment.h 53+graphite2/Segment.h
54+#endif 54+#endif
55+#if MOZ_NATIVE_HARFBUZZ==1 55+#if MOZ_NATIVE_HARFBUZZ==1
56+harfbuzz/hb-ot.h 56+harfbuzz/hb-ot.h
57+harfbuzz/hb.h 57+harfbuzz/hb.h
58+#endif 58+#endif
59+#if MOZ_NATIVE_OGG==1 59+#if MOZ_NATIVE_OGG==1
60+ogg/ogg.h 60+ogg/ogg.h

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

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

File Deleted: pkgsrc/www/firefox/patches/Attic/patch-gfx_skia_skia_src_opts_memset.arm.S

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

--- pkgsrc/www/firefox/patches/Attic/patch-dom_media_moz.build 2015/04/05 12:54:11 1.2
+++ pkgsrc/www/firefox/patches/Attic/patch-dom_media_moz.build 2016/04/27 16:22:40 1.3
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1$NetBSD: patch-dom_media_moz.build,v 1.2 2015/04/05 12:54:11 ryoon Exp $ 1$NetBSD: patch-dom_media_moz.build,v 1.3 2016/04/27 16:22:40 ryoon Exp $
2 2
3--- dom/media/moz.build.orig 2015-03-27 02:20:26.000000000 +0000 3--- dom/media/moz.build.orig 2016-04-15 16:57:42.000000000 +0000
4+++ dom/media/moz.build 4+++ dom/media/moz.build
5@@ -276,6 +276,27 @@ if CONFIG['ANDROID_VERSION'] > '15': 5@@ -314,6 +314,27 @@ if CONFIG['ANDROID_VERSION'] > '15':
6 CFLAGS += CONFIG['GSTREAMER_CFLAGS'] 6 if CONFIG['MOZ_GONK_MEDIACODEC']:
7 CXXFLAGS += CONFIG['GSTREAMER_CFLAGS'] 7 DEFINES['MOZ_GONK_MEDIACODEC'] = True
8  8
9+if CONFIG['MOZ_NATIVE_OGG']: 9+if CONFIG['MOZ_NATIVE_OGG']:
10+ CXXFLAGS += CONFIG['MOZ_OGG_CFLAGS'] 10+ CXXFLAGS += CONFIG['MOZ_OGG_CFLAGS']
11+ 11+
12+if CONFIG['MOZ_NATIVE_THEORA']: 12+if CONFIG['MOZ_NATIVE_THEORA']:
13+ CXXFLAGS += CONFIG['MOZ_THEORA_CFLAGS'] 13+ CXXFLAGS += CONFIG['MOZ_THEORA_CFLAGS']
14+ 14+
15+if CONFIG['MOZ_NATIVE_VORBIS']: 15+if CONFIG['MOZ_NATIVE_VORBIS']:
16+ CXXFLAGS += CONFIG['MOZ_VORBIS_CFLAGS'] 16+ CXXFLAGS += CONFIG['MOZ_VORBIS_CFLAGS']
17+ 17+
18+if CONFIG['MOZ_NATIVE_TREMOR']: 18+if CONFIG['MOZ_NATIVE_TREMOR']:
19+ CXXFLAGS += CONFIG['MOZ_TREMOR_CFLAGS'] 19+ CXXFLAGS += CONFIG['MOZ_TREMOR_CFLAGS']
20+ 20+

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

--- pkgsrc/www/firefox/patches/Attic/patch-gfx_thebes_moz.build 2016/01/28 06:48:50 1.2
+++ pkgsrc/www/firefox/patches/Attic/patch-gfx_thebes_moz.build 2016/04/27 16:22:40 1.3
@@ -1,25 +1,26 @@ @@ -1,25 +1,26 @@
1$NetBSD: patch-gfx_thebes_moz.build,v 1.2 2016/01/28 06:48:50 ryoon Exp $ 1$NetBSD: patch-gfx_thebes_moz.build,v 1.3 2016/04/27 16:22:40 ryoon Exp $
2 2
3--- gfx/thebes/moz.build.orig 2016-01-23 23:23:35.000000000 +0000 3--- gfx/thebes/moz.build.orig 2016-04-15 16:57:42.000000000 +0000
4+++ gfx/thebes/moz.build 4+++ gfx/thebes/moz.build
5@@ -291,6 +291,12 @@ CXXFLAGS += CONFIG['TK_CFLAGS'] 5@@ -293,6 +293,12 @@ CXXFLAGS += CONFIG['TK_CFLAGS']
6 CFLAGS += CONFIG['MOZ_CAIRO_CFLAGS'] 6 CFLAGS += CONFIG['MOZ_CAIRO_CFLAGS']
7 CFLAGS += CONFIG['TK_CFLAGS'] 7 CFLAGS += CONFIG['TK_CFLAGS']
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_GRAPHITE2']: 12+if CONFIG['MOZ_NATIVE_GRAPHITE2']:
13+ CXXFLAGS += CONFIG['MOZ_GRAPHITE2_CFLAGS'] 13+ CXXFLAGS += CONFIG['MOZ_GRAPHITE2_CFLAGS']
14+ 14+
15 if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('android', 'gonk', 'qt'): 15 if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('android', 'gonk', 'qt'):
16 CXXFLAGS += CONFIG['CAIRO_FT_CFLAGS'] 16 CXXFLAGS += CONFIG['CAIRO_FT_CFLAGS']
17  17
18@@ -304,7 +310,5 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk 18@@ -306,8 +312,6 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk
19  19
20 LOCAL_INCLUDES += CONFIG['SKIA_INCLUDES'] 20 LOCAL_INCLUDES += CONFIG['SKIA_INCLUDES']
21  21
22-DEFINES['GRAPHITE2_STATIC'] = True 22-DEFINES['GRAPHITE2_STATIC'] = True
23- 23-
24 if CONFIG['OS_ARCH'] == 'WINNT': 24 if CONFIG['CLANG_CXX']:
25 del DEFINES['UNICODE'] 25 # Suppress warnings from Skia header files.
 26 SOURCES['gfxPlatform.cpp'].flags += ['-Wno-implicit-fallthrough']

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

--- pkgsrc/www/firefox/patches/Attic/patch-media_libcubeb_src_cubeb.c 2016/03/08 21:32:52 1.2
+++ pkgsrc/www/firefox/patches/Attic/patch-media_libcubeb_src_cubeb.c 2016/04/27 16:22:40 1.3
@@ -1,24 +1,24 @@ @@ -1,24 +1,24 @@
1$NetBSD: patch-media_libcubeb_src_cubeb.c,v 1.2 2016/03/08 21:32:52 ryoon Exp $ 1$NetBSD: patch-media_libcubeb_src_cubeb.c,v 1.3 2016/04/27 16:22:40 ryoon Exp $
2 2
3--- media/libcubeb/src/cubeb.c.orig 2016-02-25 23:01:58.000000000 +0000 3--- media/libcubeb/src/cubeb.c.orig 2016-04-15 16:57:46.000000000 +0000
4+++ media/libcubeb/src/cubeb.c 4+++ media/libcubeb/src/cubeb.c
5@@ -60,6 +60,9 @@ int audiotrack_init(cubeb ** context, ch 5@@ -60,6 +60,9 @@ int audiotrack_init(cubeb ** context, ch
6 #if defined(USE_KAI) 6 #if defined(USE_KAI)
7 int kai_init(cubeb ** context, char const * context_name); 7 int kai_init(cubeb ** context, char const * context_name);
8 #endif 8 #endif
9+#if defined(USE_OSS) 9+#if defined(USE_OSS)
10+int oss_init(cubeb ** context, char const * context_name); 10+int oss_init(cubeb ** context, char const * context_name);
11+#endif 11+#endif
12  12
 13
13 int 14 int
14 validate_stream_params(cubeb_stream_params stream_params) 15@@ -152,6 +155,9 @@ cubeb_init(cubeb ** context, char const
15@@ -129,6 +132,9 @@ cubeb_init(cubeb ** context, char const  
16 #if defined(USE_KAI) 16 #if defined(USE_KAI)
17 kai_init, 17 kai_init,
18 #endif 18 #endif
19+#if defined(USE_OSS) 19+#if defined(USE_OSS)
20+ oss_init, 20+ oss_init,
21+#endif 21+#endif
22 }; 22 };
23 int i; 23 int i;
24  24

cvs diff -r1.3 -r1.4 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 2015/11/03 15:52:57 1.3
+++ pkgsrc/www/firefox/patches/Attic/patch-gfx_skia_generate__mozbuild.py 2016/04/27 16:22:40 1.4
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1$NetBSD: patch-gfx_skia_generate__mozbuild.py,v 1.3 2015/11/03 15:52:57 ryoon Exp $ 1$NetBSD: patch-gfx_skia_generate__mozbuild.py,v 1.4 2016/04/27 16:22:40 ryoon Exp $
2 2
3--- gfx/skia/generate_mozbuild.py.orig 2015-10-22 22:30:23.000000000 +0000 3--- gfx/skia/generate_mozbuild.py.orig 2016-04-15 16:57:40.000000000 +0000
4+++ gfx/skia/generate_mozbuild.py 4+++ gfx/skia/generate_mozbuild.py
5@@ -147,6 +147,12 @@ if CONFIG['GNU_CXX']: 5@@ -135,6 +135,12 @@ if CONFIG['CLANG_CXX'] or CONFIG['CLANG_
6 if CONFIG['CPU_ARCH'] == 'arm': 6 '-Wno-unused-private-field',
7 SOURCES['skia/src/opts/SkBlitRow_opts_arm.cpp'].flags += ['-fomit-frame-pointer'] 7 ]
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']: 12+if CONFIG['MOZ_NATIVE_HARFBUZZ']:
13+ CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS'] 13+ CXXFLAGS += CONFIG['MOZ_HARFBUZZ_CFLAGS']
14+ 14+
15 if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3', 'android', 'gonk', 'qt'): 15 if CONFIG['MOZ_WIDGET_TOOLKIT'] in ('gtk2', 'gtk3', 'android', 'gonk', 'qt'):
16 CXXFLAGS += CONFIG['MOZ_CAIRO_CFLAGS'] 16 CXXFLAGS += CONFIG['MOZ_CAIRO_CFLAGS']
17 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_skia_src_core_SkUtilsArm.cpp (expand / switch to unified diff)

--- pkgsrc/www/firefox/patches/Attic/patch-gfx_skia_skia_src_core_SkUtilsArm.cpp 2015/11/03 15:52:57 1.1
+++ pkgsrc/www/firefox/patches/Attic/patch-gfx_skia_skia_src_core_SkUtilsArm.cpp 2016/04/27 16:22:40 1.2
@@ -1,45 +1,27 @@ @@ -1,45 +1,27 @@
1$NetBSD: patch-gfx_skia_skia_src_core_SkUtilsArm.cpp,v 1.1 2015/11/03 15:52:57 ryoon Exp $ 1$NetBSD: patch-gfx_skia_skia_src_core_SkUtilsArm.cpp,v 1.2 2016/04/27 16:22:40 ryoon Exp $
2 2
3--- gfx/skia/skia/src/core/SkUtilsArm.cpp.orig 2015-10-22 22:30:24.000000000 +0000 3--- gfx/skia/skia/src/core/SkUtilsArm.cpp.orig 2016-04-15 16:57:41.000000000 +0000
4+++ gfx/skia/skia/src/core/SkUtilsArm.cpp 4+++ gfx/skia/skia/src/core/SkUtilsArm.cpp
5@@ -16,6 +16,10 @@ 5@@ -16,6 +16,10 @@
6 #include <string.h> 6 #include <string.h>
7 #include <pthread.h> 7 #include <pthread.h>
8  8
9+#if defined(__NetBSD__) 9+#if defined(__NetBSD__)
10+#include <sys/sysctl.h> 10+#include <sys/sysctl.h>
11+#endif 11+#endif
12+ 12+
13 // Set USE_ANDROID_NDK_CPU_FEATURES to use the Android NDK's 13 #if defined(SK_BUILD_FOR_ANDROID)
14 // cpu-features helper library to detect NEON at runtime. See 14 # ifdef MOZ_SKIA
15 // http://crbug.com/164154 to see why this is needed in Chromium 15 # include "mozilla/arm.h"
16@@ -47,6 +51,11 @@ 16@@ -24,6 +28,11 @@
17 # endif 17 # endif
18 #endif 18 #endif
19  19
20+#if !defined(TEMP_FAILURE_RETRY) 20+#if !defined(TEMP_FAILURE_RETRY)
21+ // TEMP_FAILURE_RETRY is glibc specific 21+ // TEMP_FAILURE_RETRY is glibc specific
22+# define TEMP_FAILURE_RETRY 22+# define TEMP_FAILURE_RETRY
23+#endif 23+#endif
24+ 24+
25 // A function used to determine at runtime if the target CPU supports 25 // A function used to determine at runtime if the target CPU supports
26 // the ARM NEON instruction set. This implementation is Linux-specific. 26 // the ARM NEON instruction set. This implementation is Linux-specific.
27 static bool sk_cpu_arm_check_neon(void) { 27 static bool sk_cpu_arm_check_neon(void) {
28@@ -82,6 +91,17 @@ static bool sk_cpu_arm_check_neon(void)  
29  
30 result = (android_getCpuFeatures() & ANDROID_CPU_ARM_FEATURE_NEON) != 0; 
31  
32+#elif defined(__NetBSD__) 
33+ 
34+ size_t len; 
35+ int flag; 
36+ len = sizeof(flag); 
37+ if (sysctlbyname("machdep.neon_present", &flag, &len, NULL, 0) == 0) { 
38+ result = flag != 0; 
39+ } else { 
40+ result = false; 
41+ } 
42+ 
43 #else // USE_ANDROID_NDK_CPU_FEATURES 
44  
45 // There is no user-accessible CPUID instruction on ARM that we can use. 

cvs diff -r1.13 -r1.14 pkgsrc/www/firefox/patches/Attic/patch-media_libcubeb_src_cubeb__alsa.c (expand / switch to unified diff)

--- pkgsrc/www/firefox/patches/Attic/patch-media_libcubeb_src_cubeb__alsa.c 2016/03/08 21:32:52 1.13
+++ pkgsrc/www/firefox/patches/Attic/patch-media_libcubeb_src_cubeb__alsa.c 2016/04/27 16:22:40 1.14
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1$NetBSD: patch-media_libcubeb_src_cubeb__alsa.c,v 1.13 2016/03/08 21:32:52 ryoon Exp $ 1$NetBSD: patch-media_libcubeb_src_cubeb__alsa.c,v 1.14 2016/04/27 16:22:40 ryoon Exp $
2 2
3--- media/libcubeb/src/cubeb_alsa.c.orig 2016-02-25 23:01:58.000000000 +0000 3--- media/libcubeb/src/cubeb_alsa.c.orig 2016-04-15 16:57:46.000000000 +0000
4+++ media/libcubeb/src/cubeb_alsa.c 4+++ media/libcubeb/src/cubeb_alsa.c
5@@ -7,12 +7,18 @@ 5@@ -7,12 +7,18 @@
6 #undef NDEBUG 6 #undef NDEBUG
7 #define _DEFAULT_SOURCE 7 #define _DEFAULT_SOURCE
8 #define _BSD_SOURCE 8 #define _BSD_SOURCE
9+#if defined(__NetBSD__) 9+#if defined(__NetBSD__)
10+#define _NETBSD_SOURCE 10+#define _NETBSD_SOURCE
11+#endif 11+#endif
12 #define _XOPEN_SOURCE 500 12 #define _XOPEN_SOURCE 500
13 #include <pthread.h> 13 #include <pthread.h>
14 #include <sys/time.h> 14 #include <sys/time.h>
15 #include <assert.h> 15 #include <assert.h>
16 #include <limits.h> 16 #include <limits.h>
@@ -72,27 +72,27 @@ $NetBSD: patch-media_libcubeb_src_cubeb_ @@ -72,27 +72,27 @@ $NetBSD: patch-media_libcubeb_src_cubeb_
72+ 72+
73 /* ALSA is not thread-safe. snd_pcm_t instances are individually protected 73 /* ALSA is not thread-safe. snd_pcm_t instances are individually protected
74 by the owning cubeb_stream's mutex. snd_pcm_t creation and destruction 74 by the owning cubeb_stream's mutex. snd_pcm_t creation and destruction
75 is not thread-safe until ALSA 1.0.24 (see alsa-lib.git commit 91c9c8f1), 75 is not thread-safe until ALSA 1.0.24 (see alsa-lib.git commit 91c9c8f1),
76@@ -65,6 +116,8 @@ struct cubeb { 76@@ -65,6 +116,8 @@ struct cubeb {
77 workaround is not required. */ 77 workaround is not required. */
78 snd_config_t * local_config; 78 snd_config_t * local_config;
79 int is_pa; 79 int is_pa;
80+ 80+
81+ void * libasound; 81+ void * libasound;
82 }; 82 };
83  83
84 enum stream_state { 84 enum stream_state {
85@@ -258,32 +311,35 @@ alsa_refill_stream(cubeb_stream * stm) 85@@ -257,32 +310,35 @@ alsa_refill_stream(cubeb_stream * stm)
86 long got; 86 long got;
87 void * p; 87 void * p;
88 int draining; 88 int draining;
89+ unsigned pipefailures, againfailures; 89+ unsigned pipefailures, againfailures;
90  90
91 draining = 0; 91 draining = 0;
92  92
93 pthread_mutex_lock(&stm->mutex); 93 pthread_mutex_lock(&stm->mutex);
94  94
95- r = snd_pcm_poll_descriptors_revents(stm->pcm, stm->fds, stm->nfds, &revents); 95- r = snd_pcm_poll_descriptors_revents(stm->pcm, stm->fds, stm->nfds, &revents);
96- if (r < 0 || revents != POLLOUT) { 96- if (r < 0 || revents != POLLOUT) {
97- /* This should be a stream error; it makes no sense for poll(2) to wake 97- /* This should be a stream error; it makes no sense for poll(2) to wake
98- for this stream and then have the stream report that it's not ready. 98- for this stream and then have the stream report that it's not ready.
@@ -127,60 +127,60 @@ $NetBSD: patch-media_libcubeb_src_cubeb_ @@ -127,60 +127,60 @@ $NetBSD: patch-media_libcubeb_src_cubeb_
127+ if (pipefailures++ > 11) { 127+ if (pipefailures++ > 11) {
128+ fprintf(stderr, "%s: repeated failures from snd_pcm_avail_update, " 128+ fprintf(stderr, "%s: repeated failures from snd_pcm_avail_update, "
129+ "giving up\n", __func__); 129+ "giving up\n", __func__);
130+ pthread_mutex_unlock(&stm->mutex); 130+ pthread_mutex_unlock(&stm->mutex);
131+ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); 131+ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR);
132+ return ERROR; 132+ return ERROR;
133+ } 133+ }
134+ WRAP(snd_pcm_recover)(stm->pcm, avail, 1); 134+ WRAP(snd_pcm_recover)(stm->pcm, avail, 1);
135 } 135 }
136+ pipefailures = againfailures = 0; 136+ pipefailures = againfailures = 0;
137  137
138 /* This should never happen. */ 138 /* This should never happen. */
139 if ((unsigned int) avail > stm->buffer_size) { 139 if ((unsigned int) avail > stm->buffer_size) {
140@@ -294,8 +350,8 @@ alsa_refill_stream(cubeb_stream * stm) 140@@ -293,8 +349,8 @@ alsa_refill_stream(cubeb_stream * stm)
141 available to write. If avail is still zero here, the stream must be in 141 available to write. If avail is still zero here, the stream must be in
142 a funky state, so recover and try again. */ 142 a funky state, so recover and try again. */
143 if (avail == 0) { 143 if (avail == 0) {
144- snd_pcm_recover(stm->pcm, -EPIPE, 1); 144- snd_pcm_recover(stm->pcm, -EPIPE, 1);
145- avail = snd_pcm_avail_update(stm->pcm); 145- avail = snd_pcm_avail_update(stm->pcm);
146+ WRAP(snd_pcm_recover)(stm->pcm, -EPIPE, 1); 146+ WRAP(snd_pcm_recover)(stm->pcm, -EPIPE, 1);
147+ avail = WRAP(snd_pcm_avail_update)(stm->pcm); 147+ avail = WRAP(snd_pcm_avail_update)(stm->pcm);
148 if (avail <= 0) { 148 if (avail <= 0) {
149 pthread_mutex_unlock(&stm->mutex); 149 pthread_mutex_unlock(&stm->mutex);
150 stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); 150 stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR);
151@@ -303,7 +359,7 @@ alsa_refill_stream(cubeb_stream * stm) 151@@ -302,7 +358,7 @@ alsa_refill_stream(cubeb_stream * stm)
152 } 152 }
153 } 153 }
154  154
155- p = calloc(1, snd_pcm_frames_to_bytes(stm->pcm, avail)); 155- p = calloc(1, snd_pcm_frames_to_bytes(stm->pcm, avail));
156+ p = calloc(1, WRAP(snd_pcm_frames_to_bytes)(stm->pcm, avail)); 156+ p = calloc(1, WRAP(snd_pcm_frames_to_bytes)(stm->pcm, avail));
157 assert(p); 157 assert(p);
158  158
159 pthread_mutex_unlock(&stm->mutex); 159 pthread_mutex_unlock(&stm->mutex);
160@@ -312,10 +368,11 @@ alsa_refill_stream(cubeb_stream * stm) 160@@ -311,10 +367,11 @@ alsa_refill_stream(cubeb_stream * stm)
161 if (got < 0) { 161 if (got < 0) {
162 pthread_mutex_unlock(&stm->mutex); 162 pthread_mutex_unlock(&stm->mutex);
163 stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); 163 stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR);
164+ free(p); 164+ free(p);
165 return ERROR; 165 return ERROR;
166 } 166 }
167 if (got > 0) { 167 if (got > 0) {
168- snd_pcm_sframes_t wrote; 168- snd_pcm_sframes_t wrote;
169+ snd_pcm_sframes_t wrote, towrite = got; 169+ snd_pcm_sframes_t wrote, towrite = got;
170  170
171 if (stm->params.format == CUBEB_SAMPLE_FLOAT32NE) { 171 if (stm->params.format == CUBEB_SAMPLE_FLOAT32NE) {
172 float * b = (float *) p; 172 float * b = (float *) p;
173@@ -328,14 +385,66 @@ alsa_refill_stream(cubeb_stream * stm) 173@@ -327,14 +384,66 @@ alsa_refill_stream(cubeb_stream * stm)
174 b[i] *= stm->volume; 174 b[i] *= stm->volume;
175 } 175 }
176 } 176 }
177- wrote = snd_pcm_writei(stm->pcm, p, got); 177- wrote = snd_pcm_writei(stm->pcm, p, got);
178- if (wrote == -EPIPE) { 178- if (wrote == -EPIPE) {
179- snd_pcm_recover(stm->pcm, wrote, 1); 179- snd_pcm_recover(stm->pcm, wrote, 1);
180- wrote = snd_pcm_writei(stm->pcm, p, got); 180- wrote = snd_pcm_writei(stm->pcm, p, got);
181- } 181- }
182- assert(wrote >= 0 && wrote == got); 182- assert(wrote >= 0 && wrote == got);
183- stm->write_position += wrote; 183- stm->write_position += wrote;
184- gettimeofday(&stm->last_activity, NULL); 184- gettimeofday(&stm->last_activity, NULL);
185+ for (;;) { 185+ for (;;) {
186+ wrote = WRAP(snd_pcm_writei)(stm->pcm, p, 186+ wrote = WRAP(snd_pcm_writei)(stm->pcm, p,
@@ -235,36 +235,36 @@ $NetBSD: patch-media_libcubeb_src_cubeb_ @@ -235,36 +235,36 @@ $NetBSD: patch-media_libcubeb_src_cubeb_
235+ __func__, (long long)wrote, (long long)towrite); 235+ __func__, (long long)wrote, (long long)towrite);
236+ free(p); 236+ free(p);
237+ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR); 237+ stm->state_callback(stm, stm->user_ptr, CUBEB_STATE_ERROR);
238+ pthread_mutex_unlock(&stm->mutex); 238+ pthread_mutex_unlock(&stm->mutex);
239+ return ERROR; 239+ return ERROR;
240+ } 240+ }
241+ if (towrite == wrote) 241+ if (towrite == wrote)
242+ break; 242+ break;
243+ towrite -= wrote; 243+ towrite -= wrote;
244+ } 244+ }
245 } 245 }
246 if (got != avail) { 246 if (got != avail) {
247 long buffer_fill = stm->buffer_size - (avail - got); 247 long buffer_fill = stm->buffer_size - (avail - got);
248@@ -343,7 +452,7 @@ alsa_refill_stream(cubeb_stream * stm) 248@@ -342,7 +451,7 @@ alsa_refill_stream(cubeb_stream * stm)
249  249
250 /* Fill the remaining buffer with silence to guarantee one full period 250 /* Fill the remaining buffer with silence to guarantee one full period
251 has been written. */ 251 has been written. */
252- snd_pcm_writei(stm->pcm, (char *) p + got, avail - got); 252- snd_pcm_writei(stm->pcm, (char *) p + got, avail - got);
253+ WRAP(snd_pcm_writei)(stm->pcm, (char *) p + got, avail - got); 253+ WRAP(snd_pcm_writei)(stm->pcm, (char *) p + got, avail - got);
254  254
255 set_timeout(&stm->drain_timeout, buffer_time * 1000); 255 set_timeout(&stm->drain_timeout, buffer_time * 1000);
256  256
257@@ -454,26 +563,26 @@ get_slave_pcm_node(snd_config_t * lconf, 257@@ -453,26 +562,26 @@ get_slave_pcm_node(snd_config_t * lconf,
258  258
259 slave_def = NULL; 259 slave_def = NULL;
260  260
261- r = snd_config_search(root_pcm, "slave", &slave_pcm); 261- r = snd_config_search(root_pcm, "slave", &slave_pcm);
262+ r = WRAP(snd_config_search)(root_pcm, "slave", &slave_pcm); 262+ r = WRAP(snd_config_search)(root_pcm, "slave", &slave_pcm);
263 if (r < 0) { 263 if (r < 0) {
264 return NULL; 264 return NULL;
265 } 265 }
266  266
267- r = snd_config_get_string(slave_pcm, &string); 267- r = snd_config_get_string(slave_pcm, &string);
268+ r = WRAP(snd_config_get_string)(slave_pcm, &string); 268+ r = WRAP(snd_config_get_string)(slave_pcm, &string);
269 if (r >= 0) { 269 if (r >= 0) {
270- r = snd_config_search_definition(lconf, "pcm_slave", string, &slave_def); 270- r = snd_config_search_definition(lconf, "pcm_slave", string, &slave_def);
@@ -276,148 +276,148 @@ $NetBSD: patch-media_libcubeb_src_cubeb_ @@ -276,148 +276,148 @@ $NetBSD: patch-media_libcubeb_src_cubeb_
276  276
277 do { 277 do {
278- r = snd_config_search(slave_def ? slave_def : slave_pcm, "pcm", &pcm); 278- r = snd_config_search(slave_def ? slave_def : slave_pcm, "pcm", &pcm);
279+ r = WRAP(snd_config_search)(slave_def ? slave_def : slave_pcm, "pcm", &pcm); 279+ r = WRAP(snd_config_search)(slave_def ? slave_def : slave_pcm, "pcm", &pcm);
280 if (r < 0) { 280 if (r < 0) {
281 break; 281 break;
282 } 282 }
283  283
284- r = snd_config_get_string(slave_def ? slave_def : slave_pcm, &string); 284- r = snd_config_get_string(slave_def ? slave_def : slave_pcm, &string);
285+ r = WRAP(snd_config_get_string)(slave_def ? slave_def : slave_pcm, &string); 285+ r = WRAP(snd_config_get_string)(slave_def ? slave_def : slave_pcm, &string);
286 if (r < 0) { 286 if (r < 0) {
287 break; 287 break;
288 } 288 }
289@@ -482,7 +591,7 @@ get_slave_pcm_node(snd_config_t * lconf, 289@@ -481,7 +590,7 @@ get_slave_pcm_node(snd_config_t * lconf,
290 if (r < 0 || r > (int) sizeof(node_name)) { 290 if (r < 0 || r > (int) sizeof(node_name)) {
291 break; 291 break;
292 } 292 }
293- r = snd_config_search(lconf, node_name, &pcm); 293- r = snd_config_search(lconf, node_name, &pcm);
294+ r = WRAP(snd_config_search)(lconf, node_name, &pcm); 294+ r = WRAP(snd_config_search)(lconf, node_name, &pcm);
295 if (r < 0) { 295 if (r < 0) {
296 break; 296 break;
297 } 297 }
298@@ -491,7 +600,7 @@ get_slave_pcm_node(snd_config_t * lconf, 298@@ -490,7 +599,7 @@ get_slave_pcm_node(snd_config_t * lconf,
299 } while (0); 299 } while (0);
300  300
301 if (slave_def) { 301 if (slave_def) {
302- snd_config_delete(slave_def); 302- snd_config_delete(slave_def);
303+ WRAP(snd_config_delete)(slave_def); 303+ WRAP(snd_config_delete)(slave_def);
304 } 304 }
305  305
306 return NULL; 306 return NULL;
307@@ -514,22 +623,22 @@ init_local_config_with_workaround(char c 307@@ -513,22 +622,22 @@ init_local_config_with_workaround(char c
308  308
309 lconf = NULL; 309 lconf = NULL;
310  310
311- if (snd_config == NULL) { 311- if (snd_config == NULL) {
312+ if (*WRAP(snd_config) == NULL) { 312+ if (*WRAP(snd_config) == NULL) {
313 return NULL; 313 return NULL;
314 } 314 }
315  315
316- r = snd_config_copy(&lconf, snd_config); 316- r = snd_config_copy(&lconf, snd_config);
317+ r = WRAP(snd_config_copy)(&lconf, *WRAP(snd_config)); 317+ r = WRAP(snd_config_copy)(&lconf, *WRAP(snd_config));
318 if (r < 0) { 318 if (r < 0) {
319 return NULL; 319 return NULL;
320 } 320 }
321  321
322 do { 322 do {
323- r = snd_config_search_definition(lconf, "pcm", pcm_name, &pcm_node); 323- r = snd_config_search_definition(lconf, "pcm", pcm_name, &pcm_node);
324+ r = WRAP(snd_config_search_definition)(lconf, "pcm", pcm_name, &pcm_node); 324+ r = WRAP(snd_config_search_definition)(lconf, "pcm", pcm_name, &pcm_node);
325 if (r < 0) { 325 if (r < 0) {
326 break; 326 break;
327 } 327 }
328  328
329- r = snd_config_get_id(pcm_node, &string); 329- r = snd_config_get_id(pcm_node, &string);
330+ r = WRAP(snd_config_get_id)(pcm_node, &string); 330+ r = WRAP(snd_config_get_id)(pcm_node, &string);
331 if (r < 0) { 331 if (r < 0) {
332 break; 332 break;
333 } 333 }
334@@ -538,7 +647,7 @@ init_local_config_with_workaround(char c 334@@ -537,7 +646,7 @@ init_local_config_with_workaround(char c
335 if (r < 0 || r > (int) sizeof(node_name)) { 335 if (r < 0 || r > (int) sizeof(node_name)) {
336 break; 336 break;
337 } 337 }
338- r = snd_config_search(lconf, node_name, &pcm_node); 338- r = snd_config_search(lconf, node_name, &pcm_node);
339+ r = WRAP(snd_config_search)(lconf, node_name, &pcm_node); 339+ r = WRAP(snd_config_search)(lconf, node_name, &pcm_node);
340 if (r < 0) { 340 if (r < 0) {
341 break; 341 break;
342 } 342 }
343@@ -549,12 +658,12 @@ init_local_config_with_workaround(char c 343@@ -548,12 +657,12 @@ init_local_config_with_workaround(char c
344 } 344 }
345  345
346 /* Fetch the PCM node's type, and bail out if it's not the PulseAudio plugin. */ 346 /* Fetch the PCM node's type, and bail out if it's not the PulseAudio plugin. */
347- r = snd_config_search(pcm_node, "type", &node); 347- r = snd_config_search(pcm_node, "type", &node);
348+ r = WRAP(snd_config_search)(pcm_node, "type", &node); 348+ r = WRAP(snd_config_search)(pcm_node, "type", &node);
349 if (r < 0) { 349 if (r < 0) {
350 break; 350 break;
351 } 351 }
352  352
353- r = snd_config_get_string(node, &string); 353- r = snd_config_get_string(node, &string);
354+ r = WRAP(snd_config_get_string)(node, &string); 354+ r = WRAP(snd_config_get_string)(node, &string);
355 if (r < 0) { 355 if (r < 0) {
356 break; 356 break;
357 } 357 }
358@@ -565,18 +674,18 @@ init_local_config_with_workaround(char c 358@@ -564,18 +673,18 @@ init_local_config_with_workaround(char c
359  359
360 /* Don't clobber an explicit existing handle_underrun value, set it only 360 /* Don't clobber an explicit existing handle_underrun value, set it only
361 if it doesn't already exist. */ 361 if it doesn't already exist. */
362- r = snd_config_search(pcm_node, "handle_underrun", &node); 362- r = snd_config_search(pcm_node, "handle_underrun", &node);
363+ r = WRAP(snd_config_search)(pcm_node, "handle_underrun", &node); 363+ r = WRAP(snd_config_search)(pcm_node, "handle_underrun", &node);
364 if (r != -ENOENT) { 364 if (r != -ENOENT) {
365 break; 365 break;
366 } 366 }
367  367
368 /* Disable pcm_pulse's asynchronous underrun handling. */ 368 /* Disable pcm_pulse's asynchronous underrun handling. */
369- r = snd_config_imake_integer(&node, "handle_underrun", 0); 369- r = snd_config_imake_integer(&node, "handle_underrun", 0);
370+ r = WRAP(snd_config_imake_integer)(&node, "handle_underrun", 0); 370+ r = WRAP(snd_config_imake_integer)(&node, "handle_underrun", 0);
371 if (r < 0) { 371 if (r < 0) {
372 break; 372 break;
373 } 373 }
374  374
375- r = snd_config_add(pcm_node, node); 375- r = snd_config_add(pcm_node, node);
376+ r = WRAP(snd_config_add)(pcm_node, node); 376+ r = WRAP(snd_config_add)(pcm_node, node);
377 if (r < 0) { 377 if (r < 0) {
378 break; 378 break;
379 } 379 }
380@@ -584,7 +693,7 @@ init_local_config_with_workaround(char c 380@@ -583,7 +692,7 @@ init_local_config_with_workaround(char c
381 return lconf; 381 return lconf;
382 } while (0); 382 } while (0);
383  383
384- snd_config_delete(lconf); 384- snd_config_delete(lconf);
385+ WRAP(snd_config_delete)(lconf); 385+ WRAP(snd_config_delete)(lconf);
386  386
387 return NULL; 387 return NULL;
388 } 388 }
389@@ -596,9 +705,9 @@ alsa_locked_pcm_open(snd_pcm_t ** pcm, s 389@@ -595,9 +704,9 @@ alsa_locked_pcm_open(snd_pcm_t ** pcm, s
390  390
391 pthread_mutex_lock(&cubeb_alsa_mutex); 391 pthread_mutex_lock(&cubeb_alsa_mutex);
392 if (local_config) { 392 if (local_config) {
393- r = snd_pcm_open_lconf(pcm, CUBEB_ALSA_PCM_NAME, stream, SND_PCM_NONBLOCK, local_config); 393- r = snd_pcm_open_lconf(pcm, CUBEB_ALSA_PCM_NAME, stream, SND_PCM_NONBLOCK, local_config);
394+ r = WRAP(snd_pcm_open_lconf)(pcm, CUBEB_ALSA_PCM_NAME, stream, SND_PCM_NONBLOCK, local_config); 394+ r = WRAP(snd_pcm_open_lconf)(pcm, CUBEB_ALSA_PCM_NAME, stream, SND_PCM_NONBLOCK, local_config);
395 } else { 395 } else {
396- r = snd_pcm_open(pcm, CUBEB_ALSA_PCM_NAME, stream, SND_PCM_NONBLOCK); 396- r = snd_pcm_open(pcm, CUBEB_ALSA_PCM_NAME, stream, SND_PCM_NONBLOCK);
397+ r = WRAP(snd_pcm_open)(pcm, CUBEB_ALSA_PCM_NAME, stream, SND_PCM_NONBLOCK); 397+ r = WRAP(snd_pcm_open)(pcm, CUBEB_ALSA_PCM_NAME, stream, SND_PCM_NONBLOCK);
398 } 398 }
399 pthread_mutex_unlock(&cubeb_alsa_mutex); 399 pthread_mutex_unlock(&cubeb_alsa_mutex);
400  400
401@@ -611,7 +720,7 @@ alsa_locked_pcm_close(snd_pcm_t * pcm) 401@@ -610,7 +719,7 @@ alsa_locked_pcm_close(snd_pcm_t * pcm)
402 int r; 402 int r;
403  403
404 pthread_mutex_lock(&cubeb_alsa_mutex); 404 pthread_mutex_lock(&cubeb_alsa_mutex);
405- r = snd_pcm_close(pcm); 405- r = snd_pcm_close(pcm);
406+ r = WRAP(snd_pcm_close)(pcm); 406+ r = WRAP(snd_pcm_close)(pcm);
407 pthread_mutex_unlock(&cubeb_alsa_mutex); 407 pthread_mutex_unlock(&cubeb_alsa_mutex);
408  408
409 return r; 409 return r;
410@@ -668,12 +777,65 @@ alsa_init(cubeb ** context, char const * 410@@ -667,12 +776,65 @@ alsa_init(cubeb ** context, char const *
411 pthread_attr_t attr; 411 pthread_attr_t attr;
412 snd_pcm_t * dummy; 412 snd_pcm_t * dummy;
413  413
414+ void * libasound = NULL; 414+ void * libasound = NULL;
415+ 415+
416+#ifndef DISABLE_LIBASOUND_DLOPEN 416+#ifndef DISABLE_LIBASOUND_DLOPEN
417+ libasound = dlopen("libasound.so", RTLD_LAZY); 417+ libasound = dlopen("libasound.so", RTLD_LAZY);
418+ if (!libasound) { 418+ if (!libasound) {
419+ return CUBEB_ERROR; 419+ return CUBEB_ERROR;
420+ } 420+ }
421+ 421+
422+#define LOAD(x) do { \ 422+#define LOAD(x) do { \
423+ cubeb_##x = dlsym(libasound, #x); \ 423+ cubeb_##x = dlsym(libasound, #x); \
@@ -464,135 +464,135 @@ $NetBSD: patch-media_libcubeb_src_cubeb_ @@ -464,135 +464,135 @@ $NetBSD: patch-media_libcubeb_src_cubeb_
464+ 464+
465+#undef LOAD 465+#undef LOAD
466+#endif 466+#endif
467 assert(context); 467 assert(context);
468 *context = NULL; 468 *context = NULL;
469  469
470 pthread_mutex_lock(&cubeb_alsa_mutex); 470 pthread_mutex_lock(&cubeb_alsa_mutex);
471 if (!cubeb_alsa_error_handler_set) { 471 if (!cubeb_alsa_error_handler_set) {
472- snd_lib_error_set_handler(silent_error_handler); 472- snd_lib_error_set_handler(silent_error_handler);
473+ WRAP(snd_lib_error_set_handler)(silent_error_handler); 473+ WRAP(snd_lib_error_set_handler)(silent_error_handler);
474 cubeb_alsa_error_handler_set = 1; 474 cubeb_alsa_error_handler_set = 1;
475 } 475 }
476 pthread_mutex_unlock(&cubeb_alsa_mutex); 476 pthread_mutex_unlock(&cubeb_alsa_mutex);
477@@ -681,6 +843,8 @@ alsa_init(cubeb ** context, char const * 477@@ -680,6 +842,8 @@ alsa_init(cubeb ** context, char const *
478 ctx = calloc(1, sizeof(*ctx)); 478 ctx = calloc(1, sizeof(*ctx));
479 assert(ctx); 479 assert(ctx);
480  480
481+ ctx->libasound = libasound; 481+ ctx->libasound = libasound;
482+ 482+
483 ctx->ops = &alsa_ops; 483 ctx->ops = &alsa_ops;
484  484
485 r = pthread_mutex_init(&ctx->mutex, NULL); 485 r = pthread_mutex_init(&ctx->mutex, NULL);
486@@ -730,7 +894,7 @@ alsa_init(cubeb ** context, char const * 486@@ -729,7 +893,7 @@ alsa_init(cubeb ** context, char const *
487 config fails with EINVAL, the PA PCM is too old for this workaround. */ 487 config fails with EINVAL, the PA PCM is too old for this workaround. */
488 if (r == -EINVAL) { 488 if (r == -EINVAL) {
489 pthread_mutex_lock(&cubeb_alsa_mutex); 489 pthread_mutex_lock(&cubeb_alsa_mutex);
490- snd_config_delete(ctx->local_config); 490- snd_config_delete(ctx->local_config);
491+ WRAP(snd_config_delete)(ctx->local_config); 491+ WRAP(snd_config_delete)(ctx->local_config);
492 pthread_mutex_unlock(&cubeb_alsa_mutex); 492 pthread_mutex_unlock(&cubeb_alsa_mutex);
493 ctx->local_config = NULL; 493 ctx->local_config = NULL;
494 } else if (r >= 0) { 494 } else if (r >= 0) {
495@@ -769,9 +933,13 @@ alsa_destroy(cubeb * ctx) 495@@ -768,9 +932,13 @@ alsa_destroy(cubeb * ctx)
496 pthread_mutex_destroy(&ctx->mutex); 496 pthread_mutex_destroy(&ctx->mutex);
497 free(ctx->fds); 497 free(ctx->fds);
498  498
499+ if (ctx->libasound) { 499+ if (ctx->libasound) {
500+ dlclose(ctx->libasound); 500+ dlclose(ctx->libasound);
501+ } 501+ }
502+ 502+
503 if (ctx->local_config) { 503 if (ctx->local_config) {
504 pthread_mutex_lock(&cubeb_alsa_mutex); 504 pthread_mutex_lock(&cubeb_alsa_mutex);
505- snd_config_delete(ctx->local_config); 505- snd_config_delete(ctx->local_config);
506+ WRAP(snd_config_delete)(ctx->local_config); 506+ WRAP(snd_config_delete)(ctx->local_config);
507 pthread_mutex_unlock(&cubeb_alsa_mutex); 507 pthread_mutex_unlock(&cubeb_alsa_mutex);
508 } 508 }
509  509
510@@ -839,7 +1007,7 @@ alsa_stream_init(cubeb * ctx, cubeb_stre 510@@ -849,7 +1017,7 @@ alsa_stream_init(cubeb * ctx, cubeb_stre
511 return CUBEB_ERROR; 511 return CUBEB_ERROR;
512 } 512 }
513  513
514- r = snd_pcm_nonblock(stm->pcm, 1); 514- r = snd_pcm_nonblock(stm->pcm, 1);
515+ r = WRAP(snd_pcm_nonblock)(stm->pcm, 1); 515+ r = WRAP(snd_pcm_nonblock)(stm->pcm, 1);
516 assert(r == 0); 516 assert(r == 0);
517  517
518 /* Ugly hack: the PA ALSA plugin allows buffer configurations that can't 518 /* Ugly hack: the PA ALSA plugin allows buffer configurations that can't
519@@ -849,23 +1017,23 @@ alsa_stream_init(cubeb * ctx, cubeb_stre 519@@ -859,23 +1027,23 @@ alsa_stream_init(cubeb * ctx, cubeb_stre
520 latency = latency < 500 ? 500 : latency; 520 latency = latency < 500 ? 500 : latency;
521 } 521 }
522  522
523- r = snd_pcm_set_params(stm->pcm, format, SND_PCM_ACCESS_RW_INTERLEAVED, 523- r = snd_pcm_set_params(stm->pcm, format, SND_PCM_ACCESS_RW_INTERLEAVED,
524- stm->params.channels, stm->params.rate, 1, 524- stm->params.channels, stm->params.rate, 1,
525- latency * 1000); 525- latency * 1000);
526+ r = WRAP(snd_pcm_set_params)(stm->pcm, format, SND_PCM_ACCESS_RW_INTERLEAVED, 526+ r = WRAP(snd_pcm_set_params)(stm->pcm, format, SND_PCM_ACCESS_RW_INTERLEAVED,
527+ stm->params.channels, stm->params.rate, 1, 527+ stm->params.channels, stm->params.rate, 1,
528+ latency * 1000); 528+ latency * 1000);
529 if (r < 0) { 529 if (r < 0) {
530 alsa_stream_destroy(stm); 530 alsa_stream_destroy(stm);
531 return CUBEB_ERROR_INVALID_FORMAT; 531 return CUBEB_ERROR_INVALID_FORMAT;
532 } 532 }
533  533
534- r = snd_pcm_get_params(stm->pcm, &stm->buffer_size, &stm->period_size); 534- r = snd_pcm_get_params(stm->pcm, &stm->buffer_size, &period_size);
535+ r = WRAP(snd_pcm_get_params)(stm->pcm, &stm->buffer_size, &stm->period_size); 535+ r = WRAP(snd_pcm_get_params)(stm->pcm, &stm->buffer_size, &stm->period_size);
536 assert(r == 0); 536 assert(r == 0);
537  537
538- stm->nfds = snd_pcm_poll_descriptors_count(stm->pcm); 538- stm->nfds = snd_pcm_poll_descriptors_count(stm->pcm);
539+ stm->nfds = WRAP(snd_pcm_poll_descriptors_count)(stm->pcm); 539+ stm->nfds = WRAP(snd_pcm_poll_descriptors_count)(stm->pcm);
540 assert(stm->nfds > 0); 540 assert(stm->nfds > 0);
541  541
542 stm->saved_fds = calloc(stm->nfds, sizeof(struct pollfd)); 542 stm->saved_fds = calloc(stm->nfds, sizeof(struct pollfd));
543 assert(stm->saved_fds); 543 assert(stm->saved_fds);
544- r = snd_pcm_poll_descriptors(stm->pcm, stm->saved_fds, stm->nfds); 544- r = snd_pcm_poll_descriptors(stm->pcm, stm->saved_fds, stm->nfds);
545+ r = WRAP(snd_pcm_poll_descriptors)(stm->pcm, stm->saved_fds, stm->nfds); 545+ r = WRAP(snd_pcm_poll_descriptors)(stm->pcm, stm->saved_fds, stm->nfds);
546 assert((nfds_t) r == stm->nfds); 546 assert((nfds_t) r == stm->nfds);
547  547
548 r = pthread_cond_init(&stm->cond, NULL); 548 r = pthread_cond_init(&stm->cond, NULL);
549@@ -896,7 +1064,7 @@ alsa_stream_destroy(cubeb_stream * stm) 549@@ -906,7 +1074,7 @@ alsa_stream_destroy(cubeb_stream * stm)
550 pthread_mutex_lock(&stm->mutex); 550 pthread_mutex_lock(&stm->mutex);
551 if (stm->pcm) { 551 if (stm->pcm) {
552 if (stm->state == DRAINING) { 552 if (stm->state == DRAINING) {
553- snd_pcm_drain(stm->pcm); 553- snd_pcm_drain(stm->pcm);
554+ WRAP(snd_pcm_drain)(stm->pcm); 554+ WRAP(snd_pcm_drain)(stm->pcm);
555 } 555 }
556 alsa_locked_pcm_close(stm->pcm); 556 alsa_locked_pcm_close(stm->pcm);
557 stm->pcm = NULL; 557 stm->pcm = NULL;
558@@ -906,7 +1074,10 @@ alsa_stream_destroy(cubeb_stream * stm) 558@@ -916,7 +1084,10 @@ alsa_stream_destroy(cubeb_stream * stm)
559 pthread_mutex_destroy(&stm->mutex); 559 pthread_mutex_destroy(&stm->mutex);
560  560
561 r = pthread_cond_destroy(&stm->cond); 561 r = pthread_cond_destroy(&stm->cond);
562- assert(r == 0); 562- assert(r == 0);
563+ if (r != 0) { /* XXX stopgap until someone figures out the real reason */ 563+ if (r != 0) { /* XXX stopgap until someone figures out the real reason */
564+ fprintf(stderr,"alsa_stream_destroy: pthread_cond_destroy failed: %s", 564+ fprintf(stderr,"alsa_stream_destroy: pthread_cond_destroy failed: %s",
565+ strerror(r)); 565+ strerror(r));
566+ } 566+ }
567  567
568 alsa_unregister_stream(stm); 568 alsa_unregister_stream(stm);
569  569
570@@ -938,12 +1109,12 @@ alsa_get_max_channel_count(cubeb * ctx,  570@@ -948,12 +1119,12 @@ alsa_get_max_channel_count(cubeb * ctx,
571 return CUBEB_ERROR; 571 return CUBEB_ERROR;
572 } 572 }
573  573
574- r = snd_pcm_hw_params_any(stm->pcm, hw_params); 574- r = snd_pcm_hw_params_any(stm->pcm, hw_params);
575+ r = WRAP(snd_pcm_hw_params_any)(stm->pcm, hw_params); 575+ r = WRAP(snd_pcm_hw_params_any)(stm->pcm, hw_params);
576 if (r < 0) { 576 if (r < 0) {
577 return CUBEB_ERROR; 577 return CUBEB_ERROR;
578 } 578 }
579  579
580- r = snd_pcm_hw_params_get_channels_max(hw_params, max_channels); 580- r = snd_pcm_hw_params_get_channels_max(hw_params, max_channels);
581+ r = WRAP(snd_pcm_hw_params_get_channels_max)(hw_params, max_channels); 581+ r = WRAP(snd_pcm_hw_params_get_channels_max)(hw_params, max_channels);
582 if (r < 0) { 582 if (r < 0) {
583 return CUBEB_ERROR; 583 return CUBEB_ERROR;
584 } 584 }
585@@ -963,34 +1134,34 @@ alsa_get_preferred_sample_rate(cubeb * c 585@@ -973,34 +1144,34 @@ alsa_get_preferred_sample_rate(cubeb * c
586  586
587 /* get a pcm, disabling resampling, so we get a rate the 587 /* get a pcm, disabling resampling, so we get a rate the
588 * hardware/dmix/pulse/etc. supports. */ 588 * hardware/dmix/pulse/etc. supports. */
589- r = snd_pcm_open(&pcm, CUBEB_ALSA_PCM_NAME, SND_PCM_STREAM_PLAYBACK | SND_PCM_NO_AUTO_RESAMPLE, 0); 589- r = snd_pcm_open(&pcm, CUBEB_ALSA_PCM_NAME, SND_PCM_STREAM_PLAYBACK | SND_PCM_NO_AUTO_RESAMPLE, 0);
590+ r = WRAP(snd_pcm_open)(&pcm, CUBEB_ALSA_PCM_NAME, SND_PCM_STREAM_PLAYBACK | SND_PCM_NO_AUTO_RESAMPLE, 0); 590+ r = WRAP(snd_pcm_open)(&pcm, CUBEB_ALSA_PCM_NAME, SND_PCM_STREAM_PLAYBACK | SND_PCM_NO_AUTO_RESAMPLE, 0);
591 if (r < 0) { 591 if (r < 0) {
592 return CUBEB_ERROR; 592 return CUBEB_ERROR;
593 } 593 }
594  594
595- r = snd_pcm_hw_params_any(pcm, hw_params); 595- r = snd_pcm_hw_params_any(pcm, hw_params);
596+ r = WRAP(snd_pcm_hw_params_any)(pcm, hw_params); 596+ r = WRAP(snd_pcm_hw_params_any)(pcm, hw_params);
597 if (r < 0) { 597 if (r < 0) {
598- snd_pcm_close(pcm); 598- snd_pcm_close(pcm);
@@ -615,61 +615,61 @@ $NetBSD: patch-media_libcubeb_src_cubeb_ @@ -615,61 +615,61 @@ $NetBSD: patch-media_libcubeb_src_cubeb_
615- r = snd_pcm_hw_params_set_rate_near(pcm, hw_params, rate, NULL); 615- r = snd_pcm_hw_params_set_rate_near(pcm, hw_params, rate, NULL);
616+ r = WRAP(snd_pcm_hw_params_set_rate_near)(pcm, hw_params, rate, NULL); 616+ r = WRAP(snd_pcm_hw_params_set_rate_near)(pcm, hw_params, rate, NULL);
617 if (r < 0) { 617 if (r < 0) {
618- snd_pcm_close(pcm); 618- snd_pcm_close(pcm);
619+ WRAP(snd_pcm_close)(pcm); 619+ WRAP(snd_pcm_close)(pcm);
620 return CUBEB_ERROR; 620 return CUBEB_ERROR;
621 } 621 }
622  622
623- snd_pcm_close(pcm); 623- snd_pcm_close(pcm);
624+ WRAP(snd_pcm_close)(pcm); 624+ WRAP(snd_pcm_close)(pcm);
625  625
626 return CUBEB_OK; 626 return CUBEB_OK;
627 } 627 }
628@@ -1014,7 +1185,7 @@ alsa_stream_start(cubeb_stream * stm) 628@@ -1024,7 +1195,7 @@ alsa_stream_start(cubeb_stream * stm)
629 ctx = stm->context; 629 ctx = stm->context;
630  630
631 pthread_mutex_lock(&stm->mutex); 631 pthread_mutex_lock(&stm->mutex);
632- snd_pcm_pause(stm->pcm, 0); 632- snd_pcm_pause(stm->pcm, 0);
633+ WRAP(snd_pcm_pause)(stm->pcm, 0); 633+ WRAP(snd_pcm_pause)(stm->pcm, 0);
634 gettimeofday(&stm->last_activity, NULL); 634 gettimeofday(&stm->last_activity, NULL);
635 pthread_mutex_unlock(&stm->mutex); 635 pthread_mutex_unlock(&stm->mutex);
636  636
637@@ -1048,7 +1219,7 @@ alsa_stream_stop(cubeb_stream * stm) 637@@ -1058,7 +1229,7 @@ alsa_stream_stop(cubeb_stream * stm)
638 pthread_mutex_unlock(&ctx->mutex); 638 pthread_mutex_unlock(&ctx->mutex);
639  639
640 pthread_mutex_lock(&stm->mutex); 640 pthread_mutex_lock(&stm->mutex);
641- snd_pcm_pause(stm->pcm, 1); 641- snd_pcm_pause(stm->pcm, 1);
642+ WRAP(snd_pcm_pause)(stm->pcm, 1); 642+ WRAP(snd_pcm_pause)(stm->pcm, 1);
643 pthread_mutex_unlock(&stm->mutex); 643 pthread_mutex_unlock(&stm->mutex);
644  644
645 return CUBEB_OK; 645 return CUBEB_OK;
646@@ -1064,14 +1235,17 @@ alsa_stream_get_position(cubeb_stream *  646@@ -1074,14 +1245,17 @@ alsa_stream_get_position(cubeb_stream *
647 pthread_mutex_lock(&stm->mutex); 647 pthread_mutex_lock(&stm->mutex);
648  648
649 delay = -1; 649 delay = -1;
650- if (snd_pcm_state(stm->pcm) != SND_PCM_STATE_RUNNING || 650- if (snd_pcm_state(stm->pcm) != SND_PCM_STATE_RUNNING ||
651- snd_pcm_delay(stm->pcm, &delay) != 0) { 651- snd_pcm_delay(stm->pcm, &delay) != 0) {
652+ if (WRAP(snd_pcm_state)(stm->pcm) != SND_PCM_STATE_RUNNING || 652+ if (WRAP(snd_pcm_state)(stm->pcm) != SND_PCM_STATE_RUNNING ||
653+ WRAP(snd_pcm_delay)(stm->pcm, &delay) != 0) { 653+ WRAP(snd_pcm_delay)(stm->pcm, &delay) != 0) {
654 *position = stm->last_position; 654 *position = stm->last_position;
655 pthread_mutex_unlock(&stm->mutex); 655 pthread_mutex_unlock(&stm->mutex);
656 return CUBEB_OK; 656 return CUBEB_OK;
657 } 657 }
658  658
659- assert(delay >= 0); 659- assert(delay >= 0);
660+ if (delay < 0) { 660+ if (delay < 0) {
661+ WRAP(snd_pcm_forward)(stm->pcm, -delay); 661+ WRAP(snd_pcm_forward)(stm->pcm, -delay);
662+ delay = 0; 662+ delay = 0;
663+ } 663+ }
664  664
665 *position = 0; 665 *position = 0;
666 if (stm->write_position >= (snd_pcm_uframes_t) delay) { 666 if (stm->write_position >= (snd_pcm_uframes_t) delay) {
667@@ -1090,7 +1264,7 @@ alsa_stream_get_latency(cubeb_stream * s 667@@ -1100,7 +1274,7 @@ alsa_stream_get_latency(cubeb_stream * s
668 snd_pcm_sframes_t delay; 668 snd_pcm_sframes_t delay;
669 /* This function returns the delay in frames until a frame written using 669 /* This function returns the delay in frames until a frame written using
670 snd_pcm_writei is sent to the DAC. The DAC delay should be < 1ms anyways. */ 670 snd_pcm_writei is sent to the DAC. The DAC delay should be < 1ms anyways. */
671- if (snd_pcm_delay(stm->pcm, &delay)) { 671- if (snd_pcm_delay(stm->pcm, &delay)) {
672+ if (WRAP(snd_pcm_delay)(stm->pcm, &delay)) { 672+ if (WRAP(snd_pcm_delay)(stm->pcm, &delay)) {
673 return CUBEB_ERROR; 673 return CUBEB_ERROR;
674 } 674 }
675  675

cvs diff -r1.6 -r1.7 pkgsrc/www/firefox/patches/Attic/patch-media_libcubeb_src_moz.build (expand / switch to unified diff)

--- pkgsrc/www/firefox/patches/Attic/patch-media_libcubeb_src_moz.build 2016/03/08 21:32:52 1.6
+++ pkgsrc/www/firefox/patches/Attic/patch-media_libcubeb_src_moz.build 2016/04/27 16:22:40 1.7
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1$NetBSD: patch-media_libcubeb_src_moz.build,v 1.6 2016/03/08 21:32:52 ryoon Exp $ 1$NetBSD: patch-media_libcubeb_src_moz.build,v 1.7 2016/04/27 16:22:40 ryoon Exp $
2 2
3Don't assume cocoa toolkit just because OS_TARGET is Darwin. 3Don't assume cocoa toolkit just because OS_TARGET is Darwin.
4 4
5--- media/libcubeb/src/moz.build.orig 2016-02-25 23:01:58.000000000 +0000 5--- media/libcubeb/src/moz.build.orig 2016-04-15 16:57:46.000000000 +0000
6+++ media/libcubeb/src/moz.build 6+++ media/libcubeb/src/moz.build
7@@ -17,6 +17,12 @@ if CONFIG['MOZ_ALSA']: 7@@ -17,6 +17,12 @@ if CONFIG['MOZ_ALSA']:
8 ] 8 ]
9 DEFINES['USE_ALSA'] = True 9 DEFINES['USE_ALSA'] = True
10  10
11+if CONFIG['MOZ_OSS']: 11+if CONFIG['MOZ_OSS']:
12+ SOURCES += [ 12+ SOURCES += [
13+ 'cubeb_oss.c', 13+ 'cubeb_oss.c',
14+ ] 14+ ]
15+ DEFINES['USE_OSS'] = True 15+ DEFINES['USE_OSS'] = True
16+ 16+
17 if CONFIG['MOZ_PULSEAUDIO']: 17 if CONFIG['MOZ_PULSEAUDIO']:
18 SOURCES += [ 18 SOURCES += [
@@ -26,20 +26,21 @@ Don't assume cocoa toolkit just because  @@ -26,20 +26,21 @@ Don't assume cocoa toolkit just because
26 SOURCES += [ 26 SOURCES += [
27 'cubeb_audiounit.c', 27 'cubeb_audiounit.c',
28 ] 28 ]
29@@ -64,6 +70,9 @@ if CONFIG['OS_TARGET'] == 'Android': 29@@ -64,6 +70,9 @@ if CONFIG['OS_TARGET'] == 'Android':
30  30
31 FINAL_LIBRARY = 'gkmedias' 31 FINAL_LIBRARY = 'gkmedias'
32  32
33+if CONFIG['MOZ_NATIVE_SPEEX']: 33+if CONFIG['MOZ_NATIVE_SPEEX']:
34+ SOURCES['cubeb_resampler.cpp'].flags += CONFIG['MOZ_SPEEX_CFLAGS'] 34+ SOURCES['cubeb_resampler.cpp'].flags += CONFIG['MOZ_SPEEX_CFLAGS']
35+ 35+
36 if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk': 36 if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk':
37 if CONFIG['ANDROID_VERSION'] >= '17': 37 if CONFIG['ANDROID_VERSION'] >= '17':
38 LOCAL_INCLUDES += [ 38 LOCAL_INCLUDES += [
39@@ -74,5 +83,6 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk 39@@ -74,6 +83,7 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'gonk
40 '%' + '%s/system/media/wilhelm/include' % CONFIG['ANDROID_SOURCE'], 40 '%' + '%s/system/media/wilhelm/include' % CONFIG['ANDROID_SOURCE'],
41 ] 41 ]
42  42
43+CFLAGS += CONFIG['MOZ_OSS_CFLAGS'] 43+CFLAGS += CONFIG['MOZ_OSS_CFLAGS']
44 CFLAGS += CONFIG['MOZ_ALSA_CFLAGS'] 44 CFLAGS += CONFIG['MOZ_ALSA_CFLAGS']
45 CFLAGS += CONFIG['MOZ_PULSEAUDIO_CFLAGS'] 45 CFLAGS += CONFIG['MOZ_PULSEAUDIO_CFLAGS']
 46

cvs diff -r1.4 -r1.5 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/09/23 06:44:42 1.4
+++ pkgsrc/www/firefox/patches/Attic/patch-media_libtheora_moz.build 2016/04/27 16:22:40 1.5
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1$NetBSD: patch-media_libtheora_moz.build,v 1.4 2015/09/23 06:44:42 ryoon Exp $ 1$NetBSD: patch-media_libtheora_moz.build,v 1.5 2016/04/27 16:22:40 ryoon Exp $
2 2
3--- media/libtheora/moz.build.orig 2015-08-24 21:53:11.000000000 +0000 3--- media/libtheora/moz.build.orig 2016-04-15 16:57:47.000000000 +0000
4+++ media/libtheora/moz.build 4+++ media/libtheora/moz.build
5@@ -21,6 +21,9 @@ if CONFIG['GKMEDIAS_SHARED_LIBRARY']: 5@@ -21,6 +21,9 @@ FINAL_LIBRARY = 'gkmedias'
6 # The encoder is currently not included. 6 # The encoder is currently not included.
7 DEFINES['THEORA_DISABLE_ENCODE'] = True 7 DEFINES['THEORA_DISABLE_ENCODE'] = True
8  8
9+if CONFIG['MOZ_NATIVE_OGG']: 9+if CONFIG['MOZ_NATIVE_OGG']:
10+ CFLAGS += CONFIG['MOZ_OGG_CFLAGS'] 10+ CFLAGS += CONFIG['MOZ_OGG_CFLAGS']
11+ 11+
12 # Suppress warnings in third-party code. 12 # Suppress warnings in third-party code.
13 if CONFIG['GNU_CC']: 13 if CONFIG['GNU_CC'] or CONFIG['CLANG_CL']:
14 CFLAGS += ['-Wno-type-limits'] 14 CFLAGS += ['-Wno-type-limits']

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

--- pkgsrc/www/firefox/patches/Attic/patch-toolkit_library_moz.build 2015/05/12 22:48:54 1.4
+++ pkgsrc/www/firefox/patches/Attic/patch-toolkit_library_moz.build 2016/04/27 16:22:40 1.5
@@ -1,32 +1,32 @@ @@ -1,32 +1,32 @@
1$NetBSD: patch-toolkit_library_moz.build,v 1.4 2015/05/12 22:48:54 ryoon Exp $ 1$NetBSD: patch-toolkit_library_moz.build,v 1.5 2016/04/27 16:22:40 ryoon Exp $
2 2
3MOZ_GSTREAMER: 3MOZ_GSTREAMER:
4 GSTREAMER_LIBS are linked to libxul on Darwin, while they are 4 GSTREAMER_LIBS are linked to libxul on Darwin, while they are
5 dlopen(3)'ed at runtime on other platforms. The problem is that the 5 dlopen(3)'ed at runtime on other platforms. The problem is that the
6 toolkit being cocoa isn't relevant at all. It's Darwin that needs 6 toolkit being cocoa isn't relevant at all. It's Darwin that needs
7 the special handling, not Cocoa. 7 the special handling, not Cocoa.
8 8
9--- toolkit/library/moz.build.orig 2015-05-04 00:43:33.000000000 +0000 9--- toolkit/library/moz.build.orig 2016-04-15 16:57:47.000000000 +0000
10+++ toolkit/library/moz.build 10+++ toolkit/library/moz.build
11@@ -214,6 +214,7 @@ if CONFIG['OS_ARCH'] == 'Linux' and CONF 11@@ -211,6 +211,7 @@ if CONFIG['OS_ARCH'] == 'Linux' and CONF
12 ] 12 ]
13  13
14 OS_LIBS += CONFIG['MOZ_CAIRO_OSLIBS'] 14 OS_LIBS += CONFIG['MOZ_CAIRO_OSLIBS']
15+OS_LIBS += CONFIG['MOZ_LIBV4L2_LIBS'] 15+OS_LIBS += CONFIG['MOZ_LIBV4L2_LIBS']
16 OS_LIBS += CONFIG['MOZ_WEBRTC_X11_LIBS'] 16 OS_LIBS += CONFIG['MOZ_WEBRTC_X11_LIBS']
17  17
18 if CONFIG['MOZ_NATIVE_JPEG']: 18 if CONFIG['MOZ_NATIVE_JPEG']:
19@@ -225,6 +226,30 @@ if CONFIG['MOZ_NATIVE_PNG']: 19@@ -222,6 +223,30 @@ if CONFIG['MOZ_NATIVE_PNG']:
20 if CONFIG['MOZ_NATIVE_HUNSPELL']: 20 if CONFIG['MOZ_NATIVE_HUNSPELL']:
21 OS_LIBS += CONFIG['MOZ_HUNSPELL_LIBS'] 21 OS_LIBS += CONFIG['MOZ_HUNSPELL_LIBS']
22  22
23+if CONFIG['MOZ_NATIVE_OGG']: 23+if CONFIG['MOZ_NATIVE_OGG']:
24+ OS_LIBS += CONFIG['MOZ_OGG_LIBS'] 24+ OS_LIBS += CONFIG['MOZ_OGG_LIBS']
25+ 25+
26+if CONFIG['MOZ_NATIVE_THEORA']: 26+if CONFIG['MOZ_NATIVE_THEORA']:
27+ OS_LIBS += CONFIG['MOZ_THEORA_LIBS'] 27+ OS_LIBS += CONFIG['MOZ_THEORA_LIBS']
28+ 28+
29+if CONFIG['MOZ_NATIVE_VORBIS']: 29+if CONFIG['MOZ_NATIVE_VORBIS']:
30+ OS_LIBS += CONFIG['MOZ_VORBIS_LIBS'] 30+ OS_LIBS += CONFIG['MOZ_VORBIS_LIBS']
31+ 31+
32+if CONFIG['MOZ_NATIVE_TREMOR']: 32+if CONFIG['MOZ_NATIVE_TREMOR']:
@@ -37,39 +37,29 @@ MOZ_GSTREAMER: @@ -37,39 +37,29 @@ MOZ_GSTREAMER:
37+ 37+
38+if CONFIG['MOZ_NATIVE_OPUS']: 38+if CONFIG['MOZ_NATIVE_OPUS']:
39+ OS_LIBS += CONFIG['MOZ_OPUS_LIBS'] 39+ OS_LIBS += CONFIG['MOZ_OPUS_LIBS']
40+ 40+
41+if CONFIG['MOZ_NATIVE_SPEEX']: 41+if CONFIG['MOZ_NATIVE_SPEEX']:
42+ OS_LIBS += CONFIG['MOZ_SPEEX_LIBS'] 42+ OS_LIBS += CONFIG['MOZ_SPEEX_LIBS']
43+ 43+
44+if CONFIG['MOZ_NATIVE_SOUNDTOUCH']: 44+if CONFIG['MOZ_NATIVE_SOUNDTOUCH']:
45+ OS_LIBS += CONFIG['MOZ_SOUNDTOUCH_LIBS'] 45+ OS_LIBS += CONFIG['MOZ_SOUNDTOUCH_LIBS']
46+ 46+
47 if CONFIG['MOZ_NATIVE_LIBEVENT']: 47 if CONFIG['MOZ_NATIVE_LIBEVENT']:
48 OS_LIBS += CONFIG['MOZ_LIBEVENT_LIBS'] 48 OS_LIBS += CONFIG['MOZ_LIBEVENT_LIBS']
49  49
50@@ -234,8 +259,14 @@ if CONFIG['MOZ_NATIVE_LIBVPX']: 50@@ -234,6 +259,15 @@ if not CONFIG['MOZ_TREE_PIXMAN']:
51 if not CONFIG['MOZ_TREE_PIXMAN']: 51 if CONFIG['MOZ_ALSA']:
52 OS_LIBS += CONFIG['MOZ_PIXMAN_LIBS'] 52 OS_LIBS += CONFIG['MOZ_ALSA_LIBS']
53  53
54-if CONFIG['MOZ_ALSA']: 
55- OS_LIBS += CONFIG['MOZ_ALSA_LIBS'] 
56+if CONFIG['MOZ_NATIVE_GRAPHITE2']: 54+if CONFIG['MOZ_NATIVE_GRAPHITE2']:
57+ OS_LIBS += CONFIG['MOZ_GRAPHITE2_LIBS'] 55+ OS_LIBS += CONFIG['MOZ_GRAPHITE2_LIBS']
58+ 56+
59+if CONFIG['MOZ_NATIVE_HARFBUZZ']: 57+if CONFIG['MOZ_NATIVE_HARFBUZZ']:
60+ OS_LIBS += CONFIG['MOZ_HARFBUZZ_LIBS'] 58+ OS_LIBS += CONFIG['MOZ_HARFBUZZ_LIBS']
61+ 59+
62+if CONFIG['MOZ_OSS']: 60+if CONFIG['MOZ_OSS']:
63+ OS_LIBS += CONFIG['MOZ_OSS_LIBS'] 61+ OS_LIBS += CONFIG['MOZ_OSS_LIBS']
64  62+
65 if CONFIG['HAVE_CLOCK_MONOTONIC']: 63 if CONFIG['HAVE_CLOCK_MONOTONIC']:
66 OS_LIBS += CONFIG['REALTIME_LIBS'] 64 OS_LIBS += CONFIG['REALTIME_LIBS']
67@@ -365,7 +396,7 @@ if CONFIG['OS_ARCH'] == 'WINNT': 
68 if CONFIG['MOZ_ENABLE_QT']: 
69 OS_LIBS += CONFIG['XEXT_LIBS'] 
70  
71-if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa' and CONFIG['MOZ_GSTREAMER']: 
72+if CONFIG['OS_ARCH'] == 'Darwin' and CONFIG['MOZ_GSTREAMER']: 
73 OS_LIBS += CONFIG['GSTREAMER_LIBS'] 
74  65
75 if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'windows': 

cvs diff -r1.4 -r1.5 pkgsrc/www/firefox/patches/patch-xpcom_reflect_xptcall_md_unix_moz.build (expand / switch to unified diff)

--- pkgsrc/www/firefox/patches/patch-xpcom_reflect_xptcall_md_unix_moz.build 2015/09/23 06:44:42 1.4
+++ pkgsrc/www/firefox/patches/patch-xpcom_reflect_xptcall_md_unix_moz.build 2016/04/27 16:22:40 1.5
@@ -1,22 +1,13 @@ @@ -1,22 +1,13 @@
1$NetBSD: patch-xpcom_reflect_xptcall_md_unix_moz.build,v 1.4 2015/09/23 06:44:42 ryoon Exp $ 1$NetBSD: patch-xpcom_reflect_xptcall_md_unix_moz.build,v 1.5 2016/04/27 16:22:40 ryoon Exp $
2 2
3--- xpcom/reflect/xptcall/md/unix/moz.build.orig 2015-08-24 21:53:22.000000000 +0000 3--- xpcom/reflect/xptcall/md/unix/moz.build.orig 2016-04-15 16:57:50.000000000 +0000
4+++ xpcom/reflect/xptcall/md/unix/moz.build 4+++ xpcom/reflect/xptcall/md/unix/moz.build
5@@ -9,7 +9,7 @@ if CONFIG['OS_ARCH'] == 'Darwin': 5@@ -9,7 +9,7 @@ if CONFIG['OS_ARCH'] == 'Darwin':
6 'xptcinvoke_darwin.cpp', 6 'xptcinvoke_darwin.cpp',
7 'xptcstubs_darwin.cpp', 7 'xptcstubs_darwin.cpp',
8 ] 8 ]
9- if CONFIG['OS_TEST'] == 'powerpc': 9- if CONFIG['OS_TEST'] == 'powerpc':
10+ if CONFIG['OS_TEST'] == 'ppc': 10+ if CONFIG['OS_TEST'] == 'ppc':
11 SOURCES += [ 11 SOURCES += [
12 '!xptcstubs_asm_ppc_darwin.s', 12 '!xptcstubs_asm_ppc_darwin.s',
13 'xptcinvoke_asm_ppc_rhapsody.s', 13 'xptcinvoke_asm_ppc_rhapsody.s',
14@@ -24,7 +24,7 @@ if CONFIG['OS_ARCH'] == 'GNU': 
15 'xptcstubs_gcc_x86_unix.cpp' 
16 ] 
17  
18-if CONFIG['OS_ARCH'] in ('Linux', 'FreeBSD', 'NetBSD', 'OpenBSD') or \ 
19+if CONFIG['OS_ARCH'] in ('Linux', 'FreeBSD', 'NetBSD', 'OpenBSD', 'DragonFly') or \ 
20 CONFIG['OS_ARCH'].startswith('GNU_'): 
21 if CONFIG['OS_TEST'] == 'x86_64': 
22 SOURCES += [ 

File Deleted: pkgsrc/www/firefox/patches/Attic/patch-pb

File Deleted: pkgsrc/www/firefox/patches/Attic/patch-pc