CRUX
Threads by month
- ----- 2024 -----
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
August 2013
- 9 participants
- 19 discussions
commit cc204c6f8f1b1ff3c6954b614f10493aba126451
Author: Juergen Daubert <jue(a)jue.li>
Date: Sun Aug 11 11:23:36 2013 +0200
[notify] poppler: update to 0.24.0
Note
----
- Update is not ABI compatibel
rebuilding of dependent programs that link direct against the poppler
library and not to poppler-glib or poppler-qt4 is required
- new dependency lcms2, see [1]
[1] http://article.gmane.org/gmane.linux.distributions.crux.general/5515
diff --git a/poppler/.footprint b/poppler/.footprint
index f4f8d67..2846d48 100644
--- a/poppler/.footprint
+++ b/poppler/.footprint
@@ -153,9 +153,9 @@ lrwxrwxrwx root/root usr/lib/libpoppler-cpp.so.0 -> libpoppler-cpp.so.0.2.0
-rwxr-xr-x root/root usr/lib/libpoppler-cpp.so.0.2.0
-rw-r--r-- root/root usr/lib/libpoppler.a
-rwxr-xr-x root/root usr/lib/libpoppler.la
-lrwxrwxrwx root/root usr/lib/libpoppler.so -> libpoppler.so.37.0.0
-lrwxrwxrwx root/root usr/lib/libpoppler.so.37 -> libpoppler.so.37.0.0
--rwxr-xr-x root/root usr/lib/libpoppler.so.37.0.0
+lrwxrwxrwx root/root usr/lib/libpoppler.so -> libpoppler.so.43.0.0
+lrwxrwxrwx root/root usr/lib/libpoppler.so.43 -> libpoppler.so.43.0.0
+-rwxr-xr-x root/root usr/lib/libpoppler.so.43.0.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/poppler-cairo.pc
-rw-r--r-- root/root usr/lib/pkgconfig/poppler-cpp.pc
diff --git a/poppler/.md5sum b/poppler/.md5sum
index 7612171..7564f02 100644
--- a/poppler/.md5sum
+++ b/poppler/.md5sum
@@ -1 +1 @@
-1cd27460f7e3379d1eb109cfd7bcdb39 poppler-0.22.5.tar.gz
+891000481f639e996d000d767d953a7f poppler-0.24.0.tar.xz
diff --git a/poppler/Pkgfile b/poppler/Pkgfile
index 3f6d760..d2b7f87 100644
--- a/poppler/Pkgfile
+++ b/poppler/Pkgfile
@@ -2,12 +2,12 @@
# URL: http://poppler.freedesktop.org/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Packager: Matt Housh, jaeger at crux dot nu
-# Depends on: cairo lcms
+# Depends on: cairo lcms2
name=poppler
-version=0.22.5
+version=0.24.0
release=1
-source=(http://poppler.freedesktop.org/$name-$version.tar.gz)
+source=(http://poppler.freedesktop.org/$name-$version.tar.xz)
build() {
cd $name-$version
@@ -15,7 +15,7 @@ build() {
./configure --prefix=/usr \
--mandir=/usr/man \
--enable-{zlib,libjpeg,libpng} \
- --enable-cms=lcms1 \
+ --enable-cms=lcms2 \
--enable-xpdf-headers \
--disable-poppler-{glib,qt4}
1
0
commit 808d25d3a7e40ab14ff0c471082bcdcbd3410cfa
Author: Juergen Daubert <jue(a)jue.li>
Date: Thu Aug 8 19:14:08 2013 +0200
[notify] chrony: update to 1.29
Security fix, see http://chrony.tuxfamily.org/News.html
diff --git a/chrony/.md5sum b/chrony/.md5sum
index b7dc14a..b97f5a5 100644
--- a/chrony/.md5sum
+++ b/chrony/.md5sum
@@ -1,4 +1,4 @@
-d11dd205cd8837ae49f065e42a84f363 chrony-1.28.tar.gz
+6e1a8ee2ce6632bedc2f8b5cdccfa69f chrony-1.29.tar.gz
4dff89484fe7b6d6397a9501c7ae51ed chrony.conf
ec43dcf700698a7d2891a1f8504b5e22 chrony.keys
ef4b4ca7c250397656d81a329faf60d2 chronyd
diff --git a/chrony/Pkgfile b/chrony/Pkgfile
index 4028378..1f3741e 100644
--- a/chrony/Pkgfile
+++ b/chrony/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: ncurses readline libcap
name=chrony
-version=1.28
+version=1.29
release=1
source=(http://download.tuxfamily.org/$name/$name-$version.tar.gz
chronyd chrony.conf chrony.keys)
1
0
ports/opt (3.0): [notify] libva-vdpau-driver: Compile fix for libva 1.2.1
by crux@crux.nu 07 Aug '13
by crux@crux.nu 07 Aug '13
07 Aug '13
commit 52df5901d23f67de04da490f02e74ce7a66fc4aa
Author: Danny Rawlins <monster.romster(a)gmail.com>
Date: Wed Aug 7 22:44:06 2013 +1000
[notify] libva-vdpau-driver: Compile fix for libva 1.2.1
diff --git a/libva-vdpau-driver/.md5sum b/libva-vdpau-driver/.md5sum
index efaa80b..5949778 100644
--- a/libva-vdpau-driver/.md5sum
+++ b/libva-vdpau-driver/.md5sum
@@ -1,2 +1,3 @@
aa5f63941036c18e928cd0444ec58310 glx.patch
5ec6d452d2dd307434ea3d32da49c3e5 libva-vdpau-driver-0.7.4.tar.bz2
+e1a98235651ff5e6a481860afcfe3032 libva.patch
diff --git a/libva-vdpau-driver/Pkgfile b/libva-vdpau-driver/Pkgfile
index 820f212..8270b8b 100644
--- a/libva-vdpau-driver/Pkgfile
+++ b/libva-vdpau-driver/Pkgfile
@@ -6,14 +6,15 @@
name=libva-vdpau-driver
version=0.7.4
-release=1
+release=2
source=(http://www.freedesktop.org/software/vaapi/releases/$name/$name-$ver…
- glx.patch)
+ glx.patch libva.patch)
build() {
cd $name-$version
patch -p1 -i $SRC/glx.patch
+ patch -p1 -i $SRC/libva.patch
./configure \
--prefix=/usr \
diff --git a/libva-vdpau-driver/libva.patch b/libva-vdpau-driver/libva.patch
new file mode 100644
index 0000000..8b62962
--- /dev/null
+++ b/libva-vdpau-driver/libva.patch
@@ -0,0 +1,12 @@
+diff -ur a/src/vdpau_dump.c b/src/vdpau_dump.c
+--- a/src/vdpau_dump.c 2012-10-05 10:02:58.000000000 -0500
++++ b/src/vdpau_dump.c 2013-07-12 14:21:19.990069043 -0500
+@@ -59,8 +59,6 @@
+ _(VAEncSequenceParameterBufferType);
+ _(VAEncPictureParameterBufferType);
+ _(VAEncSliceParameterBufferType);
+- _(VAEncH264VUIBufferType);
+- _(VAEncH264SEIBufferType);
+ #endif
+ #if VA_CHECK_VERSION(0,31,1)
+ _(VAQMatrixBufferType);
1
0
ports/opt (3.0): [notify] libva: 1.1.1 -> 1.2.1. ABI breakage. Be sure to recompile any of the following packages on your system: ffmpeg ffmpeg-compat libva-intel gstreamer-vaapi1 libva-vdpau-driver gstreamer-vaapi
by crux@crux.nu 07 Aug '13
by crux@crux.nu 07 Aug '13
07 Aug '13
commit 9452933b26bd49c3f7151f2ec56928c1b75843bf
Author: Danny Rawlins <monster.romster(a)gmail.com>
Date: Wed Aug 7 21:35:26 2013 +1000
[notify] libva: 1.1.1 -> 1.2.1. ABI breakage.
Be sure to recompile any of the following packages on your system:
ffmpeg ffmpeg-compat libva-intel gstreamer-vaapi1 libva-vdpau-driver gstreamer-vaapi
diff --git a/libva/.footprint b/libva/.footprint
index 677d719..0c50d24 100644
--- a/libva/.footprint
+++ b/libva/.footprint
@@ -3,6 +3,7 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/avcenc
-rwxr-xr-x root/root usr/bin/h264encode
-rwxr-xr-x root/root usr/bin/loadjpeg
+-rwxr-xr-x root/root usr/bin/mpeg2vaenc
-rwxr-xr-x root/root usr/bin/mpeg2vldemo
-rwxr-xr-x root/root usr/bin/putsurface
-rwxr-xr-x root/root usr/bin/vainfo
@@ -13,44 +14,49 @@ drwxr-xr-x root/root usr/include/va/
-rw-r--r-- root/root usr/include/va/va_backend_egl.h
-rw-r--r-- root/root usr/include/va/va_backend_glx.h
-rw-r--r-- root/root usr/include/va/va_backend_tpi.h
+-rw-r--r-- root/root usr/include/va/va_backend_vpp.h
+-rw-r--r-- root/root usr/include/va/va_compat.h
-rw-r--r-- root/root usr/include/va/va_dec_jpeg.h
-rw-r--r-- root/root usr/include/va/va_dri2.h
-rw-r--r-- root/root usr/include/va/va_dricommon.h
-rw-r--r-- root/root usr/include/va/va_drm.h
-rw-r--r-- root/root usr/include/va/va_drmcommon.h
-rw-r--r-- root/root usr/include/va/va_egl.h
+-rw-r--r-- root/root usr/include/va/va_enc_h264.h
+-rw-r--r-- root/root usr/include/va/va_enc_mpeg2.h
-rw-r--r-- root/root usr/include/va/va_glx.h
-rw-r--r-- root/root usr/include/va/va_tpi.h
-rw-r--r-- root/root usr/include/va/va_version.h
+-rw-r--r-- root/root usr/include/va/va_vpp.h
-rw-r--r-- root/root usr/include/va/va_x11.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/dri/
-rwxr-xr-x root/root usr/lib/dri/dummy_drv_video.la
-rwxr-xr-x root/root usr/lib/dri/dummy_drv_video.so
-rwxr-xr-x root/root usr/lib/libva-drm.la
-lrwxrwxrwx root/root usr/lib/libva-drm.so -> libva-drm.so.1.3300.0
-lrwxrwxrwx root/root usr/lib/libva-drm.so.1 -> libva-drm.so.1.3300.0
--rwxr-xr-x root/root usr/lib/libva-drm.so.1.3300.0
+lrwxrwxrwx root/root usr/lib/libva-drm.so -> libva-drm.so.1.3400.0
+lrwxrwxrwx root/root usr/lib/libva-drm.so.1 -> libva-drm.so.1.3400.0
+-rwxr-xr-x root/root usr/lib/libva-drm.so.1.3400.0
-rwxr-xr-x root/root usr/lib/libva-egl.la
-lrwxrwxrwx root/root usr/lib/libva-egl.so -> libva-egl.so.1.3300.0
-lrwxrwxrwx root/root usr/lib/libva-egl.so.1 -> libva-egl.so.1.3300.0
--rwxr-xr-x root/root usr/lib/libva-egl.so.1.3300.0
+lrwxrwxrwx root/root usr/lib/libva-egl.so -> libva-egl.so.1.3400.0
+lrwxrwxrwx root/root usr/lib/libva-egl.so.1 -> libva-egl.so.1.3400.0
+-rwxr-xr-x root/root usr/lib/libva-egl.so.1.3400.0
-rwxr-xr-x root/root usr/lib/libva-glx.la
-lrwxrwxrwx root/root usr/lib/libva-glx.so -> libva-glx.so.1.3300.0
-lrwxrwxrwx root/root usr/lib/libva-glx.so.1 -> libva-glx.so.1.3300.0
--rwxr-xr-x root/root usr/lib/libva-glx.so.1.3300.0
+lrwxrwxrwx root/root usr/lib/libva-glx.so -> libva-glx.so.1.3400.0
+lrwxrwxrwx root/root usr/lib/libva-glx.so.1 -> libva-glx.so.1.3400.0
+-rwxr-xr-x root/root usr/lib/libva-glx.so.1.3400.0
-rwxr-xr-x root/root usr/lib/libva-tpi.la
-lrwxrwxrwx root/root usr/lib/libva-tpi.so -> libva-tpi.so.1.3300.0
-lrwxrwxrwx root/root usr/lib/libva-tpi.so.1 -> libva-tpi.so.1.3300.0
--rwxr-xr-x root/root usr/lib/libva-tpi.so.1.3300.0
+lrwxrwxrwx root/root usr/lib/libva-tpi.so -> libva-tpi.so.1.3400.0
+lrwxrwxrwx root/root usr/lib/libva-tpi.so.1 -> libva-tpi.so.1.3400.0
+-rwxr-xr-x root/root usr/lib/libva-tpi.so.1.3400.0
-rwxr-xr-x root/root usr/lib/libva-x11.la
-lrwxrwxrwx root/root usr/lib/libva-x11.so -> libva-x11.so.1.3300.0
-lrwxrwxrwx root/root usr/lib/libva-x11.so.1 -> libva-x11.so.1.3300.0
--rwxr-xr-x root/root usr/lib/libva-x11.so.1.3300.0
+lrwxrwxrwx root/root usr/lib/libva-x11.so -> libva-x11.so.1.3400.0
+lrwxrwxrwx root/root usr/lib/libva-x11.so.1 -> libva-x11.so.1.3400.0
+-rwxr-xr-x root/root usr/lib/libva-x11.so.1.3400.0
-rwxr-xr-x root/root usr/lib/libva.la
-lrwxrwxrwx root/root usr/lib/libva.so -> libva.so.1.3300.0
-lrwxrwxrwx root/root usr/lib/libva.so.1 -> libva.so.1.3300.0
--rwxr-xr-x root/root usr/lib/libva.so.1.3300.0
+lrwxrwxrwx root/root usr/lib/libva.so -> libva.so.1.3400.0
+lrwxrwxrwx root/root usr/lib/libva.so.1 -> libva.so.1.3400.0
+-rwxr-xr-x root/root usr/lib/libva.so.1.3400.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/libva-drm.pc
-rw-r--r-- root/root usr/lib/pkgconfig/libva-egl.pc
diff --git a/libva/.md5sum b/libva/.md5sum
index 66c0302..902152f 100644
--- a/libva/.md5sum
+++ b/libva/.md5sum
@@ -1 +1 @@
-cd5cc1ce37d6fc6f991ef579ac81d891 libva-1.1.1.tar.bz2
+ca95b343050cf8feaf98dfe08ce0191b libva-1.2.1.tar.bz2
diff --git a/libva/Pkgfile b/libva/Pkgfile
index 92ba7f1..85a929e 100644
--- a/libva/Pkgfile
+++ b/libva/Pkgfile
@@ -5,13 +5,17 @@
# Depends on: mesa3d xorg-libpciaccess
name=libva
-version=1.1.1
+version=1.2.1
release=1
source=(http://www.freedesktop.org/software/vaapi/releases/$name/$name-$ver…
build() {
cd $name-$version
+ echo "Be sure to install a backend."
+ echo "See README file in the libva port directory."
+ sleep 10
+
./configure \
--prefix=/usr \
--enable-glx \
diff --git a/libva/README b/libva/README
new file mode 100644
index 0000000..b828657
--- /dev/null
+++ b/libva/README
@@ -0,0 +1,5 @@
+Please install a backend driver for libva to function on your graphics card.
+
+libva-vdpau-driver: vdpau back-end for nvidia
+libva-intel-driver: back-end for intel cards (currently called libva-intel)
+
1
0
commit 42e8f35eb06e3043e8b616eb0d4d9b9237078be5
Author: Fredrik Rinnestam <fredrik(a)crux.nu>
Date: Tue Aug 6 22:52:25 2013 +0200
[notify] firefox: updated to 23.0
Security fixes. See
https://www.mozilla.org/security/known-vulnerabilities/firefox.html
diff --git a/firefox/.footprint b/firefox/.footprint
index 2be4a3b..5519db5 100644
--- a/firefox/.footprint
+++ b/firefox/.footprint
@@ -22,21 +22,36 @@ drwxr-xr-x root/root usr/include/firefox/
-rw-r--r-- root/root usr/include/firefox/AudioSampleFormat.h
-rw-r--r-- root/root usr/include/firefox/AudioSegment.h
-rw-r--r-- root/root usr/include/firefox/AudioStream.h
+-rw-r--r-- root/root usr/include/firefox/BackstagePass.h
+-rw-r--r-- root/root usr/include/firefox/BasicCanvasLayer.h
-rw-r--r-- root/root usr/include/firefox/BasicImplData.h
-rw-r--r-- root/root usr/include/firefox/BasicLayers.h
--rw-r--r-- root/root usr/include/firefox/BasicTiledThebesLayer.h
+-rw-r--r-- root/root usr/include/firefox/BasicLayersImpl.h
+-rw-r--r-- root/root usr/include/firefox/BasicThebesLayer.h
-rw-r--r-- root/root usr/include/firefox/BufferMediaResource.h
-rw-r--r-- root/root usr/include/firefox/CameraCommon.h
+-rw-r--r-- root/root usr/include/firefox/CameraPreviewMediaStream.h
+-rw-r--r-- root/root usr/include/firefox/ClientCanvasLayer.h
+-rw-r--r-- root/root usr/include/firefox/ClientContainerLayer.h
+-rw-r--r-- root/root usr/include/firefox/ClientLayerManager.h
+-rw-r--r-- root/root usr/include/firefox/ClientThebesLayer.h
+-rw-r--r-- root/root usr/include/firefox/ClientTiledThebesLayer.h
-rw-r--r-- root/root usr/include/firefox/Composer2D.h
+-rw-r--r-- root/root usr/include/firefox/CompositableHost.h
-rw-r--r-- root/root usr/include/firefox/CompositorChild.h
-rw-r--r-- root/root usr/include/firefox/CompositorParent.h
+-rw-r--r-- root/root usr/include/firefox/CopyableCanvasLayer.h
-rw-r--r-- root/root usr/include/firefox/Crypto.h
-rw-r--r-- root/root usr/include/firefox/CryptoTask.h
+-rw-r--r-- root/root usr/include/firefox/D3D9SurfaceImage.h
-rw-r--r-- root/root usr/include/firefox/DOMCameraManager.h
-rw-r--r-- root/root usr/include/firefox/DOMMediaStream.h
-rw-r--r-- root/root usr/include/firefox/DecoderTraits.h
-rw-r--r-- root/root usr/include/firefox/DeviceStorage.h
-rw-r--r-- root/root usr/include/firefox/DictionaryHelpers.h
+-rw-r--r-- root/root usr/include/firefox/DiskSpaceWatcher.h
+-rw-r--r-- root/root usr/include/firefox/DisplayItemClip.h
+-rw-r--r-- root/root usr/include/firefox/DisplayListClipState.h
-rw-r--r-- root/root usr/include/firefox/ErrorList.h
-rw-r--r-- root/root usr/include/firefox/ErrorListCDefines.h
-rw-r--r-- root/root usr/include/firefox/ErrorListCxxDefines.h
@@ -63,6 +78,7 @@ drwxr-xr-x root/root usr/include/firefox/
-rw-r--r-- root/root usr/include/firefox/GeckoProfilerImpl.h
-rw-r--r-- root/root usr/include/firefox/GeneratedEvents.h
-rw-r--r-- root/root usr/include/firefox/GfxInfoCollector.h
+-rw-r--r-- root/root usr/include/firefox/GonkCameraControl.h
-rw-r--r-- root/root usr/include/firefox/GonkIOSurfaceImage.h
-rw-r--r-- root/root usr/include/firefox/GonkNativeWindow.h
-rw-r--r-- root/root usr/include/firefox/GonkNativeWindowClient.h
@@ -72,8 +88,11 @@ drwxr-xr-x root/root usr/include/firefox/IPC/
-rw-r--r-- root/root usr/include/firefox/IPC/nsGUIEventIPC.h
-rw-r--r-- root/root usr/include/firefox/IPeerConnection.h
-rw-r--r-- root/root usr/include/firefox/ImageContainer.h
+-rw-r--r-- root/root usr/include/firefox/ImageHost.h
+-rw-r--r-- root/root usr/include/firefox/ImageLayerOGL.h
-rw-r--r-- root/root usr/include/firefox/ImageLayers.h
-rw-r--r-- root/root usr/include/firefox/ImageLogging.h
+-rw-r--r-- root/root usr/include/firefox/ImageOps.h
-rw-r--r-- root/root usr/include/firefox/ImageTypes.h
-rw-r--r-- root/root usr/include/firefox/InputData.h
-rw-r--r-- root/root usr/include/firefox/LayerManagerOGL.h
@@ -82,7 +101,7 @@ drwxr-xr-x root/root usr/include/firefox/IPC/
-rw-r--r-- root/root usr/include/firefox/LayerSorter.h
-rw-r--r-- root/root usr/include/firefox/LayerTreeInvalidation.h
-rw-r--r-- root/root usr/include/firefox/Layers.h
--rw-r--r-- root/root usr/include/firefox/LayersTypes.h
+-rw-r--r-- root/root usr/include/firefox/LayersLogging.h
-rw-r--r-- root/root usr/include/firefox/MediaBufferDecoder.h
-rw-r--r-- root/root usr/include/firefox/MediaCache.h
-rw-r--r-- root/root usr/include/firefox/MediaDecoder.h
@@ -109,6 +128,7 @@ drwxr-xr-x root/root usr/include/firefox/IPC/
-rw-r--r-- root/root usr/include/firefox/SVGAttrValueWrapper.h
-rw-r--r-- root/root usr/include/firefox/SVGImageContext.h
-rw-r--r-- root/root usr/include/firefox/SVGStringList.h
+-rw-r--r-- root/root usr/include/firefox/SandboxPrivate.h
-rw-r--r-- root/root usr/include/firefox/ScopedNSSTypes.h
-rw-r--r-- root/root usr/include/firefox/ScrollbarActivity.h
-rw-r--r-- root/root usr/include/firefox/Selection.h
@@ -119,6 +139,7 @@ drwxr-xr-x root/root usr/include/firefox/IPC/
-rw-r--r-- root/root usr/include/firefox/SharedSurfaceEGL.h
-rw-r--r-- root/root usr/include/firefox/SharedSurfaceGL.h
-rw-r--r-- root/root usr/include/firefox/SharedTextureImage.h
+-rw-r--r-- root/root usr/include/firefox/ShmemYCbCrImage.h
-rw-r--r-- root/root usr/include/firefox/SpecialSystemDirectory.h
-rw-r--r-- root/root usr/include/firefox/StackArena.h
-rw-r--r-- root/root usr/include/firefox/StreamBuffer.h
@@ -137,6 +158,7 @@ drwxr-xr-x root/root usr/include/firefox/IPC/
-rw-r--r-- root/root usr/include/firefox/WebAudioUtils.h
-rw-r--r-- root/root usr/include/firefox/WebMDecoder.h
-rw-r--r-- root/root usr/include/firefox/WebMReader.h
+-rw-r--r-- root/root usr/include/firefox/WrapperFactory.h
-rw-r--r-- root/root usr/include/firefox/XPCJSMemoryReporter.h
-rw-r--r-- root/root usr/include/firefox/amIInstallTrigger.h
-rw-r--r-- root/root usr/include/firefox/amIWebInstallListener.h
@@ -161,6 +183,11 @@ drwxr-xr-x root/root usr/include/firefox/cairo/
drwxr-xr-x root/root usr/include/firefox/cubeb/
-rw-r--r-- root/root usr/include/firefox/cubeb/cubeb-stdint.h
-rw-r--r-- root/root usr/include/firefox/cubeb/cubeb.h
+drwxr-xr-x root/root usr/include/firefox/dbm/
+-rw-r--r-- root/root usr/include/firefox/dbm/cdefs.h
+-rw-r--r-- root/root usr/include/firefox/dbm/mcom_db.h
+-rw-r--r-- root/root usr/include/firefox/dbm/ncompat.h
+-rw-r--r-- root/root usr/include/firefox/dbm/winfile.h
-rw-r--r-- root/root usr/include/firefox/domstubs.h
-rw-r--r-- root/root usr/include/firefox/expat.h
-rw-r--r-- root/root usr/include/firefox/expat_config.h
@@ -273,6 +300,7 @@ drwxr-xr-x root/root usr/include/firefox/js/
-rw-r--r-- root/root usr/include/firefox/js/Anchor.h
-rw-r--r-- root/root usr/include/firefox/js/CallArgs.h
-rw-r--r-- root/root usr/include/firefox/js/CharacterEncoding.h
+-rw-r--r-- root/root usr/include/firefox/js/Date.h
-rw-r--r-- root/root usr/include/firefox/js/GCAPI.h
-rw-r--r-- root/root usr/include/firefox/js/HashTable.h
-rw-r--r-- root/root usr/include/firefox/js/HeapAPI.h
@@ -307,6 +335,9 @@ drwxr-xr-x root/root usr/include/firefox/js/
-rw-r--r-- root/root usr/include/firefox/jsutil.h
-rw-r--r-- root/root usr/include/firefox/jsversion.h
-rw-r--r-- root/root usr/include/firefox/jswrapper.h
+drwxr-xr-x root/root usr/include/firefox/kiss_fft/
+-rw-r--r-- root/root usr/include/firefox/kiss_fft/kiss_fft.h
+-rw-r--r-- root/root usr/include/firefox/kiss_fft/kiss_fftr.h
-rw-r--r-- root/root usr/include/firefox/mozAutoDocUpdate.h
-rw-r--r-- root/root usr/include/firefox/mozFlushType.h
-rw-r--r-- root/root usr/include/firefox/mozIApplication.h
@@ -359,6 +390,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/
-rw-r--r-- root/root usr/include/firefox/mozilla/BloomFilter.h
-rw-r--r-- root/root usr/include/firefox/mozilla/BrowserElementParent.h
-rw-r--r-- root/root usr/include/firefox/mozilla/CORSMode.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/Casting.h
-rw-r--r-- root/root usr/include/firefox/mozilla/Char16.h
-rw-r--r-- root/root usr/include/firefox/mozilla/CharTokenizer.h
-rw-r--r-- root/root usr/include/firefox/mozilla/CheckedInt.h
@@ -368,6 +400,8 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/
-rw-r--r-- root/root usr/include/firefox/mozilla/Constants.h
-rw-r--r-- root/root usr/include/firefox/mozilla/DeadlockDetector.h
-rw-r--r-- root/root usr/include/firefox/mozilla/DebugOnly.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/Decimal.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/Endian.h
-rw-r--r-- root/root usr/include/firefox/mozilla/EnumSet.h
-rw-r--r-- root/root usr/include/firefox/mozilla/ErrorResult.h
-rw-r--r-- root/root usr/include/firefox/mozilla/FileLocation.h
@@ -407,7 +441,11 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/
-rw-r--r-- root/root usr/include/firefox/mozilla/PaintTracker.h
-rw-r--r-- root/root usr/include/firefox/mozilla/PluginLibrary.h
-rw-r--r-- root/root usr/include/firefox/mozilla/PluginPRLibrary.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/PodOperations.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/Poison.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/PreallocatedProcessManager.h
-rw-r--r-- root/root usr/include/firefox/mozilla/Preferences.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/ProcessPriorityManager.h
-rw-r--r-- root/root usr/include/firefox/mozilla/ProcessedStack.h
-rw-r--r-- root/root usr/include/firefox/mozilla/PublicSSL.h
-rw-r--r-- root/root usr/include/firefox/mozilla/Range.h
@@ -441,6 +479,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/
-rw-r--r-- root/root usr/include/firefox/mozilla/WidgetUtils.h
-rw-r--r-- root/root usr/include/firefox/mozilla/X11Util.h
-rw-r--r-- root/root usr/include/firefox/mozilla/XPCOM.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/XPTInterfaceInfoManager.h
drwxr-xr-x root/root usr/include/firefox/mozilla/a11y/
-rw-r--r-- root/root usr/include/firefox/mozilla/a11y/AccTypes.h
-rw-r--r-- root/root usr/include/firefox/mozilla/a11y/Accessible.h
@@ -475,9 +514,13 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/docshell/
-rw-r--r-- root/root usr/include/firefox/mozilla/docshell/OfflineCacheUpdateParent.h
drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/Activity.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/AnalyserNode.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/AnalyserNodeBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/AnimationEventBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ArchiveReaderBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ArchiveRequestBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/Attr.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/AttrBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/AudioBuffer.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/AudioBufferBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/AudioBufferSourceNode.h
@@ -492,8 +535,8 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/AudioNodeBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/AudioParam.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/AudioParamBinding.h
--rw-r--r-- root/root usr/include/firefox/mozilla/dom/AudioSourceNode.h
--rw-r--r-- root/root usr/include/firefox/mozilla/dom/AudioSourceNodeBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/AudioProcessingEvent.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/AudioProcessingEventBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/AudioStreamTrack.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/AudioStreamTrackBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/BatteryManagerBinding.h
@@ -518,11 +561,18 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CallbackFunction.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CallbackInterface.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CallbackObject.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CanvasGradient.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CanvasPattern.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CanvasRenderingContext2D.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CanvasRenderingContext2DBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CanvasUtils.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CaretPositionBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ChannelMergerNode.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ChannelMergerNodeBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ChannelSplitterNode.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ChannelSplitterNodeBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CharacterDataBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ChildNodeBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ClientRectBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ClientRectListBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ClipboardEventBinding.h
@@ -533,6 +583,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ContentChild.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ContentParent.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ContentProcess.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CoordinatesBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CrashReporterChild.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CrashReporterParent.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DOMCursor.h
@@ -546,22 +597,28 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DOMRequest.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DOMRequestBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DOMSettableTokenListBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DOMStorageIPC.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DOMStringMapBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DOMTokenListBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DOMTransactionBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DelayNode.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DelayNodeBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DesktopNotification.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DesktopNotificationBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DeviceMotionEventBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DirectionalityUtils.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DocumentBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DocumentFragment.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DocumentFragmentBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DocumentType.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DocumentTypeBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DragEventBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DummyBindingBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DynamicsCompressorNode.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DynamicsCompressorNodeBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/Element.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ElementBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/EnableSpeechSynthesisCheck.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/EnableWebAudioCheck.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/EncodingUtils.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/Errors.msg
@@ -578,6 +635,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/FileBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/FileHandleBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/FileListBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/FileReaderBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/FileReaderSyncBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/FileRequestBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/FormDataBinding.h
@@ -586,6 +644,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/FunctionBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/GainNode.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/GainNodeBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/GeolocationBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLAnchorElement.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLAnchorElementBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLAppletElementBinding.h
@@ -601,6 +660,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLButtonElement.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLButtonElementBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLCanvasElement.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLCanvasElementBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLCollectionBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLDListElementBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLDataElement.h
@@ -677,6 +737,8 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLQuoteElementBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLScriptElement.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLScriptElementBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLSelectElement.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLSelectElementBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLSharedElement.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLSharedListElement.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLSharedObjectElement.h
@@ -714,7 +776,10 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/IDBVersionChangeEventBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ImageData.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ImageDataBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ImageDocument.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ImageDocumentBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/InspectorUtilsBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/KeyboardEventBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/Link.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/LinkStyleBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/LocalMediaStreamBinding.h
@@ -729,9 +794,12 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/MmsMessage.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/MobileMessageManager.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/MouseEventBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/MouseScrollEventBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/MozActivityBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/MozNamedAttrMapBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/MutationEventBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/MutationObserverBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/NetDashboardBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/NodeBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/NodeFilterBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/NodeIterator.h
@@ -740,6 +808,8 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/NonRefcountedDOMObject.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/Notification.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/NotificationBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/NotifyAudioAvailableEventBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/NotifyPaintEventBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/Nullable.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PaintRequestBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PaintRequestListBinding.h
@@ -749,6 +819,8 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PerformanceNavigationBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PerformanceTimingBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PermissionMessageUtils.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PositionBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PositionErrorBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PrimitiveConversions.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ProcessingInstruction.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ProcessingInstructionBinding.h
@@ -781,6 +853,9 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGAnimatedPathDataBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGAnimatedPointsBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGAnimatedPreserveAspectRatioBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGAnimatedRect.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGAnimatedRectBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGAnimatedTransformList.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGAnimatedTransformListBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGAnimationElement.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGAnimationElementBinding.h
@@ -899,6 +974,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGSetElementBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGStopElement.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGStopElementBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGStringListBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGStyleElement.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGStyleElementBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGSwitchElement.h
@@ -919,6 +995,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGTextPositioningElementBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGTitleElement.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGTitleElementBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGTransform.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGTransformBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGTransformListBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGTransformableElement.h
@@ -929,14 +1006,17 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGViewElement.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGViewElementBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGZoomAndPanBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGZoomEvent.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGZoomEventBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ScreenBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ScreenOrientation.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ScriptProcessorNode.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ScriptProcessorNodeBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ScrollAreaEventBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SimpleGestureEventBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SmsFilter.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SmsManager.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SmsMessage.h
--rw-r--r-- root/root usr/include/firefox/mozilla/dom/SmsRequest.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SmsSegmentInfo.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SpeechGrammar.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SpeechGrammarBinding.h
@@ -951,8 +1031,14 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SpeechRecognitionResultList.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SpeechRecognitionResultListBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SpeechStreamListener.h
--rw-r--r-- root/root usr/include/firefox/mozilla/dom/StorageChild.h
--rw-r--r-- root/root usr/include/firefox/mozilla/dom/StorageParent.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SpeechSynthesis.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SpeechSynthesisBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SpeechSynthesisChild.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SpeechSynthesisParent.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SpeechSynthesisUtterance.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SpeechSynthesisUtteranceBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SpeechSynthesisVoice.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SpeechSynthesisVoiceBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/StructuredCloneTags.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/StructuredCloneUtils.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/StyleSheetBinding.h
@@ -968,9 +1054,14 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/TextEncoder.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/TextEncoderBase.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/TextEncoderBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/TextMetrics.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/TimeRanges.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/TimeRangesBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/Touch.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/TouchBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/TouchEventBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/TransitionEventBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/TreeColumnsBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/TreeWalker.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/TreeWalkerBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/TypedArray.h
@@ -991,6 +1082,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/WebGLRenderingContextBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/WebSocketBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/WheelEventBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/WindowBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/XMLDocument.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/XMLDocumentBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/XMLHttpRequestBinding.h
@@ -1052,10 +1144,10 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/indexedDB/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/indexedDB/SerializationHelpers.h
drwxr-xr-x root/root usr/include/firefox/mozilla/dom/ipc/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ipc/Blob.h
--rw-r--r-- root/root usr/include/firefox/mozilla/dom/ipc/ProcessPriorityManager.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ipc/nsIRemoteBlob.h
drwxr-xr-x root/root usr/include/firefox/mozilla/dom/mobilemessage/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/mobilemessage/Constants.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/mobilemessage/MmsService.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/mobilemessage/MobileMessageCallback.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/mobilemessage/MobileMessageDatabaseService.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/mobilemessage/MobileMessageService.h
@@ -1069,6 +1161,9 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/network/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/network/TCPSocketParent.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/network/Types.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/network/Utils.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/nsSVGAnimatedTransformList.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/nsSpeechTask.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/nsSynthVoiceRegistry.h
drwxr-xr-x root/root usr/include/firefox/mozilla/dom/power/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/power/PowerManagerService.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/power/Types.h
@@ -1159,27 +1254,54 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/jsipc/
-rw-r--r-- root/root usr/include/firefox/mozilla/jsipc/ObjectWrapperChild.h
-rw-r--r-- root/root usr/include/firefox/mozilla/jsipc/ObjectWrapperParent.h
drwxr-xr-x root/root usr/include/firefox/mozilla/layers/
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/AsyncCompositionManager.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/AsyncPanZoomController.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/Axis.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/BasicCompositor.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/CanvasClient.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/CanvasLayerComposite.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/ColorLayerComposite.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/CompositableClient.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/CompositableForwarder.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/CompositableTransactionParent.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/CompositingRenderTargetOGL.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/Compositor.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/CompositorChild.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/CompositorCocoaWidgetHelper.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/CompositorOGL.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/CompositorParent.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/CompositorTypes.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/ContainerLayerComposite.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/ContentClient.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/ContentHost.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/D3D9SurfaceImage.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/Effects.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/GeckoContentController.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/GestureEventListener.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/ISurfaceAllocator.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/ImageBridgeChild.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/ImageBridgeParent.h
--rw-r--r-- root/root usr/include/firefox/mozilla/layers/ImageContainerChild.h
--rw-r--r-- root/root usr/include/firefox/mozilla/layers/ImageContainerParent.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/ImageClient.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/ImageHost.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/ImageLayerComposite.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/LayerManagerComposite.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/LayerTransactionChild.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/LayerTransactionParent.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/LayersTypes.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/RenderTrace.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/ShadowLayerUtilsX11.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/ShadowLayers.h
--rw-r--r-- root/root usr/include/firefox/mozilla/layers/ShadowLayersChild.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/ShadowLayersManager.h
--rw-r--r-- root/root usr/include/firefox/mozilla/layers/ShadowLayersParent.h
--rw-r--r-- root/root usr/include/firefox/mozilla/layers/SharedImageUtils.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/SharedPlanarYCbCrImage.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/SharedRGBImage.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/ShmemYCbCrImage.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/TaskThrottler.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/TextureClient.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/TextureClientOGL.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/TextureHost.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/TextureHostOGL.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/ThebesLayerComposite.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/TiledContentClient.h
drwxr-xr-x root/root usr/include/firefox/mozilla/layout/
-rw-r--r-- root/root usr/include/firefox/mozilla/layout/FrameChildList.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layout/RenderFrameChild.h
@@ -1298,7 +1420,6 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsAXPCNativeCallContext.h
-rw-r--r-- root/root usr/include/firefox/nsAboutProtocolUtils.h
-rw-r--r-- root/root usr/include/firefox/nsAccessNode.h
--rw-r--r-- root/root usr/include/firefox/nsAccessNodeWrap.h
-rw-r--r-- root/root usr/include/firefox/nsAccessibilityService.h
-rw-r--r-- root/root usr/include/firefox/nsAgg.h
-rw-r--r-- root/root usr/include/firefox/nsAlgorithm.h
@@ -1396,6 +1517,7 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsCopySupport.h
-rw-r--r-- root/root usr/include/firefox/nsCppSharedAllocator.h
-rw-r--r-- root/root usr/include/firefox/nsCrossSiteListenerProxy.h
+-rw-r--r-- root/root usr/include/firefox/nsCycleCollectionJSRuntime.h
-rw-r--r-- root/root usr/include/firefox/nsCycleCollectionNoteChild.h
-rw-r--r-- root/root usr/include/firefox/nsCycleCollectionParticipant.h
-rw-r--r-- root/root usr/include/firefox/nsCycleCollectionTraversalCallback.h
@@ -1414,6 +1536,7 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsDOMFile.h
-rw-r--r-- root/root usr/include/firefox/nsDOMGamepad.h
-rw-r--r-- root/root usr/include/firefox/nsDOMJSUtils.h
+-rw-r--r-- root/root usr/include/firefox/nsDOMKeyNameList.h
-rw-r--r-- root/root usr/include/firefox/nsDOMMediaQueryList.h
-rw-r--r-- root/root usr/include/firefox/nsDOMString.h
-rw-r--r-- root/root usr/include/firefox/nsDOMTouchEvent.h
@@ -1584,6 +1707,7 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsIApplicationCacheService.h
-rw-r--r-- root/root usr/include/firefox/nsIAppsService.h
-rw-r--r-- root/root usr/include/firefox/nsIArray.h
+-rw-r--r-- root/root usr/include/firefox/nsIArrayBufferInputStream.h
-rw-r--r-- root/root usr/include/firefox/nsIAssociatedContentSecurity.h
-rw-r--r-- root/root usr/include/firefox/nsIAsyncInputStream.h
-rw-r--r-- root/root usr/include/firefox/nsIAsyncOutputStream.h
@@ -1695,6 +1819,7 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsIConsoleMessage.h
-rw-r--r-- root/root usr/include/firefox/nsIConsoleService.h
-rw-r--r-- root/root usr/include/firefox/nsIConstraintValidation.h
+-rw-r--r-- root/root usr/include/firefox/nsIContactProperties.h
-rw-r--r-- root/root usr/include/firefox/nsIContainerBoxObject.h
-rw-r--r-- root/root usr/include/firefox/nsIContent.h
-rw-r--r-- root/root usr/include/firefox/nsIContentDispatchChooser.h
@@ -1787,7 +1912,6 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsIDOMConnection.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMConstructor.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMContactManager.h
--rw-r--r-- root/root usr/include/firefox/nsIDOMContactProperties.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMCounter.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMCryptoDialogs.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMCryptoLegacy.h
@@ -1935,6 +2059,7 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsIDOMMozContactChangeEvent.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMMozMmsEvent.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMMozMmsMessage.h
+-rw-r--r-- root/root usr/include/firefox/nsIDOMMozMobileMessageThread.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMMozNamedAttrMap.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMMozSettingsEvent.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMMozSmsEvent.h
@@ -1984,15 +2109,11 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsIDOMSVGAnimatedInteger.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMSVGAnimatedLength.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMSVGAnimatedNumber.h
--rw-r--r-- root/root usr/include/firefox/nsIDOMSVGAnimatedRect.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMSVGAnimatedString.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMSVGDocument.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMSVGElement.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMSVGLength.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMSVGNumber.h
--rw-r--r-- root/root usr/include/firefox/nsIDOMSVGRect.h
--rw-r--r-- root/root usr/include/firefox/nsIDOMSVGStringList.h
--rw-r--r-- root/root usr/include/firefox/nsIDOMSVGZoomEvent.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMScreen.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMScriptObjectFactory.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMScrollAreaEvent.h
@@ -2000,21 +2121,20 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsIDOMSettingsManager.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMSimpleGestureEvent.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMSmartCardEvent.h
--rw-r--r-- root/root usr/include/firefox/nsIDOMSmsCursor.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMSmsFilter.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMSmsManager.h
--rw-r--r-- root/root usr/include/firefox/nsIDOMSmsRequest.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMSmsSegmentInfo.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMSpeechRecognitionError.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMSpeechRecognitionEvent.h
+-rw-r--r-- root/root usr/include/firefox/nsIDOMSpeechSynthesisEvent.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMStorage.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMStorageEvent.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMStorageIndexedDB.h
--rw-r--r-- root/root usr/include/firefox/nsIDOMStorageItem.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMStorageManager.h
--rw-r--r-- root/root usr/include/firefox/nsIDOMStorageObsolete.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMStyleSheet.h
+-rw-r--r-- root/root usr/include/firefox/nsIDOMStyleSheetAddedEvent.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMStyleSheetList.h
+-rw-r--r-- root/root usr/include/firefox/nsIDOMStyleSheetRemovedEvent.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMTCPSocket.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMText.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMTimeEvent.h
@@ -2077,6 +2197,7 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsIDirIndexListener.h
-rw-r--r-- root/root usr/include/firefox/nsIDirectoryEnumerator.h
-rw-r--r-- root/root usr/include/firefox/nsIDirectoryService.h
+-rw-r--r-- root/root usr/include/firefox/nsIDiskSpaceWatcher.h
-rw-r--r-- root/root usr/include/firefox/nsIDocCharset.h
-rw-r--r-- root/root usr/include/firefox/nsIDocShell.h
-rw-r--r-- root/root usr/include/firefox/nsIDocShellHistory.h
@@ -2180,11 +2301,11 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsIGZFileWriter.h
-rw-r--r-- root/root usr/include/firefox/nsIGamepadServiceTest.h
-rw-r--r-- root/root usr/include/firefox/nsIGenKeypairInfoDlg.h
--rw-r--r-- root/root usr/include/firefox/nsIGeolocation.h
-rw-r--r-- root/root usr/include/firefox/nsIGeolocationProvider.h
-rw-r--r-- root/root usr/include/firefox/nsIGfxInfo.h
-rw-r--r-- root/root usr/include/firefox/nsIGfxInfoDebug.h
-rw-r--r-- root/root usr/include/firefox/nsIGlobalHistory2.h
+-rw-r--r-- root/root usr/include/firefox/nsIGlobalObject.h
-rw-r--r-- root/root usr/include/firefox/nsIGnomeVFSService.h
-rw-r--r-- root/root usr/include/firefox/nsIGridPart.h
-rw-r--r-- root/root usr/include/firefox/nsIHTMLAbsPosEditor.h
@@ -2260,7 +2381,6 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsIJARChannel.h
-rw-r--r-- root/root usr/include/firefox/nsIJARProtocolHandler.h
-rw-r--r-- root/root usr/include/firefox/nsIJARURI.h
--rw-r--r-- root/root usr/include/firefox/nsIJSContextStack.h
-rw-r--r-- root/root usr/include/firefox/nsIJSEngineTelemetryStats.h
-rw-r--r-- root/root usr/include/firefox/nsIJSEventListener.h
-rw-r--r-- root/root usr/include/firefox/nsIJSInspector.h
@@ -2309,6 +2429,7 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsIMessageManager.h
-rw-r--r-- root/root usr/include/firefox/nsIMmsService.h
-rw-r--r-- root/root usr/include/firefox/nsIMobileMessageCallback.h
+-rw-r--r-- root/root usr/include/firefox/nsIMobileMessageCursorCallback.h
-rw-r--r-- root/root usr/include/firefox/nsIMobileMessageDatabaseService.h
-rw-r--r-- root/root usr/include/firefox/nsIMobileMessageService.h
-rw-r--r-- root/root usr/include/firefox/nsIModule.h
@@ -2406,6 +2527,7 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsIPrivateTextRange.h
-rw-r--r-- root/root usr/include/firefox/nsIProcess.h
-rw-r--r-- root/root usr/include/firefox/nsIProfileMigrator.h
+-rw-r--r-- root/root usr/include/firefox/nsIProfileSaveEvent.h
-rw-r--r-- root/root usr/include/firefox/nsIProfileUnlocker.h
-rw-r--r-- root/root usr/include/firefox/nsIProfiler.h
-rw-r--r-- root/root usr/include/firefox/nsIProgrammingLanguage.h
@@ -2522,6 +2644,7 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsIScrollable.h
-rw-r--r-- root/root usr/include/firefox/nsIScrollableFrame.h
-rw-r--r-- root/root usr/include/firefox/nsIScrollbarMediator.h
+-rw-r--r-- root/root usr/include/firefox/nsIScrollbarOwner.h
-rw-r--r-- root/root usr/include/firefox/nsISecretDecoderRing.h
-rw-r--r-- root/root usr/include/firefox/nsISecureBrowserUI.h
-rw-r--r-- root/root usr/include/firefox/nsISecurityCheckedComponent.h
@@ -2561,6 +2684,8 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsISound.h
-rw-r--r-- root/root usr/include/firefox/nsISpeculativeConnect.h
-rw-r--r-- root/root usr/include/firefox/nsISpeechRecognitionService.h
+-rw-r--r-- root/root usr/include/firefox/nsISpeechService.h
+-rw-r--r-- root/root usr/include/firefox/nsISpeechSynthesisGetter.h
-rw-r--r-- root/root usr/include/firefox/nsISpellChecker.h
-rw-r--r-- root/root usr/include/firefox/nsIStandardURL.h
-rw-r--r-- root/root usr/include/firefox/nsIStartupCache.h
@@ -2597,6 +2722,7 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsISupportsUtils.h
-rw-r--r-- root/root usr/include/firefox/nsISyncJPAKE.h
-rw-r--r-- root/root usr/include/firefox/nsISyncStreamListener.h
+-rw-r--r-- root/root usr/include/firefox/nsISynthVoiceRegistry.h
-rw-r--r-- root/root usr/include/firefox/nsISystemMessagesInternal.h
-rw-r--r-- root/root usr/include/firefox/nsISystemProxySettings.h
-rw-r--r-- root/root usr/include/firefox/nsITCPSocketChild.h
@@ -2808,6 +2934,7 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsPIDOMStorage.h
-rw-r--r-- root/root usr/include/firefox/nsPIDOMWindow.h
-rw-r--r-- root/root usr/include/firefox/nsPIEditorTransaction.h
+-rw-r--r-- root/root usr/include/firefox/nsPILoadGroupInternal.h
-rw-r--r-- root/root usr/include/firefox/nsPIPlacesDatabase.h
-rw-r--r-- root/root usr/include/firefox/nsPIPlacesHistoryListenersNotifier.h
-rw-r--r-- root/root usr/include/firefox/nsPIPromptService.h
@@ -3014,7 +3141,188 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsZipArchive.h
-rw-r--r-- root/root usr/include/firefox/nscore.h
-rw-r--r-- root/root usr/include/firefox/nspluginroot.h
+drwxr-xr-x root/root usr/include/firefox/nspr/
+drwxr-xr-x root/root usr/include/firefox/nspr/md/
+-rw-r--r-- root/root usr/include/firefox/nspr/md/_aix32.cfg
+-rw-r--r-- root/root usr/include/firefox/nspr/md/_aix64.cfg
+-rw-r--r-- root/root usr/include/firefox/nspr/md/_beos.cfg
+-rw-r--r-- root/root usr/include/firefox/nspr/md/_bsdi.cfg
+-rw-r--r-- root/root usr/include/firefox/nspr/md/_darwin.cfg
+-rw-r--r-- root/root usr/include/firefox/nspr/md/_dgux.cfg
+-rw-r--r-- root/root usr/include/firefox/nspr/md/_freebsd.cfg
+-rw-r--r-- root/root usr/include/firefox/nspr/md/_hpux32.cfg
+-rw-r--r-- root/root usr/include/firefox/nspr/md/_hpux64.cfg
+-rw-r--r-- root/root usr/include/firefox/nspr/md/_irix32.cfg
+-rw-r--r-- root/root usr/include/firefox/nspr/md/_irix64.cfg
+-rw-r--r-- root/root usr/include/firefox/nspr/md/_linux.cfg
+-rw-r--r-- root/root usr/include/firefox/nspr/md/_netbsd.cfg
+-rw-r--r-- root/root usr/include/firefox/nspr/md/_nto.cfg
+-rw-r--r-- root/root usr/include/firefox/nspr/md/_openbsd.cfg
+-rw-r--r-- root/root usr/include/firefox/nspr/md/_os2.cfg
+-rw-r--r-- root/root usr/include/firefox/nspr/md/_osf1.cfg
+-rw-r--r-- root/root usr/include/firefox/nspr/md/_qnx.cfg
+-rw-r--r-- root/root usr/include/firefox/nspr/md/_riscos.cfg
+-rw-r--r-- root/root usr/include/firefox/nspr/md/_scoos.cfg
+-rw-r--r-- root/root usr/include/firefox/nspr/md/_solaris.cfg
+-rw-r--r-- root/root usr/include/firefox/nspr/md/_symbian.cfg
+-rw-r--r-- root/root usr/include/firefox/nspr/md/_unixware.cfg
+-rw-r--r-- root/root usr/include/firefox/nspr/md/_unixware7.cfg
+-rw-r--r-- root/root usr/include/firefox/nspr/md/_win95.cfg
+-rw-r--r-- root/root usr/include/firefox/nspr/md/_winnt.cfg
+-rw-r--r-- root/root usr/include/firefox/nspr/nspr.h
+drwxr-xr-x root/root usr/include/firefox/nspr/obsolete/
+-rw-r--r-- root/root usr/include/firefox/nspr/obsolete/pralarm.h
+-rw-r--r-- root/root usr/include/firefox/nspr/obsolete/probslet.h
+-rw-r--r-- root/root usr/include/firefox/nspr/obsolete/protypes.h
+-rw-r--r-- root/root usr/include/firefox/nspr/obsolete/prsem.h
+-rw-r--r-- root/root usr/include/firefox/nspr/plarena.h
+-rw-r--r-- root/root usr/include/firefox/nspr/plarenas.h
+-rw-r--r-- root/root usr/include/firefox/nspr/plbase64.h
+-rw-r--r-- root/root usr/include/firefox/nspr/plerror.h
+-rw-r--r-- root/root usr/include/firefox/nspr/plgetopt.h
+-rw-r--r-- root/root usr/include/firefox/nspr/plhash.h
+-rw-r--r-- root/root usr/include/firefox/nspr/plstr.h
+-rw-r--r-- root/root usr/include/firefox/nspr/pratom.h
+-rw-r--r-- root/root usr/include/firefox/nspr/prbit.h
+-rw-r--r-- root/root usr/include/firefox/nspr/prclist.h
+-rw-r--r-- root/root usr/include/firefox/nspr/prcmon.h
+-rw-r--r-- root/root usr/include/firefox/nspr/prcountr.h
+-rw-r--r-- root/root usr/include/firefox/nspr/prcpucfg.h
+-rw-r--r-- root/root usr/include/firefox/nspr/prcvar.h
+-rw-r--r-- root/root usr/include/firefox/nspr/prdtoa.h
+-rw-r--r-- root/root usr/include/firefox/nspr/prenv.h
+-rw-r--r-- root/root usr/include/firefox/nspr/prerr.h
+-rw-r--r-- root/root usr/include/firefox/nspr/prerror.h
+-rw-r--r-- root/root usr/include/firefox/nspr/prinet.h
+-rw-r--r-- root/root usr/include/firefox/nspr/prinit.h
+-rw-r--r-- root/root usr/include/firefox/nspr/prinrval.h
+-rw-r--r-- root/root usr/include/firefox/nspr/prio.h
+-rw-r--r-- root/root usr/include/firefox/nspr/pripcsem.h
+drwxr-xr-x root/root usr/include/firefox/nspr/private/
+-rw-r--r-- root/root usr/include/firefox/nspr/private/pprio.h
+-rw-r--r-- root/root usr/include/firefox/nspr/private/pprthred.h
+-rw-r--r-- root/root usr/include/firefox/nspr/private/prpriv.h
+-rw-r--r-- root/root usr/include/firefox/nspr/prlink.h
+-rw-r--r-- root/root usr/include/firefox/nspr/prlock.h
+-rw-r--r-- root/root usr/include/firefox/nspr/prlog.h
+-rw-r--r-- root/root usr/include/firefox/nspr/prlong.h
+-rw-r--r-- root/root usr/include/firefox/nspr/prmem.h
+-rw-r--r-- root/root usr/include/firefox/nspr/prmon.h
+-rw-r--r-- root/root usr/include/firefox/nspr/prmwait.h
+-rw-r--r-- root/root usr/include/firefox/nspr/prnetdb.h
+-rw-r--r-- root/root usr/include/firefox/nspr/prolock.h
+-rw-r--r-- root/root usr/include/firefox/nspr/prpdce.h
+-rw-r--r-- root/root usr/include/firefox/nspr/prprf.h
+-rw-r--r-- root/root usr/include/firefox/nspr/prproces.h
+-rw-r--r-- root/root usr/include/firefox/nspr/prrng.h
+-rw-r--r-- root/root usr/include/firefox/nspr/prrwlock.h
+-rw-r--r-- root/root usr/include/firefox/nspr/prshm.h
+-rw-r--r-- root/root usr/include/firefox/nspr/prshma.h
+-rw-r--r-- root/root usr/include/firefox/nspr/prsystem.h
+-rw-r--r-- root/root usr/include/firefox/nspr/prthread.h
+-rw-r--r-- root/root usr/include/firefox/nspr/prtime.h
+-rw-r--r-- root/root usr/include/firefox/nspr/prtpool.h
+-rw-r--r-- root/root usr/include/firefox/nspr/prtrace.h
+-rw-r--r-- root/root usr/include/firefox/nspr/prtypes.h
+-rw-r--r-- root/root usr/include/firefox/nspr/prvrsion.h
+-rw-r--r-- root/root usr/include/firefox/nspr/prwin16.h
-rw-r--r-- root/root usr/include/firefox/nsrootidl.h
+drwxr-xr-x root/root usr/include/firefox/nss/
+-rw-r--r-- root/root usr/include/firefox/nss/base64.h
+-rw-r--r-- root/root usr/include/firefox/nss/blapit.h
+-rw-r--r-- root/root usr/include/firefox/nss/cert.h
+-rw-r--r-- root/root usr/include/firefox/nss/certdb.h
+-rw-r--r-- root/root usr/include/firefox/nss/certt.h
+-rw-r--r-- root/root usr/include/firefox/nss/ciferfam.h
+-rw-r--r-- root/root usr/include/firefox/nss/cmmf.h
+-rw-r--r-- root/root usr/include/firefox/nss/cmmft.h
+-rw-r--r-- root/root usr/include/firefox/nss/cms.h
+-rw-r--r-- root/root usr/include/firefox/nss/cmsreclist.h
+-rw-r--r-- root/root usr/include/firefox/nss/cmst.h
+-rw-r--r-- root/root usr/include/firefox/nss/crmf.h
+-rw-r--r-- root/root usr/include/firefox/nss/crmft.h
+-rw-r--r-- root/root usr/include/firefox/nss/cryptohi.h
+-rw-r--r-- root/root usr/include/firefox/nss/cryptoht.h
+-rw-r--r-- root/root usr/include/firefox/nss/ecl-exp.h
+-rw-r--r-- root/root usr/include/firefox/nss/hasht.h
+-rw-r--r-- root/root usr/include/firefox/nss/jar-ds.h
+-rw-r--r-- root/root usr/include/firefox/nss/jar.h
+-rw-r--r-- root/root usr/include/firefox/nss/jarfile.h
+-rw-r--r-- root/root usr/include/firefox/nss/key.h
+-rw-r--r-- root/root usr/include/firefox/nss/keyhi.h
+-rw-r--r-- root/root usr/include/firefox/nss/keyt.h
+-rw-r--r-- root/root usr/include/firefox/nss/keythi.h
+-rw-r--r-- root/root usr/include/firefox/nss/nss.h
+-rw-r--r-- root/root usr/include/firefox/nss/nssb64.h
+-rw-r--r-- root/root usr/include/firefox/nss/nssb64t.h
+-rw-r--r-- root/root usr/include/firefox/nss/nssbase.h
+-rw-r--r-- root/root usr/include/firefox/nss/nssbaset.h
+-rw-r--r-- root/root usr/include/firefox/nss/nssck.api
+-rw-r--r-- root/root usr/include/firefox/nss/nssckbi.h
+-rw-r--r-- root/root usr/include/firefox/nss/nssckepv.h
+-rw-r--r-- root/root usr/include/firefox/nss/nssckft.h
+-rw-r--r-- root/root usr/include/firefox/nss/nssckfw.h
+-rw-r--r-- root/root usr/include/firefox/nss/nssckfwc.h
+-rw-r--r-- root/root usr/include/firefox/nss/nssckfwt.h
+-rw-r--r-- root/root usr/include/firefox/nss/nssckg.h
+-rw-r--r-- root/root usr/include/firefox/nss/nssckmdt.h
+-rw-r--r-- root/root usr/include/firefox/nss/nssckt.h
+-rw-r--r-- root/root usr/include/firefox/nss/nssilckt.h
+-rw-r--r-- root/root usr/include/firefox/nss/nssilock.h
+-rw-r--r-- root/root usr/include/firefox/nss/nsslocks.h
+-rw-r--r-- root/root usr/include/firefox/nss/nsslowhash.h
+-rw-r--r-- root/root usr/include/firefox/nss/nssrwlk.h
+-rw-r--r-- root/root usr/include/firefox/nss/nssrwlkt.h
+-rw-r--r-- root/root usr/include/firefox/nss/nssutil.h
+-rw-r--r-- root/root usr/include/firefox/nss/ocsp.h
+-rw-r--r-- root/root usr/include/firefox/nss/ocspt.h
+-rw-r--r-- root/root usr/include/firefox/nss/p12.h
+-rw-r--r-- root/root usr/include/firefox/nss/p12plcy.h
+-rw-r--r-- root/root usr/include/firefox/nss/p12t.h
+-rw-r--r-- root/root usr/include/firefox/nss/pk11func.h
+-rw-r--r-- root/root usr/include/firefox/nss/pk11pqg.h
+-rw-r--r-- root/root usr/include/firefox/nss/pk11priv.h
+-rw-r--r-- root/root usr/include/firefox/nss/pk11pub.h
+-rw-r--r-- root/root usr/include/firefox/nss/pk11sdr.h
+-rw-r--r-- root/root usr/include/firefox/nss/pkcs11.h
+-rw-r--r-- root/root usr/include/firefox/nss/pkcs11f.h
+-rw-r--r-- root/root usr/include/firefox/nss/pkcs11n.h
+-rw-r--r-- root/root usr/include/firefox/nss/pkcs11p.h
+-rw-r--r-- root/root usr/include/firefox/nss/pkcs11t.h
+-rw-r--r-- root/root usr/include/firefox/nss/pkcs11u.h
+-rw-r--r-- root/root usr/include/firefox/nss/pkcs12.h
+-rw-r--r-- root/root usr/include/firefox/nss/pkcs12t.h
+-rw-r--r-- root/root usr/include/firefox/nss/pkcs7t.h
+-rw-r--r-- root/root usr/include/firefox/nss/portreg.h
+-rw-r--r-- root/root usr/include/firefox/nss/preenc.h
+-rw-r--r-- root/root usr/include/firefox/nss/secasn1.h
+-rw-r--r-- root/root usr/include/firefox/nss/secasn1t.h
+-rw-r--r-- root/root usr/include/firefox/nss/seccomon.h
+-rw-r--r-- root/root usr/include/firefox/nss/secder.h
+-rw-r--r-- root/root usr/include/firefox/nss/secdert.h
+-rw-r--r-- root/root usr/include/firefox/nss/secdig.h
+-rw-r--r-- root/root usr/include/firefox/nss/secdigt.h
+-rw-r--r-- root/root usr/include/firefox/nss/secerr.h
+-rw-r--r-- root/root usr/include/firefox/nss/sechash.h
+-rw-r--r-- root/root usr/include/firefox/nss/secitem.h
+-rw-r--r-- root/root usr/include/firefox/nss/secmime.h
+-rw-r--r-- root/root usr/include/firefox/nss/secmod.h
+-rw-r--r-- root/root usr/include/firefox/nss/secmodt.h
+-rw-r--r-- root/root usr/include/firefox/nss/secoid.h
+-rw-r--r-- root/root usr/include/firefox/nss/secoidt.h
+-rw-r--r-- root/root usr/include/firefox/nss/secpkcs5.h
+-rw-r--r-- root/root usr/include/firefox/nss/secpkcs7.h
+-rw-r--r-- root/root usr/include/firefox/nss/secport.h
+-rw-r--r-- root/root usr/include/firefox/nss/shsign.h
+-rw-r--r-- root/root usr/include/firefox/nss/smime.h
+-rw-r--r-- root/root usr/include/firefox/nss/ssl.h
+-rw-r--r-- root/root usr/include/firefox/nss/sslerr.h
+-rw-r--r-- root/root usr/include/firefox/nss/sslproto.h
+-rw-r--r-- root/root usr/include/firefox/nss/sslt.h
+-rw-r--r-- root/root usr/include/firefox/nss/utilmodt.h
+-rw-r--r-- root/root usr/include/firefox/nss/utilpars.h
+-rw-r--r-- root/root usr/include/firefox/nss/utilparst.h
+-rw-r--r-- root/root usr/include/firefox/nss/utilrename.h
drwxr-xr-x root/root usr/include/firefox/ogg/
-rw-r--r-- root/root usr/include/firefox/ogg/config_types.h
-rw-r--r-- root/root usr/include/firefox/ogg/ogg.h
@@ -3290,7 +3598,8 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/branding/
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/branding/about-logo.png
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/branding/about-wordmark.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/branding/about-logo(a)2x.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/branding/about-wordmark.svg
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/branding/about.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/branding/aboutDialog.css
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/branding/icon16.png
@@ -3298,7 +3607,6 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/branding/
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/branding/icon48.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/branding/icon64.png
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/NetworkPanel.xhtml
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/aboutDialog.css
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/aboutDialog.js
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/aboutDialog.xul
@@ -3318,18 +3626,30 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/abou
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/aboutHome.js
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/aboutHome.xhtml
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/addons.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/addons(a)2x.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/apps.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/apps(a)2x.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/bookmarks.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/bookmarks(a)2x.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/downloads.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/downloads(a)2x.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/history.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/history(a)2x.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/mozilla.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/mozilla(a)2x.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/noise.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/restore-large.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/restore-large(a)2x.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/restore.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/restore(a)2x.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/settings.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/settings(a)2x.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/snippet1.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/snippet1(a)2x.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/snippet2.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/snippet2(a)2x.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/sync.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/sync(a)2x.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/baseMenuOverlay.xul
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/blockedSite.xhtml
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/bookmarks/
@@ -3343,14 +3663,10 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/book
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/certerror/
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/certerror/aboutCertError.css
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/certerror/aboutCertError.xhtml
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/content-sessionStore.js
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/content.js
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/debugger-controller.js
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/debugger-panes.js
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/debugger-toolbar.js
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/debugger-view.js
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/debugger.css
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/debugger.xul
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/NetworkPanel.xhtml
-rwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/cleopatra.html
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/commandline.css
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/commandlineoutput.xhtml
@@ -3360,11 +3676,19 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devt
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/connect.js
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/connect.xhtml
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/cssruleview.xhtml
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/debugger-controller.js
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/debugger-panes.js
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/debugger-toolbar.js
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/debugger-view.js
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/debugger.css
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/debugger.xul
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/fontinspector/
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/fontinspector/font-inspector.css
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/fontinspector/font-inspector.js
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/fontinspector/font-inspector.xhtml
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/framework/
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/framework/toolbox-options.js
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/framework/toolbox-options.xul
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/framework/toolbox-window.xul
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/framework/toolbox.css
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/framework/toolbox.xul
@@ -3377,6 +3701,12 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devt
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/layoutview/view.xhtml
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/markup-view.css
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/markup-view.xhtml
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/netmonitor-controller.js
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/netmonitor-view.js
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/netmonitor.css
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/netmonitor.xul
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/orion.js
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/profiler.xul
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/profiler/
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/profiler/cleopatra/
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/profiler/cleopatra/css/
@@ -3385,7 +3715,7 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devt
-rwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/profiler/cleopatra/css/ui.css
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/profiler/cleopatra/images/
-rwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/profiler/cleopatra/images/circlearrow.svg
--rwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/profiler/cleopatra/images/noise.png (EMPTY)
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/profiler/cleopatra/images/noise.png (EMPTY)
-rwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/profiler/cleopatra/images/throbber.svg
-rwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/profiler/cleopatra/images/treetwisty.svg
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/profiler/cleopatra/js/
@@ -3397,10 +3727,18 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devt
-rwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/profiler/cleopatra/js/tree.js
-rwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/profiler/cleopatra/js/ui.js
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/ruleview.css
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/scratchpad.js
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/scratchpad.xul
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/source-editor-overlay.xul
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/splitview.css
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/styleeditor.css
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/styleeditor.xul
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/theme-switching.js
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/webconsole.js
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/webconsole.xul
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/widgets.css
+drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/widgets/
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/widgets/VariablesView.xul
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/downloads/
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/downloads/allDownloadsViewOverlay.css
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/downloads/allDownloadsViewOverlay.js
@@ -3435,7 +3773,6 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/newt
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/nsContextMenu.js
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/openLocation.js
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/openLocation.xul
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/orion.js
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/pageinfo/
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/pageinfo/feeds.js
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/pageinfo/feeds.xml
@@ -3470,7 +3807,6 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/pref
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/preferences/aboutPermissions.js
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/preferences/aboutPermissions.xml
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/preferences/aboutPermissions.xul
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/preferences/advanced-scripts.xul
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/preferences/advanced.js
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/preferences/advanced.xul
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/preferences/applicationManager.js
@@ -3527,8 +3863,6 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/pref
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/preferences/sync.xul
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/preferences/tabs.js
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/preferences/tabs.xul
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/profiler.css
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/profiler.xul
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/report-phishing-overlay.xul
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/safeMode.css
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/safeMode.js
@@ -3537,8 +3871,6 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/pref
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/sanitize.xul
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/sanitizeDialog.css
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/sanitizeDialog.js
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/scratchpad.js
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/scratchpad.xul
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/search/
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/search/engineManager.js
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/search/engineManager.xul
@@ -3547,10 +3879,6 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/sear
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/setDesktopBackground.js
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/setDesktopBackground.xul
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/socialchat.xml
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/source-editor-overlay.xul
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/splitview.css
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/styleeditor.css
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/styleeditor.xul
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/sync/
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/sync/aboutSyncTabs-bindings.xml
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/sync/aboutSyncTabs.css
@@ -3673,20 +4001,25 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/light-theme.css
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/magnifying-glass.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/markup-view.css
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/netmonitor.css
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/option-icon.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/orion-breakpoint.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/orion-container.css
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/orion-debug-location.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/orion-task.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/orion.css
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/profiler.css
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/responsive-background.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/responsive-se-resizer.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/responsive-vertical-resizer.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/ruleview.css
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/scratchpad.css
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/splitview.css
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/styleeditor.css
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-debugger.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-inspector.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-network.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-options.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-profiler.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-styleeditor.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-webconsole.png
@@ -3699,11 +4032,11 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/widgets.css
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/allDownloadsViewOverlay.css
--rwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/buttons.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/buttons.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/contentAreaDownloadsView.css
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/download-glow-small.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/download-glow.png
--rwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/download-notification-finish.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/download-notification-finish.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/download-notification-start.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/download-summary.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/downloads.css
@@ -3747,12 +4080,15 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/places/pageStarred.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/places/places.css
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/places/query.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/places/star-icons.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/places/starPage.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/places/starred48.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/places/tag.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/places/toolbarDropMarker.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/places/unsortedBookmarks.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/places/unstarred48.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/pluginInstall-16.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/pluginInstall-64.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/pointerLock-16.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/pointerLock-64.png
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/
@@ -3772,7 +4108,10 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/slowStartup-16.png
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/social/
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/social/chat-close.png
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/social/social.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/social/services-16.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/social/services-64.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/social/share-button-active.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/social/share-button.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/sync-128.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/sync-16-throbber.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/sync-16.png
@@ -3829,6 +4168,8 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/browser.dtd
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/browser.properties
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/devtools/
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/devtools/VariablesView.dtd
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/devtools/appcacheutils.properties
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/devtools/connection-screen.dtd
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/devtools/connection-screen.properties
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/devtools/debugger.dtd
@@ -3839,6 +4180,8 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/devtool
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/devtools/inspector.dtd
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/devtools/inspector.properties
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/devtools/layoutview.dtd
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/devtools/netmonitor.dtd
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/devtools/netmonitor.properties
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/devtools/profiler.dtd
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/devtools/profiler.properties
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/devtools/responsiveUI.properties
@@ -3883,7 +4226,6 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/places/
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/preferences/
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/preferences/aboutPermissions.dtd
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/preferences/aboutPermissions.properties
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/preferences/advanced-scripts.dtd
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/preferences/advanced.dtd
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/preferences/applicationManager.dtd
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/preferences/applicationManager.properties
@@ -3925,9 +4267,6 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/safebro
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/tabbrowser.properties
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/tabview.properties
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/taskbar.properties
-drwxr-xr-x root/root usr/lib/firefox/browser/chrome/en-US/locale/feedback/
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/feedback/main.dtd
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/feedback/main.properties
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/en-US/locale/pdfviewer/
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/pdfviewer/chrome.properties
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/pdfviewer/viewer.properties
@@ -4048,22 +4387,19 @@ drwxr-xr-x root/root usr/lib/firefox/browser/modules/
-rw-r--r-- root/root usr/lib/firefox/browser/modules/DownloadsCommon.jsm
-rw-r--r-- root/root usr/lib/firefox/browser/modules/DownloadsLogger.jsm
-rw-r--r-- root/root usr/lib/firefox/browser/modules/HUDService.jsm
--rw-r--r-- root/root usr/lib/firefox/browser/modules/KeywordURLResetPrompter.jsm
-rw-r--r-- root/root usr/lib/firefox/browser/modules/MigrationUtils.jsm
-rw-r--r-- root/root usr/lib/firefox/browser/modules/NetworkPanel.jsm
-rw-r--r-- root/root usr/lib/firefox/browser/modules/NetworkPrioritizer.jsm
-rw-r--r-- root/root usr/lib/firefox/browser/modules/PlacesUIUtils.jsm
--rw-r--r-- root/root usr/lib/firefox/browser/modules/PropertyPanel.jsm
-rw-r--r-- root/root usr/lib/firefox/browser/modules/RecentWindow.jsm
-rw-r--r-- root/root usr/lib/firefox/browser/modules/SharedFrame.jsm
-rw-r--r-- root/root usr/lib/firefox/browser/modules/SignInToWebsite.jsm
-rw-r--r-- root/root usr/lib/firefox/browser/modules/Social.jsm
-rw-r--r-- root/root usr/lib/firefox/browser/modules/WebConsolePanel.jsm
drwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/AppCacheUtils.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/AutocompletePopup.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/Breadcrumbs.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/BreadcrumbsWidget.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/Browser.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/BuiltinCommands.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/CmdDebugger.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/CmdEdit.jsm
@@ -4072,56 +4408,67 @@ drwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/CmdScratchpad.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/CmdTilt.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/Commands.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/CssHtmlTree.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/CssLogic.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/CssRuleView.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/DOMHelpers.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/DebuggerPanel.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/DebuggerUI.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/DeveloperToolbar.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/EventEmitter.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/FloatingScrollbars.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/Highlighter.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/InplaceEditor.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/InspectorPanel.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/Jsbeautify.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/LayoutHelpers.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/MarkupView.jsm
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/NetMonitorPanel.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/Parser.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/ProfilerController.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/ProfilerHelpers.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/ProfilerPanel.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/Selection.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/SelectorSearch.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/SideMenuWidget.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/Sidebar.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/SplitView.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/StyleEditor.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/StyleEditorChrome.jsm
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/StyleEditorDebuggee.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/StyleEditorPanel.jsm
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/StyleEditorUI.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/StyleEditorUtil.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/StyleInspector.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/Target.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/Templater.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/Tilt.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/TiltGL.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/TiltMath.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/TiltUtils.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/TiltVisualizer.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/TiltVisualizerStyle.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/TiltWorkerCrafter.js
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/TiltWorkerPicker.js
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/ToolDefinitions.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/Toolbox.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/ToolboxHosts.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/Undo.jsm
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/StyleSheetEditor.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/VariablesView.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/ViewHelpers.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/cmd-profiler.jsm
+drwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/framework/
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/framework/sidebar.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/framework/target.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/framework/toolbox-hosts.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/framework/toolbox-options.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/framework/toolbox.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/framework/webconsole.js
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/gDevTools.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/gcli.jsm
+drwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/inspector/
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/inspector/breadcrumbs.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/inspector/highlighter.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/inspector/inspector-panel.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/inspector/selection.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/inspector/selector-search.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/main.js
+drwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/markupview/
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/markupview/markup-view.js
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/responsivedesign.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/scratchpad-manager.jsm
+drwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/shared/
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/shared/event-emitter.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/shared/inplace-editor.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/shared/theme-switching.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/shared/undo.js
+drwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/styleinspector/
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/styleinspector/computed-view.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/styleinspector/css-logic.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/styleinspector/rule-view.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/styleinspector/style-inspector.js
+drwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/tilt/
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/tilt/TiltWorkerCrafter.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/tilt/TiltWorkerPicker.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/tilt/tilt-gl.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/tilt/tilt-math.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/tilt/tilt-utils.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/tilt/tilt-visualizer-style.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/tilt/tilt-visualizer.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/tilt/tilt.js
-rw-r--r-- root/root usr/lib/firefox/browser/modules/distribution.js
-rw-r--r-- root/root usr/lib/firefox/browser/modules/offlineAppCache.jsm
-rw-r--r-- root/root usr/lib/firefox/browser/modules/openLocationLastURL.jsm
@@ -4180,7 +4527,6 @@ drwxr-xr-x root/root usr/lib/firefox/chrome/en-US/locale/en-US/global/
-rw-r--r-- root/root usr/lib/firefox/chrome/en-US/locale/en-US/global/about.dtd
-rw-r--r-- root/root usr/lib/firefox/chrome/en-US/locale/en-US/global/aboutAbout.dtd
-rw-r--r-- root/root usr/lib/firefox/chrome/en-US/locale/en-US/global/aboutRights.dtd
--rw-r--r-- root/root usr/lib/firefox/chrome/en-US/locale/en-US/global/aboutRights.properties
-rw-r--r-- root/root usr/lib/firefox/chrome/en-US/locale/en-US/global/aboutSupport.dtd
-rw-r--r-- root/root usr/lib/firefox/chrome/en-US/locale/en-US/global/aboutSupport.properties
-rw-r--r-- root/root usr/lib/firefox/chrome/en-US/locale/en-US/global/aboutTelemetry.dtd
@@ -4259,6 +4605,7 @@ drwxr-xr-x root/root usr/lib/firefox/chrome/en-US/locale/en-US/global/search/
drwxr-xr-x root/root usr/lib/firefox/chrome/en-US/locale/en-US/global/security/
-rw-r--r-- root/root usr/lib/firefox/chrome/en-US/locale/en-US/global/security/caps.properties
-rw-r--r-- root/root usr/lib/firefox/chrome/en-US/locale/en-US/global/security/csp.properties
+-rw-r--r-- root/root usr/lib/firefox/chrome/en-US/locale/en-US/global/security/security.properties
drwxr-xr-x root/root usr/lib/firefox/chrome/en-US/locale/en-US/global/svg/
-rw-r--r-- root/root usr/lib/firefox/chrome/en-US/locale/en-US/global/svg/svg.properties
-rw-r--r-- root/root usr/lib/firefox/chrome/en-US/locale/en-US/global/textcontext.dtd
@@ -4435,6 +4782,7 @@ drwxr-xr-x root/root usr/lib/firefox/chrome/toolkit/content/global/alerts/
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/alerts/alert.xul
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/appPicker.js
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/appPicker.xul
+-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/backgroundPageThumbsContent.js
drwxr-xr-x root/root usr/lib/firefox/chrome/toolkit/content/global/bindings/
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/bindings/autocomplete.xml
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/bindings/browser.xml
@@ -4458,6 +4806,7 @@ drwxr-xr-x root/root usr/lib/firefox/chrome/toolkit/content/global/bindings/
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/bindings/preferences.xml
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/bindings/progressmeter.xml
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/bindings/radio.xml
+-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/bindings/remote-browser.xml
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/bindings/resizer.xml
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/bindings/richlistbox.xml
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/bindings/scale.xml
@@ -4475,6 +4824,7 @@ drwxr-xr-x root/root usr/lib/firefox/chrome/toolkit/content/global/bindings/
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/bindings/videocontrols.css
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/bindings/videocontrols.xml
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/bindings/wizard.xml
+-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/browser-child.js
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/buildconfig.html
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/charsetOverlay.js
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/charsetOverlay.xul
@@ -4499,9 +4849,11 @@ drwxr-xr-x root/root usr/lib/firefox/chrome/toolkit/content/global/cpow/
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/devicestorage.properties
drwxr-xr-x root/root usr/lib/firefox/chrome/toolkit/content/global/devtools/
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/devtools/dbg-browser-actors.js
+-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/devtools/dbg-gcli-actors.js
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/devtools/dbg-profiler-actors.js
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/devtools/dbg-script-actors.js
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/devtools/dbg-server.js
+-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/devtools/dbg-styleeditor-actors.js
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/devtools/dbg-transport.js
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/devtools/dbg-webconsole-actors.js
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/dialogOverlay.js
@@ -4981,12 +5333,15 @@ drwxr-xr-x root/root usr/lib/firefox/components/
-rw-r--r-- root/root usr/lib/firefox/components/ContactManager.manifest
-rw-r--r-- root/root usr/lib/firefox/components/DataReporting.manifest
-rw-r--r-- root/root usr/lib/firefox/components/DataReportingService.js
+-rw-r--r-- root/root usr/lib/firefox/components/DownloadLegacy.js
+-rw-r--r-- root/root usr/lib/firefox/components/Downloads.manifest
-rw-r--r-- root/root usr/lib/firefox/components/FeedProcessor.js
-rw-r--r-- root/root usr/lib/firefox/components/FeedProcessor.manifest
--rw-r--r-- root/root usr/lib/firefox/components/GPSDGeolocationProvider.js
--rw-r--r-- root/root usr/lib/firefox/components/GPSDGeolocationProvider.manifest
+-rw-r--r-- root/root usr/lib/firefox/components/FormHistoryStartup.js
-rw-r--r-- root/root usr/lib/firefox/components/HealthReportComponents.manifest
-rw-r--r-- root/root usr/lib/firefox/components/Identity.manifest
+-rw-r--r-- root/root usr/lib/firefox/components/NavigatorPropertyHelper.js
+-rw-r--r-- root/root usr/lib/firefox/components/NavigatorPropertyHelper.manifest
-rwxr-xr-x root/root usr/lib/firefox/components/NetworkGeolocationProvider.js
-rw-r--r-- root/root usr/lib/firefox/components/NetworkGeolocationProvider.manifest
-rw-r--r-- root/root usr/lib/firefox/components/PageThumbsProtocol.js
@@ -4999,8 +5354,6 @@ drwxr-xr-x root/root usr/lib/firefox/components/
-rw-r--r-- root/root usr/lib/firefox/components/PlacesCategoriesStarter.js
-rw-r--r-- root/root usr/lib/firefox/components/Push.js
-rw-r--r-- root/root usr/lib/firefox/components/Push.manifest
--rw-r--r-- root/root usr/lib/firefox/components/PushService.js
--rw-r--r-- root/root usr/lib/firefox/components/PushService.manifest
-rw-r--r-- root/root usr/lib/firefox/components/SettingsManager.js
-rw-r--r-- root/root usr/lib/firefox/components/SettingsManager.manifest
-rw-r--r-- root/root usr/lib/firefox/components/SettingsService.js
@@ -5048,6 +5401,7 @@ drwxr-xr-x root/root usr/lib/firefox/components/
-rw-r--r-- root/root usr/lib/firefox/components/crypto-SDR.js
-rw-r--r-- root/root usr/lib/firefox/components/cryptoComponents.manifest
-rw-r--r-- root/root usr/lib/firefox/components/directory.xpt
+-rw-r--r-- root/root usr/lib/firefox/components/diskspacewatcher.xpt
-rw-r--r-- root/root usr/lib/firefox/components/docshell.xpt
-rw-r--r-- root/root usr/lib/firefox/components/dom.xpt
-rw-r--r-- root/root usr/lib/firefox/components/dom_activities.xpt
@@ -5091,7 +5445,8 @@ drwxr-xr-x root/root usr/lib/firefox/components/
-rw-r--r-- root/root usr/lib/firefox/components/dom_system.xpt
-rw-r--r-- root/root usr/lib/firefox/components/dom_time.xpt
-rw-r--r-- root/root usr/lib/firefox/components/dom_traversal.xpt
--rw-r--r-- root/root usr/lib/firefox/components/dom_webspeech.xpt
+-rw-r--r-- root/root usr/lib/firefox/components/dom_webspeechrecognition.xpt
+-rw-r--r-- root/root usr/lib/firefox/components/dom_webspeechsynth.xpt
-rw-r--r-- root/root usr/lib/firefox/components/dom_xbl.xpt
-rw-r--r-- root/root usr/lib/firefox/components/dom_xpath.xpt
-rw-r--r-- root/root usr/lib/firefox/components/dom_xul.xpt
@@ -5306,9 +5661,21 @@ drwxr-xr-x root/root usr/lib/firefox/hyphenation/
-rw-r--r-- root/root usr/lib/firefox/hyphenation/hyph_uk.dic
-rwxr-xr-x root/root usr/lib/firefox/js
-rw-r--r-- root/root usr/lib/firefox/js-gdb.py
+-rwxr-xr-x root/root usr/lib/firefox/libfreebl3.so
-rwxr-xr-x root/root usr/lib/firefox/libmozalloc.so
-rwxr-xr-x root/root usr/lib/firefox/libmozsqlite3.so
+-rwxr-xr-x root/root usr/lib/firefox/libnspr4.so
+-rwxr-xr-x root/root usr/lib/firefox/libnss3.so
+-rwxr-xr-x root/root usr/lib/firefox/libnssckbi.so
+-rwxr-xr-x root/root usr/lib/firefox/libnssdbm3.so
+-rwxr-xr-x root/root usr/lib/firefox/libnssutil3.so
+-rwxr-xr-x root/root usr/lib/firefox/libplc4.so
+-rwxr-xr-x root/root usr/lib/firefox/libplds4.so
+-rwxr-xr-x root/root usr/lib/firefox/libsmime3.so
+-rwxr-xr-x root/root usr/lib/firefox/libsoftokn3.so
+-rwxr-xr-x root/root usr/lib/firefox/libssl3.so
-rwxr-xr-x root/root usr/lib/firefox/libxul.so
+-rwxr-xr-x root/root usr/lib/firefox/mangle
drwxr-xr-x root/root usr/lib/firefox/modules/
-rw-r--r-- root/root usr/lib/firefox/modules/ActivitiesService.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/ActivitiesServiceFilter.jsm
@@ -5321,6 +5688,7 @@ drwxr-xr-x root/root usr/lib/firefox/modules/
-rw-r--r-- root/root usr/lib/firefox/modules/AppDownloadManager.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/AppsServiceChild.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/AppsUtils.jsm
+-rw-r--r-- root/root usr/lib/firefox/modules/BackgroundPageThumbs.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/BookmarkHTMLUtils.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/BookmarkJSONUtils.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/BrowserElementParent.jsm
@@ -5343,12 +5711,19 @@ drwxr-xr-x root/root usr/lib/firefox/modules/
-rw-r--r-- root/root usr/lib/firefox/modules/DeferredTask.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/Deprecated.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/Dict.jsm
+-rw-r--r-- root/root usr/lib/firefox/modules/DownloadCore.jsm
+-rw-r--r-- root/root usr/lib/firefox/modules/DownloadIntegration.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/DownloadLastDir.jsm
+-rw-r--r-- root/root usr/lib/firefox/modules/DownloadList.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/DownloadPaths.jsm
+-rw-r--r-- root/root usr/lib/firefox/modules/DownloadStore.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/DownloadTaskbarProgress.jsm
+-rw-r--r-- root/root usr/lib/firefox/modules/DownloadUIHelper.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/DownloadUtils.jsm
+-rw-r--r-- root/root usr/lib/firefox/modules/Downloads.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/FileUtils.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/ForgetAboutSite.jsm
+-rw-r--r-- root/root usr/lib/firefox/modules/FormHistory.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/FrameWorker.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/FreeSpaceWatcher.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/Geometry.jsm
@@ -5379,14 +5754,18 @@ drwxr-xr-x root/root usr/lib/firefox/modules/
-rw-r--r-- root/root usr/lib/firefox/modules/PhoneNumber.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/PhoneNumberMetaData.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/PhoneNumberUtils.jsm
+-rw-r--r-- root/root usr/lib/firefox/modules/PlacesBackups.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/PlacesDBUtils.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/PlacesUtils.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/PluginProvider.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/PluralForm.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/PopupNotifications.jsm
+-rw-r--r-- root/root usr/lib/firefox/modules/Preferences.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/PrivateBrowsingUtils.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/Profiler.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/PropertyListUtils.jsm
+-rw-r--r-- root/root usr/lib/firefox/modules/PushService.jsm
+-rw-r--r-- root/root usr/lib/firefox/modules/RemoteWebProgress.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/SafeBrowsing.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/Services.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/SettingsChangeNotifier.jsm
@@ -5439,6 +5818,8 @@ drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/addon/
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/addon/runner.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/addon/window.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/base64.js
+drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/browser/
+-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/browser/events.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/clipboard.js
drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/console/
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/console/plain-text.js
@@ -5448,6 +5829,7 @@ drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/content/
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/content/content-worker.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/content/content.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/content/loader.js
+-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/content/mod.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/content/symbiont.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/content/thumbnail.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/content/worker.js
@@ -5482,7 +5864,9 @@ drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/dom/events/
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/dom/events/keys.js
drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/event/
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/event/core.js
+-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/event/dom.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/event/target.js
+-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/event/utils.js
drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/frame/
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/frame/hidden-frame.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/frame/utils.js
@@ -5508,6 +5892,7 @@ drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/l10n/
drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/lang/
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/lang/functional.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/lang/type.js
+-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/lang/weak-set.js
drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/loader/
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/loader/cuddlefish.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/loader/sandbox.js
@@ -5521,6 +5906,8 @@ drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/page-mod/
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/page-worker.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/panel.js
drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/panel/
+-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/panel/events.js
+-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/panel/utils.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/panel/window.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/passwords.js
drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/passwords/
@@ -5541,6 +5928,9 @@ drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/private-browsing/windo
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/self.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/simple-prefs.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/simple-storage.js
+drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/stylesheet/
+-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/stylesheet/style.js
+-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/stylesheet/utils.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/system.js
drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/system/
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/system/environment.js
@@ -5549,6 +5939,8 @@ drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/system/
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/system/runtime.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/system/unload.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/system/xul-app.js
+drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/tab/
+-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/tab/events.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/tabs.js
drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/tabs/
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/tabs/common.js
@@ -5573,9 +5965,12 @@ drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/test/
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/test/tmp-file.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/timers.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/url.js
+drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/url/
+-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/url/utils.js
drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/util/
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/util/array.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/util/collection.js
+-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/util/contract.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/util/deprecate.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/util/list.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/util/object.js
@@ -5586,6 +5981,7 @@ drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/view/
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/widget.js
drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/window/
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/window/browser.js
+-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/window/events.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/window/helpers.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/window/namespace.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/window/utils.js
@@ -5598,6 +5994,8 @@ drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/windows/
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/windows/observer.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/windows/tabs-fennec.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/windows/tabs-firefox.js
+drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/worker/
+-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/worker/utils.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/test.js
drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/toolkit/
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/toolkit/loader.js
@@ -5608,10 +6006,12 @@ drwxr-xr-x root/root usr/lib/firefox/modules/devtools/
-rw-r--r-- root/root usr/lib/firefox/modules/devtools/NetworkHelper.jsm
-rwxr-xr-x root/root usr/lib/firefox/modules/devtools/Require.jsm
-rwxr-xr-x root/root usr/lib/firefox/modules/devtools/SourceMap.jsm
+-rwxr-xr-x root/root usr/lib/firefox/modules/devtools/Templater.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/devtools/WebConsoleClient.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/devtools/WebConsoleUtils.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/devtools/dbg-client.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/devtools/dbg-server.jsm
+-rwxr-xr-x root/root usr/lib/firefox/modules/devtools/gcli.jsm
drwxr-xr-x root/root usr/lib/firefox/modules/identity/
-rw-r--r-- root/root usr/lib/firefox/modules/identity/Identity.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/identity/IdentityProvider.jsm
@@ -5646,7 +6046,6 @@ drwxr-xr-x root/root usr/lib/firefox/modules/services-common/
-rw-r--r-- root/root usr/lib/firefox/modules/services-common/bagheeraclient.js
-rw-r--r-- root/root usr/lib/firefox/modules/services-common/log4moz.js
-rw-r--r-- root/root usr/lib/firefox/modules/services-common/observers.js
--rw-r--r-- root/root usr/lib/firefox/modules/services-common/preferences.js
-rw-r--r-- root/root usr/lib/firefox/modules/services-common/rest.js
-rw-r--r-- root/root usr/lib/firefox/modules/services-common/storageservice.js
-rw-r--r-- root/root usr/lib/firefox/modules/services-common/stringbundle.js
@@ -5704,6 +6103,7 @@ drwxr-xr-x root/root usr/lib/firefox/modules/services/metrics/
-rwxr-xr-x root/root usr/lib/firefox/plugin-container
drwxr-xr-x root/root usr/lib/firefox/res/
-rw-r--r-- root/root usr/lib/firefox/res/EditorOverride.css
+-rw-r--r-- root/root usr/lib/firefox/res/ImageDocument.css
-rw-r--r-- root/root usr/lib/firefox/res/TopLevelImageDocument.css
-rw-r--r-- root/root usr/lib/firefox/res/TopLevelVideoDocument.css
-rw-r--r-- root/root usr/lib/firefox/res/contenteditable.css
@@ -5751,6 +6151,7 @@ drwxr-xr-x root/root usr/lib/firefox/res/html/
-rw-r--r-- root/root usr/lib/firefox/res/table-remove-row-hover.gif
-rw-r--r-- root/root usr/lib/firefox/res/table-remove-row.gif
-rwxr-xr-x root/root usr/lib/firefox/run-mozilla.sh
+-rwxr-xr-x root/root usr/lib/firefox/shlibsign
-rwxr-xr-x root/root usr/lib/firefox/webapprt-stub
drwxr-xr-x root/root usr/lib/firefox/webapprt/
-rw-r--r-- root/root usr/lib/firefox/webapprt/chrome.manifest
@@ -5896,6 +6297,7 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsIApplicationCacheService.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIAppsService.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIArray.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsIArrayBufferInputStream.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIAssociatedContentSecurity.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIAsyncInputStream.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIAsyncOutputStream.idl
@@ -5991,6 +6393,7 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsIConsoleListener.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIConsoleMessage.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIConsoleService.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsIContactProperties.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIContainerBoxObject.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIContentDispatchChooser.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIContentFilter.idl
@@ -6077,7 +6480,6 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMConnection.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMConstructor.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMContactManager.idl
--rw-r--r-- root/root usr/share/idl/firefox/nsIDOMContactProperties.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMCounter.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMCryptoDialogs.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMCryptoLegacy.idl
@@ -6225,6 +6627,7 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMMozContactChangeEvent.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMMozMmsEvent.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMMozMmsMessage.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMMozMobileMessageThread.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMMozNamedAttrMap.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMMozSettingsEvent.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMMozSmsEvent.idl
@@ -6274,36 +6677,31 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSVGAnimatedInteger.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSVGAnimatedLength.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSVGAnimatedNumber.idl
--rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSVGAnimatedRect.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSVGAnimatedString.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSVGDocument.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSVGElement.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSVGLength.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSVGNumber.idl
--rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSVGRect.idl
--rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSVGStringList.idl
--rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSVGZoomEvent.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMScreen.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMScrollAreaEvent.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSerializer.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSettingsManager.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSimpleGestureEvent.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSmartCardEvent.idl
--rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSmsCursor.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSmsFilter.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSmsManager.idl
--rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSmsRequest.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSmsSegmentInfo.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSpeechRecognitionError.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSpeechRecognitionEvent.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSpeechSynthesisEvent.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMStorage.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMStorageEvent.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMStorageIndexedDB.idl
--rw-r--r-- root/root usr/share/idl/firefox/nsIDOMStorageItem.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMStorageManager.idl
--rw-r--r-- root/root usr/share/idl/firefox/nsIDOMStorageObsolete.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMStyleSheet.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMStyleSheetAddedEvent.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMStyleSheetList.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMStyleSheetRemovedEvent.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMTCPSocket.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMText.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMTimeEvent.idl
@@ -6363,6 +6761,7 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsIDirIndexListener.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDirectoryEnumerator.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDirectoryService.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsIDiskSpaceWatcher.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDocCharset.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDocShell.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDocShellHistory.idl
@@ -6452,7 +6851,6 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsIGZFileWriter.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIGamepadServiceTest.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIGenKeypairInfoDlg.idl
--rw-r--r-- root/root usr/share/idl/firefox/nsIGeolocation.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIGeolocationProvider.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIGfxInfo.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIGfxInfoDebug.idl
@@ -6523,7 +6921,6 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsIJARChannel.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIJARProtocolHandler.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIJARURI.idl
--rw-r--r-- root/root usr/share/idl/firefox/nsIJSContextStack.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIJSEngineTelemetryStats.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIJSInspector.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIJSON.idl
@@ -6561,6 +6958,7 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsIMessageManager.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIMmsService.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIMobileMessageCallback.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsIMobileMessageCursorCallback.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIMobileMessageDatabaseService.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIMobileMessageService.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIModule.idl
@@ -6637,6 +7035,7 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsIPrivateBrowsingChannel.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIProcess.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIProfileMigrator.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsIProfileSaveEvent.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIProfileUnlocker.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIProfiler.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIProgrammingLanguage.idl
@@ -6771,6 +7170,8 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsISound.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsISpeculativeConnect.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsISpeechRecognitionService.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsISpeechService.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsISpeechSynthesisGetter.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIStandardURL.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIStartupCache.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIStorageStream.idl
@@ -6796,6 +7197,7 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsISupportsPriority.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsISyncJPAKE.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsISyncStreamListener.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsISynthVoiceRegistry.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsISystemMessagesInternal.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsISystemProxySettings.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsITCPSocketChild.idl
@@ -6941,6 +7343,7 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsPICommandUpdater.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsPIDNSService.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsPIEditorTransaction.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsPILoadGroupInternal.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsPIPlacesDatabase.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsPIPlacesHistoryListenersNotifier.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsPIPromptService.idl
diff --git a/firefox/.md5sum b/firefox/.md5sum
index 310a219..9bdbf9f 100644
--- a/firefox/.md5sum
+++ b/firefox/.md5sum
@@ -1,2 +1,2 @@
-4ffb6d1c1a04ca8e3dbca23df09626dd firefox-22.0.source.tar.bz2
-c3075f4f9ec16a78c182a4555a8e1717 mozconfig
+794e0139c4df0392146353c655d94bb9 firefox-23.0.source.tar.bz2
+cd325357922ce13bbc1e5c01eee1244f mozconfig
diff --git a/firefox/Pkgfile b/firefox/Pkgfile
index c77b0fc..eacb801 100644
--- a/firefox/Pkgfile
+++ b/firefox/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: nss, libidl, gtk, python, alsa-lib, yasm, mesa3d
name=firefox
-version=22.0
+version=23.0
release=1
source=(ftp://ftp.mozilla.org/pub/firefox/releases/$version/source/firefox-…
mozconfig)
@@ -21,6 +21,7 @@ build() {
./configure
mkdir $SRC/mozilla-release/js/src/.deps
+ for i in $(find |grep -e '\.def$'); do mv -v $i $i.orig; cat $i.orig | sed 's/;+//' | sed 's/;;//' | sed 's/ DATA //' | grep -v ";-" |sed 's/;.*/;/' > $i; done
make
diff --git a/firefox/mozconfig b/firefox/mozconfig
index ad6c03f..981203f 100644
--- a/firefox/mozconfig
+++ b/firefox/mozconfig
@@ -14,8 +14,8 @@ ac_add_options --prefix=/usr
ac_add_options --with-system-zlib
ac_add_options --with-system-mng
ac_add_options --with-system-png
-ac_add_options --with-system-nspr
-ac_add_options --with-system-nss
+#ac_add_options --with-system-nspr
+#ac_add_options --with-system-nss
ac_add_options --enable-system-ffi
ac_add_options --enable-system-pixman
ac_add_options --with-pthreads
1
0
commit d6df59bbfe20751acbf084daa7f5f54118050e8d
Author: Juergen Daubert <jue(a)jue.li>
Date: Tue Aug 6 19:16:50 2013 +0200
[notify] lcms2: initial release
the lcms 1.x library (opt/lcms), is discontinued upstream and
replaced by liblcms2 since 2009. Due to this bugs in lcms are
not fixed any more by upstream and important improvements in
color reproduction and safety against crashes are not done.
Therefore we should try to remove lcms and migrate all programs
using it to lcms2.
This first commit includes lcms2 in our opt repository.
Next new version of poppler and cups-filters using lcms2 instead
of lcms will follow the next days.
Note:
-----
lcms and lcms2 can be installed together without conflicts.
diff --git a/lcms2/.footprint b/lcms2/.footprint
new file mode 100644
index 0000000..4ca4aec
--- /dev/null
+++ b/lcms2/.footprint
@@ -0,0 +1,22 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/jpgicc
+-rwxr-xr-x root/root usr/bin/linkicc
+-rwxr-xr-x root/root usr/bin/psicc
+-rwxr-xr-x root/root usr/bin/tificc
+-rwxr-xr-x root/root usr/bin/transicc
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/lcms2.h
+-rw-r--r-- root/root usr/include/lcms2_plugin.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/liblcms2.a
+-rwxr-xr-x root/root usr/lib/liblcms2.la
+lrwxrwxrwx root/root usr/lib/liblcms2.so -> liblcms2.so.2.0.5
+lrwxrwxrwx root/root usr/lib/liblcms2.so.2 -> liblcms2.so.2.0.5
+-rwxr-xr-x root/root usr/lib/liblcms2.so.2.0.5
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/lcms2.pc
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/jpgicc.1.gz
+-rw-r--r-- root/root usr/man/man1/tificc.1.gz
diff --git a/lcms2/.md5sum b/lcms2/.md5sum
new file mode 100644
index 0000000..3d53d2c
--- /dev/null
+++ b/lcms2/.md5sum
@@ -0,0 +1 @@
+396d106600251441ff195fcaa277d10b lcms2-2.5.tar.gz
diff --git a/lcms2/Pkgfile b/lcms2/Pkgfile
new file mode 100644
index 0000000..19c378d
--- /dev/null
+++ b/lcms2/Pkgfile
@@ -0,0 +1,16 @@
+# Description: Little CMS intends to be an small-footprint color management engine
+# URL: http://www.littlecms.com/
+# Maintainer: Juergen Daubert, jue at crux dot nu
+# Depends on: zlib, libtiff, libjpeg
+
+name=lcms2
+version=2.5
+release=1
+source=(http://downloads.sourceforge.net/project/lcms/lcms/$version/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr --mandir=/usr/man
+ make
+ make DESTDIR=$PKG install
+}
1
0
commit 8d897bfb811449c5f604f91c9091bca74aef3521
Author: Fredrik Rinnestam <fredrik(a)crux.nu>
Date: Tue Aug 6 19:02:24 2013 +0200
[notify] firefox: updated to 23.0
Security fixes. See
https://www.mozilla.org/security/known-vulnerabilities/firefox.html
diff --git a/firefox/.footprint b/firefox/.footprint
index 7d41315..f3e32b8 100644
--- a/firefox/.footprint
+++ b/firefox/.footprint
@@ -22,21 +22,36 @@ drwxr-xr-x root/root usr/include/firefox/
-rw-r--r-- root/root usr/include/firefox/AudioSampleFormat.h
-rw-r--r-- root/root usr/include/firefox/AudioSegment.h
-rw-r--r-- root/root usr/include/firefox/AudioStream.h
+-rw-r--r-- root/root usr/include/firefox/BackstagePass.h
+-rw-r--r-- root/root usr/include/firefox/BasicCanvasLayer.h
-rw-r--r-- root/root usr/include/firefox/BasicImplData.h
-rw-r--r-- root/root usr/include/firefox/BasicLayers.h
--rw-r--r-- root/root usr/include/firefox/BasicTiledThebesLayer.h
+-rw-r--r-- root/root usr/include/firefox/BasicLayersImpl.h
+-rw-r--r-- root/root usr/include/firefox/BasicThebesLayer.h
-rw-r--r-- root/root usr/include/firefox/BufferMediaResource.h
-rw-r--r-- root/root usr/include/firefox/CameraCommon.h
+-rw-r--r-- root/root usr/include/firefox/CameraPreviewMediaStream.h
+-rw-r--r-- root/root usr/include/firefox/ClientCanvasLayer.h
+-rw-r--r-- root/root usr/include/firefox/ClientContainerLayer.h
+-rw-r--r-- root/root usr/include/firefox/ClientLayerManager.h
+-rw-r--r-- root/root usr/include/firefox/ClientThebesLayer.h
+-rw-r--r-- root/root usr/include/firefox/ClientTiledThebesLayer.h
-rw-r--r-- root/root usr/include/firefox/Composer2D.h
+-rw-r--r-- root/root usr/include/firefox/CompositableHost.h
-rw-r--r-- root/root usr/include/firefox/CompositorChild.h
-rw-r--r-- root/root usr/include/firefox/CompositorParent.h
+-rw-r--r-- root/root usr/include/firefox/CopyableCanvasLayer.h
-rw-r--r-- root/root usr/include/firefox/Crypto.h
-rw-r--r-- root/root usr/include/firefox/CryptoTask.h
+-rw-r--r-- root/root usr/include/firefox/D3D9SurfaceImage.h
-rw-r--r-- root/root usr/include/firefox/DOMCameraManager.h
-rw-r--r-- root/root usr/include/firefox/DOMMediaStream.h
-rw-r--r-- root/root usr/include/firefox/DecoderTraits.h
-rw-r--r-- root/root usr/include/firefox/DeviceStorage.h
-rw-r--r-- root/root usr/include/firefox/DictionaryHelpers.h
+-rw-r--r-- root/root usr/include/firefox/DiskSpaceWatcher.h
+-rw-r--r-- root/root usr/include/firefox/DisplayItemClip.h
+-rw-r--r-- root/root usr/include/firefox/DisplayListClipState.h
-rw-r--r-- root/root usr/include/firefox/ErrorList.h
-rw-r--r-- root/root usr/include/firefox/ErrorListCDefines.h
-rw-r--r-- root/root usr/include/firefox/ErrorListCxxDefines.h
@@ -63,6 +78,7 @@ drwxr-xr-x root/root usr/include/firefox/
-rw-r--r-- root/root usr/include/firefox/GeckoProfilerImpl.h
-rw-r--r-- root/root usr/include/firefox/GeneratedEvents.h
-rw-r--r-- root/root usr/include/firefox/GfxInfoCollector.h
+-rw-r--r-- root/root usr/include/firefox/GonkCameraControl.h
-rw-r--r-- root/root usr/include/firefox/GonkIOSurfaceImage.h
-rw-r--r-- root/root usr/include/firefox/GonkNativeWindow.h
-rw-r--r-- root/root usr/include/firefox/GonkNativeWindowClient.h
@@ -72,8 +88,11 @@ drwxr-xr-x root/root usr/include/firefox/IPC/
-rw-r--r-- root/root usr/include/firefox/IPC/nsGUIEventIPC.h
-rw-r--r-- root/root usr/include/firefox/IPeerConnection.h
-rw-r--r-- root/root usr/include/firefox/ImageContainer.h
+-rw-r--r-- root/root usr/include/firefox/ImageHost.h
+-rw-r--r-- root/root usr/include/firefox/ImageLayerOGL.h
-rw-r--r-- root/root usr/include/firefox/ImageLayers.h
-rw-r--r-- root/root usr/include/firefox/ImageLogging.h
+-rw-r--r-- root/root usr/include/firefox/ImageOps.h
-rw-r--r-- root/root usr/include/firefox/ImageTypes.h
-rw-r--r-- root/root usr/include/firefox/InputData.h
-rw-r--r-- root/root usr/include/firefox/LayerManagerOGL.h
@@ -82,7 +101,7 @@ drwxr-xr-x root/root usr/include/firefox/IPC/
-rw-r--r-- root/root usr/include/firefox/LayerSorter.h
-rw-r--r-- root/root usr/include/firefox/LayerTreeInvalidation.h
-rw-r--r-- root/root usr/include/firefox/Layers.h
--rw-r--r-- root/root usr/include/firefox/LayersTypes.h
+-rw-r--r-- root/root usr/include/firefox/LayersLogging.h
-rw-r--r-- root/root usr/include/firefox/MediaBufferDecoder.h
-rw-r--r-- root/root usr/include/firefox/MediaCache.h
-rw-r--r-- root/root usr/include/firefox/MediaDecoder.h
@@ -109,6 +128,7 @@ drwxr-xr-x root/root usr/include/firefox/IPC/
-rw-r--r-- root/root usr/include/firefox/SVGAttrValueWrapper.h
-rw-r--r-- root/root usr/include/firefox/SVGImageContext.h
-rw-r--r-- root/root usr/include/firefox/SVGStringList.h
+-rw-r--r-- root/root usr/include/firefox/SandboxPrivate.h
-rw-r--r-- root/root usr/include/firefox/ScopedNSSTypes.h
-rw-r--r-- root/root usr/include/firefox/ScrollbarActivity.h
-rw-r--r-- root/root usr/include/firefox/Selection.h
@@ -119,6 +139,7 @@ drwxr-xr-x root/root usr/include/firefox/IPC/
-rw-r--r-- root/root usr/include/firefox/SharedSurfaceEGL.h
-rw-r--r-- root/root usr/include/firefox/SharedSurfaceGL.h
-rw-r--r-- root/root usr/include/firefox/SharedTextureImage.h
+-rw-r--r-- root/root usr/include/firefox/ShmemYCbCrImage.h
-rw-r--r-- root/root usr/include/firefox/SpecialSystemDirectory.h
-rw-r--r-- root/root usr/include/firefox/StackArena.h
-rw-r--r-- root/root usr/include/firefox/StreamBuffer.h
@@ -137,6 +158,7 @@ drwxr-xr-x root/root usr/include/firefox/IPC/
-rw-r--r-- root/root usr/include/firefox/WebAudioUtils.h
-rw-r--r-- root/root usr/include/firefox/WebMDecoder.h
-rw-r--r-- root/root usr/include/firefox/WebMReader.h
+-rw-r--r-- root/root usr/include/firefox/WrapperFactory.h
-rw-r--r-- root/root usr/include/firefox/XPCJSMemoryReporter.h
-rw-r--r-- root/root usr/include/firefox/amIInstallTrigger.h
-rw-r--r-- root/root usr/include/firefox/amIWebInstallListener.h
@@ -260,6 +282,7 @@ drwxr-xr-x root/root usr/include/firefox/js/
-rw-r--r-- root/root usr/include/firefox/js/Anchor.h
-rw-r--r-- root/root usr/include/firefox/js/CallArgs.h
-rw-r--r-- root/root usr/include/firefox/js/CharacterEncoding.h
+-rw-r--r-- root/root usr/include/firefox/js/Date.h
-rw-r--r-- root/root usr/include/firefox/js/GCAPI.h
-rw-r--r-- root/root usr/include/firefox/js/HashTable.h
-rw-r--r-- root/root usr/include/firefox/js/HeapAPI.h
@@ -294,6 +317,9 @@ drwxr-xr-x root/root usr/include/firefox/js/
-rw-r--r-- root/root usr/include/firefox/jsutil.h
-rw-r--r-- root/root usr/include/firefox/jsversion.h
-rw-r--r-- root/root usr/include/firefox/jswrapper.h
+drwxr-xr-x root/root usr/include/firefox/kiss_fft/
+-rw-r--r-- root/root usr/include/firefox/kiss_fft/kiss_fft.h
+-rw-r--r-- root/root usr/include/firefox/kiss_fft/kiss_fftr.h
-rw-r--r-- root/root usr/include/firefox/mozAutoDocUpdate.h
-rw-r--r-- root/root usr/include/firefox/mozFlushType.h
-rw-r--r-- root/root usr/include/firefox/mozIApplication.h
@@ -346,6 +372,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/
-rw-r--r-- root/root usr/include/firefox/mozilla/BloomFilter.h
-rw-r--r-- root/root usr/include/firefox/mozilla/BrowserElementParent.h
-rw-r--r-- root/root usr/include/firefox/mozilla/CORSMode.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/Casting.h
-rw-r--r-- root/root usr/include/firefox/mozilla/Char16.h
-rw-r--r-- root/root usr/include/firefox/mozilla/CharTokenizer.h
-rw-r--r-- root/root usr/include/firefox/mozilla/CheckedInt.h
@@ -355,6 +382,8 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/
-rw-r--r-- root/root usr/include/firefox/mozilla/Constants.h
-rw-r--r-- root/root usr/include/firefox/mozilla/DeadlockDetector.h
-rw-r--r-- root/root usr/include/firefox/mozilla/DebugOnly.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/Decimal.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/Endian.h
-rw-r--r-- root/root usr/include/firefox/mozilla/EnumSet.h
-rw-r--r-- root/root usr/include/firefox/mozilla/ErrorResult.h
-rw-r--r-- root/root usr/include/firefox/mozilla/FileLocation.h
@@ -394,7 +423,11 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/
-rw-r--r-- root/root usr/include/firefox/mozilla/PaintTracker.h
-rw-r--r-- root/root usr/include/firefox/mozilla/PluginLibrary.h
-rw-r--r-- root/root usr/include/firefox/mozilla/PluginPRLibrary.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/PodOperations.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/Poison.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/PreallocatedProcessManager.h
-rw-r--r-- root/root usr/include/firefox/mozilla/Preferences.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/ProcessPriorityManager.h
-rw-r--r-- root/root usr/include/firefox/mozilla/ProcessedStack.h
-rw-r--r-- root/root usr/include/firefox/mozilla/PublicSSL.h
-rw-r--r-- root/root usr/include/firefox/mozilla/Range.h
@@ -428,6 +461,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/
-rw-r--r-- root/root usr/include/firefox/mozilla/WidgetUtils.h
-rw-r--r-- root/root usr/include/firefox/mozilla/X11Util.h
-rw-r--r-- root/root usr/include/firefox/mozilla/XPCOM.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/XPTInterfaceInfoManager.h
drwxr-xr-x root/root usr/include/firefox/mozilla/a11y/
-rw-r--r-- root/root usr/include/firefox/mozilla/a11y/AccTypes.h
-rw-r--r-- root/root usr/include/firefox/mozilla/a11y/Accessible.h
@@ -462,9 +496,13 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/docshell/
-rw-r--r-- root/root usr/include/firefox/mozilla/docshell/OfflineCacheUpdateParent.h
drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/Activity.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/AnalyserNode.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/AnalyserNodeBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/AnimationEventBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ArchiveReaderBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ArchiveRequestBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/Attr.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/AttrBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/AudioBuffer.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/AudioBufferBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/AudioBufferSourceNode.h
@@ -479,8 +517,8 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/AudioNodeBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/AudioParam.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/AudioParamBinding.h
--rw-r--r-- root/root usr/include/firefox/mozilla/dom/AudioSourceNode.h
--rw-r--r-- root/root usr/include/firefox/mozilla/dom/AudioSourceNodeBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/AudioProcessingEvent.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/AudioProcessingEventBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/AudioStreamTrack.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/AudioStreamTrackBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/BatteryManagerBinding.h
@@ -505,11 +543,18 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CallbackFunction.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CallbackInterface.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CallbackObject.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CanvasGradient.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CanvasPattern.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CanvasRenderingContext2D.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CanvasRenderingContext2DBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CanvasUtils.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CaretPositionBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ChannelMergerNode.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ChannelMergerNodeBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ChannelSplitterNode.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ChannelSplitterNodeBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CharacterDataBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ChildNodeBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ClientRectBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ClientRectListBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ClipboardEventBinding.h
@@ -520,6 +565,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ContentChild.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ContentParent.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ContentProcess.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CoordinatesBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CrashReporterChild.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/CrashReporterParent.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DOMCursor.h
@@ -533,22 +579,28 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DOMRequest.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DOMRequestBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DOMSettableTokenListBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DOMStorageIPC.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DOMStringMapBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DOMTokenListBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DOMTransactionBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DelayNode.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DelayNodeBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DesktopNotification.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DesktopNotificationBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DeviceMotionEventBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DirectionalityUtils.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DocumentBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DocumentFragment.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DocumentFragmentBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DocumentType.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DocumentTypeBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DragEventBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DummyBindingBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DynamicsCompressorNode.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/DynamicsCompressorNodeBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/Element.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ElementBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/EnableSpeechSynthesisCheck.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/EnableWebAudioCheck.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/EncodingUtils.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/Errors.msg
@@ -565,6 +617,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/FileBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/FileHandleBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/FileListBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/FileReaderBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/FileReaderSyncBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/FileRequestBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/FormDataBinding.h
@@ -573,6 +626,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/FunctionBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/GainNode.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/GainNodeBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/GeolocationBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLAnchorElement.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLAnchorElementBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLAppletElementBinding.h
@@ -588,6 +642,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLButtonElement.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLButtonElementBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLCanvasElement.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLCanvasElementBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLCollectionBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLDListElementBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLDataElement.h
@@ -664,6 +719,8 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLQuoteElementBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLScriptElement.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLScriptElementBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLSelectElement.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLSelectElementBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLSharedElement.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLSharedListElement.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/HTMLSharedObjectElement.h
@@ -701,7 +758,10 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/IDBVersionChangeEventBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ImageData.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ImageDataBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ImageDocument.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ImageDocumentBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/InspectorUtilsBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/KeyboardEventBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/Link.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/LinkStyleBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/LocalMediaStreamBinding.h
@@ -716,9 +776,12 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/MmsMessage.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/MobileMessageManager.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/MouseEventBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/MouseScrollEventBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/MozActivityBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/MozNamedAttrMapBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/MutationEventBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/MutationObserverBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/NetDashboardBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/NodeBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/NodeFilterBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/NodeIterator.h
@@ -727,6 +790,8 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/NonRefcountedDOMObject.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/Notification.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/NotificationBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/NotifyAudioAvailableEventBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/NotifyPaintEventBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/Nullable.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PaintRequestBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PaintRequestListBinding.h
@@ -736,6 +801,8 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PerformanceNavigationBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PerformanceTimingBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PermissionMessageUtils.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PositionBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PositionErrorBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/PrimitiveConversions.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ProcessingInstruction.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ProcessingInstructionBinding.h
@@ -768,6 +835,9 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGAnimatedPathDataBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGAnimatedPointsBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGAnimatedPreserveAspectRatioBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGAnimatedRect.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGAnimatedRectBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGAnimatedTransformList.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGAnimatedTransformListBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGAnimationElement.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGAnimationElementBinding.h
@@ -886,6 +956,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGSetElementBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGStopElement.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGStopElementBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGStringListBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGStyleElement.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGStyleElementBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGSwitchElement.h
@@ -906,6 +977,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGTextPositioningElementBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGTitleElement.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGTitleElementBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGTransform.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGTransformBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGTransformListBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGTransformableElement.h
@@ -916,14 +988,17 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGViewElement.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGViewElementBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGZoomAndPanBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGZoomEvent.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SVGZoomEventBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ScreenBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ScreenOrientation.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ScriptProcessorNode.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ScriptProcessorNodeBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ScrollAreaEventBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SimpleGestureEventBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SmsFilter.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SmsManager.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SmsMessage.h
--rw-r--r-- root/root usr/include/firefox/mozilla/dom/SmsRequest.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SmsSegmentInfo.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SpeechGrammar.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SpeechGrammarBinding.h
@@ -938,8 +1013,14 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SpeechRecognitionResultList.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SpeechRecognitionResultListBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SpeechStreamListener.h
--rw-r--r-- root/root usr/include/firefox/mozilla/dom/StorageChild.h
--rw-r--r-- root/root usr/include/firefox/mozilla/dom/StorageParent.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SpeechSynthesis.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SpeechSynthesisBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SpeechSynthesisChild.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SpeechSynthesisParent.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SpeechSynthesisUtterance.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SpeechSynthesisUtteranceBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SpeechSynthesisVoice.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/SpeechSynthesisVoiceBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/StructuredCloneTags.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/StructuredCloneUtils.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/StyleSheetBinding.h
@@ -955,9 +1036,14 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/TextEncoder.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/TextEncoderBase.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/TextEncoderBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/TextMetrics.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/TimeRanges.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/TimeRangesBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/Touch.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/TouchBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/TouchEventBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/TransitionEventBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/TreeColumnsBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/TreeWalker.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/TreeWalkerBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/TypedArray.h
@@ -978,6 +1064,7 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/WebGLRenderingContextBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/WebSocketBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/WheelEventBinding.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/WindowBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/XMLDocument.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/XMLDocumentBinding.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/XMLHttpRequestBinding.h
@@ -1039,10 +1126,10 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/indexedDB/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/indexedDB/SerializationHelpers.h
drwxr-xr-x root/root usr/include/firefox/mozilla/dom/ipc/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ipc/Blob.h
--rw-r--r-- root/root usr/include/firefox/mozilla/dom/ipc/ProcessPriorityManager.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/ipc/nsIRemoteBlob.h
drwxr-xr-x root/root usr/include/firefox/mozilla/dom/mobilemessage/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/mobilemessage/Constants.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/mobilemessage/MmsService.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/mobilemessage/MobileMessageCallback.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/mobilemessage/MobileMessageDatabaseService.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/mobilemessage/MobileMessageService.h
@@ -1056,6 +1143,9 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/dom/network/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/network/TCPSocketParent.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/network/Types.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/network/Utils.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/nsSVGAnimatedTransformList.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/nsSpeechTask.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/dom/nsSynthVoiceRegistry.h
drwxr-xr-x root/root usr/include/firefox/mozilla/dom/power/
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/power/PowerManagerService.h
-rw-r--r-- root/root usr/include/firefox/mozilla/dom/power/Types.h
@@ -1146,27 +1236,54 @@ drwxr-xr-x root/root usr/include/firefox/mozilla/jsipc/
-rw-r--r-- root/root usr/include/firefox/mozilla/jsipc/ObjectWrapperChild.h
-rw-r--r-- root/root usr/include/firefox/mozilla/jsipc/ObjectWrapperParent.h
drwxr-xr-x root/root usr/include/firefox/mozilla/layers/
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/AsyncCompositionManager.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/AsyncPanZoomController.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/Axis.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/BasicCompositor.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/CanvasClient.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/CanvasLayerComposite.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/ColorLayerComposite.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/CompositableClient.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/CompositableForwarder.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/CompositableTransactionParent.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/CompositingRenderTargetOGL.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/Compositor.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/CompositorChild.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/CompositorCocoaWidgetHelper.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/CompositorOGL.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/CompositorParent.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/CompositorTypes.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/ContainerLayerComposite.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/ContentClient.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/ContentHost.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/D3D9SurfaceImage.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/Effects.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/GeckoContentController.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/GestureEventListener.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/ISurfaceAllocator.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/ImageBridgeChild.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/ImageBridgeParent.h
--rw-r--r-- root/root usr/include/firefox/mozilla/layers/ImageContainerChild.h
--rw-r--r-- root/root usr/include/firefox/mozilla/layers/ImageContainerParent.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/ImageClient.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/ImageHost.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/ImageLayerComposite.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/LayerManagerComposite.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/LayerTransactionChild.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/LayerTransactionParent.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/LayersTypes.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/RenderTrace.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/ShadowLayerUtilsX11.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/ShadowLayers.h
--rw-r--r-- root/root usr/include/firefox/mozilla/layers/ShadowLayersChild.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/ShadowLayersManager.h
--rw-r--r-- root/root usr/include/firefox/mozilla/layers/ShadowLayersParent.h
--rw-r--r-- root/root usr/include/firefox/mozilla/layers/SharedImageUtils.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/SharedPlanarYCbCrImage.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/SharedRGBImage.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/ShmemYCbCrImage.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layers/TaskThrottler.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/TextureClient.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/TextureClientOGL.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/TextureHost.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/TextureHostOGL.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/ThebesLayerComposite.h
+-rw-r--r-- root/root usr/include/firefox/mozilla/layers/TiledContentClient.h
drwxr-xr-x root/root usr/include/firefox/mozilla/layout/
-rw-r--r-- root/root usr/include/firefox/mozilla/layout/FrameChildList.h
-rw-r--r-- root/root usr/include/firefox/mozilla/layout/RenderFrameChild.h
@@ -1285,7 +1402,6 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsAXPCNativeCallContext.h
-rw-r--r-- root/root usr/include/firefox/nsAboutProtocolUtils.h
-rw-r--r-- root/root usr/include/firefox/nsAccessNode.h
--rw-r--r-- root/root usr/include/firefox/nsAccessNodeWrap.h
-rw-r--r-- root/root usr/include/firefox/nsAccessibilityService.h
-rw-r--r-- root/root usr/include/firefox/nsAgg.h
-rw-r--r-- root/root usr/include/firefox/nsAlgorithm.h
@@ -1383,6 +1499,7 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsCopySupport.h
-rw-r--r-- root/root usr/include/firefox/nsCppSharedAllocator.h
-rw-r--r-- root/root usr/include/firefox/nsCrossSiteListenerProxy.h
+-rw-r--r-- root/root usr/include/firefox/nsCycleCollectionJSRuntime.h
-rw-r--r-- root/root usr/include/firefox/nsCycleCollectionNoteChild.h
-rw-r--r-- root/root usr/include/firefox/nsCycleCollectionParticipant.h
-rw-r--r-- root/root usr/include/firefox/nsCycleCollectionTraversalCallback.h
@@ -1401,6 +1518,7 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsDOMFile.h
-rw-r--r-- root/root usr/include/firefox/nsDOMGamepad.h
-rw-r--r-- root/root usr/include/firefox/nsDOMJSUtils.h
+-rw-r--r-- root/root usr/include/firefox/nsDOMKeyNameList.h
-rw-r--r-- root/root usr/include/firefox/nsDOMMediaQueryList.h
-rw-r--r-- root/root usr/include/firefox/nsDOMString.h
-rw-r--r-- root/root usr/include/firefox/nsDOMTouchEvent.h
@@ -1571,6 +1689,7 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsIApplicationCacheService.h
-rw-r--r-- root/root usr/include/firefox/nsIAppsService.h
-rw-r--r-- root/root usr/include/firefox/nsIArray.h
+-rw-r--r-- root/root usr/include/firefox/nsIArrayBufferInputStream.h
-rw-r--r-- root/root usr/include/firefox/nsIAssociatedContentSecurity.h
-rw-r--r-- root/root usr/include/firefox/nsIAsyncInputStream.h
-rw-r--r-- root/root usr/include/firefox/nsIAsyncOutputStream.h
@@ -1682,6 +1801,7 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsIConsoleMessage.h
-rw-r--r-- root/root usr/include/firefox/nsIConsoleService.h
-rw-r--r-- root/root usr/include/firefox/nsIConstraintValidation.h
+-rw-r--r-- root/root usr/include/firefox/nsIContactProperties.h
-rw-r--r-- root/root usr/include/firefox/nsIContainerBoxObject.h
-rw-r--r-- root/root usr/include/firefox/nsIContent.h
-rw-r--r-- root/root usr/include/firefox/nsIContentDispatchChooser.h
@@ -1774,7 +1894,6 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsIDOMConnection.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMConstructor.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMContactManager.h
--rw-r--r-- root/root usr/include/firefox/nsIDOMContactProperties.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMCounter.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMCryptoDialogs.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMCryptoLegacy.h
@@ -1922,6 +2041,7 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsIDOMMozContactChangeEvent.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMMozMmsEvent.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMMozMmsMessage.h
+-rw-r--r-- root/root usr/include/firefox/nsIDOMMozMobileMessageThread.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMMozNamedAttrMap.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMMozSettingsEvent.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMMozSmsEvent.h
@@ -1971,15 +2091,11 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsIDOMSVGAnimatedInteger.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMSVGAnimatedLength.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMSVGAnimatedNumber.h
--rw-r--r-- root/root usr/include/firefox/nsIDOMSVGAnimatedRect.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMSVGAnimatedString.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMSVGDocument.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMSVGElement.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMSVGLength.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMSVGNumber.h
--rw-r--r-- root/root usr/include/firefox/nsIDOMSVGRect.h
--rw-r--r-- root/root usr/include/firefox/nsIDOMSVGStringList.h
--rw-r--r-- root/root usr/include/firefox/nsIDOMSVGZoomEvent.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMScreen.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMScriptObjectFactory.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMScrollAreaEvent.h
@@ -1987,21 +2103,20 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsIDOMSettingsManager.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMSimpleGestureEvent.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMSmartCardEvent.h
--rw-r--r-- root/root usr/include/firefox/nsIDOMSmsCursor.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMSmsFilter.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMSmsManager.h
--rw-r--r-- root/root usr/include/firefox/nsIDOMSmsRequest.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMSmsSegmentInfo.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMSpeechRecognitionError.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMSpeechRecognitionEvent.h
+-rw-r--r-- root/root usr/include/firefox/nsIDOMSpeechSynthesisEvent.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMStorage.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMStorageEvent.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMStorageIndexedDB.h
--rw-r--r-- root/root usr/include/firefox/nsIDOMStorageItem.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMStorageManager.h
--rw-r--r-- root/root usr/include/firefox/nsIDOMStorageObsolete.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMStyleSheet.h
+-rw-r--r-- root/root usr/include/firefox/nsIDOMStyleSheetAddedEvent.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMStyleSheetList.h
+-rw-r--r-- root/root usr/include/firefox/nsIDOMStyleSheetRemovedEvent.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMTCPSocket.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMText.h
-rw-r--r-- root/root usr/include/firefox/nsIDOMTimeEvent.h
@@ -2064,6 +2179,7 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsIDirIndexListener.h
-rw-r--r-- root/root usr/include/firefox/nsIDirectoryEnumerator.h
-rw-r--r-- root/root usr/include/firefox/nsIDirectoryService.h
+-rw-r--r-- root/root usr/include/firefox/nsIDiskSpaceWatcher.h
-rw-r--r-- root/root usr/include/firefox/nsIDocCharset.h
-rw-r--r-- root/root usr/include/firefox/nsIDocShell.h
-rw-r--r-- root/root usr/include/firefox/nsIDocShellHistory.h
@@ -2167,11 +2283,11 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsIGZFileWriter.h
-rw-r--r-- root/root usr/include/firefox/nsIGamepadServiceTest.h
-rw-r--r-- root/root usr/include/firefox/nsIGenKeypairInfoDlg.h
--rw-r--r-- root/root usr/include/firefox/nsIGeolocation.h
-rw-r--r-- root/root usr/include/firefox/nsIGeolocationProvider.h
-rw-r--r-- root/root usr/include/firefox/nsIGfxInfo.h
-rw-r--r-- root/root usr/include/firefox/nsIGfxInfoDebug.h
-rw-r--r-- root/root usr/include/firefox/nsIGlobalHistory2.h
+-rw-r--r-- root/root usr/include/firefox/nsIGlobalObject.h
-rw-r--r-- root/root usr/include/firefox/nsIGnomeVFSService.h
-rw-r--r-- root/root usr/include/firefox/nsIGridPart.h
-rw-r--r-- root/root usr/include/firefox/nsIHTMLAbsPosEditor.h
@@ -2247,7 +2363,6 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsIJARChannel.h
-rw-r--r-- root/root usr/include/firefox/nsIJARProtocolHandler.h
-rw-r--r-- root/root usr/include/firefox/nsIJARURI.h
--rw-r--r-- root/root usr/include/firefox/nsIJSContextStack.h
-rw-r--r-- root/root usr/include/firefox/nsIJSEngineTelemetryStats.h
-rw-r--r-- root/root usr/include/firefox/nsIJSEventListener.h
-rw-r--r-- root/root usr/include/firefox/nsIJSInspector.h
@@ -2296,6 +2411,7 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsIMessageManager.h
-rw-r--r-- root/root usr/include/firefox/nsIMmsService.h
-rw-r--r-- root/root usr/include/firefox/nsIMobileMessageCallback.h
+-rw-r--r-- root/root usr/include/firefox/nsIMobileMessageCursorCallback.h
-rw-r--r-- root/root usr/include/firefox/nsIMobileMessageDatabaseService.h
-rw-r--r-- root/root usr/include/firefox/nsIMobileMessageService.h
-rw-r--r-- root/root usr/include/firefox/nsIModule.h
@@ -2393,6 +2509,7 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsIPrivateTextRange.h
-rw-r--r-- root/root usr/include/firefox/nsIProcess.h
-rw-r--r-- root/root usr/include/firefox/nsIProfileMigrator.h
+-rw-r--r-- root/root usr/include/firefox/nsIProfileSaveEvent.h
-rw-r--r-- root/root usr/include/firefox/nsIProfileUnlocker.h
-rw-r--r-- root/root usr/include/firefox/nsIProfiler.h
-rw-r--r-- root/root usr/include/firefox/nsIProgrammingLanguage.h
@@ -2509,6 +2626,7 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsIScrollable.h
-rw-r--r-- root/root usr/include/firefox/nsIScrollableFrame.h
-rw-r--r-- root/root usr/include/firefox/nsIScrollbarMediator.h
+-rw-r--r-- root/root usr/include/firefox/nsIScrollbarOwner.h
-rw-r--r-- root/root usr/include/firefox/nsISecretDecoderRing.h
-rw-r--r-- root/root usr/include/firefox/nsISecureBrowserUI.h
-rw-r--r-- root/root usr/include/firefox/nsISecurityCheckedComponent.h
@@ -2548,6 +2666,8 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsISound.h
-rw-r--r-- root/root usr/include/firefox/nsISpeculativeConnect.h
-rw-r--r-- root/root usr/include/firefox/nsISpeechRecognitionService.h
+-rw-r--r-- root/root usr/include/firefox/nsISpeechService.h
+-rw-r--r-- root/root usr/include/firefox/nsISpeechSynthesisGetter.h
-rw-r--r-- root/root usr/include/firefox/nsISpellChecker.h
-rw-r--r-- root/root usr/include/firefox/nsIStandardURL.h
-rw-r--r-- root/root usr/include/firefox/nsIStartupCache.h
@@ -2584,6 +2704,7 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsISupportsUtils.h
-rw-r--r-- root/root usr/include/firefox/nsISyncJPAKE.h
-rw-r--r-- root/root usr/include/firefox/nsISyncStreamListener.h
+-rw-r--r-- root/root usr/include/firefox/nsISynthVoiceRegistry.h
-rw-r--r-- root/root usr/include/firefox/nsISystemMessagesInternal.h
-rw-r--r-- root/root usr/include/firefox/nsISystemProxySettings.h
-rw-r--r-- root/root usr/include/firefox/nsITCPSocketChild.h
@@ -2795,6 +2916,7 @@ drwxr-xr-x root/root usr/include/firefox/nestegg/
-rw-r--r-- root/root usr/include/firefox/nsPIDOMStorage.h
-rw-r--r-- root/root usr/include/firefox/nsPIDOMWindow.h
-rw-r--r-- root/root usr/include/firefox/nsPIEditorTransaction.h
+-rw-r--r-- root/root usr/include/firefox/nsPILoadGroupInternal.h
-rw-r--r-- root/root usr/include/firefox/nsPIPlacesDatabase.h
-rw-r--r-- root/root usr/include/firefox/nsPIPlacesHistoryListenersNotifier.h
-rw-r--r-- root/root usr/include/firefox/nsPIPromptService.h
@@ -3276,7 +3398,8 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/branding/
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/branding/about-logo.png
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/branding/about-wordmark.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/branding/about-logo(a)2x.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/branding/about-wordmark.svg
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/branding/about.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/branding/aboutDialog.css
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/branding/icon16.png
@@ -3284,7 +3407,6 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/branding/
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/branding/icon48.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/branding/icon64.png
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/NetworkPanel.xhtml
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/aboutDialog.css
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/aboutDialog.js
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/aboutDialog.xul
@@ -3304,18 +3426,30 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/abou
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/aboutHome.js
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/aboutHome.xhtml
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/addons.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/addons(a)2x.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/apps.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/apps(a)2x.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/bookmarks.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/bookmarks(a)2x.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/downloads.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/downloads(a)2x.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/history.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/history(a)2x.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/mozilla.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/mozilla(a)2x.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/noise.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/restore-large.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/restore-large(a)2x.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/restore.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/restore(a)2x.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/settings.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/settings(a)2x.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/snippet1.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/snippet1(a)2x.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/snippet2.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/snippet2(a)2x.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/sync.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/abouthome/sync(a)2x.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/baseMenuOverlay.xul
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/blockedSite.xhtml
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/bookmarks/
@@ -3329,14 +3463,10 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/book
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/certerror/
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/certerror/aboutCertError.css
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/certerror/aboutCertError.xhtml
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/content-sessionStore.js
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/content.js
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/debugger-controller.js
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/debugger-panes.js
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/debugger-toolbar.js
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/debugger-view.js
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/debugger.css
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/debugger.xul
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/NetworkPanel.xhtml
-rwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/cleopatra.html
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/commandline.css
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/commandlineoutput.xhtml
@@ -3346,11 +3476,19 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devt
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/connect.js
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/connect.xhtml
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/cssruleview.xhtml
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/debugger-controller.js
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/debugger-panes.js
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/debugger-toolbar.js
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/debugger-view.js
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/debugger.css
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/debugger.xul
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/fontinspector/
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/fontinspector/font-inspector.css
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/fontinspector/font-inspector.js
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/fontinspector/font-inspector.xhtml
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/framework/
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/framework/toolbox-options.js
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/framework/toolbox-options.xul
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/framework/toolbox-window.xul
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/framework/toolbox.css
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/framework/toolbox.xul
@@ -3363,6 +3501,12 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devt
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/layoutview/view.xhtml
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/markup-view.css
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/markup-view.xhtml
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/netmonitor-controller.js
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/netmonitor-view.js
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/netmonitor.css
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/netmonitor.xul
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/orion.js
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/profiler.xul
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/profiler/
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/profiler/cleopatra/
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/profiler/cleopatra/css/
@@ -3371,7 +3515,7 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devt
-rwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/profiler/cleopatra/css/ui.css
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/profiler/cleopatra/images/
-rwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/profiler/cleopatra/images/circlearrow.svg
--rwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/profiler/cleopatra/images/noise.png (EMPTY)
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/profiler/cleopatra/images/noise.png (EMPTY)
-rwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/profiler/cleopatra/images/throbber.svg
-rwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/profiler/cleopatra/images/treetwisty.svg
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/profiler/cleopatra/js/
@@ -3383,10 +3527,18 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devt
-rwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/profiler/cleopatra/js/tree.js
-rwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/profiler/cleopatra/js/ui.js
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/ruleview.css
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/scratchpad.js
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/scratchpad.xul
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/source-editor-overlay.xul
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/splitview.css
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/styleeditor.css
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/styleeditor.xul
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/theme-switching.js
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/webconsole.js
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/webconsole.xul
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/widgets.css
+drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/widgets/
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/devtools/widgets/VariablesView.xul
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/downloads/
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/downloads/allDownloadsViewOverlay.css
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/downloads/allDownloadsViewOverlay.js
@@ -3421,7 +3573,6 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/newt
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/nsContextMenu.js
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/openLocation.js
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/openLocation.xul
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/orion.js
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/pageinfo/
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/pageinfo/feeds.js
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/pageinfo/feeds.xml
@@ -3456,7 +3607,6 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/pref
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/preferences/aboutPermissions.js
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/preferences/aboutPermissions.xml
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/preferences/aboutPermissions.xul
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/preferences/advanced-scripts.xul
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/preferences/advanced.js
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/preferences/advanced.xul
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/preferences/applicationManager.js
@@ -3513,8 +3663,6 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/pref
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/preferences/sync.xul
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/preferences/tabs.js
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/preferences/tabs.xul
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/profiler.css
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/profiler.xul
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/report-phishing-overlay.xul
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/safeMode.css
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/safeMode.js
@@ -3523,8 +3671,6 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/pref
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/sanitize.xul
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/sanitizeDialog.css
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/sanitizeDialog.js
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/scratchpad.js
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/scratchpad.xul
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/search/
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/search/engineManager.js
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/search/engineManager.xul
@@ -3533,10 +3679,6 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/sear
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/setDesktopBackground.js
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/setDesktopBackground.xul
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/socialchat.xml
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/source-editor-overlay.xul
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/splitview.css
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/styleeditor.css
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/styleeditor.xul
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/content/browser/sync/
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/sync/aboutSyncTabs-bindings.xml
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/content/browser/sync/aboutSyncTabs.css
@@ -3659,20 +3801,25 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/light-theme.css
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/magnifying-glass.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/markup-view.css
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/netmonitor.css
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/option-icon.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/orion-breakpoint.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/orion-container.css
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/orion-debug-location.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/orion-task.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/orion.css
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/profiler.css
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/responsive-background.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/responsive-se-resizer.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/responsive-vertical-resizer.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/ruleview.css
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/scratchpad.css
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/splitview.css
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/styleeditor.css
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-debugger.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-inspector.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-network.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-options.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-profiler.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-styleeditor.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/tool-webconsole.png
@@ -3685,11 +3832,11 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/devtools/widgets.css
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/allDownloadsViewOverlay.css
--rwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/buttons.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/buttons.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/contentAreaDownloadsView.css
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/download-glow-small.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/download-glow.png
--rwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/download-notification-finish.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/download-notification-finish.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/download-notification-start.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/download-summary.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/downloads/downloads.css
@@ -3733,12 +3880,15 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/places/pageStarred.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/places/places.css
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/places/query.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/places/star-icons.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/places/starPage.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/places/starred48.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/places/tag.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/places/toolbarDropMarker.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/places/unsortedBookmarks.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/places/unstarred48.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/pluginInstall-16.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/pluginInstall-64.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/pointerLock-16.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/pointerLock-64.png
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/preferences/
@@ -3758,7 +3908,10 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/slowStartup-16.png
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/social/
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/social/chat-close.png
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/social/social.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/social/services-16.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/social/services-64.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/social/share-button-active.png
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/social/share-button.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/sync-128.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/sync-16-throbber.png
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/browser/skin/classic/browser/sync-16.png
@@ -3815,6 +3968,8 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/browser.dtd
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/browser.properties
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/devtools/
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/devtools/VariablesView.dtd
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/devtools/appcacheutils.properties
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/devtools/connection-screen.dtd
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/devtools/connection-screen.properties
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/devtools/debugger.dtd
@@ -3825,6 +3980,8 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/devtool
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/devtools/inspector.dtd
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/devtools/inspector.properties
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/devtools/layoutview.dtd
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/devtools/netmonitor.dtd
+-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/devtools/netmonitor.properties
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/devtools/profiler.dtd
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/devtools/profiler.properties
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/devtools/responsiveUI.properties
@@ -3869,7 +4026,6 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/places/
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/preferences/
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/preferences/aboutPermissions.dtd
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/preferences/aboutPermissions.properties
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/preferences/advanced-scripts.dtd
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/preferences/advanced.dtd
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/preferences/applicationManager.dtd
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/preferences/applicationManager.properties
@@ -3911,9 +4067,6 @@ drwxr-xr-x root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/safebro
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/tabbrowser.properties
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/tabview.properties
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/browser/taskbar.properties
-drwxr-xr-x root/root usr/lib/firefox/browser/chrome/en-US/locale/feedback/
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/feedback/main.dtd
--rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/feedback/main.properties
drwxr-xr-x root/root usr/lib/firefox/browser/chrome/en-US/locale/pdfviewer/
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/pdfviewer/chrome.properties
-rw-r--r-- root/root usr/lib/firefox/browser/chrome/en-US/locale/pdfviewer/viewer.properties
@@ -4034,22 +4187,19 @@ drwxr-xr-x root/root usr/lib/firefox/browser/modules/
-rw-r--r-- root/root usr/lib/firefox/browser/modules/DownloadsCommon.jsm
-rw-r--r-- root/root usr/lib/firefox/browser/modules/DownloadsLogger.jsm
-rw-r--r-- root/root usr/lib/firefox/browser/modules/HUDService.jsm
--rw-r--r-- root/root usr/lib/firefox/browser/modules/KeywordURLResetPrompter.jsm
-rw-r--r-- root/root usr/lib/firefox/browser/modules/MigrationUtils.jsm
-rw-r--r-- root/root usr/lib/firefox/browser/modules/NetworkPanel.jsm
-rw-r--r-- root/root usr/lib/firefox/browser/modules/NetworkPrioritizer.jsm
-rw-r--r-- root/root usr/lib/firefox/browser/modules/PlacesUIUtils.jsm
--rw-r--r-- root/root usr/lib/firefox/browser/modules/PropertyPanel.jsm
-rw-r--r-- root/root usr/lib/firefox/browser/modules/RecentWindow.jsm
-rw-r--r-- root/root usr/lib/firefox/browser/modules/SharedFrame.jsm
-rw-r--r-- root/root usr/lib/firefox/browser/modules/SignInToWebsite.jsm
-rw-r--r-- root/root usr/lib/firefox/browser/modules/Social.jsm
-rw-r--r-- root/root usr/lib/firefox/browser/modules/WebConsolePanel.jsm
drwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/AppCacheUtils.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/AutocompletePopup.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/Breadcrumbs.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/BreadcrumbsWidget.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/Browser.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/BuiltinCommands.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/CmdDebugger.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/CmdEdit.jsm
@@ -4058,56 +4208,67 @@ drwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/CmdScratchpad.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/CmdTilt.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/Commands.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/CssHtmlTree.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/CssLogic.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/CssRuleView.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/DOMHelpers.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/DebuggerPanel.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/DebuggerUI.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/DeveloperToolbar.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/EventEmitter.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/FloatingScrollbars.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/Highlighter.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/InplaceEditor.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/InspectorPanel.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/Jsbeautify.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/LayoutHelpers.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/MarkupView.jsm
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/NetMonitorPanel.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/Parser.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/ProfilerController.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/ProfilerHelpers.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/ProfilerPanel.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/Selection.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/SelectorSearch.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/SideMenuWidget.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/Sidebar.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/SplitView.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/StyleEditor.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/StyleEditorChrome.jsm
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/StyleEditorDebuggee.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/StyleEditorPanel.jsm
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/StyleEditorUI.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/StyleEditorUtil.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/StyleInspector.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/Target.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/Templater.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/Tilt.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/TiltGL.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/TiltMath.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/TiltUtils.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/TiltVisualizer.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/TiltVisualizerStyle.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/TiltWorkerCrafter.js
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/TiltWorkerPicker.js
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/ToolDefinitions.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/Toolbox.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/ToolboxHosts.jsm
--rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/Undo.jsm
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/StyleSheetEditor.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/VariablesView.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/ViewHelpers.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/cmd-profiler.jsm
+drwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/framework/
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/framework/sidebar.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/framework/target.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/framework/toolbox-hosts.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/framework/toolbox-options.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/framework/toolbox.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/framework/webconsole.js
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/gDevTools.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/gcli.jsm
+drwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/inspector/
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/inspector/breadcrumbs.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/inspector/highlighter.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/inspector/inspector-panel.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/inspector/selection.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/inspector/selector-search.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/main.js
+drwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/markupview/
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/markupview/markup-view.js
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/responsivedesign.jsm
-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/scratchpad-manager.jsm
+drwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/shared/
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/shared/event-emitter.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/shared/inplace-editor.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/shared/theme-switching.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/shared/undo.js
+drwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/styleinspector/
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/styleinspector/computed-view.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/styleinspector/css-logic.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/styleinspector/rule-view.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/styleinspector/style-inspector.js
+drwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/tilt/
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/tilt/TiltWorkerCrafter.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/tilt/TiltWorkerPicker.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/tilt/tilt-gl.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/tilt/tilt-math.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/tilt/tilt-utils.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/tilt/tilt-visualizer-style.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/tilt/tilt-visualizer.js
+-rwxr-xr-x root/root usr/lib/firefox/browser/modules/devtools/tilt/tilt.js
-rw-r--r-- root/root usr/lib/firefox/browser/modules/distribution.js
-rw-r--r-- root/root usr/lib/firefox/browser/modules/offlineAppCache.jsm
-rw-r--r-- root/root usr/lib/firefox/browser/modules/openLocationLastURL.jsm
@@ -4166,7 +4327,6 @@ drwxr-xr-x root/root usr/lib/firefox/chrome/en-US/locale/en-US/global/
-rw-r--r-- root/root usr/lib/firefox/chrome/en-US/locale/en-US/global/about.dtd
-rw-r--r-- root/root usr/lib/firefox/chrome/en-US/locale/en-US/global/aboutAbout.dtd
-rw-r--r-- root/root usr/lib/firefox/chrome/en-US/locale/en-US/global/aboutRights.dtd
--rw-r--r-- root/root usr/lib/firefox/chrome/en-US/locale/en-US/global/aboutRights.properties
-rw-r--r-- root/root usr/lib/firefox/chrome/en-US/locale/en-US/global/aboutSupport.dtd
-rw-r--r-- root/root usr/lib/firefox/chrome/en-US/locale/en-US/global/aboutSupport.properties
-rw-r--r-- root/root usr/lib/firefox/chrome/en-US/locale/en-US/global/aboutTelemetry.dtd
@@ -4245,6 +4405,7 @@ drwxr-xr-x root/root usr/lib/firefox/chrome/en-US/locale/en-US/global/search/
drwxr-xr-x root/root usr/lib/firefox/chrome/en-US/locale/en-US/global/security/
-rw-r--r-- root/root usr/lib/firefox/chrome/en-US/locale/en-US/global/security/caps.properties
-rw-r--r-- root/root usr/lib/firefox/chrome/en-US/locale/en-US/global/security/csp.properties
+-rw-r--r-- root/root usr/lib/firefox/chrome/en-US/locale/en-US/global/security/security.properties
drwxr-xr-x root/root usr/lib/firefox/chrome/en-US/locale/en-US/global/svg/
-rw-r--r-- root/root usr/lib/firefox/chrome/en-US/locale/en-US/global/svg/svg.properties
-rw-r--r-- root/root usr/lib/firefox/chrome/en-US/locale/en-US/global/textcontext.dtd
@@ -4421,6 +4582,7 @@ drwxr-xr-x root/root usr/lib/firefox/chrome/toolkit/content/global/alerts/
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/alerts/alert.xul
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/appPicker.js
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/appPicker.xul
+-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/backgroundPageThumbsContent.js
drwxr-xr-x root/root usr/lib/firefox/chrome/toolkit/content/global/bindings/
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/bindings/autocomplete.xml
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/bindings/browser.xml
@@ -4444,6 +4606,7 @@ drwxr-xr-x root/root usr/lib/firefox/chrome/toolkit/content/global/bindings/
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/bindings/preferences.xml
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/bindings/progressmeter.xml
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/bindings/radio.xml
+-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/bindings/remote-browser.xml
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/bindings/resizer.xml
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/bindings/richlistbox.xml
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/bindings/scale.xml
@@ -4461,6 +4624,7 @@ drwxr-xr-x root/root usr/lib/firefox/chrome/toolkit/content/global/bindings/
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/bindings/videocontrols.css
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/bindings/videocontrols.xml
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/bindings/wizard.xml
+-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/browser-child.js
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/buildconfig.html
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/charsetOverlay.js
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/charsetOverlay.xul
@@ -4485,9 +4649,11 @@ drwxr-xr-x root/root usr/lib/firefox/chrome/toolkit/content/global/cpow/
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/devicestorage.properties
drwxr-xr-x root/root usr/lib/firefox/chrome/toolkit/content/global/devtools/
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/devtools/dbg-browser-actors.js
+-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/devtools/dbg-gcli-actors.js
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/devtools/dbg-profiler-actors.js
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/devtools/dbg-script-actors.js
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/devtools/dbg-server.js
+-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/devtools/dbg-styleeditor-actors.js
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/devtools/dbg-transport.js
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/devtools/dbg-webconsole-actors.js
-rw-r--r-- root/root usr/lib/firefox/chrome/toolkit/content/global/dialogOverlay.js
@@ -4967,12 +5133,15 @@ drwxr-xr-x root/root usr/lib/firefox/components/
-rw-r--r-- root/root usr/lib/firefox/components/ContactManager.manifest
-rw-r--r-- root/root usr/lib/firefox/components/DataReporting.manifest
-rw-r--r-- root/root usr/lib/firefox/components/DataReportingService.js
+-rw-r--r-- root/root usr/lib/firefox/components/DownloadLegacy.js
+-rw-r--r-- root/root usr/lib/firefox/components/Downloads.manifest
-rw-r--r-- root/root usr/lib/firefox/components/FeedProcessor.js
-rw-r--r-- root/root usr/lib/firefox/components/FeedProcessor.manifest
--rw-r--r-- root/root usr/lib/firefox/components/GPSDGeolocationProvider.js
--rw-r--r-- root/root usr/lib/firefox/components/GPSDGeolocationProvider.manifest
+-rw-r--r-- root/root usr/lib/firefox/components/FormHistoryStartup.js
-rw-r--r-- root/root usr/lib/firefox/components/HealthReportComponents.manifest
-rw-r--r-- root/root usr/lib/firefox/components/Identity.manifest
+-rw-r--r-- root/root usr/lib/firefox/components/NavigatorPropertyHelper.js
+-rw-r--r-- root/root usr/lib/firefox/components/NavigatorPropertyHelper.manifest
-rwxr-xr-x root/root usr/lib/firefox/components/NetworkGeolocationProvider.js
-rw-r--r-- root/root usr/lib/firefox/components/NetworkGeolocationProvider.manifest
-rw-r--r-- root/root usr/lib/firefox/components/PageThumbsProtocol.js
@@ -4985,8 +5154,6 @@ drwxr-xr-x root/root usr/lib/firefox/components/
-rw-r--r-- root/root usr/lib/firefox/components/PlacesCategoriesStarter.js
-rw-r--r-- root/root usr/lib/firefox/components/Push.js
-rw-r--r-- root/root usr/lib/firefox/components/Push.manifest
--rw-r--r-- root/root usr/lib/firefox/components/PushService.js
--rw-r--r-- root/root usr/lib/firefox/components/PushService.manifest
-rw-r--r-- root/root usr/lib/firefox/components/SettingsManager.js
-rw-r--r-- root/root usr/lib/firefox/components/SettingsManager.manifest
-rw-r--r-- root/root usr/lib/firefox/components/SettingsService.js
@@ -5034,6 +5201,7 @@ drwxr-xr-x root/root usr/lib/firefox/components/
-rw-r--r-- root/root usr/lib/firefox/components/crypto-SDR.js
-rw-r--r-- root/root usr/lib/firefox/components/cryptoComponents.manifest
-rw-r--r-- root/root usr/lib/firefox/components/directory.xpt
+-rw-r--r-- root/root usr/lib/firefox/components/diskspacewatcher.xpt
-rw-r--r-- root/root usr/lib/firefox/components/docshell.xpt
-rw-r--r-- root/root usr/lib/firefox/components/dom.xpt
-rw-r--r-- root/root usr/lib/firefox/components/dom_activities.xpt
@@ -5077,7 +5245,8 @@ drwxr-xr-x root/root usr/lib/firefox/components/
-rw-r--r-- root/root usr/lib/firefox/components/dom_system.xpt
-rw-r--r-- root/root usr/lib/firefox/components/dom_time.xpt
-rw-r--r-- root/root usr/lib/firefox/components/dom_traversal.xpt
--rw-r--r-- root/root usr/lib/firefox/components/dom_webspeech.xpt
+-rw-r--r-- root/root usr/lib/firefox/components/dom_webspeechrecognition.xpt
+-rw-r--r-- root/root usr/lib/firefox/components/dom_webspeechsynth.xpt
-rw-r--r-- root/root usr/lib/firefox/components/dom_xbl.xpt
-rw-r--r-- root/root usr/lib/firefox/components/dom_xpath.xpt
-rw-r--r-- root/root usr/lib/firefox/components/dom_xul.xpt
@@ -5306,6 +5475,7 @@ drwxr-xr-x root/root usr/lib/firefox/modules/
-rw-r--r-- root/root usr/lib/firefox/modules/AppDownloadManager.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/AppsServiceChild.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/AppsUtils.jsm
+-rw-r--r-- root/root usr/lib/firefox/modules/BackgroundPageThumbs.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/BookmarkHTMLUtils.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/BookmarkJSONUtils.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/BrowserElementParent.jsm
@@ -5328,12 +5498,19 @@ drwxr-xr-x root/root usr/lib/firefox/modules/
-rw-r--r-- root/root usr/lib/firefox/modules/DeferredTask.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/Deprecated.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/Dict.jsm
+-rw-r--r-- root/root usr/lib/firefox/modules/DownloadCore.jsm
+-rw-r--r-- root/root usr/lib/firefox/modules/DownloadIntegration.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/DownloadLastDir.jsm
+-rw-r--r-- root/root usr/lib/firefox/modules/DownloadList.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/DownloadPaths.jsm
+-rw-r--r-- root/root usr/lib/firefox/modules/DownloadStore.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/DownloadTaskbarProgress.jsm
+-rw-r--r-- root/root usr/lib/firefox/modules/DownloadUIHelper.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/DownloadUtils.jsm
+-rw-r--r-- root/root usr/lib/firefox/modules/Downloads.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/FileUtils.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/ForgetAboutSite.jsm
+-rw-r--r-- root/root usr/lib/firefox/modules/FormHistory.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/FrameWorker.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/FreeSpaceWatcher.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/Geometry.jsm
@@ -5364,14 +5541,18 @@ drwxr-xr-x root/root usr/lib/firefox/modules/
-rw-r--r-- root/root usr/lib/firefox/modules/PhoneNumber.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/PhoneNumberMetaData.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/PhoneNumberUtils.jsm
+-rw-r--r-- root/root usr/lib/firefox/modules/PlacesBackups.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/PlacesDBUtils.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/PlacesUtils.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/PluginProvider.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/PluralForm.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/PopupNotifications.jsm
+-rw-r--r-- root/root usr/lib/firefox/modules/Preferences.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/PrivateBrowsingUtils.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/Profiler.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/PropertyListUtils.jsm
+-rw-r--r-- root/root usr/lib/firefox/modules/PushService.jsm
+-rw-r--r-- root/root usr/lib/firefox/modules/RemoteWebProgress.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/SafeBrowsing.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/Services.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/SettingsChangeNotifier.jsm
@@ -5424,6 +5605,8 @@ drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/addon/
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/addon/runner.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/addon/window.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/base64.js
+drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/browser/
+-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/browser/events.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/clipboard.js
drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/console/
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/console/plain-text.js
@@ -5433,6 +5616,7 @@ drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/content/
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/content/content-worker.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/content/content.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/content/loader.js
+-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/content/mod.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/content/symbiont.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/content/thumbnail.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/content/worker.js
@@ -5467,7 +5651,9 @@ drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/dom/events/
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/dom/events/keys.js
drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/event/
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/event/core.js
+-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/event/dom.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/event/target.js
+-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/event/utils.js
drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/frame/
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/frame/hidden-frame.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/frame/utils.js
@@ -5493,6 +5679,7 @@ drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/l10n/
drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/lang/
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/lang/functional.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/lang/type.js
+-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/lang/weak-set.js
drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/loader/
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/loader/cuddlefish.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/loader/sandbox.js
@@ -5506,6 +5693,8 @@ drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/page-mod/
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/page-worker.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/panel.js
drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/panel/
+-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/panel/events.js
+-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/panel/utils.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/panel/window.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/passwords.js
drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/passwords/
@@ -5526,6 +5715,9 @@ drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/private-browsing/windo
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/self.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/simple-prefs.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/simple-storage.js
+drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/stylesheet/
+-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/stylesheet/style.js
+-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/stylesheet/utils.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/system.js
drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/system/
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/system/environment.js
@@ -5534,6 +5726,8 @@ drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/system/
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/system/runtime.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/system/unload.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/system/xul-app.js
+drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/tab/
+-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/tab/events.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/tabs.js
drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/tabs/
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/tabs/common.js
@@ -5558,9 +5752,12 @@ drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/test/
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/test/tmp-file.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/timers.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/url.js
+drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/url/
+-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/url/utils.js
drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/util/
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/util/array.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/util/collection.js
+-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/util/contract.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/util/deprecate.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/util/list.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/util/object.js
@@ -5571,6 +5768,7 @@ drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/view/
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/widget.js
drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/window/
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/window/browser.js
+-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/window/events.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/window/helpers.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/window/namespace.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/window/utils.js
@@ -5583,6 +5781,8 @@ drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/windows/
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/windows/observer.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/windows/tabs-fennec.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/windows/tabs-firefox.js
+drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/sdk/worker/
+-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/sdk/worker/utils.js
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/test.js
drwxr-xr-x root/root usr/lib/firefox/modules/commonjs/toolkit/
-rw-r--r-- root/root usr/lib/firefox/modules/commonjs/toolkit/loader.js
@@ -5593,10 +5793,12 @@ drwxr-xr-x root/root usr/lib/firefox/modules/devtools/
-rw-r--r-- root/root usr/lib/firefox/modules/devtools/NetworkHelper.jsm
-rwxr-xr-x root/root usr/lib/firefox/modules/devtools/Require.jsm
-rwxr-xr-x root/root usr/lib/firefox/modules/devtools/SourceMap.jsm
+-rwxr-xr-x root/root usr/lib/firefox/modules/devtools/Templater.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/devtools/WebConsoleClient.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/devtools/WebConsoleUtils.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/devtools/dbg-client.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/devtools/dbg-server.jsm
+-rwxr-xr-x root/root usr/lib/firefox/modules/devtools/gcli.jsm
drwxr-xr-x root/root usr/lib/firefox/modules/identity/
-rw-r--r-- root/root usr/lib/firefox/modules/identity/Identity.jsm
-rw-r--r-- root/root usr/lib/firefox/modules/identity/IdentityProvider.jsm
@@ -5631,7 +5833,6 @@ drwxr-xr-x root/root usr/lib/firefox/modules/services-common/
-rw-r--r-- root/root usr/lib/firefox/modules/services-common/bagheeraclient.js
-rw-r--r-- root/root usr/lib/firefox/modules/services-common/log4moz.js
-rw-r--r-- root/root usr/lib/firefox/modules/services-common/observers.js
--rw-r--r-- root/root usr/lib/firefox/modules/services-common/preferences.js
-rw-r--r-- root/root usr/lib/firefox/modules/services-common/rest.js
-rw-r--r-- root/root usr/lib/firefox/modules/services-common/storageservice.js
-rw-r--r-- root/root usr/lib/firefox/modules/services-common/stringbundle.js
@@ -5689,6 +5890,7 @@ drwxr-xr-x root/root usr/lib/firefox/modules/services/metrics/
-rwxr-xr-x root/root usr/lib/firefox/plugin-container
drwxr-xr-x root/root usr/lib/firefox/res/
-rw-r--r-- root/root usr/lib/firefox/res/EditorOverride.css
+-rw-r--r-- root/root usr/lib/firefox/res/ImageDocument.css
-rw-r--r-- root/root usr/lib/firefox/res/TopLevelImageDocument.css
-rw-r--r-- root/root usr/lib/firefox/res/TopLevelVideoDocument.css
-rw-r--r-- root/root usr/lib/firefox/res/contenteditable.css
@@ -5883,6 +6085,7 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsIApplicationCacheService.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIAppsService.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIArray.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsIArrayBufferInputStream.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIAssociatedContentSecurity.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIAsyncInputStream.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIAsyncOutputStream.idl
@@ -5978,6 +6181,7 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsIConsoleListener.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIConsoleMessage.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIConsoleService.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsIContactProperties.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIContainerBoxObject.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIContentDispatchChooser.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIContentFilter.idl
@@ -6064,7 +6268,6 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMConnection.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMConstructor.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMContactManager.idl
--rw-r--r-- root/root usr/share/idl/firefox/nsIDOMContactProperties.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMCounter.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMCryptoDialogs.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMCryptoLegacy.idl
@@ -6212,6 +6415,7 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMMozContactChangeEvent.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMMozMmsEvent.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMMozMmsMessage.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMMozMobileMessageThread.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMMozNamedAttrMap.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMMozSettingsEvent.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMMozSmsEvent.idl
@@ -6261,36 +6465,31 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSVGAnimatedInteger.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSVGAnimatedLength.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSVGAnimatedNumber.idl
--rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSVGAnimatedRect.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSVGAnimatedString.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSVGDocument.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSVGElement.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSVGLength.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSVGNumber.idl
--rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSVGRect.idl
--rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSVGStringList.idl
--rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSVGZoomEvent.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMScreen.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMScrollAreaEvent.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSerializer.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSettingsManager.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSimpleGestureEvent.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSmartCardEvent.idl
--rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSmsCursor.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSmsFilter.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSmsManager.idl
--rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSmsRequest.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSmsSegmentInfo.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSpeechRecognitionError.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSpeechRecognitionEvent.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMSpeechSynthesisEvent.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMStorage.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMStorageEvent.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMStorageIndexedDB.idl
--rw-r--r-- root/root usr/share/idl/firefox/nsIDOMStorageItem.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMStorageManager.idl
--rw-r--r-- root/root usr/share/idl/firefox/nsIDOMStorageObsolete.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMStyleSheet.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMStyleSheetAddedEvent.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMStyleSheetList.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMStyleSheetRemovedEvent.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMTCPSocket.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMText.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDOMTimeEvent.idl
@@ -6350,6 +6549,7 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsIDirIndexListener.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDirectoryEnumerator.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDirectoryService.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsIDiskSpaceWatcher.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDocCharset.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDocShell.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIDocShellHistory.idl
@@ -6439,7 +6639,6 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsIGZFileWriter.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIGamepadServiceTest.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIGenKeypairInfoDlg.idl
--rw-r--r-- root/root usr/share/idl/firefox/nsIGeolocation.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIGeolocationProvider.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIGfxInfo.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIGfxInfoDebug.idl
@@ -6510,7 +6709,6 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsIJARChannel.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIJARProtocolHandler.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIJARURI.idl
--rw-r--r-- root/root usr/share/idl/firefox/nsIJSContextStack.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIJSEngineTelemetryStats.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIJSInspector.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIJSON.idl
@@ -6548,6 +6746,7 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsIMessageManager.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIMmsService.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIMobileMessageCallback.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsIMobileMessageCursorCallback.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIMobileMessageDatabaseService.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIMobileMessageService.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIModule.idl
@@ -6624,6 +6823,7 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsIPrivateBrowsingChannel.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIProcess.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIProfileMigrator.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsIProfileSaveEvent.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIProfileUnlocker.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIProfiler.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIProgrammingLanguage.idl
@@ -6758,6 +6958,8 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsISound.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsISpeculativeConnect.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsISpeechRecognitionService.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsISpeechService.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsISpeechSynthesisGetter.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIStandardURL.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIStartupCache.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsIStorageStream.idl
@@ -6783,6 +6985,7 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsISupportsPriority.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsISyncJPAKE.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsISyncStreamListener.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsISynthVoiceRegistry.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsISystemMessagesInternal.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsISystemProxySettings.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsITCPSocketChild.idl
@@ -6928,6 +7131,7 @@ drwxr-xr-x root/root usr/share/idl/firefox/
-rw-r--r-- root/root usr/share/idl/firefox/nsPICommandUpdater.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsPIDNSService.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsPIEditorTransaction.idl
+-rw-r--r-- root/root usr/share/idl/firefox/nsPILoadGroupInternal.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsPIPlacesDatabase.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsPIPlacesHistoryListenersNotifier.idl
-rw-r--r-- root/root usr/share/idl/firefox/nsPIPromptService.idl
diff --git a/firefox/.md5sum b/firefox/.md5sum
index d0a42a3..a82ed60 100644
--- a/firefox/.md5sum
+++ b/firefox/.md5sum
@@ -1,4 +1,4 @@
4ad47f637d8cb08e8822a45d8f4a9d9a bz722975.patch
-4ffb6d1c1a04ca8e3dbca23df09626dd firefox-22.0.source.tar.bz2
+794e0139c4df0392146353c655d94bb9 firefox-23.0.source.tar.bz2
cf6971669f70b440cb6ff8df8b2722ae firefox.desktop
-8b708630ab8df43a4958096326fefb5f mozconfig
+4b089a93dd530baa18cd07c764fc6fd9 mozconfig
diff --git a/firefox/Pkgfile b/firefox/Pkgfile
index 606c833..1cdac4b 100644
--- a/firefox/Pkgfile
+++ b/firefox/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: nss, libidl, gtk, python, alsa-lib, yasm, mesa3d
name=firefox
-version=22.0
+version=23.0
release=1
source=(ftp://ftp.mozilla.org/pub/firefox/releases/$version/source/firefox-…
mozconfig firefox.desktop bz722975.patch)
diff --git a/firefox/mozconfig b/firefox/mozconfig
index d698617..6e6e025 100644
--- a/firefox/mozconfig
+++ b/firefox/mozconfig
@@ -34,6 +34,7 @@ ac_add_options --enable-storage
ac_add_options --enable-places_bookmarks
ac_add_options --enable-image-encoder=all
ac_add_options --enable-xft
+#ac_add_options --enable-gstreamer
ac_add_options --disable-static
ac_add_options --disable-tests
ac_add_options --disable-mochitest
1
0
commit 08cb31ca5230571777ad7a91d9460727219cfde7
Author: Juergen Daubert <jue(a)jue.li>
Date: Mon Aug 5 17:15:15 2013 +0200
[notify] samba: update to 3.6.17
Security fix, see https://www.samba.org/samba/history/samba-3.6.17.html
diff --git a/samba/.footprint b/samba/.footprint
index 677d728..c0d677e 100644
--- a/samba/.footprint
+++ b/samba/.footprint
@@ -37,6 +37,8 @@ drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/libsmbclient.h
-rw-r--r-- root/root usr/include/netapi.h
-rw-r--r-- root/root usr/include/smb_share_modes.h
+-rw-r--r-- root/root usr/include/tevent.h
+-rw-r--r-- root/root usr/include/tevent_internal.h
-rw-r--r-- root/root usr/include/wbclient.h
drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libnetapi.so -> libnetapi.so.0
@@ -45,6 +47,9 @@ lrwxrwxrwx root/root usr/lib/libsmbclient.so -> libsmbclient.so.0
-rwxr-xr-x root/root usr/lib/libsmbclient.so.0
lrwxrwxrwx root/root usr/lib/libsmbsharemodes.so -> libsmbsharemodes.so.0
-rwxr-xr-x root/root usr/lib/libsmbsharemodes.so.0
+lrwxrwxrwx root/root usr/lib/libtevent.so -> libtevent.so.0
+lrwxrwxrwx root/root usr/lib/libtevent.so.0 -> libtevent.so.0.9.11
+-rwxr-xr-x root/root usr/lib/libtevent.so.0.9.11
lrwxrwxrwx root/root usr/lib/libwbclient.so -> libwbclient.so.0
-rwxr-xr-x root/root usr/lib/libwbclient.so.0
drwxr-xr-x root/root usr/lib/pkgconfig/
@@ -98,6 +103,7 @@ drwxr-xr-x root/root usr/lib/samba/vfs/
-rwxr-xr-x root/root usr/lib/samba/vfs/xattr_tdb.so
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/dbwrap_tool.1.gz
-rw-r--r-- root/root usr/man/man1/findsmb.1.gz
-rw-r--r-- root/root usr/man/man1/log2pcap.1.gz
-rw-r--r-- root/root usr/man/man1/nmblookup.1.gz
diff --git a/samba/.md5sum b/samba/.md5sum
index 7aca446..185bf9b 100644
--- a/samba/.md5sum
+++ b/samba/.md5sum
@@ -1,3 +1,3 @@
448caca4745aef1a842f4fdb1aa62e1e samba
-9039e0ab3e4fc632ff0a1a8f2433edb4 samba-3.6.11.tar.gz
+c67c3330545c8f1f7ee26e017c28439b samba-3.6.17.tar.gz
fbaccda19afc8f75f6f0123cab82c87e samba-config.patch
diff --git a/samba/Pkgfile b/samba/Pkgfile
index e169ae7..e6ffe87 100644
--- a/samba/Pkgfile
+++ b/samba/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: ncurses openssl readline zlib tdb talloc libcap acl
name=samba
-version=3.6.11
+version=3.6.17
release=1
source=(http://www.samba.org/samba/ftp/stable/$name-$version.tar.gz \
samba-config.patch samba)
1
0
commit 747f4742e900f465fb6161264def41eb20c9e16b
Author: Juergen Daubert <jue(a)jue.li>
Date: Mon Aug 5 16:45:12 2013 +0200
[notify] samba: update to 4.0.8
Security fix, see https://www.samba.org/samba/history/samba-4.0.8.html
diff --git a/samba/.md5sum b/samba/.md5sum
index 798f2a0..118c1c1 100644
--- a/samba/.md5sum
+++ b/samba/.md5sum
@@ -1,2 +1,2 @@
448caca4745aef1a842f4fdb1aa62e1e samba
-d887c1383654fc60b7bb1b74d273a826 samba-4.0.7.tar.gz
+03819bc1132e417feac1b39299365b73 samba-4.0.8.tar.gz
diff --git a/samba/Pkgfile b/samba/Pkgfile
index 37113c1..95ed829 100644
--- a/samba/Pkgfile
+++ b/samba/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: ncurses openssl readline zlib tdb talloc libcap acl libaio popt
name=samba
-version=4.0.7
+version=4.0.8
release=1
source=(http://www.samba.org/samba/ftp/stable/$name-$version.tar.gz \
samba)
1
0