Fri Apr 5 13:30:17 2013 UTC ()
Update to 20.0

Changelog:
    NEW
    Per-window Private Browsing. Learn more.
    NEW
    New download experience. Learn more.
    NEW
    Ability to close hanging plugins, without the browser hanging
    CHANGED
    Continued performance improvements around common browser tasks (page loads, downloads, shutdown, etc.)
    DEVELOPER
    Continued implementation of draft ECMAScript 6 - clear() and Math.imul
    DEVELOPER
    New JavaScript Profiler tool
    HTML5
    getUserMedia implemented for web access to the user's camera and microphone (with user permission)
    HTML5
    <canvas> now supports blend modes
    HTML5
    Various <audio> and <video> improvements
    FIXED
    Details button on Crash Reporter (793972)
    FIXED
    Unity plugin doesn't display in HiDPI mode (829284)
    FIXED
    20.0: Security fixes can be found here

Fixed in Firefox 20
MFSA 2013-40 Out-of-bounds array read in CERT_DecodeCertPackage
MFSA 2013-39 Memory corruption while rendering grayscale PNG images
MFSA 2013-38 Cross-site scripting (XSS) using timed history navigations
MFSA 2013-37 Bypass of tab-modal dialog origin disclosure
MFSA 2013-36 Bypass of SOW protections allows cloning of protected nodes
MFSA 2013-35 WebGL crash with Mesa graphics driver on Linux
MFSA 2013-34 Privilege escalation through Mozilla Updater
MFSA 2013-33 World read and write access to app_tmp directory on Android
MFSA 2013-32 Privilege escalation through Mozilla Maintenance Service
MFSA 2013-31 Out-of-bounds write in Cairo library
MFSA 2013-30 Miscellaneous memory safety hazards (rv:20.0 / rv:17.0.5)


(ryoon)
diff -r1.102 -r1.103 pkgsrc/devel/xulrunner/Makefile
diff -r1.53 -r1.54 pkgsrc/devel/xulrunner/PLIST
diff -r1.44 -r1.45 pkgsrc/devel/xulrunner/dist.mk
diff -r1.100 -r1.101 pkgsrc/devel/xulrunner/distinfo
diff -r1.17 -r1.18 pkgsrc/devel/xulrunner/patches/patch-aa
diff -r1.4 -r0 pkgsrc/devel/xulrunner/patches/patch-ai
diff -r1.6 -r1.7 pkgsrc/devel/xulrunner/patches/patch-ao
diff -r1.7 -r0 pkgsrc/devel/xulrunner/patches/patch-ay
diff -r1.11 -r1.12 pkgsrc/devel/xulrunner/patches/patch-bf
diff -r1.1 -r0 pkgsrc/devel/xulrunner/patches/patch-dom_system_OSFileConstants.cpp
diff -r1.2 -r0 pkgsrc/devel/xulrunner/patches/patch-media_libcubeb_src_Makefile.in
diff -r1.2 -r0 pkgsrc/devel/xulrunner/patches/patch-toolkit_library_Makefile.in
diff -r1.8 -r1.9 pkgsrc/devel/xulrunner/patches/patch-mp
diff -r1.61 -r1.62 pkgsrc/www/firefox/PLIST

cvs diff -r1.102 -r1.103 pkgsrc/devel/xulrunner/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/xulrunner/Attic/Makefile 2013/03/30 20:03:08 1.102
+++ pkgsrc/devel/xulrunner/Attic/Makefile 2013/04/05 13:30:17 1.103
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.102 2013/03/30 20:03:08 ryoon Exp $ 1# $NetBSD: Makefile,v 1.103 2013/04/05 13:30:17 ryoon Exp $
2 2
3.include "dist.mk" 3.include "dist.mk"
4PKGNAME= xulrunner-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/esr//} 4PKGNAME= xulrunner-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/esr//}
5PKGREVISION= 1 
6CATEGORIES= devel www 5CATEGORIES= devel www
7 6
8MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://developer.mozilla.org/en/docs/XULRunner 8HOMEPAGE= http://developer.mozilla.org/en/docs/XULRunner
10COMMENT= XML User Interface Language runtime environment 9COMMENT= XML User Interface Language runtime environment
11LICENSE= mpl-1.1 10LICENSE= mpl-1.1
12 11
13MOZILLA_DIR= # empty 12MOZILLA_DIR= # empty
14 13
15PKGCONFIG_OVERRIDE+= xulrunner/installer/libxul-embedding.pc.in 14PKGCONFIG_OVERRIDE+= xulrunner/installer/libxul-embedding.pc.in
16PKGCONFIG_OVERRIDE+= xulrunner/installer/libxul.pc.in 15PKGCONFIG_OVERRIDE+= xulrunner/installer/libxul.pc.in
17PKGCONFIG_OVERRIDE+= xulrunner/installer/mozilla-gtkmozembed-embedding.pc.in 16PKGCONFIG_OVERRIDE+= xulrunner/installer/mozilla-gtkmozembed-embedding.pc.in
18PKGCONFIG_OVERRIDE+= xulrunner/installer/mozilla-gtkmozembed.pc.in 17PKGCONFIG_OVERRIDE+= xulrunner/installer/mozilla-gtkmozembed.pc.in

cvs diff -r1.53 -r1.54 pkgsrc/devel/xulrunner/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/devel/xulrunner/Attic/PLIST 2013/03/25 08:47:13 1.53
+++ pkgsrc/devel/xulrunner/Attic/PLIST 2013/04/05 13:30:17 1.54
@@ -1,103 +1,118 @@ @@ -1,103 +1,118 @@
1@comment $NetBSD: PLIST,v 1.53 2013/03/25 08:47:13 sbd Exp $ 1@comment $NetBSD: PLIST,v 1.54 2013/04/05 13:30:17 ryoon Exp $
2bin/xulrunner 2bin/xulrunner
 3include/xulrunner/AbstractMediaDecoder.h
3include/xulrunner/AccEvent.h 4include/xulrunner/AccEvent.h
4include/xulrunner/AnimationCommon.h 5include/xulrunner/AnimationCommon.h
5include/xulrunner/AudioAvailableEventManager.h 6include/xulrunner/AudioAvailableEventManager.h
6include/xulrunner/AudioChannelAgent.h 7include/xulrunner/AudioChannelAgent.h
7include/xulrunner/AudioChannelCommon.h 8include/xulrunner/AudioChannelCommon.h
8include/xulrunner/AudioChannelService.h 9include/xulrunner/AudioChannelService.h
9include/xulrunner/AudioChannelServiceChild.h 10include/xulrunner/AudioChannelServiceChild.h
10include/xulrunner/AudioSampleFormat.h 11include/xulrunner/AudioSampleFormat.h
11include/xulrunner/AudioSegment.h 12include/xulrunner/AudioSegment.h
12include/xulrunner/AudioStream.h 13include/xulrunner/AudioStream.h
13include/xulrunner/BasicImplData.h 14include/xulrunner/BasicImplData.h
14include/xulrunner/BasicLayers.h 15include/xulrunner/BasicLayers.h
15include/xulrunner/BasicTiledThebesLayer.h 16include/xulrunner/BasicTiledThebesLayer.h
 17include/xulrunner/BufferMediaResource.h
16include/xulrunner/CameraCommon.h 18include/xulrunner/CameraCommon.h
17include/xulrunner/Composer2D.h 19include/xulrunner/Composer2D.h
18include/xulrunner/CompositorChild.h 20include/xulrunner/CompositorChild.h
19include/xulrunner/CompositorParent.h 21include/xulrunner/CompositorParent.h
20include/xulrunner/CryptoTask.h 22include/xulrunner/CryptoTask.h
 23include/xulrunner/DASHDecoder.h
 24include/xulrunner/DASHReader.h
 25include/xulrunner/DASHRepDecoder.h
 26include/xulrunner/DASHRepReader.h
21include/xulrunner/DOMCameraManager.h 27include/xulrunner/DOMCameraManager.h
 28include/xulrunner/DecoderTraits.h
22include/xulrunner/DeviceStorage.h 29include/xulrunner/DeviceStorage.h
23include/xulrunner/DictionaryHelpers.h 30include/xulrunner/DictionaryHelpers.h
24include/xulrunner/ErrorList.h 31include/xulrunner/ErrorList.h
25include/xulrunner/ErrorListDefines.h 32include/xulrunner/ErrorListCDefines.h
 33include/xulrunner/ErrorListCxxDefines.h
26include/xulrunner/EventTracer.h 34include/xulrunner/EventTracer.h
27include/xulrunner/FileBlockCache.h 35include/xulrunner/FileBlockCache.h
28include/xulrunner/ForceDiscreteGPUHelperCGL.h 36include/xulrunner/ForceDiscreteGPUHelperCGL.h
29include/xulrunner/FrameLayerBuilder.h 37include/xulrunner/FrameLayerBuilder.h
30include/xulrunner/FrameMetrics.h 38include/xulrunner/FrameMetrics.h
31include/xulrunner/FramePropertyTable.h 39include/xulrunner/FramePropertyTable.h
32include/xulrunner/GLContext.h 40include/xulrunner/GLContext.h
33include/xulrunner/GLContextProvider.h 41include/xulrunner/GLContextProvider.h
34include/xulrunner/GLContextProviderImpl.h 42include/xulrunner/GLContextProviderImpl.h
35include/xulrunner/GLContextSymbols.h 43include/xulrunner/GLContextSymbols.h
 44include/xulrunner/GLContextTypes.h
36include/xulrunner/GLDefs.h 45include/xulrunner/GLDefs.h
37include/xulrunner/GLLibraryLoader.h 46include/xulrunner/GLLibraryLoader.h
 47include/xulrunner/GLTextureImage.h
38include/xulrunner/GLXLibrary.h 48include/xulrunner/GLXLibrary.h
39include/xulrunner/GeneratedEvents.h 49include/xulrunner/GeneratedEvents.h
40include/xulrunner/GfxInfoCollector.h 50include/xulrunner/GfxInfoCollector.h
41include/xulrunner/GonkIOSurfaceImage.h 51include/xulrunner/GonkIOSurfaceImage.h
42include/xulrunner/GonkNativeWindow.h 52include/xulrunner/GonkNativeWindow.h
 53include/xulrunner/HTMLPropertiesCollection.h
43include/xulrunner/IJSDebugger.h 54include/xulrunner/IJSDebugger.h
44include/xulrunner/IPC/nsGUIEventIPC.h 55include/xulrunner/IPC/nsGUIEventIPC.h
45include/xulrunner/ImageContainer.h 56include/xulrunner/ImageContainer.h
46include/xulrunner/ImageLayers.h 57include/xulrunner/ImageLayers.h
47include/xulrunner/ImageLogging.h 58include/xulrunner/ImageLogging.h
48include/xulrunner/ImageTypes.h 59include/xulrunner/ImageTypes.h
49include/xulrunner/InputData.h 60include/xulrunner/InputData.h
50include/xulrunner/LayerManagerOGL.h 61include/xulrunner/LayerManagerOGL.h
51include/xulrunner/LayerManagerOGLProgram.h 62include/xulrunner/LayerManagerOGLProgram.h
52include/xulrunner/LayerManagerOGLShaders.h 63include/xulrunner/LayerManagerOGLShaders.h
53include/xulrunner/LayerSorter.h 64include/xulrunner/LayerSorter.h
54include/xulrunner/LayerTreeInvalidation.h 65include/xulrunner/LayerTreeInvalidation.h
55include/xulrunner/Layers.h 66include/xulrunner/Layers.h
56include/xulrunner/LayersTypes.h 67include/xulrunner/LayersTypes.h
57include/xulrunner/MediaCache.h 68include/xulrunner/MediaCache.h
58include/xulrunner/MediaDecoder.h 69include/xulrunner/MediaDecoder.h
59include/xulrunner/MediaDecoderOwner.h 70include/xulrunner/MediaDecoderOwner.h
60include/xulrunner/MediaDecoderReader.h 71include/xulrunner/MediaDecoderReader.h
61include/xulrunner/MediaDecoderStateMachine.h 72include/xulrunner/MediaDecoderStateMachine.h
62include/xulrunner/MediaEngine.h 73include/xulrunner/MediaEngine.h
63include/xulrunner/MediaEngineDefault.h 74include/xulrunner/MediaEngineDefault.h
 75include/xulrunner/MediaMetadataManager.h
64include/xulrunner/MediaResource.h 76include/xulrunner/MediaResource.h
65include/xulrunner/MediaSegment.h 77include/xulrunner/MediaSegment.h
66include/xulrunner/MediaStreamGraph.h 78include/xulrunner/MediaStreamGraph.h
67include/xulrunner/OggCodecState.h 79include/xulrunner/OggCodecState.h
68include/xulrunner/OggDecoder.h 80include/xulrunner/OggDecoder.h
 81include/xulrunner/OggReader.h
69include/xulrunner/PCOMContentPermissionRequestChild.h 82include/xulrunner/PCOMContentPermissionRequestChild.h
70include/xulrunner/ReadbackLayer.h 83include/xulrunner/ReadbackLayer.h
71include/xulrunner/RoundedRect.h 84include/xulrunner/RoundedRect.h
72include/xulrunner/SVGAttrValueWrapper.h 85include/xulrunner/SVGAttrValueWrapper.h
73include/xulrunner/ScopedNSSTypes.h 86include/xulrunner/ScopedNSSTypes.h
74include/xulrunner/ScrollbarActivity.h 87include/xulrunner/ScrollbarActivity.h
75include/xulrunner/Selection.h 88include/xulrunner/Selection.h
76include/xulrunner/SerializedLoadContext.h 89include/xulrunner/SerializedLoadContext.h
77include/xulrunner/ShadowLayersManager.h 90include/xulrunner/ShadowLayersManager.h
78include/xulrunner/SharedBuffer.h 91include/xulrunner/SharedBuffer.h
79include/xulrunner/SharedTextureImage.h 92include/xulrunner/SharedTextureImage.h
80include/xulrunner/SpecialSystemDirectory.h 93include/xulrunner/SpecialSystemDirectory.h
81include/xulrunner/StackArena.h 94include/xulrunner/StackArena.h
82include/xulrunner/StreamBuffer.h 95include/xulrunner/StreamBuffer.h
83include/xulrunner/TexturePoolOGL.h 96include/xulrunner/TexturePoolOGL.h
84include/xulrunner/TimeVarying.h 97include/xulrunner/TimeVarying.h
85include/xulrunner/VideoFrameContainer.h 98include/xulrunner/VideoFrameContainer.h
86include/xulrunner/VideoSegment.h 99include/xulrunner/VideoSegment.h
87include/xulrunner/VideoUtils.h 100include/xulrunner/VideoUtils.h
88include/xulrunner/VorbisUtils.h 101include/xulrunner/VorbisUtils.h
89include/xulrunner/WaveDecoder.h 102include/xulrunner/WaveDecoder.h
 103include/xulrunner/WaveReader.h
90include/xulrunner/WebMDecoder.h 104include/xulrunner/WebMDecoder.h
 105include/xulrunner/WebMReader.h
91include/xulrunner/XPCJSMemoryReporter.h 106include/xulrunner/XPCJSMemoryReporter.h
92include/xulrunner/amIInstallTrigger.h 107include/xulrunner/amIInstallTrigger.h
93include/xulrunner/amIWebInstallListener.h 108include/xulrunner/amIWebInstallListener.h
94include/xulrunner/amIWebInstaller.h 109include/xulrunner/amIWebInstaller.h
95include/xulrunner/angle/ShaderLang.h 110include/xulrunner/angle/ShaderLang.h
96include/xulrunner/chromium_types.h 111include/xulrunner/chromium_types.h
97include/xulrunner/cubeb/cubeb-stdint.h 112include/xulrunner/cubeb/cubeb-stdint.h
98include/xulrunner/cubeb/cubeb.h 113include/xulrunner/cubeb/cubeb.h
99include/xulrunner/domstubs.h 114include/xulrunner/domstubs.h
100include/xulrunner/ds/BitArray.h 115include/xulrunner/ds/BitArray.h
101include/xulrunner/expat.h 116include/xulrunner/expat.h
102include/xulrunner/expat_config.h 117include/xulrunner/expat_config.h
103include/xulrunner/expat_external.h 118include/xulrunner/expat_external.h
@@ -163,37 +178,36 @@ include/xulrunner/harfbuzz/hb-common.h @@ -163,37 +178,36 @@ include/xulrunner/harfbuzz/hb-common.h
163include/xulrunner/harfbuzz/hb-font.h 178include/xulrunner/harfbuzz/hb-font.h
164include/xulrunner/harfbuzz/hb-ot-layout.h 179include/xulrunner/harfbuzz/hb-ot-layout.h
165include/xulrunner/harfbuzz/hb-ot-tag.h 180include/xulrunner/harfbuzz/hb-ot-tag.h
166include/xulrunner/harfbuzz/hb-ot.h 181include/xulrunner/harfbuzz/hb-ot.h
167include/xulrunner/harfbuzz/hb-set.h 182include/xulrunner/harfbuzz/hb-set.h
168include/xulrunner/harfbuzz/hb-shape-plan.h 183include/xulrunner/harfbuzz/hb-shape-plan.h
169include/xulrunner/harfbuzz/hb-shape.h 184include/xulrunner/harfbuzz/hb-shape.h
170include/xulrunner/harfbuzz/hb-unicode.h 185include/xulrunner/harfbuzz/hb-unicode.h
171include/xulrunner/harfbuzz/hb-version.h 186include/xulrunner/harfbuzz/hb-version.h
172include/xulrunner/harfbuzz/hb.h 187include/xulrunner/harfbuzz/hb.h
173include/xulrunner/imgICache.h 188include/xulrunner/imgICache.h
174include/xulrunner/imgIContainer.h 189include/xulrunner/imgIContainer.h
175include/xulrunner/imgIContainerDebug.h 190include/xulrunner/imgIContainerDebug.h
176include/xulrunner/imgIContainerObserver.h 
177include/xulrunner/imgIDecoderObserver.h 
178include/xulrunner/imgIEncoder.h 191include/xulrunner/imgIEncoder.h
179include/xulrunner/imgILoader.h 192include/xulrunner/imgILoader.h
180include/xulrunner/imgINotificationObserver.h 193include/xulrunner/imgINotificationObserver.h
181include/xulrunner/imgIOnloadBlocker.h 194include/xulrunner/imgIOnloadBlocker.h
182include/xulrunner/imgIRequest.h 195include/xulrunner/imgIRequest.h
183include/xulrunner/imgIScriptedNotificationObserver.h 196include/xulrunner/imgIScriptedNotificationObserver.h
184include/xulrunner/imgITools.h 197include/xulrunner/imgITools.h
185include/xulrunner/imgLoader.h 198include/xulrunner/imgLoader.h
186include/xulrunner/imgRequest.h 199include/xulrunner/imgRequest.h
 200include/xulrunner/imgRequestProxy.h
187include/xulrunner/inICSSValueSearch.h 201include/xulrunner/inICSSValueSearch.h
188include/xulrunner/inIDOMUtils.h 202include/xulrunner/inIDOMUtils.h
189include/xulrunner/inIDOMView.h 203include/xulrunner/inIDOMView.h
190include/xulrunner/inIDeepTreeWalker.h 204include/xulrunner/inIDeepTreeWalker.h
191include/xulrunner/inIFlasher.h 205include/xulrunner/inIFlasher.h
192include/xulrunner/inISearchObserver.h 206include/xulrunner/inISearchObserver.h
193include/xulrunner/inISearchProcess.h 207include/xulrunner/inISearchProcess.h
194include/xulrunner/ipc/IPCMessageUtils.h 208include/xulrunner/ipc/IPCMessageUtils.h
195include/xulrunner/jArray.h 209include/xulrunner/jArray.h
196include/xulrunner/jconfig.h 210include/xulrunner/jconfig.h
197include/xulrunner/jerror.h 211include/xulrunner/jerror.h
198include/xulrunner/jinclude.h 212include/xulrunner/jinclude.h
199include/xulrunner/jmorecfg.h 213include/xulrunner/jmorecfg.h
@@ -252,56 +266,57 @@ include/xulrunner/mozIStorageAggregateFu @@ -252,56 +266,57 @@ include/xulrunner/mozIStorageAggregateFu
252include/xulrunner/mozIStorageAsyncStatement.h 266include/xulrunner/mozIStorageAsyncStatement.h
253include/xulrunner/mozIStorageBaseStatement.h 267include/xulrunner/mozIStorageBaseStatement.h
254include/xulrunner/mozIStorageBindingParams.h 268include/xulrunner/mozIStorageBindingParams.h
255include/xulrunner/mozIStorageBindingParamsArray.h 269include/xulrunner/mozIStorageBindingParamsArray.h
256include/xulrunner/mozIStorageCompletionCallback.h 270include/xulrunner/mozIStorageCompletionCallback.h
257include/xulrunner/mozIStorageConnection.h 271include/xulrunner/mozIStorageConnection.h
258include/xulrunner/mozIStorageError.h 272include/xulrunner/mozIStorageError.h
259include/xulrunner/mozIStorageFunction.h 273include/xulrunner/mozIStorageFunction.h
260include/xulrunner/mozIStoragePendingStatement.h 274include/xulrunner/mozIStoragePendingStatement.h
261include/xulrunner/mozIStorageProgressHandler.h 275include/xulrunner/mozIStorageProgressHandler.h
262include/xulrunner/mozIStorageResultSet.h 276include/xulrunner/mozIStorageResultSet.h
263include/xulrunner/mozIStorageRow.h 277include/xulrunner/mozIStorageRow.h
264include/xulrunner/mozIStorageService.h 278include/xulrunner/mozIStorageService.h
265include/xulrunner/mozIStorageServiceQuotaManagement.h 
266include/xulrunner/mozIStorageStatement.h 279include/xulrunner/mozIStorageStatement.h
267include/xulrunner/mozIStorageStatementCallback.h 280include/xulrunner/mozIStorageStatementCallback.h
268include/xulrunner/mozIStorageStatementParams.h 281include/xulrunner/mozIStorageStatementParams.h
269include/xulrunner/mozIStorageStatementRow.h 282include/xulrunner/mozIStorageStatementRow.h
270include/xulrunner/mozIStorageVacuumParticipant.h 283include/xulrunner/mozIStorageVacuumParticipant.h
271include/xulrunner/mozIStorageValueArray.h 284include/xulrunner/mozIStorageValueArray.h
272include/xulrunner/mozITXTToHTMLConv.h 285include/xulrunner/mozITXTToHTMLConv.h
273include/xulrunner/mozIThirdPartyUtil.h 286include/xulrunner/mozIThirdPartyUtil.h
274include/xulrunner/mozStorageCID.h 287include/xulrunner/mozStorageCID.h
275include/xulrunner/mozStorageHelper.h 288include/xulrunner/mozStorageHelper.h
276include/xulrunner/mozcontainer.h 289include/xulrunner/mozcontainer.h
277include/xulrunner/mozilla-config.h 290include/xulrunner/mozilla-config.h
278include/xulrunner/mozilla/AppData.h 291include/xulrunner/mozilla/AppData.h
279include/xulrunner/mozilla/AppProcessPermissions.h 292include/xulrunner/mozilla/AppProcessPermissions.h
280include/xulrunner/mozilla/Assertions.h 293include/xulrunner/mozilla/Assertions.h
281include/xulrunner/mozilla/Attributes.h 294include/xulrunner/mozilla/Attributes.h
282include/xulrunner/mozilla/AutoRestore.h 295include/xulrunner/mozilla/AutoRestore.h
283include/xulrunner/mozilla/AvailableMemoryTracker.h 296include/xulrunner/mozilla/AvailableMemoryTracker.h
284include/xulrunner/mozilla/Base64.h 297include/xulrunner/mozilla/Base64.h
285include/xulrunner/mozilla/BlockingResourceBase.h 298include/xulrunner/mozilla/BlockingResourceBase.h
286include/xulrunner/mozilla/BloomFilter.h 299include/xulrunner/mozilla/BloomFilter.h
287include/xulrunner/mozilla/BrowserElementParent.h 300include/xulrunner/mozilla/BrowserElementParent.h
288include/xulrunner/mozilla/CORSMode.h 301include/xulrunner/mozilla/CORSMode.h
 302include/xulrunner/mozilla/Char16.h
289include/xulrunner/mozilla/CharTokenizer.h 303include/xulrunner/mozilla/CharTokenizer.h
290include/xulrunner/mozilla/CheckedInt.h 304include/xulrunner/mozilla/CheckedInt.h
291include/xulrunner/mozilla/ClearOnShutdown.h 305include/xulrunner/mozilla/ClearOnShutdown.h
292include/xulrunner/mozilla/CondVar.h 306include/xulrunner/mozilla/CondVar.h
293include/xulrunner/mozilla/Constants.h 307include/xulrunner/mozilla/Constants.h
294include/xulrunner/mozilla/DeadlockDetector.h 308include/xulrunner/mozilla/DeadlockDetector.h
 309include/xulrunner/mozilla/DebugOnly.h
295include/xulrunner/mozilla/EnumSet.h 310include/xulrunner/mozilla/EnumSet.h
296include/xulrunner/mozilla/ErrorResult.h 311include/xulrunner/mozilla/ErrorResult.h
297include/xulrunner/mozilla/FileLocation.h 312include/xulrunner/mozilla/FileLocation.h
298include/xulrunner/mozilla/FileUtils.h 313include/xulrunner/mozilla/FileUtils.h
299include/xulrunner/mozilla/FloatingPoint.h 314include/xulrunner/mozilla/FloatingPoint.h
300include/xulrunner/mozilla/GenericFactory.h 315include/xulrunner/mozilla/GenericFactory.h
301include/xulrunner/mozilla/GuardObjects.h 316include/xulrunner/mozilla/GuardObjects.h
302include/xulrunner/mozilla/Hal.h 317include/xulrunner/mozilla/Hal.h
303include/xulrunner/mozilla/HalImpl.h 318include/xulrunner/mozilla/HalImpl.h
304include/xulrunner/mozilla/HalSandbox.h 319include/xulrunner/mozilla/HalSandbox.h
305include/xulrunner/mozilla/HalSensor.h 320include/xulrunner/mozilla/HalSensor.h
306include/xulrunner/mozilla/HalTypes.h 321include/xulrunner/mozilla/HalTypes.h
307include/xulrunner/mozilla/HalWakeLock.h 322include/xulrunner/mozilla/HalWakeLock.h
@@ -321,188 +336,366 @@ include/xulrunner/mozilla/Module.h @@ -321,188 +336,366 @@ include/xulrunner/mozilla/Module.h
321include/xulrunner/mozilla/ModuleLoader.h 336include/xulrunner/mozilla/ModuleLoader.h
322include/xulrunner/mozilla/ModuleUtils.h 337include/xulrunner/mozilla/ModuleUtils.h
323include/xulrunner/mozilla/Monitor.h 338include/xulrunner/mozilla/Monitor.h
324include/xulrunner/mozilla/Mutex.h 339include/xulrunner/mozilla/Mutex.h
325include/xulrunner/mozilla/NullPtr.h 340include/xulrunner/mozilla/NullPtr.h
326include/xulrunner/mozilla/OSFileConstants.h 341include/xulrunner/mozilla/OSFileConstants.h
327include/xulrunner/mozilla/Observer.h 342include/xulrunner/mozilla/Observer.h
328include/xulrunner/mozilla/Omnijar.h 343include/xulrunner/mozilla/Omnijar.h
329include/xulrunner/mozilla/PaintTracker.h 344include/xulrunner/mozilla/PaintTracker.h
330include/xulrunner/mozilla/PluginLibrary.h 345include/xulrunner/mozilla/PluginLibrary.h
331include/xulrunner/mozilla/PluginPRLibrary.h 346include/xulrunner/mozilla/PluginPRLibrary.h
332include/xulrunner/mozilla/Preferences.h 347include/xulrunner/mozilla/Preferences.h
333include/xulrunner/mozilla/ProcessedStack.h 348include/xulrunner/mozilla/ProcessedStack.h
 349include/xulrunner/mozilla/PublicSSL.h
334include/xulrunner/mozilla/RangedPtr.h 350include/xulrunner/mozilla/RangedPtr.h
335include/xulrunner/mozilla/ReentrantMonitor.h 351include/xulrunner/mozilla/ReentrantMonitor.h
336include/xulrunner/mozilla/RefPtr.h 352include/xulrunner/mozilla/RefPtr.h
337include/xulrunner/mozilla/SHA1.h 353include/xulrunner/mozilla/SHA1.h
338include/xulrunner/mozilla/SSE.h 354include/xulrunner/mozilla/SSE.h
339include/xulrunner/mozilla/Scoped.h 355include/xulrunner/mozilla/Scoped.h
340include/xulrunner/mozilla/Selection.h 356include/xulrunner/mozilla/Selection.h
341include/xulrunner/mozilla/ServiceList.h 357include/xulrunner/mozilla/ServiceList.h
342include/xulrunner/mozilla/Services.h 358include/xulrunner/mozilla/Services.h
 359include/xulrunner/mozilla/SplayTree.h
343include/xulrunner/mozilla/StackWalk.h 360include/xulrunner/mozilla/StackWalk.h
344include/xulrunner/mozilla/StandardInteger.h 361include/xulrunner/mozilla/StandardInteger.h
345include/xulrunner/mozilla/StartupTimeline.h 362include/xulrunner/mozilla/StartupTimeline.h
346include/xulrunner/mozilla/StaticPtr.h 363include/xulrunner/mozilla/StaticPtr.h
347include/xulrunner/mozilla/StringBuilder.h 364include/xulrunner/mozilla/StringBuilder.h
348include/xulrunner/mozilla/Telemetry.h 365include/xulrunner/mozilla/Telemetry.h
349include/xulrunner/mozilla/TelemetryHistogramEnums.h 366include/xulrunner/mozilla/TelemetryHistogramEnums.h
350include/xulrunner/mozilla/ThreadLocal.h 367include/xulrunner/mozilla/ThreadLocal.h
351include/xulrunner/mozilla/TimeStamp.h 368include/xulrunner/mozilla/TimeStamp.h
352include/xulrunner/mozilla/TypeTraits.h 369include/xulrunner/mozilla/TypeTraits.h
353include/xulrunner/mozilla/Types.h 370include/xulrunner/mozilla/Types.h
354include/xulrunner/mozilla/Util.h 371include/xulrunner/mozilla/Util.h
355include/xulrunner/mozilla/VisualEventTracer.h 372include/xulrunner/mozilla/VisualEventTracer.h
356include/xulrunner/mozilla/WeakPtr.h 373include/xulrunner/mozilla/WeakPtr.h
357include/xulrunner/mozilla/WidgetTraceEvent.h 374include/xulrunner/mozilla/WidgetTraceEvent.h
358include/xulrunner/mozilla/WidgetUtils.h 375include/xulrunner/mozilla/WidgetUtils.h
359include/xulrunner/mozilla/X11Util.h 376include/xulrunner/mozilla/X11Util.h
360include/xulrunner/mozilla/XPCOM.h 377include/xulrunner/mozilla/XPCOM.h
361include/xulrunner/mozilla/a11y/AccTypes.h 378include/xulrunner/mozilla/a11y/AccTypes.h
362include/xulrunner/mozilla/a11y/Accessible.h 379include/xulrunner/mozilla/a11y/Accessible.h
363include/xulrunner/mozilla/a11y/AccessibleWrap.h 380include/xulrunner/mozilla/a11y/AccessibleWrap.h
364include/xulrunner/mozilla/a11y/DocAccessible.h 381include/xulrunner/mozilla/a11y/DocAccessible.h
 382include/xulrunner/mozilla/a11y/DocManager.h
365include/xulrunner/mozilla/a11y/FocusManager.h 383include/xulrunner/mozilla/a11y/FocusManager.h
366include/xulrunner/mozilla/a11y/HyperTextAccessible.h 384include/xulrunner/mozilla/a11y/HyperTextAccessible.h
367include/xulrunner/mozilla/a11y/HyperTextAccessibleWrap.h 385include/xulrunner/mozilla/a11y/HyperTextAccessibleWrap.h
 386include/xulrunner/mozilla/a11y/Platform.h
368include/xulrunner/mozilla/a11y/Role.h 387include/xulrunner/mozilla/a11y/Role.h
369include/xulrunner/mozilla/a11y/States.h 388include/xulrunner/mozilla/a11y/States.h
370include/xulrunner/mozilla/arm.h 389include/xulrunner/mozilla/arm.h
371include/xulrunner/mozilla/chrome/RegistryMessageUtils.h 390include/xulrunner/mozilla/chrome/RegistryMessageUtils.h
372include/xulrunner/mozilla/css/Declaration.h 391include/xulrunner/mozilla/css/Declaration.h
373include/xulrunner/mozilla/css/ErrorReporter.h 392include/xulrunner/mozilla/css/ErrorReporter.h
374include/xulrunner/mozilla/css/GroupRule.h 393include/xulrunner/mozilla/css/GroupRule.h
375include/xulrunner/mozilla/css/ImageLoader.h 394include/xulrunner/mozilla/css/ImageLoader.h
376include/xulrunner/mozilla/css/ImportRule.h 395include/xulrunner/mozilla/css/ImportRule.h
377include/xulrunner/mozilla/css/Loader.h 396include/xulrunner/mozilla/css/Loader.h
378include/xulrunner/mozilla/css/NameSpaceRule.h 397include/xulrunner/mozilla/css/NameSpaceRule.h
379include/xulrunner/mozilla/css/Rule.h 398include/xulrunner/mozilla/css/Rule.h
380include/xulrunner/mozilla/css/StyleRule.h 399include/xulrunner/mozilla/css/StyleRule.h
381include/xulrunner/mozilla/docshell/OfflineCacheUpdateChild.h 400include/xulrunner/mozilla/docshell/OfflineCacheUpdateChild.h
382include/xulrunner/mozilla/docshell/OfflineCacheUpdateParent.h 401include/xulrunner/mozilla/docshell/OfflineCacheUpdateParent.h
383include/xulrunner/mozilla/dom/Activity.h 402include/xulrunner/mozilla/dom/Activity.h
384include/xulrunner/mozilla/dom/AudioBuffer.h 403include/xulrunner/mozilla/dom/AudioBuffer.h
385include/xulrunner/mozilla/dom/AudioBufferBinding.h 404include/xulrunner/mozilla/dom/AudioBufferBinding.h
386include/xulrunner/mozilla/dom/AudioBufferSourceNode.h 405include/xulrunner/mozilla/dom/AudioBufferSourceNode.h
387include/xulrunner/mozilla/dom/AudioBufferSourceNodeBinding.h 406include/xulrunner/mozilla/dom/AudioBufferSourceNodeBinding.h
388include/xulrunner/mozilla/dom/AudioChild.h 407include/xulrunner/mozilla/dom/AudioContext.h
389include/xulrunner/mozilla/dom/AudioContextBinding.h 408include/xulrunner/mozilla/dom/AudioContextBinding.h
390include/xulrunner/mozilla/dom/AudioDestinationNode.h 409include/xulrunner/mozilla/dom/AudioDestinationNode.h
391include/xulrunner/mozilla/dom/AudioDestinationNodeBinding.h 410include/xulrunner/mozilla/dom/AudioDestinationNodeBinding.h
392include/xulrunner/mozilla/dom/AudioListener.h 411include/xulrunner/mozilla/dom/AudioListener.h
393include/xulrunner/mozilla/dom/AudioListenerBinding.h 412include/xulrunner/mozilla/dom/AudioListenerBinding.h
394include/xulrunner/mozilla/dom/AudioNode.h 413include/xulrunner/mozilla/dom/AudioNode.h
395include/xulrunner/mozilla/dom/AudioNodeBinding.h 414include/xulrunner/mozilla/dom/AudioNodeBinding.h
396include/xulrunner/mozilla/dom/AudioParam.h 415include/xulrunner/mozilla/dom/AudioParam.h
397include/xulrunner/mozilla/dom/AudioParamBinding.h 416include/xulrunner/mozilla/dom/AudioParamBinding.h
398include/xulrunner/mozilla/dom/AudioParent.h 
399include/xulrunner/mozilla/dom/AudioSourceNode.h 417include/xulrunner/mozilla/dom/AudioSourceNode.h
400include/xulrunner/mozilla/dom/AudioSourceNodeBinding.h 418include/xulrunner/mozilla/dom/AudioSourceNodeBinding.h
 419include/xulrunner/mozilla/dom/BindingDeclarations.h
401include/xulrunner/mozilla/dom/BindingUtils.h 420include/xulrunner/mozilla/dom/BindingUtils.h
402include/xulrunner/mozilla/dom/BiquadFilterNode.h 421include/xulrunner/mozilla/dom/BiquadFilterNode.h
403include/xulrunner/mozilla/dom/BiquadFilterNodeBinding.h 422include/xulrunner/mozilla/dom/BiquadFilterNodeBinding.h
404include/xulrunner/mozilla/dom/BlobBinding.h 423include/xulrunner/mozilla/dom/BlobBinding.h
 424include/xulrunner/mozilla/dom/CDATASection.h
 425include/xulrunner/mozilla/dom/CDATASectionBinding.h
 426include/xulrunner/mozilla/dom/CSS.h
405include/xulrunner/mozilla/dom/CSS2PropertiesBinding.h 427include/xulrunner/mozilla/dom/CSS2PropertiesBinding.h
 428include/xulrunner/mozilla/dom/CSSBinding.h
 429include/xulrunner/mozilla/dom/CSSPrimitiveValueBinding.h
406include/xulrunner/mozilla/dom/CSSStyleDeclarationBinding.h 430include/xulrunner/mozilla/dom/CSSStyleDeclarationBinding.h
 431include/xulrunner/mozilla/dom/CSSValue.h
 432include/xulrunner/mozilla/dom/CSSValueBinding.h
 433include/xulrunner/mozilla/dom/CSSValueListBinding.h
407include/xulrunner/mozilla/dom/CallbackFunction.h 434include/xulrunner/mozilla/dom/CallbackFunction.h
408include/xulrunner/mozilla/dom/CanvasRenderingContext2D.h 435include/xulrunner/mozilla/dom/CanvasRenderingContext2D.h
409include/xulrunner/mozilla/dom/CanvasRenderingContext2DBinding.h 436include/xulrunner/mozilla/dom/CanvasRenderingContext2DBinding.h
410include/xulrunner/mozilla/dom/CanvasUtils.h 437include/xulrunner/mozilla/dom/CanvasUtils.h
 438include/xulrunner/mozilla/dom/CaretPositionBinding.h
 439include/xulrunner/mozilla/dom/CharacterDataBinding.h
411include/xulrunner/mozilla/dom/ClientRectListBinding.h 440include/xulrunner/mozilla/dom/ClientRectListBinding.h
412include/xulrunner/mozilla/dom/Comment.h 441include/xulrunner/mozilla/dom/Comment.h
 442include/xulrunner/mozilla/dom/CommentBinding.h
413include/xulrunner/mozilla/dom/ContentChild.h 443include/xulrunner/mozilla/dom/ContentChild.h
414include/xulrunner/mozilla/dom/ContentParent.h 444include/xulrunner/mozilla/dom/ContentParent.h
415include/xulrunner/mozilla/dom/ContentProcess.h 445include/xulrunner/mozilla/dom/ContentProcess.h
416include/xulrunner/mozilla/dom/CrashReporterChild.h 446include/xulrunner/mozilla/dom/CrashReporterChild.h
417include/xulrunner/mozilla/dom/CrashReporterParent.h 447include/xulrunner/mozilla/dom/CrashReporterParent.h
418include/xulrunner/mozilla/dom/DOMError.h 448include/xulrunner/mozilla/dom/DOMError.h
419include/xulrunner/mozilla/dom/DOMImplementation.h 449include/xulrunner/mozilla/dom/DOMImplementation.h
420include/xulrunner/mozilla/dom/DOMImplementationBinding.h 450include/xulrunner/mozilla/dom/DOMImplementationBinding.h
421include/xulrunner/mozilla/dom/DOMJSClass.h 451include/xulrunner/mozilla/dom/DOMJSClass.h
422include/xulrunner/mozilla/dom/DOMJSProxyHandler.h 452include/xulrunner/mozilla/dom/DOMJSProxyHandler.h
 453include/xulrunner/mozilla/dom/DOMParserBinding.h
423include/xulrunner/mozilla/dom/DOMRequest.h 454include/xulrunner/mozilla/dom/DOMRequest.h
424include/xulrunner/mozilla/dom/DOMSettableTokenListBinding.h 455include/xulrunner/mozilla/dom/DOMSettableTokenListBinding.h
425include/xulrunner/mozilla/dom/DOMStringMapBinding.h 456include/xulrunner/mozilla/dom/DOMStringMapBinding.h
426include/xulrunner/mozilla/dom/DOMTokenListBinding.h 457include/xulrunner/mozilla/dom/DOMTokenListBinding.h
 458include/xulrunner/mozilla/dom/DOMTransactionBinding.h
427include/xulrunner/mozilla/dom/DelayNode.h 459include/xulrunner/mozilla/dom/DelayNode.h
428include/xulrunner/mozilla/dom/DelayNodeBinding.h 460include/xulrunner/mozilla/dom/DelayNodeBinding.h
429include/xulrunner/mozilla/dom/DirectionalityUtils.h 461include/xulrunner/mozilla/dom/DirectionalityUtils.h
 462include/xulrunner/mozilla/dom/DocumentBinding.h
430include/xulrunner/mozilla/dom/DocumentFragment.h 463include/xulrunner/mozilla/dom/DocumentFragment.h
 464include/xulrunner/mozilla/dom/DocumentFragmentBinding.h
 465include/xulrunner/mozilla/dom/DocumentType.h
 466include/xulrunner/mozilla/dom/DocumentTypeBinding.h
431include/xulrunner/mozilla/dom/DynamicsCompressorNode.h 467include/xulrunner/mozilla/dom/DynamicsCompressorNode.h
432include/xulrunner/mozilla/dom/DynamicsCompressorNodeBinding.h 468include/xulrunner/mozilla/dom/DynamicsCompressorNodeBinding.h
433include/xulrunner/mozilla/dom/Element.h 469include/xulrunner/mozilla/dom/Element.h
 470include/xulrunner/mozilla/dom/ElementBinding.h
434include/xulrunner/mozilla/dom/EncodingUtils.h 471include/xulrunner/mozilla/dom/EncodingUtils.h
435include/xulrunner/mozilla/dom/Errors.msg 472include/xulrunner/mozilla/dom/Errors.msg
436include/xulrunner/mozilla/dom/EventHandlerBinding.h 473include/xulrunner/mozilla/dom/EventHandlerBinding.h
437include/xulrunner/mozilla/dom/EventListenerBinding.h 474include/xulrunner/mozilla/dom/EventListenerBinding.h
 475include/xulrunner/mozilla/dom/EventSource.h
 476include/xulrunner/mozilla/dom/EventSourceBinding.h
 477include/xulrunner/mozilla/dom/EventTarget.h
438include/xulrunner/mozilla/dom/EventTargetBinding.h 478include/xulrunner/mozilla/dom/EventTargetBinding.h
439include/xulrunner/mozilla/dom/ExternalHelperAppChild.h 479include/xulrunner/mozilla/dom/ExternalHelperAppChild.h
440include/xulrunner/mozilla/dom/ExternalHelperAppParent.h 480include/xulrunner/mozilla/dom/ExternalHelperAppParent.h
441include/xulrunner/mozilla/dom/FileBinding.h 481include/xulrunner/mozilla/dom/FileBinding.h
 482include/xulrunner/mozilla/dom/FileHandleBinding.h
442include/xulrunner/mozilla/dom/FileListBinding.h 483include/xulrunner/mozilla/dom/FileListBinding.h
443include/xulrunner/mozilla/dom/FileReaderSyncBinding.h 484include/xulrunner/mozilla/dom/FileReaderSyncBinding.h
 485include/xulrunner/mozilla/dom/FormDataBinding.h
444include/xulrunner/mozilla/dom/FragmentOrElement.h 486include/xulrunner/mozilla/dom/FragmentOrElement.h
445include/xulrunner/mozilla/dom/FromParser.h 487include/xulrunner/mozilla/dom/FromParser.h
 488include/xulrunner/mozilla/dom/FunctionBinding.h
446include/xulrunner/mozilla/dom/GainNode.h 489include/xulrunner/mozilla/dom/GainNode.h
447include/xulrunner/mozilla/dom/GainNodeBinding.h 490include/xulrunner/mozilla/dom/GainNodeBinding.h
 491include/xulrunner/mozilla/dom/HTMLAnchorElement.h
 492include/xulrunner/mozilla/dom/HTMLAnchorElementBinding.h
 493include/xulrunner/mozilla/dom/HTMLBodyElement.h
 494include/xulrunner/mozilla/dom/HTMLBodyElementBinding.h
 495include/xulrunner/mozilla/dom/HTMLCanvasElement.h
448include/xulrunner/mozilla/dom/HTMLCollectionBinding.h 496include/xulrunner/mozilla/dom/HTMLCollectionBinding.h
 497include/xulrunner/mozilla/dom/HTMLDListElementBinding.h
 498include/xulrunner/mozilla/dom/HTMLDataListElement.h
 499include/xulrunner/mozilla/dom/HTMLDataListElementBinding.h
 500include/xulrunner/mozilla/dom/HTMLDivElement.h
 501include/xulrunner/mozilla/dom/HTMLDivElementBinding.h
 502include/xulrunner/mozilla/dom/HTMLDocumentBinding.h
 503include/xulrunner/mozilla/dom/HTMLElementBinding.h
 504include/xulrunner/mozilla/dom/HTMLFontElement.h
 505include/xulrunner/mozilla/dom/HTMLFontElementBinding.h
 506include/xulrunner/mozilla/dom/HTMLFrameSetElement.h
 507include/xulrunner/mozilla/dom/HTMLFrameSetElementBinding.h
 508include/xulrunner/mozilla/dom/HTMLHeadingElement.h
 509include/xulrunner/mozilla/dom/HTMLHeadingElementBinding.h
 510include/xulrunner/mozilla/dom/HTMLImageElement.h
 511include/xulrunner/mozilla/dom/HTMLImageElementBinding.h
 512include/xulrunner/mozilla/dom/HTMLLIElement.h
 513include/xulrunner/mozilla/dom/HTMLLIElementBinding.h
 514include/xulrunner/mozilla/dom/HTMLLabelElement.h
 515include/xulrunner/mozilla/dom/HTMLLabelElementBinding.h
 516include/xulrunner/mozilla/dom/HTMLOListElementBinding.h
449include/xulrunner/mozilla/dom/HTMLOptionsCollectionBinding.h 517include/xulrunner/mozilla/dom/HTMLOptionsCollectionBinding.h
 518include/xulrunner/mozilla/dom/HTMLParagraphElement.h
 519include/xulrunner/mozilla/dom/HTMLParagraphElementBinding.h
 520include/xulrunner/mozilla/dom/HTMLPreElement.h
 521include/xulrunner/mozilla/dom/HTMLPreElementBinding.h
450include/xulrunner/mozilla/dom/HTMLPropertiesCollectionBinding.h 522include/xulrunner/mozilla/dom/HTMLPropertiesCollectionBinding.h
 523include/xulrunner/mozilla/dom/HTMLScriptElement.h
 524include/xulrunner/mozilla/dom/HTMLScriptElementBinding.h
 525include/xulrunner/mozilla/dom/HTMLSharedListElement.h
 526include/xulrunner/mozilla/dom/HTMLSpanElement.h
 527include/xulrunner/mozilla/dom/HTMLSpanElementBinding.h
 528include/xulrunner/mozilla/dom/HTMLTableCaptionElement.h
 529include/xulrunner/mozilla/dom/HTMLTableCaptionElementBinding.h
 530include/xulrunner/mozilla/dom/HTMLTableCellElement.h
 531include/xulrunner/mozilla/dom/HTMLTableCellElementBinding.h
 532include/xulrunner/mozilla/dom/HTMLTableColElement.h
 533include/xulrunner/mozilla/dom/HTMLTableColElementBinding.h
 534include/xulrunner/mozilla/dom/HTMLTableElement.h
 535include/xulrunner/mozilla/dom/HTMLTableElementBinding.h
 536include/xulrunner/mozilla/dom/HTMLTableRowElement.h
 537include/xulrunner/mozilla/dom/HTMLTableRowElementBinding.h
 538include/xulrunner/mozilla/dom/HTMLTableSectionElement.h
 539include/xulrunner/mozilla/dom/HTMLTableSectionElementBinding.h
 540include/xulrunner/mozilla/dom/HTMLTitleElement.h
 541include/xulrunner/mozilla/dom/HTMLTitleElementBinding.h
 542include/xulrunner/mozilla/dom/HTMLUListElementBinding.h
 543include/xulrunner/mozilla/dom/HTMLUnknownElement.h
451include/xulrunner/mozilla/dom/ImageData.h 544include/xulrunner/mozilla/dom/ImageData.h
452include/xulrunner/mozilla/dom/ImageDataBinding.h 545include/xulrunner/mozilla/dom/ImageDataBinding.h
453include/xulrunner/mozilla/dom/Link.h 546include/xulrunner/mozilla/dom/Link.h
 547include/xulrunner/mozilla/dom/LocationBinding.h
 548include/xulrunner/mozilla/dom/MutationObserverBinding.h
 549include/xulrunner/mozilla/dom/NodeBinding.h
 550include/xulrunner/mozilla/dom/NodeFilterBinding.h
454include/xulrunner/mozilla/dom/NodeListBinding.h 551include/xulrunner/mozilla/dom/NodeListBinding.h
455include/xulrunner/mozilla/dom/NonRefcountedDOMObject.h 552include/xulrunner/mozilla/dom/NonRefcountedDOMObject.h
456include/xulrunner/mozilla/dom/Nullable.h 553include/xulrunner/mozilla/dom/Nullable.h
 554include/xulrunner/mozilla/dom/PaintRequestBinding.h
457include/xulrunner/mozilla/dom/PaintRequestListBinding.h 555include/xulrunner/mozilla/dom/PaintRequestListBinding.h
458include/xulrunner/mozilla/dom/PannerNode.h 556include/xulrunner/mozilla/dom/PannerNode.h
459include/xulrunner/mozilla/dom/PannerNodeBinding.h 557include/xulrunner/mozilla/dom/PannerNodeBinding.h
460include/xulrunner/mozilla/dom/PerformanceBinding.h 558include/xulrunner/mozilla/dom/PerformanceBinding.h
461include/xulrunner/mozilla/dom/PerformanceNavigationBinding.h 559include/xulrunner/mozilla/dom/PerformanceNavigationBinding.h
462include/xulrunner/mozilla/dom/PerformanceTimingBinding.h 560include/xulrunner/mozilla/dom/PerformanceTimingBinding.h
463include/xulrunner/mozilla/dom/PermissionMessageUtils.h 561include/xulrunner/mozilla/dom/PermissionMessageUtils.h
464include/xulrunner/mozilla/dom/PrimitiveConversions.h 562include/xulrunner/mozilla/dom/PrimitiveConversions.h
 563include/xulrunner/mozilla/dom/ProcessingInstruction.h
 564include/xulrunner/mozilla/dom/ProcessingInstructionBinding.h
465include/xulrunner/mozilla/dom/PrototypeList.h 565include/xulrunner/mozilla/dom/PrototypeList.h
 566include/xulrunner/mozilla/dom/RGBColorBinding.h
 567include/xulrunner/mozilla/dom/RectBinding.h
466include/xulrunner/mozilla/dom/RegisterBindings.h 568include/xulrunner/mozilla/dom/RegisterBindings.h
 569include/xulrunner/mozilla/dom/SVGAltGlyphElement.h
 570include/xulrunner/mozilla/dom/SVGAltGlyphElementBinding.h
 571include/xulrunner/mozilla/dom/SVGAngle.h
 572include/xulrunner/mozilla/dom/SVGAngleBinding.h
 573include/xulrunner/mozilla/dom/SVGAnimateElement.h
 574include/xulrunner/mozilla/dom/SVGAnimateElementBinding.h
 575include/xulrunner/mozilla/dom/SVGAnimateMotionElement.h
 576include/xulrunner/mozilla/dom/SVGAnimateMotionElementBinding.h
 577include/xulrunner/mozilla/dom/SVGAnimateTransformElement.h
 578include/xulrunner/mozilla/dom/SVGAnimateTransformElementBinding.h
 579include/xulrunner/mozilla/dom/SVGAnimatedAngle.h
 580include/xulrunner/mozilla/dom/SVGAnimatedAngleBinding.h
 581include/xulrunner/mozilla/dom/SVGAnimatedBoolean.h
 582include/xulrunner/mozilla/dom/SVGAnimatedBooleanBinding.h
 583include/xulrunner/mozilla/dom/SVGAnimatedLengthListBinding.h
 584include/xulrunner/mozilla/dom/SVGAnimatedNumberListBinding.h
 585include/xulrunner/mozilla/dom/SVGAnimatedPointsBinding.h
 586include/xulrunner/mozilla/dom/SVGAnimatedPreserveAspectRatioBinding.h
 587include/xulrunner/mozilla/dom/SVGAnimatedTransformListBinding.h
 588include/xulrunner/mozilla/dom/SVGAnimationElement.h
 589include/xulrunner/mozilla/dom/SVGAnimationElementBinding.h
 590include/xulrunner/mozilla/dom/SVGCircleElement.h
 591include/xulrunner/mozilla/dom/SVGCircleElementBinding.h
 592include/xulrunner/mozilla/dom/SVGDefsElement.h
 593include/xulrunner/mozilla/dom/SVGDefsElementBinding.h
 594include/xulrunner/mozilla/dom/SVGDescElement.h
 595include/xulrunner/mozilla/dom/SVGDescElementBinding.h
 596include/xulrunner/mozilla/dom/SVGElementBinding.h
 597include/xulrunner/mozilla/dom/SVGEllipseElement.h
 598include/xulrunner/mozilla/dom/SVGEllipseElementBinding.h
 599include/xulrunner/mozilla/dom/SVGForeignObjectElement.h
 600include/xulrunner/mozilla/dom/SVGForeignObjectElementBinding.h
 601include/xulrunner/mozilla/dom/SVGGElement.h
 602include/xulrunner/mozilla/dom/SVGGElementBinding.h
 603include/xulrunner/mozilla/dom/SVGGraphicsElement.h
 604include/xulrunner/mozilla/dom/SVGGraphicsElementBinding.h
 605include/xulrunner/mozilla/dom/SVGImageElement.h
 606include/xulrunner/mozilla/dom/SVGImageElementBinding.h
467include/xulrunner/mozilla/dom/SVGLengthListBinding.h 607include/xulrunner/mozilla/dom/SVGLengthListBinding.h
 608include/xulrunner/mozilla/dom/SVGLineElement.h
 609include/xulrunner/mozilla/dom/SVGLineElementBinding.h
 610include/xulrunner/mozilla/dom/SVGLocatableElement.h
 611include/xulrunner/mozilla/dom/SVGLocatableElementBinding.h
 612include/xulrunner/mozilla/dom/SVGMPathElement.h
 613include/xulrunner/mozilla/dom/SVGMPathElementBinding.h
 614include/xulrunner/mozilla/dom/SVGMatrixBinding.h
 615include/xulrunner/mozilla/dom/SVGMetadataElement.h
 616include/xulrunner/mozilla/dom/SVGMetadataElementBinding.h
468include/xulrunner/mozilla/dom/SVGNumberListBinding.h 617include/xulrunner/mozilla/dom/SVGNumberListBinding.h
 618include/xulrunner/mozilla/dom/SVGPathSegBinding.h
469include/xulrunner/mozilla/dom/SVGPathSegListBinding.h 619include/xulrunner/mozilla/dom/SVGPathSegListBinding.h
 620include/xulrunner/mozilla/dom/SVGPointBinding.h
470include/xulrunner/mozilla/dom/SVGPointListBinding.h 621include/xulrunner/mozilla/dom/SVGPointListBinding.h
 622include/xulrunner/mozilla/dom/SVGPolygonElement.h
 623include/xulrunner/mozilla/dom/SVGPolygonElementBinding.h
 624include/xulrunner/mozilla/dom/SVGPolylineElement.h
 625include/xulrunner/mozilla/dom/SVGPolylineElementBinding.h
 626include/xulrunner/mozilla/dom/SVGPreserveAspectRatioBinding.h
 627include/xulrunner/mozilla/dom/SVGRectElement.h
 628include/xulrunner/mozilla/dom/SVGRectElementBinding.h
 629include/xulrunner/mozilla/dom/SVGScriptElement.h
 630include/xulrunner/mozilla/dom/SVGScriptElementBinding.h
 631include/xulrunner/mozilla/dom/SVGSetElement.h
 632include/xulrunner/mozilla/dom/SVGSetElementBinding.h
 633include/xulrunner/mozilla/dom/SVGStopElement.h
 634include/xulrunner/mozilla/dom/SVGStopElementBinding.h
 635include/xulrunner/mozilla/dom/SVGStyleElement.h
 636include/xulrunner/mozilla/dom/SVGStyleElementBinding.h
 637include/xulrunner/mozilla/dom/SVGSwitchElement.h
 638include/xulrunner/mozilla/dom/SVGSwitchElementBinding.h
 639include/xulrunner/mozilla/dom/SVGTSpanElement.h
 640include/xulrunner/mozilla/dom/SVGTSpanElementBinding.h
 641include/xulrunner/mozilla/dom/SVGTestsBinding.h
 642include/xulrunner/mozilla/dom/SVGTextContentElement.h
 643include/xulrunner/mozilla/dom/SVGTextContentElementBinding.h
 644include/xulrunner/mozilla/dom/SVGTextElement.h
 645include/xulrunner/mozilla/dom/SVGTextElementBinding.h
 646include/xulrunner/mozilla/dom/SVGTextPathElement.h
 647include/xulrunner/mozilla/dom/SVGTextPathElementBinding.h
 648include/xulrunner/mozilla/dom/SVGTextPositioningElement.h
 649include/xulrunner/mozilla/dom/SVGTextPositioningElementBinding.h
 650include/xulrunner/mozilla/dom/SVGTitleElement.h
 651include/xulrunner/mozilla/dom/SVGTitleElementBinding.h
 652include/xulrunner/mozilla/dom/SVGTransformBinding.h
471include/xulrunner/mozilla/dom/SVGTransformListBinding.h 653include/xulrunner/mozilla/dom/SVGTransformListBinding.h
 654include/xulrunner/mozilla/dom/SVGTransformableElement.h
 655include/xulrunner/mozilla/dom/SVGTransformableElementBinding.h
 656include/xulrunner/mozilla/dom/SVGURIReferenceBinding.h
472include/xulrunner/mozilla/dom/ScreenBinding.h 657include/xulrunner/mozilla/dom/ScreenBinding.h
473include/xulrunner/mozilla/dom/ScreenOrientation.h 658include/xulrunner/mozilla/dom/ScreenOrientation.h
474include/xulrunner/mozilla/dom/StorageChild.h 659include/xulrunner/mozilla/dom/StorageChild.h
475include/xulrunner/mozilla/dom/StorageParent.h 660include/xulrunner/mozilla/dom/StorageParent.h
476include/xulrunner/mozilla/dom/StructuredCloneTags.h 661include/xulrunner/mozilla/dom/StructuredCloneTags.h
477include/xulrunner/mozilla/dom/StructuredCloneUtils.h 662include/xulrunner/mozilla/dom/StructuredCloneUtils.h
478include/xulrunner/mozilla/dom/TabChild.h 663include/xulrunner/mozilla/dom/TabChild.h
479include/xulrunner/mozilla/dom/TabContext.h 664include/xulrunner/mozilla/dom/TabContext.h
480include/xulrunner/mozilla/dom/TabMessageUtils.h 665include/xulrunner/mozilla/dom/TabMessageUtils.h
481include/xulrunner/mozilla/dom/TabParent.h 666include/xulrunner/mozilla/dom/TabParent.h
 667include/xulrunner/mozilla/dom/Text.h
 668include/xulrunner/mozilla/dom/TextBinding.h
482include/xulrunner/mozilla/dom/TextDecoder.h 669include/xulrunner/mozilla/dom/TextDecoder.h
 670include/xulrunner/mozilla/dom/TextDecoderBase.h
483include/xulrunner/mozilla/dom/TextDecoderBinding.h 671include/xulrunner/mozilla/dom/TextDecoderBinding.h
484include/xulrunner/mozilla/dom/TextEncoder.h 672include/xulrunner/mozilla/dom/TextEncoder.h
 673include/xulrunner/mozilla/dom/TextEncoderBase.h
485include/xulrunner/mozilla/dom/TextEncoderBinding.h 674include/xulrunner/mozilla/dom/TextEncoderBinding.h
486include/xulrunner/mozilla/dom/TypedArray.h 675include/xulrunner/mozilla/dom/TypedArray.h
487include/xulrunner/mozilla/dom/URL.h 676include/xulrunner/mozilla/dom/URL.h
488include/xulrunner/mozilla/dom/URLBinding.h 677include/xulrunner/mozilla/dom/URLBinding.h
 678include/xulrunner/mozilla/dom/UndoManager.h
 679include/xulrunner/mozilla/dom/UndoManagerBinding.h
489include/xulrunner/mozilla/dom/UnionConversions.h 680include/xulrunner/mozilla/dom/UnionConversions.h
490include/xulrunner/mozilla/dom/UnionTypes.h 681include/xulrunner/mozilla/dom/UnionTypes.h
491include/xulrunner/mozilla/dom/WebGLRenderingContextBinding.h 682include/xulrunner/mozilla/dom/WebGLRenderingContextBinding.h
492include/xulrunner/mozilla/dom/WebSocketBinding.h 683include/xulrunner/mozilla/dom/WebSocketBinding.h
493include/xulrunner/mozilla/dom/XMLHttpRequestBinding.h 684include/xulrunner/mozilla/dom/XMLHttpRequestBinding.h
494include/xulrunner/mozilla/dom/XMLHttpRequestEventTargetBinding.h 685include/xulrunner/mozilla/dom/XMLHttpRequestEventTargetBinding.h
495include/xulrunner/mozilla/dom/XMLHttpRequestUploadBinding.h 686include/xulrunner/mozilla/dom/XMLHttpRequestUploadBinding.h
 687include/xulrunner/mozilla/dom/XMLSerializerBinding.h
 688include/xulrunner/mozilla/dom/XPathEvaluatorBinding.h
496include/xulrunner/mozilla/dom/alarm/AlarmHalService.h 689include/xulrunner/mozilla/dom/alarm/AlarmHalService.h
497include/xulrunner/mozilla/dom/battery/Constants.h 690include/xulrunner/mozilla/dom/battery/Constants.h
498include/xulrunner/mozilla/dom/battery/Types.h 691include/xulrunner/mozilla/dom/battery/Types.h
499include/xulrunner/mozilla/dom/bluetooth/BluetoothCommon.h 692include/xulrunner/mozilla/dom/bluetooth/BluetoothCommon.h
500include/xulrunner/mozilla/dom/bluetooth/ipc/BluetoothMessageUtils.h 693include/xulrunner/mozilla/dom/bluetooth/ipc/BluetoothMessageUtils.h
501include/xulrunner/mozilla/dom/devicestorage/DeviceStorageRequestChild.h 694include/xulrunner/mozilla/dom/devicestorage/DeviceStorageRequestChild.h
502include/xulrunner/mozilla/dom/devicestorage/DeviceStorageRequestParent.h 695include/xulrunner/mozilla/dom/devicestorage/DeviceStorageRequestParent.h
503include/xulrunner/mozilla/dom/file/ArchiveEvent.h 696include/xulrunner/mozilla/dom/file/ArchiveEvent.h
504include/xulrunner/mozilla/dom/file/ArchiveReader.h 697include/xulrunner/mozilla/dom/file/ArchiveReader.h
505include/xulrunner/mozilla/dom/file/ArchiveRequest.h 698include/xulrunner/mozilla/dom/file/ArchiveRequest.h
506include/xulrunner/mozilla/dom/file/ArchiveZipEvent.h 699include/xulrunner/mozilla/dom/file/ArchiveZipEvent.h
507include/xulrunner/mozilla/dom/file/ArchiveZipFile.h 700include/xulrunner/mozilla/dom/file/ArchiveZipFile.h
508include/xulrunner/mozilla/dom/file/DOMFileHandle.h 701include/xulrunner/mozilla/dom/file/DOMFileHandle.h
@@ -531,42 +724,47 @@ include/xulrunner/mozilla/dom/indexedDB/ @@ -531,42 +724,47 @@ include/xulrunner/mozilla/dom/indexedDB/
531include/xulrunner/mozilla/dom/indexedDB/Key.h 724include/xulrunner/mozilla/dom/indexedDB/Key.h
532include/xulrunner/mozilla/dom/indexedDB/KeyPath.h 725include/xulrunner/mozilla/dom/indexedDB/KeyPath.h
533include/xulrunner/mozilla/dom/indexedDB/SerializationHelpers.h 726include/xulrunner/mozilla/dom/indexedDB/SerializationHelpers.h
534include/xulrunner/mozilla/dom/ipc/Blob.h 727include/xulrunner/mozilla/dom/ipc/Blob.h
535include/xulrunner/mozilla/dom/ipc/ProcessPriorityManager.h 728include/xulrunner/mozilla/dom/ipc/ProcessPriorityManager.h
536include/xulrunner/mozilla/dom/ipc/nsIRemoteBlob.h 729include/xulrunner/mozilla/dom/ipc/nsIRemoteBlob.h
537include/xulrunner/mozilla/dom/network/Constants.h 730include/xulrunner/mozilla/dom/network/Constants.h
538include/xulrunner/mozilla/dom/network/TCPSocketChild.h 731include/xulrunner/mozilla/dom/network/TCPSocketChild.h
539include/xulrunner/mozilla/dom/network/TCPSocketParent.h 732include/xulrunner/mozilla/dom/network/TCPSocketParent.h
540include/xulrunner/mozilla/dom/network/Types.h 733include/xulrunner/mozilla/dom/network/Types.h
541include/xulrunner/mozilla/dom/network/Utils.h 734include/xulrunner/mozilla/dom/network/Utils.h
542include/xulrunner/mozilla/dom/power/PowerManagerService.h 735include/xulrunner/mozilla/dom/power/PowerManagerService.h
543include/xulrunner/mozilla/dom/power/Types.h 736include/xulrunner/mozilla/dom/power/Types.h
 737include/xulrunner/mozilla/dom/quota/FileStreams.h
 738include/xulrunner/mozilla/dom/quota/QuotaCommon.h
 739include/xulrunner/mozilla/dom/quota/QuotaManager.h
544include/xulrunner/mozilla/dom/sms/Constants.h 740include/xulrunner/mozilla/dom/sms/Constants.h
545include/xulrunner/mozilla/dom/sms/SmsChild.h 741include/xulrunner/mozilla/dom/sms/SmsChild.h
546include/xulrunner/mozilla/dom/sms/SmsMessage.h 742include/xulrunner/mozilla/dom/sms/SmsMessage.h
547include/xulrunner/mozilla/dom/sms/SmsParent.h 743include/xulrunner/mozilla/dom/sms/SmsParent.h
548include/xulrunner/mozilla/dom/sms/SmsRequest.h 744include/xulrunner/mozilla/dom/sms/SmsRequest.h
549include/xulrunner/mozilla/dom/sms/SmsSegmentInfo.h 745include/xulrunner/mozilla/dom/sms/SmsSegmentInfo.h
550include/xulrunner/mozilla/dom/sms/SmsServicesFactory.h 746include/xulrunner/mozilla/dom/sms/SmsServicesFactory.h
551include/xulrunner/mozilla/dom/sms/Types.h 747include/xulrunner/mozilla/dom/sms/Types.h
552include/xulrunner/mozilla/dom/time/DateCacheCleaner.h 748include/xulrunner/mozilla/dom/time/DateCacheCleaner.h
553include/xulrunner/mozilla/dom/time/TimeChangeObserver.h 749include/xulrunner/mozilla/dom/time/TimeChangeObserver.h
554include/xulrunner/mozilla/dom/time/TimeService.h 750include/xulrunner/mozilla/dom/time/TimeService.h
555include/xulrunner/mozilla/dom/workers/Workers.h 751include/xulrunner/mozilla/dom/workers/Workers.h
556include/xulrunner/mozilla/dom/workers/bindings/DOMBindingBase.h 752include/xulrunner/mozilla/dom/workers/bindings/DOMBindingBase.h
557include/xulrunner/mozilla/dom/workers/bindings/EventListenerManager.h 753include/xulrunner/mozilla/dom/workers/bindings/EventListenerManager.h
558include/xulrunner/mozilla/dom/workers/bindings/EventTarget.h 754include/xulrunner/mozilla/dom/workers/bindings/EventTarget.h
559include/xulrunner/mozilla/dom/workers/bindings/FileReaderSync.h 755include/xulrunner/mozilla/dom/workers/bindings/FileReaderSync.h
 756include/xulrunner/mozilla/dom/workers/bindings/TextDecoder.h
 757include/xulrunner/mozilla/dom/workers/bindings/TextEncoder.h
560include/xulrunner/mozilla/dom/workers/bindings/WorkerFeature.h 758include/xulrunner/mozilla/dom/workers/bindings/WorkerFeature.h
561include/xulrunner/mozilla/dom/workers/bindings/XMLHttpRequest.h 759include/xulrunner/mozilla/dom/workers/bindings/XMLHttpRequest.h
562include/xulrunner/mozilla/dom/workers/bindings/XMLHttpRequestEventTarget.h 760include/xulrunner/mozilla/dom/workers/bindings/XMLHttpRequestEventTarget.h
563include/xulrunner/mozilla/dom/workers/bindings/XMLHttpRequestUpload.h 761include/xulrunner/mozilla/dom/workers/bindings/XMLHttpRequestUpload.h
564include/xulrunner/mozilla/fallible.h 762include/xulrunner/mozilla/fallible.h
565include/xulrunner/mozilla/gfx/2D.h 763include/xulrunner/mozilla/gfx/2D.h
566include/xulrunner/mozilla/gfx/BaseMargin.h 764include/xulrunner/mozilla/gfx/BaseMargin.h
567include/xulrunner/mozilla/gfx/BasePoint.h 765include/xulrunner/mozilla/gfx/BasePoint.h
568include/xulrunner/mozilla/gfx/BasePoint3D.h 766include/xulrunner/mozilla/gfx/BasePoint3D.h
569include/xulrunner/mozilla/gfx/BasePoint4D.h 767include/xulrunner/mozilla/gfx/BasePoint4D.h
570include/xulrunner/mozilla/gfx/BaseRect.h 768include/xulrunner/mozilla/gfx/BaseRect.h
571include/xulrunner/mozilla/gfx/BaseSize.h 769include/xulrunner/mozilla/gfx/BaseSize.h
572include/xulrunner/mozilla/gfx/Blur.h 770include/xulrunner/mozilla/gfx/Blur.h
@@ -621,47 +819,52 @@ include/xulrunner/mozilla/layers/Composi @@ -621,47 +819,52 @@ include/xulrunner/mozilla/layers/Composi
621include/xulrunner/mozilla/layers/GeckoContentController.h 819include/xulrunner/mozilla/layers/GeckoContentController.h
622include/xulrunner/mozilla/layers/GestureEventListener.h 820include/xulrunner/mozilla/layers/GestureEventListener.h
623include/xulrunner/mozilla/layers/ImageBridgeChild.h 821include/xulrunner/mozilla/layers/ImageBridgeChild.h
624include/xulrunner/mozilla/layers/ImageBridgeParent.h 822include/xulrunner/mozilla/layers/ImageBridgeParent.h
625include/xulrunner/mozilla/layers/ImageContainerChild.h 823include/xulrunner/mozilla/layers/ImageContainerChild.h
626include/xulrunner/mozilla/layers/ImageContainerParent.h 824include/xulrunner/mozilla/layers/ImageContainerParent.h
627include/xulrunner/mozilla/layers/RenderTrace.h 825include/xulrunner/mozilla/layers/RenderTrace.h
628include/xulrunner/mozilla/layers/ShadowLayerUtilsX11.h 826include/xulrunner/mozilla/layers/ShadowLayerUtilsX11.h
629include/xulrunner/mozilla/layers/ShadowLayers.h 827include/xulrunner/mozilla/layers/ShadowLayers.h
630include/xulrunner/mozilla/layers/ShadowLayersChild.h 828include/xulrunner/mozilla/layers/ShadowLayersChild.h
631include/xulrunner/mozilla/layers/ShadowLayersManager.h 829include/xulrunner/mozilla/layers/ShadowLayersManager.h
632include/xulrunner/mozilla/layers/ShadowLayersParent.h 830include/xulrunner/mozilla/layers/ShadowLayersParent.h
633include/xulrunner/mozilla/layers/SharedImageUtils.h 831include/xulrunner/mozilla/layers/SharedImageUtils.h
 832include/xulrunner/mozilla/layers/SharedRGBImage.h
634include/xulrunner/mozilla/layers/ShmemYCbCrImage.h 833include/xulrunner/mozilla/layers/ShmemYCbCrImage.h
635include/xulrunner/mozilla/layers/TaskThrottler.h 834include/xulrunner/mozilla/layers/TaskThrottler.h
636include/xulrunner/mozilla/layout/FrameChildList.h 835include/xulrunner/mozilla/layout/FrameChildList.h
637include/xulrunner/mozilla/layout/RenderFrameChild.h 836include/xulrunner/mozilla/layout/RenderFrameChild.h
638include/xulrunner/mozilla/layout/RenderFrameParent.h 837include/xulrunner/mozilla/layout/RenderFrameParent.h
639include/xulrunner/mozilla/layout/RenderFrameUtils.h 838include/xulrunner/mozilla/layout/RenderFrameUtils.h
640include/xulrunner/mozilla/mozPoisonWrite.h 839include/xulrunner/mozilla/mozPoisonWrite.h
641include/xulrunner/mozilla/mozalloc.h 840include/xulrunner/mozilla/mozalloc.h
642include/xulrunner/mozilla/mozalloc_abort.h 841include/xulrunner/mozilla/mozalloc_abort.h
643include/xulrunner/mozilla/mozalloc_macro_wrappers.h 842include/xulrunner/mozilla/mozalloc_macro_wrappers.h
644include/xulrunner/mozilla/mozalloc_oom.h 843include/xulrunner/mozilla/mozalloc_oom.h
645include/xulrunner/mozilla/mozalloc_undef_macro_wrappers.h 844include/xulrunner/mozilla/mozalloc_undef_macro_wrappers.h
646include/xulrunner/mozilla/net/BaseWebSocketChannel.h 845include/xulrunner/mozilla/net/BaseWebSocketChannel.h
647include/xulrunner/mozilla/net/ChannelEventQueue.h 846include/xulrunner/mozilla/net/ChannelEventQueue.h
648include/xulrunner/mozilla/net/CookieServiceChild.h 847include/xulrunner/mozilla/net/CookieServiceChild.h
649include/xulrunner/mozilla/net/CookieServiceParent.h 848include/xulrunner/mozilla/net/CookieServiceParent.h
 849include/xulrunner/mozilla/net/DNS.h
 850include/xulrunner/mozilla/net/Dashboard.h
 851include/xulrunner/mozilla/net/DashboardTypes.h
650include/xulrunner/mozilla/net/FTPChannelChild.h 852include/xulrunner/mozilla/net/FTPChannelChild.h
651include/xulrunner/mozilla/net/FTPChannelParent.h 853include/xulrunner/mozilla/net/FTPChannelParent.h
652include/xulrunner/mozilla/net/HttpBaseChannel.h 854include/xulrunner/mozilla/net/HttpBaseChannel.h
653include/xulrunner/mozilla/net/HttpChannelChild.h 855include/xulrunner/mozilla/net/HttpChannelChild.h
654include/xulrunner/mozilla/net/HttpChannelParent.h 856include/xulrunner/mozilla/net/HttpChannelParent.h
 857include/xulrunner/mozilla/net/HttpInfo.h
655include/xulrunner/mozilla/net/NeckoChild.h 858include/xulrunner/mozilla/net/NeckoChild.h
656include/xulrunner/mozilla/net/NeckoCommon.h 859include/xulrunner/mozilla/net/NeckoCommon.h
657include/xulrunner/mozilla/net/NeckoMessageUtils.h 860include/xulrunner/mozilla/net/NeckoMessageUtils.h
658include/xulrunner/mozilla/net/NeckoParent.h 861include/xulrunner/mozilla/net/NeckoParent.h
659include/xulrunner/mozilla/net/PHttpChannelParams.h 862include/xulrunner/mozilla/net/PHttpChannelParams.h
660include/xulrunner/mozilla/net/RemoteOpenFileChild.h 863include/xulrunner/mozilla/net/RemoteOpenFileChild.h
661include/xulrunner/mozilla/net/RemoteOpenFileParent.h 864include/xulrunner/mozilla/net/RemoteOpenFileParent.h
662include/xulrunner/mozilla/net/WebSocketChannel.h 865include/xulrunner/mozilla/net/WebSocketChannel.h
663include/xulrunner/mozilla/net/WebSocketChannelChild.h 866include/xulrunner/mozilla/net/WebSocketChannelChild.h
664include/xulrunner/mozilla/net/WebSocketChannelParent.h 867include/xulrunner/mozilla/net/WebSocketChannelParent.h
665include/xulrunner/mozilla/net/WyciwygChannelChild.h 868include/xulrunner/mozilla/net/WyciwygChannelChild.h
666include/xulrunner/mozilla/net/WyciwygChannelParent.h 869include/xulrunner/mozilla/net/WyciwygChannelParent.h
667include/xulrunner/mozilla/nsMemoryInfoDumper.h 870include/xulrunner/mozilla/nsMemoryInfoDumper.h
@@ -708,27 +911,26 @@ include/xulrunner/necko-config.h @@ -708,27 +911,26 @@ include/xulrunner/necko-config.h
708include/xulrunner/nestegg/nestegg-stdint.h 911include/xulrunner/nestegg/nestegg-stdint.h
709include/xulrunner/nestegg/nestegg.h 912include/xulrunner/nestegg/nestegg.h
710include/xulrunner/netCore.h 913include/xulrunner/netCore.h
711include/xulrunner/npapi.h 914include/xulrunner/npapi.h
712include/xulrunner/npfunctions.h 915include/xulrunner/npfunctions.h
713include/xulrunner/npruntime.h 916include/xulrunner/npruntime.h
714include/xulrunner/nptypes.h 917include/xulrunner/nptypes.h
715include/xulrunner/nsAHtml5TreeBuilderState.h 918include/xulrunner/nsAHtml5TreeBuilderState.h
716include/xulrunner/nsAHtml5TreeOpSink.h 919include/xulrunner/nsAHtml5TreeOpSink.h
717include/xulrunner/nsASocketHandler.h 920include/xulrunner/nsASocketHandler.h
718include/xulrunner/nsAString.h 921include/xulrunner/nsAString.h
719include/xulrunner/nsAXPCNativeCallContext.h 922include/xulrunner/nsAXPCNativeCallContext.h
720include/xulrunner/nsAboutProtocolUtils.h 923include/xulrunner/nsAboutProtocolUtils.h
721include/xulrunner/nsAccDocManager.h 
722include/xulrunner/nsAccessNode.h 924include/xulrunner/nsAccessNode.h
723include/xulrunner/nsAccessNodeWrap.h 925include/xulrunner/nsAccessNodeWrap.h
724include/xulrunner/nsAccessibilityService.h 926include/xulrunner/nsAccessibilityService.h
725include/xulrunner/nsAgg.h 927include/xulrunner/nsAgg.h
726include/xulrunner/nsAlgorithm.h 928include/xulrunner/nsAlgorithm.h
727include/xulrunner/nsAnimationManager.h 929include/xulrunner/nsAnimationManager.h
728include/xulrunner/nsAnonymousTemporaryFile.h 930include/xulrunner/nsAnonymousTemporaryFile.h
729include/xulrunner/nsAppDirectoryServiceDefs.h 931include/xulrunner/nsAppDirectoryServiceDefs.h
730include/xulrunner/nsAppShellCID.h 932include/xulrunner/nsAppShellCID.h
731include/xulrunner/nsApplicationCacheService.h 933include/xulrunner/nsApplicationCacheService.h
732include/xulrunner/nsArenaMemoryStats.h 934include/xulrunner/nsArenaMemoryStats.h
733include/xulrunner/nsArray.h 935include/xulrunner/nsArray.h
734include/xulrunner/nsArrayEnumerator.h 936include/xulrunner/nsArrayEnumerator.h
@@ -815,26 +1017,27 @@ include/xulrunner/nsContentUtils.h @@ -815,26 +1017,27 @@ include/xulrunner/nsContentUtils.h
815include/xulrunner/nsCoord.h 1017include/xulrunner/nsCoord.h
816include/xulrunner/nsCopySupport.h 1018include/xulrunner/nsCopySupport.h
817include/xulrunner/nsCppSharedAllocator.h 1019include/xulrunner/nsCppSharedAllocator.h
818include/xulrunner/nsCrossSiteListenerProxy.h 1020include/xulrunner/nsCrossSiteListenerProxy.h
819include/xulrunner/nsCycleCollectionNoteChild.h 1021include/xulrunner/nsCycleCollectionNoteChild.h
820include/xulrunner/nsCycleCollectionParticipant.h 1022include/xulrunner/nsCycleCollectionParticipant.h
821include/xulrunner/nsCycleCollectionTraversalCallback.h 1023include/xulrunner/nsCycleCollectionTraversalCallback.h
822include/xulrunner/nsCycleCollector.h 1024include/xulrunner/nsCycleCollector.h
823include/xulrunner/nsCycleCollectorUtils.h 1025include/xulrunner/nsCycleCollectorUtils.h
824include/xulrunner/nsDOMAttributeMap.h 1026include/xulrunner/nsDOMAttributeMap.h
825include/xulrunner/nsDOMCID.h 1027include/xulrunner/nsDOMCID.h
826include/xulrunner/nsDOMCSSAttrDeclaration.h 1028include/xulrunner/nsDOMCSSAttrDeclaration.h
827include/xulrunner/nsDOMCSSDeclaration.h 1029include/xulrunner/nsDOMCSSDeclaration.h
 1030include/xulrunner/nsDOMCSSRGBColor.h
828include/xulrunner/nsDOMClassInfoClasses.h 1031include/xulrunner/nsDOMClassInfoClasses.h
829include/xulrunner/nsDOMClassInfoID.h 1032include/xulrunner/nsDOMClassInfoID.h
830include/xulrunner/nsDOMEvent.h 1033include/xulrunner/nsDOMEvent.h
831include/xulrunner/nsDOMEventTargetHelper.h 1034include/xulrunner/nsDOMEventTargetHelper.h
832include/xulrunner/nsDOMFile.h 1035include/xulrunner/nsDOMFile.h
833include/xulrunner/nsDOMJSUtils.h 1036include/xulrunner/nsDOMJSUtils.h
834include/xulrunner/nsDOMMediaQueryList.h 1037include/xulrunner/nsDOMMediaQueryList.h
835include/xulrunner/nsDOMMediaStream.h 1038include/xulrunner/nsDOMMediaStream.h
836include/xulrunner/nsDOMScriptObjectHolder.h 1039include/xulrunner/nsDOMScriptObjectHolder.h
837include/xulrunner/nsDOMString.h 1040include/xulrunner/nsDOMString.h
838include/xulrunner/nsDOMTouchEvent.h 1041include/xulrunner/nsDOMTouchEvent.h
839include/xulrunner/nsDOMUIEvent.h 1042include/xulrunner/nsDOMUIEvent.h
840include/xulrunner/nsDataHashtable.h 1043include/xulrunner/nsDataHashtable.h
@@ -865,26 +1068,27 @@ include/xulrunner/nsEmbedString.h @@ -865,26 +1068,27 @@ include/xulrunner/nsEmbedString.h
865include/xulrunner/nsEncoderDecoderUtils.h 1068include/xulrunner/nsEncoderDecoderUtils.h
866include/xulrunner/nsEnumeratorUtils.h 1069include/xulrunner/nsEnumeratorUtils.h
867include/xulrunner/nsError.h 1070include/xulrunner/nsError.h
868include/xulrunner/nsEscape.h 1071include/xulrunner/nsEscape.h
869include/xulrunner/nsEvent.h 1072include/xulrunner/nsEvent.h
870include/xulrunner/nsEventDispatcher.h 1073include/xulrunner/nsEventDispatcher.h
871include/xulrunner/nsEventListenerManager.h 1074include/xulrunner/nsEventListenerManager.h
872include/xulrunner/nsEventNameList.h 1075include/xulrunner/nsEventNameList.h
873include/xulrunner/nsEventQueue.h 1076include/xulrunner/nsEventQueue.h
874include/xulrunner/nsEventStateManager.h 1077include/xulrunner/nsEventStateManager.h
875include/xulrunner/nsEventStates.h 1078include/xulrunner/nsEventStates.h
876include/xulrunner/nsExpirationTracker.h 1079include/xulrunner/nsExpirationTracker.h
877include/xulrunner/nsExternalHelperAppService.h 1080include/xulrunner/nsExternalHelperAppService.h
 1081include/xulrunner/nsFileStreams.h
878include/xulrunner/nsFixedSizeAllocator.h 1082include/xulrunner/nsFixedSizeAllocator.h
879include/xulrunner/nsFocusManager.h 1083include/xulrunner/nsFocusManager.h
880include/xulrunner/nsFont.h 1084include/xulrunner/nsFont.h
881include/xulrunner/nsFontFace.h 1085include/xulrunner/nsFontFace.h
882include/xulrunner/nsFontFaceList.h 1086include/xulrunner/nsFontFaceList.h
883include/xulrunner/nsFontMetrics.h 1087include/xulrunner/nsFontMetrics.h
884include/xulrunner/nsFormSubmission.h 1088include/xulrunner/nsFormSubmission.h
885include/xulrunner/nsFrameIdList.h 1089include/xulrunner/nsFrameIdList.h
886include/xulrunner/nsFrameList.h 1090include/xulrunner/nsFrameList.h
887include/xulrunner/nsFrameManager.h 1091include/xulrunner/nsFrameManager.h
888include/xulrunner/nsFrameManagerBase.h 1092include/xulrunner/nsFrameManagerBase.h
889include/xulrunner/nsFrameMessageManager.h 1093include/xulrunner/nsFrameMessageManager.h
890include/xulrunner/nsFrameSelection.h 1094include/xulrunner/nsFrameSelection.h
@@ -897,27 +1101,26 @@ include/xulrunner/nsGeoPosition.h @@ -897,27 +1101,26 @@ include/xulrunner/nsGeoPosition.h
897include/xulrunner/nsGeoPositionIPCSerialiser.h 1101include/xulrunner/nsGeoPositionIPCSerialiser.h
898include/xulrunner/nsGfxCIID.h 1102include/xulrunner/nsGfxCIID.h
899include/xulrunner/nsGkAtomList.h 1103include/xulrunner/nsGkAtomList.h
900include/xulrunner/nsGkAtoms.h 1104include/xulrunner/nsGkAtoms.h
901include/xulrunner/nsGrid.h 1105include/xulrunner/nsGrid.h
902include/xulrunner/nsGridCell.h 1106include/xulrunner/nsGridCell.h
903include/xulrunner/nsGridLayout2.h 1107include/xulrunner/nsGridLayout2.h
904include/xulrunner/nsGridRow.h 1108include/xulrunner/nsGridRow.h
905include/xulrunner/nsGridRowGroupLayout.h 1109include/xulrunner/nsGridRowGroupLayout.h
906include/xulrunner/nsGridRowLayout.h 1110include/xulrunner/nsGridRowLayout.h
907include/xulrunner/nsGridRowLeafFrame.h 1111include/xulrunner/nsGridRowLeafFrame.h
908include/xulrunner/nsGridRowLeafLayout.h 1112include/xulrunner/nsGridRowLeafLayout.h
909include/xulrunner/nsHTMLAudioElement.h 1113include/xulrunner/nsHTMLAudioElement.h
910include/xulrunner/nsHTMLCanvasElement.h 
911include/xulrunner/nsHTMLDNSPrefetch.h 1114include/xulrunner/nsHTMLDNSPrefetch.h
912include/xulrunner/nsHTMLIFrameElement.h 1115include/xulrunner/nsHTMLIFrameElement.h
913include/xulrunner/nsHTMLMediaElement.h 1116include/xulrunner/nsHTMLMediaElement.h
914include/xulrunner/nsHTMLParts.h 1117include/xulrunner/nsHTMLParts.h
915include/xulrunner/nsHTMLReflowMetrics.h 1118include/xulrunner/nsHTMLReflowMetrics.h
916include/xulrunner/nsHTMLReflowState.h 1119include/xulrunner/nsHTMLReflowState.h
917include/xulrunner/nsHTMLTagList.h 1120include/xulrunner/nsHTMLTagList.h
918include/xulrunner/nsHTMLTags.h 1121include/xulrunner/nsHTMLTags.h
919include/xulrunner/nsHTMLTokens.h 1122include/xulrunner/nsHTMLTokens.h
920include/xulrunner/nsHTMLVideoElement.h 1123include/xulrunner/nsHTMLVideoElement.h
921include/xulrunner/nsHashKeys.h 1124include/xulrunner/nsHashKeys.h
922include/xulrunner/nsHashPropertyBag.h 1125include/xulrunner/nsHashPropertyBag.h
923include/xulrunner/nsHashtable.h 1126include/xulrunner/nsHashtable.h
@@ -1014,26 +1217,27 @@ include/xulrunner/nsIAuthModule.h @@ -1014,26 +1217,27 @@ include/xulrunner/nsIAuthModule.h
1014include/xulrunner/nsIAuthPrompt.h 1217include/xulrunner/nsIAuthPrompt.h
1015include/xulrunner/nsIAuthPrompt2.h 1218include/xulrunner/nsIAuthPrompt2.h
1016include/xulrunner/nsIAuthPromptAdapterFactory.h 1219include/xulrunner/nsIAuthPromptAdapterFactory.h
1017include/xulrunner/nsIAuthPromptCallback.h 1220include/xulrunner/nsIAuthPromptCallback.h
1018include/xulrunner/nsIAuthPromptProvider.h 1221include/xulrunner/nsIAuthPromptProvider.h
1019include/xulrunner/nsIAutoCompleteController.h 1222include/xulrunner/nsIAutoCompleteController.h
1020include/xulrunner/nsIAutoCompleteInput.h 1223include/xulrunner/nsIAutoCompleteInput.h
1021include/xulrunner/nsIAutoCompletePopup.h 1224include/xulrunner/nsIAutoCompletePopup.h
1022include/xulrunner/nsIAutoCompleteResult.h 1225include/xulrunner/nsIAutoCompleteResult.h
1023include/xulrunner/nsIAutoCompleteSearch.h 1226include/xulrunner/nsIAutoCompleteSearch.h
1024include/xulrunner/nsIAutoCompleteSimpleResult.h 1227include/xulrunner/nsIAutoCompleteSimpleResult.h
1025include/xulrunner/nsIAutoConfig.h 1228include/xulrunner/nsIAutoConfig.h
1026include/xulrunner/nsIBFCacheEntry.h 1229include/xulrunner/nsIBFCacheEntry.h
 1230include/xulrunner/nsIBackgroundFileSaver.h
1027include/xulrunner/nsIBadCertListener2.h 1231include/xulrunner/nsIBadCertListener2.h
1028include/xulrunner/nsIBaseWindow.h 1232include/xulrunner/nsIBaseWindow.h
1029include/xulrunner/nsIBidiKeyboard.h 1233include/xulrunner/nsIBidiKeyboard.h
1030include/xulrunner/nsIBinaryInputStream.h 1234include/xulrunner/nsIBinaryInputStream.h
1031include/xulrunner/nsIBinaryOutputStream.h 1235include/xulrunner/nsIBinaryOutputStream.h
1032include/xulrunner/nsIBlocklistService.h 1236include/xulrunner/nsIBlocklistService.h
1033include/xulrunner/nsIBoxObject.h 1237include/xulrunner/nsIBoxObject.h
1034include/xulrunner/nsIBrowserBoxObject.h 1238include/xulrunner/nsIBrowserBoxObject.h
1035include/xulrunner/nsIBrowserDOMWindow.h 1239include/xulrunner/nsIBrowserDOMWindow.h
1036include/xulrunner/nsIBrowserHistory.h 1240include/xulrunner/nsIBrowserHistory.h
1037include/xulrunner/nsIBrowserSearchService.h 1241include/xulrunner/nsIBrowserSearchService.h
1038include/xulrunner/nsIBufEntropyCollector.h 1242include/xulrunner/nsIBufEntropyCollector.h
1039include/xulrunner/nsIBufferedStreams.h 1243include/xulrunner/nsIBufferedStreams.h
@@ -1105,26 +1309,27 @@ include/xulrunner/nsIComponentRegistrar. @@ -1105,26 +1309,27 @@ include/xulrunner/nsIComponentRegistrar.
1105include/xulrunner/nsIConsoleListener.h 1309include/xulrunner/nsIConsoleListener.h
1106include/xulrunner/nsIConsoleMessage.h 1310include/xulrunner/nsIConsoleMessage.h
1107include/xulrunner/nsIConsoleService.h 1311include/xulrunner/nsIConsoleService.h
1108include/xulrunner/nsIConstraintValidation.h 1312include/xulrunner/nsIConstraintValidation.h
1109include/xulrunner/nsIContainerBoxObject.h 1313include/xulrunner/nsIContainerBoxObject.h
1110include/xulrunner/nsIContent.h 1314include/xulrunner/nsIContent.h
1111include/xulrunner/nsIContentDispatchChooser.h 1315include/xulrunner/nsIContentDispatchChooser.h
1112include/xulrunner/nsIContentFilter.h 1316include/xulrunner/nsIContentFilter.h
1113include/xulrunner/nsIContentHandler.h 1317include/xulrunner/nsIContentHandler.h
1114include/xulrunner/nsIContentIterator.h 1318include/xulrunner/nsIContentIterator.h
1115include/xulrunner/nsIContentPermissionPrompt.h 1319include/xulrunner/nsIContentPermissionPrompt.h
1116include/xulrunner/nsIContentPolicy.h 1320include/xulrunner/nsIContentPolicy.h
1117include/xulrunner/nsIContentPrefService.h 1321include/xulrunner/nsIContentPrefService.h
 1322include/xulrunner/nsIContentPrefService2.h
1118include/xulrunner/nsIContentSecurityPolicy.h 1323include/xulrunner/nsIContentSecurityPolicy.h
1119include/xulrunner/nsIContentSerializer.h 1324include/xulrunner/nsIContentSerializer.h
1120include/xulrunner/nsIContentSink.h 1325include/xulrunner/nsIContentSink.h
1121include/xulrunner/nsIContentSniffer.h 1326include/xulrunner/nsIContentSniffer.h
1122include/xulrunner/nsIContentURIGrouper.h 1327include/xulrunner/nsIContentURIGrouper.h
1123include/xulrunner/nsIContentViewer.h 1328include/xulrunner/nsIContentViewer.h
1124include/xulrunner/nsIContentViewerContainer.h 1329include/xulrunner/nsIContentViewerContainer.h
1125include/xulrunner/nsIContentViewerEdit.h 1330include/xulrunner/nsIContentViewerEdit.h
1126include/xulrunner/nsIContentViewerFile.h 1331include/xulrunner/nsIContentViewerFile.h
1127include/xulrunner/nsIContextMenuListener.h 1332include/xulrunner/nsIContextMenuListener.h
1128include/xulrunner/nsIContextMenuListener2.h 1333include/xulrunner/nsIContextMenuListener2.h
1129include/xulrunner/nsIController.h 1334include/xulrunner/nsIController.h
1130include/xulrunner/nsIControllerCommand.h 1335include/xulrunner/nsIControllerCommand.h
@@ -1157,27 +1362,29 @@ include/xulrunner/nsIDOMActivityRequestH @@ -1157,27 +1362,29 @@ include/xulrunner/nsIDOMActivityRequestH
1157include/xulrunner/nsIDOMAlarmsManager.h 1362include/xulrunner/nsIDOMAlarmsManager.h
1158include/xulrunner/nsIDOMAnimationEvent.h 1363include/xulrunner/nsIDOMAnimationEvent.h
1159include/xulrunner/nsIDOMApplicationRegistry.h 1364include/xulrunner/nsIDOMApplicationRegistry.h
1160include/xulrunner/nsIDOMApplicationRegistry2.h 1365include/xulrunner/nsIDOMApplicationRegistry2.h
1161include/xulrunner/nsIDOMArchiveReader.h 1366include/xulrunner/nsIDOMArchiveReader.h
1162include/xulrunner/nsIDOMArchiveRequest.h 1367include/xulrunner/nsIDOMArchiveRequest.h
1163include/xulrunner/nsIDOMAttr.h 1368include/xulrunner/nsIDOMAttr.h
1164include/xulrunner/nsIDOMBarProp.h 1369include/xulrunner/nsIDOMBarProp.h
1165include/xulrunner/nsIDOMBatteryManager.h 1370include/xulrunner/nsIDOMBatteryManager.h
1166include/xulrunner/nsIDOMBeforeUnloadEvent.h 1371include/xulrunner/nsIDOMBeforeUnloadEvent.h
1167include/xulrunner/nsIDOMCDATASection.h 1372include/xulrunner/nsIDOMCDATASection.h
1168include/xulrunner/nsIDOMCRMFObject.h 1373include/xulrunner/nsIDOMCRMFObject.h
1169include/xulrunner/nsIDOMCSSCharsetRule.h 1374include/xulrunner/nsIDOMCSSCharsetRule.h
 1375include/xulrunner/nsIDOMCSSConditionRule.h
1170include/xulrunner/nsIDOMCSSFontFaceRule.h 1376include/xulrunner/nsIDOMCSSFontFaceRule.h
 1377include/xulrunner/nsIDOMCSSGroupingRule.h
1171include/xulrunner/nsIDOMCSSImportRule.h 1378include/xulrunner/nsIDOMCSSImportRule.h
1172include/xulrunner/nsIDOMCSSMediaRule.h 1379include/xulrunner/nsIDOMCSSMediaRule.h
1173include/xulrunner/nsIDOMCSSMozDocumentRule.h 1380include/xulrunner/nsIDOMCSSMozDocumentRule.h
1174include/xulrunner/nsIDOMCSSPageRule.h 1381include/xulrunner/nsIDOMCSSPageRule.h
1175include/xulrunner/nsIDOMCSSPrimitiveValue.h 1382include/xulrunner/nsIDOMCSSPrimitiveValue.h
1176include/xulrunner/nsIDOMCSSRule.h 1383include/xulrunner/nsIDOMCSSRule.h
1177include/xulrunner/nsIDOMCSSRuleList.h 1384include/xulrunner/nsIDOMCSSRuleList.h
1178include/xulrunner/nsIDOMCSSStyleDeclaration.h 1385include/xulrunner/nsIDOMCSSStyleDeclaration.h
1179include/xulrunner/nsIDOMCSSStyleRule.h 1386include/xulrunner/nsIDOMCSSStyleRule.h
1180include/xulrunner/nsIDOMCSSStyleSheet.h 1387include/xulrunner/nsIDOMCSSStyleSheet.h
1181include/xulrunner/nsIDOMCSSSupportsRule.h 1388include/xulrunner/nsIDOMCSSSupportsRule.h
1182include/xulrunner/nsIDOMCSSUnknownRule.h 1389include/xulrunner/nsIDOMCSSUnknownRule.h
1183include/xulrunner/nsIDOMCSSValue.h 1390include/xulrunner/nsIDOMCSSValue.h
@@ -1199,26 +1406,27 @@ include/xulrunner/nsIDOMConstructor.h @@ -1199,26 +1406,27 @@ include/xulrunner/nsIDOMConstructor.h
1199include/xulrunner/nsIDOMContactManager.h 1406include/xulrunner/nsIDOMContactManager.h
1200include/xulrunner/nsIDOMContactProperties.h 1407include/xulrunner/nsIDOMContactProperties.h
1201include/xulrunner/nsIDOMCounter.h 1408include/xulrunner/nsIDOMCounter.h
1202include/xulrunner/nsIDOMCrypto.h 1409include/xulrunner/nsIDOMCrypto.h
1203include/xulrunner/nsIDOMCryptoDialogs.h 1410include/xulrunner/nsIDOMCryptoDialogs.h
1204include/xulrunner/nsIDOMCustomEvent.h 1411include/xulrunner/nsIDOMCustomEvent.h
1205include/xulrunner/nsIDOMDOMError.h 1412include/xulrunner/nsIDOMDOMError.h
1206include/xulrunner/nsIDOMDOMException.h 1413include/xulrunner/nsIDOMDOMException.h
1207include/xulrunner/nsIDOMDOMImplementation.h 1414include/xulrunner/nsIDOMDOMImplementation.h
1208include/xulrunner/nsIDOMDOMRequest.h 1415include/xulrunner/nsIDOMDOMRequest.h
1209include/xulrunner/nsIDOMDOMSettableTokenList.h 1416include/xulrunner/nsIDOMDOMSettableTokenList.h
1210include/xulrunner/nsIDOMDOMStringList.h 1417include/xulrunner/nsIDOMDOMStringList.h
1211include/xulrunner/nsIDOMDOMTokenList.h 1418include/xulrunner/nsIDOMDOMTokenList.h
 1419include/xulrunner/nsIDOMDOMTransactionEvent.h
1212include/xulrunner/nsIDOMDataChannel.h 1420include/xulrunner/nsIDOMDataChannel.h
1213include/xulrunner/nsIDOMDataContainerEvent.h 1421include/xulrunner/nsIDOMDataContainerEvent.h
1214include/xulrunner/nsIDOMDataErrorEvent.h 1422include/xulrunner/nsIDOMDataErrorEvent.h
1215include/xulrunner/nsIDOMDataTransfer.h 1423include/xulrunner/nsIDOMDataTransfer.h
1216include/xulrunner/nsIDOMDesktopNotification.h 1424include/xulrunner/nsIDOMDesktopNotification.h
1217include/xulrunner/nsIDOMDeviceLightEvent.h 1425include/xulrunner/nsIDOMDeviceLightEvent.h
1218include/xulrunner/nsIDOMDeviceMotionEvent.h 1426include/xulrunner/nsIDOMDeviceMotionEvent.h
1219include/xulrunner/nsIDOMDeviceOrientationEvent.h 1427include/xulrunner/nsIDOMDeviceOrientationEvent.h
1220include/xulrunner/nsIDOMDeviceProximityEvent.h 1428include/xulrunner/nsIDOMDeviceProximityEvent.h
1221include/xulrunner/nsIDOMDeviceStorage.h 1429include/xulrunner/nsIDOMDeviceStorage.h
1222include/xulrunner/nsIDOMDeviceStorageChangeEvent.h 1430include/xulrunner/nsIDOMDeviceStorageChangeEvent.h
1223include/xulrunner/nsIDOMDeviceStorageCursor.h 1431include/xulrunner/nsIDOMDeviceStorageCursor.h
1224include/xulrunner/nsIDOMDeviceStorageStat.h 1432include/xulrunner/nsIDOMDeviceStorageStat.h
@@ -1292,38 +1500,37 @@ include/xulrunner/nsIDOMHTMLMenuItemElem @@ -1292,38 +1500,37 @@ include/xulrunner/nsIDOMHTMLMenuItemElem
1292include/xulrunner/nsIDOMHTMLMetaElement.h 1500include/xulrunner/nsIDOMHTMLMetaElement.h
1293include/xulrunner/nsIDOMHTMLMeterElement.h 1501include/xulrunner/nsIDOMHTMLMeterElement.h
1294include/xulrunner/nsIDOMHTMLModElement.h 1502include/xulrunner/nsIDOMHTMLModElement.h
1295include/xulrunner/nsIDOMHTMLOListElement.h 1503include/xulrunner/nsIDOMHTMLOListElement.h
1296include/xulrunner/nsIDOMHTMLObjectElement.h 1504include/xulrunner/nsIDOMHTMLObjectElement.h
1297include/xulrunner/nsIDOMHTMLOptGroupElement.h 1505include/xulrunner/nsIDOMHTMLOptGroupElement.h
1298include/xulrunner/nsIDOMHTMLOptionElement.h 1506include/xulrunner/nsIDOMHTMLOptionElement.h
1299include/xulrunner/nsIDOMHTMLOptionsCollection.h 1507include/xulrunner/nsIDOMHTMLOptionsCollection.h
1300include/xulrunner/nsIDOMHTMLOutputElement.h 1508include/xulrunner/nsIDOMHTMLOutputElement.h
1301include/xulrunner/nsIDOMHTMLParagraphElement.h 1509include/xulrunner/nsIDOMHTMLParagraphElement.h
1302include/xulrunner/nsIDOMHTMLParamElement.h 1510include/xulrunner/nsIDOMHTMLParamElement.h
1303include/xulrunner/nsIDOMHTMLPreElement.h 1511include/xulrunner/nsIDOMHTMLPreElement.h
1304include/xulrunner/nsIDOMHTMLProgressElement.h 1512include/xulrunner/nsIDOMHTMLProgressElement.h
1305include/xulrunner/nsIDOMHTMLPropertiesCollection.h 
1306include/xulrunner/nsIDOMHTMLQuoteElement.h 1513include/xulrunner/nsIDOMHTMLQuoteElement.h
1307include/xulrunner/nsIDOMHTMLScriptElement.h 1514include/xulrunner/nsIDOMHTMLScriptElement.h
1308include/xulrunner/nsIDOMHTMLSelectElement.h 1515include/xulrunner/nsIDOMHTMLSelectElement.h
1309include/xulrunner/nsIDOMHTMLSourceElement.h 1516include/xulrunner/nsIDOMHTMLSourceElement.h
1310include/xulrunner/nsIDOMHTMLStyleElement.h 1517include/xulrunner/nsIDOMHTMLStyleElement.h
1311include/xulrunner/nsIDOMHTMLTableCaptionElem.h 1518include/xulrunner/nsIDOMHTMLTableCaptionElem.h
1312include/xulrunner/nsIDOMHTMLTableCellElement.h 1519include/xulrunner/nsIDOMHTMLTableCellElement.h
1313include/xulrunner/nsIDOMHTMLTableColElement.h 1520include/xulrunner/nsIDOMHTMLTableColElement.h
1314include/xulrunner/nsIDOMHTMLTableElement.h 1521include/xulrunner/nsIDOMHTMLTableElement.h
1315include/xulrunner/nsIDOMHTMLTableRowElement.h 1522include/xulrunner/nsIDOMHTMLTableRowElement.h
1316include/xulrunner/nsIDOMHTMLTableSectionElem.h 1523include/xulrunner/nsIDOMHTMLTableSectionElement.h
1317include/xulrunner/nsIDOMHTMLTextAreaElement.h 1524include/xulrunner/nsIDOMHTMLTextAreaElement.h
1318include/xulrunner/nsIDOMHTMLTitleElement.h 1525include/xulrunner/nsIDOMHTMLTitleElement.h
1319include/xulrunner/nsIDOMHTMLUListElement.h 1526include/xulrunner/nsIDOMHTMLUListElement.h
1320include/xulrunner/nsIDOMHTMLUnknownElement.h 1527include/xulrunner/nsIDOMHTMLUnknownElement.h
1321include/xulrunner/nsIDOMHTMLVideoElement.h 1528include/xulrunner/nsIDOMHTMLVideoElement.h
1322include/xulrunner/nsIDOMHashChangeEvent.h 1529include/xulrunner/nsIDOMHashChangeEvent.h
1323include/xulrunner/nsIDOMHistory.h 1530include/xulrunner/nsIDOMHistory.h
1324include/xulrunner/nsIDOMJSWindow.h 1531include/xulrunner/nsIDOMJSWindow.h
1325include/xulrunner/nsIDOMKeyEvent.h 1532include/xulrunner/nsIDOMKeyEvent.h
1326include/xulrunner/nsIDOMLSProgressEvent.h 1533include/xulrunner/nsIDOMLSProgressEvent.h
1327include/xulrunner/nsIDOMLinkStyle.h 1534include/xulrunner/nsIDOMLinkStyle.h
1328include/xulrunner/nsIDOMLoadStatus.h 1535include/xulrunner/nsIDOMLoadStatus.h
1329include/xulrunner/nsIDOMLocation.h 1536include/xulrunner/nsIDOMLocation.h
@@ -1335,30 +1542,28 @@ include/xulrunner/nsIDOMMediaStream.h @@ -1335,30 +1542,28 @@ include/xulrunner/nsIDOMMediaStream.h
1335include/xulrunner/nsIDOMMessageEvent.h 1542include/xulrunner/nsIDOMMessageEvent.h
1336include/xulrunner/nsIDOMMimeType.h 1543include/xulrunner/nsIDOMMimeType.h
1337include/xulrunner/nsIDOMMimeTypeArray.h 1544include/xulrunner/nsIDOMMimeTypeArray.h
1338include/xulrunner/nsIDOMModalContentWindow.h 1545include/xulrunner/nsIDOMModalContentWindow.h
1339include/xulrunner/nsIDOMMouseEvent.h 1546include/xulrunner/nsIDOMMouseEvent.h
1340include/xulrunner/nsIDOMMouseScrollEvent.h 1547include/xulrunner/nsIDOMMouseScrollEvent.h
1341include/xulrunner/nsIDOMMozApplicationEvent.h 1548include/xulrunner/nsIDOMMozApplicationEvent.h
1342include/xulrunner/nsIDOMMozBrowserFrame.h 1549include/xulrunner/nsIDOMMozBrowserFrame.h
1343include/xulrunner/nsIDOMMozCSSKeyframeRule.h 1550include/xulrunner/nsIDOMMozCSSKeyframeRule.h
1344include/xulrunner/nsIDOMMozCSSKeyframesRule.h 1551include/xulrunner/nsIDOMMozCSSKeyframesRule.h
1345include/xulrunner/nsIDOMMozContactChangeEvent.h 1552include/xulrunner/nsIDOMMozContactChangeEvent.h
1346include/xulrunner/nsIDOMMozSettingsEvent.h 1553include/xulrunner/nsIDOMMozSettingsEvent.h
1347include/xulrunner/nsIDOMMutationEvent.h 1554include/xulrunner/nsIDOMMutationEvent.h
1348include/xulrunner/nsIDOMMutationObserver.h 
1349include/xulrunner/nsIDOMNSEditableElement.h 1555include/xulrunner/nsIDOMNSEditableElement.h
1350include/xulrunner/nsIDOMNSEvent.h 1556include/xulrunner/nsIDOMNSEvent.h
1351include/xulrunner/nsIDOMNSRGBAColor.h 
1352include/xulrunner/nsIDOMNSXPathExpression.h 1557include/xulrunner/nsIDOMNSXPathExpression.h
1353include/xulrunner/nsIDOMNamedNodeMap.h 1558include/xulrunner/nsIDOMNamedNodeMap.h
1354include/xulrunner/nsIDOMNavigator.h 1559include/xulrunner/nsIDOMNavigator.h
1355include/xulrunner/nsIDOMNavigatorActivities.h 1560include/xulrunner/nsIDOMNavigatorActivities.h
1356include/xulrunner/nsIDOMNavigatorCamera.h 1561include/xulrunner/nsIDOMNavigatorCamera.h
1357include/xulrunner/nsIDOMNavigatorDesktopNotification.h 1562include/xulrunner/nsIDOMNavigatorDesktopNotification.h
1358include/xulrunner/nsIDOMNavigatorDeviceStorage.h 1563include/xulrunner/nsIDOMNavigatorDeviceStorage.h
1359include/xulrunner/nsIDOMNavigatorGeolocation.h 1564include/xulrunner/nsIDOMNavigatorGeolocation.h
1360include/xulrunner/nsIDOMNavigatorNetwork.h 1565include/xulrunner/nsIDOMNavigatorNetwork.h
1361include/xulrunner/nsIDOMNavigatorSms.h 1566include/xulrunner/nsIDOMNavigatorSms.h
1362include/xulrunner/nsIDOMNavigatorSystemMessages.h 1567include/xulrunner/nsIDOMNavigatorSystemMessages.h
1363include/xulrunner/nsIDOMNavigatorTime.h 1568include/xulrunner/nsIDOMNavigatorTime.h
1364include/xulrunner/nsIDOMNavigatorUserMedia.h 1569include/xulrunner/nsIDOMNavigatorUserMedia.h
@@ -1373,107 +1578,87 @@ include/xulrunner/nsIDOMOfflineResourceL @@ -1373,107 +1578,87 @@ include/xulrunner/nsIDOMOfflineResourceL
1373include/xulrunner/nsIDOMPageTransitionEvent.h 1578include/xulrunner/nsIDOMPageTransitionEvent.h
1374include/xulrunner/nsIDOMPaintRequest.h 1579include/xulrunner/nsIDOMPaintRequest.h
1375include/xulrunner/nsIDOMPaintRequestList.h 1580include/xulrunner/nsIDOMPaintRequestList.h
1376include/xulrunner/nsIDOMParser.h 1581include/xulrunner/nsIDOMParser.h
1377include/xulrunner/nsIDOMPermissionSettings.h 1582include/xulrunner/nsIDOMPermissionSettings.h
1378include/xulrunner/nsIDOMPkcs11.h 1583include/xulrunner/nsIDOMPkcs11.h
1379include/xulrunner/nsIDOMPlugin.h 1584include/xulrunner/nsIDOMPlugin.h
1380include/xulrunner/nsIDOMPluginArray.h 1585include/xulrunner/nsIDOMPluginArray.h
1381include/xulrunner/nsIDOMPopStateEvent.h 1586include/xulrunner/nsIDOMPopStateEvent.h
1382include/xulrunner/nsIDOMPopupBlockedEvent.h 1587include/xulrunner/nsIDOMPopupBlockedEvent.h
1383include/xulrunner/nsIDOMPowerManager.h 1588include/xulrunner/nsIDOMPowerManager.h
1384include/xulrunner/nsIDOMProcessingInstruction.h 1589include/xulrunner/nsIDOMProcessingInstruction.h
1385include/xulrunner/nsIDOMProgressEvent.h 1590include/xulrunner/nsIDOMProgressEvent.h
1386include/xulrunner/nsIDOMPropertyNodeList.h 
1387include/xulrunner/nsIDOMRGBColor.h 
1388include/xulrunner/nsIDOMRTCPeerConnection.h 1591include/xulrunner/nsIDOMRTCPeerConnection.h
1389include/xulrunner/nsIDOMRange.h 1592include/xulrunner/nsIDOMRange.h
1390include/xulrunner/nsIDOMRect.h 1593include/xulrunner/nsIDOMRect.h
1391include/xulrunner/nsIDOMSVGAElement.h 1594include/xulrunner/nsIDOMSVGAElement.h
1392include/xulrunner/nsIDOMSVGAltGlyphElement.h 1595include/xulrunner/nsIDOMSVGAltGlyphElement.h
1393include/xulrunner/nsIDOMSVGAngle.h 
1394include/xulrunner/nsIDOMSVGAnimPresAspRatio.h 
1395include/xulrunner/nsIDOMSVGAnimTransformList.h 
1396include/xulrunner/nsIDOMSVGAnimateElement.h 1596include/xulrunner/nsIDOMSVGAnimateElement.h
1397include/xulrunner/nsIDOMSVGAnimateMotionElement.h 1597include/xulrunner/nsIDOMSVGAnimateMotionElement.h
1398include/xulrunner/nsIDOMSVGAnimateTransformElement.h 1598include/xulrunner/nsIDOMSVGAnimateTransformElement.h
1399include/xulrunner/nsIDOMSVGAnimatedAngle.h 
1400include/xulrunner/nsIDOMSVGAnimatedBoolean.h 
1401include/xulrunner/nsIDOMSVGAnimatedEnum.h 1599include/xulrunner/nsIDOMSVGAnimatedEnum.h
1402include/xulrunner/nsIDOMSVGAnimatedInteger.h 1600include/xulrunner/nsIDOMSVGAnimatedInteger.h
1403include/xulrunner/nsIDOMSVGAnimatedLength.h 1601include/xulrunner/nsIDOMSVGAnimatedLength.h
1404include/xulrunner/nsIDOMSVGAnimatedLengthList.h 
1405include/xulrunner/nsIDOMSVGAnimatedNumber.h 1602include/xulrunner/nsIDOMSVGAnimatedNumber.h
1406include/xulrunner/nsIDOMSVGAnimatedNumberList.h 
1407include/xulrunner/nsIDOMSVGAnimatedPathData.h 1603include/xulrunner/nsIDOMSVGAnimatedPathData.h
1408include/xulrunner/nsIDOMSVGAnimatedPoints.h 1604include/xulrunner/nsIDOMSVGAnimatedPoints.h
1409include/xulrunner/nsIDOMSVGAnimatedRect.h 1605include/xulrunner/nsIDOMSVGAnimatedRect.h
1410include/xulrunner/nsIDOMSVGAnimatedString.h 1606include/xulrunner/nsIDOMSVGAnimatedString.h
1411include/xulrunner/nsIDOMSVGAnimationElement.h 1607include/xulrunner/nsIDOMSVGAnimationElement.h
1412include/xulrunner/nsIDOMSVGCircleElement.h 1608include/xulrunner/nsIDOMSVGCircleElement.h
1413include/xulrunner/nsIDOMSVGClipPathElement.h 1609include/xulrunner/nsIDOMSVGClipPathElement.h
1414include/xulrunner/nsIDOMSVGDefsElement.h 1610include/xulrunner/nsIDOMSVGDefsElement.h
1415include/xulrunner/nsIDOMSVGDescElement.h 1611include/xulrunner/nsIDOMSVGDescElement.h
1416include/xulrunner/nsIDOMSVGDocument.h 1612include/xulrunner/nsIDOMSVGDocument.h
1417include/xulrunner/nsIDOMSVGElement.h 1613include/xulrunner/nsIDOMSVGElement.h
1418include/xulrunner/nsIDOMSVGEllipseElement.h 1614include/xulrunner/nsIDOMSVGEllipseElement.h
1419include/xulrunner/nsIDOMSVGEvent.h 1615include/xulrunner/nsIDOMSVGEvent.h
1420include/xulrunner/nsIDOMSVGFilterElement.h 1616include/xulrunner/nsIDOMSVGFilterElement.h
1421include/xulrunner/nsIDOMSVGFilters.h 1617include/xulrunner/nsIDOMSVGFilters.h
1422include/xulrunner/nsIDOMSVGFitToViewBox.h 1618include/xulrunner/nsIDOMSVGFitToViewBox.h
1423include/xulrunner/nsIDOMSVGForeignObjectElem.h 1619include/xulrunner/nsIDOMSVGForeignObjectElem.h
1424include/xulrunner/nsIDOMSVGGElement.h 1620include/xulrunner/nsIDOMSVGGElement.h
1425include/xulrunner/nsIDOMSVGGradientElement.h 1621include/xulrunner/nsIDOMSVGGradientElement.h
1426include/xulrunner/nsIDOMSVGImageElement.h 1622include/xulrunner/nsIDOMSVGImageElement.h
1427include/xulrunner/nsIDOMSVGLength.h 1623include/xulrunner/nsIDOMSVGLength.h
1428include/xulrunner/nsIDOMSVGLengthList.h 
1429include/xulrunner/nsIDOMSVGLineElement.h 1624include/xulrunner/nsIDOMSVGLineElement.h
1430include/xulrunner/nsIDOMSVGLocatable.h 1625include/xulrunner/nsIDOMSVGLocatable.h
1431include/xulrunner/nsIDOMSVGMarkerElement.h 1626include/xulrunner/nsIDOMSVGMarkerElement.h
1432include/xulrunner/nsIDOMSVGMaskElement.h 1627include/xulrunner/nsIDOMSVGMaskElement.h
1433include/xulrunner/nsIDOMSVGMatrix.h 
1434include/xulrunner/nsIDOMSVGMetadataElement.h 1628include/xulrunner/nsIDOMSVGMetadataElement.h
1435include/xulrunner/nsIDOMSVGMpathElement.h 1629include/xulrunner/nsIDOMSVGMpathElement.h
1436include/xulrunner/nsIDOMSVGNumber.h 1630include/xulrunner/nsIDOMSVGNumber.h
1437include/xulrunner/nsIDOMSVGNumberList.h 
1438include/xulrunner/nsIDOMSVGPathElement.h 1631include/xulrunner/nsIDOMSVGPathElement.h
1439include/xulrunner/nsIDOMSVGPathSeg.h 
1440include/xulrunner/nsIDOMSVGPathSegList.h 
1441include/xulrunner/nsIDOMSVGPatternElement.h 1632include/xulrunner/nsIDOMSVGPatternElement.h
1442include/xulrunner/nsIDOMSVGPoint.h 
1443include/xulrunner/nsIDOMSVGPointList.h 
1444include/xulrunner/nsIDOMSVGPolygonElement.h 1633include/xulrunner/nsIDOMSVGPolygonElement.h
1445include/xulrunner/nsIDOMSVGPolylineElement.h 1634include/xulrunner/nsIDOMSVGPolylineElement.h
1446include/xulrunner/nsIDOMSVGPresAspectRatio.h 
1447include/xulrunner/nsIDOMSVGRect.h 1635include/xulrunner/nsIDOMSVGRect.h
1448include/xulrunner/nsIDOMSVGRectElement.h 1636include/xulrunner/nsIDOMSVGRectElement.h
1449include/xulrunner/nsIDOMSVGSVGElement.h 1637include/xulrunner/nsIDOMSVGSVGElement.h
1450include/xulrunner/nsIDOMSVGScriptElement.h 1638include/xulrunner/nsIDOMSVGScriptElement.h
1451include/xulrunner/nsIDOMSVGSetElement.h 1639include/xulrunner/nsIDOMSVGSetElement.h
1452include/xulrunner/nsIDOMSVGStopElement.h 1640include/xulrunner/nsIDOMSVGStopElement.h
1453include/xulrunner/nsIDOMSVGStringList.h 1641include/xulrunner/nsIDOMSVGStringList.h
1454include/xulrunner/nsIDOMSVGStylable.h 
1455include/xulrunner/nsIDOMSVGStyleElement.h 1642include/xulrunner/nsIDOMSVGStyleElement.h
1456include/xulrunner/nsIDOMSVGSwitchElement.h 1643include/xulrunner/nsIDOMSVGSwitchElement.h
1457include/xulrunner/nsIDOMSVGSymbolElement.h 1644include/xulrunner/nsIDOMSVGSymbolElement.h
1458include/xulrunner/nsIDOMSVGTSpanElement.h 1645include/xulrunner/nsIDOMSVGTSpanElement.h
1459include/xulrunner/nsIDOMSVGTests.h 1646include/xulrunner/nsIDOMSVGTests.h
1460include/xulrunner/nsIDOMSVGTextContentElement.h 1647include/xulrunner/nsIDOMSVGTextContentElement.h
1461include/xulrunner/nsIDOMSVGTextElement.h 1648include/xulrunner/nsIDOMSVGTextElement.h
1462include/xulrunner/nsIDOMSVGTextPathElement.h 1649include/xulrunner/nsIDOMSVGTextPathElement.h
1463include/xulrunner/nsIDOMSVGTextPositionElem.h 1650include/xulrunner/nsIDOMSVGTextPositionElem.h
1464include/xulrunner/nsIDOMSVGTitleElement.h 1651include/xulrunner/nsIDOMSVGTitleElement.h
1465include/xulrunner/nsIDOMSVGTransform.h 
1466include/xulrunner/nsIDOMSVGTransformList.h 
1467include/xulrunner/nsIDOMSVGTransformable.h 1652include/xulrunner/nsIDOMSVGTransformable.h
1468include/xulrunner/nsIDOMSVGURIReference.h 1653include/xulrunner/nsIDOMSVGURIReference.h
1469include/xulrunner/nsIDOMSVGUnitTypes.h 1654include/xulrunner/nsIDOMSVGUnitTypes.h
1470include/xulrunner/nsIDOMSVGUseElement.h 1655include/xulrunner/nsIDOMSVGUseElement.h
1471include/xulrunner/nsIDOMSVGViewElement.h 1656include/xulrunner/nsIDOMSVGViewElement.h
1472include/xulrunner/nsIDOMSVGViewSpec.h 1657include/xulrunner/nsIDOMSVGViewSpec.h
1473include/xulrunner/nsIDOMSVGZoomAndPan.h 1658include/xulrunner/nsIDOMSVGZoomAndPan.h
1474include/xulrunner/nsIDOMSVGZoomEvent.h 1659include/xulrunner/nsIDOMSVGZoomEvent.h
1475include/xulrunner/nsIDOMScreen.h 1660include/xulrunner/nsIDOMScreen.h
1476include/xulrunner/nsIDOMScriptObjectFactory.h 1661include/xulrunner/nsIDOMScriptObjectFactory.h
1477include/xulrunner/nsIDOMScrollAreaEvent.h 1662include/xulrunner/nsIDOMScrollAreaEvent.h
1478include/xulrunner/nsIDOMSerializer.h 1663include/xulrunner/nsIDOMSerializer.h
1479include/xulrunner/nsIDOMSettingsManager.h 1664include/xulrunner/nsIDOMSettingsManager.h
@@ -1532,39 +1717,40 @@ include/xulrunner/nsIDOMXULDocument.h @@ -1532,39 +1717,40 @@ include/xulrunner/nsIDOMXULDocument.h
1532include/xulrunner/nsIDOMXULElement.h 1717include/xulrunner/nsIDOMXULElement.h
1533include/xulrunner/nsIDOMXULImageElement.h 1718include/xulrunner/nsIDOMXULImageElement.h
1534include/xulrunner/nsIDOMXULLabelElement.h 1719include/xulrunner/nsIDOMXULLabelElement.h
1535include/xulrunner/nsIDOMXULLabeledControlEl.h 1720include/xulrunner/nsIDOMXULLabeledControlEl.h
1536include/xulrunner/nsIDOMXULMenuListElement.h 1721include/xulrunner/nsIDOMXULMenuListElement.h
1537include/xulrunner/nsIDOMXULMultSelectCntrlEl.h 1722include/xulrunner/nsIDOMXULMultSelectCntrlEl.h
1538include/xulrunner/nsIDOMXULPopupElement.h 1723include/xulrunner/nsIDOMXULPopupElement.h
1539include/xulrunner/nsIDOMXULRelatedElement.h 1724include/xulrunner/nsIDOMXULRelatedElement.h
1540include/xulrunner/nsIDOMXULSelectCntrlEl.h 1725include/xulrunner/nsIDOMXULSelectCntrlEl.h
1541include/xulrunner/nsIDOMXULSelectCntrlItemEl.h 1726include/xulrunner/nsIDOMXULSelectCntrlItemEl.h
1542include/xulrunner/nsIDOMXULTextboxElement.h 1727include/xulrunner/nsIDOMXULTextboxElement.h
1543include/xulrunner/nsIDOMXULTreeElement.h 1728include/xulrunner/nsIDOMXULTreeElement.h
1544include/xulrunner/nsIDTD.h 1729include/xulrunner/nsIDTD.h
 1730include/xulrunner/nsIDashboard.h
 1731include/xulrunner/nsIDashboardEventNotifier.h
1545include/xulrunner/nsIDataSignatureVerifier.h 1732include/xulrunner/nsIDataSignatureVerifier.h
1546include/xulrunner/nsIDateTimeFormat.h 1733include/xulrunner/nsIDateTimeFormat.h
1547include/xulrunner/nsIDebug.h 1734include/xulrunner/nsIDebug.h
1548include/xulrunner/nsIDebug2.h 1735include/xulrunner/nsIDebug2.h
1549include/xulrunner/nsIDeviceContextSpec.h 1736include/xulrunner/nsIDeviceContextSpec.h
1550include/xulrunner/nsIDeviceSensors.h 1737include/xulrunner/nsIDeviceSensors.h
1551include/xulrunner/nsIDialogCreator.h 1738include/xulrunner/nsIDialogCreator.h
1552include/xulrunner/nsIDialogParamBlock.h 1739include/xulrunner/nsIDialogParamBlock.h
1553include/xulrunner/nsIDirIndex.h 1740include/xulrunner/nsIDirIndex.h
1554include/xulrunner/nsIDirIndexListener.h 1741include/xulrunner/nsIDirIndexListener.h
1555include/xulrunner/nsIDirectoryEnumerator.h 1742include/xulrunner/nsIDirectoryEnumerator.h
1556include/xulrunner/nsIDirectoryService.h 1743include/xulrunner/nsIDirectoryService.h
1557include/xulrunner/nsIDiskCacheStreamInternal.h 
1558include/xulrunner/nsIDocCharset.h 1744include/xulrunner/nsIDocCharset.h
1559include/xulrunner/nsIDocShell.h 1745include/xulrunner/nsIDocShell.h
1560include/xulrunner/nsIDocShellHistory.h 1746include/xulrunner/nsIDocShellHistory.h
1561include/xulrunner/nsIDocShellLoadInfo.h 1747include/xulrunner/nsIDocShellLoadInfo.h
1562include/xulrunner/nsIDocShellTreeItem.h 1748include/xulrunner/nsIDocShellTreeItem.h
1563include/xulrunner/nsIDocShellTreeNode.h 1749include/xulrunner/nsIDocShellTreeNode.h
1564include/xulrunner/nsIDocShellTreeOwner.h 1750include/xulrunner/nsIDocShellTreeOwner.h
1565include/xulrunner/nsIDocument.h 1751include/xulrunner/nsIDocument.h
1566include/xulrunner/nsIDocumentEncoder.h 1752include/xulrunner/nsIDocumentEncoder.h
1567include/xulrunner/nsIDocumentLoader.h 1753include/xulrunner/nsIDocumentLoader.h
1568include/xulrunner/nsIDocumentLoaderFactory.h 1754include/xulrunner/nsIDocumentLoaderFactory.h
1569include/xulrunner/nsIDocumentObserver.h 1755include/xulrunner/nsIDocumentObserver.h
1570include/xulrunner/nsIDocumentStateListener.h 1756include/xulrunner/nsIDocumentStateListener.h
@@ -1588,27 +1774,26 @@ include/xulrunner/nsIEditorMailSupport.h @@ -1588,27 +1774,26 @@ include/xulrunner/nsIEditorMailSupport.h
1588include/xulrunner/nsIEditorObserver.h 1774include/xulrunner/nsIEditorObserver.h
1589include/xulrunner/nsIEditorSpellCheck.h 1775include/xulrunner/nsIEditorSpellCheck.h
1590include/xulrunner/nsIEditorStyleSheets.h 1776include/xulrunner/nsIEditorStyleSheets.h
1591include/xulrunner/nsIEffectiveTLDService.h 1777include/xulrunner/nsIEffectiveTLDService.h
1592include/xulrunner/nsIElementObserver.h 1778include/xulrunner/nsIElementObserver.h
1593include/xulrunner/nsIEmbeddingSiteWindow.h 1779include/xulrunner/nsIEmbeddingSiteWindow.h
1594include/xulrunner/nsIEncodedChannel.h 1780include/xulrunner/nsIEncodedChannel.h
1595include/xulrunner/nsIEntityConverter.h 1781include/xulrunner/nsIEntityConverter.h
1596include/xulrunner/nsIEntropyCollector.h 1782include/xulrunner/nsIEntropyCollector.h
1597include/xulrunner/nsIEnumerator.h 1783include/xulrunner/nsIEnumerator.h
1598include/xulrunner/nsIEnvironment.h 1784include/xulrunner/nsIEnvironment.h
1599include/xulrunner/nsIErrorService.h 1785include/xulrunner/nsIErrorService.h
1600include/xulrunner/nsIEventListenerService.h 1786include/xulrunner/nsIEventListenerService.h
1601include/xulrunner/nsIEventSource.h 
1602include/xulrunner/nsIEventTarget.h 1787include/xulrunner/nsIEventTarget.h
1603include/xulrunner/nsIException.h 1788include/xulrunner/nsIException.h
1604include/xulrunner/nsIExceptionService.h 1789include/xulrunner/nsIExceptionService.h
1605include/xulrunner/nsIExpatSink.h 1790include/xulrunner/nsIExpatSink.h
1606include/xulrunner/nsIExtendedExpatSink.h 1791include/xulrunner/nsIExtendedExpatSink.h
1607include/xulrunner/nsIExternalHelperAppService.h 1792include/xulrunner/nsIExternalHelperAppService.h
1608include/xulrunner/nsIExternalProtocolHandler.h 1793include/xulrunner/nsIExternalProtocolHandler.h
1609include/xulrunner/nsIExternalProtocolService.h 1794include/xulrunner/nsIExternalProtocolService.h
1610include/xulrunner/nsIExternalSharingAppService.h 1795include/xulrunner/nsIExternalSharingAppService.h
1611include/xulrunner/nsIExternalURLHandlerService.h 1796include/xulrunner/nsIExternalURLHandlerService.h
1612include/xulrunner/nsIFTPChannel.h 1797include/xulrunner/nsIFTPChannel.h
1613include/xulrunner/nsIFactory.h 1798include/xulrunner/nsIFactory.h
1614include/xulrunner/nsIFaviconService.h 1799include/xulrunner/nsIFaviconService.h
@@ -1764,36 +1949,38 @@ include/xulrunner/nsILocale.h @@ -1764,36 +1949,38 @@ include/xulrunner/nsILocale.h
1764include/xulrunner/nsILocaleService.h 1949include/xulrunner/nsILocaleService.h
1765include/xulrunner/nsILoginInfo.h 1950include/xulrunner/nsILoginInfo.h
1766include/xulrunner/nsILoginManager.h 1951include/xulrunner/nsILoginManager.h
1767include/xulrunner/nsILoginManagerCrypto.h 1952include/xulrunner/nsILoginManagerCrypto.h
1768include/xulrunner/nsILoginManagerIEMigrationHelper.h 1953include/xulrunner/nsILoginManagerIEMigrationHelper.h
1769include/xulrunner/nsILoginManagerPrompter.h 1954include/xulrunner/nsILoginManagerPrompter.h
1770include/xulrunner/nsILoginManagerStorage.h 1955include/xulrunner/nsILoginManagerStorage.h
1771include/xulrunner/nsILoginMetaInfo.h 1956include/xulrunner/nsILoginMetaInfo.h
1772include/xulrunner/nsIMIMEHeaderParam.h 1957include/xulrunner/nsIMIMEHeaderParam.h
1773include/xulrunner/nsIMIMEInfo.h 1958include/xulrunner/nsIMIMEInfo.h
1774include/xulrunner/nsIMIMEInputStream.h 1959include/xulrunner/nsIMIMEInputStream.h
1775include/xulrunner/nsIMIMEService.h 1960include/xulrunner/nsIMIMEService.h
1776include/xulrunner/nsIMarkupDocumentViewer.h 1961include/xulrunner/nsIMarkupDocumentViewer.h
 1962include/xulrunner/nsIMediaManager.h
1777include/xulrunner/nsIMemory.h 1963include/xulrunner/nsIMemory.h
1778include/xulrunner/nsIMemoryInfoDumper.h 1964include/xulrunner/nsIMemoryInfoDumper.h
1779include/xulrunner/nsIMemoryReporter.h 1965include/xulrunner/nsIMemoryReporter.h
1780include/xulrunner/nsIMenuBoxObject.h 1966include/xulrunner/nsIMenuBoxObject.h
1781include/xulrunner/nsIMenuBuilder.h 1967include/xulrunner/nsIMenuBuilder.h
1782include/xulrunner/nsIMessageLoop.h 1968include/xulrunner/nsIMessageLoop.h
1783include/xulrunner/nsIMessageManager.h 1969include/xulrunner/nsIMessageManager.h
1784include/xulrunner/nsIMmsService.h 1970include/xulrunner/nsIMmsService.h
1785include/xulrunner/nsIModule.h 1971include/xulrunner/nsIModule.h
1786include/xulrunner/nsIMozBrowserFrame.h 1972include/xulrunner/nsIMozBrowserFrame.h
 1973include/xulrunner/nsIMozSAXXMLDeclarationHandler.h
1787include/xulrunner/nsIMultiPartChannel.h 1974include/xulrunner/nsIMultiPartChannel.h
1788include/xulrunner/nsIMultiplexInputStream.h 1975include/xulrunner/nsIMultiplexInputStream.h
1789include/xulrunner/nsIMutable.h 1976include/xulrunner/nsIMutable.h
1790include/xulrunner/nsIMutableArray.h 1977include/xulrunner/nsIMutableArray.h
1791include/xulrunner/nsIMutationObserver.h 1978include/xulrunner/nsIMutationObserver.h
1792include/xulrunner/nsINIParser.h 1979include/xulrunner/nsINIParser.h
1793include/xulrunner/nsINSSCertCache.h 1980include/xulrunner/nsINSSCertCache.h
1794include/xulrunner/nsINSSErrorsService.h 1981include/xulrunner/nsINSSErrorsService.h
1795include/xulrunner/nsINSSVersion.h 1982include/xulrunner/nsINSSVersion.h
1796include/xulrunner/nsINameSpaceManager.h 1983include/xulrunner/nsINameSpaceManager.h
1797include/xulrunner/nsINativeAppSupport.h 1984include/xulrunner/nsINativeAppSupport.h
1798include/xulrunner/nsINativeKeyBindings.h 1985include/xulrunner/nsINativeKeyBindings.h
1799include/xulrunner/nsINavBookmarksService.h 1986include/xulrunner/nsINavBookmarksService.h
@@ -1829,27 +2016,26 @@ include/xulrunner/nsIParentChannel.h @@ -1829,27 +2016,26 @@ include/xulrunner/nsIParentChannel.h
1829include/xulrunner/nsIParentRedirectingChannel.h 2016include/xulrunner/nsIParentRedirectingChannel.h
1830include/xulrunner/nsIParentalControlsService.h 2017include/xulrunner/nsIParentalControlsService.h
1831include/xulrunner/nsIParser.h 2018include/xulrunner/nsIParser.h
1832include/xulrunner/nsIParserNode.h 2019include/xulrunner/nsIParserNode.h
1833include/xulrunner/nsIParserService.h 2020include/xulrunner/nsIParserService.h
1834include/xulrunner/nsIParserUtils.h 2021include/xulrunner/nsIParserUtils.h
1835include/xulrunner/nsIPercentHeightObserver.h 2022include/xulrunner/nsIPercentHeightObserver.h
1836include/xulrunner/nsIPermission.h 2023include/xulrunner/nsIPermission.h
1837include/xulrunner/nsIPermissionManager.h 2024include/xulrunner/nsIPermissionManager.h
1838include/xulrunner/nsIPermissionPromptService.h 2025include/xulrunner/nsIPermissionPromptService.h
1839include/xulrunner/nsIPersistentProperties2.h 2026include/xulrunner/nsIPersistentProperties2.h
1840include/xulrunner/nsIPhonetic.h 2027include/xulrunner/nsIPhonetic.h
1841include/xulrunner/nsIPipe.h 2028include/xulrunner/nsIPipe.h
1842include/xulrunner/nsIPlacesImportExportService.h 
1843include/xulrunner/nsIPlaintextEditor.h 2029include/xulrunner/nsIPlaintextEditor.h
1844include/xulrunner/nsIPlatformCharset.h 2030include/xulrunner/nsIPlatformCharset.h
1845include/xulrunner/nsIPluginDocument.h 2031include/xulrunner/nsIPluginDocument.h
1846include/xulrunner/nsIPluginHost.h 2032include/xulrunner/nsIPluginHost.h
1847include/xulrunner/nsIPluginInputStream.h 2033include/xulrunner/nsIPluginInputStream.h
1848include/xulrunner/nsIPluginInstanceOwner.h 2034include/xulrunner/nsIPluginInstanceOwner.h
1849include/xulrunner/nsIPluginTag.h 2035include/xulrunner/nsIPluginTag.h
1850include/xulrunner/nsIPluginTagInfo.h 2036include/xulrunner/nsIPluginTagInfo.h
1851include/xulrunner/nsIPluginWidget.h 2037include/xulrunner/nsIPluginWidget.h
1852include/xulrunner/nsIPopupBoxObject.h 2038include/xulrunner/nsIPopupBoxObject.h
1853include/xulrunner/nsIPopupWindowManager.h 2039include/xulrunner/nsIPopupWindowManager.h
1854include/xulrunner/nsIPowerManagerService.h 2040include/xulrunner/nsIPowerManagerService.h
1855include/xulrunner/nsIPrefBranch.h 2041include/xulrunner/nsIPrefBranch.h
@@ -1866,28 +2052,26 @@ include/xulrunner/nsIPrintProgress.h @@ -1866,28 +2052,26 @@ include/xulrunner/nsIPrintProgress.h
1866include/xulrunner/nsIPrintProgressParams.h 2052include/xulrunner/nsIPrintProgressParams.h
1867include/xulrunner/nsIPrintSession.h 2053include/xulrunner/nsIPrintSession.h
1868include/xulrunner/nsIPrintSettings.h 2054include/xulrunner/nsIPrintSettings.h
1869include/xulrunner/nsIPrintSettingsService.h 2055include/xulrunner/nsIPrintSettingsService.h
1870include/xulrunner/nsIPrintStatusFeedback.h 2056include/xulrunner/nsIPrintStatusFeedback.h
1871include/xulrunner/nsIPrintingPrompt.h 2057include/xulrunner/nsIPrintingPrompt.h
1872include/xulrunner/nsIPrintingPromptService.h 2058include/xulrunner/nsIPrintingPromptService.h
1873include/xulrunner/nsIPrivacyTransitionObserver.h 2059include/xulrunner/nsIPrivacyTransitionObserver.h
1874include/xulrunner/nsIPrivateBrowsingChannel.h 2060include/xulrunner/nsIPrivateBrowsingChannel.h
1875include/xulrunner/nsIPrivateBrowsingService.h 2061include/xulrunner/nsIPrivateBrowsingService.h
1876include/xulrunner/nsIPrivateTextEvent.h 2062include/xulrunner/nsIPrivateTextEvent.h
1877include/xulrunner/nsIPrivateTextRange.h 2063include/xulrunner/nsIPrivateTextRange.h
1878include/xulrunner/nsIProcess.h 2064include/xulrunner/nsIProcess.h
1879include/xulrunner/nsIProfile.h 
1880include/xulrunner/nsIProfileChangeStatus.h 
1881include/xulrunner/nsIProfileMigrator.h 2065include/xulrunner/nsIProfileMigrator.h
1882include/xulrunner/nsIProfileUnlocker.h 2066include/xulrunner/nsIProfileUnlocker.h
1883include/xulrunner/nsIProgrammingLanguage.h 2067include/xulrunner/nsIProgrammingLanguage.h
1884include/xulrunner/nsIProgressEventSink.h 2068include/xulrunner/nsIProgressEventSink.h
1885include/xulrunner/nsIPrompt.h 2069include/xulrunner/nsIPrompt.h
1886include/xulrunner/nsIPromptFactory.h 2070include/xulrunner/nsIPromptFactory.h
1887include/xulrunner/nsIPromptService.h 2071include/xulrunner/nsIPromptService.h
1888include/xulrunner/nsIPromptService2.h 2072include/xulrunner/nsIPromptService2.h
1889include/xulrunner/nsIProperties.h 2073include/xulrunner/nsIProperties.h
1890include/xulrunner/nsIProperty.h 2074include/xulrunner/nsIProperty.h
1891include/xulrunner/nsIPropertyBag.h 2075include/xulrunner/nsIPropertyBag.h
1892include/xulrunner/nsIPropertyBag2.h 2076include/xulrunner/nsIPropertyBag2.h
1893include/xulrunner/nsIProtectedAuthThread.h 2077include/xulrunner/nsIProtectedAuthThread.h
@@ -2022,27 +2206,26 @@ include/xulrunner/nsISimpleUnicharStream @@ -2022,27 +2206,26 @@ include/xulrunner/nsISimpleUnicharStream
2022include/xulrunner/nsISiteSpecificUserAgent.h 2206include/xulrunner/nsISiteSpecificUserAgent.h
2023include/xulrunner/nsISizeOf.h 2207include/xulrunner/nsISizeOf.h
2024include/xulrunner/nsISliderListener.h 2208include/xulrunner/nsISliderListener.h
2025include/xulrunner/nsISmsDatabaseService.h 2209include/xulrunner/nsISmsDatabaseService.h
2026include/xulrunner/nsISmsRequest.h 2210include/xulrunner/nsISmsRequest.h
2027include/xulrunner/nsISmsService.h 2211include/xulrunner/nsISmsService.h
2028include/xulrunner/nsISocketProvider.h 2212include/xulrunner/nsISocketProvider.h
2029include/xulrunner/nsISocketProviderService.h 2213include/xulrunner/nsISocketProviderService.h
2030include/xulrunner/nsISocketTransport.h 2214include/xulrunner/nsISocketTransport.h
2031include/xulrunner/nsISocketTransportService.h 2215include/xulrunner/nsISocketTransportService.h
2032include/xulrunner/nsISound.h 2216include/xulrunner/nsISound.h
2033include/xulrunner/nsISpeculativeConnect.h 2217include/xulrunner/nsISpeculativeConnect.h
2034include/xulrunner/nsISpellChecker.h 2218include/xulrunner/nsISpellChecker.h
2035include/xulrunner/nsIStandardFileStream.h 
2036include/xulrunner/nsIStandardURL.h 2219include/xulrunner/nsIStandardURL.h
2037include/xulrunner/nsIStartupCache.h 2220include/xulrunner/nsIStartupCache.h
2038include/xulrunner/nsIStatefulFrame.h 2221include/xulrunner/nsIStatefulFrame.h
2039include/xulrunner/nsIStorageStream.h 2222include/xulrunner/nsIStorageStream.h
2040include/xulrunner/nsIStreamBufferAccess.h 2223include/xulrunner/nsIStreamBufferAccess.h
2041include/xulrunner/nsIStreamCipher.h 2224include/xulrunner/nsIStreamCipher.h
2042include/xulrunner/nsIStreamConverter.h 2225include/xulrunner/nsIStreamConverter.h
2043include/xulrunner/nsIStreamConverterService.h 2226include/xulrunner/nsIStreamConverterService.h
2044include/xulrunner/nsIStreamListener.h 2227include/xulrunner/nsIStreamListener.h
2045include/xulrunner/nsIStreamListenerTee.h 2228include/xulrunner/nsIStreamListenerTee.h
2046include/xulrunner/nsIStreamLoader.h 2229include/xulrunner/nsIStreamLoader.h
2047include/xulrunner/nsIStreamTransportService.h 2230include/xulrunner/nsIStreamTransportService.h
2048include/xulrunner/nsIStrictTransportSecurityService.h 2231include/xulrunner/nsIStrictTransportSecurityService.h
@@ -2067,29 +2250,29 @@ include/xulrunner/nsISupportsPrimitives. @@ -2067,29 +2250,29 @@ include/xulrunner/nsISupportsPrimitives.
2067include/xulrunner/nsISupportsPriority.h 2250include/xulrunner/nsISupportsPriority.h
2068include/xulrunner/nsISupportsUtils.h 2251include/xulrunner/nsISupportsUtils.h
2069include/xulrunner/nsISyncJPAKE.h 2252include/xulrunner/nsISyncJPAKE.h
2070include/xulrunner/nsISyncStreamListener.h 2253include/xulrunner/nsISyncStreamListener.h
2071include/xulrunner/nsISystemMessagesInternal.h 2254include/xulrunner/nsISystemMessagesInternal.h
2072include/xulrunner/nsISystemProxySettings.h 2255include/xulrunner/nsISystemProxySettings.h
2073include/xulrunner/nsITCPSocketChild.h 2256include/xulrunner/nsITCPSocketChild.h
2074include/xulrunner/nsITCPSocketParent.h 2257include/xulrunner/nsITCPSocketParent.h
2075include/xulrunner/nsITXTToHTMLConv.h 2258include/xulrunner/nsITXTToHTMLConv.h
2076include/xulrunner/nsITabChild.h 2259include/xulrunner/nsITabChild.h
2077include/xulrunner/nsITabParent.h 2260include/xulrunner/nsITabParent.h
2078include/xulrunner/nsITableCellLayout.h 2261include/xulrunner/nsITableCellLayout.h
2079include/xulrunner/nsITableEditor.h 2262include/xulrunner/nsITableEditor.h
2080include/xulrunner/nsITableLayout.h 
2081include/xulrunner/nsITaggingService.h 2263include/xulrunner/nsITaggingService.h
2082include/xulrunner/nsITelemetry.h 2264include/xulrunner/nsITelemetry.h
 2265include/xulrunner/nsITelemetryPing.h
2083include/xulrunner/nsITextControlElement.h 2266include/xulrunner/nsITextControlElement.h
2084include/xulrunner/nsITextControlFrame.h 2267include/xulrunner/nsITextControlFrame.h
2085include/xulrunner/nsITextScroll.h 2268include/xulrunner/nsITextScroll.h
2086include/xulrunner/nsITextService.h 2269include/xulrunner/nsITextService.h
2087include/xulrunner/nsITextServicesDocument.h 2270include/xulrunner/nsITextServicesDocument.h
2088include/xulrunner/nsITextServicesFilter.h 2271include/xulrunner/nsITextServicesFilter.h
2089include/xulrunner/nsITextToSubURI.h 2272include/xulrunner/nsITextToSubURI.h
2090include/xulrunner/nsITheme.h 2273include/xulrunner/nsITheme.h
2091include/xulrunner/nsIThread.h 2274include/xulrunner/nsIThread.h
2092include/xulrunner/nsIThreadInternal.h 2275include/xulrunner/nsIThreadInternal.h
2093include/xulrunner/nsIThreadManager.h 2276include/xulrunner/nsIThreadManager.h
2094include/xulrunner/nsIThreadPool.h 2277include/xulrunner/nsIThreadPool.h
2095include/xulrunner/nsITimeService.h 2278include/xulrunner/nsITimeService.h
@@ -2123,50 +2306,49 @@ include/xulrunner/nsIUGenCategory.h @@ -2123,50 +2306,49 @@ include/xulrunner/nsIUGenCategory.h
2123include/xulrunner/nsIURI.h 2306include/xulrunner/nsIURI.h
2124include/xulrunner/nsIURIChecker.h 2307include/xulrunner/nsIURIChecker.h
2125include/xulrunner/nsIURIClassifier.h 2308include/xulrunner/nsIURIClassifier.h
2126include/xulrunner/nsIURIContentListener.h 2309include/xulrunner/nsIURIContentListener.h
2127include/xulrunner/nsIURIFixup.h 2310include/xulrunner/nsIURIFixup.h
2128include/xulrunner/nsIURILoader.h 2311include/xulrunner/nsIURILoader.h
2129include/xulrunner/nsIURIRefObject.h 2312include/xulrunner/nsIURIRefObject.h
2130include/xulrunner/nsIURIWithPrincipal.h 2313include/xulrunner/nsIURIWithPrincipal.h
2131include/xulrunner/nsIURL.h 2314include/xulrunner/nsIURL.h
2132include/xulrunner/nsIURLFormatter.h 2315include/xulrunner/nsIURLFormatter.h
2133include/xulrunner/nsIURLParser.h 2316include/xulrunner/nsIURLParser.h
2134include/xulrunner/nsIUTF8ConverterService.h 2317include/xulrunner/nsIUTF8ConverterService.h
2135include/xulrunner/nsIUUIDGenerator.h 2318include/xulrunner/nsIUUIDGenerator.h
 2319include/xulrunner/nsIUndoManagerTransaction.h
2136include/xulrunner/nsIUnicharBuffer.h 2320include/xulrunner/nsIUnicharBuffer.h
2137include/xulrunner/nsIUnicharInputStream.h 2321include/xulrunner/nsIUnicharInputStream.h
2138include/xulrunner/nsIUnicharLineInputStream.h 2322include/xulrunner/nsIUnicharLineInputStream.h
2139include/xulrunner/nsIUnicharOutputStream.h 2323include/xulrunner/nsIUnicharOutputStream.h
2140include/xulrunner/nsIUnicharStreamLoader.h 2324include/xulrunner/nsIUnicharStreamLoader.h
2141include/xulrunner/nsIUnicodeDecoder.h 2325include/xulrunner/nsIUnicodeDecoder.h
2142include/xulrunner/nsIUnicodeEncoder.h 2326include/xulrunner/nsIUnicodeEncoder.h
2143include/xulrunner/nsIUnicodeNormalizer.h 2327include/xulrunner/nsIUnicodeNormalizer.h
2144include/xulrunner/nsIUpdateService.h 2328include/xulrunner/nsIUpdateService.h
2145include/xulrunner/nsIUpdateTimerManager.h 2329include/xulrunner/nsIUpdateTimerManager.h
2146include/xulrunner/nsIUploadChannel.h 2330include/xulrunner/nsIUploadChannel.h
2147include/xulrunner/nsIUploadChannel2.h 2331include/xulrunner/nsIUploadChannel2.h
2148include/xulrunner/nsIUrlClassifierDBService.h 2332include/xulrunner/nsIUrlClassifierDBService.h
2149include/xulrunner/nsIUrlClassifierHashCompleter.h 2333include/xulrunner/nsIUrlClassifierHashCompleter.h
2150include/xulrunner/nsIUrlClassifierPrefixSet.h 2334include/xulrunner/nsIUrlClassifierPrefixSet.h
2151include/xulrunner/nsIUrlClassifierStreamUpdater.h 2335include/xulrunner/nsIUrlClassifierStreamUpdater.h
2152include/xulrunner/nsIUrlClassifierUtils.h 2336include/xulrunner/nsIUrlClassifierUtils.h
2153include/xulrunner/nsIUrlListManager.h 2337include/xulrunner/nsIUrlListManager.h
2154include/xulrunner/nsIUserCertPicker.h 2338include/xulrunner/nsIUserCertPicker.h
2155include/xulrunner/nsIUserInfo.h 2339include/xulrunner/nsIUserInfo.h
2156include/xulrunner/nsIVariant.h 2340include/xulrunner/nsIVariant.h
2157include/xulrunner/nsIVersionComparator.h 2341include/xulrunner/nsIVersionComparator.h
2158include/xulrunner/nsIView.h 
2159include/xulrunner/nsIViewManager.h 
2160include/xulrunner/nsIViewSourceChannel.h 2342include/xulrunner/nsIViewSourceChannel.h
2161include/xulrunner/nsIWapPushApplication.h 2343include/xulrunner/nsIWapPushApplication.h
2162include/xulrunner/nsIWeakReference.h 2344include/xulrunner/nsIWeakReference.h
2163include/xulrunner/nsIWeakReferenceUtils.h 2345include/xulrunner/nsIWeakReferenceUtils.h
2164include/xulrunner/nsIWebBrowser.h 2346include/xulrunner/nsIWebBrowser.h
2165include/xulrunner/nsIWebBrowserChrome.h 2347include/xulrunner/nsIWebBrowserChrome.h
2166include/xulrunner/nsIWebBrowserChrome2.h 2348include/xulrunner/nsIWebBrowserChrome2.h
2167include/xulrunner/nsIWebBrowserChrome3.h 2349include/xulrunner/nsIWebBrowserChrome3.h
2168include/xulrunner/nsIWebBrowserChromeFocus.h 2350include/xulrunner/nsIWebBrowserChromeFocus.h
2169include/xulrunner/nsIWebBrowserFind.h 2351include/xulrunner/nsIWebBrowserFind.h
2170include/xulrunner/nsIWebBrowserFocus.h 2352include/xulrunner/nsIWebBrowserFocus.h
2171include/xulrunner/nsIWebBrowserPersist.h 2353include/xulrunner/nsIWebBrowserPersist.h
2172include/xulrunner/nsIWebBrowserPrint.h 2354include/xulrunner/nsIWebBrowserPrint.h
@@ -2283,26 +2465,27 @@ include/xulrunner/nsPIPlacesHistoryListe @@ -2283,26 +2465,27 @@ include/xulrunner/nsPIPlacesHistoryListe
2283include/xulrunner/nsPIPromptService.h 2465include/xulrunner/nsPIPromptService.h
2284include/xulrunner/nsPISocketTransportService.h 2466include/xulrunner/nsPISocketTransportService.h
2285include/xulrunner/nsPIWindowRoot.h 2467include/xulrunner/nsPIWindowRoot.h
2286include/xulrunner/nsPIWindowWatcher.h 2468include/xulrunner/nsPIWindowWatcher.h
2287include/xulrunner/nsParserBase.h 2469include/xulrunner/nsParserBase.h
2288include/xulrunner/nsParserCIID.h 2470include/xulrunner/nsParserCIID.h
2289include/xulrunner/nsParserConstants.h 2471include/xulrunner/nsParserConstants.h
2290include/xulrunner/nsParserUtils.h 2472include/xulrunner/nsParserUtils.h
2291include/xulrunner/nsPluginDirServiceProvider.h 2473include/xulrunner/nsPluginDirServiceProvider.h
2292include/xulrunner/nsPluginHost.h 2474include/xulrunner/nsPluginHost.h
2293include/xulrunner/nsPluginInstanceOwner.h 2475include/xulrunner/nsPluginInstanceOwner.h
2294include/xulrunner/nsPluginLogging.h 2476include/xulrunner/nsPluginLogging.h
2295include/xulrunner/nsPluginNativeWindow.h 2477include/xulrunner/nsPluginNativeWindow.h
 2478include/xulrunner/nsPluginSafety.h
2296include/xulrunner/nsPluginTags.h 2479include/xulrunner/nsPluginTags.h
2297include/xulrunner/nsPluginsCID.h 2480include/xulrunner/nsPluginsCID.h
2298include/xulrunner/nsPluginsDir.h 2481include/xulrunner/nsPluginsDir.h
2299include/xulrunner/nsPoint.h 2482include/xulrunner/nsPoint.h
2300include/xulrunner/nsPosixLocale.h 2483include/xulrunner/nsPosixLocale.h
2301include/xulrunner/nsPresArena.h 2484include/xulrunner/nsPresArena.h
2302include/xulrunner/nsPresContext.h 2485include/xulrunner/nsPresContext.h
2303include/xulrunner/nsPresState.h 2486include/xulrunner/nsPresState.h
2304include/xulrunner/nsPrintfCString.h 2487include/xulrunner/nsPrintfCString.h
2305include/xulrunner/nsProcess.h 2488include/xulrunner/nsProcess.h
2306include/xulrunner/nsProfileDirServiceProvider.h 2489include/xulrunner/nsProfileDirServiceProvider.h
2307include/xulrunner/nsPromiseFlatString.h 2490include/xulrunner/nsPromiseFlatString.h
2308include/xulrunner/nsPromptUtils.h 2491include/xulrunner/nsPromptUtils.h
@@ -2320,33 +2503,45 @@ include/xulrunner/nsRefPtrHashtable.h @@ -2320,33 +2503,45 @@ include/xulrunner/nsRefPtrHashtable.h
2320include/xulrunner/nsReferencedElement.h 2503include/xulrunner/nsReferencedElement.h
2321include/xulrunner/nsRefreshDriver.h 2504include/xulrunner/nsRefreshDriver.h
2322include/xulrunner/nsRegion.h 2505include/xulrunner/nsRegion.h
2323include/xulrunner/nsRenderingContext.h 2506include/xulrunner/nsRenderingContext.h
2324include/xulrunner/nsRuleData.h 2507include/xulrunner/nsRuleData.h
2325include/xulrunner/nsRuleNode.h 2508include/xulrunner/nsRuleNode.h
2326include/xulrunner/nsRuleProcessorData.h 2509include/xulrunner/nsRuleProcessorData.h
2327include/xulrunner/nsRuleWalker.h 2510include/xulrunner/nsRuleWalker.h
2328include/xulrunner/nsSAXAttributes.h 2511include/xulrunner/nsSAXAttributes.h
2329include/xulrunner/nsSAXLocator.h 2512include/xulrunner/nsSAXLocator.h
2330include/xulrunner/nsSAXXMLReader.h 2513include/xulrunner/nsSAXXMLReader.h
2331include/xulrunner/nsSHEntryShared.h 2514include/xulrunner/nsSHEntryShared.h
2332include/xulrunner/nsSMILAnimationController.h 2515include/xulrunner/nsSMILAnimationController.h
 2516include/xulrunner/nsSMILAnimationFunction.h
2333include/xulrunner/nsSMILCSSProperty.h 2517include/xulrunner/nsSMILCSSProperty.h
2334include/xulrunner/nsSMILCompositorTable.h 2518include/xulrunner/nsSMILCompositorTable.h
 2519include/xulrunner/nsSMILInstanceTime.h
 2520include/xulrunner/nsSMILInterval.h
2335include/xulrunner/nsSMILKeySpline.h 2521include/xulrunner/nsSMILKeySpline.h
2336include/xulrunner/nsSMILMappedAttribute.h 2522include/xulrunner/nsSMILMappedAttribute.h
2337include/xulrunner/nsSMILMilestone.h 2523include/xulrunner/nsSMILMilestone.h
 2524include/xulrunner/nsSMILNullType.h
 2525include/xulrunner/nsSMILRepeatCount.h
 2526include/xulrunner/nsSMILSetAnimationFunction.h
 2527include/xulrunner/nsSMILTargetIdentifier.h
2338include/xulrunner/nsSMILTimeContainer.h 2528include/xulrunner/nsSMILTimeContainer.h
 2529include/xulrunner/nsSMILTimeValue.h
 2530include/xulrunner/nsSMILTimeValueSpec.h
 2531include/xulrunner/nsSMILTimeValueSpecParams.h
 2532include/xulrunner/nsSMILTimedElement.h
2339include/xulrunner/nsSMILTypes.h 2533include/xulrunner/nsSMILTypes.h
 2534include/xulrunner/nsSMILValue.h
2340include/xulrunner/nsSVGEffects.h 2535include/xulrunner/nsSVGEffects.h
2341include/xulrunner/nsSVGFeatures.h 2536include/xulrunner/nsSVGFeatures.h
2342include/xulrunner/nsSVGFilterInstance.h 2537include/xulrunner/nsSVGFilterInstance.h
2343include/xulrunner/nsSVGForeignObjectFrame.h 2538include/xulrunner/nsSVGForeignObjectFrame.h
2344include/xulrunner/nsSVGIntegrationUtils.h 2539include/xulrunner/nsSVGIntegrationUtils.h
2345include/xulrunner/nsSVGRect.h 2540include/xulrunner/nsSVGRect.h
2346include/xulrunner/nsSVGUtils.h 2541include/xulrunner/nsSVGUtils.h
2347include/xulrunner/nsSandboxFlags.h 2542include/xulrunner/nsSandboxFlags.h
2348include/xulrunner/nsScannerString.h 2543include/xulrunner/nsScannerString.h
2349include/xulrunner/nsScriptLoader.h 2544include/xulrunner/nsScriptLoader.h
2350include/xulrunner/nsScriptableInputStream.h 2545include/xulrunner/nsScriptableInputStream.h
2351include/xulrunner/nsServiceManagerUtils.h 2546include/xulrunner/nsServiceManagerUtils.h
2352include/xulrunner/nsSize.h 2547include/xulrunner/nsSize.h
@@ -2380,26 +2575,27 @@ include/xulrunner/nsStyleStructFwd.h @@ -2380,26 +2575,27 @@ include/xulrunner/nsStyleStructFwd.h
2380include/xulrunner/nsStyleStructInlines.h 2575include/xulrunner/nsStyleStructInlines.h
2381include/xulrunner/nsStyleStructList.h 2576include/xulrunner/nsStyleStructList.h
2382include/xulrunner/nsStyleTransformMatrix.h 2577include/xulrunner/nsStyleTransformMatrix.h
2383include/xulrunner/nsStyleUtil.h 2578include/xulrunner/nsStyleUtil.h
2384include/xulrunner/nsStyledElement.h 2579include/xulrunner/nsStyledElement.h
2385include/xulrunner/nsSubDocumentFrame.h 2580include/xulrunner/nsSubDocumentFrame.h
2386include/xulrunner/nsSubstring.h 2581include/xulrunner/nsSubstring.h
2387include/xulrunner/nsSubstringTuple.h 2582include/xulrunner/nsSubstringTuple.h
2388include/xulrunner/nsSupportsArray.h 2583include/xulrunner/nsSupportsArray.h
2389include/xulrunner/nsSupportsPrimitives.h 2584include/xulrunner/nsSupportsPrimitives.h
2390include/xulrunner/nsSurfaceTexture.h 2585include/xulrunner/nsSurfaceTexture.h
2391include/xulrunner/nsTArray-inl.h 2586include/xulrunner/nsTArray-inl.h
2392include/xulrunner/nsTArray.h 2587include/xulrunner/nsTArray.h
 2588include/xulrunner/nsTArrayForwardDeclare.h
2393include/xulrunner/nsTArrayHelpers.h 2589include/xulrunner/nsTArrayHelpers.h
2394include/xulrunner/nsTDependentString.h 2590include/xulrunner/nsTDependentString.h
2395include/xulrunner/nsTDependentSubstring.h 2591include/xulrunner/nsTDependentSubstring.h
2396include/xulrunner/nsTHashtable.h 2592include/xulrunner/nsTHashtable.h
2397include/xulrunner/nsTObserverArray.h 2593include/xulrunner/nsTObserverArray.h
2398include/xulrunner/nsTPriorityQueue.h 2594include/xulrunner/nsTPriorityQueue.h
2399include/xulrunner/nsTPromiseFlatString.h 2595include/xulrunner/nsTPromiseFlatString.h
2400include/xulrunner/nsTString.h 2596include/xulrunner/nsTString.h
2401include/xulrunner/nsTSubstring.h 2597include/xulrunner/nsTSubstring.h
2402include/xulrunner/nsTSubstringTuple.h 2598include/xulrunner/nsTSubstringTuple.h
2403include/xulrunner/nsTWeakRef.h 2599include/xulrunner/nsTWeakRef.h
2404include/xulrunner/nsTextFormatter.h 2600include/xulrunner/nsTextFormatter.h
2405include/xulrunner/nsTextFragment.h 2601include/xulrunner/nsTextFragment.h
@@ -2429,27 +2625,29 @@ include/xulrunner/nsUCvTWCID.h @@ -2429,27 +2625,29 @@ include/xulrunner/nsUCvTWCID.h
2429include/xulrunner/nsURIHashKey.h 2625include/xulrunner/nsURIHashKey.h
2430include/xulrunner/nsURILoader.h 2626include/xulrunner/nsURILoader.h
2431include/xulrunner/nsURLHelper.h 2627include/xulrunner/nsURLHelper.h
2432include/xulrunner/nsUTF8Utils.h 2628include/xulrunner/nsUTF8Utils.h
2433include/xulrunner/nsUnicharInputStream.h 2629include/xulrunner/nsUnicharInputStream.h
2434include/xulrunner/nsUnicharUtilCIID.h 2630include/xulrunner/nsUnicharUtilCIID.h
2435include/xulrunner/nsUnicharUtils.h 2631include/xulrunner/nsUnicharUtils.h
2436include/xulrunner/nsUnicodeNormalizer.h 2632include/xulrunner/nsUnicodeNormalizer.h
2437include/xulrunner/nsUnicodeProperties.h 2633include/xulrunner/nsUnicodeProperties.h
2438include/xulrunner/nsUnicodeScriptCodes.h 2634include/xulrunner/nsUnicodeScriptCodes.h
2439include/xulrunner/nsVKList.h 2635include/xulrunner/nsVKList.h
2440include/xulrunner/nsVariant.h 2636include/xulrunner/nsVariant.h
2441include/xulrunner/nsVersionComparator.h 2637include/xulrunner/nsVersionComparator.h
2442include/xulrunner/nsViewsCID.h 2638include/xulrunner/nsView.h
 2639include/xulrunner/nsViewManager.h
 2640include/xulrunner/nsViewportInfo.h
2443include/xulrunner/nsVoidArray.h 2641include/xulrunner/nsVoidArray.h
2444include/xulrunner/nsWeakPtr.h 2642include/xulrunner/nsWeakPtr.h
2445include/xulrunner/nsWeakReference.h 2643include/xulrunner/nsWeakReference.h
2446include/xulrunner/nsWhitespaceTokenizer.h 2644include/xulrunner/nsWhitespaceTokenizer.h
2447include/xulrunner/nsWidgetInitData.h 2645include/xulrunner/nsWidgetInitData.h
2448include/xulrunner/nsWidgetsCID.h 2646include/xulrunner/nsWidgetsCID.h
2449include/xulrunner/nsWildCard.h 2647include/xulrunner/nsWildCard.h
2450include/xulrunner/nsWin32Locale.h 2648include/xulrunner/nsWin32Locale.h
2451include/xulrunner/nsWindowMemoryReporter.h 2649include/xulrunner/nsWindowMemoryReporter.h
2452include/xulrunner/nsWrapperCache.h 2650include/xulrunner/nsWrapperCache.h
2453include/xulrunner/nsWrapperCacheInlines.h 2651include/xulrunner/nsWrapperCacheInlines.h
2454include/xulrunner/nsXBLBinding.h 2652include/xulrunner/nsXBLBinding.h
2455include/xulrunner/nsXMLNameSpaceMap.h 2653include/xulrunner/nsXMLNameSpaceMap.h
@@ -2469,26 +2667,43 @@ include/xulrunner/nspluginroot.h @@ -2469,26 +2667,43 @@ include/xulrunner/nspluginroot.h
2469include/xulrunner/nsrootidl.h 2667include/xulrunner/nsrootidl.h
2470include/xulrunner/ogg/config_types.h 2668include/xulrunner/ogg/config_types.h
2471include/xulrunner/ogg/ogg.h 2669include/xulrunner/ogg/ogg.h
2472include/xulrunner/ogg/os_types.h 2670include/xulrunner/ogg/os_types.h
2473include/xulrunner/opentype-sanitiser.h 2671include/xulrunner/opentype-sanitiser.h
2474include/xulrunner/opus/opus.h 2672include/xulrunner/opus/opus.h
2475include/xulrunner/opus/opus_defines.h 2673include/xulrunner/opus/opus_defines.h
2476include/xulrunner/opus/opus_multistream.h 2674include/xulrunner/opus/opus_multistream.h
2477include/xulrunner/opus/opus_types.h 2675include/xulrunner/opus/opus_types.h
2478include/xulrunner/ots-memory-stream.h 2676include/xulrunner/ots-memory-stream.h
2479include/xulrunner/pldhash.h 2677include/xulrunner/pldhash.h
2480include/xulrunner/png.h 2678include/xulrunner/png.h
2481include/xulrunner/pngconf.h 2679include/xulrunner/pngconf.h
 2680include/xulrunner/protobuf/google/protobuf/extension_set.h
 2681include/xulrunner/protobuf/google/protobuf/generated_message_util.h
 2682include/xulrunner/protobuf/google/protobuf/io/coded_stream.h
 2683include/xulrunner/protobuf/google/protobuf/io/coded_stream_inl.h
 2684include/xulrunner/protobuf/google/protobuf/io/package_info.h
 2685include/xulrunner/protobuf/google/protobuf/io/zero_copy_stream.h
 2686include/xulrunner/protobuf/google/protobuf/io/zero_copy_stream_impl.h
 2687include/xulrunner/protobuf/google/protobuf/io/zero_copy_stream_impl_lite.h
 2688include/xulrunner/protobuf/google/protobuf/message_lite.h
 2689include/xulrunner/protobuf/google/protobuf/repeated_field.h
 2690include/xulrunner/protobuf/google/protobuf/stubs/common.h
 2691include/xulrunner/protobuf/google/protobuf/stubs/hash.h
 2692include/xulrunner/protobuf/google/protobuf/stubs/map-util.h
 2693include/xulrunner/protobuf/google/protobuf/stubs/once.h
 2694include/xulrunner/protobuf/google/protobuf/stubs/stl_util-inl.h
 2695include/xulrunner/protobuf/google/protobuf/wire_format_lite.h
 2696include/xulrunner/protobuf/google/protobuf/wire_format_lite_inl.h
2482include/xulrunner/qcms.h 2697include/xulrunner/qcms.h
2483include/xulrunner/qcmstypes.h 2698include/xulrunner/qcmstypes.h
2484include/xulrunner/qsObjectHelper.h 2699include/xulrunner/qsObjectHelper.h
2485include/xulrunner/rdf.h 2700include/xulrunner/rdf.h
2486include/xulrunner/rdfIDataSource.h 2701include/xulrunner/rdfIDataSource.h
2487include/xulrunner/rdfISerializer.h 2702include/xulrunner/rdfISerializer.h
2488include/xulrunner/rdfITripleVisitor.h 2703include/xulrunner/rdfITripleVisitor.h
2489include/xulrunner/readstrings.h 2704include/xulrunner/readstrings.h
2490include/xulrunner/sampler.h 2705include/xulrunner/sampler.h
2491include/xulrunner/skia/Sk64.h 2706include/xulrunner/skia/Sk64.h
2492include/xulrunner/skia/SkAdvancedTypefaceMetrics.h 2707include/xulrunner/skia/SkAdvancedTypefaceMetrics.h
2493include/xulrunner/skia/SkBitmap.h 2708include/xulrunner/skia/SkBitmap.h
2494include/xulrunner/skia/SkBlitRow.h 2709include/xulrunner/skia/SkBlitRow.h
@@ -2573,35 +2788,42 @@ include/xulrunner/skia/SkTime.h @@ -2573,35 +2788,42 @@ include/xulrunner/skia/SkTime.h
2573include/xulrunner/skia/SkTrace.h 2788include/xulrunner/skia/SkTrace.h
2574include/xulrunner/skia/SkTypeface.h 2789include/xulrunner/skia/SkTypeface.h
2575include/xulrunner/skia/SkTypes.h 2790include/xulrunner/skia/SkTypes.h
2576include/xulrunner/skia/SkUnPreMultiply.h 2791include/xulrunner/skia/SkUnPreMultiply.h
2577include/xulrunner/skia/SkUnitMapper.h 2792include/xulrunner/skia/SkUnitMapper.h
2578include/xulrunner/skia/SkUserConfig.h 2793include/xulrunner/skia/SkUserConfig.h
2579include/xulrunner/skia/SkUtils.h 2794include/xulrunner/skia/SkUtils.h
2580include/xulrunner/skia/SkWeakRefCnt.h 2795include/xulrunner/skia/SkWeakRefCnt.h
2581include/xulrunner/skia/SkWriter32.h 2796include/xulrunner/skia/SkWriter32.h
2582include/xulrunner/skia/SkXfermode.h 2797include/xulrunner/skia/SkXfermode.h
2583include/xulrunner/snappy/snappy-c.h 2798include/xulrunner/snappy/snappy-c.h
2584include/xulrunner/snappy/snappy-stubs-public.h 2799include/xulrunner/snappy/snappy-stubs-public.h
2585include/xulrunner/snappy/snappy.h 2800include/xulrunner/snappy/snappy.h
 2801include/xulrunner/soundtouch/FIFOSamplePipe.h
 2802include/xulrunner/soundtouch/STTypes.h
 2803include/xulrunner/soundtouch/SoundTouch.h
 2804include/xulrunner/soundtouch/soundtouch_config.h
 2805include/xulrunner/speex/speex_config_types.h
2586include/xulrunner/speex/speex_resampler.h 2806include/xulrunner/speex/speex_resampler.h
 2807include/xulrunner/speex/speex_types.h
2587include/xulrunner/string-template-def-char.h 2808include/xulrunner/string-template-def-char.h
2588include/xulrunner/string-template-def-unichar.h 2809include/xulrunner/string-template-def-unichar.h
2589include/xulrunner/string-template-undef.h 2810include/xulrunner/string-template-undef.h
2590include/xulrunner/sydneyaudio/sydney_audio.h 2811include/xulrunner/sydneyaudio/sydney_audio.h
2591include/xulrunner/theora/codec.h 2812include/xulrunner/theora/codec.h
2592include/xulrunner/theora/theora.h 2813include/xulrunner/theora/theora.h
2593include/xulrunner/theora/theoradec.h 2814include/xulrunner/theora/theoradec.h
2594include/xulrunner/theora/theoraenc.h 2815include/xulrunner/theora/theoraenc.h
 2816include/xulrunner/tremor/ivorbiscodec.h
2595${PLIST.tremor}include/xulrunner/tremor/ivorbiscodec.h 2817${PLIST.tremor}include/xulrunner/tremor/ivorbiscodec.h
2596include/xulrunner/txIEXSLTRegExFunctions.h 2818include/xulrunner/txIEXSLTRegExFunctions.h
2597include/xulrunner/txIFunctionEvaluationContext.h 2819include/xulrunner/txIFunctionEvaluationContext.h
2598include/xulrunner/txINodeSet.h 2820include/xulrunner/txINodeSet.h
2599include/xulrunner/txIXPathObject.h 2821include/xulrunner/txIXPathObject.h
2600include/xulrunner/uconvutil.h 2822include/xulrunner/uconvutil.h
2601include/xulrunner/updatedefines.h 2823include/xulrunner/updatedefines.h
2602include/xulrunner/updatelogging.h 2824include/xulrunner/updatelogging.h
2603${PLIST.vorbis}include/xulrunner/vorbis/codec.h 2825${PLIST.vorbis}include/xulrunner/vorbis/codec.h
2604include/xulrunner/xpcIJSGetFactory.h 2826include/xulrunner/xpcIJSGetFactory.h
2605include/xulrunner/xpcIJSModuleLoader.h 2827include/xulrunner/xpcIJSModuleLoader.h
2606include/xulrunner/xpcIJSWeakReference.h 2828include/xulrunner/xpcIJSWeakReference.h
2607include/xulrunner/xpcObjectHelper.h 2829include/xulrunner/xpcObjectHelper.h
@@ -2693,26 +2915,27 @@ lib/xulrunner/chrome/en-US/locale/en-US/ @@ -2693,26 +2915,27 @@ lib/xulrunner/chrome/en-US/locale/en-US/
2693lib/xulrunner/chrome/en-US/locale/en-US/global/global-strres.properties 2915lib/xulrunner/chrome/en-US/locale/en-US/global/global-strres.properties
2694lib/xulrunner/chrome/en-US/locale/en-US/global/global.dtd 2916lib/xulrunner/chrome/en-US/locale/en-US/global/global.dtd
2695lib/xulrunner/chrome/en-US/locale/en-US/global/globalKeys.dtd 2917lib/xulrunner/chrome/en-US/locale/en-US/global/globalKeys.dtd
2696lib/xulrunner/chrome/en-US/locale/en-US/global/headsUpDisplay.properties 2918lib/xulrunner/chrome/en-US/locale/en-US/global/headsUpDisplay.properties
2697lib/xulrunner/chrome/en-US/locale/en-US/global/intl.css 2919lib/xulrunner/chrome/en-US/locale/en-US/global/intl.css
2698lib/xulrunner/chrome/en-US/locale/en-US/global/intl.properties 2920lib/xulrunner/chrome/en-US/locale/en-US/global/intl.properties
2699lib/xulrunner/chrome/en-US/locale/en-US/global/keys.properties 2921lib/xulrunner/chrome/en-US/locale/en-US/global/keys.properties
2700lib/xulrunner/chrome/en-US/locale/en-US/global/languageNames.properties 2922lib/xulrunner/chrome/en-US/locale/en-US/global/languageNames.properties
2701lib/xulrunner/chrome/en-US/locale/en-US/global/layout/HtmlForm.properties 2923lib/xulrunner/chrome/en-US/locale/en-US/global/layout/HtmlForm.properties
2702lib/xulrunner/chrome/en-US/locale/en-US/global/layout/MediaDocument.properties 2924lib/xulrunner/chrome/en-US/locale/en-US/global/layout/MediaDocument.properties
2703lib/xulrunner/chrome/en-US/locale/en-US/global/layout/htmlparser.properties 2925lib/xulrunner/chrome/en-US/locale/en-US/global/layout/htmlparser.properties
2704lib/xulrunner/chrome/en-US/locale/en-US/global/layout/xmlparser.properties 2926lib/xulrunner/chrome/en-US/locale/en-US/global/layout/xmlparser.properties
2705lib/xulrunner/chrome/en-US/locale/en-US/global/layout_errors.properties 2927lib/xulrunner/chrome/en-US/locale/en-US/global/layout_errors.properties
 2928lib/xulrunner/chrome/en-US/locale/en-US/global/mathml/mathml.properties
2706lib/xulrunner/chrome/en-US/locale/en-US/global/mozilla.dtd 2929lib/xulrunner/chrome/en-US/locale/en-US/global/mozilla.dtd
2707lib/xulrunner/chrome/en-US/locale/en-US/global/netError.dtd 2930lib/xulrunner/chrome/en-US/locale/en-US/global/netError.dtd
2708lib/xulrunner/chrome/en-US/locale/en-US/global/netErrorApp.dtd 2931lib/xulrunner/chrome/en-US/locale/en-US/global/netErrorApp.dtd
2709lib/xulrunner/chrome/en-US/locale/en-US/global/notification.dtd 2932lib/xulrunner/chrome/en-US/locale/en-US/global/notification.dtd
2710lib/xulrunner/chrome/en-US/locale/en-US/global/nsWebBrowserPersist.properties 2933lib/xulrunner/chrome/en-US/locale/en-US/global/nsWebBrowserPersist.properties
2711lib/xulrunner/chrome/en-US/locale/en-US/global/plugins.properties 2934lib/xulrunner/chrome/en-US/locale/en-US/global/plugins.properties
2712lib/xulrunner/chrome/en-US/locale/en-US/global/preferences.dtd 2935lib/xulrunner/chrome/en-US/locale/en-US/global/preferences.dtd
2713lib/xulrunner/chrome/en-US/locale/en-US/global/printPageSetup.dtd 2936lib/xulrunner/chrome/en-US/locale/en-US/global/printPageSetup.dtd
2714lib/xulrunner/chrome/en-US/locale/en-US/global/printPreview.dtd 2937lib/xulrunner/chrome/en-US/locale/en-US/global/printPreview.dtd
2715lib/xulrunner/chrome/en-US/locale/en-US/global/printPreviewProgress.dtd 2938lib/xulrunner/chrome/en-US/locale/en-US/global/printPreviewProgress.dtd
2716lib/xulrunner/chrome/en-US/locale/en-US/global/printProgress.dtd 2939lib/xulrunner/chrome/en-US/locale/en-US/global/printProgress.dtd
2717lib/xulrunner/chrome/en-US/locale/en-US/global/printdialog.dtd 2940lib/xulrunner/chrome/en-US/locale/en-US/global/printdialog.dtd
2718lib/xulrunner/chrome/en-US/locale/en-US/global/printdialog.properties 2941lib/xulrunner/chrome/en-US/locale/en-US/global/printdialog.properties
@@ -2770,26 +2993,28 @@ lib/xulrunner/chrome/en-US/locale/en-US/ @@ -2770,26 +2993,28 @@ lib/xulrunner/chrome/en-US/locale/en-US/
2770lib/xulrunner/chrome/en-US/locale/en-US/mozapps/xpinstall/xpinstallConfirm.properties 2993lib/xulrunner/chrome/en-US/locale/en-US/mozapps/xpinstall/xpinstallConfirm.properties
2771lib/xulrunner/chrome/en-US/locale/en-US/necko/necko.properties 2994lib/xulrunner/chrome/en-US/locale/en-US/necko/necko.properties
2772lib/xulrunner/chrome/en-US/locale/en-US/passwordmgr/passwordManager.dtd 2995lib/xulrunner/chrome/en-US/locale/en-US/passwordmgr/passwordManager.dtd
2773lib/xulrunner/chrome/en-US/locale/en-US/passwordmgr/passwordmgr.properties 2996lib/xulrunner/chrome/en-US/locale/en-US/passwordmgr/passwordmgr.properties
2774lib/xulrunner/chrome/en-US/locale/en-US/pipnss/nsserrors.properties 2997lib/xulrunner/chrome/en-US/locale/en-US/pipnss/nsserrors.properties
2775lib/xulrunner/chrome/en-US/locale/en-US/pipnss/pipnss.properties 2998lib/xulrunner/chrome/en-US/locale/en-US/pipnss/pipnss.properties
2776lib/xulrunner/chrome/en-US/locale/en-US/pipnss/security.properties 2999lib/xulrunner/chrome/en-US/locale/en-US/pipnss/security.properties
2777lib/xulrunner/chrome/en-US/locale/en-US/pippki/certManager.dtd 3000lib/xulrunner/chrome/en-US/locale/en-US/pippki/certManager.dtd
2778lib/xulrunner/chrome/en-US/locale/en-US/pippki/deviceManager.dtd 3001lib/xulrunner/chrome/en-US/locale/en-US/pippki/deviceManager.dtd
2779lib/xulrunner/chrome/en-US/locale/en-US/pippki/pippki.dtd 3002lib/xulrunner/chrome/en-US/locale/en-US/pippki/pippki.dtd
2780lib/xulrunner/chrome/en-US/locale/en-US/pippki/pippki.properties 3003lib/xulrunner/chrome/en-US/locale/en-US/pippki/pippki.properties
2781lib/xulrunner/chrome/en-US/locale/en-US/pippki/validation.dtd 3004lib/xulrunner/chrome/en-US/locale/en-US/pippki/validation.dtd
2782lib/xulrunner/chrome/en-US/locale/en-US/places/places.properties 3005lib/xulrunner/chrome/en-US/locale/en-US/places/places.properties
 3006lib/xulrunner/chrome/en-US/locale/en-US/services/errors.properties
 3007lib/xulrunner/chrome/en-US/locale/en-US/services/sync.properties
2783lib/xulrunner/chrome/icons/default/default16.png 3008lib/xulrunner/chrome/icons/default/default16.png
2784lib/xulrunner/chrome/icons/default/default32.png 3009lib/xulrunner/chrome/icons/default/default32.png
2785lib/xulrunner/chrome/icons/default/default48.png 3010lib/xulrunner/chrome/icons/default/default48.png
2786lib/xulrunner/chrome/pippki.manifest 3011lib/xulrunner/chrome/pippki.manifest
2787lib/xulrunner/chrome/pippki/content/pippki/CAOverlay.xul 3012lib/xulrunner/chrome/pippki/content/pippki/CAOverlay.xul
2788lib/xulrunner/chrome/pippki/content/pippki/MineOverlay.xul 3013lib/xulrunner/chrome/pippki/content/pippki/MineOverlay.xul
2789lib/xulrunner/chrome/pippki/content/pippki/OrphanOverlay.xul 3014lib/xulrunner/chrome/pippki/content/pippki/OrphanOverlay.xul
2790lib/xulrunner/chrome/pippki/content/pippki/OthersOverlay.xul 3015lib/xulrunner/chrome/pippki/content/pippki/OthersOverlay.xul
2791lib/xulrunner/chrome/pippki/content/pippki/WebSitesOverlay.xul 3016lib/xulrunner/chrome/pippki/content/pippki/WebSitesOverlay.xul
2792lib/xulrunner/chrome/pippki/content/pippki/cacertexists.xul 3017lib/xulrunner/chrome/pippki/content/pippki/cacertexists.xul
2793lib/xulrunner/chrome/pippki/content/pippki/certDump.xul 3018lib/xulrunner/chrome/pippki/content/pippki/certDump.xul
2794lib/xulrunner/chrome/pippki/content/pippki/certManager.js 3019lib/xulrunner/chrome/pippki/content/pippki/certManager.js
2795lib/xulrunner/chrome/pippki/content/pippki/certManager.xul 3020lib/xulrunner/chrome/pippki/content/pippki/certManager.xul
@@ -3332,26 +3557,28 @@ lib/xulrunner/chrome/toolkit/skin/classi @@ -3332,26 +3557,28 @@ lib/xulrunner/chrome/toolkit/skin/classi
3332lib/xulrunner/chrome/toolkit/skin/classic/mozapps/plugins/pluginProblem.css 3557lib/xulrunner/chrome/toolkit/skin/classic/mozapps/plugins/pluginProblem.css
3333lib/xulrunner/chrome/toolkit/skin/classic/mozapps/profile/profileSelection.css 3558lib/xulrunner/chrome/toolkit/skin/classic/mozapps/profile/profileSelection.css
3334lib/xulrunner/chrome/toolkit/skin/classic/mozapps/profile/profileicon.png 3559lib/xulrunner/chrome/toolkit/skin/classic/mozapps/profile/profileicon.png
3335lib/xulrunner/chrome/toolkit/skin/classic/mozapps/update/downloadButtons.png 3560lib/xulrunner/chrome/toolkit/skin/classic/mozapps/update/downloadButtons.png
3336lib/xulrunner/chrome/toolkit/skin/classic/mozapps/update/updates.css 3561lib/xulrunner/chrome/toolkit/skin/classic/mozapps/update/updates.css
3337lib/xulrunner/chrome/toolkit/skin/classic/mozapps/viewsource/viewsource.css 3562lib/xulrunner/chrome/toolkit/skin/classic/mozapps/viewsource/viewsource.css
3338lib/xulrunner/chrome/toolkit/skin/classic/mozapps/xpinstall/xpinstallConfirm.css 3563lib/xulrunner/chrome/toolkit/skin/classic/mozapps/xpinstall/xpinstallConfirm.css
3339lib/xulrunner/chrome/toolkit/skin/classic/mozapps/xpinstall/xpinstallItemGeneric.png 3564lib/xulrunner/chrome/toolkit/skin/classic/mozapps/xpinstall/xpinstallItemGeneric.png
3340lib/xulrunner/components/Activities.manifest 3565lib/xulrunner/components/Activities.manifest
3341lib/xulrunner/components/ActivityOptions.js 3566lib/xulrunner/components/ActivityOptions.js
3342lib/xulrunner/components/ActivityProxy.js 3567lib/xulrunner/components/ActivityProxy.js
3343lib/xulrunner/components/ActivityRequestHandler.js 3568lib/xulrunner/components/ActivityRequestHandler.js
3344lib/xulrunner/components/ActivityWrapper.js 3569lib/xulrunner/components/ActivityWrapper.js
 3570lib/xulrunner/components/Aitc.js
 3571lib/xulrunner/components/AitcComponents.manifest
3345lib/xulrunner/components/AlarmsManager.js 3572lib/xulrunner/components/AlarmsManager.js
3346lib/xulrunner/components/AlarmsManager.manifest 3573lib/xulrunner/components/AlarmsManager.manifest
3347lib/xulrunner/components/AppProtocolHandler.js 3574lib/xulrunner/components/AppProtocolHandler.js
3348lib/xulrunner/components/AppProtocolHandler.manifest 3575lib/xulrunner/components/AppProtocolHandler.manifest
3349lib/xulrunner/components/AppsService.js 3576lib/xulrunner/components/AppsService.js
3350lib/xulrunner/components/AppsService.manifest 3577lib/xulrunner/components/AppsService.manifest
3351lib/xulrunner/components/BrowserElementParent.js 3578lib/xulrunner/components/BrowserElementParent.js
3352lib/xulrunner/components/BrowserElementParent.manifest 3579lib/xulrunner/components/BrowserElementParent.manifest
3353lib/xulrunner/components/ColorAnalyzer.js 3580lib/xulrunner/components/ColorAnalyzer.js
3354lib/xulrunner/components/ConsoleAPI.js 3581lib/xulrunner/components/ConsoleAPI.js
3355lib/xulrunner/components/ConsoleAPI.manifest 3582lib/xulrunner/components/ConsoleAPI.manifest
3356lib/xulrunner/components/ContactManager.js 3583lib/xulrunner/components/ContactManager.js
3357lib/xulrunner/components/ContactManager.manifest 3584lib/xulrunner/components/ContactManager.manifest
@@ -3365,46 +3592,48 @@ lib/xulrunner/components/NetworkGeolocat @@ -3365,46 +3592,48 @@ lib/xulrunner/components/NetworkGeolocat
3365lib/xulrunner/components/PeerConnection.js 3592lib/xulrunner/components/PeerConnection.js
3366lib/xulrunner/components/PeerConnection.manifest 3593lib/xulrunner/components/PeerConnection.manifest
3367lib/xulrunner/components/PermissionPromptService.js 3594lib/xulrunner/components/PermissionPromptService.js
3368lib/xulrunner/components/PermissionPromptService.manifest 3595lib/xulrunner/components/PermissionPromptService.manifest
3369lib/xulrunner/components/PermissionSettings.js 3596lib/xulrunner/components/PermissionSettings.js
3370lib/xulrunner/components/PermissionSettings.manifest 3597lib/xulrunner/components/PermissionSettings.manifest
3371lib/xulrunner/components/PlacesCategoriesStarter.js 3598lib/xulrunner/components/PlacesCategoriesStarter.js
3372lib/xulrunner/components/SettingsManager.js 3599lib/xulrunner/components/SettingsManager.js
3373lib/xulrunner/components/SettingsManager.manifest 3600lib/xulrunner/components/SettingsManager.manifest
3374lib/xulrunner/components/SettingsService.js 3601lib/xulrunner/components/SettingsService.js
3375lib/xulrunner/components/SettingsService.manifest 3602lib/xulrunner/components/SettingsService.manifest
3376lib/xulrunner/components/SiteSpecificUserAgent.js 3603lib/xulrunner/components/SiteSpecificUserAgent.js
3377lib/xulrunner/components/SiteSpecificUserAgent.manifest 3604lib/xulrunner/components/SiteSpecificUserAgent.manifest
 3605lib/xulrunner/components/SyncComponents.manifest
3378lib/xulrunner/components/SystemMessageInternal.js 3606lib/xulrunner/components/SystemMessageInternal.js
3379lib/xulrunner/components/SystemMessageManager.js 3607lib/xulrunner/components/SystemMessageManager.js
3380lib/xulrunner/components/SystemMessageManager.manifest 3608lib/xulrunner/components/SystemMessageManager.manifest
3381lib/xulrunner/components/TCPSocket.js 3609lib/xulrunner/components/TCPSocket.js
3382lib/xulrunner/components/TCPSocket.manifest 3610lib/xulrunner/components/TCPSocket.manifest
3383lib/xulrunner/components/TCPSocketParentIntermediary.js 3611lib/xulrunner/components/TCPSocketParentIntermediary.js
3384lib/xulrunner/components/TelemetryPing.js 3612lib/xulrunner/components/TelemetryPing.js
3385lib/xulrunner/components/TelemetryPing.manifest 3613lib/xulrunner/components/TelemetryPing.manifest
 3614lib/xulrunner/components/Weave.js
3386lib/xulrunner/components/Webapps.js 3615lib/xulrunner/components/Webapps.js
3387lib/xulrunner/components/Webapps.manifest 3616lib/xulrunner/components/Webapps.manifest
3388lib/xulrunner/components/addonManager.js 3617lib/xulrunner/components/addonManager.js
3389lib/xulrunner/components/amContentHandler.js 3618lib/xulrunner/components/amContentHandler.js
3390lib/xulrunner/components/amWebInstallListener.js 3619lib/xulrunner/components/amWebInstallListener.js
3391lib/xulrunner/components/components.manifest 3620lib/xulrunner/components/components.manifest
3392${PLIST.gnome}lib/xulrunner/components/components.manifest 
3393lib/xulrunner/components/contentAreaDropListener.js 3621lib/xulrunner/components/contentAreaDropListener.js
3394lib/xulrunner/components/contentAreaDropListener.manifest 3622lib/xulrunner/components/contentAreaDropListener.manifest
3395lib/xulrunner/components/contentSecurityPolicy.js 3623lib/xulrunner/components/contentSecurityPolicy.js
3396lib/xulrunner/components/contentSecurityPolicy.manifest 3624lib/xulrunner/components/contentSecurityPolicy.manifest
3397lib/xulrunner/components/crypto-SDR.js 3625lib/xulrunner/components/crypto-SDR.js
 3626lib/xulrunner/components/cryptoComponents.manifest
3398lib/xulrunner/components/extensions.manifest 3627lib/xulrunner/components/extensions.manifest
3399lib/xulrunner/components/interfaces.manifest 3628lib/xulrunner/components/interfaces.manifest
3400lib/xulrunner/components/jsconsole-clhandler.js 3629lib/xulrunner/components/jsconsole-clhandler.js
3401lib/xulrunner/components/jsconsole-clhandler.manifest 3630lib/xulrunner/components/jsconsole-clhandler.manifest
3402${PLIST.gnome}lib/xulrunner/components/libdbusservice.so 3631${PLIST.gnome}lib/xulrunner/components/libdbusservice.so
3403lib/xulrunner/components/libmozgnome.so 3632lib/xulrunner/components/libmozgnome.so
3404${PLIST.gnome}lib/xulrunner/components/libnkgnomevfs.so 3633${PLIST.gnome}lib/xulrunner/components/libnkgnomevfs.so
3405lib/xulrunner/components/messageWakeupService.js 3634lib/xulrunner/components/messageWakeupService.js
3406lib/xulrunner/components/messageWakeupService.manifest 3635lib/xulrunner/components/messageWakeupService.manifest
3407lib/xulrunner/components/nsBadCertHandler.js 3636lib/xulrunner/components/nsBadCertHandler.js
3408lib/xulrunner/components/nsBadCertHandler.manifest 3637lib/xulrunner/components/nsBadCertHandler.manifest
3409lib/xulrunner/components/nsBlocklistService.js 3638lib/xulrunner/components/nsBlocklistService.js
3410lib/xulrunner/components/nsContentDispatchChooser.js 3639lib/xulrunner/components/nsContentDispatchChooser.js
@@ -3448,35 +3677,39 @@ lib/xulrunner/components/nsUpdateService @@ -3448,35 +3677,39 @@ lib/xulrunner/components/nsUpdateService
3448lib/xulrunner/components/nsUpdateServiceStub.js 3677lib/xulrunner/components/nsUpdateServiceStub.js
3449lib/xulrunner/components/nsUpdateTimerManager.js 3678lib/xulrunner/components/nsUpdateTimerManager.js
3450lib/xulrunner/components/nsUpdateTimerManager.manifest 3679lib/xulrunner/components/nsUpdateTimerManager.manifest
3451lib/xulrunner/components/nsUrlClassifierHashCompleter.js 3680lib/xulrunner/components/nsUrlClassifierHashCompleter.js
3452lib/xulrunner/components/nsUrlClassifierLib.js 3681lib/xulrunner/components/nsUrlClassifierLib.js
3453lib/xulrunner/components/nsUrlClassifierListManager.js 3682lib/xulrunner/components/nsUrlClassifierListManager.js
3454lib/xulrunner/components/nsWebHandlerApp.js 3683lib/xulrunner/components/nsWebHandlerApp.js
3455lib/xulrunner/components/nsWebHandlerApp.manifest 3684lib/xulrunner/components/nsWebHandlerApp.manifest
3456lib/xulrunner/components/nsXULAppInstall.js 3685lib/xulrunner/components/nsXULAppInstall.js
3457lib/xulrunner/components/nsXULAppInstall.manifest 3686lib/xulrunner/components/nsXULAppInstall.manifest
3458lib/xulrunner/components/passwordmgr.manifest 3687lib/xulrunner/components/passwordmgr.manifest
3459lib/xulrunner/components/pluginGlue.manifest 3688lib/xulrunner/components/pluginGlue.manifest
3460lib/xulrunner/components/satchel.manifest 3689lib/xulrunner/components/satchel.manifest
 3690lib/xulrunner/components/servicesComponents.manifest
3461lib/xulrunner/components/storage-Legacy.js 3691lib/xulrunner/components/storage-Legacy.js
3462lib/xulrunner/components/storage-mozStorage.js 3692lib/xulrunner/components/storage-mozStorage.js
3463lib/xulrunner/components/toolkitplaces.manifest 3693lib/xulrunner/components/toolkitplaces.manifest
3464lib/xulrunner/components/toolkitsearch.manifest 3694lib/xulrunner/components/toolkitsearch.manifest
3465lib/xulrunner/components/txEXSLTRegExFunctions.js 3695lib/xulrunner/components/txEXSLTRegExFunctions.js
3466lib/xulrunner/components/txEXSLTRegExFunctions.manifest 3696lib/xulrunner/components/txEXSLTRegExFunctions.manifest
3467lib/xulrunner/components/xulrunner.xpt 3697lib/xulrunner/components/xulrunner.xpt
3468lib/xulrunner/defaults/autoconfig/platform.js 3698lib/xulrunner/defaults/autoconfig/platform.js
3469lib/xulrunner/defaults/autoconfig/prefcalls.js 3699lib/xulrunner/defaults/autoconfig/prefcalls.js
 3700lib/xulrunner/defaults/pref/services-aitc.js
 3701lib/xulrunner/defaults/pref/services-common.js
 3702lib/xulrunner/defaults/pref/services-sync.js
3470lib/xulrunner/defaults/pref/xulrunner.js 3703lib/xulrunner/defaults/pref/xulrunner.js
3471lib/xulrunner/defaults/profile/US/chrome/userChrome-example.css 3704lib/xulrunner/defaults/profile/US/chrome/userChrome-example.css
3472lib/xulrunner/defaults/profile/US/chrome/userContent-example.css 3705lib/xulrunner/defaults/profile/US/chrome/userContent-example.css
3473lib/xulrunner/defaults/profile/US/localstore.rdf 3706lib/xulrunner/defaults/profile/US/localstore.rdf
3474lib/xulrunner/defaults/profile/chrome/userChrome-example.css 3707lib/xulrunner/defaults/profile/chrome/userChrome-example.css
3475lib/xulrunner/defaults/profile/chrome/userContent-example.css 3708lib/xulrunner/defaults/profile/chrome/userContent-example.css
3476lib/xulrunner/defaults/profile/localstore.rdf 3709lib/xulrunner/defaults/profile/localstore.rdf
3477lib/xulrunner/dependentlibs.list 3710lib/xulrunner/dependentlibs.list
3478lib/xulrunner/dictionaries/en-US.aff 3711lib/xulrunner/dictionaries/en-US.aff
3479lib/xulrunner/dictionaries/en-US.dic 3712lib/xulrunner/dictionaries/en-US.dic
3480lib/xulrunner/greprefs.js 3713lib/xulrunner/greprefs.js
3481lib/xulrunner/hyphenation/hyph_af.dic 3714lib/xulrunner/hyphenation/hyph_af.dic
3482lib/xulrunner/hyphenation/hyph_bg.dic 3715lib/xulrunner/hyphenation/hyph_bg.dic
@@ -3506,26 +3739,27 @@ lib/xulrunner/hyphenation/hyph_mn.dic @@ -3506,26 +3739,27 @@ lib/xulrunner/hyphenation/hyph_mn.dic
3506lib/xulrunner/hyphenation/hyph_nb.dic 3739lib/xulrunner/hyphenation/hyph_nb.dic
3507lib/xulrunner/hyphenation/hyph_nl.dic 3740lib/xulrunner/hyphenation/hyph_nl.dic
3508lib/xulrunner/hyphenation/hyph_nn.dic 3741lib/xulrunner/hyphenation/hyph_nn.dic
3509lib/xulrunner/hyphenation/hyph_pt.dic 3742lib/xulrunner/hyphenation/hyph_pt.dic
3510lib/xulrunner/hyphenation/hyph_ru.dic 3743lib/xulrunner/hyphenation/hyph_ru.dic
3511lib/xulrunner/hyphenation/hyph_sh.dic 3744lib/xulrunner/hyphenation/hyph_sh.dic
3512lib/xulrunner/hyphenation/hyph_sl.dic 3745lib/xulrunner/hyphenation/hyph_sl.dic
3513lib/xulrunner/hyphenation/hyph_sv.dic 3746lib/xulrunner/hyphenation/hyph_sv.dic
3514lib/xulrunner/hyphenation/hyph_tr.dic 3747lib/xulrunner/hyphenation/hyph_tr.dic
3515lib/xulrunner/hyphenation/hyph_uk.dic 3748lib/xulrunner/hyphenation/hyph_uk.dic
3516lib/xulrunner/icons/updater.png 3749lib/xulrunner/icons/updater.png
3517lib/xulrunner/idl 3750lib/xulrunner/idl
3518lib/xulrunner/include 3751lib/xulrunner/include
 3752lib/xulrunner/js-gdb.py
3519lib/xulrunner/lib 3753lib/xulrunner/lib
3520lib/xulrunner/libmozalloc.so 3754lib/xulrunner/libmozalloc.so
3521lib/xulrunner/libmozglue.a 3755lib/xulrunner/libmozglue.a
3522lib/xulrunner/libunicharutil_external_s.a 3756lib/xulrunner/libunicharutil_external_s.a
3523lib/xulrunner/libxpcom.so 3757lib/xulrunner/libxpcom.so
3524lib/xulrunner/libxpcomglue.a 3758lib/xulrunner/libxpcomglue.a
3525lib/xulrunner/libxpcomglue_s.a 3759lib/xulrunner/libxpcomglue_s.a
3526lib/xulrunner/libxul.so 3760lib/xulrunner/libxul.so
3527lib/xulrunner/modules/ActivitiesService.jsm 3761lib/xulrunner/modules/ActivitiesService.jsm
3528lib/xulrunner/modules/ActivitiesServiceFilter.jsm 3762lib/xulrunner/modules/ActivitiesServiceFilter.jsm
3529lib/xulrunner/modules/AddonLogging.jsm 3763lib/xulrunner/modules/AddonLogging.jsm
3530lib/xulrunner/modules/AddonManager.jsm 3764lib/xulrunner/modules/AddonManager.jsm
3531lib/xulrunner/modules/AddonRepository.jsm 3765lib/xulrunner/modules/AddonRepository.jsm
@@ -3538,46 +3772,49 @@ lib/xulrunner/modules/AppsUtils.jsm @@ -3538,46 +3772,49 @@ lib/xulrunner/modules/AppsUtils.jsm
3538lib/xulrunner/modules/BookmarkHTMLUtils.jsm 3772lib/xulrunner/modules/BookmarkHTMLUtils.jsm
3539lib/xulrunner/modules/BrowserElementPromptService.jsm 3773lib/xulrunner/modules/BrowserElementPromptService.jsm
3540lib/xulrunner/modules/CSPUtils.jsm 3774lib/xulrunner/modules/CSPUtils.jsm
3541lib/xulrunner/modules/CertUtils.jsm 3775lib/xulrunner/modules/CertUtils.jsm
3542lib/xulrunner/modules/ChromeManifestParser.jsm 3776lib/xulrunner/modules/ChromeManifestParser.jsm
3543lib/xulrunner/modules/ClusterLib.js 3777lib/xulrunner/modules/ClusterLib.js
3544lib/xulrunner/modules/ColorAnalyzer_worker.js 3778lib/xulrunner/modules/ColorAnalyzer_worker.js
3545lib/xulrunner/modules/ColorConversion.js 3779lib/xulrunner/modules/ColorConversion.js
3546lib/xulrunner/modules/CommonDialog.jsm 3780lib/xulrunner/modules/CommonDialog.jsm
3547lib/xulrunner/modules/ConsoleAPIStorage.jsm 3781lib/xulrunner/modules/ConsoleAPIStorage.jsm
3548lib/xulrunner/modules/ContactDB.jsm 3782lib/xulrunner/modules/ContactDB.jsm
3549lib/xulrunner/modules/ContactService.jsm 3783lib/xulrunner/modules/ContactService.jsm
3550lib/xulrunner/modules/ContentPrefInstance.jsm 3784lib/xulrunner/modules/ContentPrefInstance.jsm
 3785lib/xulrunner/modules/ContentPrefService2.jsm
 3786lib/xulrunner/modules/ContentPrefStore.jsm
3551lib/xulrunner/modules/DOMIdentity.jsm 3787lib/xulrunner/modules/DOMIdentity.jsm
3552lib/xulrunner/modules/DOMRequestHelper.jsm 3788lib/xulrunner/modules/DOMRequestHelper.jsm
3553lib/xulrunner/modules/DeferredTask.jsm 3789lib/xulrunner/modules/DeferredTask.jsm
3554lib/xulrunner/modules/Dict.jsm 3790lib/xulrunner/modules/Dict.jsm
3555lib/xulrunner/modules/DownloadLastDir.jsm 3791lib/xulrunner/modules/DownloadLastDir.jsm
3556lib/xulrunner/modules/DownloadPaths.jsm 3792lib/xulrunner/modules/DownloadPaths.jsm
3557lib/xulrunner/modules/DownloadUtils.jsm 3793lib/xulrunner/modules/DownloadUtils.jsm
3558lib/xulrunner/modules/FileUtils.jsm 3794lib/xulrunner/modules/FileUtils.jsm
3559lib/xulrunner/modules/ForgetAboutSite.jsm 3795lib/xulrunner/modules/ForgetAboutSite.jsm
3560lib/xulrunner/modules/FrameWorker.jsm 3796lib/xulrunner/modules/FrameWorker.jsm
3561lib/xulrunner/modules/FreeSpaceWatcher.jsm 3797lib/xulrunner/modules/FreeSpaceWatcher.jsm
3562lib/xulrunner/modules/Geometry.jsm 3798lib/xulrunner/modules/Geometry.jsm
3563lib/xulrunner/modules/ISO8601DateUtils.jsm 3799lib/xulrunner/modules/ISO8601DateUtils.jsm
3564lib/xulrunner/modules/IndexedDBHelper.jsm 3800lib/xulrunner/modules/IndexedDBHelper.jsm
3565lib/xulrunner/modules/InlineSpellChecker.jsm 3801lib/xulrunner/modules/InlineSpellChecker.jsm
3566lib/xulrunner/modules/LightweightThemeConsumer.jsm 3802lib/xulrunner/modules/LightweightThemeConsumer.jsm
3567lib/xulrunner/modules/LightweightThemeImageOptimizer.jsm 3803lib/xulrunner/modules/LightweightThemeImageOptimizer.jsm
3568lib/xulrunner/modules/LightweightThemeManager.jsm 3804lib/xulrunner/modules/LightweightThemeManager.jsm
3569lib/xulrunner/modules/MessagePortBase.jsm 3805lib/xulrunner/modules/MessagePortBase.jsm
3570lib/xulrunner/modules/MessagePortWorker.js 3806lib/xulrunner/modules/MessagePortWorker.js
 3807lib/xulrunner/modules/Metrics.jsm
3571lib/xulrunner/modules/Microformats.js 3808lib/xulrunner/modules/Microformats.js
3572lib/xulrunner/modules/MozSocialAPI.jsm 3809lib/xulrunner/modules/MozSocialAPI.jsm
3573lib/xulrunner/modules/NetUtil.jsm 3810lib/xulrunner/modules/NetUtil.jsm
3574lib/xulrunner/modules/ObjectWrapper.jsm 3811lib/xulrunner/modules/ObjectWrapper.jsm
3575lib/xulrunner/modules/OfflineCacheInstaller.jsm 3812lib/xulrunner/modules/OfflineCacheInstaller.jsm
3576lib/xulrunner/modules/PageMenu.jsm 3813lib/xulrunner/modules/PageMenu.jsm
3577lib/xulrunner/modules/PerfMeasurement.jsm 3814lib/xulrunner/modules/PerfMeasurement.jsm
3578lib/xulrunner/modules/PermissionPromptHelper.jsm 3815lib/xulrunner/modules/PermissionPromptHelper.jsm
3579lib/xulrunner/modules/PermissionSettings.jsm 3816lib/xulrunner/modules/PermissionSettings.jsm
3580lib/xulrunner/modules/PermissionsInstaller.jsm 3817lib/xulrunner/modules/PermissionsInstaller.jsm
3581lib/xulrunner/modules/PermissionsTable.jsm 3818lib/xulrunner/modules/PermissionsTable.jsm
3582lib/xulrunner/modules/PhoneNumber.jsm 3819lib/xulrunner/modules/PhoneNumber.jsm
3583lib/xulrunner/modules/PhoneNumberMetaData.jsm 3820lib/xulrunner/modules/PhoneNumberMetaData.jsm
@@ -3586,50 +3823,49 @@ lib/xulrunner/modules/PlacesDBUtils.jsm @@ -3586,50 +3823,49 @@ lib/xulrunner/modules/PlacesDBUtils.jsm
3586lib/xulrunner/modules/PlacesUtils.jsm 3823lib/xulrunner/modules/PlacesUtils.jsm
3587lib/xulrunner/modules/PluginProvider.jsm 3824lib/xulrunner/modules/PluginProvider.jsm
3588lib/xulrunner/modules/PluralForm.jsm 3825lib/xulrunner/modules/PluralForm.jsm
3589lib/xulrunner/modules/PopupNotifications.jsm 3826lib/xulrunner/modules/PopupNotifications.jsm
3590lib/xulrunner/modules/PrivateBrowsingUtils.jsm 3827lib/xulrunner/modules/PrivateBrowsingUtils.jsm
3591lib/xulrunner/modules/PropertyListUtils.jsm 3828lib/xulrunner/modules/PropertyListUtils.jsm
3592lib/xulrunner/modules/SafeBrowsing.jsm 3829lib/xulrunner/modules/SafeBrowsing.jsm
3593lib/xulrunner/modules/Services.jsm 3830lib/xulrunner/modules/Services.jsm
3594lib/xulrunner/modules/SettingsChangeNotifier.jsm 3831lib/xulrunner/modules/SettingsChangeNotifier.jsm
3595lib/xulrunner/modules/SettingsDB.jsm 3832lib/xulrunner/modules/SettingsDB.jsm
3596lib/xulrunner/modules/SettingsQueue.jsm 3833lib/xulrunner/modules/SettingsQueue.jsm
3597lib/xulrunner/modules/SocialService.jsm 3834lib/xulrunner/modules/SocialService.jsm
3598lib/xulrunner/modules/SpellCheckDictionaryBootstrap.js 3835lib/xulrunner/modules/SpellCheckDictionaryBootstrap.js
 3836lib/xulrunner/modules/Sqlite.jsm
3599lib/xulrunner/modules/SystemMessagePermissionsChecker.jsm 3837lib/xulrunner/modules/SystemMessagePermissionsChecker.jsm
3600lib/xulrunner/modules/Task.jsm 3838lib/xulrunner/modules/Task.jsm
3601lib/xulrunner/modules/TelemetryStopwatch.jsm 3839lib/xulrunner/modules/TelemetryStopwatch.jsm
3602lib/xulrunner/modules/Troubleshoot.jsm 3840lib/xulrunner/modules/Troubleshoot.jsm
3603lib/xulrunner/modules/UpdateChannel.jsm 3841lib/xulrunner/modules/UpdateChannel.jsm
3604lib/xulrunner/modules/UserAgentOverrides.jsm 3842lib/xulrunner/modules/UserAgentOverrides.jsm
3605lib/xulrunner/modules/WebappOSUtils.jsm 3843lib/xulrunner/modules/WebappOSUtils.jsm
3606lib/xulrunner/modules/Webapps.jsm 3844lib/xulrunner/modules/Webapps.jsm
3607lib/xulrunner/modules/WebappsInstaller.jsm 3845lib/xulrunner/modules/WebappsInstaller.jsm
3608lib/xulrunner/modules/WindowDraggingUtils.jsm 3846lib/xulrunner/modules/WindowDraggingUtils.jsm
3609lib/xulrunner/modules/WorkerAPI.jsm 3847lib/xulrunner/modules/WorkerAPI.jsm
3610lib/xulrunner/modules/XPCOMUtils.jsm 3848lib/xulrunner/modules/XPCOMUtils.jsm
3611lib/xulrunner/modules/XPIProvider.jsm 3849lib/xulrunner/modules/XPIProvider.jsm
3612lib/xulrunner/modules/XPIProviderUtils.js 3850lib/xulrunner/modules/XPIProviderUtils.js
3613lib/xulrunner/modules/accessibility/AccessFu.css 
3614lib/xulrunner/modules/accessibility/AccessFu.jsm 3851lib/xulrunner/modules/accessibility/AccessFu.jsm
3615lib/xulrunner/modules/accessibility/EventManager.jsm 3852lib/xulrunner/modules/accessibility/EventManager.jsm
3616lib/xulrunner/modules/accessibility/Makefile.in 3853lib/xulrunner/modules/accessibility/Makefile.in
3617lib/xulrunner/modules/accessibility/Presenters.jsm 3854lib/xulrunner/modules/accessibility/Presentation.jsm
3618lib/xulrunner/modules/accessibility/TouchAdapter.jsm 3855lib/xulrunner/modules/accessibility/TouchAdapter.jsm
3619lib/xulrunner/modules/accessibility/TraversalRules.jsm 3856lib/xulrunner/modules/accessibility/TraversalRules.jsm
3620lib/xulrunner/modules/accessibility/Utils.jsm 3857lib/xulrunner/modules/accessibility/Utils.jsm
3621lib/xulrunner/modules/accessibility/UtteranceGenerator.jsm 3858lib/xulrunner/modules/accessibility/UtteranceGenerator.jsm
3622lib/xulrunner/modules/accessibility/content-script.js 
3623lib/xulrunner/modules/accessibility/jar.mn 3859lib/xulrunner/modules/accessibility/jar.mn
3624lib/xulrunner/modules/commonjs/loader.js 3860lib/xulrunner/modules/commonjs/loader.js
3625lib/xulrunner/modules/commonjs/promise/core.js 3861lib/xulrunner/modules/commonjs/promise/core.js
3626lib/xulrunner/modules/ctypes.jsm 3862lib/xulrunner/modules/ctypes.jsm
3627lib/xulrunner/modules/debug.js 3863lib/xulrunner/modules/debug.js
3628lib/xulrunner/modules/devtools/Console.jsm 3864lib/xulrunner/modules/devtools/Console.jsm
3629lib/xulrunner/modules/devtools/NetworkHelper.jsm 3865lib/xulrunner/modules/devtools/NetworkHelper.jsm
3630lib/xulrunner/modules/devtools/Require.jsm 3866lib/xulrunner/modules/devtools/Require.jsm
3631lib/xulrunner/modules/devtools/SourceMap.jsm 3867lib/xulrunner/modules/devtools/SourceMap.jsm
3632lib/xulrunner/modules/devtools/WebConsoleClient.jsm 3868lib/xulrunner/modules/devtools/WebConsoleClient.jsm
3633lib/xulrunner/modules/devtools/WebConsoleUtils.jsm 3869lib/xulrunner/modules/devtools/WebConsoleUtils.jsm
3634lib/xulrunner/modules/devtools/_Promise.jsm 3870lib/xulrunner/modules/devtools/_Promise.jsm
3635lib/xulrunner/modules/devtools/dbg-client.jsm 3871lib/xulrunner/modules/devtools/dbg-client.jsm
@@ -3637,39 +3873,88 @@ lib/xulrunner/modules/devtools/dbg-serve @@ -3637,39 +3873,88 @@ lib/xulrunner/modules/devtools/dbg-serve
3637lib/xulrunner/modules/identity/Identity.jsm 3873lib/xulrunner/modules/identity/Identity.jsm
3638lib/xulrunner/modules/identity/IdentityProvider.jsm 3874lib/xulrunner/modules/identity/IdentityProvider.jsm
3639lib/xulrunner/modules/identity/IdentityStore.jsm 3875lib/xulrunner/modules/identity/IdentityStore.jsm
3640lib/xulrunner/modules/identity/IdentityUtils.jsm 3876lib/xulrunner/modules/identity/IdentityUtils.jsm
3641lib/xulrunner/modules/identity/LogUtils.jsm 3877lib/xulrunner/modules/identity/LogUtils.jsm
3642lib/xulrunner/modules/identity/MinimalIdentity.jsm 3878lib/xulrunner/modules/identity/MinimalIdentity.jsm
3643lib/xulrunner/modules/identity/RelyingParty.jsm 3879lib/xulrunner/modules/identity/RelyingParty.jsm
3644lib/xulrunner/modules/identity/Sandbox.jsm 3880lib/xulrunner/modules/identity/Sandbox.jsm
3645lib/xulrunner/modules/identity/jwcrypto.jsm 3881lib/xulrunner/modules/identity/jwcrypto.jsm
3646lib/xulrunner/modules/jsdebugger.jsm 3882lib/xulrunner/modules/jsdebugger.jsm
3647lib/xulrunner/modules/mcc_iso3166_table.jsm 3883lib/xulrunner/modules/mcc_iso3166_table.jsm
3648lib/xulrunner/modules/nsFormAutoCompleteResult.jsm 3884lib/xulrunner/modules/nsFormAutoCompleteResult.jsm
3649lib/xulrunner/modules/osfile.jsm 3885lib/xulrunner/modules/osfile.jsm
 3886lib/xulrunner/modules/osfile/_PromiseWorker.jsm
3650lib/xulrunner/modules/osfile/osfile_async_front.jsm 3887lib/xulrunner/modules/osfile/osfile_async_front.jsm
3651lib/xulrunner/modules/osfile/osfile_async_worker.js 3888lib/xulrunner/modules/osfile/osfile_async_worker.js
3652lib/xulrunner/modules/osfile/osfile_shared_allthreads.jsm 3889lib/xulrunner/modules/osfile/osfile_shared_allthreads.jsm
3653lib/xulrunner/modules/osfile/osfile_shared_front.jsm 3890lib/xulrunner/modules/osfile/osfile_shared_front.jsm
3654lib/xulrunner/modules/osfile/osfile_unix_allthreads.jsm 3891lib/xulrunner/modules/osfile/osfile_unix_allthreads.jsm
3655lib/xulrunner/modules/osfile/osfile_unix_back.jsm 3892lib/xulrunner/modules/osfile/osfile_unix_back.jsm
3656lib/xulrunner/modules/osfile/osfile_unix_front.jsm 3893lib/xulrunner/modules/osfile/osfile_unix_front.jsm
3657lib/xulrunner/modules/osfile/osfile_win_allthreads.jsm 3894lib/xulrunner/modules/osfile/osfile_win_allthreads.jsm
3658lib/xulrunner/modules/osfile/osfile_win_back.jsm 3895lib/xulrunner/modules/osfile/osfile_win_back.jsm
3659lib/xulrunner/modules/osfile/osfile_win_front.jsm 3896lib/xulrunner/modules/osfile/osfile_win_front.jsm
3660lib/xulrunner/modules/osfile/ospath_unix_back.jsm 3897lib/xulrunner/modules/osfile/ospath_unix_back.jsm
3661lib/xulrunner/modules/osfile/ospath_win_back.jsm 3898lib/xulrunner/modules/osfile/ospath_win_back.jsm
3662lib/xulrunner/modules/reflect.jsm 3899lib/xulrunner/modules/reflect.jsm
 3900lib/xulrunner/modules/services-aitc/browserid.js
 3901lib/xulrunner/modules/services-aitc/client.js
 3902lib/xulrunner/modules/services-aitc/main.js
 3903lib/xulrunner/modules/services-aitc/manager.js
 3904lib/xulrunner/modules/services-aitc/storage.js
 3905lib/xulrunner/modules/services-common/async.js
 3906lib/xulrunner/modules/services-common/bagheeraclient.js
 3907lib/xulrunner/modules/services-common/log4moz.js
 3908lib/xulrunner/modules/services-common/observers.js
 3909lib/xulrunner/modules/services-common/preferences.js
 3910lib/xulrunner/modules/services-common/rest.js
 3911lib/xulrunner/modules/services-common/storageservice.js
 3912lib/xulrunner/modules/services-common/stringbundle.js
 3913lib/xulrunner/modules/services-common/tokenserverclient.js
 3914lib/xulrunner/modules/services-common/utils.js
 3915lib/xulrunner/modules/services-crypto/WeaveCrypto.js
 3916lib/xulrunner/modules/services-crypto/utils.js
 3917lib/xulrunner/modules/services-sync/addonsreconciler.js
 3918lib/xulrunner/modules/services-sync/addonutils.js
 3919lib/xulrunner/modules/services-sync/constants.js
 3920lib/xulrunner/modules/services-sync/engines.js
 3921lib/xulrunner/modules/services-sync/engines/addons.js
 3922lib/xulrunner/modules/services-sync/engines/apps.js
 3923lib/xulrunner/modules/services-sync/engines/bookmarks.js
 3924lib/xulrunner/modules/services-sync/engines/clients.js
 3925lib/xulrunner/modules/services-sync/engines/forms.js
 3926lib/xulrunner/modules/services-sync/engines/history.js
 3927lib/xulrunner/modules/services-sync/engines/passwords.js
 3928lib/xulrunner/modules/services-sync/engines/prefs.js
 3929lib/xulrunner/modules/services-sync/engines/tabs.js
 3930lib/xulrunner/modules/services-sync/identity.js
 3931lib/xulrunner/modules/services-sync/jpakeclient.js
 3932lib/xulrunner/modules/services-sync/keys.js
 3933lib/xulrunner/modules/services-sync/main.js
 3934lib/xulrunner/modules/services-sync/notifications.js
 3935lib/xulrunner/modules/services-sync/policies.js
 3936lib/xulrunner/modules/services-sync/record.js
 3937lib/xulrunner/modules/services-sync/resource.js
 3938lib/xulrunner/modules/services-sync/rest.js
 3939lib/xulrunner/modules/services-sync/service.js
 3940lib/xulrunner/modules/services-sync/stages/cluster.js
 3941lib/xulrunner/modules/services-sync/stages/enginesync.js
 3942lib/xulrunner/modules/services-sync/status.js
 3943lib/xulrunner/modules/services-sync/userapi.js
 3944lib/xulrunner/modules/services-sync/util.js
 3945lib/xulrunner/modules/services/metrics/collector.jsm
 3946lib/xulrunner/modules/services/metrics/dataprovider.jsm
 3947lib/xulrunner/modules/services/metrics/storage.jsm
3663lib/xulrunner/mozilla-xremote-client 3948lib/xulrunner/mozilla-xremote-client
3664lib/xulrunner/platform.ini 3949lib/xulrunner/platform.ini
3665lib/xulrunner/plugin-container 3950lib/xulrunner/plugin-container
3666lib/xulrunner/res/EditorOverride.css 3951lib/xulrunner/res/EditorOverride.css
3667lib/xulrunner/res/TopLevelImageDocument.css 3952lib/xulrunner/res/TopLevelImageDocument.css
3668lib/xulrunner/res/TopLevelVideoDocument.css 3953lib/xulrunner/res/TopLevelVideoDocument.css
3669lib/xulrunner/res/contenteditable.css 3954lib/xulrunner/res/contenteditable.css
3670lib/xulrunner/res/designmode.css 3955lib/xulrunner/res/designmode.css
3671lib/xulrunner/res/dtd/htmlmathml-f.ent 3956lib/xulrunner/res/dtd/htmlmathml-f.ent
3672lib/xulrunner/res/entityTables/html40Latin1.properties 3957lib/xulrunner/res/entityTables/html40Latin1.properties
3673lib/xulrunner/res/entityTables/html40Special.properties 3958lib/xulrunner/res/entityTables/html40Special.properties
3674lib/xulrunner/res/entityTables/html40Symbols.properties 3959lib/xulrunner/res/entityTables/html40Symbols.properties
3675lib/xulrunner/res/entityTables/htmlEntityVersions.properties 3960lib/xulrunner/res/entityTables/htmlEntityVersions.properties
@@ -3731,28 +4016,26 @@ lib/xulrunner/update.locale @@ -3731,28 +4016,26 @@ lib/xulrunner/update.locale
3731lib/xulrunner/updater 4016lib/xulrunner/updater
3732lib/xulrunner/xpcom-config.h 4017lib/xulrunner/xpcom-config.h
3733lib/xulrunner/xulrunner 4018lib/xulrunner/xulrunner
3734lib/xulrunner/xulrunner-stub 4019lib/xulrunner/xulrunner-stub
3735share/idl/xulrunner/IJSDebugger.idl 4020share/idl/xulrunner/IJSDebugger.idl
3736share/idl/xulrunner/amIInstallTrigger.idl 4021share/idl/xulrunner/amIInstallTrigger.idl
3737share/idl/xulrunner/amIWebInstallListener.idl 4022share/idl/xulrunner/amIWebInstallListener.idl
3738share/idl/xulrunner/amIWebInstaller.idl 4023share/idl/xulrunner/amIWebInstaller.idl
3739share/idl/xulrunner/domstubs.idl 4024share/idl/xulrunner/domstubs.idl
3740share/idl/xulrunner/extIApplication.idl 4025share/idl/xulrunner/extIApplication.idl
3741share/idl/xulrunner/imgICache.idl 4026share/idl/xulrunner/imgICache.idl
3742share/idl/xulrunner/imgIContainer.idl 4027share/idl/xulrunner/imgIContainer.idl
3743share/idl/xulrunner/imgIContainerDebug.idl 4028share/idl/xulrunner/imgIContainerDebug.idl
3744share/idl/xulrunner/imgIContainerObserver.idl 
3745share/idl/xulrunner/imgIDecoderObserver.idl 
3746share/idl/xulrunner/imgIEncoder.idl 4029share/idl/xulrunner/imgIEncoder.idl
3747share/idl/xulrunner/imgILoader.idl 4030share/idl/xulrunner/imgILoader.idl
3748share/idl/xulrunner/imgINotificationObserver.idl 4031share/idl/xulrunner/imgINotificationObserver.idl
3749share/idl/xulrunner/imgIOnloadBlocker.idl 4032share/idl/xulrunner/imgIOnloadBlocker.idl
3750share/idl/xulrunner/imgIRequest.idl 4033share/idl/xulrunner/imgIRequest.idl
3751share/idl/xulrunner/imgIScriptedNotificationObserver.idl 4034share/idl/xulrunner/imgIScriptedNotificationObserver.idl
3752share/idl/xulrunner/imgITools.idl 4035share/idl/xulrunner/imgITools.idl
3753share/idl/xulrunner/inICSSValueSearch.idl 4036share/idl/xulrunner/inICSSValueSearch.idl
3754share/idl/xulrunner/inIDOMUtils.idl 4037share/idl/xulrunner/inIDOMUtils.idl
3755share/idl/xulrunner/inIDOMView.idl 4038share/idl/xulrunner/inIDOMView.idl
3756share/idl/xulrunner/inIDeepTreeWalker.idl 4039share/idl/xulrunner/inIDeepTreeWalker.idl
3757share/idl/xulrunner/inIFlasher.idl 4040share/idl/xulrunner/inIFlasher.idl
3758share/idl/xulrunner/inISearchObserver.idl 4041share/idl/xulrunner/inISearchObserver.idl
@@ -3774,27 +4057,26 @@ share/idl/xulrunner/mozIStorageAggregate @@ -3774,27 +4057,26 @@ share/idl/xulrunner/mozIStorageAggregate
3774share/idl/xulrunner/mozIStorageAsyncStatement.idl 4057share/idl/xulrunner/mozIStorageAsyncStatement.idl
3775share/idl/xulrunner/mozIStorageBaseStatement.idl 4058share/idl/xulrunner/mozIStorageBaseStatement.idl
3776share/idl/xulrunner/mozIStorageBindingParams.idl 4059share/idl/xulrunner/mozIStorageBindingParams.idl
3777share/idl/xulrunner/mozIStorageBindingParamsArray.idl 4060share/idl/xulrunner/mozIStorageBindingParamsArray.idl
3778share/idl/xulrunner/mozIStorageCompletionCallback.idl 4061share/idl/xulrunner/mozIStorageCompletionCallback.idl
3779share/idl/xulrunner/mozIStorageConnection.idl 4062share/idl/xulrunner/mozIStorageConnection.idl
3780share/idl/xulrunner/mozIStorageError.idl 4063share/idl/xulrunner/mozIStorageError.idl
3781share/idl/xulrunner/mozIStorageFunction.idl 4064share/idl/xulrunner/mozIStorageFunction.idl
3782share/idl/xulrunner/mozIStoragePendingStatement.idl 4065share/idl/xulrunner/mozIStoragePendingStatement.idl
3783share/idl/xulrunner/mozIStorageProgressHandler.idl 4066share/idl/xulrunner/mozIStorageProgressHandler.idl
3784share/idl/xulrunner/mozIStorageResultSet.idl 4067share/idl/xulrunner/mozIStorageResultSet.idl
3785share/idl/xulrunner/mozIStorageRow.idl 4068share/idl/xulrunner/mozIStorageRow.idl
3786share/idl/xulrunner/mozIStorageService.idl 4069share/idl/xulrunner/mozIStorageService.idl
3787share/idl/xulrunner/mozIStorageServiceQuotaManagement.idl 
3788share/idl/xulrunner/mozIStorageStatement.idl 4070share/idl/xulrunner/mozIStorageStatement.idl
3789share/idl/xulrunner/mozIStorageStatementCallback.idl 4071share/idl/xulrunner/mozIStorageStatementCallback.idl
3790share/idl/xulrunner/mozIStorageStatementParams.idl 4072share/idl/xulrunner/mozIStorageStatementParams.idl
3791share/idl/xulrunner/mozIStorageStatementRow.idl 4073share/idl/xulrunner/mozIStorageStatementRow.idl
3792share/idl/xulrunner/mozIStorageVacuumParticipant.idl 4074share/idl/xulrunner/mozIStorageVacuumParticipant.idl
3793share/idl/xulrunner/mozIStorageValueArray.idl 4075share/idl/xulrunner/mozIStorageValueArray.idl
3794share/idl/xulrunner/mozITXTToHTMLConv.idl 4076share/idl/xulrunner/mozITXTToHTMLConv.idl
3795share/idl/xulrunner/mozIThirdPartyUtil.idl 4077share/idl/xulrunner/mozIThirdPartyUtil.idl
3796share/idl/xulrunner/nsCDefaultURIFixup.idl 4078share/idl/xulrunner/nsCDefaultURIFixup.idl
3797share/idl/xulrunner/nsCExternalHandlerService.idl 4079share/idl/xulrunner/nsCExternalHandlerService.idl
3798share/idl/xulrunner/nsCURILoader.idl 4080share/idl/xulrunner/nsCURILoader.idl
3799share/idl/xulrunner/nsCWebBrowser.idl 4081share/idl/xulrunner/nsCWebBrowser.idl
3800share/idl/xulrunner/nsCWebBrowserPersist.idl 4082share/idl/xulrunner/nsCWebBrowserPersist.idl
@@ -3851,26 +4133,27 @@ share/idl/xulrunner/nsIAuthModule.idl @@ -3851,26 +4133,27 @@ share/idl/xulrunner/nsIAuthModule.idl
3851share/idl/xulrunner/nsIAuthPrompt.idl 4133share/idl/xulrunner/nsIAuthPrompt.idl
3852share/idl/xulrunner/nsIAuthPrompt2.idl 4134share/idl/xulrunner/nsIAuthPrompt2.idl
3853share/idl/xulrunner/nsIAuthPromptAdapterFactory.idl 4135share/idl/xulrunner/nsIAuthPromptAdapterFactory.idl
3854share/idl/xulrunner/nsIAuthPromptCallback.idl 4136share/idl/xulrunner/nsIAuthPromptCallback.idl
3855share/idl/xulrunner/nsIAuthPromptProvider.idl 4137share/idl/xulrunner/nsIAuthPromptProvider.idl
3856share/idl/xulrunner/nsIAutoCompleteController.idl 4138share/idl/xulrunner/nsIAutoCompleteController.idl
3857share/idl/xulrunner/nsIAutoCompleteInput.idl 4139share/idl/xulrunner/nsIAutoCompleteInput.idl
3858share/idl/xulrunner/nsIAutoCompletePopup.idl 4140share/idl/xulrunner/nsIAutoCompletePopup.idl
3859share/idl/xulrunner/nsIAutoCompleteResult.idl 4141share/idl/xulrunner/nsIAutoCompleteResult.idl
3860share/idl/xulrunner/nsIAutoCompleteSearch.idl 4142share/idl/xulrunner/nsIAutoCompleteSearch.idl
3861share/idl/xulrunner/nsIAutoCompleteSimpleResult.idl 4143share/idl/xulrunner/nsIAutoCompleteSimpleResult.idl
3862share/idl/xulrunner/nsIAutoConfig.idl 4144share/idl/xulrunner/nsIAutoConfig.idl
3863share/idl/xulrunner/nsIBFCacheEntry.idl 4145share/idl/xulrunner/nsIBFCacheEntry.idl
 4146share/idl/xulrunner/nsIBackgroundFileSaver.idl
3864share/idl/xulrunner/nsIBadCertListener2.idl 4147share/idl/xulrunner/nsIBadCertListener2.idl
3865share/idl/xulrunner/nsIBaseWindow.idl 4148share/idl/xulrunner/nsIBaseWindow.idl
3866share/idl/xulrunner/nsIBidiKeyboard.idl 4149share/idl/xulrunner/nsIBidiKeyboard.idl
3867share/idl/xulrunner/nsIBinaryInputStream.idl 4150share/idl/xulrunner/nsIBinaryInputStream.idl
3868share/idl/xulrunner/nsIBinaryOutputStream.idl 4151share/idl/xulrunner/nsIBinaryOutputStream.idl
3869share/idl/xulrunner/nsIBlocklistService.idl 4152share/idl/xulrunner/nsIBlocklistService.idl
3870share/idl/xulrunner/nsIBoxObject.idl 4153share/idl/xulrunner/nsIBoxObject.idl
3871share/idl/xulrunner/nsIBrowserBoxObject.idl 4154share/idl/xulrunner/nsIBrowserBoxObject.idl
3872share/idl/xulrunner/nsIBrowserDOMWindow.idl 4155share/idl/xulrunner/nsIBrowserDOMWindow.idl
3873share/idl/xulrunner/nsIBrowserHistory.idl 4156share/idl/xulrunner/nsIBrowserHistory.idl
3874share/idl/xulrunner/nsIBrowserSearchService.idl 4157share/idl/xulrunner/nsIBrowserSearchService.idl
3875share/idl/xulrunner/nsIBufEntropyCollector.idl 4158share/idl/xulrunner/nsIBufEntropyCollector.idl
3876share/idl/xulrunner/nsIBufferedStreams.idl 4159share/idl/xulrunner/nsIBufferedStreams.idl
@@ -3926,26 +4209,27 @@ share/idl/xulrunner/nsICommandManager.id @@ -3926,26 +4209,27 @@ share/idl/xulrunner/nsICommandManager.id
3926share/idl/xulrunner/nsICommandParams.idl 4209share/idl/xulrunner/nsICommandParams.idl
3927share/idl/xulrunner/nsIComponentManager.idl 4210share/idl/xulrunner/nsIComponentManager.idl
3928share/idl/xulrunner/nsIComponentRegistrar.idl 4211share/idl/xulrunner/nsIComponentRegistrar.idl
3929share/idl/xulrunner/nsIConsoleListener.idl 4212share/idl/xulrunner/nsIConsoleListener.idl
3930share/idl/xulrunner/nsIConsoleMessage.idl 4213share/idl/xulrunner/nsIConsoleMessage.idl
3931share/idl/xulrunner/nsIConsoleService.idl 4214share/idl/xulrunner/nsIConsoleService.idl
3932share/idl/xulrunner/nsIContainerBoxObject.idl 4215share/idl/xulrunner/nsIContainerBoxObject.idl
3933share/idl/xulrunner/nsIContentDispatchChooser.idl 4216share/idl/xulrunner/nsIContentDispatchChooser.idl
3934share/idl/xulrunner/nsIContentFilter.idl 4217share/idl/xulrunner/nsIContentFilter.idl
3935share/idl/xulrunner/nsIContentHandler.idl 4218share/idl/xulrunner/nsIContentHandler.idl
3936share/idl/xulrunner/nsIContentPermissionPrompt.idl 4219share/idl/xulrunner/nsIContentPermissionPrompt.idl
3937share/idl/xulrunner/nsIContentPolicy.idl 4220share/idl/xulrunner/nsIContentPolicy.idl
3938share/idl/xulrunner/nsIContentPrefService.idl 4221share/idl/xulrunner/nsIContentPrefService.idl
 4222share/idl/xulrunner/nsIContentPrefService2.idl
3939share/idl/xulrunner/nsIContentSecurityPolicy.idl 4223share/idl/xulrunner/nsIContentSecurityPolicy.idl
3940share/idl/xulrunner/nsIContentSniffer.idl 4224share/idl/xulrunner/nsIContentSniffer.idl
3941share/idl/xulrunner/nsIContentURIGrouper.idl 4225share/idl/xulrunner/nsIContentURIGrouper.idl
3942share/idl/xulrunner/nsIContentViewer.idl 4226share/idl/xulrunner/nsIContentViewer.idl
3943share/idl/xulrunner/nsIContentViewerContainer.idl 4227share/idl/xulrunner/nsIContentViewerContainer.idl
3944share/idl/xulrunner/nsIContentViewerEdit.idl 4228share/idl/xulrunner/nsIContentViewerEdit.idl
3945share/idl/xulrunner/nsIContentViewerFile.idl 4229share/idl/xulrunner/nsIContentViewerFile.idl
3946share/idl/xulrunner/nsIContextMenuListener.idl 4230share/idl/xulrunner/nsIContextMenuListener.idl
3947share/idl/xulrunner/nsIContextMenuListener2.idl 4231share/idl/xulrunner/nsIContextMenuListener2.idl
3948share/idl/xulrunner/nsIController.idl 4232share/idl/xulrunner/nsIController.idl
3949share/idl/xulrunner/nsIControllerCommand.idl 4233share/idl/xulrunner/nsIControllerCommand.idl
3950share/idl/xulrunner/nsIControllerCommandTable.idl 4234share/idl/xulrunner/nsIControllerCommandTable.idl
3951share/idl/xulrunner/nsIControllerContext.idl 4235share/idl/xulrunner/nsIControllerContext.idl
@@ -3975,27 +4259,29 @@ share/idl/xulrunner/nsIDOMActivityReques @@ -3975,27 +4259,29 @@ share/idl/xulrunner/nsIDOMActivityReques
3975share/idl/xulrunner/nsIDOMAlarmsManager.idl 4259share/idl/xulrunner/nsIDOMAlarmsManager.idl
3976share/idl/xulrunner/nsIDOMAnimationEvent.idl 4260share/idl/xulrunner/nsIDOMAnimationEvent.idl
3977share/idl/xulrunner/nsIDOMApplicationRegistry.idl 4261share/idl/xulrunner/nsIDOMApplicationRegistry.idl
3978share/idl/xulrunner/nsIDOMApplicationRegistry2.idl 4262share/idl/xulrunner/nsIDOMApplicationRegistry2.idl
3979share/idl/xulrunner/nsIDOMArchiveReader.idl 4263share/idl/xulrunner/nsIDOMArchiveReader.idl
3980share/idl/xulrunner/nsIDOMArchiveRequest.idl 4264share/idl/xulrunner/nsIDOMArchiveRequest.idl
3981share/idl/xulrunner/nsIDOMAttr.idl 4265share/idl/xulrunner/nsIDOMAttr.idl
3982share/idl/xulrunner/nsIDOMBarProp.idl 4266share/idl/xulrunner/nsIDOMBarProp.idl
3983share/idl/xulrunner/nsIDOMBatteryManager.idl 4267share/idl/xulrunner/nsIDOMBatteryManager.idl
3984share/idl/xulrunner/nsIDOMBeforeUnloadEvent.idl 4268share/idl/xulrunner/nsIDOMBeforeUnloadEvent.idl
3985share/idl/xulrunner/nsIDOMCDATASection.idl 4269share/idl/xulrunner/nsIDOMCDATASection.idl
3986share/idl/xulrunner/nsIDOMCRMFObject.idl 4270share/idl/xulrunner/nsIDOMCRMFObject.idl
3987share/idl/xulrunner/nsIDOMCSSCharsetRule.idl 4271share/idl/xulrunner/nsIDOMCSSCharsetRule.idl
 4272share/idl/xulrunner/nsIDOMCSSConditionRule.idl
3988share/idl/xulrunner/nsIDOMCSSFontFaceRule.idl 4273share/idl/xulrunner/nsIDOMCSSFontFaceRule.idl
 4274share/idl/xulrunner/nsIDOMCSSGroupingRule.idl
3989share/idl/xulrunner/nsIDOMCSSImportRule.idl 4275share/idl/xulrunner/nsIDOMCSSImportRule.idl
3990share/idl/xulrunner/nsIDOMCSSMediaRule.idl 4276share/idl/xulrunner/nsIDOMCSSMediaRule.idl
3991share/idl/xulrunner/nsIDOMCSSMozDocumentRule.idl 4277share/idl/xulrunner/nsIDOMCSSMozDocumentRule.idl
3992share/idl/xulrunner/nsIDOMCSSPageRule.idl 4278share/idl/xulrunner/nsIDOMCSSPageRule.idl
3993share/idl/xulrunner/nsIDOMCSSPrimitiveValue.idl 4279share/idl/xulrunner/nsIDOMCSSPrimitiveValue.idl
3994share/idl/xulrunner/nsIDOMCSSRule.idl 4280share/idl/xulrunner/nsIDOMCSSRule.idl
3995share/idl/xulrunner/nsIDOMCSSRuleList.idl 4281share/idl/xulrunner/nsIDOMCSSRuleList.idl
3996share/idl/xulrunner/nsIDOMCSSStyleDeclaration.idl 4282share/idl/xulrunner/nsIDOMCSSStyleDeclaration.idl
3997share/idl/xulrunner/nsIDOMCSSStyleRule.idl 4283share/idl/xulrunner/nsIDOMCSSStyleRule.idl
3998share/idl/xulrunner/nsIDOMCSSStyleSheet.idl 4284share/idl/xulrunner/nsIDOMCSSStyleSheet.idl
3999share/idl/xulrunner/nsIDOMCSSSupportsRule.idl 4285share/idl/xulrunner/nsIDOMCSSSupportsRule.idl
4000share/idl/xulrunner/nsIDOMCSSUnknownRule.idl 4286share/idl/xulrunner/nsIDOMCSSUnknownRule.idl
4001share/idl/xulrunner/nsIDOMCSSValue.idl 4287share/idl/xulrunner/nsIDOMCSSValue.idl
@@ -4016,26 +4302,27 @@ share/idl/xulrunner/nsIDOMConstructor.id @@ -4016,26 +4302,27 @@ share/idl/xulrunner/nsIDOMConstructor.id
4016share/idl/xulrunner/nsIDOMContactManager.idl 4302share/idl/xulrunner/nsIDOMContactManager.idl
4017share/idl/xulrunner/nsIDOMContactProperties.idl 4303share/idl/xulrunner/nsIDOMContactProperties.idl
4018share/idl/xulrunner/nsIDOMCounter.idl 4304share/idl/xulrunner/nsIDOMCounter.idl
4019share/idl/xulrunner/nsIDOMCrypto.idl 4305share/idl/xulrunner/nsIDOMCrypto.idl
4020share/idl/xulrunner/nsIDOMCryptoDialogs.idl 4306share/idl/xulrunner/nsIDOMCryptoDialogs.idl
4021share/idl/xulrunner/nsIDOMCustomEvent.idl 4307share/idl/xulrunner/nsIDOMCustomEvent.idl
4022share/idl/xulrunner/nsIDOMDOMError.idl 4308share/idl/xulrunner/nsIDOMDOMError.idl
4023share/idl/xulrunner/nsIDOMDOMException.idl 4309share/idl/xulrunner/nsIDOMDOMException.idl
4024share/idl/xulrunner/nsIDOMDOMImplementation.idl 4310share/idl/xulrunner/nsIDOMDOMImplementation.idl
4025share/idl/xulrunner/nsIDOMDOMRequest.idl 4311share/idl/xulrunner/nsIDOMDOMRequest.idl
4026share/idl/xulrunner/nsIDOMDOMSettableTokenList.idl 4312share/idl/xulrunner/nsIDOMDOMSettableTokenList.idl
4027share/idl/xulrunner/nsIDOMDOMStringList.idl 4313share/idl/xulrunner/nsIDOMDOMStringList.idl
4028share/idl/xulrunner/nsIDOMDOMTokenList.idl 4314share/idl/xulrunner/nsIDOMDOMTokenList.idl
 4315share/idl/xulrunner/nsIDOMDOMTransactionEvent.idl
4029share/idl/xulrunner/nsIDOMDataChannel.idl 4316share/idl/xulrunner/nsIDOMDataChannel.idl
4030share/idl/xulrunner/nsIDOMDataContainerEvent.idl 4317share/idl/xulrunner/nsIDOMDataContainerEvent.idl
4031share/idl/xulrunner/nsIDOMDataErrorEvent.idl 4318share/idl/xulrunner/nsIDOMDataErrorEvent.idl
4032share/idl/xulrunner/nsIDOMDataTransfer.idl 4319share/idl/xulrunner/nsIDOMDataTransfer.idl
4033share/idl/xulrunner/nsIDOMDesktopNotification.idl 4320share/idl/xulrunner/nsIDOMDesktopNotification.idl
4034share/idl/xulrunner/nsIDOMDeviceLightEvent.idl 4321share/idl/xulrunner/nsIDOMDeviceLightEvent.idl
4035share/idl/xulrunner/nsIDOMDeviceMotionEvent.idl 4322share/idl/xulrunner/nsIDOMDeviceMotionEvent.idl
4036share/idl/xulrunner/nsIDOMDeviceOrientationEvent.idl 4323share/idl/xulrunner/nsIDOMDeviceOrientationEvent.idl
4037share/idl/xulrunner/nsIDOMDeviceProximityEvent.idl 4324share/idl/xulrunner/nsIDOMDeviceProximityEvent.idl
4038share/idl/xulrunner/nsIDOMDeviceStorage.idl 4325share/idl/xulrunner/nsIDOMDeviceStorage.idl
4039share/idl/xulrunner/nsIDOMDeviceStorageChangeEvent.idl 4326share/idl/xulrunner/nsIDOMDeviceStorageChangeEvent.idl
4040share/idl/xulrunner/nsIDOMDeviceStorageCursor.idl 4327share/idl/xulrunner/nsIDOMDeviceStorageCursor.idl
4041share/idl/xulrunner/nsIDOMDeviceStorageStat.idl 4328share/idl/xulrunner/nsIDOMDeviceStorageStat.idl
@@ -4109,38 +4396,37 @@ share/idl/xulrunner/nsIDOMHTMLMenuItemEl @@ -4109,38 +4396,37 @@ share/idl/xulrunner/nsIDOMHTMLMenuItemEl
4109share/idl/xulrunner/nsIDOMHTMLMetaElement.idl 4396share/idl/xulrunner/nsIDOMHTMLMetaElement.idl
4110share/idl/xulrunner/nsIDOMHTMLMeterElement.idl 4397share/idl/xulrunner/nsIDOMHTMLMeterElement.idl
4111share/idl/xulrunner/nsIDOMHTMLModElement.idl 4398share/idl/xulrunner/nsIDOMHTMLModElement.idl
4112share/idl/xulrunner/nsIDOMHTMLOListElement.idl 4399share/idl/xulrunner/nsIDOMHTMLOListElement.idl
4113share/idl/xulrunner/nsIDOMHTMLObjectElement.idl 4400share/idl/xulrunner/nsIDOMHTMLObjectElement.idl
4114share/idl/xulrunner/nsIDOMHTMLOptGroupElement.idl 4401share/idl/xulrunner/nsIDOMHTMLOptGroupElement.idl
4115share/idl/xulrunner/nsIDOMHTMLOptionElement.idl 4402share/idl/xulrunner/nsIDOMHTMLOptionElement.idl
4116share/idl/xulrunner/nsIDOMHTMLOptionsCollection.idl 4403share/idl/xulrunner/nsIDOMHTMLOptionsCollection.idl
4117share/idl/xulrunner/nsIDOMHTMLOutputElement.idl 4404share/idl/xulrunner/nsIDOMHTMLOutputElement.idl
4118share/idl/xulrunner/nsIDOMHTMLParagraphElement.idl 4405share/idl/xulrunner/nsIDOMHTMLParagraphElement.idl
4119share/idl/xulrunner/nsIDOMHTMLParamElement.idl 4406share/idl/xulrunner/nsIDOMHTMLParamElement.idl
4120share/idl/xulrunner/nsIDOMHTMLPreElement.idl 4407share/idl/xulrunner/nsIDOMHTMLPreElement.idl
4121share/idl/xulrunner/nsIDOMHTMLProgressElement.idl 4408share/idl/xulrunner/nsIDOMHTMLProgressElement.idl
4122share/idl/xulrunner/nsIDOMHTMLPropertiesCollection.idl 
4123share/idl/xulrunner/nsIDOMHTMLQuoteElement.idl 4409share/idl/xulrunner/nsIDOMHTMLQuoteElement.idl
4124share/idl/xulrunner/nsIDOMHTMLScriptElement.idl 4410share/idl/xulrunner/nsIDOMHTMLScriptElement.idl
4125share/idl/xulrunner/nsIDOMHTMLSelectElement.idl 4411share/idl/xulrunner/nsIDOMHTMLSelectElement.idl
4126share/idl/xulrunner/nsIDOMHTMLSourceElement.idl 4412share/idl/xulrunner/nsIDOMHTMLSourceElement.idl
4127share/idl/xulrunner/nsIDOMHTMLStyleElement.idl 4413share/idl/xulrunner/nsIDOMHTMLStyleElement.idl
4128share/idl/xulrunner/nsIDOMHTMLTableCaptionElem.idl 4414share/idl/xulrunner/nsIDOMHTMLTableCaptionElem.idl
4129share/idl/xulrunner/nsIDOMHTMLTableCellElement.idl 4415share/idl/xulrunner/nsIDOMHTMLTableCellElement.idl
4130share/idl/xulrunner/nsIDOMHTMLTableColElement.idl 4416share/idl/xulrunner/nsIDOMHTMLTableColElement.idl
4131share/idl/xulrunner/nsIDOMHTMLTableElement.idl 4417share/idl/xulrunner/nsIDOMHTMLTableElement.idl
4132share/idl/xulrunner/nsIDOMHTMLTableRowElement.idl 4418share/idl/xulrunner/nsIDOMHTMLTableRowElement.idl
4133share/idl/xulrunner/nsIDOMHTMLTableSectionElem.idl 4419share/idl/xulrunner/nsIDOMHTMLTableSectionElement.idl
4134share/idl/xulrunner/nsIDOMHTMLTextAreaElement.idl 4420share/idl/xulrunner/nsIDOMHTMLTextAreaElement.idl
4135share/idl/xulrunner/nsIDOMHTMLTitleElement.idl 4421share/idl/xulrunner/nsIDOMHTMLTitleElement.idl
4136share/idl/xulrunner/nsIDOMHTMLUListElement.idl 4422share/idl/xulrunner/nsIDOMHTMLUListElement.idl
4137share/idl/xulrunner/nsIDOMHTMLUnknownElement.idl 4423share/idl/xulrunner/nsIDOMHTMLUnknownElement.idl
4138share/idl/xulrunner/nsIDOMHTMLVideoElement.idl 4424share/idl/xulrunner/nsIDOMHTMLVideoElement.idl
4139share/idl/xulrunner/nsIDOMHashChangeEvent.idl 4425share/idl/xulrunner/nsIDOMHashChangeEvent.idl
4140share/idl/xulrunner/nsIDOMHistory.idl 4426share/idl/xulrunner/nsIDOMHistory.idl
4141share/idl/xulrunner/nsIDOMJSWindow.idl 4427share/idl/xulrunner/nsIDOMJSWindow.idl
4142share/idl/xulrunner/nsIDOMKeyEvent.idl 4428share/idl/xulrunner/nsIDOMKeyEvent.idl
4143share/idl/xulrunner/nsIDOMLSProgressEvent.idl 4429share/idl/xulrunner/nsIDOMLSProgressEvent.idl
4144share/idl/xulrunner/nsIDOMLinkStyle.idl 4430share/idl/xulrunner/nsIDOMLinkStyle.idl
4145share/idl/xulrunner/nsIDOMLoadStatus.idl 4431share/idl/xulrunner/nsIDOMLoadStatus.idl
4146share/idl/xulrunner/nsIDOMLocation.idl 4432share/idl/xulrunner/nsIDOMLocation.idl
@@ -4152,30 +4438,28 @@ share/idl/xulrunner/nsIDOMMediaStream.id @@ -4152,30 +4438,28 @@ share/idl/xulrunner/nsIDOMMediaStream.id
4152share/idl/xulrunner/nsIDOMMessageEvent.idl 4438share/idl/xulrunner/nsIDOMMessageEvent.idl
4153share/idl/xulrunner/nsIDOMMimeType.idl 4439share/idl/xulrunner/nsIDOMMimeType.idl
4154share/idl/xulrunner/nsIDOMMimeTypeArray.idl 4440share/idl/xulrunner/nsIDOMMimeTypeArray.idl
4155share/idl/xulrunner/nsIDOMModalContentWindow.idl 4441share/idl/xulrunner/nsIDOMModalContentWindow.idl
4156share/idl/xulrunner/nsIDOMMouseEvent.idl 4442share/idl/xulrunner/nsIDOMMouseEvent.idl
4157share/idl/xulrunner/nsIDOMMouseScrollEvent.idl 4443share/idl/xulrunner/nsIDOMMouseScrollEvent.idl
4158share/idl/xulrunner/nsIDOMMozApplicationEvent.idl 4444share/idl/xulrunner/nsIDOMMozApplicationEvent.idl
4159share/idl/xulrunner/nsIDOMMozBrowserFrame.idl 4445share/idl/xulrunner/nsIDOMMozBrowserFrame.idl
4160share/idl/xulrunner/nsIDOMMozCSSKeyframeRule.idl 4446share/idl/xulrunner/nsIDOMMozCSSKeyframeRule.idl
4161share/idl/xulrunner/nsIDOMMozCSSKeyframesRule.idl 4447share/idl/xulrunner/nsIDOMMozCSSKeyframesRule.idl
4162share/idl/xulrunner/nsIDOMMozContactChangeEvent.idl 4448share/idl/xulrunner/nsIDOMMozContactChangeEvent.idl
4163share/idl/xulrunner/nsIDOMMozSettingsEvent.idl 4449share/idl/xulrunner/nsIDOMMozSettingsEvent.idl
4164share/idl/xulrunner/nsIDOMMutationEvent.idl 4450share/idl/xulrunner/nsIDOMMutationEvent.idl
4165share/idl/xulrunner/nsIDOMMutationObserver.idl 
4166share/idl/xulrunner/nsIDOMNSEditableElement.idl 4451share/idl/xulrunner/nsIDOMNSEditableElement.idl
4167share/idl/xulrunner/nsIDOMNSEvent.idl 4452share/idl/xulrunner/nsIDOMNSEvent.idl
4168share/idl/xulrunner/nsIDOMNSRGBAColor.idl 
4169share/idl/xulrunner/nsIDOMNSXPathExpression.idl 4453share/idl/xulrunner/nsIDOMNSXPathExpression.idl
4170share/idl/xulrunner/nsIDOMNamedNodeMap.idl 4454share/idl/xulrunner/nsIDOMNamedNodeMap.idl
4171share/idl/xulrunner/nsIDOMNavigator.idl 4455share/idl/xulrunner/nsIDOMNavigator.idl
4172share/idl/xulrunner/nsIDOMNavigatorActivities.idl 4456share/idl/xulrunner/nsIDOMNavigatorActivities.idl
4173share/idl/xulrunner/nsIDOMNavigatorCamera.idl 4457share/idl/xulrunner/nsIDOMNavigatorCamera.idl
4174share/idl/xulrunner/nsIDOMNavigatorDesktopNotification.idl 4458share/idl/xulrunner/nsIDOMNavigatorDesktopNotification.idl
4175share/idl/xulrunner/nsIDOMNavigatorDeviceStorage.idl 4459share/idl/xulrunner/nsIDOMNavigatorDeviceStorage.idl
4176share/idl/xulrunner/nsIDOMNavigatorGeolocation.idl 4460share/idl/xulrunner/nsIDOMNavigatorGeolocation.idl
4177share/idl/xulrunner/nsIDOMNavigatorNetwork.idl 4461share/idl/xulrunner/nsIDOMNavigatorNetwork.idl
4178share/idl/xulrunner/nsIDOMNavigatorSms.idl 4462share/idl/xulrunner/nsIDOMNavigatorSms.idl
4179share/idl/xulrunner/nsIDOMNavigatorSystemMessages.idl 4463share/idl/xulrunner/nsIDOMNavigatorSystemMessages.idl
4180share/idl/xulrunner/nsIDOMNavigatorTime.idl 4464share/idl/xulrunner/nsIDOMNavigatorTime.idl
4181share/idl/xulrunner/nsIDOMNavigatorUserMedia.idl 4465share/idl/xulrunner/nsIDOMNavigatorUserMedia.idl
@@ -4190,107 +4474,87 @@ share/idl/xulrunner/nsIDOMOfflineResourc @@ -4190,107 +4474,87 @@ share/idl/xulrunner/nsIDOMOfflineResourc
4190share/idl/xulrunner/nsIDOMPageTransitionEvent.idl 4474share/idl/xulrunner/nsIDOMPageTransitionEvent.idl
4191share/idl/xulrunner/nsIDOMPaintRequest.idl 4475share/idl/xulrunner/nsIDOMPaintRequest.idl
4192share/idl/xulrunner/nsIDOMPaintRequestList.idl 4476share/idl/xulrunner/nsIDOMPaintRequestList.idl
4193share/idl/xulrunner/nsIDOMParser.idl 4477share/idl/xulrunner/nsIDOMParser.idl
4194share/idl/xulrunner/nsIDOMPermissionSettings.idl 4478share/idl/xulrunner/nsIDOMPermissionSettings.idl
4195share/idl/xulrunner/nsIDOMPkcs11.idl 4479share/idl/xulrunner/nsIDOMPkcs11.idl
4196share/idl/xulrunner/nsIDOMPlugin.idl 4480share/idl/xulrunner/nsIDOMPlugin.idl
4197share/idl/xulrunner/nsIDOMPluginArray.idl 4481share/idl/xulrunner/nsIDOMPluginArray.idl
4198share/idl/xulrunner/nsIDOMPopStateEvent.idl 4482share/idl/xulrunner/nsIDOMPopStateEvent.idl
4199share/idl/xulrunner/nsIDOMPopupBlockedEvent.idl 4483share/idl/xulrunner/nsIDOMPopupBlockedEvent.idl
4200share/idl/xulrunner/nsIDOMPowerManager.idl 4484share/idl/xulrunner/nsIDOMPowerManager.idl
4201share/idl/xulrunner/nsIDOMProcessingInstruction.idl 4485share/idl/xulrunner/nsIDOMProcessingInstruction.idl
4202share/idl/xulrunner/nsIDOMProgressEvent.idl 4486share/idl/xulrunner/nsIDOMProgressEvent.idl
4203share/idl/xulrunner/nsIDOMPropertyNodeList.idl 
4204share/idl/xulrunner/nsIDOMRGBColor.idl 
4205share/idl/xulrunner/nsIDOMRTCPeerConnection.idl 4487share/idl/xulrunner/nsIDOMRTCPeerConnection.idl
4206share/idl/xulrunner/nsIDOMRange.idl 4488share/idl/xulrunner/nsIDOMRange.idl
4207share/idl/xulrunner/nsIDOMRect.idl 4489share/idl/xulrunner/nsIDOMRect.idl
4208share/idl/xulrunner/nsIDOMSVGAElement.idl 4490share/idl/xulrunner/nsIDOMSVGAElement.idl
4209share/idl/xulrunner/nsIDOMSVGAltGlyphElement.idl 4491share/idl/xulrunner/nsIDOMSVGAltGlyphElement.idl
4210share/idl/xulrunner/nsIDOMSVGAngle.idl 
4211share/idl/xulrunner/nsIDOMSVGAnimPresAspRatio.idl 
4212share/idl/xulrunner/nsIDOMSVGAnimTransformList.idl 
4213share/idl/xulrunner/nsIDOMSVGAnimateElement.idl 4492share/idl/xulrunner/nsIDOMSVGAnimateElement.idl
4214share/idl/xulrunner/nsIDOMSVGAnimateMotionElement.idl 4493share/idl/xulrunner/nsIDOMSVGAnimateMotionElement.idl
4215share/idl/xulrunner/nsIDOMSVGAnimateTransformElement.idl 4494share/idl/xulrunner/nsIDOMSVGAnimateTransformElement.idl
4216share/idl/xulrunner/nsIDOMSVGAnimatedAngle.idl 
4217share/idl/xulrunner/nsIDOMSVGAnimatedBoolean.idl 
4218share/idl/xulrunner/nsIDOMSVGAnimatedEnum.idl 4495share/idl/xulrunner/nsIDOMSVGAnimatedEnum.idl
4219share/idl/xulrunner/nsIDOMSVGAnimatedInteger.idl 4496share/idl/xulrunner/nsIDOMSVGAnimatedInteger.idl
4220share/idl/xulrunner/nsIDOMSVGAnimatedLength.idl 4497share/idl/xulrunner/nsIDOMSVGAnimatedLength.idl
4221share/idl/xulrunner/nsIDOMSVGAnimatedLengthList.idl 
4222share/idl/xulrunner/nsIDOMSVGAnimatedNumber.idl 4498share/idl/xulrunner/nsIDOMSVGAnimatedNumber.idl
4223share/idl/xulrunner/nsIDOMSVGAnimatedNumberList.idl 
4224share/idl/xulrunner/nsIDOMSVGAnimatedPathData.idl 4499share/idl/xulrunner/nsIDOMSVGAnimatedPathData.idl
4225share/idl/xulrunner/nsIDOMSVGAnimatedPoints.idl 4500share/idl/xulrunner/nsIDOMSVGAnimatedPoints.idl
4226share/idl/xulrunner/nsIDOMSVGAnimatedRect.idl 4501share/idl/xulrunner/nsIDOMSVGAnimatedRect.idl
4227share/idl/xulrunner/nsIDOMSVGAnimatedString.idl 4502share/idl/xulrunner/nsIDOMSVGAnimatedString.idl
4228share/idl/xulrunner/nsIDOMSVGAnimationElement.idl 4503share/idl/xulrunner/nsIDOMSVGAnimationElement.idl
4229share/idl/xulrunner/nsIDOMSVGCircleElement.idl 4504share/idl/xulrunner/nsIDOMSVGCircleElement.idl
4230share/idl/xulrunner/nsIDOMSVGClipPathElement.idl 4505share/idl/xulrunner/nsIDOMSVGClipPathElement.idl
4231share/idl/xulrunner/nsIDOMSVGDefsElement.idl 4506share/idl/xulrunner/nsIDOMSVGDefsElement.idl
4232share/idl/xulrunner/nsIDOMSVGDescElement.idl 4507share/idl/xulrunner/nsIDOMSVGDescElement.idl
4233share/idl/xulrunner/nsIDOMSVGDocument.idl 4508share/idl/xulrunner/nsIDOMSVGDocument.idl
4234share/idl/xulrunner/nsIDOMSVGElement.idl 4509share/idl/xulrunner/nsIDOMSVGElement.idl
4235share/idl/xulrunner/nsIDOMSVGEllipseElement.idl 4510share/idl/xulrunner/nsIDOMSVGEllipseElement.idl
4236share/idl/xulrunner/nsIDOMSVGEvent.idl 4511share/idl/xulrunner/nsIDOMSVGEvent.idl
4237share/idl/xulrunner/nsIDOMSVGFilterElement.idl 4512share/idl/xulrunner/nsIDOMSVGFilterElement.idl
4238share/idl/xulrunner/nsIDOMSVGFilters.idl 4513share/idl/xulrunner/nsIDOMSVGFilters.idl
4239share/idl/xulrunner/nsIDOMSVGFitToViewBox.idl 4514share/idl/xulrunner/nsIDOMSVGFitToViewBox.idl
4240share/idl/xulrunner/nsIDOMSVGForeignObjectElem.idl 4515share/idl/xulrunner/nsIDOMSVGForeignObjectElem.idl
4241share/idl/xulrunner/nsIDOMSVGGElement.idl 4516share/idl/xulrunner/nsIDOMSVGGElement.idl
4242share/idl/xulrunner/nsIDOMSVGGradientElement.idl 4517share/idl/xulrunner/nsIDOMSVGGradientElement.idl
4243share/idl/xulrunner/nsIDOMSVGImageElement.idl 4518share/idl/xulrunner/nsIDOMSVGImageElement.idl
4244share/idl/xulrunner/nsIDOMSVGLength.idl 4519share/idl/xulrunner/nsIDOMSVGLength.idl
4245share/idl/xulrunner/nsIDOMSVGLengthList.idl 
4246share/idl/xulrunner/nsIDOMSVGLineElement.idl 4520share/idl/xulrunner/nsIDOMSVGLineElement.idl
4247share/idl/xulrunner/nsIDOMSVGLocatable.idl 4521share/idl/xulrunner/nsIDOMSVGLocatable.idl
4248share/idl/xulrunner/nsIDOMSVGMarkerElement.idl 4522share/idl/xulrunner/nsIDOMSVGMarkerElement.idl
4249share/idl/xulrunner/nsIDOMSVGMaskElement.idl 4523share/idl/xulrunner/nsIDOMSVGMaskElement.idl
4250share/idl/xulrunner/nsIDOMSVGMatrix.idl 
4251share/idl/xulrunner/nsIDOMSVGMetadataElement.idl 4524share/idl/xulrunner/nsIDOMSVGMetadataElement.idl
4252share/idl/xulrunner/nsIDOMSVGMpathElement.idl 4525share/idl/xulrunner/nsIDOMSVGMpathElement.idl
4253share/idl/xulrunner/nsIDOMSVGNumber.idl 4526share/idl/xulrunner/nsIDOMSVGNumber.idl
4254share/idl/xulrunner/nsIDOMSVGNumberList.idl 
4255share/idl/xulrunner/nsIDOMSVGPathElement.idl 4527share/idl/xulrunner/nsIDOMSVGPathElement.idl
4256share/idl/xulrunner/nsIDOMSVGPathSeg.idl 
4257share/idl/xulrunner/nsIDOMSVGPathSegList.idl 
4258share/idl/xulrunner/nsIDOMSVGPatternElement.idl 4528share/idl/xulrunner/nsIDOMSVGPatternElement.idl
4259share/idl/xulrunner/nsIDOMSVGPoint.idl 
4260share/idl/xulrunner/nsIDOMSVGPointList.idl 
4261share/idl/xulrunner/nsIDOMSVGPolygonElement.idl 4529share/idl/xulrunner/nsIDOMSVGPolygonElement.idl
4262share/idl/xulrunner/nsIDOMSVGPolylineElement.idl 4530share/idl/xulrunner/nsIDOMSVGPolylineElement.idl
4263share/idl/xulrunner/nsIDOMSVGPresAspectRatio.idl 
4264share/idl/xulrunner/nsIDOMSVGRect.idl 4531share/idl/xulrunner/nsIDOMSVGRect.idl
4265share/idl/xulrunner/nsIDOMSVGRectElement.idl 4532share/idl/xulrunner/nsIDOMSVGRectElement.idl
4266share/idl/xulrunner/nsIDOMSVGSVGElement.idl 4533share/idl/xulrunner/nsIDOMSVGSVGElement.idl
4267share/idl/xulrunner/nsIDOMSVGScriptElement.idl 4534share/idl/xulrunner/nsIDOMSVGScriptElement.idl
4268share/idl/xulrunner/nsIDOMSVGSetElement.idl 4535share/idl/xulrunner/nsIDOMSVGSetElement.idl
4269share/idl/xulrunner/nsIDOMSVGStopElement.idl 4536share/idl/xulrunner/nsIDOMSVGStopElement.idl
4270share/idl/xulrunner/nsIDOMSVGStringList.idl 4537share/idl/xulrunner/nsIDOMSVGStringList.idl
4271share/idl/xulrunner/nsIDOMSVGStylable.idl 
4272share/idl/xulrunner/nsIDOMSVGStyleElement.idl 4538share/idl/xulrunner/nsIDOMSVGStyleElement.idl
4273share/idl/xulrunner/nsIDOMSVGSwitchElement.idl 4539share/idl/xulrunner/nsIDOMSVGSwitchElement.idl
4274share/idl/xulrunner/nsIDOMSVGSymbolElement.idl 4540share/idl/xulrunner/nsIDOMSVGSymbolElement.idl
4275share/idl/xulrunner/nsIDOMSVGTSpanElement.idl 4541share/idl/xulrunner/nsIDOMSVGTSpanElement.idl
4276share/idl/xulrunner/nsIDOMSVGTests.idl 4542share/idl/xulrunner/nsIDOMSVGTests.idl
4277share/idl/xulrunner/nsIDOMSVGTextContentElement.idl 4543share/idl/xulrunner/nsIDOMSVGTextContentElement.idl
4278share/idl/xulrunner/nsIDOMSVGTextElement.idl 4544share/idl/xulrunner/nsIDOMSVGTextElement.idl
4279share/idl/xulrunner/nsIDOMSVGTextPathElement.idl 4545share/idl/xulrunner/nsIDOMSVGTextPathElement.idl
4280share/idl/xulrunner/nsIDOMSVGTextPositionElem.idl 4546share/idl/xulrunner/nsIDOMSVGTextPositionElem.idl
4281share/idl/xulrunner/nsIDOMSVGTitleElement.idl 4547share/idl/xulrunner/nsIDOMSVGTitleElement.idl
4282share/idl/xulrunner/nsIDOMSVGTransform.idl 
4283share/idl/xulrunner/nsIDOMSVGTransformList.idl 
4284share/idl/xulrunner/nsIDOMSVGTransformable.idl 4548share/idl/xulrunner/nsIDOMSVGTransformable.idl
4285share/idl/xulrunner/nsIDOMSVGURIReference.idl 4549share/idl/xulrunner/nsIDOMSVGURIReference.idl
4286share/idl/xulrunner/nsIDOMSVGUnitTypes.idl 4550share/idl/xulrunner/nsIDOMSVGUnitTypes.idl
4287share/idl/xulrunner/nsIDOMSVGUseElement.idl 4551share/idl/xulrunner/nsIDOMSVGUseElement.idl
4288share/idl/xulrunner/nsIDOMSVGViewElement.idl 4552share/idl/xulrunner/nsIDOMSVGViewElement.idl
4289share/idl/xulrunner/nsIDOMSVGViewSpec.idl 4553share/idl/xulrunner/nsIDOMSVGViewSpec.idl
4290share/idl/xulrunner/nsIDOMSVGZoomAndPan.idl 4554share/idl/xulrunner/nsIDOMSVGZoomAndPan.idl
4291share/idl/xulrunner/nsIDOMSVGZoomEvent.idl 4555share/idl/xulrunner/nsIDOMSVGZoomEvent.idl
4292share/idl/xulrunner/nsIDOMScreen.idl 4556share/idl/xulrunner/nsIDOMScreen.idl
4293share/idl/xulrunner/nsIDOMScrollAreaEvent.idl 4557share/idl/xulrunner/nsIDOMScrollAreaEvent.idl
4294share/idl/xulrunner/nsIDOMSerializer.idl 4558share/idl/xulrunner/nsIDOMSerializer.idl
4295share/idl/xulrunner/nsIDOMSettingsManager.idl 4559share/idl/xulrunner/nsIDOMSettingsManager.idl
4296share/idl/xulrunner/nsIDOMSimpleGestureEvent.idl 4560share/idl/xulrunner/nsIDOMSimpleGestureEvent.idl
@@ -4347,37 +4611,38 @@ share/idl/xulrunner/nsIDOMXULDescription @@ -4347,37 +4611,38 @@ share/idl/xulrunner/nsIDOMXULDescription
4347share/idl/xulrunner/nsIDOMXULDocument.idl 4611share/idl/xulrunner/nsIDOMXULDocument.idl
4348share/idl/xulrunner/nsIDOMXULElement.idl 4612share/idl/xulrunner/nsIDOMXULElement.idl
4349share/idl/xulrunner/nsIDOMXULImageElement.idl 4613share/idl/xulrunner/nsIDOMXULImageElement.idl
4350share/idl/xulrunner/nsIDOMXULLabelElement.idl 4614share/idl/xulrunner/nsIDOMXULLabelElement.idl
4351share/idl/xulrunner/nsIDOMXULLabeledControlEl.idl 4615share/idl/xulrunner/nsIDOMXULLabeledControlEl.idl
4352share/idl/xulrunner/nsIDOMXULMenuListElement.idl 4616share/idl/xulrunner/nsIDOMXULMenuListElement.idl
4353share/idl/xulrunner/nsIDOMXULMultSelectCntrlEl.idl 4617share/idl/xulrunner/nsIDOMXULMultSelectCntrlEl.idl
4354share/idl/xulrunner/nsIDOMXULPopupElement.idl 4618share/idl/xulrunner/nsIDOMXULPopupElement.idl
4355share/idl/xulrunner/nsIDOMXULRelatedElement.idl 4619share/idl/xulrunner/nsIDOMXULRelatedElement.idl
4356share/idl/xulrunner/nsIDOMXULSelectCntrlEl.idl 4620share/idl/xulrunner/nsIDOMXULSelectCntrlEl.idl
4357share/idl/xulrunner/nsIDOMXULSelectCntrlItemEl.idl 4621share/idl/xulrunner/nsIDOMXULSelectCntrlItemEl.idl
4358share/idl/xulrunner/nsIDOMXULTextboxElement.idl 4622share/idl/xulrunner/nsIDOMXULTextboxElement.idl
4359share/idl/xulrunner/nsIDOMXULTreeElement.idl 4623share/idl/xulrunner/nsIDOMXULTreeElement.idl
 4624share/idl/xulrunner/nsIDashboard.idl
 4625share/idl/xulrunner/nsIDashboardEventNotifier.idl
4360share/idl/xulrunner/nsIDataSignatureVerifier.idl 4626share/idl/xulrunner/nsIDataSignatureVerifier.idl
4361share/idl/xulrunner/nsIDebug.idl 4627share/idl/xulrunner/nsIDebug.idl
4362share/idl/xulrunner/nsIDebug2.idl 4628share/idl/xulrunner/nsIDebug2.idl
4363share/idl/xulrunner/nsIDeviceSensors.idl 4629share/idl/xulrunner/nsIDeviceSensors.idl
4364share/idl/xulrunner/nsIDialogCreator.idl 4630share/idl/xulrunner/nsIDialogCreator.idl
4365share/idl/xulrunner/nsIDialogParamBlock.idl 4631share/idl/xulrunner/nsIDialogParamBlock.idl
4366share/idl/xulrunner/nsIDirIndex.idl 4632share/idl/xulrunner/nsIDirIndex.idl
4367share/idl/xulrunner/nsIDirIndexListener.idl 4633share/idl/xulrunner/nsIDirIndexListener.idl
4368share/idl/xulrunner/nsIDirectoryEnumerator.idl 4634share/idl/xulrunner/nsIDirectoryEnumerator.idl
4369share/idl/xulrunner/nsIDirectoryService.idl 4635share/idl/xulrunner/nsIDirectoryService.idl
4370share/idl/xulrunner/nsIDiskCacheStreamInternal.idl 
4371share/idl/xulrunner/nsIDocCharset.idl 4636share/idl/xulrunner/nsIDocCharset.idl
4372share/idl/xulrunner/nsIDocShell.idl 4637share/idl/xulrunner/nsIDocShell.idl
4373share/idl/xulrunner/nsIDocShellHistory.idl 4638share/idl/xulrunner/nsIDocShellHistory.idl
4374share/idl/xulrunner/nsIDocShellLoadInfo.idl 4639share/idl/xulrunner/nsIDocShellLoadInfo.idl
4375share/idl/xulrunner/nsIDocShellTreeItem.idl 4640share/idl/xulrunner/nsIDocShellTreeItem.idl
4376share/idl/xulrunner/nsIDocShellTreeNode.idl 4641share/idl/xulrunner/nsIDocShellTreeNode.idl
4377share/idl/xulrunner/nsIDocShellTreeOwner.idl 4642share/idl/xulrunner/nsIDocShellTreeOwner.idl
4378share/idl/xulrunner/nsIDocumentEncoder.idl 4643share/idl/xulrunner/nsIDocumentEncoder.idl
4379share/idl/xulrunner/nsIDocumentLoader.idl 4644share/idl/xulrunner/nsIDocumentLoader.idl
4380share/idl/xulrunner/nsIDocumentLoaderFactory.idl 4645share/idl/xulrunner/nsIDocumentLoaderFactory.idl
4381share/idl/xulrunner/nsIDocumentStateListener.idl 4646share/idl/xulrunner/nsIDocumentStateListener.idl
4382share/idl/xulrunner/nsIDownload.idl 4647share/idl/xulrunner/nsIDownload.idl
4383share/idl/xulrunner/nsIDownloadHistory.idl 4648share/idl/xulrunner/nsIDownloadHistory.idl
@@ -4397,27 +4662,26 @@ share/idl/xulrunner/nsIEditorIMESupport. @@ -4397,27 +4662,26 @@ share/idl/xulrunner/nsIEditorIMESupport.
4397share/idl/xulrunner/nsIEditorMailSupport.idl 4662share/idl/xulrunner/nsIEditorMailSupport.idl
4398share/idl/xulrunner/nsIEditorObserver.idl 4663share/idl/xulrunner/nsIEditorObserver.idl
4399share/idl/xulrunner/nsIEditorSpellCheck.idl 4664share/idl/xulrunner/nsIEditorSpellCheck.idl
4400share/idl/xulrunner/nsIEditorStyleSheets.idl 4665share/idl/xulrunner/nsIEditorStyleSheets.idl
4401share/idl/xulrunner/nsIEffectiveTLDService.idl 4666share/idl/xulrunner/nsIEffectiveTLDService.idl
4402share/idl/xulrunner/nsIEmbeddingSiteWindow.idl 4667share/idl/xulrunner/nsIEmbeddingSiteWindow.idl
4403share/idl/xulrunner/nsIEncodedChannel.idl 4668share/idl/xulrunner/nsIEncodedChannel.idl
4404share/idl/xulrunner/nsIEntityConverter.idl 4669share/idl/xulrunner/nsIEntityConverter.idl
4405share/idl/xulrunner/nsIEntropyCollector.idl 4670share/idl/xulrunner/nsIEntropyCollector.idl
4406share/idl/xulrunner/nsIEnumerator.idl 4671share/idl/xulrunner/nsIEnumerator.idl
4407share/idl/xulrunner/nsIEnvironment.idl 4672share/idl/xulrunner/nsIEnvironment.idl
4408share/idl/xulrunner/nsIErrorService.idl 4673share/idl/xulrunner/nsIErrorService.idl
4409share/idl/xulrunner/nsIEventListenerService.idl 4674share/idl/xulrunner/nsIEventListenerService.idl
4410share/idl/xulrunner/nsIEventSource.idl 
4411share/idl/xulrunner/nsIEventTarget.idl 4675share/idl/xulrunner/nsIEventTarget.idl
4412share/idl/xulrunner/nsIException.idl 4676share/idl/xulrunner/nsIException.idl
4413share/idl/xulrunner/nsIExceptionService.idl 4677share/idl/xulrunner/nsIExceptionService.idl
4414share/idl/xulrunner/nsIExpatSink.idl 4678share/idl/xulrunner/nsIExpatSink.idl
4415share/idl/xulrunner/nsIExtendedExpatSink.idl 4679share/idl/xulrunner/nsIExtendedExpatSink.idl
4416share/idl/xulrunner/nsIExternalHelperAppService.idl 4680share/idl/xulrunner/nsIExternalHelperAppService.idl
4417share/idl/xulrunner/nsIExternalProtocolHandler.idl 4681share/idl/xulrunner/nsIExternalProtocolHandler.idl
4418share/idl/xulrunner/nsIExternalProtocolService.idl 4682share/idl/xulrunner/nsIExternalProtocolService.idl
4419share/idl/xulrunner/nsIExternalSharingAppService.idl 4683share/idl/xulrunner/nsIExternalSharingAppService.idl
4420share/idl/xulrunner/nsIExternalURLHandlerService.idl 4684share/idl/xulrunner/nsIExternalURLHandlerService.idl
4421share/idl/xulrunner/nsIFTPChannel.idl 4685share/idl/xulrunner/nsIFTPChannel.idl
4422share/idl/xulrunner/nsIFactory.idl 4686share/idl/xulrunner/nsIFactory.idl
4423share/idl/xulrunner/nsIFaviconService.idl 4687share/idl/xulrunner/nsIFaviconService.idl
@@ -4544,36 +4808,38 @@ share/idl/xulrunner/nsILocale.idl @@ -4544,36 +4808,38 @@ share/idl/xulrunner/nsILocale.idl
4544share/idl/xulrunner/nsILocaleService.idl 4808share/idl/xulrunner/nsILocaleService.idl
4545share/idl/xulrunner/nsILoginInfo.idl 4809share/idl/xulrunner/nsILoginInfo.idl
4546share/idl/xulrunner/nsILoginManager.idl 4810share/idl/xulrunner/nsILoginManager.idl
4547share/idl/xulrunner/nsILoginManagerCrypto.idl 4811share/idl/xulrunner/nsILoginManagerCrypto.idl
4548share/idl/xulrunner/nsILoginManagerIEMigrationHelper.idl 4812share/idl/xulrunner/nsILoginManagerIEMigrationHelper.idl
4549share/idl/xulrunner/nsILoginManagerPrompter.idl 4813share/idl/xulrunner/nsILoginManagerPrompter.idl
4550share/idl/xulrunner/nsILoginManagerStorage.idl 4814share/idl/xulrunner/nsILoginManagerStorage.idl
4551share/idl/xulrunner/nsILoginMetaInfo.idl 4815share/idl/xulrunner/nsILoginMetaInfo.idl
4552share/idl/xulrunner/nsIMIMEHeaderParam.idl 4816share/idl/xulrunner/nsIMIMEHeaderParam.idl
4553share/idl/xulrunner/nsIMIMEInfo.idl 4817share/idl/xulrunner/nsIMIMEInfo.idl
4554share/idl/xulrunner/nsIMIMEInputStream.idl 4818share/idl/xulrunner/nsIMIMEInputStream.idl
4555share/idl/xulrunner/nsIMIMEService.idl 4819share/idl/xulrunner/nsIMIMEService.idl
4556share/idl/xulrunner/nsIMarkupDocumentViewer.idl 4820share/idl/xulrunner/nsIMarkupDocumentViewer.idl
 4821share/idl/xulrunner/nsIMediaManager.idl
4557share/idl/xulrunner/nsIMemory.idl 4822share/idl/xulrunner/nsIMemory.idl
4558share/idl/xulrunner/nsIMemoryInfoDumper.idl 4823share/idl/xulrunner/nsIMemoryInfoDumper.idl
4559share/idl/xulrunner/nsIMemoryReporter.idl 4824share/idl/xulrunner/nsIMemoryReporter.idl
4560share/idl/xulrunner/nsIMenuBoxObject.idl 4825share/idl/xulrunner/nsIMenuBoxObject.idl
4561share/idl/xulrunner/nsIMenuBuilder.idl 4826share/idl/xulrunner/nsIMenuBuilder.idl
4562share/idl/xulrunner/nsIMessageLoop.idl 4827share/idl/xulrunner/nsIMessageLoop.idl
4563share/idl/xulrunner/nsIMessageManager.idl 4828share/idl/xulrunner/nsIMessageManager.idl
4564share/idl/xulrunner/nsIMmsService.idl 4829share/idl/xulrunner/nsIMmsService.idl
4565share/idl/xulrunner/nsIModule.idl 4830share/idl/xulrunner/nsIModule.idl
4566share/idl/xulrunner/nsIMozBrowserFrame.idl 4831share/idl/xulrunner/nsIMozBrowserFrame.idl
 4832share/idl/xulrunner/nsIMozSAXXMLDeclarationHandler.idl
4567share/idl/xulrunner/nsIMultiPartChannel.idl 4833share/idl/xulrunner/nsIMultiPartChannel.idl
4568share/idl/xulrunner/nsIMultiplexInputStream.idl 4834share/idl/xulrunner/nsIMultiplexInputStream.idl
4569share/idl/xulrunner/nsIMutable.idl 4835share/idl/xulrunner/nsIMutable.idl
4570share/idl/xulrunner/nsIMutableArray.idl 4836share/idl/xulrunner/nsIMutableArray.idl
4571share/idl/xulrunner/nsINSSCertCache.idl 4837share/idl/xulrunner/nsINSSCertCache.idl
4572share/idl/xulrunner/nsINSSErrorsService.idl 4838share/idl/xulrunner/nsINSSErrorsService.idl
4573share/idl/xulrunner/nsINSSVersion.idl 4839share/idl/xulrunner/nsINSSVersion.idl
4574share/idl/xulrunner/nsINativeAppSupport.idl 4840share/idl/xulrunner/nsINativeAppSupport.idl
4575share/idl/xulrunner/nsINavBookmarksService.idl 4841share/idl/xulrunner/nsINavBookmarksService.idl
4576share/idl/xulrunner/nsINavHistoryService.idl 4842share/idl/xulrunner/nsINavHistoryService.idl
4577share/idl/xulrunner/nsINavigatorBattery.idl 4843share/idl/xulrunner/nsINavigatorBattery.idl
4578share/idl/xulrunner/nsINestedURI.idl 4844share/idl/xulrunner/nsINestedURI.idl
4579share/idl/xulrunner/nsINetAddr.idl 4845share/idl/xulrunner/nsINetAddr.idl
@@ -4595,27 +4861,26 @@ share/idl/xulrunner/nsIPKCS11Module.idl @@ -4595,27 +4861,26 @@ share/idl/xulrunner/nsIPKCS11Module.idl
4595share/idl/xulrunner/nsIPKCS11ModuleDB.idl 4861share/idl/xulrunner/nsIPKCS11ModuleDB.idl
4596share/idl/xulrunner/nsIPKCS11Slot.idl 4862share/idl/xulrunner/nsIPKCS11Slot.idl
4597share/idl/xulrunner/nsIPKIParamBlock.idl 4863share/idl/xulrunner/nsIPKIParamBlock.idl
4598share/idl/xulrunner/nsIParentChannel.idl 4864share/idl/xulrunner/nsIParentChannel.idl
4599share/idl/xulrunner/nsIParentRedirectingChannel.idl 4865share/idl/xulrunner/nsIParentRedirectingChannel.idl
4600share/idl/xulrunner/nsIParentalControlsService.idl 4866share/idl/xulrunner/nsIParentalControlsService.idl
4601share/idl/xulrunner/nsIParserUtils.idl 4867share/idl/xulrunner/nsIParserUtils.idl
4602share/idl/xulrunner/nsIPermission.idl 4868share/idl/xulrunner/nsIPermission.idl
4603share/idl/xulrunner/nsIPermissionManager.idl 4869share/idl/xulrunner/nsIPermissionManager.idl
4604share/idl/xulrunner/nsIPermissionPromptService.idl 4870share/idl/xulrunner/nsIPermissionPromptService.idl
4605share/idl/xulrunner/nsIPersistentProperties2.idl 4871share/idl/xulrunner/nsIPersistentProperties2.idl
4606share/idl/xulrunner/nsIPhonetic.idl 4872share/idl/xulrunner/nsIPhonetic.idl
4607share/idl/xulrunner/nsIPipe.idl 4873share/idl/xulrunner/nsIPipe.idl
4608share/idl/xulrunner/nsIPlacesImportExportService.idl 
4609share/idl/xulrunner/nsIPlaintextEditor.idl 4874share/idl/xulrunner/nsIPlaintextEditor.idl
4610share/idl/xulrunner/nsIPluginDocument.idl 4875share/idl/xulrunner/nsIPluginDocument.idl
4611share/idl/xulrunner/nsIPluginHost.idl 4876share/idl/xulrunner/nsIPluginHost.idl
4612share/idl/xulrunner/nsIPluginInputStream.idl 4877share/idl/xulrunner/nsIPluginInputStream.idl
4613share/idl/xulrunner/nsIPluginInstanceOwner.idl 4878share/idl/xulrunner/nsIPluginInstanceOwner.idl
4614share/idl/xulrunner/nsIPluginTag.idl 4879share/idl/xulrunner/nsIPluginTag.idl
4615share/idl/xulrunner/nsIPluginTagInfo.idl 4880share/idl/xulrunner/nsIPluginTagInfo.idl
4616share/idl/xulrunner/nsIPopupBoxObject.idl 4881share/idl/xulrunner/nsIPopupBoxObject.idl
4617share/idl/xulrunner/nsIPopupWindowManager.idl 4882share/idl/xulrunner/nsIPopupWindowManager.idl
4618share/idl/xulrunner/nsIPowerManagerService.idl 4883share/idl/xulrunner/nsIPowerManagerService.idl
4619share/idl/xulrunner/nsIPrefBranch.idl 4884share/idl/xulrunner/nsIPrefBranch.idl
4620share/idl/xulrunner/nsIPrefBranch2.idl 4885share/idl/xulrunner/nsIPrefBranch2.idl
4621share/idl/xulrunner/nsIPrefBranchInternal.idl 4886share/idl/xulrunner/nsIPrefBranchInternal.idl
@@ -4626,28 +4891,26 @@ share/idl/xulrunner/nsIPrincipal.idl @@ -4626,28 +4891,26 @@ share/idl/xulrunner/nsIPrincipal.idl
4626share/idl/xulrunner/nsIPrintOptions.idl 4891share/idl/xulrunner/nsIPrintOptions.idl
4627share/idl/xulrunner/nsIPrintProgress.idl 4892share/idl/xulrunner/nsIPrintProgress.idl
4628share/idl/xulrunner/nsIPrintProgressParams.idl 4893share/idl/xulrunner/nsIPrintProgressParams.idl
4629share/idl/xulrunner/nsIPrintSession.idl 4894share/idl/xulrunner/nsIPrintSession.idl
4630share/idl/xulrunner/nsIPrintSettings.idl 4895share/idl/xulrunner/nsIPrintSettings.idl
4631share/idl/xulrunner/nsIPrintSettingsService.idl 4896share/idl/xulrunner/nsIPrintSettingsService.idl
4632share/idl/xulrunner/nsIPrintStatusFeedback.idl 4897share/idl/xulrunner/nsIPrintStatusFeedback.idl
4633share/idl/xulrunner/nsIPrintingPrompt.idl 4898share/idl/xulrunner/nsIPrintingPrompt.idl
4634share/idl/xulrunner/nsIPrintingPromptService.idl 4899share/idl/xulrunner/nsIPrintingPromptService.idl
4635share/idl/xulrunner/nsIPrivacyTransitionObserver.idl 4900share/idl/xulrunner/nsIPrivacyTransitionObserver.idl
4636share/idl/xulrunner/nsIPrivateBrowsingChannel.idl 4901share/idl/xulrunner/nsIPrivateBrowsingChannel.idl
4637share/idl/xulrunner/nsIPrivateBrowsingService.idl 4902share/idl/xulrunner/nsIPrivateBrowsingService.idl
4638share/idl/xulrunner/nsIProcess.idl 4903share/idl/xulrunner/nsIProcess.idl
4639share/idl/xulrunner/nsIProfile.idl 
4640share/idl/xulrunner/nsIProfileChangeStatus.idl 
4641share/idl/xulrunner/nsIProfileMigrator.idl 4904share/idl/xulrunner/nsIProfileMigrator.idl
4642share/idl/xulrunner/nsIProfileUnlocker.idl 4905share/idl/xulrunner/nsIProfileUnlocker.idl
4643share/idl/xulrunner/nsIProgrammingLanguage.idl 4906share/idl/xulrunner/nsIProgrammingLanguage.idl
4644share/idl/xulrunner/nsIProgressEventSink.idl 4907share/idl/xulrunner/nsIProgressEventSink.idl
4645share/idl/xulrunner/nsIPrompt.idl 4908share/idl/xulrunner/nsIPrompt.idl
4646share/idl/xulrunner/nsIPromptFactory.idl 4909share/idl/xulrunner/nsIPromptFactory.idl
4647share/idl/xulrunner/nsIPromptService.idl 4910share/idl/xulrunner/nsIPromptService.idl
4648share/idl/xulrunner/nsIPromptService2.idl 4911share/idl/xulrunner/nsIPromptService2.idl
4649share/idl/xulrunner/nsIProperties.idl 4912share/idl/xulrunner/nsIProperties.idl
4650share/idl/xulrunner/nsIProperty.idl 4913share/idl/xulrunner/nsIProperty.idl
4651share/idl/xulrunner/nsIPropertyBag.idl 4914share/idl/xulrunner/nsIPropertyBag.idl
4652share/idl/xulrunner/nsIPropertyBag2.idl 4915share/idl/xulrunner/nsIPropertyBag2.idl
4653share/idl/xulrunner/nsIProtectedAuthThread.idl 4916share/idl/xulrunner/nsIProtectedAuthThread.idl
@@ -4759,27 +5022,26 @@ share/idl/xulrunner/nsISimpleStreamListe @@ -4759,27 +5022,26 @@ share/idl/xulrunner/nsISimpleStreamListe
4759share/idl/xulrunner/nsISimpleTest.idl 5022share/idl/xulrunner/nsISimpleTest.idl
4760share/idl/xulrunner/nsISimpleUnicharStreamFactory.idl 5023share/idl/xulrunner/nsISimpleUnicharStreamFactory.idl
4761share/idl/xulrunner/nsISiteSpecificUserAgent.idl 5024share/idl/xulrunner/nsISiteSpecificUserAgent.idl
4762share/idl/xulrunner/nsISliderListener.idl 5025share/idl/xulrunner/nsISliderListener.idl
4763share/idl/xulrunner/nsISmsDatabaseService.idl 5026share/idl/xulrunner/nsISmsDatabaseService.idl
4764share/idl/xulrunner/nsISmsRequest.idl 5027share/idl/xulrunner/nsISmsRequest.idl
4765share/idl/xulrunner/nsISmsService.idl 5028share/idl/xulrunner/nsISmsService.idl
4766share/idl/xulrunner/nsISocketProvider.idl 5029share/idl/xulrunner/nsISocketProvider.idl
4767share/idl/xulrunner/nsISocketProviderService.idl 5030share/idl/xulrunner/nsISocketProviderService.idl
4768share/idl/xulrunner/nsISocketTransport.idl 5031share/idl/xulrunner/nsISocketTransport.idl
4769share/idl/xulrunner/nsISocketTransportService.idl 5032share/idl/xulrunner/nsISocketTransportService.idl
4770share/idl/xulrunner/nsISound.idl 5033share/idl/xulrunner/nsISound.idl
4771share/idl/xulrunner/nsISpeculativeConnect.idl 5034share/idl/xulrunner/nsISpeculativeConnect.idl
4772share/idl/xulrunner/nsIStandardFileStream.idl 
4773share/idl/xulrunner/nsIStandardURL.idl 5035share/idl/xulrunner/nsIStandardURL.idl
4774share/idl/xulrunner/nsIStartupCache.idl 5036share/idl/xulrunner/nsIStartupCache.idl
4775share/idl/xulrunner/nsIStorageStream.idl 5037share/idl/xulrunner/nsIStorageStream.idl
4776share/idl/xulrunner/nsIStreamBufferAccess.idl 5038share/idl/xulrunner/nsIStreamBufferAccess.idl
4777share/idl/xulrunner/nsIStreamCipher.idl 5039share/idl/xulrunner/nsIStreamCipher.idl
4778share/idl/xulrunner/nsIStreamConverter.idl 5040share/idl/xulrunner/nsIStreamConverter.idl
4779share/idl/xulrunner/nsIStreamConverterService.idl 5041share/idl/xulrunner/nsIStreamConverterService.idl
4780share/idl/xulrunner/nsIStreamListener.idl 5042share/idl/xulrunner/nsIStreamListener.idl
4781share/idl/xulrunner/nsIStreamListenerTee.idl 5043share/idl/xulrunner/nsIStreamListenerTee.idl
4782share/idl/xulrunner/nsIStreamLoader.idl 5044share/idl/xulrunner/nsIStreamLoader.idl
4783share/idl/xulrunner/nsIStreamTransportService.idl 5045share/idl/xulrunner/nsIStreamTransportService.idl
4784share/idl/xulrunner/nsIStrictTransportSecurityService.idl 5046share/idl/xulrunner/nsIStrictTransportSecurityService.idl
4785share/idl/xulrunner/nsIStringBundle.idl 5047share/idl/xulrunner/nsIStringBundle.idl
@@ -4795,26 +5057,27 @@ share/idl/xulrunner/nsISupportsPrimitive @@ -4795,26 +5057,27 @@ share/idl/xulrunner/nsISupportsPrimitive
4795share/idl/xulrunner/nsISupportsPriority.idl 5057share/idl/xulrunner/nsISupportsPriority.idl
4796share/idl/xulrunner/nsISyncJPAKE.idl 5058share/idl/xulrunner/nsISyncJPAKE.idl
4797share/idl/xulrunner/nsISyncStreamListener.idl 5059share/idl/xulrunner/nsISyncStreamListener.idl
4798share/idl/xulrunner/nsISystemMessagesInternal.idl 5060share/idl/xulrunner/nsISystemMessagesInternal.idl
4799share/idl/xulrunner/nsISystemProxySettings.idl 5061share/idl/xulrunner/nsISystemProxySettings.idl
4800share/idl/xulrunner/nsITCPSocketChild.idl 5062share/idl/xulrunner/nsITCPSocketChild.idl
4801share/idl/xulrunner/nsITCPSocketParent.idl 5063share/idl/xulrunner/nsITCPSocketParent.idl
4802share/idl/xulrunner/nsITXTToHTMLConv.idl 5064share/idl/xulrunner/nsITXTToHTMLConv.idl
4803share/idl/xulrunner/nsITabChild.idl 5065share/idl/xulrunner/nsITabChild.idl
4804share/idl/xulrunner/nsITabParent.idl 5066share/idl/xulrunner/nsITabParent.idl
4805share/idl/xulrunner/nsITableEditor.idl 5067share/idl/xulrunner/nsITableEditor.idl
4806share/idl/xulrunner/nsITaggingService.idl 5068share/idl/xulrunner/nsITaggingService.idl
4807share/idl/xulrunner/nsITelemetry.idl 5069share/idl/xulrunner/nsITelemetry.idl
 5070share/idl/xulrunner/nsITelemetryPing.idl
4808share/idl/xulrunner/nsITextScroll.idl 5071share/idl/xulrunner/nsITextScroll.idl
4809share/idl/xulrunner/nsITextServicesFilter.idl 5072share/idl/xulrunner/nsITextServicesFilter.idl
4810share/idl/xulrunner/nsITextToSubURI.idl 5073share/idl/xulrunner/nsITextToSubURI.idl
4811share/idl/xulrunner/nsIThread.idl 5074share/idl/xulrunner/nsIThread.idl
4812share/idl/xulrunner/nsIThreadInternal.idl 5075share/idl/xulrunner/nsIThreadInternal.idl
4813share/idl/xulrunner/nsIThreadManager.idl 5076share/idl/xulrunner/nsIThreadManager.idl
4814share/idl/xulrunner/nsIThreadPool.idl 5077share/idl/xulrunner/nsIThreadPool.idl
4815share/idl/xulrunner/nsITimeService.idl 5078share/idl/xulrunner/nsITimeService.idl
4816share/idl/xulrunner/nsITimedChannel.idl 5079share/idl/xulrunner/nsITimedChannel.idl
4817share/idl/xulrunner/nsITimer.idl 5080share/idl/xulrunner/nsITimer.idl
4818share/idl/xulrunner/nsITokenDialogs.idl 5081share/idl/xulrunner/nsITokenDialogs.idl
4819share/idl/xulrunner/nsITokenPasswordDialogs.idl 5082share/idl/xulrunner/nsITokenPasswordDialogs.idl
4820share/idl/xulrunner/nsIToolkitChromeRegistry.idl 5083share/idl/xulrunner/nsIToolkitChromeRegistry.idl
@@ -4841,26 +5104,27 @@ share/idl/xulrunner/nsITypeAheadFind.idl @@ -4841,26 +5104,27 @@ share/idl/xulrunner/nsITypeAheadFind.idl
4841share/idl/xulrunner/nsIURI.idl 5104share/idl/xulrunner/nsIURI.idl
4842share/idl/xulrunner/nsIURIChecker.idl 5105share/idl/xulrunner/nsIURIChecker.idl
4843share/idl/xulrunner/nsIURIClassifier.idl 5106share/idl/xulrunner/nsIURIClassifier.idl
4844share/idl/xulrunner/nsIURIContentListener.idl 5107share/idl/xulrunner/nsIURIContentListener.idl
4845share/idl/xulrunner/nsIURIFixup.idl 5108share/idl/xulrunner/nsIURIFixup.idl
4846share/idl/xulrunner/nsIURILoader.idl 5109share/idl/xulrunner/nsIURILoader.idl
4847share/idl/xulrunner/nsIURIRefObject.idl 5110share/idl/xulrunner/nsIURIRefObject.idl
4848share/idl/xulrunner/nsIURIWithPrincipal.idl 5111share/idl/xulrunner/nsIURIWithPrincipal.idl
4849share/idl/xulrunner/nsIURL.idl 5112share/idl/xulrunner/nsIURL.idl
4850share/idl/xulrunner/nsIURLFormatter.idl 5113share/idl/xulrunner/nsIURLFormatter.idl
4851share/idl/xulrunner/nsIURLParser.idl 5114share/idl/xulrunner/nsIURLParser.idl
4852share/idl/xulrunner/nsIUTF8ConverterService.idl 5115share/idl/xulrunner/nsIUTF8ConverterService.idl
4853share/idl/xulrunner/nsIUUIDGenerator.idl 5116share/idl/xulrunner/nsIUUIDGenerator.idl
 5117share/idl/xulrunner/nsIUndoManagerTransaction.idl
4854share/idl/xulrunner/nsIUnicharInputStream.idl 5118share/idl/xulrunner/nsIUnicharInputStream.idl
4855share/idl/xulrunner/nsIUnicharLineInputStream.idl 5119share/idl/xulrunner/nsIUnicharLineInputStream.idl
4856share/idl/xulrunner/nsIUnicharOutputStream.idl 5120share/idl/xulrunner/nsIUnicharOutputStream.idl
4857share/idl/xulrunner/nsIUnicharStreamLoader.idl 5121share/idl/xulrunner/nsIUnicharStreamLoader.idl
4858share/idl/xulrunner/nsIUnicodeNormalizer.idl 5122share/idl/xulrunner/nsIUnicodeNormalizer.idl
4859share/idl/xulrunner/nsIUpdateService.idl 5123share/idl/xulrunner/nsIUpdateService.idl
4860share/idl/xulrunner/nsIUpdateTimerManager.idl 5124share/idl/xulrunner/nsIUpdateTimerManager.idl
4861share/idl/xulrunner/nsIUploadChannel.idl 5125share/idl/xulrunner/nsIUploadChannel.idl
4862share/idl/xulrunner/nsIUploadChannel2.idl 5126share/idl/xulrunner/nsIUploadChannel2.idl
4863share/idl/xulrunner/nsIUrlClassifierDBService.idl 5127share/idl/xulrunner/nsIUrlClassifierDBService.idl
4864share/idl/xulrunner/nsIUrlClassifierHashCompleter.idl 5128share/idl/xulrunner/nsIUrlClassifierHashCompleter.idl
4865share/idl/xulrunner/nsIUrlClassifierPrefixSet.idl 5129share/idl/xulrunner/nsIUrlClassifierPrefixSet.idl
4866share/idl/xulrunner/nsIUrlClassifierStreamUpdater.idl 5130share/idl/xulrunner/nsIUrlClassifierStreamUpdater.idl
@@ -4947,14 +5211,13 @@ share/idl/xulrunner/nsrootidl.idl @@ -4947,14 +5211,13 @@ share/idl/xulrunner/nsrootidl.idl
4947share/idl/xulrunner/rdfIDataSource.idl 5211share/idl/xulrunner/rdfIDataSource.idl
4948share/idl/xulrunner/rdfISerializer.idl 5212share/idl/xulrunner/rdfISerializer.idl
4949share/idl/xulrunner/rdfITripleVisitor.idl 5213share/idl/xulrunner/rdfITripleVisitor.idl
4950share/idl/xulrunner/txIEXSLTRegExFunctions.idl 5214share/idl/xulrunner/txIEXSLTRegExFunctions.idl
4951share/idl/xulrunner/txIFunctionEvaluationContext.idl 5215share/idl/xulrunner/txIFunctionEvaluationContext.idl
4952share/idl/xulrunner/txINodeSet.idl 5216share/idl/xulrunner/txINodeSet.idl
4953share/idl/xulrunner/txIXPathObject.idl 5217share/idl/xulrunner/txIXPathObject.idl
4954share/idl/xulrunner/xpcIJSGetFactory.idl 5218share/idl/xulrunner/xpcIJSGetFactory.idl
4955share/idl/xulrunner/xpcIJSModuleLoader.idl 5219share/idl/xulrunner/xpcIJSModuleLoader.idl
4956share/idl/xulrunner/xpcIJSWeakReference.idl 5220share/idl/xulrunner/xpcIJSWeakReference.idl
4957share/idl/xulrunner/xpccomponents.idl 5221share/idl/xulrunner/xpccomponents.idl
4958share/idl/xulrunner/xpcexception.idl 5222share/idl/xulrunner/xpcexception.idl
4959share/idl/xulrunner/xpcjsid.idl 5223share/idl/xulrunner/xpcjsid.idl
4960@pkgdir lib/xulrunner/plugins 

cvs diff -r1.44 -r1.45 pkgsrc/devel/xulrunner/Attic/dist.mk (expand / switch to unified diff)

--- pkgsrc/devel/xulrunner/Attic/dist.mk 2013/03/10 00:22:16 1.44
+++ pkgsrc/devel/xulrunner/Attic/dist.mk 2013/04/05 13:30:17 1.45
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: dist.mk,v 1.44 2013/03/10 00:22:16 ryoon Exp $ 1# $NetBSD: dist.mk,v 1.45 2013/04/05 13:30:17 ryoon Exp $
2# 2#
3# used by devel/xulrunner/Makefile 3# used by devel/xulrunner/Makefile
4# used by www/firefox/Makefile 4# used by www/firefox/Makefile
5 5
6DISTNAME= firefox-${FIREFOX_VER}.source 6DISTNAME= firefox-${FIREFOX_VER}.source
7FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} 7FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
8MOZ_BRANCH= 19.0 8MOZ_BRANCH= 20.0
9MOZ_BRANCH_MINOR= .2 9MOZ_BRANCH_MINOR=
10MASTER_SITES= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} \ 10MASTER_SITES= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} \
11 ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/} 11 ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/}
12EXTRACT_SUFX= .tar.bz2 12EXTRACT_SUFX= .tar.bz2
13 13
14DISTINFO_FILE= ${.CURDIR}/../../devel/xulrunner/distinfo 14DISTINFO_FILE= ${.CURDIR}/../../devel/xulrunner/distinfo
15PATCHDIR= ${.CURDIR}/../../devel/xulrunner/patches 15PATCHDIR= ${.CURDIR}/../../devel/xulrunner/patches
16 16
17WRKSRC= ${WRKDIR}/mozilla-release 17WRKSRC= ${WRKDIR}/mozilla-release

cvs diff -r1.100 -r1.101 pkgsrc/devel/xulrunner/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/xulrunner/Attic/distinfo 2013/03/30 20:03:08 1.100
+++ pkgsrc/devel/xulrunner/Attic/distinfo 2013/04/05 13:30:17 1.101
@@ -1,66 +1,61 @@ @@ -1,66 +1,61 @@
1$NetBSD: distinfo,v 1.100 2013/03/30 20:03:08 ryoon Exp $ 1$NetBSD: distinfo,v 1.101 2013/04/05 13:30:17 ryoon Exp $
2 2
3SHA1 (firefox-19.0.2.source.tar.bz2) = d108d356225379a86d69a4906c706289135f6342 3SHA1 (firefox-20.0.source.tar.bz2) = 6d776c29da0be0d2a50abeb504d63b06b7861218
4RMD160 (firefox-19.0.2.source.tar.bz2) = 37518c9d64f4b441d9601debd0aa440b5af66d20 4RMD160 (firefox-20.0.source.tar.bz2) = 72ad8d0622b10d70a4f8ef9da45d5f3b7b22ed49
5Size (firefox-19.0.2.source.tar.bz2) = 99155868 bytes 5Size (firefox-20.0.source.tar.bz2) = 100311453 bytes
6SHA1 (patch-aa) = 0adf274292e4e05f97f89fedca223b29f54909aa 6SHA1 (patch-aa) = 41c49c9f8c6447bd42477869005827729bf9a8c9
7SHA1 (patch-ab) = b60129618bb0945b65636f99980bdc026ec16fd9 7SHA1 (patch-ab) = b60129618bb0945b65636f99980bdc026ec16fd9
8SHA1 (patch-ac) = 609a094d01878da0bdfb008a0cb30b96bdb4c6ce 8SHA1 (patch-ac) = 609a094d01878da0bdfb008a0cb30b96bdb4c6ce
9SHA1 (patch-ae) = adbf406cf3158ff2ecb847673d9d91edb200f034 9SHA1 (patch-ae) = adbf406cf3158ff2ecb847673d9d91edb200f034
10SHA1 (patch-ag) = 3e6f3e2e9d0c7c498fbc39eabae798d1a7f8fb12 10SHA1 (patch-ag) = 3e6f3e2e9d0c7c498fbc39eabae798d1a7f8fb12
11SHA1 (patch-ai) = d36a7af304bb5b63c7af4d82c97a30eaf9447123 
12SHA1 (patch-ak) = 971ddb1f12b14bcee604c9d7e72da5e7bf47d9be 11SHA1 (patch-ak) = 971ddb1f12b14bcee604c9d7e72da5e7bf47d9be
13SHA1 (patch-al) = 553c6042a98e4b381a46eec50c02cff349d88bd2 12SHA1 (patch-al) = 553c6042a98e4b381a46eec50c02cff349d88bd2
14SHA1 (patch-am) = c5aa36638b666d99d4510f345802de259579e884 13SHA1 (patch-am) = c5aa36638b666d99d4510f345802de259579e884
15SHA1 (patch-an) = 4c8ca17d259f56863d6066f1e3de0d81fefdcd6c 14SHA1 (patch-an) = 4c8ca17d259f56863d6066f1e3de0d81fefdcd6c
16SHA1 (patch-ao) = 178ce783f329e945f3437a927c8b8b97dce659be 15SHA1 (patch-ao) = ebf95a9abf76439cdd890ea34f75f0d8d1114fe0
17SHA1 (patch-as) = 1cd7a9c7e1cf7603f2d72111f3abc9d3747a9c32 16SHA1 (patch-as) = 1cd7a9c7e1cf7603f2d72111f3abc9d3747a9c32
18SHA1 (patch-at) = c5cb543ab423657d546559de0603356c9bc2f2f3 17SHA1 (patch-at) = c5cb543ab423657d546559de0603356c9bc2f2f3
19SHA1 (patch-au) = d577fc9a0091915e36d67a6ad82f0e7bfc107e7b 18SHA1 (patch-au) = d577fc9a0091915e36d67a6ad82f0e7bfc107e7b
20SHA1 (patch-av) = 20dcf216808667d71e527a6126b1a9b76130a13b 19SHA1 (patch-av) = 20dcf216808667d71e527a6126b1a9b76130a13b
21SHA1 (patch-aw) = 237be5fa18846b51b67ef2c2ea5f4fb427c529aa 20SHA1 (patch-aw) = 237be5fa18846b51b67ef2c2ea5f4fb427c529aa
22SHA1 (patch-ay) = 70c68275b6dc41e66fcf8330e9ebcc4743363926 
23SHA1 (patch-az) = 2012a7fef2eac59f48ff21fea0e205e89b313e46 21SHA1 (patch-az) = 2012a7fef2eac59f48ff21fea0e205e89b313e46
24SHA1 (patch-ba) = 1692053c1b0e65dd38bcf37cc1a80390cce081eb 22SHA1 (patch-ba) = 1692053c1b0e65dd38bcf37cc1a80390cce081eb
25SHA1 (patch-bd) = 1a24cb9e4dc312725d0a6ffdf202b6f3e98d17fb 23SHA1 (patch-bd) = 1a24cb9e4dc312725d0a6ffdf202b6f3e98d17fb
26SHA1 (patch-bf) = ac5689eaec8cc79d5255a692b255de8a8690539a 24SHA1 (patch-bf) = 6a052e8c83967e9054a81eb11f1501eb50e88782
27SHA1 (patch-bg) = e5af56b3dca81ad67149c09942580ebd9062b38d 25SHA1 (patch-bg) = e5af56b3dca81ad67149c09942580ebd9062b38d
28SHA1 (patch-bi) = 3dd927d93431afe000cd4a45b4d9920e63158a85 26SHA1 (patch-bi) = 3dd927d93431afe000cd4a45b4d9920e63158a85
29SHA1 (patch-build_autoconf_nss.m4) = 4731f46a41f6d4ff31a6da07c9badb328a0f676f 27SHA1 (patch-build_autoconf_nss.m4) = 4731f46a41f6d4ff31a6da07c9badb328a0f676f
30SHA1 (patch-config_baseconfig.mk) = 4f8e966e5e9684c165929d02f82099fb4befcc75 28SHA1 (patch-config_baseconfig.mk) = 4f8e966e5e9684c165929d02f82099fb4befcc75
31SHA1 (patch-dom_system_OSFileConstants.cpp) = 692f3c538311fdae777ada67fc1362513c06bc10 
32SHA1 (patch-gfx_skia_Makefile.in) = ddc7e4a375f4cfd7dd76c5b37835bbcd3ad13cf1 29SHA1 (patch-gfx_skia_Makefile.in) = ddc7e4a375f4cfd7dd76c5b37835bbcd3ad13cf1
33SHA1 (patch-gfx_skia_src_sfnt_SkOTTable__head.h) = 493fced792610ea1ce5ab6b1e043ef36b33f8279 30SHA1 (patch-gfx_skia_src_sfnt_SkOTTable__head.h) = 493fced792610ea1ce5ab6b1e043ef36b33f8279
34SHA1 (patch-gfx_skia_src_sfnt_SkOTTable__name.h) = 61a6611b3dd08f5bd56681244eefbfa3f209f6a1 31SHA1 (patch-gfx_skia_src_sfnt_SkOTTable__name.h) = 61a6611b3dd08f5bd56681244eefbfa3f209f6a1
35SHA1 (patch-gfx_skia_src_sfnt_SkSFNTHeader.h) = 9d997d23ed80370e5b36648b9b35d80c5db88be8 32SHA1 (patch-gfx_skia_src_sfnt_SkSFNTHeader.h) = 9d997d23ed80370e5b36648b9b35d80c5db88be8
36SHA1 (patch-gfx_thebes_gfxPlatform.cpp) = 1ebc8e894e9d63961f49ba0798ad3eed100d95a6 33SHA1 (patch-gfx_thebes_gfxPlatform.cpp) = 1ebc8e894e9d63961f49ba0798ad3eed100d95a6
37SHA1 (patch-ipc_chromium_src_base_platform__thread__posix.cc) = a6175d1e97966944f14cb96ed3527e879412534b 34SHA1 (patch-ipc_chromium_src_base_platform__thread__posix.cc) = a6175d1e97966944f14cb96ed3527e879412534b
38SHA1 (patch-ipc_glue_GeckoChildProcessHost.cpp) = faed34d94646453cd01acbdec1da2d9ec0f3d05f 35SHA1 (patch-ipc_glue_GeckoChildProcessHost.cpp) = faed34d94646453cd01acbdec1da2d9ec0f3d05f
39SHA1 (patch-ipc_ipdl_ipdl_lower.py) = 4025c0a4e149d9b2087331e10b342734fa77a905 36SHA1 (patch-ipc_ipdl_ipdl_lower.py) = 4025c0a4e149d9b2087331e10b342734fa77a905
40SHA1 (patch-js_src_jsgc.cpp) = c514b7fb84002a1909638cd7f3386931cb0f2551 37SHA1 (patch-js_src_jsgc.cpp) = c514b7fb84002a1909638cd7f3386931cb0f2551
41SHA1 (patch-js_src_methodjit_MethodJIT.cpp) = f9b13d9e7910613c82f6b1ee4131a6c4eb1d4580 38SHA1 (patch-js_src_methodjit_MethodJIT.cpp) = f9b13d9e7910613c82f6b1ee4131a6c4eb1d4580
42SHA1 (patch-mb) = d6f624296ac83bebfdb4ad5e06e64d6d0c2541a3 39SHA1 (patch-mb) = d6f624296ac83bebfdb4ad5e06e64d6d0c2541a3
43SHA1 (patch-md) = 7fd607a3edd2ea5f7a5671fc6d06fba69c46c36f 40SHA1 (patch-md) = 7fd607a3edd2ea5f7a5671fc6d06fba69c46c36f
44SHA1 (patch-me) = 2ff755782bd35caded8934000d039976dad44103 41SHA1 (patch-me) = 2ff755782bd35caded8934000d039976dad44103
45SHA1 (patch-media_libcubeb_src_Makefile.in) = a24f1a79a14b1933286cd85618fbe91db109176d 42SHA1 (patch-mp) = 2d426af76011d1caaddf347941fcdaae6b524524
46SHA1 (patch-mp) = 4910e468bce689f02dc6a0d9ee92a827c9f5cf7b 
47SHA1 (patch-pa) = 8045cf02d83e87684b497dd30e890107f76a3bdf 43SHA1 (patch-pa) = 8045cf02d83e87684b497dd30e890107f76a3bdf
48SHA1 (patch-pb) = 7665d8156fa734cdc2e1746558cc08b7eefce98e 44SHA1 (patch-pb) = 7665d8156fa734cdc2e1746558cc08b7eefce98e
49SHA1 (patch-pc) = 099a4f6ac32fd2f45c91eb525750bde96684693a 45SHA1 (patch-pc) = 099a4f6ac32fd2f45c91eb525750bde96684693a
50SHA1 (patch-pd) = 9750259906ee270f6898e3c77288aa5260d6e9a7 46SHA1 (patch-pd) = 9750259906ee270f6898e3c77288aa5260d6e9a7
51SHA1 (patch-pg) = d6d6071cbe8a771873e1537034c0bb9186f8e245 47SHA1 (patch-pg) = d6d6071cbe8a771873e1537034c0bb9186f8e245
52SHA1 (patch-rc) = 2733724442a2cb49c5091146fd7e6001af686121 48SHA1 (patch-rc) = 2733724442a2cb49c5091146fd7e6001af686121
53SHA1 (patch-toolkit_library_Makefile.in) = 9206b614833cdd27f9d29c478ab0490eea709983 
54SHA1 (patch-toolkit_toolkit-tiers.mk) = 59e5174edd04f3c4e5d6ebb450a42e4e1dee0801 49SHA1 (patch-toolkit_toolkit-tiers.mk) = 59e5174edd04f3c4e5d6ebb450a42e4e1dee0801
55SHA1 (patch-xa) = 9182485283599a96663358bdc680c5cdb1d94a78 50SHA1 (patch-xa) = 9182485283599a96663358bdc680c5cdb1d94a78
56SHA1 (patch-xb) = 30eea880b40cee45d1235d3292fead4b5a54bbaa 51SHA1 (patch-xb) = 30eea880b40cee45d1235d3292fead4b5a54bbaa
57SHA1 (patch-xc) = 8575fdac2b47966ccfb5e1cc7ca8505163e358c9 52SHA1 (patch-xc) = 8575fdac2b47966ccfb5e1cc7ca8505163e358c9
58SHA1 (patch-xd) = 5fcb512091db8193ade345ece8eb2909f0a278e7 53SHA1 (patch-xd) = 5fcb512091db8193ade345ece8eb2909f0a278e7
59SHA1 (patch-xe) = ca4c87dbf9bb09e0e6c270d0fa76fc69a7d6df7f 54SHA1 (patch-xe) = ca4c87dbf9bb09e0e6c270d0fa76fc69a7d6df7f
60SHA1 (patch-xf) = 1720ae5cf3cf0df6f2e9519c83a332585bdd67bf 55SHA1 (patch-xf) = 1720ae5cf3cf0df6f2e9519c83a332585bdd67bf
61SHA1 (patch-xg) = b80e660e85b06e4f71146bd41bd4bc0d2e3b6488 56SHA1 (patch-xg) = b80e660e85b06e4f71146bd41bd4bc0d2e3b6488
62SHA1 (patch-xj) = c373bb0135ef042d07c98e648dce1612a0b47efe 57SHA1 (patch-xj) = c373bb0135ef042d07c98e648dce1612a0b47efe
63SHA1 (patch-xk) = 3accd4080f4576391f06a0a16a8fb477b2d7b3e3 58SHA1 (patch-xk) = 3accd4080f4576391f06a0a16a8fb477b2d7b3e3
64SHA1 (patch-xl) = e7dbe631e8d1fcee48054c0cb8ff01169cfcb744 59SHA1 (patch-xl) = e7dbe631e8d1fcee48054c0cb8ff01169cfcb744
65SHA1 (patch-xm) = 81e02e410c00175cbb98c646dda90c7adf199657 60SHA1 (patch-xm) = 81e02e410c00175cbb98c646dda90c7adf199657
66SHA1 (patch-xn) = c042e39d93706934ec03c78be3dc6e224ac62c0e 61SHA1 (patch-xn) = c042e39d93706934ec03c78be3dc6e224ac62c0e

cvs diff -r1.17 -r1.18 pkgsrc/devel/xulrunner/patches/Attic/patch-aa (expand / switch to unified diff)

--- pkgsrc/devel/xulrunner/patches/Attic/patch-aa 2013/03/25 02:55:59 1.17
+++ pkgsrc/devel/xulrunner/patches/Attic/patch-aa 2013/04/05 13:30:17 1.18
@@ -1,77 +1,69 @@ @@ -1,77 +1,69 @@
1$NetBSD: patch-aa,v 1.17 2013/03/25 02:55:59 sbd Exp $ 1$NetBSD: patch-aa,v 1.18 2013/04/05 13:30:17 ryoon Exp $
2 2
3--- configure.in.orig 2013-03-07 10:48:37.000000000 +0000 3--- configure.in.orig 2013-03-26 22:17:37.000000000 +0000
4+++ configure.in 4+++ configure.in
5@@ -2097,6 +2097,9 @@ ia64*-hpux*) 5@@ -2130,6 +2130,9 @@ ia64*-hpux*)
6 if test -z "$MC"; then 6 if test -z "$MC"; then
7 MC=mc.exe 7 MC=mc.exe
8 fi 8 fi
9+ if test "$LIBRUNPATH"; then 9+ if test "$LIBRUNPATH"; then
10+ DSO_LDOPTS="-Wl,-R$LIBRUNPATH $DSO_LDOPTS" 10+ DSO_LDOPTS="-Wl,-R$LIBRUNPATH $DSO_LDOPTS"
11+ fi 11+ fi
12 ;; 12 ;;
13 *-mingw*) 13 *-mingw*)
14 DSO_CFLAGS= 14 DSO_CFLAGS=
15@@ -3035,6 +3038,9 @@ dnl ==================================== 15@@ -3071,6 +3074,9 @@ dnl ====================================
16 case $target in 16 case $target in
17 *-hpux11.*) 17 *-hpux11.*)
18 ;; 18 ;;
19+*-dragonfly*) 19+*-dragonfly*)
20+ AC_CHECK_LIB(c, gethostbyname_r) 20+ AC_CHECK_LIB(c, gethostbyname_r)
21+ ;; 21+ ;;
22 *) 22 *)
23 AC_CHECK_LIB(c_r, gethostbyname_r) 23 AC_CHECK_LIB(c_r, gethostbyname_r)
24 ;; 24 ;;
25@@ -3336,6 +3342,9 @@ AC_CACHE_CHECK( 25@@ -3372,6 +3378,9 @@ AC_CACHE_CHECK(
26 #ifdef linux 26 #ifdef linux
27 #define _BSD_SOURCE 1 27 #define _BSD_SOURCE 1
28 #endif 28 #endif
29+ #ifdef __NetBSD__ 29+ #ifdef __NetBSD__
30+ #error use of global _res variable in threaded programs is not portable 30+ #error use of global _res variable in threaded programs is not portable
31+ #endif 31+ #endif
32 #include <resolv.h> 32 #include <resolv.h>
33 ], 33 ],
34 [int foo = res_ninit(&_res);], 34 [int foo = res_ninit(&_res);],
35@@ -4006,6 +4015,14 @@ if test -n "$YASM"; then 35@@ -4042,6 +4051,14 @@ if test -n "$YASM"; then
36 _YASM_BUILD=` echo ${YASM_VERSION} | $AWK -F\. '{ print $4 }'` 36 _YASM_BUILD=` echo ${YASM_VERSION} | $AWK -F\. '{ print $4 }'`
37 fi 37 fi
38  38
39+if test -n "${LIBXUL_SDK_DIR}"; then 39+if test -n "${LIBXUL_SDK_DIR}"; then
40+ AC_MSG_WARN([pkgsrc: LIBXUL_SDK_DIR is set; assuming we want nss and nspr from xulrunner.]) 40+ AC_MSG_WARN([pkgsrc: LIBXUL_SDK_DIR is set; assuming we want nss and nspr from xulrunner.])
41+ NSPR_CFLAGS="-I${prefix}/include/xulrunner/unstable `pkg-config --cflags mozilla-nspr`" 41+ NSPR_CFLAGS="-I${prefix}/include/xulrunner/unstable `pkg-config --cflags mozilla-nspr`"
42+ NSPR_LIBS="`pkg-config --libs mozilla-nspr`" 42+ NSPR_LIBS="`pkg-config --libs mozilla-nspr`"
43+ NSS_CFLAGS="`pkg-config --cflags mozilla-nss`" 43+ NSS_CFLAGS="`pkg-config --cflags mozilla-nss`"
44+ NSS_LIBS="`pkg-config --libs mozilla-nss`" 44+ NSS_LIBS="`pkg-config --libs mozilla-nss`"
45+fi 45+fi
46+ 46+
47 if test -z "$SKIP_LIBRARY_CHECKS"; then 47 if test -z "$SKIP_LIBRARY_CHECKS"; then
48 dnl system JPEG support 48 dnl system JPEG support
49 dnl ======================================================== 49 dnl ========================================================
50@@ -5260,8 +5277,8 @@ AC_SUBST(MOZ_WEBRTC_IN_LIBXUL) 50@@ -5326,8 +5343,8 @@ AC_SUBST(MOZ_WEBRTC_IN_LIBXUL)
51 AC_SUBST(MOZ_SCTP) 51 AC_SUBST(MOZ_SCTP)
52 AC_SUBST(MOZ_SRTP) 52 AC_SUBST(MOZ_SRTP)
53  53
54-case "$target_cpu" in 54-case "$target_cpu" in
55-arm*) 55-arm*)
56+case "$target" in 56+case "$target" in
57+arm-*-linux*|*-dragonfly*|*-freebsd*|*-netbsd*|*-openbsd*) 57+arm-*-linux*|*-dragonfly*|*-freebsd*|*-netbsd*|*-openbsd*)
58 MOZ_SAMPLE_TYPE_S16=1 58 MOZ_SAMPLE_TYPE_S16=1
59 AC_DEFINE(MOZ_SAMPLE_TYPE_S16) 59 AC_DEFINE(MOZ_SAMPLE_TYPE_S16)
60 AC_SUBST(MOZ_SAMPLE_TYPE_S16) 60 AC_SUBST(MOZ_SAMPLE_TYPE_S16)
61@@ -5628,7 +5645,7 @@ dnl ==================================== 61@@ -5731,7 +5748,7 @@ MOZ_ALSA=)
62  62
63 dnl If using sydneyaudio with Linux, ensure that the alsa library is available 63 if test -n "$MOZ_ALSA"; then
64 if test -n "$MOZ_SYDNEYAUDIO" -a "$OS_TARGET" = "Linux"; then 64 AC_DEFINE(MOZ_CUBEB)
65- PKG_CHECK_MODULES(MOZ_ALSA, alsa, , 65- PKG_CHECK_MODULES(MOZ_ALSA, alsa, ,
66+ PKG_CHECK_MODULES(MOZ_ALSA, alsa, MOZ_ALSA=1, 66+ PKG_CHECK_MODULES(MOZ_ALSA, alsa, MOZ_ALSA=1,
67 [echo "$MOZ_ALSA_PKG_ERRORS" 67 [echo "$MOZ_ALSA_PKG_ERRORS"
68 AC_MSG_ERROR([Need alsa for Ogg, Wave or WebM decoding on Linux. Disable with --disable-ogg --disable-wave --disable-webm. (On Ubuntu, you might try installing the package libasound2-dev.)])]) 68 AC_MSG_ERROR([Need alsa for Ogg, Wave or WebM decoding on Linux. Disable with --disable-ogg --disable-wave --disable-webm. (On Ubuntu, you might try installing the package libasound2-dev.)])])
69 fi 69 fi
70@@ -8750,6 +8767,7 @@ AC_SUBST(MOZ_VP8_ERROR_CONCEALMENT) 
71 AC_SUBST(MOZ_VP8_ENCODER) 
72 AC_SUBST(MOZ_VP8) 
73 AC_SUBST(MOZ_OGG) 
74+AC_SUBST(MOZ_ALSA) 
75 AC_SUBST(MOZ_ALSA_LIBS) 
76 AC_SUBST(MOZ_ALSA_CFLAGS) 
77 AC_SUBST(VPX_AS) 

File Deleted: pkgsrc/devel/xulrunner/patches/Attic/patch-ai

cvs diff -r1.6 -r1.7 pkgsrc/devel/xulrunner/patches/Attic/patch-ao (expand / switch to unified diff)

--- pkgsrc/devel/xulrunner/patches/Attic/patch-ao 2013/01/10 15:01:30 1.6
+++ pkgsrc/devel/xulrunner/patches/Attic/patch-ao 2013/04/05 13:30:17 1.7
@@ -1,15 +1,15 @@ @@ -1,15 +1,15 @@
1$NetBSD: patch-ao,v 1.6 2013/01/10 15:01:30 ryoon Exp $ 1$NetBSD: patch-ao,v 1.7 2013/04/05 13:30:17 ryoon Exp $
2 2
3--- toolkit/mozapps/installer/packager.mk.orig 2013-01-04 23:44:45.000000000 +0000 3--- toolkit/mozapps/installer/packager.mk.orig 2013-03-26 22:18:05.000000000 +0000
4+++ toolkit/mozapps/installer/packager.mk 4+++ toolkit/mozapps/installer/packager.mk
5@@ -893,8 +893,8 @@ endif 5@@ -911,8 +911,8 @@ endif
6 (cd $(DIST)/$(MOZ_PKG_DIR) && tar --exclude=precomplete $(TAR_CREATE_FLAGS) - .) | \ 6 (cd $(DIST)/$(MOZ_PKG_DIR) && $(TAR) --exclude=precomplete $(TAR_CREATE_FLAGS) - .) | \
7 (cd $(DESTDIR)$(installdir) && tar -xf -) 7 (cd $(DESTDIR)$(installdir) && tar -xf -)
8 $(NSINSTALL) -D $(DESTDIR)$(bindir) 8 $(NSINSTALL) -D $(DESTDIR)$(bindir)
9- $(RM) -f $(DESTDIR)$(bindir)/$(MOZ_APP_NAME) 9- $(RM) -f $(DESTDIR)$(bindir)/$(MOZ_APP_NAME)
10- ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir) 10- ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir)
11+ $(RM) -f $(DESTDIR)$(bindir)/$(MOZILLA_PKG_NAME) 11+ $(RM) -f $(DESTDIR)$(bindir)/$(MOZILLA_PKG_NAME)
12+ ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir)/$(MOZILLA_PKG_NAME) 12+ ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir)/$(MOZILLA_PKG_NAME)
13 ifdef INSTALL_SDK # Here comes the hard part 13 ifdef INSTALL_SDK # Here comes the hard part
14 $(NSINSTALL) -D $(DESTDIR)$(includedir) 14 $(NSINSTALL) -D $(DESTDIR)$(includedir)
15 (cd $(DIST)/include && tar $(TAR_CREATE_FLAGS) - .) | \ 15 (cd $(DIST)/include && $(TAR) $(TAR_CREATE_FLAGS) - .) | \

File Deleted: pkgsrc/devel/xulrunner/patches/Attic/patch-ay

cvs diff -r1.11 -r1.12 pkgsrc/devel/xulrunner/patches/Attic/patch-bf (expand / switch to unified diff)

--- pkgsrc/devel/xulrunner/patches/Attic/patch-bf 2013/03/30 20:03:09 1.11
+++ pkgsrc/devel/xulrunner/patches/Attic/patch-bf 2013/04/05 13:30:17 1.12
@@ -1,28 +1,22 @@ @@ -1,28 +1,22 @@
1$NetBSD: patch-bf,v 1.11 2013/03/30 20:03:09 ryoon Exp $ 1$NetBSD: patch-bf,v 1.12 2013/04/05 13:30:17 ryoon Exp $
2 2
3--- js/src/jsnativestack.cpp.orig 2013-03-07 10:48:48.000000000 +0000 3--- js/src/jsnativestack.cpp.orig 2013-03-26 22:17:48.000000000 +0000
4+++ js/src/jsnativestack.cpp 4+++ js/src/jsnativestack.cpp
5@@ -19,13 +19,10 @@ 5@@ -19,7 +19,7 @@
6 #elif defined(XP_MACOSX) || defined(DARWIN) || defined(XP_UNIX) 6 #elif defined(XP_MACOSX) || defined(DARWIN) || defined(XP_UNIX)
7 # include <pthread.h> 7 # include <pthread.h>
8  8
9-# if defined(__FreeBSD__) || defined(__OpenBSD__) 9-# if defined(__FreeBSD__) || defined(__OpenBSD__)
10+# if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__) 10+# if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
11 # include <pthread_np.h> 11 # include <pthread_np.h>
12 # endif 12 # endif
13  13
14-#else 14@@ -112,7 +112,7 @@ js::GetNativeStackBaseImpl()
15-# error "Unsupported platform" 
16- 
17 #endif 
18  
19 namespace js { 
20@@ -114,7 +111,7 @@ GetNativeStackBaseImpl() 
21 pthread_attr_init(&sattr); 15 pthread_attr_init(&sattr);
22 # if defined(__OpenBSD__) 16 # if defined(__OpenBSD__)
23 stack_t ss; 17 stack_t ss;
24-# elif defined(PTHREAD_NP_H) || defined(_PTHREAD_NP_H_) || defined(NETBSD) 18-# elif defined(PTHREAD_NP_H) || defined(_PTHREAD_NP_H_) || defined(NETBSD)
25+# elif defined(PTHREAD_NP_H) || defined(_PTHREAD_NP_H_) || defined(__DragonFly__) || defined(NETBSD) || defined(__NetBSD__) /* XXX tnn not sure why NETBSD isn't defined, it looks like it should be ... */ 19+# elif defined(PTHREAD_NP_H) || defined(_PTHREAD_NP_H_) || defined(__DragonFly__) || defined(NETBSD) || defined(__NetBSD__) /* XXX tnn not sure why NETBSD isn't defined, it looks like it should be ... */
26 /* e.g. on FreeBSD 4.8 or newer, neundorf@kde.org */ 20 /* e.g. on FreeBSD 4.8 or newer, neundorf@kde.org */
27 pthread_attr_get_np(thread, &sattr); 21 pthread_attr_get_np(thread, &sattr);
28 # else 22 # else

File Deleted: pkgsrc/devel/xulrunner/patches/Attic/patch-dom_system_OSFileConstants.cpp

File Deleted: pkgsrc/devel/xulrunner/patches/Attic/patch-media_libcubeb_src_Makefile.in

File Deleted: pkgsrc/devel/xulrunner/patches/Attic/patch-toolkit_library_Makefile.in

cvs diff -r1.8 -r1.9 pkgsrc/devel/xulrunner/patches/Attic/patch-mp (expand / switch to unified diff)

--- pkgsrc/devel/xulrunner/patches/Attic/patch-mp 2013/01/10 15:01:31 1.8
+++ pkgsrc/devel/xulrunner/patches/Attic/patch-mp 2013/04/05 13:30:17 1.9
@@ -1,34 +1,17 @@ @@ -1,34 +1,17 @@
1$NetBSD: patch-mp,v 1.8 2013/01/10 15:01:31 ryoon Exp $ 1$NetBSD: patch-mp,v 1.9 2013/04/05 13:30:17 ryoon Exp $
2 2
3--- media/libsydneyaudio/src/Makefile.in.orig 2013-01-04 23:44:40.000000000 +0000 3--- media/libsydneyaudio/src/Makefile.in.orig 2013-03-26 22:17:56.000000000 +0000
4+++ media/libsydneyaudio/src/Makefile.in 4+++ media/libsydneyaudio/src/Makefile.in
5@@ -30,10 +30,6 @@ else ifeq ($(MOZ_WIDGET_TOOLKIT),android 5@@ -70,6 +70,12 @@ CSRCS = \
6 CSRCS = \ 
7 sydney_audio_android.c \ 
8 $(NULL) 6 $(NULL)
9-else ifeq ($(OS_ARCH),Linux) 
10-CSRCS = \ 
11- sydney_audio_alsa.c \ 
12- $(NULL) 
13 endif 7 endif
14  8
15 ifeq ($(OS_ARCH),WINNT) 
16@@ -68,6 +64,18 @@ CSRCS = \ 
17 $(NULL) 
18 endif 
19  
20+ifdef MOZ_ALSA 
21+CSRCS = \ 
22+ sydney_audio_alsa.c \ 
23+ $(NULL) 
24+endif 
25+ 
26+ifdef MOZ_PULSEAUDIO 9+ifdef MOZ_PULSEAUDIO
27+CSRCS = \ 10+CSRCS = \
28+ sydney_audio_pulseaudio.c \ 11+ sydney_audio_pulseaudio.c \
29+ $(NULL) 12+ $(NULL)
30+endif 13+endif
31+ 14+
32 ifeq ($(OS_ARCH),WINNT) 15 ifeq ($(OS_ARCH),WINNT)
33 OS_LIBS += winmm.lib 16 OS_LIBS += winmm.lib
34 endif 17 endif

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

--- pkgsrc/www/firefox/PLIST 2013/02/22 14:54:01 1.61
+++ pkgsrc/www/firefox/PLIST 2013/04/05 13:30:17 1.62
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1@comment $NetBSD: PLIST,v 1.61 2013/02/22 14:54:01 ryoon Exp $ 1@comment $NetBSD: PLIST,v 1.62 2013/04/05 13:30:17 ryoon Exp $
2bin/firefox 2bin/firefox
3lib/firefox/application.ini 3lib/firefox/application.ini
4lib/firefox/blocklist.xml 4lib/firefox/blocklist.xml
5lib/firefox/chrome.manifest 5lib/firefox/chrome.manifest
6${PLIST.nobranding}lib/firefox/chrome/browser/content/branding/about-background.png 6${PLIST.nobranding}lib/firefox/chrome/browser/content/branding/about-background.png
7lib/firefox/chrome/browser/content/branding/about-logo.png 7lib/firefox/chrome/browser/content/branding/about-logo.png
8lib/firefox/chrome/browser/content/branding/about-wordmark.png 8lib/firefox/chrome/browser/content/branding/about-wordmark.png
9lib/firefox/chrome/browser/content/branding/about.png 9lib/firefox/chrome/browser/content/branding/about.png
10lib/firefox/chrome/browser/content/branding/aboutDialog.css 10lib/firefox/chrome/browser/content/branding/aboutDialog.css
11lib/firefox/chrome/browser/content/branding/icon16.png 11lib/firefox/chrome/browser/content/branding/icon16.png
12lib/firefox/chrome/browser/content/branding/icon48.png 12lib/firefox/chrome/browser/content/branding/icon48.png
13lib/firefox/chrome/browser/content/branding/icon64.png 13lib/firefox/chrome/browser/content/branding/icon64.png
14lib/firefox/chrome/browser/content/browser/NetworkPanel.xhtml 14lib/firefox/chrome/browser/content/browser/NetworkPanel.xhtml
@@ -46,38 +46,68 @@ lib/firefox/chrome/browser/content/brows @@ -46,38 +46,68 @@ lib/firefox/chrome/browser/content/brows
46lib/firefox/chrome/browser/content/browser/browser-tabPreviews.xml 46lib/firefox/chrome/browser/content/browser/browser-tabPreviews.xml
47lib/firefox/chrome/browser/content/browser/browser.css 47lib/firefox/chrome/browser/content/browser/browser.css
48lib/firefox/chrome/browser/content/browser/browser.js 48lib/firefox/chrome/browser/content/browser/browser.js
49lib/firefox/chrome/browser/content/browser/browser.xul 49lib/firefox/chrome/browser/content/browser/browser.xul
50lib/firefox/chrome/browser/content/browser/certerror/aboutCertError.css 50lib/firefox/chrome/browser/content/browser/certerror/aboutCertError.css
51lib/firefox/chrome/browser/content/browser/certerror/aboutCertError.xhtml 51lib/firefox/chrome/browser/content/browser/certerror/aboutCertError.xhtml
52lib/firefox/chrome/browser/content/browser/content.js 52lib/firefox/chrome/browser/content/browser/content.js
53lib/firefox/chrome/browser/content/browser/debugger-controller.js 53lib/firefox/chrome/browser/content/browser/debugger-controller.js
54lib/firefox/chrome/browser/content/browser/debugger-panes.js 54lib/firefox/chrome/browser/content/browser/debugger-panes.js
55lib/firefox/chrome/browser/content/browser/debugger-toolbar.js 55lib/firefox/chrome/browser/content/browser/debugger-toolbar.js
56lib/firefox/chrome/browser/content/browser/debugger-view.js 56lib/firefox/chrome/browser/content/browser/debugger-view.js
57lib/firefox/chrome/browser/content/browser/debugger.css 57lib/firefox/chrome/browser/content/browser/debugger.css
58lib/firefox/chrome/browser/content/browser/debugger.xul 58lib/firefox/chrome/browser/content/browser/debugger.xul
 59lib/firefox/chrome/browser/content/browser/devtools/cleopatra.html
59lib/firefox/chrome/browser/content/browser/devtools/commandline.css 60lib/firefox/chrome/browser/content/browser/devtools/commandline.css
60lib/firefox/chrome/browser/content/browser/devtools/commandlineoutput.xhtml 61lib/firefox/chrome/browser/content/browser/devtools/commandlineoutput.xhtml
61lib/firefox/chrome/browser/content/browser/devtools/commandlinetooltip.xhtml 62lib/firefox/chrome/browser/content/browser/devtools/commandlinetooltip.xhtml
 63lib/firefox/chrome/browser/content/browser/devtools/connect.css
 64lib/firefox/chrome/browser/content/browser/devtools/connect.js
 65lib/firefox/chrome/browser/content/browser/devtools/connect.xhtml
62lib/firefox/chrome/browser/content/browser/devtools/csshtmltree.xul 66lib/firefox/chrome/browser/content/browser/devtools/csshtmltree.xul
63lib/firefox/chrome/browser/content/browser/devtools/cssruleview.xul 67lib/firefox/chrome/browser/content/browser/devtools/cssruleview.xul
 68lib/firefox/chrome/browser/content/browser/devtools/framework/toolbox-window.xul
 69lib/firefox/chrome/browser/content/browser/devtools/framework/toolbox.css
 70lib/firefox/chrome/browser/content/browser/devtools/framework/toolbox.xul
 71lib/firefox/chrome/browser/content/browser/devtools/inspector/inspector.css
 72lib/firefox/chrome/browser/content/browser/devtools/inspector/inspector.xul
64lib/firefox/chrome/browser/content/browser/devtools/layoutview/view.css 73lib/firefox/chrome/browser/content/browser/devtools/layoutview/view.css
 74lib/firefox/chrome/browser/content/browser/devtools/layoutview/view.js
65lib/firefox/chrome/browser/content/browser/devtools/layoutview/view.xhtml 75lib/firefox/chrome/browser/content/browser/devtools/layoutview/view.xhtml
66lib/firefox/chrome/browser/content/browser/devtools/markup-view.css 76lib/firefox/chrome/browser/content/browser/devtools/markup-view.css
67lib/firefox/chrome/browser/content/browser/devtools/markup-view.xhtml 77lib/firefox/chrome/browser/content/browser/devtools/markup-view.xhtml
 78lib/firefox/chrome/browser/content/browser/devtools/profiler/cleopatra/css/devtools.css
 79lib/firefox/chrome/browser/content/browser/devtools/profiler/cleopatra/css/tree.css
 80lib/firefox/chrome/browser/content/browser/devtools/profiler/cleopatra/css/ui.css
 81lib/firefox/chrome/browser/content/browser/devtools/profiler/cleopatra/images/circlearrow.svg
 82lib/firefox/chrome/browser/content/browser/devtools/profiler/cleopatra/images/noise.png
 83lib/firefox/chrome/browser/content/browser/devtools/profiler/cleopatra/images/throbber.svg
 84lib/firefox/chrome/browser/content/browser/devtools/profiler/cleopatra/images/treetwisty.svg
 85lib/firefox/chrome/browser/content/browser/devtools/profiler/cleopatra/js/ProgressReporter.js
 86lib/firefox/chrome/browser/content/browser/devtools/profiler/cleopatra/js/devtools.js
 87lib/firefox/chrome/browser/content/browser/devtools/profiler/cleopatra/js/parser.js
 88lib/firefox/chrome/browser/content/browser/devtools/profiler/cleopatra/js/parserWorker.js
 89lib/firefox/chrome/browser/content/browser/devtools/profiler/cleopatra/js/tree.js
 90lib/firefox/chrome/browser/content/browser/devtools/profiler/cleopatra/js/ui.js
68lib/firefox/chrome/browser/content/browser/devtools/styleinspector.css 91lib/firefox/chrome/browser/content/browser/devtools/styleinspector.css
69lib/firefox/chrome/browser/content/browser/devtools/webconsole.js 92lib/firefox/chrome/browser/content/browser/devtools/webconsole.js
70lib/firefox/chrome/browser/content/browser/devtools/webconsole.xul 93lib/firefox/chrome/browser/content/browser/devtools/webconsole.xul
 94lib/firefox/chrome/browser/content/browser/downloads/allDownloadsViewOverlay.css
 95lib/firefox/chrome/browser/content/browser/downloads/allDownloadsViewOverlay.js
 96lib/firefox/chrome/browser/content/browser/downloads/allDownloadsViewOverlay.xul
 97lib/firefox/chrome/browser/content/browser/downloads/contentAreaDownloadsView.css
 98lib/firefox/chrome/browser/content/browser/downloads/contentAreaDownloadsView.js
 99lib/firefox/chrome/browser/content/browser/downloads/contentAreaDownloadsView.xul
 100lib/firefox/chrome/browser/content/browser/downloads/download.css
71lib/firefox/chrome/browser/content/browser/downloads/download.xml 101lib/firefox/chrome/browser/content/browser/downloads/download.xml
72lib/firefox/chrome/browser/content/browser/downloads/downloads.css 102lib/firefox/chrome/browser/content/browser/downloads/downloads.css
73lib/firefox/chrome/browser/content/browser/downloads/downloads.js 103lib/firefox/chrome/browser/content/browser/downloads/downloads.js
74lib/firefox/chrome/browser/content/browser/downloads/downloadsOverlay.xul 104lib/firefox/chrome/browser/content/browser/downloads/downloadsOverlay.xul
75lib/firefox/chrome/browser/content/browser/downloads/indicator.js 105lib/firefox/chrome/browser/content/browser/downloads/indicator.js
76lib/firefox/chrome/browser/content/browser/downloads/indicatorOverlay.xul 106lib/firefox/chrome/browser/content/browser/downloads/indicatorOverlay.xul
77lib/firefox/chrome/browser/content/browser/feeds/subscribe.css 107lib/firefox/chrome/browser/content/browser/feeds/subscribe.css
78lib/firefox/chrome/browser/content/browser/feeds/subscribe.js 108lib/firefox/chrome/browser/content/browser/feeds/subscribe.js
79lib/firefox/chrome/browser/content/browser/feeds/subscribe.xhtml 109lib/firefox/chrome/browser/content/browser/feeds/subscribe.xhtml
80lib/firefox/chrome/browser/content/browser/feeds/subscribe.xml 110lib/firefox/chrome/browser/content/browser/feeds/subscribe.xml
81lib/firefox/chrome/browser/content/browser/hiddenWindow.xul 111lib/firefox/chrome/browser/content/browser/hiddenWindow.xul
82lib/firefox/chrome/browser/content/browser/history/history-panel.xul 112lib/firefox/chrome/browser/content/browser/history/history-panel.xul
83lib/firefox/chrome/browser/content/browser/license.html 113lib/firefox/chrome/browser/content/browser/license.html
@@ -94,26 +124,27 @@ lib/firefox/chrome/browser/content/brows @@ -94,26 +124,27 @@ lib/firefox/chrome/browser/content/brows
94lib/firefox/chrome/browser/content/browser/pageinfo/feeds.js 124lib/firefox/chrome/browser/content/browser/pageinfo/feeds.js
95lib/firefox/chrome/browser/content/browser/pageinfo/feeds.xml 125lib/firefox/chrome/browser/content/browser/pageinfo/feeds.xml
96lib/firefox/chrome/browser/content/browser/pageinfo/pageInfo.css 126lib/firefox/chrome/browser/content/browser/pageinfo/pageInfo.css
97lib/firefox/chrome/browser/content/browser/pageinfo/pageInfo.js 127lib/firefox/chrome/browser/content/browser/pageinfo/pageInfo.js
98lib/firefox/chrome/browser/content/browser/pageinfo/pageInfo.xml 128lib/firefox/chrome/browser/content/browser/pageinfo/pageInfo.xml
99lib/firefox/chrome/browser/content/browser/pageinfo/pageInfo.xul 129lib/firefox/chrome/browser/content/browser/pageinfo/pageInfo.xul
100lib/firefox/chrome/browser/content/browser/pageinfo/permissions.js 130lib/firefox/chrome/browser/content/browser/pageinfo/permissions.js
101lib/firefox/chrome/browser/content/browser/pageinfo/security.js 131lib/firefox/chrome/browser/content/browser/pageinfo/security.js
102lib/firefox/chrome/browser/content/browser/places/bookmarkProperties.js 132lib/firefox/chrome/browser/content/browser/places/bookmarkProperties.js
103lib/firefox/chrome/browser/content/browser/places/bookmarkProperties.xul 133lib/firefox/chrome/browser/content/browser/places/bookmarkProperties.xul
104lib/firefox/chrome/browser/content/browser/places/bookmarkProperties2.xul 134lib/firefox/chrome/browser/content/browser/places/bookmarkProperties2.xul
105lib/firefox/chrome/browser/content/browser/places/browserPlacesViews.js 135lib/firefox/chrome/browser/content/browser/places/browserPlacesViews.js
106lib/firefox/chrome/browser/content/browser/places/controller.js 136lib/firefox/chrome/browser/content/browser/places/controller.js
 137lib/firefox/chrome/browser/content/browser/places/downloadsViewOverlay.xul
107lib/firefox/chrome/browser/content/browser/places/editBookmarkOverlay.js 138lib/firefox/chrome/browser/content/browser/places/editBookmarkOverlay.js
108lib/firefox/chrome/browser/content/browser/places/editBookmarkOverlay.xul 139lib/firefox/chrome/browser/content/browser/places/editBookmarkOverlay.xul
109lib/firefox/chrome/browser/content/browser/places/history-panel.js 140lib/firefox/chrome/browser/content/browser/places/history-panel.js
110lib/firefox/chrome/browser/content/browser/places/menu.xml 141lib/firefox/chrome/browser/content/browser/places/menu.xml
111lib/firefox/chrome/browser/content/browser/places/moveBookmarks.js 142lib/firefox/chrome/browser/content/browser/places/moveBookmarks.js
112lib/firefox/chrome/browser/content/browser/places/moveBookmarks.xul 143lib/firefox/chrome/browser/content/browser/places/moveBookmarks.xul
113lib/firefox/chrome/browser/content/browser/places/organizer.css 144lib/firefox/chrome/browser/content/browser/places/organizer.css
114lib/firefox/chrome/browser/content/browser/places/places.css 145lib/firefox/chrome/browser/content/browser/places/places.css
115lib/firefox/chrome/browser/content/browser/places/places.js 146lib/firefox/chrome/browser/content/browser/places/places.js
116lib/firefox/chrome/browser/content/browser/places/places.xul 147lib/firefox/chrome/browser/content/browser/places/places.xul
117lib/firefox/chrome/browser/content/browser/places/placesOverlay.xul 148lib/firefox/chrome/browser/content/browser/places/placesOverlay.xul
118lib/firefox/chrome/browser/content/browser/places/tree.xml 149lib/firefox/chrome/browser/content/browser/places/tree.xml
119lib/firefox/chrome/browser/content/browser/places/treeView.js 150lib/firefox/chrome/browser/content/browser/places/treeView.js
@@ -166,26 +197,28 @@ lib/firefox/chrome/browser/content/brows @@ -166,26 +197,28 @@ lib/firefox/chrome/browser/content/brows
166lib/firefox/chrome/browser/content/browser/preferences/permissions.xul 197lib/firefox/chrome/browser/content/browser/preferences/permissions.xul
167lib/firefox/chrome/browser/content/browser/preferences/preferences.xul 198lib/firefox/chrome/browser/content/browser/preferences/preferences.xul
168lib/firefox/chrome/browser/content/browser/preferences/privacy.js 199lib/firefox/chrome/browser/content/browser/preferences/privacy.js
169lib/firefox/chrome/browser/content/browser/preferences/privacy.xul 200lib/firefox/chrome/browser/content/browser/preferences/privacy.xul
170lib/firefox/chrome/browser/content/browser/preferences/sanitize.xul 201lib/firefox/chrome/browser/content/browser/preferences/sanitize.xul
171lib/firefox/chrome/browser/content/browser/preferences/security.js 202lib/firefox/chrome/browser/content/browser/preferences/security.js
172lib/firefox/chrome/browser/content/browser/preferences/security.xul 203lib/firefox/chrome/browser/content/browser/preferences/security.xul
173lib/firefox/chrome/browser/content/browser/preferences/selectBookmark.js 204lib/firefox/chrome/browser/content/browser/preferences/selectBookmark.js
174lib/firefox/chrome/browser/content/browser/preferences/selectBookmark.xul 205lib/firefox/chrome/browser/content/browser/preferences/selectBookmark.xul
175lib/firefox/chrome/browser/content/browser/preferences/sync.js 206lib/firefox/chrome/browser/content/browser/preferences/sync.js
176lib/firefox/chrome/browser/content/browser/preferences/sync.xul 207lib/firefox/chrome/browser/content/browser/preferences/sync.xul
177lib/firefox/chrome/browser/content/browser/preferences/tabs.js 208lib/firefox/chrome/browser/content/browser/preferences/tabs.js
178lib/firefox/chrome/browser/content/browser/preferences/tabs.xul 209lib/firefox/chrome/browser/content/browser/preferences/tabs.xul
 210lib/firefox/chrome/browser/content/browser/profiler.css
 211lib/firefox/chrome/browser/content/browser/profiler.xul
179lib/firefox/chrome/browser/content/browser/report-phishing-overlay.xul 212lib/firefox/chrome/browser/content/browser/report-phishing-overlay.xul
180lib/firefox/chrome/browser/content/browser/safeMode.css 213lib/firefox/chrome/browser/content/browser/safeMode.css
181lib/firefox/chrome/browser/content/browser/safeMode.js 214lib/firefox/chrome/browser/content/browser/safeMode.js
182lib/firefox/chrome/browser/content/browser/safeMode.xul 215lib/firefox/chrome/browser/content/browser/safeMode.xul
183lib/firefox/chrome/browser/content/browser/sanitize.js 216lib/firefox/chrome/browser/content/browser/sanitize.js
184lib/firefox/chrome/browser/content/browser/sanitize.xul 217lib/firefox/chrome/browser/content/browser/sanitize.xul
185lib/firefox/chrome/browser/content/browser/sanitizeDialog.css 218lib/firefox/chrome/browser/content/browser/sanitizeDialog.css
186lib/firefox/chrome/browser/content/browser/sanitizeDialog.js 219lib/firefox/chrome/browser/content/browser/sanitizeDialog.js
187lib/firefox/chrome/browser/content/browser/scratchpad.js 220lib/firefox/chrome/browser/content/browser/scratchpad.js
188lib/firefox/chrome/browser/content/browser/scratchpad.xul 221lib/firefox/chrome/browser/content/browser/scratchpad.xul
189lib/firefox/chrome/browser/content/browser/search/engineManager.js 222lib/firefox/chrome/browser/content/browser/search/engineManager.js
190lib/firefox/chrome/browser/content/browser/search/engineManager.xul 223lib/firefox/chrome/browser/content/browser/search/engineManager.xul
191lib/firefox/chrome/browser/content/browser/search/search.xml 224lib/firefox/chrome/browser/content/browser/search/search.xml
@@ -241,96 +274,112 @@ lib/firefox/chrome/browser/skin/classic/ @@ -241,96 +274,112 @@ lib/firefox/chrome/browser/skin/classic/
241lib/firefox/chrome/browser/skin/classic/browser/aboutCertError_sectionCollapsed-rtl.png 274lib/firefox/chrome/browser/skin/classic/browser/aboutCertError_sectionCollapsed-rtl.png
242lib/firefox/chrome/browser/skin/classic/browser/aboutCertError_sectionCollapsed.png 275lib/firefox/chrome/browser/skin/classic/browser/aboutCertError_sectionCollapsed.png
243lib/firefox/chrome/browser/skin/classic/browser/aboutCertError_sectionExpanded.png 276lib/firefox/chrome/browser/skin/classic/browser/aboutCertError_sectionExpanded.png
244lib/firefox/chrome/browser/skin/classic/browser/aboutPrivateBrowsing.css 277lib/firefox/chrome/browser/skin/classic/browser/aboutPrivateBrowsing.css
245lib/firefox/chrome/browser/skin/classic/browser/aboutSessionRestore-window-icon.png 278lib/firefox/chrome/browser/skin/classic/browser/aboutSessionRestore-window-icon.png
246lib/firefox/chrome/browser/skin/classic/browser/aboutSessionRestore.css 279lib/firefox/chrome/browser/skin/classic/browser/aboutSessionRestore.css
247lib/firefox/chrome/browser/skin/classic/browser/aboutSocialError.css 280lib/firefox/chrome/browser/skin/classic/browser/aboutSocialError.css
248lib/firefox/chrome/browser/skin/classic/browser/aboutSyncTabs.css 281lib/firefox/chrome/browser/skin/classic/browser/aboutSyncTabs.css
249lib/firefox/chrome/browser/skin/classic/browser/actionicon-tab.png 282lib/firefox/chrome/browser/skin/classic/browser/actionicon-tab.png
250lib/firefox/chrome/browser/skin/classic/browser/browser.css 283lib/firefox/chrome/browser/skin/classic/browser/browser.css
251lib/firefox/chrome/browser/skin/classic/browser/click-to-play-warning-stripes.png 284lib/firefox/chrome/browser/skin/classic/browser/click-to-play-warning-stripes.png
252lib/firefox/chrome/browser/skin/classic/browser/devtools/alerticon-warning.png 285lib/firefox/chrome/browser/skin/classic/browser/devtools/alerticon-warning.png
253lib/firefox/chrome/browser/skin/classic/browser/devtools/arrows.png 286lib/firefox/chrome/browser/skin/classic/browser/devtools/arrows.png
 287lib/firefox/chrome/browser/skin/classic/browser/devtools/background-noise-toolbar.png
254lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs-scrollbutton.png 288lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs-scrollbutton.png
255lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-end-pressed.png 289lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-end-pressed.png
256lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-end-selected-pressed.png 290lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-end-selected-pressed.png
257lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-end-selected.png 291lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-end-selected.png
258lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-end.png 292lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-end.png
259lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-middle-pressed.png 293lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-middle-pressed.png
260lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-middle-selected-pressed.png 294lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-middle-selected-pressed.png
261lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-middle-selected.png 295lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-middle-selected.png
262lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-middle.png 296lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-middle.png
263lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-start-pressed.png 297lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-start-pressed.png
264lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-start-selected-pressed.png 298lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-start-selected-pressed.png
265lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-start-selected.png 299lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-start-selected.png
266lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-start.png 300lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-start.png
267lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-end-pressed.png 301lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-end-pressed.png
268lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-end-selected-pressed.png 302lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-end-selected-pressed.png
269lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-end-selected.png 303lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-end-selected.png
270lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-end.png 304lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-end.png
271lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-middle-pressed.png 305lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-middle-pressed.png
272lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-middle-selected-pressed.png 306lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-middle-selected-pressed.png
273lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-middle-selected.png 307lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-middle-selected.png
274lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-middle.png 308lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-middle.png
275lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-start-pressed.png 309lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-start-pressed.png
276lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-start-selected-pressed.png 310lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-start-selected-pressed.png
277lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-start-selected.png 311lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-start-selected.png
278lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-start.png 312lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-start.png
 313lib/firefox/chrome/browser/skin/classic/browser/devtools/close.png
 314lib/firefox/chrome/browser/skin/classic/browser/devtools/command-responsivemode.png
 315lib/firefox/chrome/browser/skin/classic/browser/devtools/command-scratchpad.png
 316lib/firefox/chrome/browser/skin/classic/browser/devtools/command-tilt.png
279lib/firefox/chrome/browser/skin/classic/browser/devtools/commandline.css 317lib/firefox/chrome/browser/skin/classic/browser/devtools/commandline.css
280lib/firefox/chrome/browser/skin/classic/browser/devtools/commandline.png 318lib/firefox/chrome/browser/skin/classic/browser/devtools/commandline.png
281lib/firefox/chrome/browser/skin/classic/browser/devtools/common.css 319lib/firefox/chrome/browser/skin/classic/browser/devtools/common.css
282lib/firefox/chrome/browser/skin/classic/browser/devtools/csshtmltree.css 320lib/firefox/chrome/browser/skin/classic/browser/devtools/csshtmltree.css
283lib/firefox/chrome/browser/skin/classic/browser/devtools/debugger-collapse.png 321lib/firefox/chrome/browser/skin/classic/browser/devtools/debugger-collapse.png
284lib/firefox/chrome/browser/skin/classic/browser/devtools/debugger-expand.png 322lib/firefox/chrome/browser/skin/classic/browser/devtools/debugger-expand.png
285lib/firefox/chrome/browser/skin/classic/browser/devtools/debugger-pause.png 323lib/firefox/chrome/browser/skin/classic/browser/devtools/debugger-pause.png
286lib/firefox/chrome/browser/skin/classic/browser/devtools/debugger-play.png 324lib/firefox/chrome/browser/skin/classic/browser/devtools/debugger-play.png
287lib/firefox/chrome/browser/skin/classic/browser/devtools/debugger-step-in.png 325lib/firefox/chrome/browser/skin/classic/browser/devtools/debugger-step-in.png
288lib/firefox/chrome/browser/skin/classic/browser/devtools/debugger-step-out.png 326lib/firefox/chrome/browser/skin/classic/browser/devtools/debugger-step-out.png
289lib/firefox/chrome/browser/skin/classic/browser/devtools/debugger-step-over.png 327lib/firefox/chrome/browser/skin/classic/browser/devtools/debugger-step-over.png
290lib/firefox/chrome/browser/skin/classic/browser/devtools/debugger.css 328lib/firefox/chrome/browser/skin/classic/browser/devtools/debugger.css
 329lib/firefox/chrome/browser/skin/classic/browser/devtools/dock-bottom.png
 330lib/firefox/chrome/browser/skin/classic/browser/devtools/dock-side.png
291lib/firefox/chrome/browser/skin/classic/browser/devtools/dropmarker.png 331lib/firefox/chrome/browser/skin/classic/browser/devtools/dropmarker.png
292lib/firefox/chrome/browser/skin/classic/browser/devtools/floating-scrollbars.css 332lib/firefox/chrome/browser/skin/classic/browser/devtools/floating-scrollbars.css
293lib/firefox/chrome/browser/skin/classic/browser/devtools/goto-mdn.png 333lib/firefox/chrome/browser/skin/classic/browser/devtools/goto-mdn.png
294lib/firefox/chrome/browser/skin/classic/browser/devtools/inspect-button.png 334lib/firefox/chrome/browser/skin/classic/browser/devtools/inspect-button.png
 335lib/firefox/chrome/browser/skin/classic/browser/devtools/inspector.css
295lib/firefox/chrome/browser/skin/classic/browser/devtools/itemArrow-ltr.png 336lib/firefox/chrome/browser/skin/classic/browser/devtools/itemArrow-ltr.png
296lib/firefox/chrome/browser/skin/classic/browser/devtools/itemArrow-rtl.png 337lib/firefox/chrome/browser/skin/classic/browser/devtools/itemArrow-rtl.png
297lib/firefox/chrome/browser/skin/classic/browser/devtools/itemToggle.png 338lib/firefox/chrome/browser/skin/classic/browser/devtools/itemToggle.png
298lib/firefox/chrome/browser/skin/classic/browser/devtools/layout-background-grid.png 339lib/firefox/chrome/browser/skin/classic/browser/devtools/layout-background-grid.png
299lib/firefox/chrome/browser/skin/classic/browser/devtools/layout-background.png 
300lib/firefox/chrome/browser/skin/classic/browser/devtools/layout-buttons.png 
301lib/firefox/chrome/browser/skin/classic/browser/devtools/layoutview.css 340lib/firefox/chrome/browser/skin/classic/browser/devtools/layoutview.css
302lib/firefox/chrome/browser/skin/classic/browser/devtools/magnifying-glass.png 341lib/firefox/chrome/browser/skin/classic/browser/devtools/magnifying-glass.png
303lib/firefox/chrome/browser/skin/classic/browser/devtools/markup-view.css 342lib/firefox/chrome/browser/skin/classic/browser/devtools/markup-view.css
304lib/firefox/chrome/browser/skin/classic/browser/devtools/option-icon.png 343lib/firefox/chrome/browser/skin/classic/browser/devtools/option-icon.png
305lib/firefox/chrome/browser/skin/classic/browser/devtools/orion-breakpoint.png 344lib/firefox/chrome/browser/skin/classic/browser/devtools/orion-breakpoint.png
306lib/firefox/chrome/browser/skin/classic/browser/devtools/orion-container.css 345lib/firefox/chrome/browser/skin/classic/browser/devtools/orion-container.css
307lib/firefox/chrome/browser/skin/classic/browser/devtools/orion-debug-location.png 346lib/firefox/chrome/browser/skin/classic/browser/devtools/orion-debug-location.png
308lib/firefox/chrome/browser/skin/classic/browser/devtools/orion-task.png 347lib/firefox/chrome/browser/skin/classic/browser/devtools/orion-task.png
309lib/firefox/chrome/browser/skin/classic/browser/devtools/orion.css 348lib/firefox/chrome/browser/skin/classic/browser/devtools/orion.css
310lib/firefox/chrome/browser/skin/classic/browser/devtools/responsive-background.png 349lib/firefox/chrome/browser/skin/classic/browser/devtools/responsive-background.png
311lib/firefox/chrome/browser/skin/classic/browser/devtools/responsive-se-resizer.png 350lib/firefox/chrome/browser/skin/classic/browser/devtools/responsive-se-resizer.png
312lib/firefox/chrome/browser/skin/classic/browser/devtools/responsive-vertical-resizer.png 351lib/firefox/chrome/browser/skin/classic/browser/devtools/responsive-vertical-resizer.png
313lib/firefox/chrome/browser/skin/classic/browser/devtools/splitview.css 352lib/firefox/chrome/browser/skin/classic/browser/devtools/splitview.css
314lib/firefox/chrome/browser/skin/classic/browser/devtools/styleeditor.css 353lib/firefox/chrome/browser/skin/classic/browser/devtools/styleeditor.css
 354lib/firefox/chrome/browser/skin/classic/browser/devtools/tool-debugger.png
 355lib/firefox/chrome/browser/skin/classic/browser/devtools/tool-inspector.png
 356lib/firefox/chrome/browser/skin/classic/browser/devtools/tool-profiler.png
 357lib/firefox/chrome/browser/skin/classic/browser/devtools/tool-styleeditor.png
 358lib/firefox/chrome/browser/skin/classic/browser/devtools/tool-webconsole.png
 359lib/firefox/chrome/browser/skin/classic/browser/devtools/toolbox.css
315lib/firefox/chrome/browser/skin/classic/browser/devtools/tools-icons-small.png 360lib/firefox/chrome/browser/skin/classic/browser/devtools/tools-icons-small.png
316lib/firefox/chrome/browser/skin/classic/browser/devtools/treepanel-button.png 361lib/firefox/chrome/browser/skin/classic/browser/devtools/undock.png
317lib/firefox/chrome/browser/skin/classic/browser/devtools/webconsole.css 362lib/firefox/chrome/browser/skin/classic/browser/devtools/webconsole.css
318lib/firefox/chrome/browser/skin/classic/browser/devtools/webconsole.png 363lib/firefox/chrome/browser/skin/classic/browser/devtools/webconsole.png
319lib/firefox/chrome/browser/skin/classic/browser/devtools/webconsole_networkpanel.css 364lib/firefox/chrome/browser/skin/classic/browser/devtools/webconsole_networkpanel.css
 365lib/firefox/chrome/browser/skin/classic/browser/downloads/allDownloadsViewOverlay.css
320lib/firefox/chrome/browser/skin/classic/browser/downloads/buttons.png 366lib/firefox/chrome/browser/skin/classic/browser/downloads/buttons.png
 367lib/firefox/chrome/browser/skin/classic/browser/downloads/contentAreaDownloadsView.css
321lib/firefox/chrome/browser/skin/classic/browser/downloads/download-glow-small.png 368lib/firefox/chrome/browser/skin/classic/browser/downloads/download-glow-small.png
322lib/firefox/chrome/browser/skin/classic/browser/downloads/download-glow.png 369lib/firefox/chrome/browser/skin/classic/browser/downloads/download-glow.png
323lib/firefox/chrome/browser/skin/classic/browser/downloads/download-notification.png 370lib/firefox/chrome/browser/skin/classic/browser/downloads/download-notification-finish.png
 371lib/firefox/chrome/browser/skin/classic/browser/downloads/download-notification-start.png
 372lib/firefox/chrome/browser/skin/classic/browser/downloads/download-summary.png
324lib/firefox/chrome/browser/skin/classic/browser/downloads/downloads.css 373lib/firefox/chrome/browser/skin/classic/browser/downloads/downloads.css
325lib/firefox/chrome/browser/skin/classic/browser/engineManager.css 374lib/firefox/chrome/browser/skin/classic/browser/engineManager.css
326lib/firefox/chrome/browser/skin/classic/browser/feeds/audioFeedIcon.png 375lib/firefox/chrome/browser/skin/classic/browser/feeds/audioFeedIcon.png
327lib/firefox/chrome/browser/skin/classic/browser/feeds/audioFeedIcon16.png 376lib/firefox/chrome/browser/skin/classic/browser/feeds/audioFeedIcon16.png
328lib/firefox/chrome/browser/skin/classic/browser/feeds/feedIcon.png 377lib/firefox/chrome/browser/skin/classic/browser/feeds/feedIcon.png
329lib/firefox/chrome/browser/skin/classic/browser/feeds/feedIcon16.png 378lib/firefox/chrome/browser/skin/classic/browser/feeds/feedIcon16.png
330lib/firefox/chrome/browser/skin/classic/browser/feeds/subscribe-ui.css 379lib/firefox/chrome/browser/skin/classic/browser/feeds/subscribe-ui.css
331lib/firefox/chrome/browser/skin/classic/browser/feeds/subscribe.css 380lib/firefox/chrome/browser/skin/classic/browser/feeds/subscribe.css
332lib/firefox/chrome/browser/skin/classic/browser/feeds/videoFeedIcon.png 381lib/firefox/chrome/browser/skin/classic/browser/feeds/videoFeedIcon.png
333lib/firefox/chrome/browser/skin/classic/browser/feeds/videoFeedIcon16.png 382lib/firefox/chrome/browser/skin/classic/browser/feeds/videoFeedIcon16.png
334lib/firefox/chrome/browser/skin/classic/browser/identity-icons-generic.png 383lib/firefox/chrome/browser/skin/classic/browser/identity-icons-generic.png
335lib/firefox/chrome/browser/skin/classic/browser/identity-icons-https-ev.png 384lib/firefox/chrome/browser/skin/classic/browser/identity-icons-https-ev.png
336lib/firefox/chrome/browser/skin/classic/browser/identity-icons-https.png 385lib/firefox/chrome/browser/skin/classic/browser/identity-icons-https.png
@@ -358,26 +407,27 @@ lib/firefox/chrome/browser/skin/classic/ @@ -358,26 +407,27 @@ lib/firefox/chrome/browser/skin/classic/
358lib/firefox/chrome/browser/skin/classic/browser/places/starred48.png 407lib/firefox/chrome/browser/skin/classic/browser/places/starred48.png
359lib/firefox/chrome/browser/skin/classic/browser/places/tag.png 408lib/firefox/chrome/browser/skin/classic/browser/places/tag.png
360lib/firefox/chrome/browser/skin/classic/browser/places/toolbarDropMarker.png 409lib/firefox/chrome/browser/skin/classic/browser/places/toolbarDropMarker.png
361lib/firefox/chrome/browser/skin/classic/browser/places/unsortedBookmarks.png 410lib/firefox/chrome/browser/skin/classic/browser/places/unsortedBookmarks.png
362lib/firefox/chrome/browser/skin/classic/browser/places/unstarred48.png 411lib/firefox/chrome/browser/skin/classic/browser/places/unstarred48.png
363lib/firefox/chrome/browser/skin/classic/browser/preferences/Options-sync.png 412lib/firefox/chrome/browser/skin/classic/browser/preferences/Options-sync.png
364lib/firefox/chrome/browser/skin/classic/browser/preferences/Options.png 413lib/firefox/chrome/browser/skin/classic/browser/preferences/Options.png
365lib/firefox/chrome/browser/skin/classic/browser/preferences/aboutPermissions.css 414lib/firefox/chrome/browser/skin/classic/browser/preferences/aboutPermissions.css
366lib/firefox/chrome/browser/skin/classic/browser/preferences/alwaysAsk.png 415lib/firefox/chrome/browser/skin/classic/browser/preferences/alwaysAsk.png
367lib/firefox/chrome/browser/skin/classic/browser/preferences/applications.css 416lib/firefox/chrome/browser/skin/classic/browser/preferences/applications.css
368lib/firefox/chrome/browser/skin/classic/browser/preferences/in-content/preferences.css 417lib/firefox/chrome/browser/skin/classic/browser/preferences/in-content/preferences.css
369lib/firefox/chrome/browser/skin/classic/browser/preferences/mail.png 418lib/firefox/chrome/browser/skin/classic/browser/preferences/mail.png
370lib/firefox/chrome/browser/skin/classic/browser/preferences/preferences.css 419lib/firefox/chrome/browser/skin/classic/browser/preferences/preferences.css
 420lib/firefox/chrome/browser/skin/classic/browser/privatebrowsing-mask.png
371lib/firefox/chrome/browser/skin/classic/browser/sanitizeDialog.css 421lib/firefox/chrome/browser/skin/classic/browser/sanitizeDialog.css
372lib/firefox/chrome/browser/skin/classic/browser/searchbar.css 422lib/firefox/chrome/browser/skin/classic/browser/searchbar.css
373lib/firefox/chrome/browser/skin/classic/browser/setDesktopBackground.css 423lib/firefox/chrome/browser/skin/classic/browser/setDesktopBackground.css
374lib/firefox/chrome/browser/skin/classic/browser/social/chat-close.png 424lib/firefox/chrome/browser/skin/classic/browser/social/chat-close.png
375lib/firefox/chrome/browser/skin/classic/browser/social/social.png 425lib/firefox/chrome/browser/skin/classic/browser/social/social.png
376lib/firefox/chrome/browser/skin/classic/browser/sync-128.png 426lib/firefox/chrome/browser/skin/classic/browser/sync-128.png
377lib/firefox/chrome/browser/skin/classic/browser/sync-16-throbber.png 427lib/firefox/chrome/browser/skin/classic/browser/sync-16-throbber.png
378lib/firefox/chrome/browser/skin/classic/browser/sync-16.png 428lib/firefox/chrome/browser/skin/classic/browser/sync-16.png
379lib/firefox/chrome/browser/skin/classic/browser/sync-24-throbber.png 429lib/firefox/chrome/browser/skin/classic/browser/sync-24-throbber.png
380lib/firefox/chrome/browser/skin/classic/browser/sync-32.png 430lib/firefox/chrome/browser/skin/classic/browser/sync-32.png
381lib/firefox/chrome/browser/skin/classic/browser/sync-bg.png 431lib/firefox/chrome/browser/skin/classic/browser/sync-bg.png
382lib/firefox/chrome/browser/skin/classic/browser/sync-desktopIcon.png 432lib/firefox/chrome/browser/skin/classic/browser/sync-desktopIcon.png
383lib/firefox/chrome/browser/skin/classic/browser/sync-mobileIcon.png 433lib/firefox/chrome/browser/skin/classic/browser/sync-mobileIcon.png
@@ -390,60 +440,67 @@ lib/firefox/chrome/browser/skin/classic/ @@ -390,60 +440,67 @@ lib/firefox/chrome/browser/skin/classic/
390lib/firefox/chrome/browser/skin/classic/browser/tabbrowser/connecting.png 440lib/firefox/chrome/browser/skin/classic/browser/tabbrowser/connecting.png
391lib/firefox/chrome/browser/skin/classic/browser/tabbrowser/loading.png 441lib/firefox/chrome/browser/skin/classic/browser/tabbrowser/loading.png
392lib/firefox/chrome/browser/skin/classic/browser/tabbrowser/tab-overflow-border.png 442lib/firefox/chrome/browser/skin/classic/browser/tabbrowser/tab-overflow-border.png
393lib/firefox/chrome/browser/skin/classic/browser/tabbrowser/tab.png 443lib/firefox/chrome/browser/skin/classic/browser/tabbrowser/tab.png
394lib/firefox/chrome/browser/skin/classic/browser/tabbrowser/tabDragIndicator.png 444lib/firefox/chrome/browser/skin/classic/browser/tabbrowser/tabDragIndicator.png
395lib/firefox/chrome/browser/skin/classic/browser/tabview/edit-light.png 445lib/firefox/chrome/browser/skin/classic/browser/tabview/edit-light.png
396lib/firefox/chrome/browser/skin/classic/browser/tabview/search.png 446lib/firefox/chrome/browser/skin/classic/browser/tabview/search.png
397lib/firefox/chrome/browser/skin/classic/browser/tabview/stack-expander.png 447lib/firefox/chrome/browser/skin/classic/browser/tabview/stack-expander.png
398lib/firefox/chrome/browser/skin/classic/browser/tabview/tabview.css 448lib/firefox/chrome/browser/skin/classic/browser/tabview/tabview.css
399lib/firefox/chrome/browser/skin/classic/browser/tabview/tabview.png 449lib/firefox/chrome/browser/skin/classic/browser/tabview/tabview.png
400lib/firefox/chrome/browser/skin/classic/browser/urlbar-arrow.png 450lib/firefox/chrome/browser/skin/classic/browser/urlbar-arrow.png
401lib/firefox/chrome/browser/skin/classic/browser/webRTC-shareDevice-16.png 451lib/firefox/chrome/browser/skin/classic/browser/webRTC-shareDevice-16.png
402lib/firefox/chrome/browser/skin/classic/browser/webRTC-shareDevice-64.png 452lib/firefox/chrome/browser/skin/classic/browser/webRTC-shareDevice-64.png
 453lib/firefox/chrome/browser/skin/classic/browser/webRTC-sharingDevice-16.png
403lib/firefox/chrome/browser/skin/classic/browser/webapps-16.png 454lib/firefox/chrome/browser/skin/classic/browser/webapps-16.png
404lib/firefox/chrome/browser/skin/classic/browser/webapps-64.png 455lib/firefox/chrome/browser/skin/classic/browser/webapps-64.png
405lib/firefox/chrome/browser/skin/classic/communicator/communicator.css 456lib/firefox/chrome/browser/skin/classic/communicator/communicator.css
406lib/firefox/chrome/en-US/locale/branding/brand.dtd 457lib/firefox/chrome/en-US/locale/branding/brand.dtd
407lib/firefox/chrome/en-US/locale/branding/brand.properties 458lib/firefox/chrome/en-US/locale/branding/brand.properties
408lib/firefox/chrome/en-US/locale/branding/browserconfig.properties 459lib/firefox/chrome/en-US/locale/branding/browserconfig.properties
409lib/firefox/chrome/en-US/locale/browser-region/region.properties 460lib/firefox/chrome/en-US/locale/browser-region/region.properties
410lib/firefox/chrome/en-US/locale/browser/aboutCertError.dtd 461lib/firefox/chrome/en-US/locale/browser/aboutCertError.dtd
411lib/firefox/chrome/en-US/locale/browser/aboutDialog.dtd 462lib/firefox/chrome/en-US/locale/browser/aboutDialog.dtd
412lib/firefox/chrome/en-US/locale/browser/aboutHome.dtd 463lib/firefox/chrome/en-US/locale/browser/aboutHome.dtd
413lib/firefox/chrome/en-US/locale/browser/aboutPrivateBrowsing.dtd 464lib/firefox/chrome/en-US/locale/browser/aboutPrivateBrowsing.dtd
414lib/firefox/chrome/en-US/locale/browser/aboutRobots.dtd 465lib/firefox/chrome/en-US/locale/browser/aboutRobots.dtd
415lib/firefox/chrome/en-US/locale/browser/aboutSessionRestore.dtd 466lib/firefox/chrome/en-US/locale/browser/aboutSessionRestore.dtd
416lib/firefox/chrome/en-US/locale/browser/aboutSyncTabs.dtd 467lib/firefox/chrome/en-US/locale/browser/aboutSyncTabs.dtd
417lib/firefox/chrome/en-US/locale/browser/appstrings.properties 468lib/firefox/chrome/en-US/locale/browser/appstrings.properties
418lib/firefox/chrome/en-US/locale/browser/baseMenuOverlay.dtd 469lib/firefox/chrome/en-US/locale/browser/baseMenuOverlay.dtd
419lib/firefox/chrome/en-US/locale/browser/browser.dtd 470lib/firefox/chrome/en-US/locale/browser/browser.dtd
420lib/firefox/chrome/en-US/locale/browser/browser.properties 471lib/firefox/chrome/en-US/locale/browser/browser.properties
 472lib/firefox/chrome/en-US/locale/browser/devtools/connection-screen.dtd
 473lib/firefox/chrome/en-US/locale/browser/devtools/connection-screen.properties
421lib/firefox/chrome/en-US/locale/browser/devtools/debugger.dtd 474lib/firefox/chrome/en-US/locale/browser/devtools/debugger.dtd
422lib/firefox/chrome/en-US/locale/browser/devtools/debugger.properties 475lib/firefox/chrome/en-US/locale/browser/devtools/debugger.properties
423lib/firefox/chrome/en-US/locale/browser/devtools/gcli.properties 476lib/firefox/chrome/en-US/locale/browser/devtools/gcli.properties
424lib/firefox/chrome/en-US/locale/browser/devtools/gclicommands.properties 477lib/firefox/chrome/en-US/locale/browser/devtools/gclicommands.properties
 478lib/firefox/chrome/en-US/locale/browser/devtools/inspector.dtd
425lib/firefox/chrome/en-US/locale/browser/devtools/inspector.properties 479lib/firefox/chrome/en-US/locale/browser/devtools/inspector.properties
426lib/firefox/chrome/en-US/locale/browser/devtools/layoutview.dtd 480lib/firefox/chrome/en-US/locale/browser/devtools/layoutview.dtd
 481lib/firefox/chrome/en-US/locale/browser/devtools/profiler.properties
427lib/firefox/chrome/en-US/locale/browser/devtools/responsiveUI.properties 482lib/firefox/chrome/en-US/locale/browser/devtools/responsiveUI.properties
428lib/firefox/chrome/en-US/locale/browser/devtools/scratchpad.dtd 483lib/firefox/chrome/en-US/locale/browser/devtools/scratchpad.dtd
429lib/firefox/chrome/en-US/locale/browser/devtools/scratchpad.properties 484lib/firefox/chrome/en-US/locale/browser/devtools/scratchpad.properties
430lib/firefox/chrome/en-US/locale/browser/devtools/sourceeditor.dtd 485lib/firefox/chrome/en-US/locale/browser/devtools/sourceeditor.dtd
431lib/firefox/chrome/en-US/locale/browser/devtools/sourceeditor.properties 486lib/firefox/chrome/en-US/locale/browser/devtools/sourceeditor.properties
432lib/firefox/chrome/en-US/locale/browser/devtools/styleeditor.dtd 487lib/firefox/chrome/en-US/locale/browser/devtools/styleeditor.dtd
433lib/firefox/chrome/en-US/locale/browser/devtools/styleeditor.properties 488lib/firefox/chrome/en-US/locale/browser/devtools/styleeditor.properties
434lib/firefox/chrome/en-US/locale/browser/devtools/styleinspector.dtd 489lib/firefox/chrome/en-US/locale/browser/devtools/styleinspector.dtd
435lib/firefox/chrome/en-US/locale/browser/devtools/styleinspector.properties 490lib/firefox/chrome/en-US/locale/browser/devtools/styleinspector.properties
436lib/firefox/chrome/en-US/locale/browser/devtools/tilt.properties 491lib/firefox/chrome/en-US/locale/browser/devtools/tilt.properties
 492lib/firefox/chrome/en-US/locale/browser/devtools/toolbox.dtd
 493lib/firefox/chrome/en-US/locale/browser/devtools/toolbox.properties
437lib/firefox/chrome/en-US/locale/browser/devtools/webConsole.dtd 494lib/firefox/chrome/en-US/locale/browser/devtools/webConsole.dtd
438lib/firefox/chrome/en-US/locale/browser/devtools/webconsole.properties 495lib/firefox/chrome/en-US/locale/browser/devtools/webconsole.properties
439lib/firefox/chrome/en-US/locale/browser/downloads/downloads.dtd 496lib/firefox/chrome/en-US/locale/browser/downloads/downloads.dtd
440lib/firefox/chrome/en-US/locale/browser/downloads/downloads.properties 497lib/firefox/chrome/en-US/locale/browser/downloads/downloads.properties
441lib/firefox/chrome/en-US/locale/browser/downloads/settingsChange.dtd 498lib/firefox/chrome/en-US/locale/browser/downloads/settingsChange.dtd
442lib/firefox/chrome/en-US/locale/browser/engineManager.dtd 499lib/firefox/chrome/en-US/locale/browser/engineManager.dtd
443lib/firefox/chrome/en-US/locale/browser/engineManager.properties 500lib/firefox/chrome/en-US/locale/browser/engineManager.properties
444lib/firefox/chrome/en-US/locale/browser/feeds/subscribe.dtd 501lib/firefox/chrome/en-US/locale/browser/feeds/subscribe.dtd
445lib/firefox/chrome/en-US/locale/browser/feeds/subscribe.properties 502lib/firefox/chrome/en-US/locale/browser/feeds/subscribe.properties
446lib/firefox/chrome/en-US/locale/browser/migration/migration.dtd 503lib/firefox/chrome/en-US/locale/browser/migration/migration.dtd
447lib/firefox/chrome/en-US/locale/browser/migration/migration.properties 504lib/firefox/chrome/en-US/locale/browser/migration/migration.properties
448lib/firefox/chrome/en-US/locale/browser/netError.dtd 505lib/firefox/chrome/en-US/locale/browser/netError.dtd
449lib/firefox/chrome/en-US/locale/browser/newTab.dtd 506lib/firefox/chrome/en-US/locale/browser/newTab.dtd
@@ -490,28 +547,26 @@ lib/firefox/chrome/en-US/locale/browser/ @@ -490,28 +547,26 @@ lib/firefox/chrome/en-US/locale/browser/
490lib/firefox/chrome/en-US/locale/browser/shellservice.properties 547lib/firefox/chrome/en-US/locale/browser/shellservice.properties
491lib/firefox/chrome/en-US/locale/browser/syncBrand.dtd 548lib/firefox/chrome/en-US/locale/browser/syncBrand.dtd
492lib/firefox/chrome/en-US/locale/browser/syncGenericChange.properties 549lib/firefox/chrome/en-US/locale/browser/syncGenericChange.properties
493lib/firefox/chrome/en-US/locale/browser/syncKey.dtd 550lib/firefox/chrome/en-US/locale/browser/syncKey.dtd
494lib/firefox/chrome/en-US/locale/browser/syncProgress.dtd 551lib/firefox/chrome/en-US/locale/browser/syncProgress.dtd
495lib/firefox/chrome/en-US/locale/browser/syncQuota.dtd 552lib/firefox/chrome/en-US/locale/browser/syncQuota.dtd
496lib/firefox/chrome/en-US/locale/browser/syncQuota.properties 553lib/firefox/chrome/en-US/locale/browser/syncQuota.properties
497lib/firefox/chrome/en-US/locale/browser/syncSetup.dtd 554lib/firefox/chrome/en-US/locale/browser/syncSetup.dtd
498lib/firefox/chrome/en-US/locale/browser/syncSetup.properties 555lib/firefox/chrome/en-US/locale/browser/syncSetup.properties
499lib/firefox/chrome/en-US/locale/browser/tabbrowser.dtd 556lib/firefox/chrome/en-US/locale/browser/tabbrowser.dtd
500lib/firefox/chrome/en-US/locale/browser/tabbrowser.properties 557lib/firefox/chrome/en-US/locale/browser/tabbrowser.properties
501lib/firefox/chrome/en-US/locale/browser/tabview.properties 558lib/firefox/chrome/en-US/locale/browser/tabview.properties
502lib/firefox/chrome/en-US/locale/browser/taskbar.properties 559lib/firefox/chrome/en-US/locale/browser/taskbar.properties
503lib/firefox/chrome/en-US/locale/en-US/services/errors.properties 
504lib/firefox/chrome/en-US/locale/en-US/services/sync.properties 
505lib/firefox/chrome/en-US/locale/feedback/main.dtd 560lib/firefox/chrome/en-US/locale/feedback/main.dtd
506lib/firefox/chrome/en-US/locale/feedback/main.properties 561lib/firefox/chrome/en-US/locale/feedback/main.properties
507lib/firefox/chrome/en-US/locale/pdfviewer/chrome.properties 562lib/firefox/chrome/en-US/locale/pdfviewer/chrome.properties
508lib/firefox/chrome/en-US/locale/pdfviewer/viewer.properties 563lib/firefox/chrome/en-US/locale/pdfviewer/viewer.properties
509lib/firefox/chrome/icons/default/default16.png 564lib/firefox/chrome/icons/default/default16.png
510lib/firefox/chrome/icons/default/default32.png 565lib/firefox/chrome/icons/default/default32.png
511lib/firefox/chrome/icons/default/default48.png 566lib/firefox/chrome/icons/default/default48.png
512lib/firefox/chrome/localized.manifest 567lib/firefox/chrome/localized.manifest
513lib/firefox/chrome/nonlocalized.manifest 568lib/firefox/chrome/nonlocalized.manifest
514lib/firefox/chrome/pdfjs/LICENSE 569lib/firefox/chrome/pdfjs/LICENSE
515lib/firefox/chrome/pdfjs/README.mozilla 570lib/firefox/chrome/pdfjs/README.mozilla
516lib/firefox/chrome/pdfjs/chrome.manifest 571lib/firefox/chrome/pdfjs/chrome.manifest
517lib/firefox/chrome/pdfjs/components/PdfStreamConverter.js 572lib/firefox/chrome/pdfjs/components/PdfStreamConverter.js
@@ -544,193 +599,143 @@ lib/firefox/chrome/pdfjs/content/web/ima @@ -544,193 +599,143 @@ lib/firefox/chrome/pdfjs/content/web/ima
544lib/firefox/chrome/pdfjs/content/web/images/toolbarButton-pageUp.png 599lib/firefox/chrome/pdfjs/content/web/images/toolbarButton-pageUp.png
545lib/firefox/chrome/pdfjs/content/web/images/toolbarButton-print.png 600lib/firefox/chrome/pdfjs/content/web/images/toolbarButton-print.png
546lib/firefox/chrome/pdfjs/content/web/images/toolbarButton-search.png 601lib/firefox/chrome/pdfjs/content/web/images/toolbarButton-search.png
547lib/firefox/chrome/pdfjs/content/web/images/toolbarButton-sidebarToggle.png 602lib/firefox/chrome/pdfjs/content/web/images/toolbarButton-sidebarToggle.png
548lib/firefox/chrome/pdfjs/content/web/images/toolbarButton-viewOutline.png 603lib/firefox/chrome/pdfjs/content/web/images/toolbarButton-viewOutline.png
549lib/firefox/chrome/pdfjs/content/web/images/toolbarButton-viewThumbnail.png 604lib/firefox/chrome/pdfjs/content/web/images/toolbarButton-viewThumbnail.png
550lib/firefox/chrome/pdfjs/content/web/images/toolbarButton-zoomIn.png 605lib/firefox/chrome/pdfjs/content/web/images/toolbarButton-zoomIn.png
551lib/firefox/chrome/pdfjs/content/web/images/toolbarButton-zoomOut.png 606lib/firefox/chrome/pdfjs/content/web/images/toolbarButton-zoomOut.png
552lib/firefox/chrome/pdfjs/content/web/l10n.js 607lib/firefox/chrome/pdfjs/content/web/l10n.js
553lib/firefox/chrome/pdfjs/content/web/viewer.css 608lib/firefox/chrome/pdfjs/content/web/viewer.css
554lib/firefox/chrome/pdfjs/content/web/viewer.html 609lib/firefox/chrome/pdfjs/content/web/viewer.html
555lib/firefox/chrome/pdfjs/content/web/viewer.js 610lib/firefox/chrome/pdfjs/content/web/viewer.js
556lib/firefox/chrome/pdfjs/extension-files 611lib/firefox/chrome/pdfjs/extension-files
557lib/firefox/components/Aitc.js 
558lib/firefox/components/ChromeProfileMigrator.js 612lib/firefox/components/ChromeProfileMigrator.js
559lib/firefox/components/DownloadsStartup.js 613lib/firefox/components/DownloadsStartup.js
560lib/firefox/components/DownloadsUI.js 614lib/firefox/components/DownloadsUI.js
561lib/firefox/components/FeedConverter.js 615lib/firefox/components/FeedConverter.js
562lib/firefox/components/FeedWriter.js 616lib/firefox/components/FeedWriter.js
563lib/firefox/components/FirefoxProfileMigrator.js 617lib/firefox/components/FirefoxProfileMigrator.js
564lib/firefox/components/PageThumbsProtocol.js 618lib/firefox/components/PageThumbsProtocol.js
565lib/firefox/components/PlacesProtocolHandler.js 619lib/firefox/components/PlacesProtocolHandler.js
566lib/firefox/components/ProfileMigrator.js 620lib/firefox/components/ProfileMigrator.js
567lib/firefox/components/Weave.js 
568lib/firefox/components/WebContentConverter.js 621lib/firefox/components/WebContentConverter.js
569lib/firefox/components/browser.xpt 622lib/firefox/components/browser.xpt
570lib/firefox/components/components.manifest 623lib/firefox/components/components.manifest
571lib/firefox/components/fuelApplication.js 624lib/firefox/components/fuelApplication.js
572lib/firefox/components/interfaces.manifest 625lib/firefox/components/interfaces.manifest
573lib/firefox/components/libbrowsercomps.so 626lib/firefox/components/libbrowsercomps.so
574lib/firefox/components/nsBrowserContentHandler.js 627lib/firefox/components/nsBrowserContentHandler.js
575lib/firefox/components/nsBrowserGlue.js 628lib/firefox/components/nsBrowserGlue.js
576lib/firefox/components/nsPrivateBrowsingService.js 629lib/firefox/components/nsPrivateBrowsingServiceObsolete.js
577lib/firefox/components/nsSessionStartup.js 630lib/firefox/components/nsSessionStartup.js
578lib/firefox/components/nsSessionStore.js 631lib/firefox/components/nsSessionStore.js
579lib/firefox/components/nsSetDefaultBrowser.js 632lib/firefox/components/nsSetDefaultBrowser.js
580lib/firefox/components/nsSidebar.js 633lib/firefox/components/nsSidebar.js
581lib/firefox/defaults/preferences/channel-prefs.js 634lib/firefox/defaults/preferences/channel-prefs.js
582lib/firefox/defaults/preferences/firefox-branding.js 635lib/firefox/defaults/preferences/firefox-branding.js
583lib/firefox/defaults/preferences/firefox-l10n.js 636lib/firefox/defaults/preferences/firefox-l10n.js
584lib/firefox/defaults/preferences/firefox.js 637lib/firefox/defaults/preferences/firefox.js
585lib/firefox/defaults/preferences/services-aitc.js 
586lib/firefox/defaults/preferences/services-notifications.js 
587lib/firefox/defaults/preferences/services-sync.js 
588lib/firefox/defaults/profile/bookmarks.html 638lib/firefox/defaults/profile/bookmarks.html
589lib/firefox/defaults/profile/chrome/userChrome-example.css 639lib/firefox/defaults/profile/chrome/userChrome-example.css
590lib/firefox/defaults/profile/chrome/userContent-example.css 640lib/firefox/defaults/profile/chrome/userContent-example.css
591lib/firefox/defaults/profile/localstore.rdf 641lib/firefox/defaults/profile/localstore.rdf
592lib/firefox/defaults/profile/mimeTypes.rdf 642lib/firefox/defaults/profile/mimeTypes.rdf
593lib/firefox/defaults/profile/prefs.js 643lib/firefox/defaults/profile/prefs.js
594lib/firefox/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png 644lib/firefox/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png
595lib/firefox/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf 645lib/firefox/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf
596lib/firefox/firefox 646lib/firefox/firefox
 647lib/firefox/firefox-bin
597lib/firefox/icons/mozicon128.png 648lib/firefox/icons/mozicon128.png
598lib/firefox/modules/AboutHomeUtils.jsm 649lib/firefox/modules/AboutHomeUtils.jsm
599lib/firefox/modules/AutocompletePopup.jsm 650lib/firefox/modules/AutocompletePopup.jsm
600lib/firefox/modules/BrowserNewTabPreloader.jsm 651lib/firefox/modules/BrowserNewTabPreloader.jsm
601lib/firefox/modules/DownloadsCommon.jsm 652lib/firefox/modules/DownloadsCommon.jsm
602lib/firefox/modules/HUDService.jsm 653lib/firefox/modules/HUDService.jsm
603lib/firefox/modules/KeywordURLResetPrompter.jsm 654lib/firefox/modules/KeywordURLResetPrompter.jsm
604lib/firefox/modules/MigrationUtils.jsm 655lib/firefox/modules/MigrationUtils.jsm
605lib/firefox/modules/NetworkPanel.jsm 656lib/firefox/modules/NetworkPanel.jsm
606lib/firefox/modules/NetworkPrioritizer.jsm 657lib/firefox/modules/NetworkPrioritizer.jsm
607lib/firefox/modules/NewTabUtils.jsm 658lib/firefox/modules/NewTabUtils.jsm
608lib/firefox/modules/PageThumbs.jsm 659lib/firefox/modules/PageThumbs.jsm
609lib/firefox/modules/PageThumbsWorker.js 660lib/firefox/modules/PageThumbsWorker.js
610lib/firefox/modules/PlacesUIUtils.jsm 661lib/firefox/modules/PlacesUIUtils.jsm
611lib/firefox/modules/PropertyPanel.jsm 662lib/firefox/modules/PropertyPanel.jsm
 663lib/firefox/modules/RecentWindow.jsm
612lib/firefox/modules/SharedFrame.jsm 664lib/firefox/modules/SharedFrame.jsm
613lib/firefox/modules/SignInToWebsite.jsm 665lib/firefox/modules/SignInToWebsite.jsm
614lib/firefox/modules/Social.jsm 666lib/firefox/modules/Social.jsm
615lib/firefox/modules/TelemetryTimestamps.jsm 667lib/firefox/modules/TelemetryTimestamps.jsm
 668lib/firefox/modules/WebConsolePanel.jsm
 669lib/firefox/modules/devtools/Breadcrumbs.jsm
616lib/firefox/modules/devtools/Browser.jsm 670lib/firefox/modules/devtools/Browser.jsm
617lib/firefox/modules/devtools/CmdAddon.jsm 671lib/firefox/modules/devtools/BuiltinCommands.jsm
618lib/firefox/modules/devtools/CmdBreak.jsm 
619lib/firefox/modules/devtools/CmdCalllog.jsm 
620lib/firefox/modules/devtools/CmdCalllogChrome.jsm 
621lib/firefox/modules/devtools/CmdCmd.jsm 
622lib/firefox/modules/devtools/CmdConsole.jsm 
623lib/firefox/modules/devtools/CmdCookie.jsm 
624lib/firefox/modules/devtools/CmdDbg.jsm 
625lib/firefox/modules/devtools/CmdEcho.jsm 
626lib/firefox/modules/devtools/CmdEdit.jsm 672lib/firefox/modules/devtools/CmdEdit.jsm
627lib/firefox/modules/devtools/CmdExport.jsm 
628lib/firefox/modules/devtools/CmdInspect.jsm 673lib/firefox/modules/devtools/CmdInspect.jsm
629lib/firefox/modules/devtools/CmdJsb.jsm 
630lib/firefox/modules/devtools/CmdPagemod.jsm 
631lib/firefox/modules/devtools/CmdResize.jsm 674lib/firefox/modules/devtools/CmdResize.jsm
632lib/firefox/modules/devtools/CmdRestart.jsm 675lib/firefox/modules/devtools/CmdScratchpad.jsm
633lib/firefox/modules/devtools/CmdScreenshot.jsm 
634lib/firefox/modules/devtools/CmdTilt.jsm 676lib/firefox/modules/devtools/CmdTilt.jsm
635lib/firefox/modules/devtools/Commands.jsm 677lib/firefox/modules/devtools/Commands.jsm
636lib/firefox/modules/devtools/CssHtmlTree.jsm 678lib/firefox/modules/devtools/CssHtmlTree.jsm
637lib/firefox/modules/devtools/CssLogic.jsm 679lib/firefox/modules/devtools/CssLogic.jsm
638lib/firefox/modules/devtools/CssRuleView.jsm 680lib/firefox/modules/devtools/CssRuleView.jsm
639lib/firefox/modules/devtools/DOMHelpers.jsm 681lib/firefox/modules/devtools/DOMHelpers.jsm
 682lib/firefox/modules/devtools/DebuggerPanel.jsm
640lib/firefox/modules/devtools/DebuggerUI.jsm 683lib/firefox/modules/devtools/DebuggerUI.jsm
641lib/firefox/modules/devtools/DeveloperToolbar.jsm 684lib/firefox/modules/devtools/DeveloperToolbar.jsm
642lib/firefox/modules/devtools/EventEmitter.jsm 685lib/firefox/modules/devtools/EventEmitter.jsm
643lib/firefox/modules/devtools/FloatingScrollbars.jsm 686lib/firefox/modules/devtools/FloatingScrollbars.jsm
 687lib/firefox/modules/devtools/Highlighter.jsm
 688lib/firefox/modules/devtools/InspectorPanel.jsm
644lib/firefox/modules/devtools/Jsbeautify.jsm 689lib/firefox/modules/devtools/Jsbeautify.jsm
645lib/firefox/modules/devtools/LayoutHelpers.jsm 690lib/firefox/modules/devtools/LayoutHelpers.jsm
646lib/firefox/modules/devtools/LayoutView.jsm 
647lib/firefox/modules/devtools/MarkupView.jsm 691lib/firefox/modules/devtools/MarkupView.jsm
 692lib/firefox/modules/devtools/ProfilerController.jsm
 693lib/firefox/modules/devtools/ProfilerPanel.jsm
 694lib/firefox/modules/devtools/Selection.jsm
 695lib/firefox/modules/devtools/Sidebar.jsm
648lib/firefox/modules/devtools/SplitView.jsm 696lib/firefox/modules/devtools/SplitView.jsm
649lib/firefox/modules/devtools/StyleEditor.jsm 697lib/firefox/modules/devtools/StyleEditor.jsm
650lib/firefox/modules/devtools/StyleEditorChrome.jsm 698lib/firefox/modules/devtools/StyleEditorChrome.jsm
 699lib/firefox/modules/devtools/StyleEditorPanel.jsm
651lib/firefox/modules/devtools/StyleEditorUtil.jsm 700lib/firefox/modules/devtools/StyleEditorUtil.jsm
652lib/firefox/modules/devtools/StyleInspector.jsm 701lib/firefox/modules/devtools/StyleInspector.jsm
 702lib/firefox/modules/devtools/Target.jsm
653lib/firefox/modules/devtools/Templater.jsm 703lib/firefox/modules/devtools/Templater.jsm
654lib/firefox/modules/devtools/Tilt.jsm 704lib/firefox/modules/devtools/Tilt.jsm
655lib/firefox/modules/devtools/TiltGL.jsm 705lib/firefox/modules/devtools/TiltGL.jsm
656lib/firefox/modules/devtools/TiltMath.jsm 706lib/firefox/modules/devtools/TiltMath.jsm
657lib/firefox/modules/devtools/TiltUtils.jsm 707lib/firefox/modules/devtools/TiltUtils.jsm
658lib/firefox/modules/devtools/TiltVisualizer.jsm 708lib/firefox/modules/devtools/TiltVisualizer.jsm
659lib/firefox/modules/devtools/TiltVisualizerStyle.jsm 709lib/firefox/modules/devtools/TiltVisualizerStyle.jsm
660lib/firefox/modules/devtools/TiltWorkerCrafter.js 710lib/firefox/modules/devtools/TiltWorkerCrafter.js
661lib/firefox/modules/devtools/TiltWorkerPicker.js 711lib/firefox/modules/devtools/TiltWorkerPicker.js
 712lib/firefox/modules/devtools/ToolDefinitions.jsm
 713lib/firefox/modules/devtools/Toolbox.jsm
 714lib/firefox/modules/devtools/ToolboxHosts.jsm
662lib/firefox/modules/devtools/Undo.jsm 715lib/firefox/modules/devtools/Undo.jsm
663lib/firefox/modules/devtools/VariablesView.jsm 716lib/firefox/modules/devtools/VariablesView.jsm
 717lib/firefox/modules/devtools/gDevTools.jsm
664lib/firefox/modules/devtools/gcli.jsm 718lib/firefox/modules/devtools/gcli.jsm
665lib/firefox/modules/devtools/responsivedesign.jsm 719lib/firefox/modules/devtools/responsivedesign.jsm
666lib/firefox/modules/devtools/scratchpad-manager.jsm 720lib/firefox/modules/devtools/scratchpad-manager.jsm
667lib/firefox/modules/distribution.js 721lib/firefox/modules/distribution.js
668lib/firefox/modules/highlighter.jsm 
669lib/firefox/modules/inspector.jsm 
670lib/firefox/modules/offlineAppCache.jsm 722lib/firefox/modules/offlineAppCache.jsm
671lib/firefox/modules/openLocationLastURL.jsm 723lib/firefox/modules/openLocationLastURL.jsm
672lib/firefox/modules/services-aitc/browserid.js 
673lib/firefox/modules/services-aitc/client.js 
674lib/firefox/modules/services-aitc/main.js 
675lib/firefox/modules/services-aitc/manager.js 
676lib/firefox/modules/services-aitc/storage.js 
677lib/firefox/modules/services-common/async.js 
678lib/firefox/modules/services-common/bagheeraclient.js 
679lib/firefox/modules/services-common/log4moz.js 
680lib/firefox/modules/services-common/observers.js 
681lib/firefox/modules/services-common/preferences.js 
682lib/firefox/modules/services-common/rest.js 
683lib/firefox/modules/services-common/storageservice.js 
684lib/firefox/modules/services-common/stringbundle.js 
685lib/firefox/modules/services-common/tokenserverclient.js 
686lib/firefox/modules/services-common/utils.js 
687lib/firefox/modules/services-crypto/WeaveCrypto.js 
688lib/firefox/modules/services-crypto/utils.js 
689lib/firefox/modules/services-notifications/service.js 
690lib/firefox/modules/services-sync/addonsreconciler.js 
691lib/firefox/modules/services-sync/addonutils.js 
692lib/firefox/modules/services-sync/constants.js 
693lib/firefox/modules/services-sync/engines.js 
694lib/firefox/modules/services-sync/engines/addons.js 
695lib/firefox/modules/services-sync/engines/apps.js 
696lib/firefox/modules/services-sync/engines/bookmarks.js 
697lib/firefox/modules/services-sync/engines/clients.js 
698lib/firefox/modules/services-sync/engines/forms.js 
699lib/firefox/modules/services-sync/engines/history.js 
700lib/firefox/modules/services-sync/engines/passwords.js 
701lib/firefox/modules/services-sync/engines/prefs.js 
702lib/firefox/modules/services-sync/engines/tabs.js 
703lib/firefox/modules/services-sync/identity.js 
704lib/firefox/modules/services-sync/jpakeclient.js 
705lib/firefox/modules/services-sync/keys.js 
706lib/firefox/modules/services-sync/main.js 
707lib/firefox/modules/services-sync/notifications.js 
708lib/firefox/modules/services-sync/policies.js 
709lib/firefox/modules/services-sync/record.js 
710lib/firefox/modules/services-sync/resource.js 
711lib/firefox/modules/services-sync/rest.js 
712lib/firefox/modules/services-sync/service.js 
713lib/firefox/modules/services-sync/stages/cluster.js 
714lib/firefox/modules/services-sync/stages/enginesync.js 
715lib/firefox/modules/services-sync/status.js 
716lib/firefox/modules/services-sync/userapi.js 
717lib/firefox/modules/services-sync/util.js 
718lib/firefox/modules/services/metrics/collector.jsm 
719lib/firefox/modules/services/metrics/dataprovider.jsm 
720lib/firefox/modules/sessionstore/DocumentUtils.jsm 724lib/firefox/modules/sessionstore/DocumentUtils.jsm
721lib/firefox/modules/sessionstore/SessionStorage.jsm 725lib/firefox/modules/sessionstore/SessionStorage.jsm
722lib/firefox/modules/sessionstore/SessionStore.jsm 726lib/firefox/modules/sessionstore/SessionStore.jsm
723lib/firefox/modules/sessionstore/XPathGenerator.jsm 727lib/firefox/modules/sessionstore/XPathGenerator.jsm
 728lib/firefox/modules/sessionstore/_SessionFile.jsm
724lib/firefox/modules/source-editor-orion.jsm 729lib/firefox/modules/source-editor-orion.jsm
725lib/firefox/modules/source-editor-ui.jsm 730lib/firefox/modules/source-editor-ui.jsm
726lib/firefox/modules/source-editor.jsm 731lib/firefox/modules/source-editor.jsm
727lib/firefox/modules/tabview/utils.jsm 732lib/firefox/modules/tabview/utils.jsm
728lib/firefox/modules/webappsUI.jsm 733lib/firefox/modules/webappsUI.jsm
729lib/firefox/modules/webrtcUI.jsm 734lib/firefox/modules/webrtcUI.jsm
730lib/firefox/removed-files 735lib/firefox/removed-files
731lib/firefox/run-mozilla.sh 736lib/firefox/run-mozilla.sh
732lib/firefox/searchplugins/amazondotcom.xml 737lib/firefox/searchplugins/amazondotcom.xml
733lib/firefox/searchplugins/bing.xml 738lib/firefox/searchplugins/bing.xml
734lib/firefox/searchplugins/eBay.xml 739lib/firefox/searchplugins/eBay.xml
735lib/firefox/searchplugins/google.xml 740lib/firefox/searchplugins/google.xml
736lib/firefox/searchplugins/twitter.xml 741lib/firefox/searchplugins/twitter.xml