Thu Aug 18 18:31:10 2011 UTC ()
Update to Firefox 6.0.

Major changes include:

The address bar now highlights the domain of the website you're visiting
Streamlined the look of the site identity block
Added support for the latest draft version of WebSockets with a prefixed API
Added support for EventSource / server-sent events
Added support for window.matchMedia
Added Scratchpad, an interactive JavaScript prototyping environment
Added a new Web Developer menu item and moved development-related items into it
Improved usability of the Web Console
Improved the discoverability of Firefox Sync
Reduced browser startup time when using Panorama
Fixed several stability issues
Fixed several security issues


(tnn)
diff -r1.52 -r1.53 pkgsrc/devel/xulrunner/Makefile
diff -r1.32 -r1.33 pkgsrc/devel/xulrunner/PLIST
diff -r1.15 -r1.16 pkgsrc/devel/xulrunner/buildlink3.mk
diff -r1.22 -r1.23 pkgsrc/devel/xulrunner/dist.mk
diff -r1.48 -r1.49 pkgsrc/devel/xulrunner/distinfo
diff -r1.24 -r1.25 pkgsrc/devel/xulrunner/mozilla-common.mk
diff -r1.5 -r1.6 pkgsrc/devel/xulrunner/patches/patch-aa
diff -r1.2 -r1.3 pkgsrc/devel/xulrunner/patches/patch-ae
diff -r1.2 -r1.3 pkgsrc/devel/xulrunner/patches/patch-as
diff -r1.3 -r1.4 pkgsrc/devel/xulrunner/patches/patch-au
diff -r1.4 -r1.5 pkgsrc/devel/xulrunner/patches/patch-bf
diff -r1.1 -r1.2 pkgsrc/devel/xulrunner/patches/patch-ipc_chromium_src_build_build__config.h
diff -r1.86 -r1.87 pkgsrc/www/firefox/Makefile
diff -r1.43 -r1.44 pkgsrc/www/firefox/PLIST

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

--- pkgsrc/devel/xulrunner/Attic/Makefile 2011/07/31 18:00:05 1.52
+++ pkgsrc/devel/xulrunner/Attic/Makefile 2011/08/18 18:31:09 1.53
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.52 2011/07/31 18:00:05 tnn Exp $ 1# $NetBSD: Makefile,v 1.53 2011/08/18 18:31:09 tnn Exp $
2 2
3.include "dist.mk" 3.include "dist.mk"
4PKGNAME= xulrunner-${MOZ_BRANCH}${MOZ_BRANCH_MINOR} 4PKGNAME= xulrunner-${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
5PKGREVISION= 1 
6CATEGORIES= devel www 5CATEGORIES= devel www
7 6
8MAINTAINER= tnn@NetBSD.org 7MAINTAINER= tnn@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
@@ -38,15 +37,18 @@ pre-configure: @@ -38,15 +37,18 @@ pre-configure:
38 37
39post-install: 38post-install:
40 # XXX fix the pkg-config files instead 39 # XXX fix the pkg-config files instead
41 rm -f ${DESTDIR}${PREFIX}/lib/xulrunner/libxpcomglue.a 40 rm -f ${DESTDIR}${PREFIX}/lib/xulrunner/libxpcomglue.a
42 ln -s ${PREFIX}/lib/xulrunner-sdk/sdk/lib/libxpcomglue.a \ 41 ln -s ${PREFIX}/lib/xulrunner-sdk/sdk/lib/libxpcomglue.a \
43 ${DESTDIR}${PREFIX}/lib/xulrunner/libxpcomglue.a 42 ${DESTDIR}${PREFIX}/lib/xulrunner/libxpcomglue.a
44 rm -f ${DESTDIR}${PREFIX}/lib/xulrunner/libxpcomglue_s.a 43 rm -f ${DESTDIR}${PREFIX}/lib/xulrunner/libxpcomglue_s.a
45 ln -s ${PREFIX}/lib/xulrunner-sdk/sdk/lib/libxpcomglue_s.a \ 44 ln -s ${PREFIX}/lib/xulrunner-sdk/sdk/lib/libxpcomglue_s.a \
46 ${DESTDIR}${PREFIX}/lib/xulrunner/libxpcomglue_s.a 45 ${DESTDIR}${PREFIX}/lib/xulrunner/libxpcomglue_s.a
47 rm -f ${DESTDIR}${PREFIX}/lib/xulrunner/libunicharutil_external_s.a 46 rm -f ${DESTDIR}${PREFIX}/lib/xulrunner/libunicharutil_external_s.a
48 ln -s ${PREFIX}/lib/xulrunner-sdk/sdk/lib/libunicharutil_external_s.a \ 47 ln -s ${PREFIX}/lib/xulrunner-sdk/sdk/lib/libunicharutil_external_s.a \
49 ${DESTDIR}${PREFIX}/lib/xulrunner/libunicharutil_external_s.a 48 ${DESTDIR}${PREFIX}/lib/xulrunner/libunicharutil_external_s.a
50 ${TOUCH} ${TOUCH_FLAGS} ${DESTDIR}${PREFIX}/include/xulrunner/mozilla/throw_gcc.h 49 ${TOUCH} ${TOUCH_FLAGS} ${DESTDIR}${PREFIX}/include/xulrunner/mozilla/throw_gcc.h
 50 ${INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/lib/xulrunner-sdk/sdk/bin
 51 ${INSTALL_SCRIPT} ${WRKSRC}/dist/sdk/bin/xpt.py \
 52 ${DESTDIR}${PREFIX}/lib/xulrunner-sdk/sdk/bin
51 53
52.include "../../mk/bsd.pkg.mk" 54.include "../../mk/bsd.pkg.mk"

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

--- pkgsrc/devel/xulrunner/Attic/PLIST 2011/07/31 18:00:05 1.32
+++ pkgsrc/devel/xulrunner/Attic/PLIST 2011/08/18 18:31:09 1.33
@@ -1,17 +1,18 @@ @@ -1,17 +1,18 @@
1@comment $NetBSD: PLIST,v 1.32 2011/07/31 18:00:05 tnn Exp $ 1@comment $NetBSD: PLIST,v 1.33 2011/08/18 18:31:09 tnn Exp $
2bin/xulrunner 2bin/xulrunner
3${PLIST.jit}include/xulrunner/Allocator.h 3${PLIST.jit}include/xulrunner/Allocator.h
4${PLIST.jit}include/xulrunner/Assembler.h 4${PLIST.jit}include/xulrunner/Assembler.h
 5include/xulrunner/AtkSocketAccessible.h
5include/xulrunner/BasicLayers.h 6include/xulrunner/BasicLayers.h
6include/xulrunner/CheckedInt.h 7include/xulrunner/CheckedInt.h
7${PLIST.jit}include/xulrunner/CodeAlloc.h 8${PLIST.jit}include/xulrunner/CodeAlloc.h
8${PLIST.jit}include/xulrunner/Containers.h 9${PLIST.jit}include/xulrunner/Containers.h
9include/xulrunner/CustomQS_Canvas2D.h 10include/xulrunner/CustomQS_Canvas2D.h
10include/xulrunner/CustomQS_WebGL.h 11include/xulrunner/CustomQS_WebGL.h
11include/xulrunner/EGLUtils.h 12include/xulrunner/EGLUtils.h
12${PLIST.jit}include/xulrunner/Fragmento.h 13${PLIST.jit}include/xulrunner/Fragmento.h
13include/xulrunner/FrameLayerBuilder.h 14include/xulrunner/FrameLayerBuilder.h
14include/xulrunner/FramePropertyTable.h 15include/xulrunner/FramePropertyTable.h
15include/xulrunner/GLContext.h 16include/xulrunner/GLContext.h
16include/xulrunner/GLContextProvider.h 17include/xulrunner/GLContextProvider.h
17include/xulrunner/GLContextProviderImpl.h 18include/xulrunner/GLContextProviderImpl.h
@@ -151,26 +152,27 @@ include/xulrunner/imgIRequest.h @@ -151,26 +152,27 @@ include/xulrunner/imgIRequest.h
151include/xulrunner/imgITools.h 152include/xulrunner/imgITools.h
152include/xulrunner/inICSSValueSearch.h 153include/xulrunner/inICSSValueSearch.h
153include/xulrunner/inIDOMUtils.h 154include/xulrunner/inIDOMUtils.h
154include/xulrunner/inIDOMView.h 155include/xulrunner/inIDOMView.h
155include/xulrunner/inIDeepTreeWalker.h 156include/xulrunner/inIDeepTreeWalker.h
156include/xulrunner/inIFlasher.h 157include/xulrunner/inIFlasher.h
157include/xulrunner/inISearchObserver.h 158include/xulrunner/inISearchObserver.h
158include/xulrunner/inISearchProcess.h 159include/xulrunner/inISearchProcess.h
159include/xulrunner/jar-ds.h 160include/xulrunner/jar-ds.h
160include/xulrunner/jar.h 161include/xulrunner/jar.h
161include/xulrunner/jarfile.h 162include/xulrunner/jarfile.h
162include/xulrunner/js-config.h 163include/xulrunner/js-config.h
163include/xulrunner/js.msg 164include/xulrunner/js.msg
 165include/xulrunner/jsalloc.h
164include/xulrunner/jsanalyze.h 166include/xulrunner/jsanalyze.h
165include/xulrunner/jsapi.h 167include/xulrunner/jsapi.h
166include/xulrunner/jsarena.h 168include/xulrunner/jsarena.h
167include/xulrunner/jsarray.h 169include/xulrunner/jsarray.h
168include/xulrunner/jsatom.h 170include/xulrunner/jsatom.h
169include/xulrunner/jsautocfg.h 171include/xulrunner/jsautocfg.h
170include/xulrunner/jsautokw.h 172include/xulrunner/jsautokw.h
171include/xulrunner/jsbit.h 173include/xulrunner/jsbit.h
172include/xulrunner/jsbool.h 174include/xulrunner/jsbool.h
173${PLIST.jit}include/xulrunner/jsbuiltins.h 175${PLIST.jit}include/xulrunner/jsbuiltins.h
174include/xulrunner/jscell.h 176include/xulrunner/jscell.h
175include/xulrunner/jsclist.h 177include/xulrunner/jsclist.h
176include/xulrunner/jsclone.h 178include/xulrunner/jsclone.h
@@ -178,26 +180,27 @@ include/xulrunner/jscntxt.h @@ -178,26 +180,27 @@ include/xulrunner/jscntxt.h
178include/xulrunner/jscompartment.h 180include/xulrunner/jscompartment.h
179include/xulrunner/jscompat.h 181include/xulrunner/jscompat.h
180include/xulrunner/jsdIDebuggerService.h 182include/xulrunner/jsdIDebuggerService.h
181include/xulrunner/jsdate.h 183include/xulrunner/jsdate.h
182include/xulrunner/jsdbgapi.h 184include/xulrunner/jsdbgapi.h
183include/xulrunner/jsdebug.h 185include/xulrunner/jsdebug.h
184include/xulrunner/jsdhash.h 186include/xulrunner/jsdhash.h
185include/xulrunner/jsdtoa.h 187include/xulrunner/jsdtoa.h
186include/xulrunner/jsemit.h 188include/xulrunner/jsemit.h
187include/xulrunner/jsfriendapi.h 189include/xulrunner/jsfriendapi.h
188include/xulrunner/jsfun.h 190include/xulrunner/jsfun.h
189include/xulrunner/jsgc.h 191include/xulrunner/jsgc.h
190include/xulrunner/jsgcchunk.h 192include/xulrunner/jsgcchunk.h
 193include/xulrunner/jsgcmark.h
191include/xulrunner/jsgcstats.h 194include/xulrunner/jsgcstats.h
192include/xulrunner/jshash.h 195include/xulrunner/jshash.h
193include/xulrunner/jshashtable.h 196include/xulrunner/jshashtable.h
194include/xulrunner/jshotloop.h 197include/xulrunner/jshotloop.h
195include/xulrunner/jsinterp.h 198include/xulrunner/jsinterp.h
196include/xulrunner/jsinttypes.h 199include/xulrunner/jsinttypes.h
197include/xulrunner/jsiter.h 200include/xulrunner/jsiter.h
198include/xulrunner/jslock.h 201include/xulrunner/jslock.h
199include/xulrunner/jslong.h 202include/xulrunner/jslong.h
200include/xulrunner/jsmath.h 203include/xulrunner/jsmath.h
201include/xulrunner/jsnum.h 204include/xulrunner/jsnum.h
202include/xulrunner/jsobj.h 205include/xulrunner/jsobj.h
203include/xulrunner/jsobjinlines.h 206include/xulrunner/jsobjinlines.h
@@ -226,26 +229,27 @@ include/xulrunner/jsscript.h @@ -226,26 +229,27 @@ include/xulrunner/jsscript.h
226include/xulrunner/jsscriptinlines.h 229include/xulrunner/jsscriptinlines.h
227include/xulrunner/jsstaticcheck.h 230include/xulrunner/jsstaticcheck.h
228include/xulrunner/jsstdint.h 231include/xulrunner/jsstdint.h
229include/xulrunner/jsstr.h 232include/xulrunner/jsstr.h
230include/xulrunner/jstl.h 233include/xulrunner/jstl.h
231include/xulrunner/jstracer.h 234include/xulrunner/jstracer.h
232include/xulrunner/jstypedarray.h 235include/xulrunner/jstypedarray.h
233include/xulrunner/jstypes.h 236include/xulrunner/jstypes.h
234include/xulrunner/jsutil.h 237include/xulrunner/jsutil.h
235include/xulrunner/jsval.h 238include/xulrunner/jsval.h
236include/xulrunner/jsvalue.h 239include/xulrunner/jsvalue.h
237include/xulrunner/jsvector.h 240include/xulrunner/jsvector.h
238include/xulrunner/jsversion.h 241include/xulrunner/jsversion.h
 242include/xulrunner/jsweakmap.h
239include/xulrunner/jswrapper.h 243include/xulrunner/jswrapper.h
240include/xulrunner/jsxdrapi.h 244include/xulrunner/jsxdrapi.h
241include/xulrunner/jsxml.h 245include/xulrunner/jsxml.h
242include/xulrunner/key.h 246include/xulrunner/key.h
243include/xulrunner/keyhi.h 247include/xulrunner/keyhi.h
244include/xulrunner/keyt.h 248include/xulrunner/keyt.h
245include/xulrunner/keythi.h 249include/xulrunner/keythi.h
246include/xulrunner/mar.h 250include/xulrunner/mar.h
247include/xulrunner/md/_aix32.cfg 251include/xulrunner/md/_aix32.cfg
248include/xulrunner/md/_aix64.cfg 252include/xulrunner/md/_aix64.cfg
249include/xulrunner/md/_beos.cfg 253include/xulrunner/md/_beos.cfg
250include/xulrunner/md/_bsdi.cfg 254include/xulrunner/md/_bsdi.cfg
251include/xulrunner/md/_darwin.cfg 255include/xulrunner/md/_darwin.cfg
@@ -268,26 +272,27 @@ include/xulrunner/md/_qnx.cfg @@ -268,26 +272,27 @@ include/xulrunner/md/_qnx.cfg
268include/xulrunner/md/_reliantunix.cfg 272include/xulrunner/md/_reliantunix.cfg
269include/xulrunner/md/_riscos.cfg 273include/xulrunner/md/_riscos.cfg
270include/xulrunner/md/_scoos.cfg 274include/xulrunner/md/_scoos.cfg
271include/xulrunner/md/_solaris.cfg 275include/xulrunner/md/_solaris.cfg
272include/xulrunner/md/_sony.cfg 276include/xulrunner/md/_sony.cfg
273include/xulrunner/md/_sunos4.cfg 277include/xulrunner/md/_sunos4.cfg
274include/xulrunner/md/_symbian.cfg 278include/xulrunner/md/_symbian.cfg
275include/xulrunner/md/_unixware.cfg 279include/xulrunner/md/_unixware.cfg
276include/xulrunner/md/_unixware7.cfg 280include/xulrunner/md/_unixware7.cfg
277include/xulrunner/md/_win95.cfg 281include/xulrunner/md/_win95.cfg
278include/xulrunner/md/_winnt.cfg 282include/xulrunner/md/_winnt.cfg
279include/xulrunner/mozAutoDocUpdate.h 283include/xulrunner/mozAutoDocUpdate.h
280include/xulrunner/mozFlushType.h 284include/xulrunner/mozFlushType.h
 285include/xulrunner/mozIAsyncFavicons.h
281include/xulrunner/mozIAsyncHistory.h 286include/xulrunner/mozIAsyncHistory.h
282include/xulrunner/mozIJSSubScriptLoader.h 287include/xulrunner/mozIJSSubScriptLoader.h
283include/xulrunner/mozIPersonalDictionary.h 288include/xulrunner/mozIPersonalDictionary.h
284include/xulrunner/mozIPlacesAutoComplete.h 289include/xulrunner/mozIPlacesAutoComplete.h
285include/xulrunner/mozISanitizingSerializer.h 290include/xulrunner/mozISanitizingSerializer.h
286include/xulrunner/mozISpellCheckingEngine.h 291include/xulrunner/mozISpellCheckingEngine.h
287include/xulrunner/mozISpellI18NManager.h 292include/xulrunner/mozISpellI18NManager.h
288include/xulrunner/mozISpellI18NUtil.h 293include/xulrunner/mozISpellI18NUtil.h
289include/xulrunner/mozIStorageAggregateFunction.h 294include/xulrunner/mozIStorageAggregateFunction.h
290include/xulrunner/mozIStorageAsyncStatement.h 295include/xulrunner/mozIStorageAsyncStatement.h
291include/xulrunner/mozIStorageBaseStatement.h 296include/xulrunner/mozIStorageBaseStatement.h
292include/xulrunner/mozIStorageBindingParams.h 297include/xulrunner/mozIStorageBindingParams.h
293include/xulrunner/mozIStorageBindingParamsArray.h 298include/xulrunner/mozIStorageBindingParamsArray.h
@@ -304,57 +309,66 @@ include/xulrunner/mozIStorageServiceQuot @@ -304,57 +309,66 @@ include/xulrunner/mozIStorageServiceQuot
304include/xulrunner/mozIStorageStatement.h 309include/xulrunner/mozIStorageStatement.h
305include/xulrunner/mozIStorageStatementCallback.h 310include/xulrunner/mozIStorageStatementCallback.h
306include/xulrunner/mozIStorageStatementWrapper.h 311include/xulrunner/mozIStorageStatementWrapper.h
307include/xulrunner/mozIStorageVacuumParticipant.h 312include/xulrunner/mozIStorageVacuumParticipant.h
308include/xulrunner/mozIStorageValueArray.h 313include/xulrunner/mozIStorageValueArray.h
309include/xulrunner/mozITXTToHTMLConv.h 314include/xulrunner/mozITXTToHTMLConv.h
310include/xulrunner/mozIThirdPartyUtil.h 315include/xulrunner/mozIThirdPartyUtil.h
311include/xulrunner/mozStorage.h 316include/xulrunner/mozStorage.h
312include/xulrunner/mozStorageCID.h 317include/xulrunner/mozStorageCID.h
313include/xulrunner/mozStorageHelper.h 318include/xulrunner/mozStorageHelper.h
314include/xulrunner/mozcontainer.h 319include/xulrunner/mozcontainer.h
315include/xulrunner/mozilla-config.h 320include/xulrunner/mozilla-config.h
316include/xulrunner/mozilla/AutoRestore.h 321include/xulrunner/mozilla/AutoRestore.h
 322include/xulrunner/mozilla/BaseMargin.h
 323include/xulrunner/mozilla/BasePoint.h
 324include/xulrunner/mozilla/BaseRect.h
 325include/xulrunner/mozilla/BaseSize.h
317include/xulrunner/mozilla/BlockingResourceBase.h 326include/xulrunner/mozilla/BlockingResourceBase.h
318include/xulrunner/mozilla/CondVar.h 327include/xulrunner/mozilla/CondVar.h
319include/xulrunner/mozilla/DeadlockDetector.h 328include/xulrunner/mozilla/DeadlockDetector.h
320include/xulrunner/mozilla/FileUtils.h 329include/xulrunner/mozilla/FileUtils.h
321include/xulrunner/mozilla/FunctionTimer.h 330include/xulrunner/mozilla/FunctionTimer.h
322include/xulrunner/mozilla/GenericFactory.h 331include/xulrunner/mozilla/GenericFactory.h
323include/xulrunner/mozilla/IHistory.h 332include/xulrunner/mozilla/IHistory.h
324include/xulrunner/mozilla/IntentionalCrash.h 333include/xulrunner/mozilla/IntentionalCrash.h
325include/xulrunner/mozilla/Module.h 334include/xulrunner/mozilla/Module.h
326include/xulrunner/mozilla/ModuleLoader.h 335include/xulrunner/mozilla/ModuleLoader.h
327include/xulrunner/mozilla/ModuleUtils.h 336include/xulrunner/mozilla/ModuleUtils.h
328include/xulrunner/mozilla/Monitor.h 337include/xulrunner/mozilla/Monitor.h
329include/xulrunner/mozilla/Mutex.h 338include/xulrunner/mozilla/Mutex.h
330include/xulrunner/mozilla/Omnijar.h 339include/xulrunner/mozilla/Omnijar.h
331include/xulrunner/mozilla/PaintTracker.h 340include/xulrunner/mozilla/PaintTracker.h
332include/xulrunner/mozilla/PluginLibrary.h 341include/xulrunner/mozilla/PluginLibrary.h
333include/xulrunner/mozilla/PluginPRLibrary.h 342include/xulrunner/mozilla/PluginPRLibrary.h
 343include/xulrunner/mozilla/Preferences.h
 344include/xulrunner/mozilla/ReentrantMonitor.h
334include/xulrunner/mozilla/SSE.h 345include/xulrunner/mozilla/SSE.h
335include/xulrunner/mozilla/ServiceList.h 346include/xulrunner/mozilla/ServiceList.h
336include/xulrunner/mozilla/Services.h 347include/xulrunner/mozilla/Services.h
337include/xulrunner/mozilla/TimeStamp.h 348include/xulrunner/mozilla/TimeStamp.h
 349include/xulrunner/mozilla/Types.h
338include/xulrunner/mozilla/Util.h 350include/xulrunner/mozilla/Util.h
 351include/xulrunner/mozilla/WidgetTraceEvent.h
339include/xulrunner/mozilla/X11Util.h 352include/xulrunner/mozilla/X11Util.h
340include/xulrunner/mozilla/XPCOM.h 353include/xulrunner/mozilla/XPCOM.h
341include/xulrunner/mozilla/arm.h 354include/xulrunner/mozilla/arm.h
342include/xulrunner/mozilla/chrome/RegistryMessageUtils.h 355include/xulrunner/mozilla/chrome/RegistryMessageUtils.h
343include/xulrunner/mozilla/css/Declaration.h 356include/xulrunner/mozilla/css/Declaration.h
344include/xulrunner/mozilla/css/GroupRule.h 357include/xulrunner/mozilla/css/GroupRule.h
345include/xulrunner/mozilla/css/ImportRule.h 358include/xulrunner/mozilla/css/ImportRule.h
346include/xulrunner/mozilla/css/Loader.h 359include/xulrunner/mozilla/css/Loader.h
347include/xulrunner/mozilla/css/NameSpaceRule.h 360include/xulrunner/mozilla/css/NameSpaceRule.h
 361include/xulrunner/mozilla/css/Rule.h
348include/xulrunner/mozilla/css/StyleRule.h 362include/xulrunner/mozilla/css/StyleRule.h
349include/xulrunner/mozilla/docshell/OfflineCacheUpdateChild.h 363include/xulrunner/mozilla/docshell/OfflineCacheUpdateChild.h
350include/xulrunner/mozilla/docshell/OfflineCacheUpdateParent.h 364include/xulrunner/mozilla/docshell/OfflineCacheUpdateParent.h
351include/xulrunner/mozilla/dom/AudioChild.h 365include/xulrunner/mozilla/dom/AudioChild.h
352include/xulrunner/mozilla/dom/AudioParent.h 366include/xulrunner/mozilla/dom/AudioParent.h
353include/xulrunner/mozilla/dom/ContentChild.h 367include/xulrunner/mozilla/dom/ContentChild.h
354include/xulrunner/mozilla/dom/ContentParent.h 368include/xulrunner/mozilla/dom/ContentParent.h
355include/xulrunner/mozilla/dom/ContentProcess.h 369include/xulrunner/mozilla/dom/ContentProcess.h
356include/xulrunner/mozilla/dom/CrashReporterChild.h 370include/xulrunner/mozilla/dom/CrashReporterChild.h
357include/xulrunner/mozilla/dom/CrashReporterParent.h 371include/xulrunner/mozilla/dom/CrashReporterParent.h
358include/xulrunner/mozilla/dom/Element.h 372include/xulrunner/mozilla/dom/Element.h
359include/xulrunner/mozilla/dom/ExternalHelperAppChild.h 373include/xulrunner/mozilla/dom/ExternalHelperAppChild.h
360include/xulrunner/mozilla/dom/ExternalHelperAppParent.h 374include/xulrunner/mozilla/dom/ExternalHelperAppParent.h
@@ -485,27 +499,26 @@ ${PLIST.jit}include/xulrunner/njconfig.h @@ -485,27 +499,26 @@ ${PLIST.jit}include/xulrunner/njconfig.h
485${PLIST.jit}include/xulrunner/njcpudetect.h 499${PLIST.jit}include/xulrunner/njcpudetect.h
486include/xulrunner/npapi.h 500include/xulrunner/npapi.h
487include/xulrunner/npfunctions.h 501include/xulrunner/npfunctions.h
488include/xulrunner/npruntime.h 502include/xulrunner/npruntime.h
489include/xulrunner/nptypes.h 503include/xulrunner/nptypes.h
490include/xulrunner/nsAHtml5FragmentParser.h 504include/xulrunner/nsAHtml5FragmentParser.h
491include/xulrunner/nsARIAGridAccessibleWrap.h 505include/xulrunner/nsARIAGridAccessibleWrap.h
492include/xulrunner/nsARIAMap.h 506include/xulrunner/nsARIAMap.h
493include/xulrunner/nsASocketHandler.h 507include/xulrunner/nsASocketHandler.h
494include/xulrunner/nsAString.h 508include/xulrunner/nsAString.h
495include/xulrunner/nsAXPCNativeCallContext.h 509include/xulrunner/nsAXPCNativeCallContext.h
496include/xulrunner/nsAboutProtocolUtils.h 510include/xulrunner/nsAboutProtocolUtils.h
497include/xulrunner/nsAccDocManager.h 511include/xulrunner/nsAccDocManager.h
498include/xulrunner/nsAccelerometer.h 
499include/xulrunner/nsAccessNode.h 512include/xulrunner/nsAccessNode.h
500include/xulrunner/nsAccessNodeWrap.h 513include/xulrunner/nsAccessNodeWrap.h
501include/xulrunner/nsAccessibilityService.h 514include/xulrunner/nsAccessibilityService.h
502include/xulrunner/nsAccessible.h 515include/xulrunner/nsAccessible.h
503include/xulrunner/nsAccessibleRelationWrap.h 516include/xulrunner/nsAccessibleRelationWrap.h
504include/xulrunner/nsAccessibleWrap.h 517include/xulrunner/nsAccessibleWrap.h
505include/xulrunner/nsAgg.h 518include/xulrunner/nsAgg.h
506include/xulrunner/nsAlgorithm.h 519include/xulrunner/nsAlgorithm.h
507include/xulrunner/nsAppDirectoryServiceDefs.h 520include/xulrunner/nsAppDirectoryServiceDefs.h
508include/xulrunner/nsAppShellCID.h 521include/xulrunner/nsAppShellCID.h
509include/xulrunner/nsArrayEnumerator.h 522include/xulrunner/nsArrayEnumerator.h
510include/xulrunner/nsArrayUtils.h 523include/xulrunner/nsArrayUtils.h
511include/xulrunner/nsAsyncRedirectVerifyHelper.h 524include/xulrunner/nsAsyncRedirectVerifyHelper.h
@@ -514,26 +527,27 @@ include/xulrunner/nsAtomService.h @@ -514,26 +527,27 @@ include/xulrunner/nsAtomService.h
514include/xulrunner/nsAtomicRefcnt.h 527include/xulrunner/nsAtomicRefcnt.h
515include/xulrunner/nsAttrName.h 528include/xulrunner/nsAttrName.h
516include/xulrunner/nsAudioAvailableEventManager.h 529include/xulrunner/nsAudioAvailableEventManager.h
517include/xulrunner/nsAudioStream.h 530include/xulrunner/nsAudioStream.h
518include/xulrunner/nsAutoJSValHolder.h 531include/xulrunner/nsAutoJSValHolder.h
519include/xulrunner/nsAutoPtr.h 532include/xulrunner/nsAutoPtr.h
520include/xulrunner/nsAutoRef.h 533include/xulrunner/nsAutoRef.h
521include/xulrunner/nsBaseHashtable.h 534include/xulrunner/nsBaseHashtable.h
522include/xulrunner/nsBidi.h 535include/xulrunner/nsBidi.h
523include/xulrunner/nsBidiFrames.h 536include/xulrunner/nsBidiFrames.h
524include/xulrunner/nsBidiPresUtils.h 537include/xulrunner/nsBidiPresUtils.h
525include/xulrunner/nsBidiUtils.h 538include/xulrunner/nsBidiUtils.h
526include/xulrunner/nsBindingManager.h 539include/xulrunner/nsBindingManager.h
 540include/xulrunner/nsBoundingMetrics.h
527include/xulrunner/nsBuiltinDecoder.h 541include/xulrunner/nsBuiltinDecoder.h
528include/xulrunner/nsBuiltinDecoderReader.h 542include/xulrunner/nsBuiltinDecoderReader.h
529include/xulrunner/nsBuiltinDecoderStateMachine.h 543include/xulrunner/nsBuiltinDecoderStateMachine.h
530include/xulrunner/nsCDefaultURIFixup.h 544include/xulrunner/nsCDefaultURIFixup.h
531include/xulrunner/nsCExternalHandlerService.h 545include/xulrunner/nsCExternalHandlerService.h
532include/xulrunner/nsCOMArray.h 546include/xulrunner/nsCOMArray.h
533include/xulrunner/nsCOMPtr.h 547include/xulrunner/nsCOMPtr.h
534include/xulrunner/nsCPrefetchService.h 548include/xulrunner/nsCPrefetchService.h
535include/xulrunner/nsCRT.h 549include/xulrunner/nsCRT.h
536include/xulrunner/nsCRTGlue.h 550include/xulrunner/nsCRTGlue.h
537include/xulrunner/nsCSSAnonBoxList.h 551include/xulrunner/nsCSSAnonBoxList.h
538include/xulrunner/nsCSSAnonBoxes.h 552include/xulrunner/nsCSSAnonBoxes.h
539include/xulrunner/nsCSSFrameConstructor.h 553include/xulrunner/nsCSSFrameConstructor.h
@@ -591,65 +605,70 @@ include/xulrunner/nsCoreAnimationSupport @@ -591,65 +605,70 @@ include/xulrunner/nsCoreAnimationSupport
591include/xulrunner/nsCppSharedAllocator.h 605include/xulrunner/nsCppSharedAllocator.h
592include/xulrunner/nsCycleCollectionParticipant.h 606include/xulrunner/nsCycleCollectionParticipant.h
593include/xulrunner/nsCycleCollector.h 607include/xulrunner/nsCycleCollector.h
594include/xulrunner/nsCycleCollectorUtils.h 608include/xulrunner/nsCycleCollectorUtils.h
595include/xulrunner/nsDOMCID.h 609include/xulrunner/nsDOMCID.h
596include/xulrunner/nsDOMCSSAttrDeclaration.h 610include/xulrunner/nsDOMCSSAttrDeclaration.h
597include/xulrunner/nsDOMCSSDeclaration.h 611include/xulrunner/nsDOMCSSDeclaration.h
598include/xulrunner/nsDOMClassInfoClasses.h 612include/xulrunner/nsDOMClassInfoClasses.h
599include/xulrunner/nsDOMClassInfoID.h 613include/xulrunner/nsDOMClassInfoID.h
600include/xulrunner/nsDOMError.h 614include/xulrunner/nsDOMError.h
601include/xulrunner/nsDOMEventTargetWrapperCache.h 615include/xulrunner/nsDOMEventTargetWrapperCache.h
602include/xulrunner/nsDOMFile.h 616include/xulrunner/nsDOMFile.h
603include/xulrunner/nsDOMJSUtils.h 617include/xulrunner/nsDOMJSUtils.h
 618include/xulrunner/nsDOMMediaQueryList.h
604include/xulrunner/nsDOMScriptObjectHolder.h 619include/xulrunner/nsDOMScriptObjectHolder.h
605include/xulrunner/nsDOMString.h 620include/xulrunner/nsDOMString.h
606include/xulrunner/nsDataHashtable.h 621include/xulrunner/nsDataHashtable.h
607include/xulrunner/nsDateTimeFormatCID.h 622include/xulrunner/nsDateTimeFormatCID.h
608include/xulrunner/nsDebug.h 623include/xulrunner/nsDebug.h
609include/xulrunner/nsDebugImpl.h 624include/xulrunner/nsDebugImpl.h
610include/xulrunner/nsDependentString.h 625include/xulrunner/nsDependentString.h
611include/xulrunner/nsDependentSubstring.h 626include/xulrunner/nsDependentSubstring.h
612include/xulrunner/nsDeque.h 627include/xulrunner/nsDeque.h
613include/xulrunner/nsDetectionConfident.h 628include/xulrunner/nsDetectionConfident.h
 629include/xulrunner/nsDeviceContext.h
 630include/xulrunner/nsDeviceMotion.h
614include/xulrunner/nsDirectoryService.h 631include/xulrunner/nsDirectoryService.h
615include/xulrunner/nsDirectoryServiceAtomList.h 632include/xulrunner/nsDirectoryServiceAtomList.h
616include/xulrunner/nsDirectoryServiceDefs.h 633include/xulrunner/nsDirectoryServiceDefs.h
617include/xulrunner/nsDirectoryServiceUtils.h 634include/xulrunner/nsDirectoryServiceUtils.h
618include/xulrunner/nsDisplayItemTypes.h 635include/xulrunner/nsDisplayItemTypes.h
619include/xulrunner/nsDisplayList.h 636include/xulrunner/nsDisplayList.h
620include/xulrunner/nsDocAccessibleWrap.h 637include/xulrunner/nsDocAccessibleWrap.h
621include/xulrunner/nsDocLoader.h 638include/xulrunner/nsDocLoader.h
622include/xulrunner/nsDocShellCID.h 639include/xulrunner/nsDocShellCID.h
623include/xulrunner/nsDocShellLoadTypes.h 640include/xulrunner/nsDocShellLoadTypes.h
624include/xulrunner/nsDocumentCharsetInfoCID.h 641include/xulrunner/nsDocumentCharsetInfoCID.h
625include/xulrunner/nsDoubleHashtable.h 642include/xulrunner/nsDoubleHashtable.h
626include/xulrunner/nsEditorCID.h 643include/xulrunner/nsEditorCID.h
627include/xulrunner/nsEmbedCID.h 644include/xulrunner/nsEmbedCID.h
628include/xulrunner/nsEmbedString.h 645include/xulrunner/nsEmbedString.h
629include/xulrunner/nsEncoderDecoderUtils.h 646include/xulrunner/nsEncoderDecoderUtils.h
630include/xulrunner/nsEnumeratorUtils.h 647include/xulrunner/nsEnumeratorUtils.h
631include/xulrunner/nsError.h 648include/xulrunner/nsError.h
632include/xulrunner/nsEscape.h 649include/xulrunner/nsEscape.h
633include/xulrunner/nsEvent.h 650include/xulrunner/nsEvent.h
634include/xulrunner/nsEventDispatcher.h 651include/xulrunner/nsEventDispatcher.h
635include/xulrunner/nsEventQueue.h 652include/xulrunner/nsEventQueue.h
 653include/xulrunner/nsEventStateManager.h
636include/xulrunner/nsEventStates.h 654include/xulrunner/nsEventStates.h
637include/xulrunner/nsExpirationTracker.h 655include/xulrunner/nsExpirationTracker.h
638include/xulrunner/nsExternalHelperAppService.h 656include/xulrunner/nsExternalHelperAppService.h
639include/xulrunner/nsFastLoadService.h 657include/xulrunner/nsFastLoadService.h
640include/xulrunner/nsFixedSizeAllocator.h 658include/xulrunner/nsFixedSizeAllocator.h
641include/xulrunner/nsFocusManager.h 659include/xulrunner/nsFocusManager.h
642include/xulrunner/nsFont.h 660include/xulrunner/nsFont.h
 661include/xulrunner/nsFontMetrics.h
643include/xulrunner/nsFormSubmission.h 662include/xulrunner/nsFormSubmission.h
644include/xulrunner/nsFrameList.h 663include/xulrunner/nsFrameList.h
645include/xulrunner/nsFrameManager.h 664include/xulrunner/nsFrameManager.h
646include/xulrunner/nsFrameManagerBase.h 665include/xulrunner/nsFrameManagerBase.h
647include/xulrunner/nsFrameSelection.h 666include/xulrunner/nsFrameSelection.h
648include/xulrunner/nsFrameTraversal.h 667include/xulrunner/nsFrameTraversal.h
649include/xulrunner/nsGTKToolkit.h 668include/xulrunner/nsGTKToolkit.h
650include/xulrunner/nsGUIEvent.h 669include/xulrunner/nsGUIEvent.h
651include/xulrunner/nsGeoPosition.h 670include/xulrunner/nsGeoPosition.h
652include/xulrunner/nsGeoPositionIPCSerialiser.h 671include/xulrunner/nsGeoPositionIPCSerialiser.h
653include/xulrunner/nsGfxCIID.h 672include/xulrunner/nsGfxCIID.h
654include/xulrunner/nsGkAtomList.h 673include/xulrunner/nsGkAtomList.h
655include/xulrunner/nsGkAtoms.h 674include/xulrunner/nsGkAtoms.h
@@ -677,32 +696,33 @@ include/xulrunner/nsHTMLTokens.h @@ -677,32 +696,33 @@ include/xulrunner/nsHTMLTokens.h
677include/xulrunner/nsHTMLVideoElement.h 696include/xulrunner/nsHTMLVideoElement.h
678include/xulrunner/nsHashKeys.h 697include/xulrunner/nsHashKeys.h
679include/xulrunner/nsHashPropertyBag.h 698include/xulrunner/nsHashPropertyBag.h
680include/xulrunner/nsHashSets.h 699include/xulrunner/nsHashSets.h
681include/xulrunner/nsHashtable.h 700include/xulrunner/nsHashtable.h
682include/xulrunner/nsHtml5Module.h 701include/xulrunner/nsHtml5Module.h
683include/xulrunner/nsHtml5SVGLoadDispatcher.h 702include/xulrunner/nsHtml5SVGLoadDispatcher.h
684include/xulrunner/nsHttp.h 703include/xulrunner/nsHttp.h
685include/xulrunner/nsHttpAtomList.h 704include/xulrunner/nsHttpAtomList.h
686include/xulrunner/nsHttpHeaderArray.h 705include/xulrunner/nsHttpHeaderArray.h
687include/xulrunner/nsHttpResponseHead.h 706include/xulrunner/nsHttpResponseHead.h
688include/xulrunner/nsHyperTextAccessible.h 707include/xulrunner/nsHyperTextAccessible.h
689include/xulrunner/nsHyperTextAccessibleWrap.h 708include/xulrunner/nsHyperTextAccessibleWrap.h
 709include/xulrunner/nsHyphenationManager.h
 710include/xulrunner/nsHyphenator.h
690include/xulrunner/nsIASN1Object.h 711include/xulrunner/nsIASN1Object.h
691include/xulrunner/nsIASN1PrintableItem.h 712include/xulrunner/nsIASN1PrintableItem.h
692include/xulrunner/nsIASN1Sequence.h 713include/xulrunner/nsIASN1Sequence.h
693include/xulrunner/nsIASN1Tree.h 714include/xulrunner/nsIASN1Tree.h
694include/xulrunner/nsIAboutModule.h 715include/xulrunner/nsIAboutModule.h
695include/xulrunner/nsIAccelerometer.h 
696include/xulrunner/nsIAccessNode.h 716include/xulrunner/nsIAccessNode.h
697include/xulrunner/nsIAccessibilityService.h 717include/xulrunner/nsIAccessibilityService.h
698include/xulrunner/nsIAccessible.h 718include/xulrunner/nsIAccessible.h
699include/xulrunner/nsIAccessibleApplication.h 719include/xulrunner/nsIAccessibleApplication.h
700include/xulrunner/nsIAccessibleDocument.h 720include/xulrunner/nsIAccessibleDocument.h
701include/xulrunner/nsIAccessibleEditableText.h 721include/xulrunner/nsIAccessibleEditableText.h
702include/xulrunner/nsIAccessibleEvent.h 722include/xulrunner/nsIAccessibleEvent.h
703include/xulrunner/nsIAccessibleHyperLink.h 723include/xulrunner/nsIAccessibleHyperLink.h
704include/xulrunner/nsIAccessibleHyperText.h 724include/xulrunner/nsIAccessibleHyperText.h
705include/xulrunner/nsIAccessibleImage.h 725include/xulrunner/nsIAccessibleImage.h
706include/xulrunner/nsIAccessibleProvider.h 726include/xulrunner/nsIAccessibleProvider.h
707include/xulrunner/nsIAccessibleRelation.h 727include/xulrunner/nsIAccessibleRelation.h
708include/xulrunner/nsIAccessibleRetrieval.h 728include/xulrunner/nsIAccessibleRetrieval.h
@@ -766,27 +786,26 @@ include/xulrunner/nsIBufferedStreams.h @@ -766,27 +786,26 @@ include/xulrunner/nsIBufferedStreams.h
766include/xulrunner/nsIByteBuffer.h 786include/xulrunner/nsIByteBuffer.h
767include/xulrunner/nsIByteRangeRequest.h 787include/xulrunner/nsIByteRangeRequest.h
768include/xulrunner/nsICMSDecoder.h 788include/xulrunner/nsICMSDecoder.h
769include/xulrunner/nsICMSEncoder.h 789include/xulrunner/nsICMSEncoder.h
770include/xulrunner/nsICMSMessage.h 790include/xulrunner/nsICMSMessage.h
771include/xulrunner/nsICMSMessage2.h 791include/xulrunner/nsICMSMessage2.h
772include/xulrunner/nsICMSMessageErrors.h 792include/xulrunner/nsICMSMessageErrors.h
773include/xulrunner/nsICMSSecureMessage.h 793include/xulrunner/nsICMSSecureMessage.h
774include/xulrunner/nsICRLInfo.h 794include/xulrunner/nsICRLInfo.h
775include/xulrunner/nsICRLManager.h 795include/xulrunner/nsICRLManager.h
776include/xulrunner/nsICSSDeclaration.h 796include/xulrunner/nsICSSDeclaration.h
777include/xulrunner/nsICSSLoaderObserver.h 797include/xulrunner/nsICSSLoaderObserver.h
778include/xulrunner/nsICSSPseudoComparator.h 798include/xulrunner/nsICSSPseudoComparator.h
779include/xulrunner/nsICSSRule.h 
780include/xulrunner/nsICSSRuleList.h 799include/xulrunner/nsICSSRuleList.h
781include/xulrunner/nsICSSStyleRuleDOMWrapper.h 800include/xulrunner/nsICSSStyleRuleDOMWrapper.h
782include/xulrunner/nsICache.h 801include/xulrunner/nsICache.h
783include/xulrunner/nsICacheEntryDescriptor.h 802include/xulrunner/nsICacheEntryDescriptor.h
784include/xulrunner/nsICacheInfoChannel.h 803include/xulrunner/nsICacheInfoChannel.h
785include/xulrunner/nsICacheListener.h 804include/xulrunner/nsICacheListener.h
786include/xulrunner/nsICacheService.h 805include/xulrunner/nsICacheService.h
787include/xulrunner/nsICacheSession.h 806include/xulrunner/nsICacheSession.h
788include/xulrunner/nsICacheVisitor.h 807include/xulrunner/nsICacheVisitor.h
789include/xulrunner/nsICachingChannel.h 808include/xulrunner/nsICachingChannel.h
790include/xulrunner/nsICancelable.h 809include/xulrunner/nsICancelable.h
791include/xulrunner/nsICanvasElementExternal.h 810include/xulrunner/nsICanvasElementExternal.h
792include/xulrunner/nsICanvasGLPrivate.h 811include/xulrunner/nsICanvasGLPrivate.h
@@ -839,27 +858,26 @@ include/xulrunner/nsIContainerBoxObject. @@ -839,27 +858,26 @@ include/xulrunner/nsIContainerBoxObject.
839include/xulrunner/nsIContent.h 858include/xulrunner/nsIContent.h
840include/xulrunner/nsIContentDispatchChooser.h 859include/xulrunner/nsIContentDispatchChooser.h
841include/xulrunner/nsIContentFilter.h 860include/xulrunner/nsIContentFilter.h
842include/xulrunner/nsIContentHandler.h 861include/xulrunner/nsIContentHandler.h
843include/xulrunner/nsIContentIterator.h 862include/xulrunner/nsIContentIterator.h
844include/xulrunner/nsIContentPermissionPrompt.h 863include/xulrunner/nsIContentPermissionPrompt.h
845include/xulrunner/nsIContentPolicy.h 864include/xulrunner/nsIContentPolicy.h
846include/xulrunner/nsIContentPrefService.h 865include/xulrunner/nsIContentPrefService.h
847include/xulrunner/nsIContentSecurityPolicy.h 866include/xulrunner/nsIContentSecurityPolicy.h
848include/xulrunner/nsIContentSerializer.h 867include/xulrunner/nsIContentSerializer.h
849include/xulrunner/nsIContentSink.h 868include/xulrunner/nsIContentSink.h
850include/xulrunner/nsIContentSniffer.h 869include/xulrunner/nsIContentSniffer.h
851include/xulrunner/nsIContentURIGrouper.h 870include/xulrunner/nsIContentURIGrouper.h
852include/xulrunner/nsIContentUtils.h 
853include/xulrunner/nsIContentViewer.h 871include/xulrunner/nsIContentViewer.h
854include/xulrunner/nsIContentViewerContainer.h 872include/xulrunner/nsIContentViewerContainer.h
855include/xulrunner/nsIContentViewerEdit.h 873include/xulrunner/nsIContentViewerEdit.h
856include/xulrunner/nsIContentViewerFile.h 874include/xulrunner/nsIContentViewerFile.h
857include/xulrunner/nsIContextMenuListener.h 875include/xulrunner/nsIContextMenuListener.h
858include/xulrunner/nsIContextMenuListener2.h 876include/xulrunner/nsIContextMenuListener2.h
859include/xulrunner/nsIController.h 877include/xulrunner/nsIController.h
860include/xulrunner/nsIControllerCommand.h 878include/xulrunner/nsIControllerCommand.h
861include/xulrunner/nsIControllerCommandTable.h 879include/xulrunner/nsIControllerCommandTable.h
862include/xulrunner/nsIControllerContext.h 880include/xulrunner/nsIControllerContext.h
863include/xulrunner/nsIControllers.h 881include/xulrunner/nsIControllers.h
864include/xulrunner/nsIConverterInputStream.h 882include/xulrunner/nsIConverterInputStream.h
865include/xulrunner/nsIConverterOutputStream.h 883include/xulrunner/nsIConverterOutputStream.h
@@ -871,32 +889,30 @@ include/xulrunner/nsICookieManager2.h @@ -871,32 +889,30 @@ include/xulrunner/nsICookieManager2.h
871include/xulrunner/nsICookiePermission.h 889include/xulrunner/nsICookiePermission.h
872include/xulrunner/nsICookiePromptService.h 890include/xulrunner/nsICookiePromptService.h
873include/xulrunner/nsICookieService.h 891include/xulrunner/nsICookieService.h
874include/xulrunner/nsICryptoFIPSInfo.h 892include/xulrunner/nsICryptoFIPSInfo.h
875include/xulrunner/nsICryptoHMAC.h 893include/xulrunner/nsICryptoHMAC.h
876include/xulrunner/nsICryptoHash.h 894include/xulrunner/nsICryptoHash.h
877include/xulrunner/nsICurrentCharsetListener.h 895include/xulrunner/nsICurrentCharsetListener.h
878include/xulrunner/nsICycleCollectorListener.h 896include/xulrunner/nsICycleCollectorListener.h
879include/xulrunner/nsID.h 897include/xulrunner/nsID.h
880include/xulrunner/nsIDNSListener.h 898include/xulrunner/nsIDNSListener.h
881include/xulrunner/nsIDNSRecord.h 899include/xulrunner/nsIDNSRecord.h
882include/xulrunner/nsIDNSService.h 900include/xulrunner/nsIDNSService.h
883include/xulrunner/nsIDOM3Attr.h 901include/xulrunner/nsIDOM3Attr.h
884include/xulrunner/nsIDOM3DocumentEvent.h 
885include/xulrunner/nsIDOM3EventTarget.h 902include/xulrunner/nsIDOM3EventTarget.h
886include/xulrunner/nsIDOM3Node.h 903include/xulrunner/nsIDOM3Node.h
887include/xulrunner/nsIDOM3Text.h 904include/xulrunner/nsIDOM3Text.h
888include/xulrunner/nsIDOM3TypeInfo.h 905include/xulrunner/nsIDOM3TypeInfo.h
889include/xulrunner/nsIDOMAbstractView.h 
890include/xulrunner/nsIDOMAnimationEvent.h 906include/xulrunner/nsIDOMAnimationEvent.h
891include/xulrunner/nsIDOMAttr.h 907include/xulrunner/nsIDOMAttr.h
892include/xulrunner/nsIDOMBarProp.h 908include/xulrunner/nsIDOMBarProp.h
893include/xulrunner/nsIDOMBeforeUnloadEvent.h 909include/xulrunner/nsIDOMBeforeUnloadEvent.h
894include/xulrunner/nsIDOMCDATASection.h 910include/xulrunner/nsIDOMCDATASection.h
895include/xulrunner/nsIDOMCRMFObject.h 911include/xulrunner/nsIDOMCRMFObject.h
896include/xulrunner/nsIDOMCSS2Properties.h 912include/xulrunner/nsIDOMCSS2Properties.h
897include/xulrunner/nsIDOMCSSCharsetRule.h 913include/xulrunner/nsIDOMCSSCharsetRule.h
898include/xulrunner/nsIDOMCSSFontFaceRule.h 914include/xulrunner/nsIDOMCSSFontFaceRule.h
899include/xulrunner/nsIDOMCSSImportRule.h 915include/xulrunner/nsIDOMCSSImportRule.h
900include/xulrunner/nsIDOMCSSMediaRule.h 916include/xulrunner/nsIDOMCSSMediaRule.h
901include/xulrunner/nsIDOMCSSMozDocumentRule.h 917include/xulrunner/nsIDOMCSSMozDocumentRule.h
902include/xulrunner/nsIDOMCSSPageRule.h 918include/xulrunner/nsIDOMCSSPageRule.h
@@ -915,44 +931,43 @@ include/xulrunner/nsIDOMChromeWindow.h @@ -915,44 +931,43 @@ include/xulrunner/nsIDOMChromeWindow.h
915include/xulrunner/nsIDOMClassInfo.h 931include/xulrunner/nsIDOMClassInfo.h
916include/xulrunner/nsIDOMClientInformation.h 932include/xulrunner/nsIDOMClientInformation.h
917include/xulrunner/nsIDOMClientRect.h 933include/xulrunner/nsIDOMClientRect.h
918include/xulrunner/nsIDOMClientRectList.h 934include/xulrunner/nsIDOMClientRectList.h
919include/xulrunner/nsIDOMCloseEvent.h 935include/xulrunner/nsIDOMCloseEvent.h
920include/xulrunner/nsIDOMCommandEvent.h 936include/xulrunner/nsIDOMCommandEvent.h
921include/xulrunner/nsIDOMComment.h 937include/xulrunner/nsIDOMComment.h
922include/xulrunner/nsIDOMCompositionListener.h 938include/xulrunner/nsIDOMCompositionListener.h
923include/xulrunner/nsIDOMConstructor.h 939include/xulrunner/nsIDOMConstructor.h
924include/xulrunner/nsIDOMContextMenuListener.h 940include/xulrunner/nsIDOMContextMenuListener.h
925include/xulrunner/nsIDOMCounter.h 941include/xulrunner/nsIDOMCounter.h
926include/xulrunner/nsIDOMCrypto.h 942include/xulrunner/nsIDOMCrypto.h
927include/xulrunner/nsIDOMCryptoDialogs.h 943include/xulrunner/nsIDOMCryptoDialogs.h
928include/xulrunner/nsIDOMDOMConfiguration.h 944include/xulrunner/nsIDOMCustomEvent.h
929include/xulrunner/nsIDOMDOMException.h 945include/xulrunner/nsIDOMDOMException.h
930include/xulrunner/nsIDOMDOMImplementation.h 946include/xulrunner/nsIDOMDOMImplementation.h
931include/xulrunner/nsIDOMDOMSettableTokenList.h 947include/xulrunner/nsIDOMDOMSettableTokenList.h
932include/xulrunner/nsIDOMDOMStringList.h 948include/xulrunner/nsIDOMDOMStringList.h
 949include/xulrunner/nsIDOMDOMStringMap.h
933include/xulrunner/nsIDOMDOMTokenList.h 950include/xulrunner/nsIDOMDOMTokenList.h
934include/xulrunner/nsIDOMDataContainerEvent.h 951include/xulrunner/nsIDOMDataContainerEvent.h
935include/xulrunner/nsIDOMDataTransfer.h 952include/xulrunner/nsIDOMDataTransfer.h
936include/xulrunner/nsIDOMDesktopNotification.h 953include/xulrunner/nsIDOMDesktopNotification.h
 954include/xulrunner/nsIDOMDeviceMotionEvent.h
 955include/xulrunner/nsIDOMDeviceOrientationEvent.h
937include/xulrunner/nsIDOMDocument.h 956include/xulrunner/nsIDOMDocument.h
938include/xulrunner/nsIDOMDocumentCSS.h 957include/xulrunner/nsIDOMDocumentCSS.h
939include/xulrunner/nsIDOMDocumentEvent.h 
940include/xulrunner/nsIDOMDocumentFragment.h 958include/xulrunner/nsIDOMDocumentFragment.h
941include/xulrunner/nsIDOMDocumentRange.h 
942include/xulrunner/nsIDOMDocumentStyle.h 959include/xulrunner/nsIDOMDocumentStyle.h
943include/xulrunner/nsIDOMDocumentTraversal.h 
944include/xulrunner/nsIDOMDocumentType.h 960include/xulrunner/nsIDOMDocumentType.h
945include/xulrunner/nsIDOMDocumentView.h 
946include/xulrunner/nsIDOMDocumentXBL.h 961include/xulrunner/nsIDOMDocumentXBL.h
947include/xulrunner/nsIDOMDragEvent.h 962include/xulrunner/nsIDOMDragEvent.h
948include/xulrunner/nsIDOMElement.h 963include/xulrunner/nsIDOMElement.h
949include/xulrunner/nsIDOMElementCSSInlineStyle.h 964include/xulrunner/nsIDOMElementCSSInlineStyle.h
950include/xulrunner/nsIDOMElementTimeControl.h 965include/xulrunner/nsIDOMElementTimeControl.h
951include/xulrunner/nsIDOMEntity.h 966include/xulrunner/nsIDOMEntity.h
952include/xulrunner/nsIDOMEntityReference.h 967include/xulrunner/nsIDOMEntityReference.h
953include/xulrunner/nsIDOMEvent.h 968include/xulrunner/nsIDOMEvent.h
954include/xulrunner/nsIDOMEventException.h 969include/xulrunner/nsIDOMEventException.h
955include/xulrunner/nsIDOMEventGroup.h 970include/xulrunner/nsIDOMEventGroup.h
956include/xulrunner/nsIDOMEventListener.h 971include/xulrunner/nsIDOMEventListener.h
957include/xulrunner/nsIDOMEventTarget.h 972include/xulrunner/nsIDOMEventTarget.h
958include/xulrunner/nsIDOMFile.h 973include/xulrunner/nsIDOMFile.h
@@ -1012,53 +1027,56 @@ include/xulrunner/nsIDOMHTMLMapElement.h @@ -1012,53 +1027,56 @@ include/xulrunner/nsIDOMHTMLMapElement.h
1012include/xulrunner/nsIDOMHTMLMediaElement.h 1027include/xulrunner/nsIDOMHTMLMediaElement.h
1013include/xulrunner/nsIDOMHTMLMenuElement.h 1028include/xulrunner/nsIDOMHTMLMenuElement.h
1014include/xulrunner/nsIDOMHTMLMetaElement.h 1029include/xulrunner/nsIDOMHTMLMetaElement.h
1015include/xulrunner/nsIDOMHTMLModElement.h 1030include/xulrunner/nsIDOMHTMLModElement.h
1016include/xulrunner/nsIDOMHTMLOListElement.h 1031include/xulrunner/nsIDOMHTMLOListElement.h
1017include/xulrunner/nsIDOMHTMLObjectElement.h 1032include/xulrunner/nsIDOMHTMLObjectElement.h
1018include/xulrunner/nsIDOMHTMLOptGroupElement.h 1033include/xulrunner/nsIDOMHTMLOptGroupElement.h
1019include/xulrunner/nsIDOMHTMLOptionElement.h 1034include/xulrunner/nsIDOMHTMLOptionElement.h
1020include/xulrunner/nsIDOMHTMLOptionsCollection.h 1035include/xulrunner/nsIDOMHTMLOptionsCollection.h
1021include/xulrunner/nsIDOMHTMLOutputElement.h 1036include/xulrunner/nsIDOMHTMLOutputElement.h
1022include/xulrunner/nsIDOMHTMLParagraphElement.h 1037include/xulrunner/nsIDOMHTMLParagraphElement.h
1023include/xulrunner/nsIDOMHTMLParamElement.h 1038include/xulrunner/nsIDOMHTMLParamElement.h
1024include/xulrunner/nsIDOMHTMLPreElement.h 1039include/xulrunner/nsIDOMHTMLPreElement.h
 1040include/xulrunner/nsIDOMHTMLProgressElement.h
1025include/xulrunner/nsIDOMHTMLQuoteElement.h 1041include/xulrunner/nsIDOMHTMLQuoteElement.h
1026include/xulrunner/nsIDOMHTMLScriptElement.h 1042include/xulrunner/nsIDOMHTMLScriptElement.h
1027include/xulrunner/nsIDOMHTMLSelectElement.h 1043include/xulrunner/nsIDOMHTMLSelectElement.h
1028include/xulrunner/nsIDOMHTMLSourceElement.h 1044include/xulrunner/nsIDOMHTMLSourceElement.h
1029include/xulrunner/nsIDOMHTMLStyleElement.h 1045include/xulrunner/nsIDOMHTMLStyleElement.h
1030include/xulrunner/nsIDOMHTMLTableCaptionElem.h 1046include/xulrunner/nsIDOMHTMLTableCaptionElem.h
1031include/xulrunner/nsIDOMHTMLTableCellElement.h 1047include/xulrunner/nsIDOMHTMLTableCellElement.h
1032include/xulrunner/nsIDOMHTMLTableColElement.h 1048include/xulrunner/nsIDOMHTMLTableColElement.h
1033include/xulrunner/nsIDOMHTMLTableElement.h 1049include/xulrunner/nsIDOMHTMLTableElement.h
1034include/xulrunner/nsIDOMHTMLTableRowElement.h 1050include/xulrunner/nsIDOMHTMLTableRowElement.h
1035include/xulrunner/nsIDOMHTMLTableSectionElem.h 1051include/xulrunner/nsIDOMHTMLTableSectionElem.h
1036include/xulrunner/nsIDOMHTMLTextAreaElement.h 1052include/xulrunner/nsIDOMHTMLTextAreaElement.h
1037include/xulrunner/nsIDOMHTMLTitleElement.h 1053include/xulrunner/nsIDOMHTMLTitleElement.h
1038include/xulrunner/nsIDOMHTMLUListElement.h 1054include/xulrunner/nsIDOMHTMLUListElement.h
1039include/xulrunner/nsIDOMHTMLUnknownElement.h 1055include/xulrunner/nsIDOMHTMLUnknownElement.h
1040include/xulrunner/nsIDOMHTMLVideoElement.h 1056include/xulrunner/nsIDOMHTMLVideoElement.h
 1057include/xulrunner/nsIDOMHashChangeEvent.h
1041include/xulrunner/nsIDOMHistory.h 1058include/xulrunner/nsIDOMHistory.h
1042include/xulrunner/nsIDOMJSWindow.h 1059include/xulrunner/nsIDOMJSWindow.h
1043include/xulrunner/nsIDOMKeyEvent.h 1060include/xulrunner/nsIDOMKeyEvent.h
1044include/xulrunner/nsIDOMKeyListener.h 1061include/xulrunner/nsIDOMKeyListener.h
1045include/xulrunner/nsIDOMLSProgressEvent.h 1062include/xulrunner/nsIDOMLSProgressEvent.h
1046include/xulrunner/nsIDOMLinkStyle.h 1063include/xulrunner/nsIDOMLinkStyle.h
1047include/xulrunner/nsIDOMLoadListener.h 1064include/xulrunner/nsIDOMLoadListener.h
1048include/xulrunner/nsIDOMLoadStatus.h 1065include/xulrunner/nsIDOMLoadStatus.h
1049include/xulrunner/nsIDOMLocation.h 1066include/xulrunner/nsIDOMLocation.h
1050include/xulrunner/nsIDOMMediaError.h 1067include/xulrunner/nsIDOMMediaError.h
1051include/xulrunner/nsIDOMMediaList.h 1068include/xulrunner/nsIDOMMediaList.h
 1069include/xulrunner/nsIDOMMediaQueryList.h
1052include/xulrunner/nsIDOMMessageEvent.h 1070include/xulrunner/nsIDOMMessageEvent.h
1053include/xulrunner/nsIDOMMimeType.h 1071include/xulrunner/nsIDOMMimeType.h
1054include/xulrunner/nsIDOMMimeTypeArray.h 1072include/xulrunner/nsIDOMMimeTypeArray.h
1055include/xulrunner/nsIDOMModalContentWindow.h 1073include/xulrunner/nsIDOMModalContentWindow.h
1056include/xulrunner/nsIDOMMouseEvent.h 1074include/xulrunner/nsIDOMMouseEvent.h
1057include/xulrunner/nsIDOMMouseListener.h 1075include/xulrunner/nsIDOMMouseListener.h
1058include/xulrunner/nsIDOMMouseMotionListener.h 1076include/xulrunner/nsIDOMMouseMotionListener.h
1059include/xulrunner/nsIDOMMouseScrollEvent.h 1077include/xulrunner/nsIDOMMouseScrollEvent.h
1060include/xulrunner/nsIDOMMozCSSKeyframeRule.h 1078include/xulrunner/nsIDOMMozCSSKeyframeRule.h
1061include/xulrunner/nsIDOMMozCSSKeyframesRule.h 1079include/xulrunner/nsIDOMMozCSSKeyframesRule.h
1062include/xulrunner/nsIDOMMozTouchEvent.h 1080include/xulrunner/nsIDOMMozTouchEvent.h
1063include/xulrunner/nsIDOMMutationEvent.h 1081include/xulrunner/nsIDOMMutationEvent.h
1064include/xulrunner/nsIDOMNSDocument.h 1082include/xulrunner/nsIDOMNSDocument.h
@@ -1084,27 +1102,26 @@ include/xulrunner/nsIDOMNameList.h @@ -1084,27 +1102,26 @@ include/xulrunner/nsIDOMNameList.h
1084include/xulrunner/nsIDOMNamedNodeMap.h 1102include/xulrunner/nsIDOMNamedNodeMap.h
1085include/xulrunner/nsIDOMNavigator.h 1103include/xulrunner/nsIDOMNavigator.h
1086include/xulrunner/nsIDOMNavigatorDesktopNotification.h 1104include/xulrunner/nsIDOMNavigatorDesktopNotification.h
1087include/xulrunner/nsIDOMNavigatorGeolocation.h 1105include/xulrunner/nsIDOMNavigatorGeolocation.h
1088include/xulrunner/nsIDOMNode.h 1106include/xulrunner/nsIDOMNode.h
1089include/xulrunner/nsIDOMNodeFilter.h 1107include/xulrunner/nsIDOMNodeFilter.h
1090include/xulrunner/nsIDOMNodeIterator.h 1108include/xulrunner/nsIDOMNodeIterator.h
1091include/xulrunner/nsIDOMNodeList.h 1109include/xulrunner/nsIDOMNodeList.h
1092include/xulrunner/nsIDOMNodeSelector.h 1110include/xulrunner/nsIDOMNodeSelector.h
1093include/xulrunner/nsIDOMNotation.h 1111include/xulrunner/nsIDOMNotation.h
1094include/xulrunner/nsIDOMNotifyAudioAvailableEvent.h 1112include/xulrunner/nsIDOMNotifyAudioAvailableEvent.h
1095include/xulrunner/nsIDOMNotifyPaintEvent.h 1113include/xulrunner/nsIDOMNotifyPaintEvent.h
1096include/xulrunner/nsIDOMOfflineResourceList.h 1114include/xulrunner/nsIDOMOfflineResourceList.h
1097include/xulrunner/nsIDOMOrientationEvent.h 
1098include/xulrunner/nsIDOMPageTransitionEvent.h 1115include/xulrunner/nsIDOMPageTransitionEvent.h
1099include/xulrunner/nsIDOMPaintRequest.h 1116include/xulrunner/nsIDOMPaintRequest.h
1100include/xulrunner/nsIDOMPaintRequestList.h 1117include/xulrunner/nsIDOMPaintRequestList.h
1101include/xulrunner/nsIDOMParser.h 1118include/xulrunner/nsIDOMParser.h
1102include/xulrunner/nsIDOMPkcs11.h 1119include/xulrunner/nsIDOMPkcs11.h
1103include/xulrunner/nsIDOMPlugin.h 1120include/xulrunner/nsIDOMPlugin.h
1104include/xulrunner/nsIDOMPluginArray.h 1121include/xulrunner/nsIDOMPluginArray.h
1105include/xulrunner/nsIDOMPopStateEvent.h 1122include/xulrunner/nsIDOMPopStateEvent.h
1106include/xulrunner/nsIDOMPopupBlockedEvent.h 1123include/xulrunner/nsIDOMPopupBlockedEvent.h
1107include/xulrunner/nsIDOMProcessingInstruction.h 1124include/xulrunner/nsIDOMProcessingInstruction.h
1108include/xulrunner/nsIDOMProgressEvent.h 1125include/xulrunner/nsIDOMProgressEvent.h
1109include/xulrunner/nsIDOMRGBColor.h 1126include/xulrunner/nsIDOMRGBColor.h
1110include/xulrunner/nsIDOMRange.h 1127include/xulrunner/nsIDOMRange.h
@@ -1204,33 +1221,33 @@ include/xulrunner/nsIDOMStorageEventObso @@ -1204,33 +1221,33 @@ include/xulrunner/nsIDOMStorageEventObso
1204include/xulrunner/nsIDOMStorageIndexedDB.h 1221include/xulrunner/nsIDOMStorageIndexedDB.h
1205include/xulrunner/nsIDOMStorageItem.h 1222include/xulrunner/nsIDOMStorageItem.h
1206include/xulrunner/nsIDOMStorageList.h 1223include/xulrunner/nsIDOMStorageList.h
1207include/xulrunner/nsIDOMStorageManager.h 1224include/xulrunner/nsIDOMStorageManager.h
1208include/xulrunner/nsIDOMStorageObsolete.h 1225include/xulrunner/nsIDOMStorageObsolete.h
1209include/xulrunner/nsIDOMStorageWindow.h 1226include/xulrunner/nsIDOMStorageWindow.h
1210include/xulrunner/nsIDOMStyleSheet.h 1227include/xulrunner/nsIDOMStyleSheet.h
1211include/xulrunner/nsIDOMStyleSheetList.h 1228include/xulrunner/nsIDOMStyleSheetList.h
1212include/xulrunner/nsIDOMText.h 1229include/xulrunner/nsIDOMText.h
1213include/xulrunner/nsIDOMTextListener.h 1230include/xulrunner/nsIDOMTextListener.h
1214include/xulrunner/nsIDOMTimeEvent.h 1231include/xulrunner/nsIDOMTimeEvent.h
1215include/xulrunner/nsIDOMTimeRanges.h 1232include/xulrunner/nsIDOMTimeRanges.h
1216include/xulrunner/nsIDOMToString.h 1233include/xulrunner/nsIDOMToString.h
 1234include/xulrunner/nsIDOMTouchEvent.h
1217include/xulrunner/nsIDOMTransitionEvent.h 1235include/xulrunner/nsIDOMTransitionEvent.h
1218include/xulrunner/nsIDOMTreeWalker.h 1236include/xulrunner/nsIDOMTreeWalker.h
1219include/xulrunner/nsIDOMUIEvent.h 1237include/xulrunner/nsIDOMUIEvent.h
1220include/xulrunner/nsIDOMUIListener.h 1238include/xulrunner/nsIDOMUIListener.h
1221include/xulrunner/nsIDOMUserDataHandler.h 1239include/xulrunner/nsIDOMUserDataHandler.h
1222include/xulrunner/nsIDOMValidityState.h 1240include/xulrunner/nsIDOMValidityState.h
1223include/xulrunner/nsIDOMViewCSS.h 
1224include/xulrunner/nsIDOMWebGLRenderingContext.h 1241include/xulrunner/nsIDOMWebGLRenderingContext.h
1225include/xulrunner/nsIDOMWindow.h 1242include/xulrunner/nsIDOMWindow.h
1226include/xulrunner/nsIDOMWindow2.h 1243include/xulrunner/nsIDOMWindow2.h
1227include/xulrunner/nsIDOMWindowCollection.h 1244include/xulrunner/nsIDOMWindowCollection.h
1228include/xulrunner/nsIDOMWindowInternal.h 1245include/xulrunner/nsIDOMWindowInternal.h
1229include/xulrunner/nsIDOMWindowUtils.h 1246include/xulrunner/nsIDOMWindowUtils.h
1230include/xulrunner/nsIDOMWorkers.h 1247include/xulrunner/nsIDOMWorkers.h
1231include/xulrunner/nsIDOMXMLDocument.h 1248include/xulrunner/nsIDOMXMLDocument.h
1232include/xulrunner/nsIDOMXPathEvaluator.h 1249include/xulrunner/nsIDOMXPathEvaluator.h
1233include/xulrunner/nsIDOMXPathException.h 1250include/xulrunner/nsIDOMXPathException.h
1234include/xulrunner/nsIDOMXPathExpression.h 1251include/xulrunner/nsIDOMXPathExpression.h
1235include/xulrunner/nsIDOMXPathNSResolver.h 1252include/xulrunner/nsIDOMXPathNSResolver.h
1236include/xulrunner/nsIDOMXPathNamespace.h 1253include/xulrunner/nsIDOMXPathNamespace.h
@@ -1250,28 +1267,28 @@ include/xulrunner/nsIDOMXULLabeledContro @@ -1250,28 +1267,28 @@ include/xulrunner/nsIDOMXULLabeledContro
1250include/xulrunner/nsIDOMXULMenuListElement.h 1267include/xulrunner/nsIDOMXULMenuListElement.h
1251include/xulrunner/nsIDOMXULMultSelectCntrlEl.h 1268include/xulrunner/nsIDOMXULMultSelectCntrlEl.h
1252include/xulrunner/nsIDOMXULPopupElement.h 1269include/xulrunner/nsIDOMXULPopupElement.h
1253include/xulrunner/nsIDOMXULRelatedElement.h 1270include/xulrunner/nsIDOMXULRelatedElement.h
1254include/xulrunner/nsIDOMXULSelectCntrlEl.h 1271include/xulrunner/nsIDOMXULSelectCntrlEl.h
1255include/xulrunner/nsIDOMXULSelectCntrlItemEl.h 1272include/xulrunner/nsIDOMXULSelectCntrlItemEl.h
1256include/xulrunner/nsIDOMXULTextboxElement.h 1273include/xulrunner/nsIDOMXULTextboxElement.h
1257include/xulrunner/nsIDOMXULTreeElement.h 1274include/xulrunner/nsIDOMXULTreeElement.h
1258include/xulrunner/nsIDTD.h 1275include/xulrunner/nsIDTD.h
1259include/xulrunner/nsIDataSignatureVerifier.h 1276include/xulrunner/nsIDataSignatureVerifier.h
1260include/xulrunner/nsIDateTimeFormat.h 1277include/xulrunner/nsIDateTimeFormat.h
1261include/xulrunner/nsIDebug.h 1278include/xulrunner/nsIDebug.h
1262include/xulrunner/nsIDebug2.h 1279include/xulrunner/nsIDebug2.h
1263include/xulrunner/nsIDeviceContext.h 
1264include/xulrunner/nsIDeviceContextSpec.h 1280include/xulrunner/nsIDeviceContextSpec.h
 1281include/xulrunner/nsIDeviceMotion.h
1265include/xulrunner/nsIDialogCreator.h 1282include/xulrunner/nsIDialogCreator.h
1266include/xulrunner/nsIDialogParamBlock.h 1283include/xulrunner/nsIDialogParamBlock.h
1267include/xulrunner/nsIDirIndex.h 1284include/xulrunner/nsIDirIndex.h
1268include/xulrunner/nsIDirIndexListener.h 1285include/xulrunner/nsIDirIndexListener.h
1269include/xulrunner/nsIDirectoryEnumerator.h 1286include/xulrunner/nsIDirectoryEnumerator.h
1270include/xulrunner/nsIDirectoryService.h 1287include/xulrunner/nsIDirectoryService.h
1271include/xulrunner/nsIDiskCacheStreamInternal.h 1288include/xulrunner/nsIDiskCacheStreamInternal.h
1272include/xulrunner/nsIDocCharset.h 1289include/xulrunner/nsIDocCharset.h
1273include/xulrunner/nsIDocShell.h 1290include/xulrunner/nsIDocShell.h
1274include/xulrunner/nsIDocShellHistory.h 1291include/xulrunner/nsIDocShellHistory.h
1275include/xulrunner/nsIDocShellLoadInfo.h 1292include/xulrunner/nsIDocShellLoadInfo.h
1276include/xulrunner/nsIDocShellTreeItem.h 1293include/xulrunner/nsIDocShellTreeItem.h
1277include/xulrunner/nsIDocShellTreeNode.h 1294include/xulrunner/nsIDocShellTreeNode.h
@@ -1309,27 +1326,27 @@ include/xulrunner/nsIEditorSpellCheck.h @@ -1309,27 +1326,27 @@ include/xulrunner/nsIEditorSpellCheck.h
1309include/xulrunner/nsIEditorStyleSheets.h 1326include/xulrunner/nsIEditorStyleSheets.h
1310include/xulrunner/nsIEffectiveTLDService.h 1327include/xulrunner/nsIEffectiveTLDService.h
1311include/xulrunner/nsIElementObserver.h 1328include/xulrunner/nsIElementObserver.h
1312include/xulrunner/nsIEmbeddingSiteWindow.h 1329include/xulrunner/nsIEmbeddingSiteWindow.h
1313include/xulrunner/nsIEmbeddingSiteWindow2.h 1330include/xulrunner/nsIEmbeddingSiteWindow2.h
1314include/xulrunner/nsIEncodedChannel.h 1331include/xulrunner/nsIEncodedChannel.h
1315include/xulrunner/nsIEntityConverter.h 1332include/xulrunner/nsIEntityConverter.h
1316include/xulrunner/nsIEntropyCollector.h 1333include/xulrunner/nsIEntropyCollector.h
1317include/xulrunner/nsIEnumerator.h 1334include/xulrunner/nsIEnumerator.h
1318include/xulrunner/nsIEnvironment.h 1335include/xulrunner/nsIEnvironment.h
1319include/xulrunner/nsIErrorService.h 1336include/xulrunner/nsIErrorService.h
1320include/xulrunner/nsIEventListenerManager.h 1337include/xulrunner/nsIEventListenerManager.h
1321include/xulrunner/nsIEventListenerService.h 1338include/xulrunner/nsIEventListenerService.h
1322include/xulrunner/nsIEventStateManager.h 1339include/xulrunner/nsIEventSource.h
1323include/xulrunner/nsIEventTarget.h 1340include/xulrunner/nsIEventTarget.h
1324include/xulrunner/nsIException.h 1341include/xulrunner/nsIException.h
1325include/xulrunner/nsIExceptionService.h 1342include/xulrunner/nsIExceptionService.h
1326include/xulrunner/nsIExpatSink.h 1343include/xulrunner/nsIExpatSink.h
1327include/xulrunner/nsIExtendedExpatSink.h 1344include/xulrunner/nsIExtendedExpatSink.h
1328include/xulrunner/nsIExternalHelperAppService.h 1345include/xulrunner/nsIExternalHelperAppService.h
1329include/xulrunner/nsIExternalProtocolHandler.h 1346include/xulrunner/nsIExternalProtocolHandler.h
1330include/xulrunner/nsIExternalProtocolService.h 1347include/xulrunner/nsIExternalProtocolService.h
1331include/xulrunner/nsIExternalSharingAppService.h 1348include/xulrunner/nsIExternalSharingAppService.h
1332include/xulrunner/nsIExternalURLHandlerService.h 1349include/xulrunner/nsIExternalURLHandlerService.h
1333include/xulrunner/nsIFTPChannel.h 1350include/xulrunner/nsIFTPChannel.h
1334include/xulrunner/nsIFactory.h 1351include/xulrunner/nsIFactory.h
1335include/xulrunner/nsIFastLoadFileControl.h 1352include/xulrunner/nsIFastLoadFileControl.h
@@ -1346,46 +1363,46 @@ include/xulrunner/nsIFeedProcessor.h @@ -1346,46 +1363,46 @@ include/xulrunner/nsIFeedProcessor.h
1346include/xulrunner/nsIFeedResult.h 1363include/xulrunner/nsIFeedResult.h
1347include/xulrunner/nsIFeedTextConstruct.h 1364include/xulrunner/nsIFeedTextConstruct.h
1348include/xulrunner/nsIFile.h 1365include/xulrunner/nsIFile.h
1349include/xulrunner/nsIFileChannel.h 1366include/xulrunner/nsIFileChannel.h
1350include/xulrunner/nsIFilePicker.h 1367include/xulrunner/nsIFilePicker.h
1351include/xulrunner/nsIFileProtocolHandler.h 1368include/xulrunner/nsIFileProtocolHandler.h
1352include/xulrunner/nsIFileStreams.h 1369include/xulrunner/nsIFileStreams.h
1353include/xulrunner/nsIFileURL.h 1370include/xulrunner/nsIFileURL.h
1354include/xulrunner/nsIFileView.h 1371include/xulrunner/nsIFileView.h
1355include/xulrunner/nsIFind.h 1372include/xulrunner/nsIFind.h
1356include/xulrunner/nsIFindService.h 1373include/xulrunner/nsIFindService.h
1357include/xulrunner/nsIFocusManager.h 1374include/xulrunner/nsIFocusManager.h
1358include/xulrunner/nsIFontEnumerator.h 1375include/xulrunner/nsIFontEnumerator.h
1359include/xulrunner/nsIFontMetrics.h 
1360include/xulrunner/nsIForm.h 1376include/xulrunner/nsIForm.h
1361include/xulrunner/nsIFormAutoComplete.h 1377include/xulrunner/nsIFormAutoComplete.h
1362include/xulrunner/nsIFormControl.h 1378include/xulrunner/nsIFormControl.h
1363include/xulrunner/nsIFormControlFrame.h 1379include/xulrunner/nsIFormControlFrame.h
1364include/xulrunner/nsIFormFillController.h 1380include/xulrunner/nsIFormFillController.h
1365include/xulrunner/nsIFormHistory.h 1381include/xulrunner/nsIFormHistory.h
1366include/xulrunner/nsIFormProcessor.h 1382include/xulrunner/nsIFormProcessor.h
1367include/xulrunner/nsIFormSigningDialog.h 1383include/xulrunner/nsIFormSigningDialog.h
1368include/xulrunner/nsIFormSubmitObserver.h 1384include/xulrunner/nsIFormSubmitObserver.h
1369include/xulrunner/nsIFormatConverter.h 1385include/xulrunner/nsIFormatConverter.h
1370include/xulrunner/nsIFragmentContentSink.h 1386include/xulrunner/nsIFragmentContentSink.h
1371include/xulrunner/nsIFrame.h 1387include/xulrunner/nsIFrame.h
1372include/xulrunner/nsIFrameLoader.h 1388include/xulrunner/nsIFrameLoader.h
1373include/xulrunner/nsIFrameMessageManager.h 1389include/xulrunner/nsIFrameMessageManager.h
1374include/xulrunner/nsIFrameSetElement.h 1390include/xulrunner/nsIFrameSetElement.h
1375include/xulrunner/nsIFrameTraversal.h 1391include/xulrunner/nsIFrameTraversal.h
1376include/xulrunner/nsIFrameUtil.h 1392include/xulrunner/nsIFrameUtil.h
1377include/xulrunner/nsIGConfService.h 1393include/xulrunner/nsIGConfService.h
1378include/xulrunner/nsIGIOService.h 1394include/xulrunner/nsIGIOService.h
 1395include/xulrunner/nsIGSettingsService.h
1379include/xulrunner/nsIGenKeypairInfoDlg.h 1396include/xulrunner/nsIGenKeypairInfoDlg.h
1380include/xulrunner/nsIGeolocationProvider.h 1397include/xulrunner/nsIGeolocationProvider.h
1381include/xulrunner/nsIGfxInfo.h 1398include/xulrunner/nsIGfxInfo.h
1382include/xulrunner/nsIGfxInfoDebug.h 1399include/xulrunner/nsIGfxInfoDebug.h
1383include/xulrunner/nsIGlobalHistory.h 1400include/xulrunner/nsIGlobalHistory.h
1384include/xulrunner/nsIGlobalHistory2.h 1401include/xulrunner/nsIGlobalHistory2.h
1385include/xulrunner/nsIGlobalHistory3.h 1402include/xulrunner/nsIGlobalHistory3.h
1386include/xulrunner/nsIGnomeVFSService.h 1403include/xulrunner/nsIGnomeVFSService.h
1387include/xulrunner/nsIGridPart.h 1404include/xulrunner/nsIGridPart.h
1388include/xulrunner/nsIHTMLAbsPosEditor.h 1405include/xulrunner/nsIHTMLAbsPosEditor.h
1389include/xulrunner/nsIHTMLCollection.h 1406include/xulrunner/nsIHTMLCollection.h
1390include/xulrunner/nsIHTMLContentSink.h 1407include/xulrunner/nsIHTMLContentSink.h
1391include/xulrunner/nsIHTMLDocument.h 1408include/xulrunner/nsIHTMLDocument.h
@@ -1427,29 +1444,27 @@ include/xulrunner/nsIIDBVersionChangeEve @@ -1427,29 +1444,27 @@ include/xulrunner/nsIIDBVersionChangeEve
1427include/xulrunner/nsIIDBVersionChangeRequest.h 1444include/xulrunner/nsIIDBVersionChangeRequest.h
1428include/xulrunner/nsIIDNService.h 1445include/xulrunner/nsIIDNService.h
1429include/xulrunner/nsIIFrameBoxObject.h 1446include/xulrunner/nsIIFrameBoxObject.h
1430include/xulrunner/nsIIMEPicker.h 1447include/xulrunner/nsIIMEPicker.h
1431include/xulrunner/nsIINIParser.h 1448include/xulrunner/nsIINIParser.h
1432include/xulrunner/nsIIOService.h 1449include/xulrunner/nsIIOService.h
1433include/xulrunner/nsIIOService2.h 1450include/xulrunner/nsIIOService2.h
1434include/xulrunner/nsIIOUtil.h 1451include/xulrunner/nsIIOUtil.h
1435include/xulrunner/nsIIPCSerializable.h 1452include/xulrunner/nsIIPCSerializable.h
1436include/xulrunner/nsIIconURI.h 1453include/xulrunner/nsIIconURI.h
1437include/xulrunner/nsIIdentityInfo.h 1454include/xulrunner/nsIIdentityInfo.h
1438include/xulrunner/nsIIdleService.h 1455include/xulrunner/nsIIdleService.h
1439include/xulrunner/nsIImageDocument.h 1456include/xulrunner/nsIImageDocument.h
1440include/xulrunner/nsIImageFrame.h 
1441include/xulrunner/nsIImageLoadingContent.h 1457include/xulrunner/nsIImageLoadingContent.h
1442include/xulrunner/nsIImageMap.h 
1443include/xulrunner/nsIImageToPixbuf.h 1458include/xulrunner/nsIImageToPixbuf.h
1444include/xulrunner/nsIIncrementalDownload.h 1459include/xulrunner/nsIIncrementalDownload.h
1445include/xulrunner/nsIIndexedDatabaseManager.h 1460include/xulrunner/nsIIndexedDatabaseManager.h
1446include/xulrunner/nsIInlineSpellChecker.h 1461include/xulrunner/nsIInlineSpellChecker.h
1447include/xulrunner/nsIInputListAutoComplete.h 1462include/xulrunner/nsIInputListAutoComplete.h
1448include/xulrunner/nsIInputStream.h 1463include/xulrunner/nsIInputStream.h
1449include/xulrunner/nsIInputStreamChannel.h 1464include/xulrunner/nsIInputStreamChannel.h
1450include/xulrunner/nsIInputStreamPump.h 1465include/xulrunner/nsIInputStreamPump.h
1451include/xulrunner/nsIInputStreamTee.h 1466include/xulrunner/nsIInputStreamTee.h
1452include/xulrunner/nsIInterfaceInfo.h 1467include/xulrunner/nsIInterfaceInfo.h
1453include/xulrunner/nsIInterfaceInfoManager.h 1468include/xulrunner/nsIInterfaceInfoManager.h
1454include/xulrunner/nsIInterfaceRequestor.h 1469include/xulrunner/nsIInterfaceRequestor.h
1455include/xulrunner/nsIInterfaceRequestorUtils.h 1470include/xulrunner/nsIInterfaceRequestorUtils.h
@@ -1486,35 +1501,34 @@ include/xulrunner/nsILocaleService.h @@ -1486,35 +1501,34 @@ include/xulrunner/nsILocaleService.h
1486${PLIST.debug}include/xulrunner/nsILoggingSink.h 1501${PLIST.debug}include/xulrunner/nsILoggingSink.h
1487include/xulrunner/nsILoginInfo.h 1502include/xulrunner/nsILoginInfo.h
1488include/xulrunner/nsILoginManager.h 1503include/xulrunner/nsILoginManager.h
1489include/xulrunner/nsILoginManagerCrypto.h 1504include/xulrunner/nsILoginManagerCrypto.h
1490include/xulrunner/nsILoginManagerIEMigrationHelper.h 1505include/xulrunner/nsILoginManagerIEMigrationHelper.h
1491include/xulrunner/nsILoginManagerPrompter.h 1506include/xulrunner/nsILoginManagerPrompter.h
1492include/xulrunner/nsILoginManagerStorage.h 1507include/xulrunner/nsILoginManagerStorage.h
1493include/xulrunner/nsILoginMetaInfo.h 1508include/xulrunner/nsILoginMetaInfo.h
1494include/xulrunner/nsILookAndFeel.h 1509include/xulrunner/nsILookAndFeel.h
1495include/xulrunner/nsIMIMEHeaderParam.h 1510include/xulrunner/nsIMIMEHeaderParam.h
1496include/xulrunner/nsIMIMEInfo.h 1511include/xulrunner/nsIMIMEInfo.h
1497include/xulrunner/nsIMIMEInputStream.h 1512include/xulrunner/nsIMIMEInputStream.h
1498include/xulrunner/nsIMIMEService.h 1513include/xulrunner/nsIMIMEService.h
1499include/xulrunner/nsIMacLocale.h 
1500include/xulrunner/nsIMarkupDocumentViewer.h 1514include/xulrunner/nsIMarkupDocumentViewer.h
1501include/xulrunner/nsIMemory.h 1515include/xulrunner/nsIMemory.h
1502include/xulrunner/nsIMemoryReporter.h 1516include/xulrunner/nsIMemoryReporter.h
1503include/xulrunner/nsIMenuBoxObject.h 1517include/xulrunner/nsIMenuBoxObject.h
1504include/xulrunner/nsIMenuFrame.h 1518include/xulrunner/nsIMenuFrame.h
1505include/xulrunner/nsIMenuRollup.h 1519include/xulrunner/nsIMenuRollup.h
1506include/xulrunner/nsIMicrosummaryService.h 
1507include/xulrunner/nsIModule.h 1520include/xulrunner/nsIModule.h
 1521include/xulrunner/nsIMozWebSocket.h
1508include/xulrunner/nsIMultiPartChannel.h 1522include/xulrunner/nsIMultiPartChannel.h
1509include/xulrunner/nsIMultiplexInputStream.h 1523include/xulrunner/nsIMultiplexInputStream.h
1510include/xulrunner/nsIMutable.h 1524include/xulrunner/nsIMutable.h
1511include/xulrunner/nsIMutableArray.h 1525include/xulrunner/nsIMutableArray.h
1512include/xulrunner/nsIMutationObserver.h 1526include/xulrunner/nsIMutationObserver.h
1513include/xulrunner/nsIMutationObserver2.h 1527include/xulrunner/nsIMutationObserver2.h
1514include/xulrunner/nsINIParser.h 1528include/xulrunner/nsINIParser.h
1515include/xulrunner/nsINSSCertCache.h 1529include/xulrunner/nsINSSCertCache.h
1516include/xulrunner/nsINSSErrorsService.h 1530include/xulrunner/nsINSSErrorsService.h
1517include/xulrunner/nsINameSpaceManager.h 1531include/xulrunner/nsINameSpaceManager.h
1518include/xulrunner/nsINativeAppSupport.h 1532include/xulrunner/nsINativeAppSupport.h
1519include/xulrunner/nsINativeKeyBindings.h 1533include/xulrunner/nsINativeKeyBindings.h
1520include/xulrunner/nsINavBookmarksService.h 1534include/xulrunner/nsINavBookmarksService.h
@@ -1549,31 +1563,29 @@ include/xulrunner/nsIParentalControlsSer @@ -1549,31 +1563,29 @@ include/xulrunner/nsIParentalControlsSer
1549include/xulrunner/nsIParser.h 1563include/xulrunner/nsIParser.h
1550include/xulrunner/nsIParserFilter.h 1564include/xulrunner/nsIParserFilter.h
1551include/xulrunner/nsIParserNode.h 1565include/xulrunner/nsIParserNode.h
1552include/xulrunner/nsIParserService.h 1566include/xulrunner/nsIParserService.h
1553include/xulrunner/nsIPercentHeightObserver.h 1567include/xulrunner/nsIPercentHeightObserver.h
1554include/xulrunner/nsIPermission.h 1568include/xulrunner/nsIPermission.h
1555include/xulrunner/nsIPermissionManager.h 1569include/xulrunner/nsIPermissionManager.h
1556include/xulrunner/nsIPersistentProperties2.h 1570include/xulrunner/nsIPersistentProperties2.h
1557include/xulrunner/nsIPhonetic.h 1571include/xulrunner/nsIPhonetic.h
1558include/xulrunner/nsIPipe.h 1572include/xulrunner/nsIPipe.h
1559include/xulrunner/nsIPlacesImportExportService.h 1573include/xulrunner/nsIPlacesImportExportService.h
1560include/xulrunner/nsIPlaintextEditor.h 1574include/xulrunner/nsIPlaintextEditor.h
1561include/xulrunner/nsIPlatformCharset.h 1575include/xulrunner/nsIPlatformCharset.h
1562include/xulrunner/nsIPlugin.h 
1563include/xulrunner/nsIPluginDocument.h 1576include/xulrunner/nsIPluginDocument.h
1564include/xulrunner/nsIPluginHost.h 1577include/xulrunner/nsIPluginHost.h
1565include/xulrunner/nsIPluginInputStream.h 1578include/xulrunner/nsIPluginInputStream.h
1566include/xulrunner/nsIPluginInstance.h 
1567include/xulrunner/nsIPluginInstanceOwner.h 1579include/xulrunner/nsIPluginInstanceOwner.h
1568include/xulrunner/nsIPluginStreamInfo.h 1580include/xulrunner/nsIPluginStreamInfo.h
1569include/xulrunner/nsIPluginStreamListener.h 1581include/xulrunner/nsIPluginStreamListener.h
1570include/xulrunner/nsIPluginTag.h 1582include/xulrunner/nsIPluginTag.h
1571include/xulrunner/nsIPluginTagInfo.h 1583include/xulrunner/nsIPluginTagInfo.h
1572include/xulrunner/nsIPluginWidget.h 1584include/xulrunner/nsIPluginWidget.h
1573include/xulrunner/nsIPopupBoxObject.h 1585include/xulrunner/nsIPopupBoxObject.h
1574include/xulrunner/nsIPopupWindowManager.h 1586include/xulrunner/nsIPopupWindowManager.h
1575include/xulrunner/nsIPosixLocale.h 1587include/xulrunner/nsIPosixLocale.h
1576include/xulrunner/nsIPrefBranch.h 1588include/xulrunner/nsIPrefBranch.h
1577include/xulrunner/nsIPrefBranch2.h 1589include/xulrunner/nsIPrefBranch2.h
1578include/xulrunner/nsIPrefBranchInternal.h 1590include/xulrunner/nsIPrefBranchInternal.h
1579include/xulrunner/nsIPrefLocalizedString.h 1591include/xulrunner/nsIPrefLocalizedString.h
@@ -1647,27 +1659,26 @@ include/xulrunner/nsIRadioVisitor.h @@ -1647,27 +1659,26 @@ include/xulrunner/nsIRadioVisitor.h
1647include/xulrunner/nsIRandomGenerator.h 1659include/xulrunner/nsIRandomGenerator.h
1648include/xulrunner/nsIRange.h 1660include/xulrunner/nsIRange.h
1649include/xulrunner/nsIRangeUtils.h 1661include/xulrunner/nsIRangeUtils.h
1650include/xulrunner/nsIReadConfig.h 1662include/xulrunner/nsIReadConfig.h
1651include/xulrunner/nsIRecentBadCertsService.h 1663include/xulrunner/nsIRecentBadCertsService.h
1652include/xulrunner/nsIRecyclingAllocator.h 1664include/xulrunner/nsIRecyclingAllocator.h
1653include/xulrunner/nsIRedirectChannelRegistrar.h 1665include/xulrunner/nsIRedirectChannelRegistrar.h
1654include/xulrunner/nsIRedirectResultListener.h 1666include/xulrunner/nsIRedirectResultListener.h
1655include/xulrunner/nsIReflowCallback.h 1667include/xulrunner/nsIReflowCallback.h
1656include/xulrunner/nsIRefreshURI.h 1668include/xulrunner/nsIRefreshURI.h
1657include/xulrunner/nsIRegion.h 1669include/xulrunner/nsIRegion.h
1658include/xulrunner/nsIRelativeFilePref.h 1670include/xulrunner/nsIRelativeFilePref.h
1659include/xulrunner/nsIRemoteService.h 1671include/xulrunner/nsIRemoteService.h
1660include/xulrunner/nsIRenderingContext.h 
1661include/xulrunner/nsIRequest.h 1672include/xulrunner/nsIRequest.h
1662include/xulrunner/nsIRequestObserver.h 1673include/xulrunner/nsIRequestObserver.h
1663include/xulrunner/nsIRequestObserverProxy.h 1674include/xulrunner/nsIRequestObserverProxy.h
1664include/xulrunner/nsIResProtocolHandler.h 1675include/xulrunner/nsIResProtocolHandler.h
1665include/xulrunner/nsIResumableChannel.h 1676include/xulrunner/nsIResumableChannel.h
1666include/xulrunner/nsIRollupListener.h 1677include/xulrunner/nsIRollupListener.h
1667include/xulrunner/nsIRunnable.h 1678include/xulrunner/nsIRunnable.h
1668include/xulrunner/nsISAXAttributes.h 1679include/xulrunner/nsISAXAttributes.h
1669include/xulrunner/nsISAXContentHandler.h 1680include/xulrunner/nsISAXContentHandler.h
1670include/xulrunner/nsISAXDTDHandler.h 1681include/xulrunner/nsISAXDTDHandler.h
1671include/xulrunner/nsISAXErrorHandler.h 1682include/xulrunner/nsISAXErrorHandler.h
1672include/xulrunner/nsISAXLexicalHandler.h 1683include/xulrunner/nsISAXLexicalHandler.h
1673include/xulrunner/nsISAXLocator.h 1684include/xulrunner/nsISAXLocator.h
@@ -1765,64 +1776,66 @@ include/xulrunner/nsIStreamBufferAccess. @@ -1765,64 +1776,66 @@ include/xulrunner/nsIStreamBufferAccess.
1765include/xulrunner/nsIStreamCipher.h 1776include/xulrunner/nsIStreamCipher.h
1766include/xulrunner/nsIStreamConverter.h 1777include/xulrunner/nsIStreamConverter.h
1767include/xulrunner/nsIStreamConverterService.h 1778include/xulrunner/nsIStreamConverterService.h
1768include/xulrunner/nsIStreamListener.h 1779include/xulrunner/nsIStreamListener.h
1769include/xulrunner/nsIStreamListenerTee.h 1780include/xulrunner/nsIStreamListenerTee.h
1770include/xulrunner/nsIStreamLoader.h 1781include/xulrunner/nsIStreamLoader.h
1771include/xulrunner/nsIStreamTransportService.h 1782include/xulrunner/nsIStreamTransportService.h
1772include/xulrunner/nsIStrictTransportSecurityService.h 1783include/xulrunner/nsIStrictTransportSecurityService.h
1773include/xulrunner/nsIStringBundle.h 1784include/xulrunner/nsIStringBundle.h
1774include/xulrunner/nsIStringBundleOverride.h 1785include/xulrunner/nsIStringBundleOverride.h
1775include/xulrunner/nsIStringCharsetDetector.h 1786include/xulrunner/nsIStringCharsetDetector.h
1776include/xulrunner/nsIStringEnumerator.h 1787include/xulrunner/nsIStringEnumerator.h
1777include/xulrunner/nsIStringStream.h 1788include/xulrunner/nsIStringStream.h
 1789include/xulrunner/nsIStructuredCloneContainer.h
1778include/xulrunner/nsIStyleRule.h 1790include/xulrunner/nsIStyleRule.h
1779include/xulrunner/nsIStyleRuleProcessor.h 1791include/xulrunner/nsIStyleRuleProcessor.h
1780include/xulrunner/nsIStyleSheet.h 1792include/xulrunner/nsIStyleSheet.h
1781include/xulrunner/nsIStyleSheetLinkingElement.h 1793include/xulrunner/nsIStyleSheetLinkingElement.h
1782include/xulrunner/nsIStyleSheetService.h 1794include/xulrunner/nsIStyleSheetService.h
1783include/xulrunner/nsISupports.h 1795include/xulrunner/nsISupports.h
1784include/xulrunner/nsISupportsArray.h 1796include/xulrunner/nsISupportsArray.h
1785include/xulrunner/nsISupportsBase.h 1797include/xulrunner/nsISupportsBase.h
1786include/xulrunner/nsISupportsImpl.h 1798include/xulrunner/nsISupportsImpl.h
1787include/xulrunner/nsISupportsIterators.h 1799include/xulrunner/nsISupportsIterators.h
1788include/xulrunner/nsISupportsObsolete.h 1800include/xulrunner/nsISupportsObsolete.h
1789include/xulrunner/nsISupportsPrimitives.h 1801include/xulrunner/nsISupportsPrimitives.h
1790include/xulrunner/nsISupportsPriority.h 1802include/xulrunner/nsISupportsPriority.h
1791include/xulrunner/nsISupportsUtils.h 1803include/xulrunner/nsISupportsUtils.h
1792include/xulrunner/nsISyncJPAKE.h 1804include/xulrunner/nsISyncJPAKE.h
1793include/xulrunner/nsISyncLoadDOMService.h 1805include/xulrunner/nsISyncLoadDOMService.h
1794include/xulrunner/nsISyncStreamListener.h 1806include/xulrunner/nsISyncStreamListener.h
1795include/xulrunner/nsISystemProxySettings.h 1807include/xulrunner/nsISystemProxySettings.h
1796include/xulrunner/nsITXTToHTMLConv.h 1808include/xulrunner/nsITXTToHTMLConv.h
1797include/xulrunner/nsITabChild.h 1809include/xulrunner/nsITabChild.h
1798include/xulrunner/nsITabParent.h 1810include/xulrunner/nsITabParent.h
1799include/xulrunner/nsITableCellLayout.h 1811include/xulrunner/nsITableCellLayout.h
1800include/xulrunner/nsITableEditor.h 1812include/xulrunner/nsITableEditor.h
1801include/xulrunner/nsITableLayout.h 1813include/xulrunner/nsITableLayout.h
1802include/xulrunner/nsITaggingService.h 1814include/xulrunner/nsITaggingService.h
 1815include/xulrunner/nsITelemetry.h
1803include/xulrunner/nsITextControlElement.h 1816include/xulrunner/nsITextControlElement.h
1804include/xulrunner/nsITextControlFrame.h 1817include/xulrunner/nsITextControlFrame.h
1805include/xulrunner/nsITextScroll.h 1818include/xulrunner/nsITextScroll.h
1806include/xulrunner/nsITextService.h 1819include/xulrunner/nsITextService.h
1807include/xulrunner/nsITextServicesDocument.h 1820include/xulrunner/nsITextServicesDocument.h
1808include/xulrunner/nsITextServicesFilter.h 1821include/xulrunner/nsITextServicesFilter.h
1809include/xulrunner/nsITextToSubURI.h 1822include/xulrunner/nsITextToSubURI.h
1810include/xulrunner/nsIThebesFontMetrics.h 
1811include/xulrunner/nsITheme.h 1823include/xulrunner/nsITheme.h
1812include/xulrunner/nsIThread.h 1824include/xulrunner/nsIThread.h
1813include/xulrunner/nsIThreadInternal.h 1825include/xulrunner/nsIThreadInternal.h
1814include/xulrunner/nsIThreadManager.h 1826include/xulrunner/nsIThreadManager.h
1815include/xulrunner/nsIThreadPool.h 1827include/xulrunner/nsIThreadPool.h
 1828include/xulrunner/nsITimedChannel.h
1816include/xulrunner/nsITimelineService.h 1829include/xulrunner/nsITimelineService.h
1817include/xulrunner/nsITimer.h 1830include/xulrunner/nsITimer.h
1818include/xulrunner/nsITokenDialogs.h 1831include/xulrunner/nsITokenDialogs.h
1819include/xulrunner/nsITokenPasswordDialogs.h 1832include/xulrunner/nsITokenPasswordDialogs.h
1820include/xulrunner/nsITokenizer.h 1833include/xulrunner/nsITokenizer.h
1821include/xulrunner/nsIToolkit.h 1834include/xulrunner/nsIToolkit.h
1822include/xulrunner/nsIToolkitChromeRegistry.h 1835include/xulrunner/nsIToolkitChromeRegistry.h
1823include/xulrunner/nsIToolkitProfile.h 1836include/xulrunner/nsIToolkitProfile.h
1824include/xulrunner/nsIToolkitProfileService.h 1837include/xulrunner/nsIToolkitProfileService.h
1825include/xulrunner/nsITooltipListener.h 1838include/xulrunner/nsITooltipListener.h
1826include/xulrunner/nsITooltipTextProvider.h 1839include/xulrunner/nsITooltipTextProvider.h
1827include/xulrunner/nsITraceRefcnt.h 1840include/xulrunner/nsITraceRefcnt.h
1828include/xulrunner/nsITraceableChannel.h 1841include/xulrunner/nsITraceableChannel.h
@@ -1848,27 +1861,26 @@ include/xulrunner/nsIURIContentListener. @@ -1848,27 +1861,26 @@ include/xulrunner/nsIURIContentListener.
1848include/xulrunner/nsIURIFixup.h 1861include/xulrunner/nsIURIFixup.h
1849include/xulrunner/nsIURILoader.h 1862include/xulrunner/nsIURILoader.h
1850include/xulrunner/nsIURIRefObject.h 1863include/xulrunner/nsIURIRefObject.h
1851include/xulrunner/nsIURIWithPrincipal.h 1864include/xulrunner/nsIURIWithPrincipal.h
1852include/xulrunner/nsIURL.h 1865include/xulrunner/nsIURL.h
1853include/xulrunner/nsIURLFormatter.h 1866include/xulrunner/nsIURLFormatter.h
1854include/xulrunner/nsIURLParser.h 1867include/xulrunner/nsIURLParser.h
1855include/xulrunner/nsIUTF8ConverterService.h 1868include/xulrunner/nsIUTF8ConverterService.h
1856include/xulrunner/nsIUUIDGenerator.h 1869include/xulrunner/nsIUUIDGenerator.h
1857include/xulrunner/nsIUnicharBuffer.h 1870include/xulrunner/nsIUnicharBuffer.h
1858include/xulrunner/nsIUnicharInputStream.h 1871include/xulrunner/nsIUnicharInputStream.h
1859include/xulrunner/nsIUnicharLineInputStream.h 1872include/xulrunner/nsIUnicharLineInputStream.h
1860include/xulrunner/nsIUnicharOutputStream.h 1873include/xulrunner/nsIUnicharOutputStream.h
1861include/xulrunner/nsIUnicharStreamListener.h 
1862include/xulrunner/nsIUnicharStreamLoader.h 1874include/xulrunner/nsIUnicharStreamLoader.h
1863include/xulrunner/nsIUnicodeDecoder.h 1875include/xulrunner/nsIUnicodeDecoder.h
1864include/xulrunner/nsIUnicodeEncoder.h 1876include/xulrunner/nsIUnicodeEncoder.h
1865include/xulrunner/nsIUnicodeNormalizer.h 1877include/xulrunner/nsIUnicodeNormalizer.h
1866include/xulrunner/nsIUpdateService.h 1878include/xulrunner/nsIUpdateService.h
1867include/xulrunner/nsIUpdateTimerManager.h 1879include/xulrunner/nsIUpdateTimerManager.h
1868include/xulrunner/nsIUploadChannel.h 1880include/xulrunner/nsIUploadChannel.h
1869include/xulrunner/nsIUploadChannel2.h 1881include/xulrunner/nsIUploadChannel2.h
1870include/xulrunner/nsIUrlClassifierDBService.h 1882include/xulrunner/nsIUrlClassifierDBService.h
1871include/xulrunner/nsIUrlClassifierHashCompleter.h 1883include/xulrunner/nsIUrlClassifierHashCompleter.h
1872include/xulrunner/nsIUrlClassifierStreamUpdater.h 1884include/xulrunner/nsIUrlClassifierStreamUpdater.h
1873include/xulrunner/nsIUrlClassifierUtils.h 1885include/xulrunner/nsIUrlClassifierUtils.h
1874include/xulrunner/nsIUrlListManager.h 1886include/xulrunner/nsIUrlListManager.h
@@ -1891,30 +1903,29 @@ include/xulrunner/nsIWebBrowserFind.h @@ -1891,30 +1903,29 @@ include/xulrunner/nsIWebBrowserFind.h
1891include/xulrunner/nsIWebBrowserFocus.h 1903include/xulrunner/nsIWebBrowserFocus.h
1892include/xulrunner/nsIWebBrowserPersist.h 1904include/xulrunner/nsIWebBrowserPersist.h
1893include/xulrunner/nsIWebBrowserPrint.h 1905include/xulrunner/nsIWebBrowserPrint.h
1894include/xulrunner/nsIWebBrowserSetup.h 1906include/xulrunner/nsIWebBrowserSetup.h
1895include/xulrunner/nsIWebBrowserStream.h 1907include/xulrunner/nsIWebBrowserStream.h
1896include/xulrunner/nsIWebContentHandlerRegistrar.h 1908include/xulrunner/nsIWebContentHandlerRegistrar.h
1897include/xulrunner/nsIWebNavigation.h 1909include/xulrunner/nsIWebNavigation.h
1898include/xulrunner/nsIWebNavigationInfo.h 1910include/xulrunner/nsIWebNavigationInfo.h
1899include/xulrunner/nsIWebPageDescriptor.h 1911include/xulrunner/nsIWebPageDescriptor.h
1900include/xulrunner/nsIWebProgress.h 1912include/xulrunner/nsIWebProgress.h
1901include/xulrunner/nsIWebProgressListener.h 1913include/xulrunner/nsIWebProgressListener.h
1902include/xulrunner/nsIWebProgressListener2.h 1914include/xulrunner/nsIWebProgressListener2.h
1903include/xulrunner/nsIWebShellServices.h 1915include/xulrunner/nsIWebShellServices.h
1904include/xulrunner/nsIWebSocket.h 1916include/xulrunner/nsIWebSocketProtocol.h
1905include/xulrunner/nsIWebappsSupport.h 1917include/xulrunner/nsIWebappsSupport.h
1906include/xulrunner/nsIWidget.h 1918include/xulrunner/nsIWidget.h
1907include/xulrunner/nsIWin32Locale.h 
1908include/xulrunner/nsIWindowCreator.h 1919include/xulrunner/nsIWindowCreator.h
1909include/xulrunner/nsIWindowCreator2.h 1920include/xulrunner/nsIWindowCreator2.h
1910include/xulrunner/nsIWindowDataSource.h 1921include/xulrunner/nsIWindowDataSource.h
1911include/xulrunner/nsIWindowMediator.h 1922include/xulrunner/nsIWindowMediator.h
1912include/xulrunner/nsIWindowMediatorListener.h 1923include/xulrunner/nsIWindowMediatorListener.h
1913include/xulrunner/nsIWindowProvider.h 1924include/xulrunner/nsIWindowProvider.h
1914include/xulrunner/nsIWindowWatcher.h 1925include/xulrunner/nsIWindowWatcher.h
1915include/xulrunner/nsIWordBreaker.h 1926include/xulrunner/nsIWordBreaker.h
1916include/xulrunner/nsIWritablePropertyBag.h 1927include/xulrunner/nsIWritablePropertyBag.h
1917include/xulrunner/nsIWritablePropertyBag2.h 1928include/xulrunner/nsIWritablePropertyBag2.h
1918include/xulrunner/nsIWyciwygChannel.h 1929include/xulrunner/nsIWyciwygChannel.h
1919include/xulrunner/nsIX509Cert.h 1930include/xulrunner/nsIX509Cert.h
1920include/xulrunner/nsIX509Cert2.h 1931include/xulrunner/nsIX509Cert2.h
@@ -1926,27 +1937,26 @@ include/xulrunner/nsIX509CertValidity.h @@ -1926,27 +1937,26 @@ include/xulrunner/nsIX509CertValidity.h
1926include/xulrunner/nsIXBLAccessible.h 1937include/xulrunner/nsIXBLAccessible.h
1927include/xulrunner/nsIXBLService.h 1938include/xulrunner/nsIXBLService.h
1928include/xulrunner/nsIXFormsUtilityService.h 1939include/xulrunner/nsIXFormsUtilityService.h
1929include/xulrunner/nsIXMLContentBuilder.h 1940include/xulrunner/nsIXMLContentBuilder.h
1930include/xulrunner/nsIXMLContentSink.h 1941include/xulrunner/nsIXMLContentSink.h
1931include/xulrunner/nsIXMLHttpRequest.h 1942include/xulrunner/nsIXMLHttpRequest.h
1932include/xulrunner/nsIXPCScriptNotify.h 1943include/xulrunner/nsIXPCScriptNotify.h
1933include/xulrunner/nsIXPCScriptable.h 1944include/xulrunner/nsIXPCScriptable.h
1934include/xulrunner/nsIXPCSecurityManager.h 1945include/xulrunner/nsIXPCSecurityManager.h
1935include/xulrunner/nsIXPConnect.h 1946include/xulrunner/nsIXPConnect.h
1936include/xulrunner/nsIXPathEvaluatorInternal.h 1947include/xulrunner/nsIXPathEvaluatorInternal.h
1937include/xulrunner/nsIXSLTException.h 1948include/xulrunner/nsIXSLTException.h
1938include/xulrunner/nsIXSLTProcessor.h 1949include/xulrunner/nsIXSLTProcessor.h
1939include/xulrunner/nsIXSLTProcessorObsolete.h 
1940include/xulrunner/nsIXSLTProcessorPrivate.h 1950include/xulrunner/nsIXSLTProcessorPrivate.h
1941include/xulrunner/nsIXTFAttributeHandler.h 1951include/xulrunner/nsIXTFAttributeHandler.h
1942include/xulrunner/nsIXTFElement.h 1952include/xulrunner/nsIXTFElement.h
1943include/xulrunner/nsIXTFElementFactory.h 1953include/xulrunner/nsIXTFElementFactory.h
1944include/xulrunner/nsIXTFElementWrapper.h 1954include/xulrunner/nsIXTFElementWrapper.h
1945include/xulrunner/nsIXTFPrivate.h 1955include/xulrunner/nsIXTFPrivate.h
1946include/xulrunner/nsIXTFService.h 1956include/xulrunner/nsIXTFService.h
1947include/xulrunner/nsIXULAppInfo.h 1957include/xulrunner/nsIXULAppInfo.h
1948include/xulrunner/nsIXULAppInstall.h 1958include/xulrunner/nsIXULAppInstall.h
1949include/xulrunner/nsIXULBrowserWindow.h 1959include/xulrunner/nsIXULBrowserWindow.h
1950include/xulrunner/nsIXULBuilderListener.h 1960include/xulrunner/nsIXULBuilderListener.h
1951include/xulrunner/nsIXULDocument.h 1961include/xulrunner/nsIXULDocument.h
1952include/xulrunner/nsIXULOverlayProvider.h 1962include/xulrunner/nsIXULOverlayProvider.h
@@ -1978,26 +1988,27 @@ include/xulrunner/nsLiteralString.h @@ -1978,26 +1988,27 @@ include/xulrunner/nsLiteralString.h
1978include/xulrunner/nsLocalFile.h 1988include/xulrunner/nsLocalFile.h
1979include/xulrunner/nsLocalFileUnix.h 1989include/xulrunner/nsLocalFileUnix.h
1980include/xulrunner/nsLocaleCID.h 1990include/xulrunner/nsLocaleCID.h
1981include/xulrunner/nsMargin.h 1991include/xulrunner/nsMargin.h
1982include/xulrunner/nsMathUtils.h 1992include/xulrunner/nsMathUtils.h
1983include/xulrunner/nsMediaCache.h 1993include/xulrunner/nsMediaCache.h
1984include/xulrunner/nsMediaDecoder.h 1994include/xulrunner/nsMediaDecoder.h
1985include/xulrunner/nsMediaStream.h 1995include/xulrunner/nsMediaStream.h
1986include/xulrunner/nsMemory.h 1996include/xulrunner/nsMemory.h
1987include/xulrunner/nsMimeTypes.h 1997include/xulrunner/nsMimeTypes.h
1988include/xulrunner/nsMorkReader.h 1998include/xulrunner/nsMorkReader.h
1989include/xulrunner/nsMultiplexInputStream.h 1999include/xulrunner/nsMultiplexInputStream.h
1990include/xulrunner/nsMutationEvent.h 2000include/xulrunner/nsMutationEvent.h
 2001include/xulrunner/nsNPAPIPluginInstance.h
1991include/xulrunner/nsNativeCharsetUtils.h 2002include/xulrunner/nsNativeCharsetUtils.h
1992include/xulrunner/nsNativeWidget.h 2003include/xulrunner/nsNativeWidget.h
1993include/xulrunner/nsNetCID.h 2004include/xulrunner/nsNetCID.h
1994include/xulrunner/nsNetError.h 2005include/xulrunner/nsNetError.h
1995include/xulrunner/nsNetStrings.h 2006include/xulrunner/nsNetStrings.h
1996include/xulrunner/nsNetUtil.h 2007include/xulrunner/nsNetUtil.h
1997include/xulrunner/nsNodeInfoManager.h 2008include/xulrunner/nsNodeInfoManager.h
1998include/xulrunner/nsOSHelperAppService.h 2009include/xulrunner/nsOSHelperAppService.h
1999include/xulrunner/nsObjCExceptions.h 2010include/xulrunner/nsObjCExceptions.h
2000include/xulrunner/nsObserverService.h 2011include/xulrunner/nsObserverService.h
2001include/xulrunner/nsOggCodecState.h 2012include/xulrunner/nsOggCodecState.h
2002include/xulrunner/nsOggDecoder.h 2013include/xulrunner/nsOggDecoder.h
2003include/xulrunner/nsOggDecoderStateMachine.h 2014include/xulrunner/nsOggDecoderStateMachine.h
@@ -2006,54 +2017,58 @@ include/xulrunner/nsPICommandUpdater.h @@ -2006,54 +2017,58 @@ include/xulrunner/nsPICommandUpdater.h
2006include/xulrunner/nsPIDNSService.h 2017include/xulrunner/nsPIDNSService.h
2007include/xulrunner/nsPIDOMEventTarget.h 2018include/xulrunner/nsPIDOMEventTarget.h
2008include/xulrunner/nsPIDOMStorage.h 2019include/xulrunner/nsPIDOMStorage.h
2009include/xulrunner/nsPIDOMWindow.h 2020include/xulrunner/nsPIDOMWindow.h
2010include/xulrunner/nsPIEditorTransaction.h 2021include/xulrunner/nsPIEditorTransaction.h
2011include/xulrunner/nsPIPlacesDatabase.h 2022include/xulrunner/nsPIPlacesDatabase.h
2012include/xulrunner/nsPIPlacesHistoryListenersNotifier.h 2023include/xulrunner/nsPIPlacesHistoryListenersNotifier.h
2013include/xulrunner/nsPIPromptService.h 2024include/xulrunner/nsPIPromptService.h
2014include/xulrunner/nsPISocketTransportService.h 2025include/xulrunner/nsPISocketTransportService.h
2015include/xulrunner/nsPIWindowRoot.h 2026include/xulrunner/nsPIWindowRoot.h
2016include/xulrunner/nsPIWindowWatcher.h 2027include/xulrunner/nsPIWindowWatcher.h
2017include/xulrunner/nsPLDOMEvent.h 2028include/xulrunner/nsPLDOMEvent.h
2018include/xulrunner/nsParserCIID.h 2029include/xulrunner/nsParserCIID.h
2019include/xulrunner/nsParserDataListener.h 2030include/xulrunner/nsPluginDirServiceProvider.h
2020include/xulrunner/nsPluginError.h 2031include/xulrunner/nsPluginError.h
 2032include/xulrunner/nsPluginHost.h
2021include/xulrunner/nsPluginLogging.h 2033include/xulrunner/nsPluginLogging.h
2022include/xulrunner/nsPluginNativeWindow.h 2034include/xulrunner/nsPluginNativeWindow.h
 2035include/xulrunner/nsPluginTags.h
2023include/xulrunner/nsPluginsCID.h 2036include/xulrunner/nsPluginsCID.h
 2037include/xulrunner/nsPluginsDir.h
2024include/xulrunner/nsPoint.h 2038include/xulrunner/nsPoint.h
2025include/xulrunner/nsPresContext.h 2039include/xulrunner/nsPresContext.h
2026include/xulrunner/nsPresState.h 2040include/xulrunner/nsPresState.h
2027include/xulrunner/nsPrintfCString.h 2041include/xulrunner/nsPrintfCString.h
2028include/xulrunner/nsProcess.h 2042include/xulrunner/nsProcess.h
2029include/xulrunner/nsProfileDirServiceProvider.h 2043include/xulrunner/nsProfileDirServiceProvider.h
2030include/xulrunner/nsPromiseFlatString.h 2044include/xulrunner/nsPromiseFlatString.h
2031include/xulrunner/nsPromptUtils.h 2045include/xulrunner/nsPromptUtils.h
2032include/xulrunner/nsPropertyTable.h 2046include/xulrunner/nsPropertyTable.h
2033include/xulrunner/nsProxiedService.h 2047include/xulrunner/nsProxiedService.h
2034include/xulrunner/nsProxyRelease.h 2048include/xulrunner/nsProxyRelease.h
2035include/xulrunner/nsQueryFrame.h 2049include/xulrunner/nsQueryFrame.h
2036include/xulrunner/nsQuickSort.h 2050include/xulrunner/nsQuickSort.h
2037include/xulrunner/nsRDFCID.h 2051include/xulrunner/nsRDFCID.h
2038include/xulrunner/nsRDFResource.h 2052include/xulrunner/nsRDFResource.h
2039include/xulrunner/nsReadLine.h 2053include/xulrunner/nsReadLine.h
2040include/xulrunner/nsReadableUtils.h 2054include/xulrunner/nsReadableUtils.h
2041include/xulrunner/nsRect.h 2055include/xulrunner/nsRect.h
2042include/xulrunner/nsRecyclingAllocator.h 2056include/xulrunner/nsRecyclingAllocator.h
2043include/xulrunner/nsRefPtrHashtable.h 2057include/xulrunner/nsRefPtrHashtable.h
2044include/xulrunner/nsReferencedElement.h 2058include/xulrunner/nsReferencedElement.h
2045include/xulrunner/nsRefreshDriver.h 2059include/xulrunner/nsRefreshDriver.h
2046include/xulrunner/nsRegion.h 2060include/xulrunner/nsRegion.h
 2061include/xulrunner/nsRenderingContext.h
2047include/xulrunner/nsRootAccessibleWrap.h 2062include/xulrunner/nsRootAccessibleWrap.h
2048include/xulrunner/nsRuleData.h 2063include/xulrunner/nsRuleData.h
2049include/xulrunner/nsRuleNode.h 2064include/xulrunner/nsRuleNode.h
2050include/xulrunner/nsRuleProcessorData.h 2065include/xulrunner/nsRuleProcessorData.h
2051include/xulrunner/nsRuleWalker.h 2066include/xulrunner/nsRuleWalker.h
2052include/xulrunner/nsSAXAttributes.h 2067include/xulrunner/nsSAXAttributes.h
2053include/xulrunner/nsSAXLocator.h 2068include/xulrunner/nsSAXLocator.h
2054include/xulrunner/nsSAXXMLReader.h 2069include/xulrunner/nsSAXXMLReader.h
2055include/xulrunner/nsSMILAnimationController.h 2070include/xulrunner/nsSMILAnimationController.h
2056include/xulrunner/nsSMILCSSProperty.h 2071include/xulrunner/nsSMILCSSProperty.h
2057include/xulrunner/nsSMILCompositorTable.h 2072include/xulrunner/nsSMILCompositorTable.h
2058include/xulrunner/nsSMILKeySpline.h 2073include/xulrunner/nsSMILKeySpline.h
2059include/xulrunner/nsSMILMappedAttribute.h 2074include/xulrunner/nsSMILMappedAttribute.h
@@ -2077,26 +2092,27 @@ include/xulrunner/nsStackWalk.h @@ -2077,26 +2092,27 @@ include/xulrunner/nsStackWalk.h
2077include/xulrunner/nsStaticAtom.h 2092include/xulrunner/nsStaticAtom.h
2078include/xulrunner/nsStaticComponents.h 2093include/xulrunner/nsStaticComponents.h
2079include/xulrunner/nsStaticNameTable.h 2094include/xulrunner/nsStaticNameTable.h
2080include/xulrunner/nsStorageStream.h 2095include/xulrunner/nsStorageStream.h
2081include/xulrunner/nsStreamUtils.h 2096include/xulrunner/nsStreamUtils.h
2082include/xulrunner/nsString.h 2097include/xulrunner/nsString.h
2083include/xulrunner/nsStringAPI.h 2098include/xulrunner/nsStringAPI.h
2084include/xulrunner/nsStringBuffer.h 2099include/xulrunner/nsStringBuffer.h
2085include/xulrunner/nsStringEnumerator.h 2100include/xulrunner/nsStringEnumerator.h
2086include/xulrunner/nsStringFwd.h 2101include/xulrunner/nsStringFwd.h
2087include/xulrunner/nsStringGlue.h 2102include/xulrunner/nsStringGlue.h
2088include/xulrunner/nsStringIterator.h 2103include/xulrunner/nsStringIterator.h
2089include/xulrunner/nsStringStream.h 2104include/xulrunner/nsStringStream.h
 2105include/xulrunner/nsStructuredCloneContainer.h
2090include/xulrunner/nsStubDocumentObserver.h 2106include/xulrunner/nsStubDocumentObserver.h
2091include/xulrunner/nsStubImageDecoderObserver.h 2107include/xulrunner/nsStubImageDecoderObserver.h
2092include/xulrunner/nsStubMutationObserver.h 2108include/xulrunner/nsStubMutationObserver.h
2093include/xulrunner/nsStyleChangeList.h 2109include/xulrunner/nsStyleChangeList.h
2094include/xulrunner/nsStyleConsts.h 2110include/xulrunner/nsStyleConsts.h
2095include/xulrunner/nsStyleContext.h 2111include/xulrunner/nsStyleContext.h
2096include/xulrunner/nsStyleCoord.h 2112include/xulrunner/nsStyleCoord.h
2097include/xulrunner/nsStyleSet.h 2113include/xulrunner/nsStyleSet.h
2098include/xulrunner/nsStyleStruct.h 2114include/xulrunner/nsStyleStruct.h
2099include/xulrunner/nsStyleStructFwd.h 2115include/xulrunner/nsStyleStructFwd.h
2100include/xulrunner/nsStyleStructInlines.h 2116include/xulrunner/nsStyleStructInlines.h
2101include/xulrunner/nsStyleStructList.h 2117include/xulrunner/nsStyleStructList.h
2102include/xulrunner/nsStyleTransformMatrix.h 2118include/xulrunner/nsStyleTransformMatrix.h
@@ -2154,26 +2170,27 @@ include/xulrunner/nsUnicharUtilCIID.h @@ -2154,26 +2170,27 @@ include/xulrunner/nsUnicharUtilCIID.h
2154include/xulrunner/nsUnicharUtils.h 2170include/xulrunner/nsUnicharUtils.h
2155include/xulrunner/nsVariant.h 2171include/xulrunner/nsVariant.h
2156include/xulrunner/nsVersionComparator.h 2172include/xulrunner/nsVersionComparator.h
2157include/xulrunner/nsViewsCID.h 2173include/xulrunner/nsViewsCID.h
2158include/xulrunner/nsVoidArray.h 2174include/xulrunner/nsVoidArray.h
2159include/xulrunner/nsWaveDecoder.h 2175include/xulrunner/nsWaveDecoder.h
2160include/xulrunner/nsWeakPtr.h 2176include/xulrunner/nsWeakPtr.h
2161include/xulrunner/nsWeakReference.h 2177include/xulrunner/nsWeakReference.h
2162include/xulrunner/nsWebMDecoder.h 2178include/xulrunner/nsWebMDecoder.h
2163include/xulrunner/nsWhitespaceTokenizer.h 2179include/xulrunner/nsWhitespaceTokenizer.h
2164include/xulrunner/nsWidgetInitData.h 2180include/xulrunner/nsWidgetInitData.h
2165include/xulrunner/nsWidgetsCID.h 2181include/xulrunner/nsWidgetsCID.h
2166include/xulrunner/nsWildCard.h 2182include/xulrunner/nsWildCard.h
 2183include/xulrunner/nsWin32Locale.h
2167include/xulrunner/nsWrapperCache.h 2184include/xulrunner/nsWrapperCache.h
2168include/xulrunner/nsXBLBinding.h 2185include/xulrunner/nsXBLBinding.h
2169include/xulrunner/nsXMLEncodingCID.h 2186include/xulrunner/nsXMLEncodingCID.h
2170include/xulrunner/nsXMLNameSpaceMap.h 2187include/xulrunner/nsXMLNameSpaceMap.h
2171include/xulrunner/nsXPCOM.h 2188include/xulrunner/nsXPCOM.h
2172include/xulrunner/nsXPCOMCID.h 2189include/xulrunner/nsXPCOMCID.h
2173include/xulrunner/nsXPCOMCIDInternal.h 2190include/xulrunner/nsXPCOMCIDInternal.h
2174include/xulrunner/nsXPCOMGlue.h 2191include/xulrunner/nsXPCOMGlue.h
2175include/xulrunner/nsXPCOMStrings.h 2192include/xulrunner/nsXPCOMStrings.h
2176include/xulrunner/nsXPIDLString.h 2193include/xulrunner/nsXPIDLString.h
2177include/xulrunner/nsXPTCUtils.h 2194include/xulrunner/nsXPTCUtils.h
2178include/xulrunner/nsXULAppAPI.h 2195include/xulrunner/nsXULAppAPI.h
2179include/xulrunner/nsXULListboxAccessibleWrap.h 2196include/xulrunner/nsXULListboxAccessibleWrap.h
@@ -2414,26 +2431,30 @@ include/xulrunner/string-template-def-un @@ -2414,26 +2431,30 @@ include/xulrunner/string-template-def-un
2414include/xulrunner/string-template-undef.h 2431include/xulrunner/string-template-undef.h
2415include/xulrunner/sydneyaudio/sydney_audio.h 2432include/xulrunner/sydneyaudio/sydney_audio.h
2416include/xulrunner/theora/codec.h 2433include/xulrunner/theora/codec.h
2417include/xulrunner/theora/theora.h 2434include/xulrunner/theora/theora.h
2418include/xulrunner/theora/theoradec.h 2435include/xulrunner/theora/theoradec.h
2419include/xulrunner/theora/theoraenc.h 2436include/xulrunner/theora/theoraenc.h
2420include/xulrunner/txDouble.h 2437include/xulrunner/txDouble.h
2421include/xulrunner/txIEXSLTRegExFunctions.h 2438include/xulrunner/txIEXSLTRegExFunctions.h
2422include/xulrunner/txIFunctionEvaluationContext.h 2439include/xulrunner/txIFunctionEvaluationContext.h
2423include/xulrunner/txINodeSet.h 2440include/xulrunner/txINodeSet.h
2424include/xulrunner/txIXPathObject.h 2441include/xulrunner/txIXPathObject.h
2425include/xulrunner/uconvutil.h 2442include/xulrunner/uconvutil.h
2426include/xulrunner/utilrename.h 2443include/xulrunner/utilrename.h
 2444include/xulrunner/vm/ArgumentsObject.h
 2445include/xulrunner/vm/GlobalObject.h
 2446include/xulrunner/vm/Stack.h
 2447include/xulrunner/vm/StringObject.h
2427include/xulrunner/vorbis/codec.h 2448include/xulrunner/vorbis/codec.h
2428include/xulrunner/vpx/arm.h 2449include/xulrunner/vpx/arm.h
2429include/xulrunner/vpx/config.h 2450include/xulrunner/vpx/config.h
2430include/xulrunner/vpx/mem.h 2451include/xulrunner/vpx/mem.h
2431include/xulrunner/vpx/scale_mode.h 2452include/xulrunner/vpx/scale_mode.h
2432include/xulrunner/vpx/vp8.h 2453include/xulrunner/vpx/vp8.h
2433include/xulrunner/vpx/vp8cx.h 2454include/xulrunner/vpx/vp8cx.h
2434include/xulrunner/vpx/vp8dx.h 2455include/xulrunner/vpx/vp8dx.h
2435include/xulrunner/vpx/vp8e.h 2456include/xulrunner/vpx/vp8e.h
2436include/xulrunner/vpx/vpx_codec.h 2457include/xulrunner/vpx/vpx_codec.h
2437include/xulrunner/vpx/vpx_codec_impl_bottom.h 2458include/xulrunner/vpx/vpx_codec_impl_bottom.h
2438include/xulrunner/vpx/vpx_codec_impl_top.h 2459include/xulrunner/vpx/vpx_codec_impl_top.h
2439include/xulrunner/vpx/vpx_decoder.h 2460include/xulrunner/vpx/vpx_decoder.h
@@ -2471,66 +2492,722 @@ include/xulrunner/yuv_row.h @@ -2471,66 +2492,722 @@ include/xulrunner/yuv_row.h
2471include/xulrunner/zipstruct.h 2492include/xulrunner/zipstruct.h
2472lib/pkgconfig/libxul-embedding.pc 2493lib/pkgconfig/libxul-embedding.pc
2473lib/pkgconfig/libxul.pc 2494lib/pkgconfig/libxul.pc
2474lib/pkgconfig/mozilla-gtkmozembed-embedding.pc 2495lib/pkgconfig/mozilla-gtkmozembed-embedding.pc
2475lib/pkgconfig/mozilla-gtkmozembed.pc 2496lib/pkgconfig/mozilla-gtkmozembed.pc
2476lib/pkgconfig/mozilla-js.pc 2497lib/pkgconfig/mozilla-js.pc
2477lib/pkgconfig/mozilla-nspr.pc 2498lib/pkgconfig/mozilla-nspr.pc
2478lib/pkgconfig/mozilla-nss.pc 2499lib/pkgconfig/mozilla-nss.pc
2479lib/pkgconfig/mozilla-plugin.pc 2500lib/pkgconfig/mozilla-plugin.pc
2480lib/xulrunner-sdk/bin 2501lib/xulrunner-sdk/bin
2481lib/xulrunner-sdk/idl 2502lib/xulrunner-sdk/idl
2482lib/xulrunner-sdk/include 2503lib/xulrunner-sdk/include
2483lib/xulrunner-sdk/lib 2504lib/xulrunner-sdk/lib
 2505lib/xulrunner-sdk/sdk/bin/xpt.py
2484lib/xulrunner-sdk/sdk/lib/libcrmf.a 2506lib/xulrunner-sdk/sdk/lib/libcrmf.a
2485lib/xulrunner-sdk/sdk/lib/libmozalloc.so 2507lib/xulrunner-sdk/sdk/lib/libmozalloc.so
2486lib/xulrunner-sdk/sdk/lib/libmozreg_s.a 2508lib/xulrunner-sdk/sdk/lib/libmozreg_s.a
2487lib/xulrunner-sdk/sdk/lib/libmozreg_s.a.desc 2509lib/xulrunner-sdk/sdk/lib/libmozreg_s.a.desc
2488lib/xulrunner-sdk/sdk/lib/libnspr4.so 2510lib/xulrunner-sdk/sdk/lib/libnspr4.so
2489lib/xulrunner-sdk/sdk/lib/libnss.a 2511lib/xulrunner-sdk/sdk/lib/libnss.a
2490lib/xulrunner-sdk/sdk/lib/libnssutil.a 2512lib/xulrunner-sdk/sdk/lib/libnssutil.a
2491lib/xulrunner-sdk/sdk/lib/libplc4.so 2513lib/xulrunner-sdk/sdk/lib/libplc4.so
2492lib/xulrunner-sdk/sdk/lib/libplds4.so 2514lib/xulrunner-sdk/sdk/lib/libplds4.so
2493lib/xulrunner-sdk/sdk/lib/libsmime.a 2515lib/xulrunner-sdk/sdk/lib/libsmime.a
2494lib/xulrunner-sdk/sdk/lib/libssl.a 2516lib/xulrunner-sdk/sdk/lib/libssl.a
2495lib/xulrunner-sdk/sdk/lib/libunicharutil_external_s.a 2517lib/xulrunner-sdk/sdk/lib/libunicharutil_external_s.a
2496lib/xulrunner-sdk/sdk/lib/libunicharutil_external_s.a.desc 2518lib/xulrunner-sdk/sdk/lib/libunicharutil_external_s.a.desc
2497lib/xulrunner-sdk/sdk/lib/libxpcom.so 2519lib/xulrunner-sdk/sdk/lib/libxpcom.so
2498lib/xulrunner-sdk/sdk/lib/libxpcomglue.a 2520lib/xulrunner-sdk/sdk/lib/libxpcomglue.a
2499lib/xulrunner-sdk/sdk/lib/libxpcomglue_s.a 2521lib/xulrunner-sdk/sdk/lib/libxpcomglue_s.a
2500lib/xulrunner-sdk/sdk/lib/libxpcomglue_s_nomozalloc.a 2522lib/xulrunner-sdk/sdk/lib/libxpcomglue_s_nomozalloc.a
2501lib/xulrunner-sdk/sdk/lib/libxul.so 2523lib/xulrunner-sdk/sdk/lib/libxul.so
2502lib/xulrunner-sdk/xpcom-config.h 2524lib/xulrunner-sdk/xpcom-config.h
2503lib/xulrunner/LICENSE 2525lib/xulrunner/LICENSE
2504lib/xulrunner/README.txt 2526lib/xulrunner/README.txt
2505lib/xulrunner/chrome.manifest 2527lib/xulrunner/chrome.manifest
2506lib/xulrunner/chrome/en-US.jar 
2507lib/xulrunner/chrome/en-US.manifest 2528lib/xulrunner/chrome/en-US.manifest
 2529lib/xulrunner/chrome/en-US/locale/en-US/alerts/notificationNames.properties
 2530lib/xulrunner/chrome/en-US/locale/en-US/autoconfig/autoconfig.properties
 2531lib/xulrunner/chrome/en-US/locale/en-US/cookie/cookieAcceptDialog.dtd
 2532lib/xulrunner/chrome/en-US/locale/en-US/cookie/cookieAcceptDialog.properties
 2533lib/xulrunner/chrome/en-US/locale/en-US/global-platform/mac/accessible.properties
 2534lib/xulrunner/chrome/en-US/locale/en-US/global-platform/mac/intl.properties
 2535lib/xulrunner/chrome/en-US/locale/en-US/global-platform/mac/platformKeys.properties
 2536lib/xulrunner/chrome/en-US/locale/en-US/global-platform/unix/accessible.properties
 2537lib/xulrunner/chrome/en-US/locale/en-US/global-platform/unix/intl.properties
 2538lib/xulrunner/chrome/en-US/locale/en-US/global-platform/unix/platformKeys.properties
 2539lib/xulrunner/chrome/en-US/locale/en-US/global-platform/win/accessible.properties
 2540lib/xulrunner/chrome/en-US/locale/en-US/global-platform/win/intl.properties
 2541lib/xulrunner/chrome/en-US/locale/en-US/global-platform/win/platformKeys.properties
 2542lib/xulrunner/chrome/en-US/locale/en-US/global-region/region.properties
 2543lib/xulrunner/chrome/en-US/locale/en-US/global/about.dtd
 2544lib/xulrunner/chrome/en-US/locale/en-US/global/aboutAbout.dtd
 2545lib/xulrunner/chrome/en-US/locale/en-US/global/aboutRights.dtd
 2546lib/xulrunner/chrome/en-US/locale/en-US/global/aboutRights.properties
 2547lib/xulrunner/chrome/en-US/locale/en-US/global/aboutSupport.dtd
 2548lib/xulrunner/chrome/en-US/locale/en-US/global/aboutSupport.properties
 2549lib/xulrunner/chrome/en-US/locale/en-US/global/actions.dtd
 2550lib/xulrunner/chrome/en-US/locale/en-US/global/appPicker.dtd
 2551lib/xulrunner/chrome/en-US/locale/en-US/global/appstrings.properties
 2552lib/xulrunner/chrome/en-US/locale/en-US/global/brand.dtd
 2553lib/xulrunner/chrome/en-US/locale/en-US/global/browser.properties
 2554lib/xulrunner/chrome/en-US/locale/en-US/global/charsetOverlay.dtd
 2555lib/xulrunner/chrome/en-US/locale/en-US/global/charsetTitles.properties
 2556lib/xulrunner/chrome/en-US/locale/en-US/global/commonDialog.dtd
 2557lib/xulrunner/chrome/en-US/locale/en-US/global/commonDialogs.properties
 2558lib/xulrunner/chrome/en-US/locale/en-US/global/config.dtd
 2559lib/xulrunner/chrome/en-US/locale/en-US/global/config.properties
 2560lib/xulrunner/chrome/en-US/locale/en-US/global/console.dtd
 2561lib/xulrunner/chrome/en-US/locale/en-US/global/console.properties
 2562lib/xulrunner/chrome/en-US/locale/en-US/global/contentAreaCommands.properties
 2563lib/xulrunner/chrome/en-US/locale/en-US/global/crashes.dtd
 2564lib/xulrunner/chrome/en-US/locale/en-US/global/crashes.properties
 2565lib/xulrunner/chrome/en-US/locale/en-US/global/css.properties
 2566lib/xulrunner/chrome/en-US/locale/en-US/global/customizeCharset.dtd
 2567lib/xulrunner/chrome/en-US/locale/en-US/global/customizeToolbar.dtd
 2568lib/xulrunner/chrome/en-US/locale/en-US/global/customizeToolbar.properties
 2569lib/xulrunner/chrome/en-US/locale/en-US/global/dateFormat.properties
 2570lib/xulrunner/chrome/en-US/locale/en-US/global/datetimepicker.dtd
 2571lib/xulrunner/chrome/en-US/locale/en-US/global/dialog.properties
 2572lib/xulrunner/chrome/en-US/locale/en-US/global/dialogOverlay.dtd
 2573lib/xulrunner/chrome/en-US/locale/en-US/global/dom/dom.properties
 2574lib/xulrunner/chrome/en-US/locale/en-US/global/downloadProgress.properties
 2575lib/xulrunner/chrome/en-US/locale/en-US/global/editMenuOverlay.dtd
 2576lib/xulrunner/chrome/en-US/locale/en-US/global/filefield.properties
 2577lib/xulrunner/chrome/en-US/locale/en-US/global/filepicker.dtd
 2578lib/xulrunner/chrome/en-US/locale/en-US/global/filepicker.properties
 2579lib/xulrunner/chrome/en-US/locale/en-US/global/findbar.dtd
 2580lib/xulrunner/chrome/en-US/locale/en-US/global/findbar.properties
 2581lib/xulrunner/chrome/en-US/locale/en-US/global/finddialog.dtd
 2582lib/xulrunner/chrome/en-US/locale/en-US/global/finddialog.properties
 2583lib/xulrunner/chrome/en-US/locale/en-US/global/global-strres.properties
 2584lib/xulrunner/chrome/en-US/locale/en-US/global/global.dtd
 2585lib/xulrunner/chrome/en-US/locale/en-US/global/globalKeys.dtd
 2586lib/xulrunner/chrome/en-US/locale/en-US/global/headsUpDisplay.properties
 2587lib/xulrunner/chrome/en-US/locale/en-US/global/intl.css
 2588lib/xulrunner/chrome/en-US/locale/en-US/global/intl.properties
 2589lib/xulrunner/chrome/en-US/locale/en-US/global/keys.properties
 2590lib/xulrunner/chrome/en-US/locale/en-US/global/languageNames.properties
 2591lib/xulrunner/chrome/en-US/locale/en-US/global/layout/HtmlForm.properties
 2592lib/xulrunner/chrome/en-US/locale/en-US/global/layout/MediaDocument.properties
 2593lib/xulrunner/chrome/en-US/locale/en-US/global/layout/xmlparser.properties
 2594lib/xulrunner/chrome/en-US/locale/en-US/global/layout_errors.properties
 2595lib/xulrunner/chrome/en-US/locale/en-US/global/mozilla.dtd
 2596lib/xulrunner/chrome/en-US/locale/en-US/global/netError.dtd
 2597lib/xulrunner/chrome/en-US/locale/en-US/global/netErrorApp.dtd
 2598lib/xulrunner/chrome/en-US/locale/en-US/global/notification.dtd
 2599lib/xulrunner/chrome/en-US/locale/en-US/global/nsWebBrowserPersist.properties
 2600lib/xulrunner/chrome/en-US/locale/en-US/global/plugins.properties
 2601lib/xulrunner/chrome/en-US/locale/en-US/global/preferences.dtd
 2602lib/xulrunner/chrome/en-US/locale/en-US/global/printPageSetup.dtd
 2603lib/xulrunner/chrome/en-US/locale/en-US/global/printPreview.dtd
 2604lib/xulrunner/chrome/en-US/locale/en-US/global/printPreviewProgress.dtd
 2605lib/xulrunner/chrome/en-US/locale/en-US/global/printProgress.dtd
 2606lib/xulrunner/chrome/en-US/locale/en-US/global/printdialog.dtd
 2607lib/xulrunner/chrome/en-US/locale/en-US/global/printdialog.properties
 2608lib/xulrunner/chrome/en-US/locale/en-US/global/printing.properties
 2609lib/xulrunner/chrome/en-US/locale/en-US/global/printjoboptions.dtd
 2610lib/xulrunner/chrome/en-US/locale/en-US/global/regionNames.properties
 2611lib/xulrunner/chrome/en-US/locale/en-US/global/search/search.properties
 2612lib/xulrunner/chrome/en-US/locale/en-US/global/security/caps.properties
 2613lib/xulrunner/chrome/en-US/locale/en-US/global/storage.properties
 2614lib/xulrunner/chrome/en-US/locale/en-US/global/svg/svg.properties
 2615lib/xulrunner/chrome/en-US/locale/en-US/global/textcontext.dtd
 2616lib/xulrunner/chrome/en-US/locale/en-US/global/tree.dtd
 2617lib/xulrunner/chrome/en-US/locale/en-US/global/videocontrols.dtd
 2618lib/xulrunner/chrome/en-US/locale/en-US/global/viewSource.dtd
 2619lib/xulrunner/chrome/en-US/locale/en-US/global/viewSource.properties
 2620lib/xulrunner/chrome/en-US/locale/en-US/global/webConsole.dtd
 2621lib/xulrunner/chrome/en-US/locale/en-US/global/wizard.dtd
 2622lib/xulrunner/chrome/en-US/locale/en-US/global/wizard.properties
 2623lib/xulrunner/chrome/en-US/locale/en-US/global/xbl.properties
 2624lib/xulrunner/chrome/en-US/locale/en-US/global/xml/prettyprint.dtd
 2625lib/xulrunner/chrome/en-US/locale/en-US/global/xpinstall/xpinstall.properties
 2626lib/xulrunner/chrome/en-US/locale/en-US/global/xslt/xslt.properties
 2627lib/xulrunner/chrome/en-US/locale/en-US/global/xul.properties
 2628lib/xulrunner/chrome/en-US/locale/en-US/mozapps/downloads/downloads.dtd
 2629lib/xulrunner/chrome/en-US/locale/en-US/mozapps/downloads/downloads.properties
 2630lib/xulrunner/chrome/en-US/locale/en-US/mozapps/downloads/settingsChange.dtd
 2631lib/xulrunner/chrome/en-US/locale/en-US/mozapps/downloads/unknownContentType.dtd
 2632lib/xulrunner/chrome/en-US/locale/en-US/mozapps/downloads/unknownContentType.properties
 2633lib/xulrunner/chrome/en-US/locale/en-US/mozapps/extensions/about.dtd
 2634lib/xulrunner/chrome/en-US/locale/en-US/mozapps/extensions/blocklist.dtd
 2635lib/xulrunner/chrome/en-US/locale/en-US/mozapps/extensions/extensions.dtd
 2636lib/xulrunner/chrome/en-US/locale/en-US/mozapps/extensions/extensions.properties
 2637lib/xulrunner/chrome/en-US/locale/en-US/mozapps/extensions/update.dtd
 2638lib/xulrunner/chrome/en-US/locale/en-US/mozapps/extensions/update.properties
 2639lib/xulrunner/chrome/en-US/locale/en-US/mozapps/handling/handling.dtd
 2640lib/xulrunner/chrome/en-US/locale/en-US/mozapps/handling/handling.properties
 2641lib/xulrunner/chrome/en-US/locale/en-US/mozapps/plugins/plugins.dtd
 2642lib/xulrunner/chrome/en-US/locale/en-US/mozapps/plugins/plugins.properties
 2643lib/xulrunner/chrome/en-US/locale/en-US/mozapps/preferences/changemp.dtd
 2644lib/xulrunner/chrome/en-US/locale/en-US/mozapps/preferences/ocsp.dtd
 2645lib/xulrunner/chrome/en-US/locale/en-US/mozapps/preferences/preferences.properties
 2646lib/xulrunner/chrome/en-US/locale/en-US/mozapps/preferences/removemp.dtd
 2647lib/xulrunner/chrome/en-US/locale/en-US/mozapps/profile/createProfileWizard.dtd
 2648lib/xulrunner/chrome/en-US/locale/en-US/mozapps/profile/profileSelection.dtd
 2649lib/xulrunner/chrome/en-US/locale/en-US/mozapps/profile/profileSelection.properties
 2650lib/xulrunner/chrome/en-US/locale/en-US/mozapps/update/history.dtd
 2651lib/xulrunner/chrome/en-US/locale/en-US/mozapps/update/updates.dtd
 2652lib/xulrunner/chrome/en-US/locale/en-US/mozapps/update/updates.properties
 2653lib/xulrunner/chrome/en-US/locale/en-US/mozapps/xpinstall/xpinstallConfirm.dtd
 2654lib/xulrunner/chrome/en-US/locale/en-US/mozapps/xpinstall/xpinstallConfirm.properties
 2655lib/xulrunner/chrome/en-US/locale/en-US/necko/necko.properties
 2656lib/xulrunner/chrome/en-US/locale/en-US/passwordmgr/passwordManager.dtd
 2657lib/xulrunner/chrome/en-US/locale/en-US/passwordmgr/passwordmgr.properties
 2658lib/xulrunner/chrome/en-US/locale/en-US/pipnss/nsserrors.properties
 2659lib/xulrunner/chrome/en-US/locale/en-US/pipnss/pipnss.properties
 2660lib/xulrunner/chrome/en-US/locale/en-US/pipnss/security.properties
 2661lib/xulrunner/chrome/en-US/locale/en-US/pippki/certManager.dtd
 2662lib/xulrunner/chrome/en-US/locale/en-US/pippki/deviceManager.dtd
 2663lib/xulrunner/chrome/en-US/locale/en-US/pippki/pippki.dtd
 2664lib/xulrunner/chrome/en-US/locale/en-US/pippki/pippki.properties
 2665lib/xulrunner/chrome/en-US/locale/en-US/pippki/validation.dtd
 2666lib/xulrunner/chrome/en-US/locale/en-US/places/places.properties
2508lib/xulrunner/chrome/icons/default/default16.png 2667lib/xulrunner/chrome/icons/default/default16.png
2509lib/xulrunner/chrome/icons/default/default32.png 2668lib/xulrunner/chrome/icons/default/default32.png
2510lib/xulrunner/chrome/icons/default/default48.png 2669lib/xulrunner/chrome/icons/default/default48.png
2511lib/xulrunner/chrome/pippki.jar 
2512lib/xulrunner/chrome/pippki.manifest 2670lib/xulrunner/chrome/pippki.manifest
2513lib/xulrunner/chrome/toolkit.jar 2671lib/xulrunner/chrome/pippki/content/pippki/CAOverlay.xul
 2672lib/xulrunner/chrome/pippki/content/pippki/MineOverlay.xul
 2673lib/xulrunner/chrome/pippki/content/pippki/OrphanOverlay.xul
 2674lib/xulrunner/chrome/pippki/content/pippki/OthersOverlay.xul
 2675lib/xulrunner/chrome/pippki/content/pippki/WebSitesOverlay.xul
 2676lib/xulrunner/chrome/pippki/content/pippki/cacertexists.xul
 2677lib/xulrunner/chrome/pippki/content/pippki/certDump.xul
 2678lib/xulrunner/chrome/pippki/content/pippki/certManager.js
 2679lib/xulrunner/chrome/pippki/content/pippki/certManager.xul
 2680lib/xulrunner/chrome/pippki/content/pippki/certViewer.xul
 2681lib/xulrunner/chrome/pippki/content/pippki/certerror.js
 2682lib/xulrunner/chrome/pippki/content/pippki/certerror.xul
 2683lib/xulrunner/chrome/pippki/content/pippki/certpicker.js
 2684lib/xulrunner/chrome/pippki/content/pippki/certpicker.xul
 2685lib/xulrunner/chrome/pippki/content/pippki/changepassword.xul
 2686lib/xulrunner/chrome/pippki/content/pippki/choosetoken.js
 2687lib/xulrunner/chrome/pippki/content/pippki/choosetoken.xul
 2688lib/xulrunner/chrome/pippki/content/pippki/clientauthask.js
 2689lib/xulrunner/chrome/pippki/content/pippki/clientauthask.xul
 2690lib/xulrunner/chrome/pippki/content/pippki/createCertInfo.js
 2691lib/xulrunner/chrome/pippki/content/pippki/createCertInfo.xul
 2692lib/xulrunner/chrome/pippki/content/pippki/crlImportDialog.js
 2693lib/xulrunner/chrome/pippki/content/pippki/crlImportDialog.xul
 2694lib/xulrunner/chrome/pippki/content/pippki/crlManager.js
 2695lib/xulrunner/chrome/pippki/content/pippki/crlManager.xul
 2696lib/xulrunner/chrome/pippki/content/pippki/deletecert.js
 2697lib/xulrunner/chrome/pippki/content/pippki/deletecert.xul
 2698lib/xulrunner/chrome/pippki/content/pippki/device_manager.js
 2699lib/xulrunner/chrome/pippki/content/pippki/device_manager.xul
 2700lib/xulrunner/chrome/pippki/content/pippki/downloadcert.js
 2701lib/xulrunner/chrome/pippki/content/pippki/downloadcert.xul
 2702lib/xulrunner/chrome/pippki/content/pippki/editcacert.xul
 2703lib/xulrunner/chrome/pippki/content/pippki/editcerts.js
 2704lib/xulrunner/chrome/pippki/content/pippki/editemailcert.xul
 2705lib/xulrunner/chrome/pippki/content/pippki/editsslcert.xul
 2706lib/xulrunner/chrome/pippki/content/pippki/escrowWarn.js
 2707lib/xulrunner/chrome/pippki/content/pippki/escrowWarn.xul
 2708lib/xulrunner/chrome/pippki/content/pippki/exceptionDialog.js
 2709lib/xulrunner/chrome/pippki/content/pippki/exceptionDialog.xul
 2710lib/xulrunner/chrome/pippki/content/pippki/formsigning.js
 2711lib/xulrunner/chrome/pippki/content/pippki/formsigning.xul
 2712lib/xulrunner/chrome/pippki/content/pippki/getp12password.xul
 2713lib/xulrunner/chrome/pippki/content/pippki/getpassword.xul
 2714lib/xulrunner/chrome/pippki/content/pippki/load_device.xul
 2715lib/xulrunner/chrome/pippki/content/pippki/password.js
 2716lib/xulrunner/chrome/pippki/content/pippki/pippki.js
 2717lib/xulrunner/chrome/pippki/content/pippki/pref-crlupdate.js
 2718lib/xulrunner/chrome/pippki/content/pippki/pref-crlupdate.xul
 2719lib/xulrunner/chrome/pippki/content/pippki/protectedAuth.js
 2720lib/xulrunner/chrome/pippki/content/pippki/protectedAuth.xul
 2721lib/xulrunner/chrome/pippki/content/pippki/resetpassword.js
 2722lib/xulrunner/chrome/pippki/content/pippki/resetpassword.xul
 2723lib/xulrunner/chrome/pippki/content/pippki/serverCrlNextupdate.js
 2724lib/xulrunner/chrome/pippki/content/pippki/serverCrlNextupdate.xul
 2725lib/xulrunner/chrome/pippki/content/pippki/setp12password.xul
 2726lib/xulrunner/chrome/pippki/content/pippki/viewCertDetails.js
 2727lib/xulrunner/chrome/pippki/content/pippki/viewCertDetails.xul
2514lib/xulrunner/chrome/toolkit.manifest 2728lib/xulrunner/chrome/toolkit.manifest
 2729lib/xulrunner/chrome/toolkit/content/cookie/cookieAcceptDialog.js
 2730lib/xulrunner/chrome/toolkit/content/cookie/cookieAcceptDialog.xul
 2731lib/xulrunner/chrome/toolkit/content/global/XPCNativeWrapper.js
 2732lib/xulrunner/chrome/toolkit/content/global/about.xhtml
 2733lib/xulrunner/chrome/toolkit/content/global/aboutAbout.xhtml
 2734lib/xulrunner/chrome/toolkit/content/global/aboutMemory.css
 2735lib/xulrunner/chrome/toolkit/content/global/aboutMemory.js
 2736lib/xulrunner/chrome/toolkit/content/global/aboutMemory.xhtml
 2737lib/xulrunner/chrome/toolkit/content/global/aboutRights-unbranded.xhtml
 2738lib/xulrunner/chrome/toolkit/content/global/aboutRights.xhtml
 2739lib/xulrunner/chrome/toolkit/content/global/aboutSupport.js
 2740lib/xulrunner/chrome/toolkit/content/global/aboutSupport.xhtml
 2741lib/xulrunner/chrome/toolkit/content/global/alerts/alert.js
 2742lib/xulrunner/chrome/toolkit/content/global/alerts/alert.xul
 2743lib/xulrunner/chrome/toolkit/content/global/appPicker.js
 2744lib/xulrunner/chrome/toolkit/content/global/appPicker.xul
 2745lib/xulrunner/chrome/toolkit/content/global/bindings/autocomplete.xml
 2746lib/xulrunner/chrome/toolkit/content/global/bindings/browser.xml
 2747lib/xulrunner/chrome/toolkit/content/global/bindings/button.xml
 2748lib/xulrunner/chrome/toolkit/content/global/bindings/checkbox.xml
 2749lib/xulrunner/chrome/toolkit/content/global/bindings/colorpicker.xml
 2750lib/xulrunner/chrome/toolkit/content/global/bindings/datetimepicker.xml
 2751lib/xulrunner/chrome/toolkit/content/global/bindings/dialog.xml
 2752lib/xulrunner/chrome/toolkit/content/global/bindings/editor.xml
 2753lib/xulrunner/chrome/toolkit/content/global/bindings/expander.xml
 2754lib/xulrunner/chrome/toolkit/content/global/bindings/filefield.xml
 2755lib/xulrunner/chrome/toolkit/content/global/bindings/findbar.xml
 2756lib/xulrunner/chrome/toolkit/content/global/bindings/general.xml
 2757lib/xulrunner/chrome/toolkit/content/global/bindings/groupbox.xml
 2758lib/xulrunner/chrome/toolkit/content/global/bindings/listbox.xml
 2759lib/xulrunner/chrome/toolkit/content/global/bindings/menu.xml
 2760lib/xulrunner/chrome/toolkit/content/global/bindings/menulist.xml
 2761lib/xulrunner/chrome/toolkit/content/global/bindings/notification.xml
 2762lib/xulrunner/chrome/toolkit/content/global/bindings/numberbox.xml
 2763lib/xulrunner/chrome/toolkit/content/global/bindings/popup.xml
 2764lib/xulrunner/chrome/toolkit/content/global/bindings/preferences.xml
 2765lib/xulrunner/chrome/toolkit/content/global/bindings/progressmeter.xml
 2766lib/xulrunner/chrome/toolkit/content/global/bindings/radio.xml
 2767lib/xulrunner/chrome/toolkit/content/global/bindings/resizer.xml
 2768lib/xulrunner/chrome/toolkit/content/global/bindings/richlistbox.xml
 2769lib/xulrunner/chrome/toolkit/content/global/bindings/scale.xml
 2770lib/xulrunner/chrome/toolkit/content/global/bindings/scrollbar.xml
 2771lib/xulrunner/chrome/toolkit/content/global/bindings/scrollbox.xml
 2772lib/xulrunner/chrome/toolkit/content/global/bindings/spinbuttons.xml
 2773lib/xulrunner/chrome/toolkit/content/global/bindings/splitter.xml
 2774lib/xulrunner/chrome/toolkit/content/global/bindings/stringbundle.xml
 2775lib/xulrunner/chrome/toolkit/content/global/bindings/tabbox.xml
 2776lib/xulrunner/chrome/toolkit/content/global/bindings/text.xml
 2777lib/xulrunner/chrome/toolkit/content/global/bindings/textbox.xml
 2778lib/xulrunner/chrome/toolkit/content/global/bindings/toolbar.xml
 2779lib/xulrunner/chrome/toolkit/content/global/bindings/toolbarbutton.xml
 2780lib/xulrunner/chrome/toolkit/content/global/bindings/tree.xml
 2781lib/xulrunner/chrome/toolkit/content/global/bindings/videocontrols.css
 2782lib/xulrunner/chrome/toolkit/content/global/bindings/videocontrols.xml
 2783lib/xulrunner/chrome/toolkit/content/global/bindings/wizard.xml
 2784lib/xulrunner/chrome/toolkit/content/global/buildconfig.html
 2785lib/xulrunner/chrome/toolkit/content/global/charsetOverlay.js
 2786lib/xulrunner/chrome/toolkit/content/global/charsetOverlay.xul
 2787lib/xulrunner/chrome/toolkit/content/global/commonDialog.css
 2788lib/xulrunner/chrome/toolkit/content/global/commonDialog.js
 2789lib/xulrunner/chrome/toolkit/content/global/commonDialog.xul
 2790lib/xulrunner/chrome/toolkit/content/global/config.js
 2791lib/xulrunner/chrome/toolkit/content/global/config.xul
 2792lib/xulrunner/chrome/toolkit/content/global/console.css
 2793lib/xulrunner/chrome/toolkit/content/global/console.js
 2794lib/xulrunner/chrome/toolkit/content/global/console.xul
 2795lib/xulrunner/chrome/toolkit/content/global/consoleBindings.xml
 2796lib/xulrunner/chrome/toolkit/content/global/contentAreaUtils.js
 2797lib/xulrunner/chrome/toolkit/content/global/cpow/child.html
 2798lib/xulrunner/chrome/toolkit/content/global/cpow/test.xul
 2799lib/xulrunner/chrome/toolkit/content/global/customizeCharset.js
 2800lib/xulrunner/chrome/toolkit/content/global/customizeCharset.xul
 2801lib/xulrunner/chrome/toolkit/content/global/customizeToolbar.css
 2802lib/xulrunner/chrome/toolkit/content/global/customizeToolbar.js
 2803lib/xulrunner/chrome/toolkit/content/global/customizeToolbar.xul
 2804lib/xulrunner/chrome/toolkit/content/global/dialogOverlay.js
 2805lib/xulrunner/chrome/toolkit/content/global/dialogOverlay.xul
 2806lib/xulrunner/chrome/toolkit/content/global/directionDetector.html
 2807lib/xulrunner/chrome/toolkit/content/global/editMenuOverlay.js
 2808lib/xulrunner/chrome/toolkit/content/global/editMenuOverlay.xul
 2809lib/xulrunner/chrome/toolkit/content/global/filepicker.js
 2810lib/xulrunner/chrome/toolkit/content/global/filepicker.properties
 2811lib/xulrunner/chrome/toolkit/content/global/filepicker.xul
 2812lib/xulrunner/chrome/toolkit/content/global/findUtils.js
 2813lib/xulrunner/chrome/toolkit/content/global/finddialog.js
 2814lib/xulrunner/chrome/toolkit/content/global/finddialog.xul
 2815lib/xulrunner/chrome/toolkit/content/global/globalOverlay.js
 2816lib/xulrunner/chrome/toolkit/content/global/globalOverlay.xul
 2817lib/xulrunner/chrome/toolkit/content/global/inlineSpellCheckUI.js
 2818lib/xulrunner/chrome/toolkit/content/global/license.html
 2819lib/xulrunner/chrome/toolkit/content/global/menulist.css
 2820lib/xulrunner/chrome/toolkit/content/global/mozilla.xhtml
 2821lib/xulrunner/chrome/toolkit/content/global/netError.xhtml
 2822lib/xulrunner/chrome/toolkit/content/global/notfound.wav
 2823lib/xulrunner/chrome/toolkit/content/global/nsClipboard.js
 2824lib/xulrunner/chrome/toolkit/content/global/nsDragAndDrop.js
 2825lib/xulrunner/chrome/toolkit/content/global/nsUserSettings.js
 2826lib/xulrunner/chrome/toolkit/content/global/platformHTMLBindings.xml
 2827lib/xulrunner/chrome/toolkit/content/global/plugins.css
 2828lib/xulrunner/chrome/toolkit/content/global/plugins.html
 2829lib/xulrunner/chrome/toolkit/content/global/printPageSetup.js
 2830lib/xulrunner/chrome/toolkit/content/global/printPageSetup.xul
 2831lib/xulrunner/chrome/toolkit/content/global/printPreviewBindings.xml
 2832lib/xulrunner/chrome/toolkit/content/global/printPreviewProgress.js
 2833lib/xulrunner/chrome/toolkit/content/global/printPreviewProgress.xul
 2834lib/xulrunner/chrome/toolkit/content/global/printProgress.js
 2835lib/xulrunner/chrome/toolkit/content/global/printProgress.xul
 2836lib/xulrunner/chrome/toolkit/content/global/printUtils.js
 2837lib/xulrunner/chrome/toolkit/content/global/printdialog.js
 2838lib/xulrunner/chrome/toolkit/content/global/printdialog.xul
 2839lib/xulrunner/chrome/toolkit/content/global/printjoboptions.js
 2840lib/xulrunner/chrome/toolkit/content/global/printjoboptions.xul
 2841lib/xulrunner/chrome/toolkit/content/global/remote-test-ipc.js
 2842lib/xulrunner/chrome/toolkit/content/global/selectDialog.js
 2843lib/xulrunner/chrome/toolkit/content/global/selectDialog.xul
 2844lib/xulrunner/chrome/toolkit/content/global/strres.js
 2845lib/xulrunner/chrome/toolkit/content/global/svg/svgBindings.xml
 2846lib/xulrunner/chrome/toolkit/content/global/tabprompts.css
 2847lib/xulrunner/chrome/toolkit/content/global/tabprompts.xml
 2848lib/xulrunner/chrome/toolkit/content/global/test-ipc.xul
 2849lib/xulrunner/chrome/toolkit/content/global/test-ipcbrowser-chrome.js
 2850lib/xulrunner/chrome/toolkit/content/global/test-ipcbrowser-content.js
 2851lib/xulrunner/chrome/toolkit/content/global/test-ipcbrowser.xul
 2852lib/xulrunner/chrome/toolkit/content/global/textbox.css
 2853lib/xulrunner/chrome/toolkit/content/global/viewPartialSource.js
 2854lib/xulrunner/chrome/toolkit/content/global/viewPartialSource.xul
 2855lib/xulrunner/chrome/toolkit/content/global/viewSource.css
 2856lib/xulrunner/chrome/toolkit/content/global/viewSource.js
 2857lib/xulrunner/chrome/toolkit/content/global/viewSource.xul
 2858lib/xulrunner/chrome/toolkit/content/global/viewSourceUtils.js
 2859lib/xulrunner/chrome/toolkit/content/global/viewZoomOverlay.js
 2860lib/xulrunner/chrome/toolkit/content/global/xml/XMLMonoPrint.css
 2861lib/xulrunner/chrome/toolkit/content/global/xml/XMLPrettyPrint.css
 2862lib/xulrunner/chrome/toolkit/content/global/xml/XMLPrettyPrint.xml
 2863lib/xulrunner/chrome/toolkit/content/global/xml/XMLPrettyPrint.xsl
 2864lib/xulrunner/chrome/toolkit/content/global/xul.css
 2865lib/xulrunner/chrome/toolkit/content/mozapps/downloads/DownloadProgressListener.js
 2866lib/xulrunner/chrome/toolkit/content/mozapps/downloads/download.xml
 2867lib/xulrunner/chrome/toolkit/content/mozapps/downloads/downloads.css
 2868lib/xulrunner/chrome/toolkit/content/mozapps/downloads/downloads.js
 2869lib/xulrunner/chrome/toolkit/content/mozapps/downloads/downloads.xul
 2870lib/xulrunner/chrome/toolkit/content/mozapps/downloads/helperApps.js
 2871lib/xulrunner/chrome/toolkit/content/mozapps/downloads/unknownContentType.xul
 2872lib/xulrunner/chrome/toolkit/content/mozapps/extensions/about.js
 2873lib/xulrunner/chrome/toolkit/content/mozapps/extensions/about.xul
 2874lib/xulrunner/chrome/toolkit/content/mozapps/extensions/blocklist.css
 2875lib/xulrunner/chrome/toolkit/content/mozapps/extensions/blocklist.js
 2876lib/xulrunner/chrome/toolkit/content/mozapps/extensions/blocklist.xml
 2877lib/xulrunner/chrome/toolkit/content/mozapps/extensions/blocklist.xul
 2878lib/xulrunner/chrome/toolkit/content/mozapps/extensions/eula.js
 2879lib/xulrunner/chrome/toolkit/content/mozapps/extensions/eula.xul
 2880lib/xulrunner/chrome/toolkit/content/mozapps/extensions/extensions-content.js
 2881lib/xulrunner/chrome/toolkit/content/mozapps/extensions/extensions.css
 2882lib/xulrunner/chrome/toolkit/content/mozapps/extensions/extensions.js
 2883lib/xulrunner/chrome/toolkit/content/mozapps/extensions/extensions.xml
 2884lib/xulrunner/chrome/toolkit/content/mozapps/extensions/extensions.xul
 2885lib/xulrunner/chrome/toolkit/content/mozapps/extensions/list.js
 2886lib/xulrunner/chrome/toolkit/content/mozapps/extensions/list.xul
 2887lib/xulrunner/chrome/toolkit/content/mozapps/extensions/update.js
 2888lib/xulrunner/chrome/toolkit/content/mozapps/extensions/update.xul
 2889lib/xulrunner/chrome/toolkit/content/mozapps/extensions/updateinfo.xsl
 2890lib/xulrunner/chrome/toolkit/content/mozapps/handling/dialog.js
 2891lib/xulrunner/chrome/toolkit/content/mozapps/handling/dialog.xul
 2892lib/xulrunner/chrome/toolkit/content/mozapps/handling/handler.css
 2893lib/xulrunner/chrome/toolkit/content/mozapps/handling/handler.xml
 2894lib/xulrunner/chrome/toolkit/content/mozapps/plugins/pluginFinderBinding.css
 2895lib/xulrunner/chrome/toolkit/content/mozapps/plugins/pluginInstallerDatasource.js
 2896lib/xulrunner/chrome/toolkit/content/mozapps/plugins/pluginInstallerService.js
 2897lib/xulrunner/chrome/toolkit/content/mozapps/plugins/pluginInstallerWizard.css
 2898lib/xulrunner/chrome/toolkit/content/mozapps/plugins/pluginInstallerWizard.js
 2899lib/xulrunner/chrome/toolkit/content/mozapps/plugins/pluginInstallerWizard.xul
 2900lib/xulrunner/chrome/toolkit/content/mozapps/plugins/pluginProblem.xml
 2901lib/xulrunner/chrome/toolkit/content/mozapps/plugins/pluginProblemBinding.css
 2902lib/xulrunner/chrome/toolkit/content/mozapps/plugins/pluginProblemContent.css
 2903lib/xulrunner/chrome/toolkit/content/mozapps/preferences/changemp.js
 2904lib/xulrunner/chrome/toolkit/content/mozapps/preferences/changemp.xul
 2905lib/xulrunner/chrome/toolkit/content/mozapps/preferences/fontbuilder.js
 2906lib/xulrunner/chrome/toolkit/content/mozapps/preferences/ocsp.js
 2907lib/xulrunner/chrome/toolkit/content/mozapps/preferences/ocsp.xul
 2908lib/xulrunner/chrome/toolkit/content/mozapps/preferences/removemp.js
 2909lib/xulrunner/chrome/toolkit/content/mozapps/preferences/removemp.xul
 2910lib/xulrunner/chrome/toolkit/content/mozapps/profile/createProfileWizard.js
 2911lib/xulrunner/chrome/toolkit/content/mozapps/profile/createProfileWizard.xul
 2912lib/xulrunner/chrome/toolkit/content/mozapps/profile/profileSelection.js
 2913lib/xulrunner/chrome/toolkit/content/mozapps/profile/profileSelection.xul
 2914lib/xulrunner/chrome/toolkit/content/mozapps/update/history.js
 2915lib/xulrunner/chrome/toolkit/content/mozapps/update/history.xul
 2916lib/xulrunner/chrome/toolkit/content/mozapps/update/updates.css
 2917lib/xulrunner/chrome/toolkit/content/mozapps/update/updates.js
 2918lib/xulrunner/chrome/toolkit/content/mozapps/update/updates.xml
 2919lib/xulrunner/chrome/toolkit/content/mozapps/update/updates.xul
 2920lib/xulrunner/chrome/toolkit/content/mozapps/xpinstall/xpinstallConfirm.css
 2921lib/xulrunner/chrome/toolkit/content/mozapps/xpinstall/xpinstallConfirm.js
 2922lib/xulrunner/chrome/toolkit/content/mozapps/xpinstall/xpinstallConfirm.xul
 2923lib/xulrunner/chrome/toolkit/content/mozapps/xpinstall/xpinstallItem.xml
 2924lib/xulrunner/chrome/toolkit/content/passwordmgr/passwordManager.js
 2925lib/xulrunner/chrome/toolkit/content/passwordmgr/passwordManager.xul
 2926lib/xulrunner/chrome/toolkit/content/passwordmgr/passwordManagerCommon.js
 2927lib/xulrunner/chrome/toolkit/content/passwordmgr/passwordManagerExceptions.js
 2928lib/xulrunner/chrome/toolkit/content/passwordmgr/passwordManagerExceptions.xul
 2929lib/xulrunner/chrome/toolkit/content/satchel/formSubmitListener.js
 2930lib/xulrunner/chrome/toolkit/content/xbl-marquee/xbl-marquee.css
 2931lib/xulrunner/chrome/toolkit/content/xbl-marquee/xbl-marquee.xml
 2932lib/xulrunner/chrome/toolkit/res/arrow.gif
 2933lib/xulrunner/chrome/toolkit/res/arrowd.gif
 2934lib/xulrunner/chrome/toolkit/res/broken-image.png
 2935lib/xulrunner/chrome/toolkit/res/charsetData.properties
 2936lib/xulrunner/chrome/toolkit/res/forms.css
 2937lib/xulrunner/chrome/toolkit/res/hiddenWindow.html
 2938lib/xulrunner/chrome/toolkit/res/html.css
 2939lib/xulrunner/chrome/toolkit/res/loading-image.png
 2940lib/xulrunner/chrome/toolkit/res/mathml.css
 2941lib/xulrunner/chrome/toolkit/res/quirk.css
 2942lib/xulrunner/chrome/toolkit/res/ua.css
 2943lib/xulrunner/chrome/toolkit/res/viewsource.css
 2944lib/xulrunner/chrome/toolkit/skin/classic/global/Filepicker.png
 2945lib/xulrunner/chrome/toolkit/skin/classic/global/about.css
 2946lib/xulrunner/chrome/toolkit/skin/classic/global/aboutCache.css
 2947lib/xulrunner/chrome/toolkit/skin/classic/global/aboutCacheEntry.css
 2948lib/xulrunner/chrome/toolkit/skin/classic/global/aboutMemory.css
 2949lib/xulrunner/chrome/toolkit/skin/classic/global/aboutSupport.css
 2950lib/xulrunner/chrome/toolkit/skin/classic/global/alerts/alert.css
 2951lib/xulrunner/chrome/toolkit/skin/classic/global/appPicker.css
 2952lib/xulrunner/chrome/toolkit/skin/classic/global/arrow.css
 2953lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-dn-dis.gif
 2954lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-dn-hov.gif
 2955lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-dn-sharp.gif
 2956lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-dn.gif
 2957lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-down.png
 2958lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-lft-dis.gif
 2959lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-lft-hov.gif
 2960lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-lft-sharp-end.gif
 2961lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-lft-sharp.gif
 2962lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-lft.gif
 2963lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-rit-dis.gif
 2964lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-rit-hov.gif
 2965lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-rit-sharp-end.gif
 2966lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-rit-sharp.gif
 2967lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-rit.gif
 2968lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-up-dis.gif
 2969lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-up-hov.gif
 2970lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-up-sharp.gif
 2971lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-up.gif
 2972lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/panelarrow-down.png
 2973lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/panelarrow-horiz.png
 2974lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/panelarrow-horizontal.svg
 2975lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/panelarrow-up.png
 2976lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/panelarrow-vertical.svg
 2977lib/xulrunner/chrome/toolkit/skin/classic/global/autocomplete.css
 2978lib/xulrunner/chrome/toolkit/skin/classic/global/button.css
 2979lib/xulrunner/chrome/toolkit/skin/classic/global/checkbox.css
 2980lib/xulrunner/chrome/toolkit/skin/classic/global/checkbox/cbox-check-dis.gif
 2981lib/xulrunner/chrome/toolkit/skin/classic/global/checkbox/cbox-check.gif
 2982lib/xulrunner/chrome/toolkit/skin/classic/global/colorpicker.css
 2983lib/xulrunner/chrome/toolkit/skin/classic/global/commonDialog.css
 2984lib/xulrunner/chrome/toolkit/skin/classic/global/config.css
 2985lib/xulrunner/chrome/toolkit/skin/classic/global/console/bullet-error.png
 2986lib/xulrunner/chrome/toolkit/skin/classic/global/console/bullet-question.png
 2987lib/xulrunner/chrome/toolkit/skin/classic/global/console/bullet-warning.png
 2988lib/xulrunner/chrome/toolkit/skin/classic/global/console/console-error-caret.gif
 2989lib/xulrunner/chrome/toolkit/skin/classic/global/console/console-error-dash.gif
 2990lib/xulrunner/chrome/toolkit/skin/classic/global/console/console-toolbar.png
 2991lib/xulrunner/chrome/toolkit/skin/classic/global/console/console.css
 2992lib/xulrunner/chrome/toolkit/skin/classic/global/console/console.png
 2993lib/xulrunner/chrome/toolkit/skin/classic/global/console/itemSelected.png
 2994lib/xulrunner/chrome/toolkit/skin/classic/global/customizeToolbar.css
 2995lib/xulrunner/chrome/toolkit/skin/classic/global/datetimepicker.css
 2996lib/xulrunner/chrome/toolkit/skin/classic/global/dialog.css
 2997lib/xulrunner/chrome/toolkit/skin/classic/global/dirListing/dirListing.css
 2998lib/xulrunner/chrome/toolkit/skin/classic/global/dirListing/folder.png
 2999lib/xulrunner/chrome/toolkit/skin/classic/global/dirListing/local.png
 3000lib/xulrunner/chrome/toolkit/skin/classic/global/dirListing/remote.png
 3001lib/xulrunner/chrome/toolkit/skin/classic/global/dirListing/up.png
 3002lib/xulrunner/chrome/toolkit/skin/classic/global/dropmarker.css
 3003lib/xulrunner/chrome/toolkit/skin/classic/global/expander.css
 3004lib/xulrunner/chrome/toolkit/skin/classic/global/filefield.css
 3005lib/xulrunner/chrome/toolkit/skin/classic/global/filepicker.css
 3006lib/xulrunner/chrome/toolkit/skin/classic/global/findBar.css
 3007lib/xulrunner/chrome/toolkit/skin/classic/global/global.css
 3008lib/xulrunner/chrome/toolkit/skin/classic/global/globalBindings.xml
 3009lib/xulrunner/chrome/toolkit/skin/classic/global/groupbox.css
 3010lib/xulrunner/chrome/toolkit/skin/classic/global/icons/Authentication.png
 3011lib/xulrunner/chrome/toolkit/skin/classic/global/icons/Close.gif
 3012lib/xulrunner/chrome/toolkit/skin/classic/global/icons/Error.png
 3013lib/xulrunner/chrome/toolkit/skin/classic/global/icons/Landscape.png
 3014lib/xulrunner/chrome/toolkit/skin/classic/global/icons/Minimize.gif
 3015lib/xulrunner/chrome/toolkit/skin/classic/global/icons/Portrait.png
 3016lib/xulrunner/chrome/toolkit/skin/classic/global/icons/Print-preview.png
 3017lib/xulrunner/chrome/toolkit/skin/classic/global/icons/Question.png
 3018lib/xulrunner/chrome/toolkit/skin/classic/global/icons/Restore.gif
 3019lib/xulrunner/chrome/toolkit/skin/classic/global/icons/Search-close.png
 3020lib/xulrunner/chrome/toolkit/skin/classic/global/icons/Search-glass.png
 3021lib/xulrunner/chrome/toolkit/skin/classic/global/icons/Warning.png
 3022lib/xulrunner/chrome/toolkit/skin/classic/global/icons/autoscroll.png
 3023lib/xulrunner/chrome/toolkit/skin/classic/global/icons/blacklist_favicon.png
 3024lib/xulrunner/chrome/toolkit/skin/classic/global/icons/blacklist_large.png
 3025lib/xulrunner/chrome/toolkit/skin/classic/global/icons/close.png
 3026lib/xulrunner/chrome/toolkit/skin/classic/global/icons/collapse.png
 3027lib/xulrunner/chrome/toolkit/skin/classic/global/icons/commandline.png
 3028lib/xulrunner/chrome/toolkit/skin/classic/global/icons/error-16.png
 3029lib/xulrunner/chrome/toolkit/skin/classic/global/icons/error-24.png
 3030lib/xulrunner/chrome/toolkit/skin/classic/global/icons/error-48.png
 3031lib/xulrunner/chrome/toolkit/skin/classic/global/icons/error-64.png
 3032lib/xulrunner/chrome/toolkit/skin/classic/global/icons/expand.png
 3033lib/xulrunner/chrome/toolkit/skin/classic/global/icons/find.png
 3034lib/xulrunner/chrome/toolkit/skin/classic/global/icons/folder-item.png
 3035lib/xulrunner/chrome/toolkit/skin/classic/global/icons/information-16.png
 3036lib/xulrunner/chrome/toolkit/skin/classic/global/icons/information-24.png
 3037lib/xulrunner/chrome/toolkit/skin/classic/global/icons/information-32.png
 3038lib/xulrunner/chrome/toolkit/skin/classic/global/icons/information-48.png
 3039lib/xulrunner/chrome/toolkit/skin/classic/global/icons/information-64.png
 3040lib/xulrunner/chrome/toolkit/skin/classic/global/icons/loading_16.png
 3041lib/xulrunner/chrome/toolkit/skin/classic/global/icons/notfound.png
 3042lib/xulrunner/chrome/toolkit/skin/classic/global/icons/notloading_16.png
 3043lib/xulrunner/chrome/toolkit/skin/classic/global/icons/panelarrow-horizontal.svg
 3044lib/xulrunner/chrome/toolkit/skin/classic/global/icons/panelarrow-vertical.svg
 3045lib/xulrunner/chrome/toolkit/skin/classic/global/icons/question-16.png
 3046lib/xulrunner/chrome/toolkit/skin/classic/global/icons/question-24.png
 3047lib/xulrunner/chrome/toolkit/skin/classic/global/icons/question-48.png
 3048lib/xulrunner/chrome/toolkit/skin/classic/global/icons/question-64.png
 3049lib/xulrunner/chrome/toolkit/skin/classic/global/icons/resizer-rtl.png
 3050lib/xulrunner/chrome/toolkit/skin/classic/global/icons/resizer.png
 3051lib/xulrunner/chrome/toolkit/skin/classic/global/icons/sslWarning.png
 3052lib/xulrunner/chrome/toolkit/skin/classic/global/icons/tabprompts-bgtexture.png
 3053lib/xulrunner/chrome/toolkit/skin/classic/global/icons/warning-16.png
 3054lib/xulrunner/chrome/toolkit/skin/classic/global/icons/warning-24.png
 3055lib/xulrunner/chrome/toolkit/skin/classic/global/icons/warning-64.png
 3056lib/xulrunner/chrome/toolkit/skin/classic/global/icons/warning-large.png
 3057lib/xulrunner/chrome/toolkit/skin/classic/global/icons/webconsole.png
 3058lib/xulrunner/chrome/toolkit/skin/classic/global/icons/windowControls.png
 3059lib/xulrunner/chrome/toolkit/skin/classic/global/icons/wrap.png
 3060lib/xulrunner/chrome/toolkit/skin/classic/global/linkTree.css
 3061lib/xulrunner/chrome/toolkit/skin/classic/global/listbox.css
 3062lib/xulrunner/chrome/toolkit/skin/classic/global/media/error.png
 3063lib/xulrunner/chrome/toolkit/skin/classic/global/media/muteButton.png
 3064lib/xulrunner/chrome/toolkit/skin/classic/global/media/pauseButton.png
 3065lib/xulrunner/chrome/toolkit/skin/classic/global/media/playButton.png
 3066lib/xulrunner/chrome/toolkit/skin/classic/global/media/scrubberThumb.png
 3067lib/xulrunner/chrome/toolkit/skin/classic/global/media/scrubberThumbWide.png
 3068lib/xulrunner/chrome/toolkit/skin/classic/global/media/throbber.png
 3069lib/xulrunner/chrome/toolkit/skin/classic/global/media/unmuteButton.png
 3070lib/xulrunner/chrome/toolkit/skin/classic/global/media/videocontrols.css
 3071lib/xulrunner/chrome/toolkit/skin/classic/global/media/volumeThumb.png
 3072lib/xulrunner/chrome/toolkit/skin/classic/global/menu.css
 3073lib/xulrunner/chrome/toolkit/skin/classic/global/menulist.css
 3074lib/xulrunner/chrome/toolkit/skin/classic/global/netError.css
 3075lib/xulrunner/chrome/toolkit/skin/classic/global/notification.css
 3076lib/xulrunner/chrome/toolkit/skin/classic/global/numberbox.css
 3077lib/xulrunner/chrome/toolkit/skin/classic/global/passwordmgr.css
 3078lib/xulrunner/chrome/toolkit/skin/classic/global/popup.css
 3079lib/xulrunner/chrome/toolkit/skin/classic/global/preferences.css
 3080lib/xulrunner/chrome/toolkit/skin/classic/global/printPageSetup.css
 3081lib/xulrunner/chrome/toolkit/skin/classic/global/printPreview.css
 3082lib/xulrunner/chrome/toolkit/skin/classic/global/printpreview/arrow-left-end.png
 3083lib/xulrunner/chrome/toolkit/skin/classic/global/printpreview/arrow-left.png
 3084lib/xulrunner/chrome/toolkit/skin/classic/global/printpreview/arrow-right-end.png
 3085lib/xulrunner/chrome/toolkit/skin/classic/global/printpreview/arrow-right.png
 3086lib/xulrunner/chrome/toolkit/skin/classic/global/progressmeter.css
 3087lib/xulrunner/chrome/toolkit/skin/classic/global/radio.css
 3088lib/xulrunner/chrome/toolkit/skin/classic/global/radio/radio-check-dis.gif
 3089lib/xulrunner/chrome/toolkit/skin/classic/global/radio/radio-check.gif
 3090lib/xulrunner/chrome/toolkit/skin/classic/global/resizer.css
 3091lib/xulrunner/chrome/toolkit/skin/classic/global/richlistbox.css
 3092lib/xulrunner/chrome/toolkit/skin/classic/global/scale.css
 3093lib/xulrunner/chrome/toolkit/skin/classic/global/scrollbar/slider.gif
 3094lib/xulrunner/chrome/toolkit/skin/classic/global/scrollbars.css
 3095lib/xulrunner/chrome/toolkit/skin/classic/global/scrollbox.css
 3096lib/xulrunner/chrome/toolkit/skin/classic/global/spinbuttons.css
 3097lib/xulrunner/chrome/toolkit/skin/classic/global/splitter.css
 3098lib/xulrunner/chrome/toolkit/skin/classic/global/splitter/grip-bottom.gif
 3099lib/xulrunner/chrome/toolkit/skin/classic/global/splitter/grip-left.gif
 3100lib/xulrunner/chrome/toolkit/skin/classic/global/splitter/grip-right.gif
 3101lib/xulrunner/chrome/toolkit/skin/classic/global/splitter/grip-top.gif
 3102lib/xulrunner/chrome/toolkit/skin/classic/global/tabbox.css
 3103lib/xulrunner/chrome/toolkit/skin/classic/global/tabprompts.css
 3104lib/xulrunner/chrome/toolkit/skin/classic/global/textbox.css
 3105lib/xulrunner/chrome/toolkit/skin/classic/global/toolbar.css
 3106lib/xulrunner/chrome/toolkit/skin/classic/global/toolbar/Lighten.png
 3107lib/xulrunner/chrome/toolkit/skin/classic/global/toolbar/chevron.gif
 3108lib/xulrunner/chrome/toolkit/skin/classic/global/toolbar/spring.png
 3109lib/xulrunner/chrome/toolkit/skin/classic/global/toolbarbutton.css
 3110lib/xulrunner/chrome/toolkit/skin/classic/global/tree.css
 3111lib/xulrunner/chrome/toolkit/skin/classic/global/tree/columnpicker.gif
 3112lib/xulrunner/chrome/toolkit/skin/classic/global/tree/sort-asc-classic.png
 3113lib/xulrunner/chrome/toolkit/skin/classic/global/tree/sort-asc.png
 3114lib/xulrunner/chrome/toolkit/skin/classic/global/tree/sort-dsc-classic.png
 3115lib/xulrunner/chrome/toolkit/skin/classic/global/tree/sort-dsc.png
 3116lib/xulrunner/chrome/toolkit/skin/classic/global/tree/twisty-clsd.png
 3117lib/xulrunner/chrome/toolkit/skin/classic/global/tree/twisty-open.png
 3118lib/xulrunner/chrome/toolkit/skin/classic/global/webConsole.css
 3119lib/xulrunner/chrome/toolkit/skin/classic/global/webConsole_networkPanel.css
 3120lib/xulrunner/chrome/toolkit/skin/classic/global/wizard.css
 3121lib/xulrunner/chrome/toolkit/skin/classic/mozapps/downloads/downloadButtons.png
 3122lib/xulrunner/chrome/toolkit/skin/classic/mozapps/downloads/downloadIcon.png
 3123lib/xulrunner/chrome/toolkit/skin/classic/mozapps/downloads/downloads.css
 3124lib/xulrunner/chrome/toolkit/skin/classic/mozapps/downloads/unknownContentType.css
 3125lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/about.css
 3126lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-error.png
 3127lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-info-negative.png
 3128lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-info-positive.png
 3129lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-warning.png
 3130lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/background-texture.png
 3131lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/blocklist.css
 3132lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/cancel.png
 3133lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/category-available.png
 3134lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/category-discover.png
 3135lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/category-extensions.png
 3136lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/category-languages.png
 3137lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/category-plugins.png
 3138lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/category-recent.png
 3139lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/category-search.png
 3140lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/category-searchengines.png
 3141lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/category-themes.png
 3142lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/discover-logo.png
 3143lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/eula.css
 3144lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/extensionGeneric-16.png
 3145lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/extensionGeneric.png
 3146lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/extensions.css
 3147lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/extensions.svg
 3148lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/heart.png
 3149lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/localeGeneric.png
 3150lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/navigation.png
 3151lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/rating-not-won.png
 3152lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/rating-won.png
 3153lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/stripes-error.png
 3154lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/stripes-info-negative.png
 3155lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/stripes-info-positive.png
 3156lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/stripes-warning.png
 3157lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/themeGeneric-16.png
 3158lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/themeGeneric.png
 3159lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/update.css
 3160lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/utilities.png
 3161lib/xulrunner/chrome/toolkit/skin/classic/mozapps/handling/handling.css
 3162lib/xulrunner/chrome/toolkit/skin/classic/mozapps/passwordmgr/key-16.png
 3163lib/xulrunner/chrome/toolkit/skin/classic/mozapps/passwordmgr/key-64.png
 3164lib/xulrunner/chrome/toolkit/skin/classic/mozapps/passwordmgr/key.png
 3165lib/xulrunner/chrome/toolkit/skin/classic/mozapps/places/defaultFavicon.png
 3166lib/xulrunner/chrome/toolkit/skin/classic/mozapps/places/tagContainerIcon.png
 3167lib/xulrunner/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginBlocked.png
 3168lib/xulrunner/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginCrashed.png
 3169lib/xulrunner/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginDisabled.png
 3170lib/xulrunner/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginDownload.png
 3171lib/xulrunner/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginMissing.png
 3172lib/xulrunner/chrome/toolkit/skin/classic/mozapps/plugins/notifyPluginBlocked.png
 3173lib/xulrunner/chrome/toolkit/skin/classic/mozapps/plugins/notifyPluginCrashed.png
 3174lib/xulrunner/chrome/toolkit/skin/classic/mozapps/plugins/notifyPluginGeneric.png
 3175lib/xulrunner/chrome/toolkit/skin/classic/mozapps/plugins/notifyPluginOutdated.png
 3176lib/xulrunner/chrome/toolkit/skin/classic/mozapps/plugins/pluginBlocked.png
 3177lib/xulrunner/chrome/toolkit/skin/classic/mozapps/plugins/pluginDisabled.png
 3178lib/xulrunner/chrome/toolkit/skin/classic/mozapps/plugins/pluginGeneric-16.png
 3179lib/xulrunner/chrome/toolkit/skin/classic/mozapps/plugins/pluginGeneric.png
 3180lib/xulrunner/chrome/toolkit/skin/classic/mozapps/plugins/pluginHelp-16.png
 3181lib/xulrunner/chrome/toolkit/skin/classic/mozapps/plugins/pluginInstallerWizard.css
 3182lib/xulrunner/chrome/toolkit/skin/classic/mozapps/plugins/pluginProblem.css
 3183lib/xulrunner/chrome/toolkit/skin/classic/mozapps/profile/profileSelection.css
 3184lib/xulrunner/chrome/toolkit/skin/classic/mozapps/profile/profileicon.png
 3185lib/xulrunner/chrome/toolkit/skin/classic/mozapps/update/downloadButtons.png
 3186lib/xulrunner/chrome/toolkit/skin/classic/mozapps/update/updates.css
 3187lib/xulrunner/chrome/toolkit/skin/classic/mozapps/viewsource/viewsource.css
 3188lib/xulrunner/chrome/toolkit/skin/classic/mozapps/xpinstall/xpinstallConfirm.css
 3189lib/xulrunner/chrome/toolkit/skin/classic/mozapps/xpinstall/xpinstallItemGeneric.png
2515lib/xulrunner/components/ConsoleAPI.js 3190lib/xulrunner/components/ConsoleAPI.js
2516lib/xulrunner/components/ConsoleAPI.manifest 3191lib/xulrunner/components/ConsoleAPI.manifest
2517lib/xulrunner/components/FeedProcessor.js 3192lib/xulrunner/components/FeedProcessor.js
2518lib/xulrunner/components/FeedProcessor.manifest 3193lib/xulrunner/components/FeedProcessor.manifest
2519lib/xulrunner/components/GPSDGeolocationProvider.js 3194lib/xulrunner/components/GPSDGeolocationProvider.js
2520lib/xulrunner/components/GPSDGeolocationProvider.manifest 3195lib/xulrunner/components/GPSDGeolocationProvider.manifest
2521lib/xulrunner/components/NetworkGeolocationProvider.js 3196lib/xulrunner/components/NetworkGeolocationProvider.js
2522lib/xulrunner/components/NetworkGeolocationProvider.manifest 3197lib/xulrunner/components/NetworkGeolocationProvider.manifest
2523lib/xulrunner/components/PlacesCategoriesStarter.js 3198lib/xulrunner/components/PlacesCategoriesStarter.js
 3199lib/xulrunner/components/TelemetryPing.js
 3200lib/xulrunner/components/TelemetryPing.manifest
2524lib/xulrunner/components/addonManager.js 3201lib/xulrunner/components/addonManager.js
2525lib/xulrunner/components/amContentHandler.js 3202lib/xulrunner/components/amContentHandler.js
2526lib/xulrunner/components/amWebInstallListener.js 3203lib/xulrunner/components/amWebInstallListener.js
2527${PLIST.gnome}lib/xulrunner/components/components.manifest 3204${PLIST.gnome}lib/xulrunner/components/components.manifest
2528lib/xulrunner/components/contentAreaDropListener.js 3205lib/xulrunner/components/contentAreaDropListener.js
2529lib/xulrunner/components/contentAreaDropListener.manifest 3206lib/xulrunner/components/contentAreaDropListener.manifest
2530lib/xulrunner/components/contentSecurityPolicy.js 3207lib/xulrunner/components/contentSecurityPolicy.js
2531lib/xulrunner/components/contentSecurityPolicy.manifest 3208lib/xulrunner/components/contentSecurityPolicy.manifest
2532lib/xulrunner/components/crypto-SDR.js 3209lib/xulrunner/components/crypto-SDR.js
2533lib/xulrunner/components/extensions.manifest 3210lib/xulrunner/components/extensions.manifest
2534lib/xulrunner/components/interfaces.manifest 3211lib/xulrunner/components/interfaces.manifest
2535lib/xulrunner/components/jsconsole-clhandler.js 3212lib/xulrunner/components/jsconsole-clhandler.js
2536lib/xulrunner/components/jsconsole-clhandler.manifest 3213lib/xulrunner/components/jsconsole-clhandler.manifest
@@ -2555,47 +3232,47 @@ lib/xulrunner/components/nsFilePicker.ma @@ -2555,47 +3232,47 @@ lib/xulrunner/components/nsFilePicker.ma
2555lib/xulrunner/components/nsFormAutoComplete.js 3232lib/xulrunner/components/nsFormAutoComplete.js
2556lib/xulrunner/components/nsFormHistory.js 3233lib/xulrunner/components/nsFormHistory.js
2557lib/xulrunner/components/nsHandlerService.js 3234lib/xulrunner/components/nsHandlerService.js
2558lib/xulrunner/components/nsHandlerService.manifest 3235lib/xulrunner/components/nsHandlerService.manifest
2559lib/xulrunner/components/nsHelperAppDlg.js 3236lib/xulrunner/components/nsHelperAppDlg.js
2560lib/xulrunner/components/nsHelperAppDlg.manifest 3237lib/xulrunner/components/nsHelperAppDlg.manifest
2561lib/xulrunner/components/nsINIProcessor.js 3238lib/xulrunner/components/nsINIProcessor.js
2562lib/xulrunner/components/nsINIProcessor.manifest 3239lib/xulrunner/components/nsINIProcessor.manifest
2563lib/xulrunner/components/nsInputListAutoComplete.js 3240lib/xulrunner/components/nsInputListAutoComplete.js
2564lib/xulrunner/components/nsLivemarkService.js 3241lib/xulrunner/components/nsLivemarkService.js
2565lib/xulrunner/components/nsLoginInfo.js 3242lib/xulrunner/components/nsLoginInfo.js
2566lib/xulrunner/components/nsLoginManager.js 3243lib/xulrunner/components/nsLoginManager.js
2567lib/xulrunner/components/nsLoginManagerPrompter.js 3244lib/xulrunner/components/nsLoginManagerPrompter.js
2568lib/xulrunner/components/nsMicrosummaryService.js 
2569lib/xulrunner/components/nsPlacesAutoComplete.js 3245lib/xulrunner/components/nsPlacesAutoComplete.js
2570lib/xulrunner/components/nsPlacesAutoComplete.manifest 3246lib/xulrunner/components/nsPlacesAutoComplete.manifest
2571lib/xulrunner/components/nsPlacesExpiration.js 3247lib/xulrunner/components/nsPlacesExpiration.js
2572lib/xulrunner/components/nsPrompter.js 3248lib/xulrunner/components/nsPrompter.js
2573lib/xulrunner/components/nsPrompter.manifest 3249lib/xulrunner/components/nsPrompter.manifest
2574lib/xulrunner/components/nsProxyAutoConfig.js 3250lib/xulrunner/components/nsProxyAutoConfig.js
2575lib/xulrunner/components/nsProxyAutoConfig.manifest 3251lib/xulrunner/components/nsProxyAutoConfig.manifest
2576lib/xulrunner/components/nsSearchService.js 3252lib/xulrunner/components/nsSearchService.js
2577lib/xulrunner/components/nsSearchSuggestions.js 3253lib/xulrunner/components/nsSearchSuggestions.js
2578lib/xulrunner/components/nsTaggingService.js 3254lib/xulrunner/components/nsTaggingService.js
2579lib/xulrunner/components/nsTryToClose.js 3255lib/xulrunner/components/nsTryToClose.js
2580lib/xulrunner/components/nsTryToClose.manifest 3256lib/xulrunner/components/nsTryToClose.manifest
2581lib/xulrunner/components/nsURLClassifier.manifest 3257lib/xulrunner/components/nsURLClassifier.manifest
2582lib/xulrunner/components/nsURLFormatter.js 3258lib/xulrunner/components/nsURLFormatter.js
2583lib/xulrunner/components/nsURLFormatter.manifest 3259lib/xulrunner/components/nsURLFormatter.manifest
2584lib/xulrunner/components/nsUpdateService.js 3260lib/xulrunner/components/nsUpdateService.js
2585lib/xulrunner/components/nsUpdateService.manifest 3261lib/xulrunner/components/nsUpdateService.manifest
2586lib/xulrunner/components/nsUpdateServiceStub.js 3262lib/xulrunner/components/nsUpdateServiceStub.js
2587lib/xulrunner/components/nsUpdateTimerManager.js 3263lib/xulrunner/components/nsUpdateTimerManager.js
2588lib/xulrunner/components/nsUpdateTimerManager.manifest 3264lib/xulrunner/components/nsUpdateTimerManager.manifest
 3265lib/xulrunner/components/nsUrlClassifierHashCompleter.js
2589lib/xulrunner/components/nsUrlClassifierLib.js 3266lib/xulrunner/components/nsUrlClassifierLib.js
2590lib/xulrunner/components/nsUrlClassifierListManager.js 3267lib/xulrunner/components/nsUrlClassifierListManager.js
2591lib/xulrunner/components/nsWebHandlerApp.js 3268lib/xulrunner/components/nsWebHandlerApp.js
2592lib/xulrunner/components/nsWebHandlerApp.manifest 3269lib/xulrunner/components/nsWebHandlerApp.manifest
2593lib/xulrunner/components/nsXULAppInstall.js 3270lib/xulrunner/components/nsXULAppInstall.js
2594lib/xulrunner/components/nsXULAppInstall.manifest 3271lib/xulrunner/components/nsXULAppInstall.manifest
2595lib/xulrunner/components/passwordmgr.manifest 3272lib/xulrunner/components/passwordmgr.manifest
2596lib/xulrunner/components/pluginGlue.manifest 3273lib/xulrunner/components/pluginGlue.manifest
2597lib/xulrunner/components/satchel.manifest 3274lib/xulrunner/components/satchel.manifest
2598lib/xulrunner/components/storage-Legacy.js 3275lib/xulrunner/components/storage-Legacy.js
2599lib/xulrunner/components/storage-mozStorage.js 3276lib/xulrunner/components/storage-mozStorage.js
2600lib/xulrunner/components/toolkitplaces.manifest 3277lib/xulrunner/components/toolkitplaces.manifest
2601lib/xulrunner/components/toolkitsearch.manifest 3278lib/xulrunner/components/toolkitsearch.manifest
@@ -2605,26 +3282,27 @@ lib/xulrunner/components/xulrunner.xpt @@ -2605,26 +3282,27 @@ lib/xulrunner/components/xulrunner.xpt
2605lib/xulrunner/defaults/autoconfig/platform.js 3282lib/xulrunner/defaults/autoconfig/platform.js
2606lib/xulrunner/defaults/autoconfig/prefcalls.js 3283lib/xulrunner/defaults/autoconfig/prefcalls.js
2607lib/xulrunner/defaults/pref/xulrunner.js 3284lib/xulrunner/defaults/pref/xulrunner.js
2608lib/xulrunner/defaults/profile/US/chrome/userChrome-example.css 3285lib/xulrunner/defaults/profile/US/chrome/userChrome-example.css
2609lib/xulrunner/defaults/profile/US/chrome/userContent-example.css 3286lib/xulrunner/defaults/profile/US/chrome/userContent-example.css
2610lib/xulrunner/defaults/profile/US/localstore.rdf 3287lib/xulrunner/defaults/profile/US/localstore.rdf
2611lib/xulrunner/defaults/profile/chrome/userChrome-example.css 3288lib/xulrunner/defaults/profile/chrome/userChrome-example.css
2612lib/xulrunner/defaults/profile/chrome/userContent-example.css 3289lib/xulrunner/defaults/profile/chrome/userContent-example.css
2613lib/xulrunner/defaults/profile/localstore.rdf 3290lib/xulrunner/defaults/profile/localstore.rdf
2614lib/xulrunner/dependentlibs.list 3291lib/xulrunner/dependentlibs.list
2615lib/xulrunner/dictionaries/en-US.aff 3292lib/xulrunner/dictionaries/en-US.aff
2616lib/xulrunner/dictionaries/en-US.dic 3293lib/xulrunner/dictionaries/en-US.dic
2617lib/xulrunner/greprefs.js 3294lib/xulrunner/greprefs.js
 3295lib/xulrunner/hyphenation/hyph_en_US.dic
2618lib/xulrunner/icons/document.png 3296lib/xulrunner/icons/document.png
2619lib/xulrunner/icons/updater.png 3297lib/xulrunner/icons/updater.png
2620lib/xulrunner/libfreebl3.chk 3298lib/xulrunner/libfreebl3.chk
2621lib/xulrunner/libfreebl3.so 3299lib/xulrunner/libfreebl3.so
2622lib/xulrunner/libmozalloc.so 3300lib/xulrunner/libmozalloc.so
2623lib/xulrunner/libnspr4.so 3301lib/xulrunner/libnspr4.so
2624lib/xulrunner/libnss3.so 3302lib/xulrunner/libnss3.so
2625lib/xulrunner/libnssckbi.so 3303lib/xulrunner/libnssckbi.so
2626lib/xulrunner/libnssdbm3.chk 3304lib/xulrunner/libnssdbm3.chk
2627lib/xulrunner/libnssdbm3.so 3305lib/xulrunner/libnssdbm3.so
2628lib/xulrunner/libnssutil3.so 3306lib/xulrunner/libnssutil3.so
2629lib/xulrunner/libplc4.so 3307lib/xulrunner/libplc4.so
2630lib/xulrunner/libplds4.so 3308lib/xulrunner/libplds4.so
@@ -2708,28 +3386,26 @@ lib/xulrunner/res/table-add-row-before-a @@ -2708,28 +3386,26 @@ lib/xulrunner/res/table-add-row-before-a
2708lib/xulrunner/res/table-add-row-before-hover.gif 3386lib/xulrunner/res/table-add-row-before-hover.gif
2709lib/xulrunner/res/table-add-row-before.gif 3387lib/xulrunner/res/table-add-row-before.gif
2710lib/xulrunner/res/table-remove-column-active.gif 3388lib/xulrunner/res/table-remove-column-active.gif
2711lib/xulrunner/res/table-remove-column-hover.gif 3389lib/xulrunner/res/table-remove-column-hover.gif
2712lib/xulrunner/res/table-remove-column.gif 3390lib/xulrunner/res/table-remove-column.gif
2713lib/xulrunner/res/table-remove-row-active.gif 3391lib/xulrunner/res/table-remove-row-active.gif
2714lib/xulrunner/res/table-remove-row-hover.gif 3392lib/xulrunner/res/table-remove-row-hover.gif
2715lib/xulrunner/res/table-remove-row.gif 3393lib/xulrunner/res/table-remove-row.gif
2716lib/xulrunner/run-mozilla.sh 3394lib/xulrunner/run-mozilla.sh
2717lib/xulrunner/update.locale 3395lib/xulrunner/update.locale
2718lib/xulrunner/updater 3396lib/xulrunner/updater
2719lib/xulrunner/xpcshell 3397lib/xulrunner/xpcshell
2720lib/xulrunner/xpidl 3398lib/xulrunner/xpidl
2721lib/xulrunner/xpt_dump 
2722lib/xulrunner/xpt_link 
2723lib/xulrunner/xulrunner 3399lib/xulrunner/xulrunner
2724lib/xulrunner/xulrunner-bin 3400lib/xulrunner/xulrunner-bin
2725lib/xulrunner/xulrunner-stub 3401lib/xulrunner/xulrunner-stub
2726share/idl/xulrunner/XPCIDispatch.idl 3402share/idl/xulrunner/XPCIDispatch.idl
2727share/idl/xulrunner/amIInstallTrigger.idl 3403share/idl/xulrunner/amIInstallTrigger.idl
2728share/idl/xulrunner/amIWebInstallListener.idl 3404share/idl/xulrunner/amIWebInstallListener.idl
2729share/idl/xulrunner/amIWebInstaller.idl 3405share/idl/xulrunner/amIWebInstaller.idl
2730share/idl/xulrunner/domstubs.idl 3406share/idl/xulrunner/domstubs.idl
2731share/idl/xulrunner/extIApplication.idl 3407share/idl/xulrunner/extIApplication.idl
2732share/idl/xulrunner/gfxIFormats.idl 3408share/idl/xulrunner/gfxIFormats.idl
2733share/idl/xulrunner/gfxidltypes.idl 3409share/idl/xulrunner/gfxidltypes.idl
2734share/idl/xulrunner/imgICache.idl 3410share/idl/xulrunner/imgICache.idl
2735share/idl/xulrunner/imgIContainer.idl 3411share/idl/xulrunner/imgIContainer.idl
@@ -2738,26 +3414,27 @@ share/idl/xulrunner/imgIContainerObserve @@ -2738,26 +3414,27 @@ share/idl/xulrunner/imgIContainerObserve
2738share/idl/xulrunner/imgIDecoderObserver.idl 3414share/idl/xulrunner/imgIDecoderObserver.idl
2739share/idl/xulrunner/imgIEncoder.idl 3415share/idl/xulrunner/imgIEncoder.idl
2740share/idl/xulrunner/imgILoader.idl 3416share/idl/xulrunner/imgILoader.idl
2741share/idl/xulrunner/imgIRequest.idl 3417share/idl/xulrunner/imgIRequest.idl
2742share/idl/xulrunner/imgITools.idl 3418share/idl/xulrunner/imgITools.idl
2743share/idl/xulrunner/inICSSValueSearch.idl 3419share/idl/xulrunner/inICSSValueSearch.idl
2744share/idl/xulrunner/inIDOMUtils.idl 3420share/idl/xulrunner/inIDOMUtils.idl
2745share/idl/xulrunner/inIDOMView.idl 3421share/idl/xulrunner/inIDOMView.idl
2746share/idl/xulrunner/inIDeepTreeWalker.idl 3422share/idl/xulrunner/inIDeepTreeWalker.idl
2747share/idl/xulrunner/inIFlasher.idl 3423share/idl/xulrunner/inIFlasher.idl
2748share/idl/xulrunner/inISearchObserver.idl 3424share/idl/xulrunner/inISearchObserver.idl
2749share/idl/xulrunner/inISearchProcess.idl 3425share/idl/xulrunner/inISearchProcess.idl
2750share/idl/xulrunner/jsdIDebuggerService.idl 3426share/idl/xulrunner/jsdIDebuggerService.idl
 3427share/idl/xulrunner/mozIAsyncFavicons.idl
2751share/idl/xulrunner/mozIAsyncHistory.idl 3428share/idl/xulrunner/mozIAsyncHistory.idl
2752share/idl/xulrunner/mozIJSSubScriptLoader.idl 3429share/idl/xulrunner/mozIJSSubScriptLoader.idl
2753share/idl/xulrunner/mozIPersonalDictionary.idl 3430share/idl/xulrunner/mozIPersonalDictionary.idl
2754share/idl/xulrunner/mozIPlacesAutoComplete.idl 3431share/idl/xulrunner/mozIPlacesAutoComplete.idl
2755share/idl/xulrunner/mozISpellCheckingEngine.idl 3432share/idl/xulrunner/mozISpellCheckingEngine.idl
2756share/idl/xulrunner/mozISpellI18NManager.idl 3433share/idl/xulrunner/mozISpellI18NManager.idl
2757share/idl/xulrunner/mozISpellI18NUtil.idl 3434share/idl/xulrunner/mozISpellI18NUtil.idl
2758share/idl/xulrunner/mozIStorageAggregateFunction.idl 3435share/idl/xulrunner/mozIStorageAggregateFunction.idl
2759share/idl/xulrunner/mozIStorageAsyncStatement.idl 3436share/idl/xulrunner/mozIStorageAsyncStatement.idl
2760share/idl/xulrunner/mozIStorageBaseStatement.idl 3437share/idl/xulrunner/mozIStorageBaseStatement.idl
2761share/idl/xulrunner/mozIStorageBindingParams.idl 3438share/idl/xulrunner/mozIStorageBindingParams.idl
2762share/idl/xulrunner/mozIStorageBindingParamsArray.idl 3439share/idl/xulrunner/mozIStorageBindingParamsArray.idl
2763share/idl/xulrunner/mozIStorageCompletionCallback.idl 3440share/idl/xulrunner/mozIStorageCompletionCallback.idl
@@ -2777,27 +3454,26 @@ share/idl/xulrunner/mozIStorageVacuumPar @@ -2777,27 +3454,26 @@ share/idl/xulrunner/mozIStorageVacuumPar
2777share/idl/xulrunner/mozIStorageValueArray.idl 3454share/idl/xulrunner/mozIStorageValueArray.idl
2778share/idl/xulrunner/mozITXTToHTMLConv.idl 3455share/idl/xulrunner/mozITXTToHTMLConv.idl
2779share/idl/xulrunner/mozIThirdPartyUtil.idl 3456share/idl/xulrunner/mozIThirdPartyUtil.idl
2780share/idl/xulrunner/nsCDefaultURIFixup.idl 3457share/idl/xulrunner/nsCDefaultURIFixup.idl
2781share/idl/xulrunner/nsCExternalHandlerService.idl 3458share/idl/xulrunner/nsCExternalHandlerService.idl
2782share/idl/xulrunner/nsCURILoader.idl 3459share/idl/xulrunner/nsCURILoader.idl
2783share/idl/xulrunner/nsCWebBrowser.idl 3460share/idl/xulrunner/nsCWebBrowser.idl
2784share/idl/xulrunner/nsCWebBrowserPersist.idl 3461share/idl/xulrunner/nsCWebBrowserPersist.idl
2785share/idl/xulrunner/nsIASN1Object.idl 3462share/idl/xulrunner/nsIASN1Object.idl
2786share/idl/xulrunner/nsIASN1PrintableItem.idl 3463share/idl/xulrunner/nsIASN1PrintableItem.idl
2787share/idl/xulrunner/nsIASN1Sequence.idl 3464share/idl/xulrunner/nsIASN1Sequence.idl
2788share/idl/xulrunner/nsIASN1Tree.idl 3465share/idl/xulrunner/nsIASN1Tree.idl
2789share/idl/xulrunner/nsIAboutModule.idl 3466share/idl/xulrunner/nsIAboutModule.idl
2790share/idl/xulrunner/nsIAccelerometer.idl 
2791share/idl/xulrunner/nsIAccessNode.idl 3467share/idl/xulrunner/nsIAccessNode.idl
2792share/idl/xulrunner/nsIAccessible.idl 3468share/idl/xulrunner/nsIAccessible.idl
2793share/idl/xulrunner/nsIAccessibleApplication.idl 3469share/idl/xulrunner/nsIAccessibleApplication.idl
2794share/idl/xulrunner/nsIAccessibleDocument.idl 3470share/idl/xulrunner/nsIAccessibleDocument.idl
2795share/idl/xulrunner/nsIAccessibleEditableText.idl 3471share/idl/xulrunner/nsIAccessibleEditableText.idl
2796share/idl/xulrunner/nsIAccessibleEvent.idl 3472share/idl/xulrunner/nsIAccessibleEvent.idl
2797share/idl/xulrunner/nsIAccessibleHyperLink.idl 3473share/idl/xulrunner/nsIAccessibleHyperLink.idl
2798share/idl/xulrunner/nsIAccessibleHyperText.idl 3474share/idl/xulrunner/nsIAccessibleHyperText.idl
2799share/idl/xulrunner/nsIAccessibleImage.idl 3475share/idl/xulrunner/nsIAccessibleImage.idl
2800share/idl/xulrunner/nsIAccessibleProvider.idl 3476share/idl/xulrunner/nsIAccessibleProvider.idl
2801share/idl/xulrunner/nsIAccessibleRelation.idl 3477share/idl/xulrunner/nsIAccessibleRelation.idl
2802share/idl/xulrunner/nsIAccessibleRetrieval.idl 3478share/idl/xulrunner/nsIAccessibleRetrieval.idl
2803share/idl/xulrunner/nsIAccessibleRole.idl 3479share/idl/xulrunner/nsIAccessibleRole.idl
@@ -2937,32 +3613,30 @@ share/idl/xulrunner/nsICookieManager.idl @@ -2937,32 +3613,30 @@ share/idl/xulrunner/nsICookieManager.idl
2937share/idl/xulrunner/nsICookieManager2.idl 3613share/idl/xulrunner/nsICookieManager2.idl
2938share/idl/xulrunner/nsICookiePermission.idl 3614share/idl/xulrunner/nsICookiePermission.idl
2939share/idl/xulrunner/nsICookiePromptService.idl 3615share/idl/xulrunner/nsICookiePromptService.idl
2940share/idl/xulrunner/nsICookieService.idl 3616share/idl/xulrunner/nsICookieService.idl
2941share/idl/xulrunner/nsICryptoFIPSInfo.idl 3617share/idl/xulrunner/nsICryptoFIPSInfo.idl
2942share/idl/xulrunner/nsICryptoHMAC.idl 3618share/idl/xulrunner/nsICryptoHMAC.idl
2943share/idl/xulrunner/nsICryptoHash.idl 3619share/idl/xulrunner/nsICryptoHash.idl
2944share/idl/xulrunner/nsICurrentCharsetListener.idl 3620share/idl/xulrunner/nsICurrentCharsetListener.idl
2945share/idl/xulrunner/nsICycleCollectorListener.idl 3621share/idl/xulrunner/nsICycleCollectorListener.idl
2946share/idl/xulrunner/nsIDNSListener.idl 3622share/idl/xulrunner/nsIDNSListener.idl
2947share/idl/xulrunner/nsIDNSRecord.idl 3623share/idl/xulrunner/nsIDNSRecord.idl
2948share/idl/xulrunner/nsIDNSService.idl 3624share/idl/xulrunner/nsIDNSService.idl
2949share/idl/xulrunner/nsIDOM3Attr.idl 3625share/idl/xulrunner/nsIDOM3Attr.idl
2950share/idl/xulrunner/nsIDOM3DocumentEvent.idl 
2951share/idl/xulrunner/nsIDOM3EventTarget.idl 3626share/idl/xulrunner/nsIDOM3EventTarget.idl
2952share/idl/xulrunner/nsIDOM3Node.idl 3627share/idl/xulrunner/nsIDOM3Node.idl
2953share/idl/xulrunner/nsIDOM3Text.idl 3628share/idl/xulrunner/nsIDOM3Text.idl
2954share/idl/xulrunner/nsIDOM3TypeInfo.idl 3629share/idl/xulrunner/nsIDOM3TypeInfo.idl
2955share/idl/xulrunner/nsIDOMAbstractView.idl 
2956share/idl/xulrunner/nsIDOMAnimationEvent.idl 3630share/idl/xulrunner/nsIDOMAnimationEvent.idl
2957share/idl/xulrunner/nsIDOMAttr.idl 3631share/idl/xulrunner/nsIDOMAttr.idl
2958share/idl/xulrunner/nsIDOMBarProp.idl 3632share/idl/xulrunner/nsIDOMBarProp.idl
2959share/idl/xulrunner/nsIDOMBeforeUnloadEvent.idl 3633share/idl/xulrunner/nsIDOMBeforeUnloadEvent.idl
2960share/idl/xulrunner/nsIDOMCDATASection.idl 3634share/idl/xulrunner/nsIDOMCDATASection.idl
2961share/idl/xulrunner/nsIDOMCRMFObject.idl 3635share/idl/xulrunner/nsIDOMCRMFObject.idl
2962share/idl/xulrunner/nsIDOMCSS2Properties.idl 3636share/idl/xulrunner/nsIDOMCSS2Properties.idl
2963share/idl/xulrunner/nsIDOMCSSCharsetRule.idl 3637share/idl/xulrunner/nsIDOMCSSCharsetRule.idl
2964share/idl/xulrunner/nsIDOMCSSFontFaceRule.idl 3638share/idl/xulrunner/nsIDOMCSSFontFaceRule.idl
2965share/idl/xulrunner/nsIDOMCSSImportRule.idl 3639share/idl/xulrunner/nsIDOMCSSImportRule.idl
2966share/idl/xulrunner/nsIDOMCSSMediaRule.idl 3640share/idl/xulrunner/nsIDOMCSSMediaRule.idl
2967share/idl/xulrunner/nsIDOMCSSMozDocumentRule.idl 3641share/idl/xulrunner/nsIDOMCSSMozDocumentRule.idl
2968share/idl/xulrunner/nsIDOMCSSPageRule.idl 3642share/idl/xulrunner/nsIDOMCSSPageRule.idl
@@ -2978,44 +3652,43 @@ share/idl/xulrunner/nsIDOMCSSValueList.i @@ -2978,44 +3652,43 @@ share/idl/xulrunner/nsIDOMCSSValueList.i
2978share/idl/xulrunner/nsIDOMCanvasRenderingContext2D.idl 3652share/idl/xulrunner/nsIDOMCanvasRenderingContext2D.idl
2979share/idl/xulrunner/nsIDOMCharacterData.idl 3653share/idl/xulrunner/nsIDOMCharacterData.idl
2980share/idl/xulrunner/nsIDOMChromeWindow.idl 3654share/idl/xulrunner/nsIDOMChromeWindow.idl
2981share/idl/xulrunner/nsIDOMClientInformation.idl 3655share/idl/xulrunner/nsIDOMClientInformation.idl
2982share/idl/xulrunner/nsIDOMClientRect.idl 3656share/idl/xulrunner/nsIDOMClientRect.idl
2983share/idl/xulrunner/nsIDOMClientRectList.idl 3657share/idl/xulrunner/nsIDOMClientRectList.idl
2984share/idl/xulrunner/nsIDOMCloseEvent.idl 3658share/idl/xulrunner/nsIDOMCloseEvent.idl
2985share/idl/xulrunner/nsIDOMCommandEvent.idl 3659share/idl/xulrunner/nsIDOMCommandEvent.idl
2986share/idl/xulrunner/nsIDOMComment.idl 3660share/idl/xulrunner/nsIDOMComment.idl
2987share/idl/xulrunner/nsIDOMConstructor.idl 3661share/idl/xulrunner/nsIDOMConstructor.idl
2988share/idl/xulrunner/nsIDOMCounter.idl 3662share/idl/xulrunner/nsIDOMCounter.idl
2989share/idl/xulrunner/nsIDOMCrypto.idl 3663share/idl/xulrunner/nsIDOMCrypto.idl
2990share/idl/xulrunner/nsIDOMCryptoDialogs.idl 3664share/idl/xulrunner/nsIDOMCryptoDialogs.idl
2991share/idl/xulrunner/nsIDOMDOMConfiguration.idl 3665share/idl/xulrunner/nsIDOMCustomEvent.idl
2992share/idl/xulrunner/nsIDOMDOMException.idl 3666share/idl/xulrunner/nsIDOMDOMException.idl
2993share/idl/xulrunner/nsIDOMDOMImplementation.idl 3667share/idl/xulrunner/nsIDOMDOMImplementation.idl
2994share/idl/xulrunner/nsIDOMDOMSettableTokenList.idl 3668share/idl/xulrunner/nsIDOMDOMSettableTokenList.idl
2995share/idl/xulrunner/nsIDOMDOMStringList.idl 3669share/idl/xulrunner/nsIDOMDOMStringList.idl
 3670share/idl/xulrunner/nsIDOMDOMStringMap.idl
2996share/idl/xulrunner/nsIDOMDOMTokenList.idl 3671share/idl/xulrunner/nsIDOMDOMTokenList.idl
2997share/idl/xulrunner/nsIDOMDataContainerEvent.idl 3672share/idl/xulrunner/nsIDOMDataContainerEvent.idl
2998share/idl/xulrunner/nsIDOMDataTransfer.idl 3673share/idl/xulrunner/nsIDOMDataTransfer.idl
2999share/idl/xulrunner/nsIDOMDesktopNotification.idl 3674share/idl/xulrunner/nsIDOMDesktopNotification.idl
 3675share/idl/xulrunner/nsIDOMDeviceMotionEvent.idl
 3676share/idl/xulrunner/nsIDOMDeviceOrientationEvent.idl
3000share/idl/xulrunner/nsIDOMDocument.idl 3677share/idl/xulrunner/nsIDOMDocument.idl
3001share/idl/xulrunner/nsIDOMDocumentCSS.idl 3678share/idl/xulrunner/nsIDOMDocumentCSS.idl
3002share/idl/xulrunner/nsIDOMDocumentEvent.idl 
3003share/idl/xulrunner/nsIDOMDocumentFragment.idl 3679share/idl/xulrunner/nsIDOMDocumentFragment.idl
3004share/idl/xulrunner/nsIDOMDocumentRange.idl 
3005share/idl/xulrunner/nsIDOMDocumentStyle.idl 3680share/idl/xulrunner/nsIDOMDocumentStyle.idl
3006share/idl/xulrunner/nsIDOMDocumentTraversal.idl 
3007share/idl/xulrunner/nsIDOMDocumentType.idl 3681share/idl/xulrunner/nsIDOMDocumentType.idl
3008share/idl/xulrunner/nsIDOMDocumentView.idl 
3009share/idl/xulrunner/nsIDOMDocumentXBL.idl 3682share/idl/xulrunner/nsIDOMDocumentXBL.idl
3010share/idl/xulrunner/nsIDOMDragEvent.idl 3683share/idl/xulrunner/nsIDOMDragEvent.idl
3011share/idl/xulrunner/nsIDOMElement.idl 3684share/idl/xulrunner/nsIDOMElement.idl
3012share/idl/xulrunner/nsIDOMElementCSSInlineStyle.idl 3685share/idl/xulrunner/nsIDOMElementCSSInlineStyle.idl
3013share/idl/xulrunner/nsIDOMElementTimeControl.idl 3686share/idl/xulrunner/nsIDOMElementTimeControl.idl
3014share/idl/xulrunner/nsIDOMEntity.idl 3687share/idl/xulrunner/nsIDOMEntity.idl
3015share/idl/xulrunner/nsIDOMEntityReference.idl 3688share/idl/xulrunner/nsIDOMEntityReference.idl
3016share/idl/xulrunner/nsIDOMEvent.idl 3689share/idl/xulrunner/nsIDOMEvent.idl
3017share/idl/xulrunner/nsIDOMEventException.idl 3690share/idl/xulrunner/nsIDOMEventException.idl
3018share/idl/xulrunner/nsIDOMEventGroup.idl 3691share/idl/xulrunner/nsIDOMEventGroup.idl
3019share/idl/xulrunner/nsIDOMEventListener.idl 3692share/idl/xulrunner/nsIDOMEventListener.idl
3020share/idl/xulrunner/nsIDOMEventTarget.idl 3693share/idl/xulrunner/nsIDOMEventTarget.idl
3021share/idl/xulrunner/nsIDOMFile.idl 3694share/idl/xulrunner/nsIDOMFile.idl
@@ -3073,51 +3746,54 @@ share/idl/xulrunner/nsIDOMHTMLMapElement @@ -3073,51 +3746,54 @@ share/idl/xulrunner/nsIDOMHTMLMapElement
3073share/idl/xulrunner/nsIDOMHTMLMediaElement.idl 3746share/idl/xulrunner/nsIDOMHTMLMediaElement.idl
3074share/idl/xulrunner/nsIDOMHTMLMenuElement.idl 3747share/idl/xulrunner/nsIDOMHTMLMenuElement.idl
3075share/idl/xulrunner/nsIDOMHTMLMetaElement.idl 3748share/idl/xulrunner/nsIDOMHTMLMetaElement.idl
3076share/idl/xulrunner/nsIDOMHTMLModElement.idl 3749share/idl/xulrunner/nsIDOMHTMLModElement.idl
3077share/idl/xulrunner/nsIDOMHTMLOListElement.idl 3750share/idl/xulrunner/nsIDOMHTMLOListElement.idl
3078share/idl/xulrunner/nsIDOMHTMLObjectElement.idl 3751share/idl/xulrunner/nsIDOMHTMLObjectElement.idl
3079share/idl/xulrunner/nsIDOMHTMLOptGroupElement.idl 3752share/idl/xulrunner/nsIDOMHTMLOptGroupElement.idl
3080share/idl/xulrunner/nsIDOMHTMLOptionElement.idl 3753share/idl/xulrunner/nsIDOMHTMLOptionElement.idl
3081share/idl/xulrunner/nsIDOMHTMLOptionsCollection.idl 3754share/idl/xulrunner/nsIDOMHTMLOptionsCollection.idl
3082share/idl/xulrunner/nsIDOMHTMLOutputElement.idl 3755share/idl/xulrunner/nsIDOMHTMLOutputElement.idl
3083share/idl/xulrunner/nsIDOMHTMLParagraphElement.idl 3756share/idl/xulrunner/nsIDOMHTMLParagraphElement.idl
3084share/idl/xulrunner/nsIDOMHTMLParamElement.idl 3757share/idl/xulrunner/nsIDOMHTMLParamElement.idl
3085share/idl/xulrunner/nsIDOMHTMLPreElement.idl 3758share/idl/xulrunner/nsIDOMHTMLPreElement.idl
 3759share/idl/xulrunner/nsIDOMHTMLProgressElement.idl
3086share/idl/xulrunner/nsIDOMHTMLQuoteElement.idl 3760share/idl/xulrunner/nsIDOMHTMLQuoteElement.idl
3087share/idl/xulrunner/nsIDOMHTMLScriptElement.idl 3761share/idl/xulrunner/nsIDOMHTMLScriptElement.idl
3088share/idl/xulrunner/nsIDOMHTMLSelectElement.idl 3762share/idl/xulrunner/nsIDOMHTMLSelectElement.idl
3089share/idl/xulrunner/nsIDOMHTMLSourceElement.idl 3763share/idl/xulrunner/nsIDOMHTMLSourceElement.idl
3090share/idl/xulrunner/nsIDOMHTMLStyleElement.idl 3764share/idl/xulrunner/nsIDOMHTMLStyleElement.idl
3091share/idl/xulrunner/nsIDOMHTMLTableCaptionElem.idl 3765share/idl/xulrunner/nsIDOMHTMLTableCaptionElem.idl
3092share/idl/xulrunner/nsIDOMHTMLTableCellElement.idl 3766share/idl/xulrunner/nsIDOMHTMLTableCellElement.idl
3093share/idl/xulrunner/nsIDOMHTMLTableColElement.idl 3767share/idl/xulrunner/nsIDOMHTMLTableColElement.idl
3094share/idl/xulrunner/nsIDOMHTMLTableElement.idl 3768share/idl/xulrunner/nsIDOMHTMLTableElement.idl
3095share/idl/xulrunner/nsIDOMHTMLTableRowElement.idl 3769share/idl/xulrunner/nsIDOMHTMLTableRowElement.idl
3096share/idl/xulrunner/nsIDOMHTMLTableSectionElem.idl 3770share/idl/xulrunner/nsIDOMHTMLTableSectionElem.idl
3097share/idl/xulrunner/nsIDOMHTMLTextAreaElement.idl 3771share/idl/xulrunner/nsIDOMHTMLTextAreaElement.idl
3098share/idl/xulrunner/nsIDOMHTMLTitleElement.idl 3772share/idl/xulrunner/nsIDOMHTMLTitleElement.idl
3099share/idl/xulrunner/nsIDOMHTMLUListElement.idl 3773share/idl/xulrunner/nsIDOMHTMLUListElement.idl
3100share/idl/xulrunner/nsIDOMHTMLUnknownElement.idl 3774share/idl/xulrunner/nsIDOMHTMLUnknownElement.idl
3101share/idl/xulrunner/nsIDOMHTMLVideoElement.idl 3775share/idl/xulrunner/nsIDOMHTMLVideoElement.idl
 3776share/idl/xulrunner/nsIDOMHashChangeEvent.idl
3102share/idl/xulrunner/nsIDOMHistory.idl 3777share/idl/xulrunner/nsIDOMHistory.idl
3103share/idl/xulrunner/nsIDOMJSWindow.idl 3778share/idl/xulrunner/nsIDOMJSWindow.idl
3104share/idl/xulrunner/nsIDOMKeyEvent.idl 3779share/idl/xulrunner/nsIDOMKeyEvent.idl
3105share/idl/xulrunner/nsIDOMLSProgressEvent.idl 3780share/idl/xulrunner/nsIDOMLSProgressEvent.idl
3106share/idl/xulrunner/nsIDOMLinkStyle.idl 3781share/idl/xulrunner/nsIDOMLinkStyle.idl
3107share/idl/xulrunner/nsIDOMLoadStatus.idl 3782share/idl/xulrunner/nsIDOMLoadStatus.idl
3108share/idl/xulrunner/nsIDOMLocation.idl 3783share/idl/xulrunner/nsIDOMLocation.idl
3109share/idl/xulrunner/nsIDOMMediaError.idl 3784share/idl/xulrunner/nsIDOMMediaError.idl
3110share/idl/xulrunner/nsIDOMMediaList.idl 3785share/idl/xulrunner/nsIDOMMediaList.idl
 3786share/idl/xulrunner/nsIDOMMediaQueryList.idl
3111share/idl/xulrunner/nsIDOMMessageEvent.idl 3787share/idl/xulrunner/nsIDOMMessageEvent.idl
3112share/idl/xulrunner/nsIDOMMimeType.idl 3788share/idl/xulrunner/nsIDOMMimeType.idl
3113share/idl/xulrunner/nsIDOMMimeTypeArray.idl 3789share/idl/xulrunner/nsIDOMMimeTypeArray.idl
3114share/idl/xulrunner/nsIDOMModalContentWindow.idl 3790share/idl/xulrunner/nsIDOMModalContentWindow.idl
3115share/idl/xulrunner/nsIDOMMouseEvent.idl 3791share/idl/xulrunner/nsIDOMMouseEvent.idl
3116share/idl/xulrunner/nsIDOMMouseScrollEvent.idl 3792share/idl/xulrunner/nsIDOMMouseScrollEvent.idl
3117share/idl/xulrunner/nsIDOMMozCSSKeyframeRule.idl 3793share/idl/xulrunner/nsIDOMMozCSSKeyframeRule.idl
3118share/idl/xulrunner/nsIDOMMozCSSKeyframesRule.idl 3794share/idl/xulrunner/nsIDOMMozCSSKeyframesRule.idl
3119share/idl/xulrunner/nsIDOMMozTouchEvent.idl 3795share/idl/xulrunner/nsIDOMMozTouchEvent.idl
3120share/idl/xulrunner/nsIDOMMutationEvent.idl 3796share/idl/xulrunner/nsIDOMMutationEvent.idl
3121share/idl/xulrunner/nsIDOMNSDocument.idl 3797share/idl/xulrunner/nsIDOMNSDocument.idl
3122share/idl/xulrunner/nsIDOMNSDocumentStyle.idl 3798share/idl/xulrunner/nsIDOMNSDocumentStyle.idl
3123share/idl/xulrunner/nsIDOMNSEditableElement.idl 3799share/idl/xulrunner/nsIDOMNSEditableElement.idl
@@ -3141,27 +3817,26 @@ share/idl/xulrunner/nsIDOMNameList.idl @@ -3141,27 +3817,26 @@ share/idl/xulrunner/nsIDOMNameList.idl
3141share/idl/xulrunner/nsIDOMNamedNodeMap.idl 3817share/idl/xulrunner/nsIDOMNamedNodeMap.idl
3142share/idl/xulrunner/nsIDOMNavigator.idl 3818share/idl/xulrunner/nsIDOMNavigator.idl
3143share/idl/xulrunner/nsIDOMNavigatorDesktopNotification.idl 3819share/idl/xulrunner/nsIDOMNavigatorDesktopNotification.idl
3144share/idl/xulrunner/nsIDOMNavigatorGeolocation.idl 3820share/idl/xulrunner/nsIDOMNavigatorGeolocation.idl
3145share/idl/xulrunner/nsIDOMNode.idl 3821share/idl/xulrunner/nsIDOMNode.idl
3146share/idl/xulrunner/nsIDOMNodeFilter.idl 3822share/idl/xulrunner/nsIDOMNodeFilter.idl
3147share/idl/xulrunner/nsIDOMNodeIterator.idl 3823share/idl/xulrunner/nsIDOMNodeIterator.idl
3148share/idl/xulrunner/nsIDOMNodeList.idl 3824share/idl/xulrunner/nsIDOMNodeList.idl
3149share/idl/xulrunner/nsIDOMNodeSelector.idl 3825share/idl/xulrunner/nsIDOMNodeSelector.idl
3150share/idl/xulrunner/nsIDOMNotation.idl 3826share/idl/xulrunner/nsIDOMNotation.idl
3151share/idl/xulrunner/nsIDOMNotifyAudioAvailableEvent.idl 3827share/idl/xulrunner/nsIDOMNotifyAudioAvailableEvent.idl
3152share/idl/xulrunner/nsIDOMNotifyPaintEvent.idl 3828share/idl/xulrunner/nsIDOMNotifyPaintEvent.idl
3153share/idl/xulrunner/nsIDOMOfflineResourceList.idl 3829share/idl/xulrunner/nsIDOMOfflineResourceList.idl
3154share/idl/xulrunner/nsIDOMOrientationEvent.idl 
3155share/idl/xulrunner/nsIDOMPageTransitionEvent.idl 3830share/idl/xulrunner/nsIDOMPageTransitionEvent.idl
3156share/idl/xulrunner/nsIDOMPaintRequest.idl 3831share/idl/xulrunner/nsIDOMPaintRequest.idl
3157share/idl/xulrunner/nsIDOMPaintRequestList.idl 3832share/idl/xulrunner/nsIDOMPaintRequestList.idl
3158share/idl/xulrunner/nsIDOMParser.idl 3833share/idl/xulrunner/nsIDOMParser.idl
3159share/idl/xulrunner/nsIDOMPkcs11.idl 3834share/idl/xulrunner/nsIDOMPkcs11.idl
3160share/idl/xulrunner/nsIDOMPlugin.idl 3835share/idl/xulrunner/nsIDOMPlugin.idl
3161share/idl/xulrunner/nsIDOMPluginArray.idl 3836share/idl/xulrunner/nsIDOMPluginArray.idl
3162share/idl/xulrunner/nsIDOMPopStateEvent.idl 3837share/idl/xulrunner/nsIDOMPopStateEvent.idl
3163share/idl/xulrunner/nsIDOMPopupBlockedEvent.idl 3838share/idl/xulrunner/nsIDOMPopupBlockedEvent.idl
3164share/idl/xulrunner/nsIDOMProcessingInstruction.idl 3839share/idl/xulrunner/nsIDOMProcessingInstruction.idl
3165share/idl/xulrunner/nsIDOMProgressEvent.idl 3840share/idl/xulrunner/nsIDOMProgressEvent.idl
3166share/idl/xulrunner/nsIDOMRGBColor.idl 3841share/idl/xulrunner/nsIDOMRGBColor.idl
3167share/idl/xulrunner/nsIDOMRange.idl 3842share/idl/xulrunner/nsIDOMRange.idl
@@ -3259,32 +3934,32 @@ share/idl/xulrunner/nsIDOMStorageEvent.i @@ -3259,32 +3934,32 @@ share/idl/xulrunner/nsIDOMStorageEvent.i
3259share/idl/xulrunner/nsIDOMStorageEventObsolete.idl 3934share/idl/xulrunner/nsIDOMStorageEventObsolete.idl
3260share/idl/xulrunner/nsIDOMStorageIndexedDB.idl 3935share/idl/xulrunner/nsIDOMStorageIndexedDB.idl
3261share/idl/xulrunner/nsIDOMStorageItem.idl 3936share/idl/xulrunner/nsIDOMStorageItem.idl
3262share/idl/xulrunner/nsIDOMStorageList.idl 3937share/idl/xulrunner/nsIDOMStorageList.idl
3263share/idl/xulrunner/nsIDOMStorageManager.idl 3938share/idl/xulrunner/nsIDOMStorageManager.idl
3264share/idl/xulrunner/nsIDOMStorageObsolete.idl 3939share/idl/xulrunner/nsIDOMStorageObsolete.idl
3265share/idl/xulrunner/nsIDOMStorageWindow.idl 3940share/idl/xulrunner/nsIDOMStorageWindow.idl
3266share/idl/xulrunner/nsIDOMStyleSheet.idl 3941share/idl/xulrunner/nsIDOMStyleSheet.idl
3267share/idl/xulrunner/nsIDOMStyleSheetList.idl 3942share/idl/xulrunner/nsIDOMStyleSheetList.idl
3268share/idl/xulrunner/nsIDOMText.idl 3943share/idl/xulrunner/nsIDOMText.idl
3269share/idl/xulrunner/nsIDOMTimeEvent.idl 3944share/idl/xulrunner/nsIDOMTimeEvent.idl
3270share/idl/xulrunner/nsIDOMTimeRanges.idl 3945share/idl/xulrunner/nsIDOMTimeRanges.idl
3271share/idl/xulrunner/nsIDOMToString.idl 3946share/idl/xulrunner/nsIDOMToString.idl
 3947share/idl/xulrunner/nsIDOMTouchEvent.idl
3272share/idl/xulrunner/nsIDOMTransitionEvent.idl 3948share/idl/xulrunner/nsIDOMTransitionEvent.idl
3273share/idl/xulrunner/nsIDOMTreeWalker.idl 3949share/idl/xulrunner/nsIDOMTreeWalker.idl
3274share/idl/xulrunner/nsIDOMUIEvent.idl 3950share/idl/xulrunner/nsIDOMUIEvent.idl
3275share/idl/xulrunner/nsIDOMUserDataHandler.idl 3951share/idl/xulrunner/nsIDOMUserDataHandler.idl
3276share/idl/xulrunner/nsIDOMValidityState.idl 3952share/idl/xulrunner/nsIDOMValidityState.idl
3277share/idl/xulrunner/nsIDOMViewCSS.idl 
3278share/idl/xulrunner/nsIDOMWebGLRenderingContext.idl 3953share/idl/xulrunner/nsIDOMWebGLRenderingContext.idl
3279share/idl/xulrunner/nsIDOMWindow.idl 3954share/idl/xulrunner/nsIDOMWindow.idl
3280share/idl/xulrunner/nsIDOMWindow2.idl 3955share/idl/xulrunner/nsIDOMWindow2.idl
3281share/idl/xulrunner/nsIDOMWindowCollection.idl 3956share/idl/xulrunner/nsIDOMWindowCollection.idl
3282share/idl/xulrunner/nsIDOMWindowInternal.idl 3957share/idl/xulrunner/nsIDOMWindowInternal.idl
3283share/idl/xulrunner/nsIDOMWindowUtils.idl 3958share/idl/xulrunner/nsIDOMWindowUtils.idl
3284share/idl/xulrunner/nsIDOMWorkers.idl 3959share/idl/xulrunner/nsIDOMWorkers.idl
3285share/idl/xulrunner/nsIDOMXMLDocument.idl 3960share/idl/xulrunner/nsIDOMXMLDocument.idl
3286share/idl/xulrunner/nsIDOMXPathEvaluator.idl 3961share/idl/xulrunner/nsIDOMXPathEvaluator.idl
3287share/idl/xulrunner/nsIDOMXPathException.idl 3962share/idl/xulrunner/nsIDOMXPathException.idl
3288share/idl/xulrunner/nsIDOMXPathExpression.idl 3963share/idl/xulrunner/nsIDOMXPathExpression.idl
3289share/idl/xulrunner/nsIDOMXPathNSResolver.idl 3964share/idl/xulrunner/nsIDOMXPathNSResolver.idl
3290share/idl/xulrunner/nsIDOMXPathNamespace.idl 3965share/idl/xulrunner/nsIDOMXPathNamespace.idl
@@ -3302,26 +3977,27 @@ share/idl/xulrunner/nsIDOMXULImageElemen @@ -3302,26 +3977,27 @@ share/idl/xulrunner/nsIDOMXULImageElemen
3302share/idl/xulrunner/nsIDOMXULLabelElement.idl 3977share/idl/xulrunner/nsIDOMXULLabelElement.idl
3303share/idl/xulrunner/nsIDOMXULLabeledControlEl.idl 3978share/idl/xulrunner/nsIDOMXULLabeledControlEl.idl
3304share/idl/xulrunner/nsIDOMXULMenuListElement.idl 3979share/idl/xulrunner/nsIDOMXULMenuListElement.idl
3305share/idl/xulrunner/nsIDOMXULMultSelectCntrlEl.idl 3980share/idl/xulrunner/nsIDOMXULMultSelectCntrlEl.idl
3306share/idl/xulrunner/nsIDOMXULPopupElement.idl 3981share/idl/xulrunner/nsIDOMXULPopupElement.idl
3307share/idl/xulrunner/nsIDOMXULRelatedElement.idl 3982share/idl/xulrunner/nsIDOMXULRelatedElement.idl
3308share/idl/xulrunner/nsIDOMXULSelectCntrlEl.idl 3983share/idl/xulrunner/nsIDOMXULSelectCntrlEl.idl
3309share/idl/xulrunner/nsIDOMXULSelectCntrlItemEl.idl 3984share/idl/xulrunner/nsIDOMXULSelectCntrlItemEl.idl
3310share/idl/xulrunner/nsIDOMXULTextboxElement.idl 3985share/idl/xulrunner/nsIDOMXULTextboxElement.idl
3311share/idl/xulrunner/nsIDOMXULTreeElement.idl 3986share/idl/xulrunner/nsIDOMXULTreeElement.idl
3312share/idl/xulrunner/nsIDataSignatureVerifier.idl 3987share/idl/xulrunner/nsIDataSignatureVerifier.idl
3313share/idl/xulrunner/nsIDebug.idl 3988share/idl/xulrunner/nsIDebug.idl
3314share/idl/xulrunner/nsIDebug2.idl 3989share/idl/xulrunner/nsIDebug2.idl
 3990share/idl/xulrunner/nsIDeviceMotion.idl
3315share/idl/xulrunner/nsIDialogCreator.idl 3991share/idl/xulrunner/nsIDialogCreator.idl
3316share/idl/xulrunner/nsIDialogParamBlock.idl 3992share/idl/xulrunner/nsIDialogParamBlock.idl
3317share/idl/xulrunner/nsIDirIndex.idl 3993share/idl/xulrunner/nsIDirIndex.idl
3318share/idl/xulrunner/nsIDirIndexListener.idl 3994share/idl/xulrunner/nsIDirIndexListener.idl
3319share/idl/xulrunner/nsIDirectoryEnumerator.idl 3995share/idl/xulrunner/nsIDirectoryEnumerator.idl
3320share/idl/xulrunner/nsIDirectoryService.idl 3996share/idl/xulrunner/nsIDirectoryService.idl
3321share/idl/xulrunner/nsIDiskCacheStreamInternal.idl 3997share/idl/xulrunner/nsIDiskCacheStreamInternal.idl
3322share/idl/xulrunner/nsIDocCharset.idl 3998share/idl/xulrunner/nsIDocCharset.idl
3323share/idl/xulrunner/nsIDocShell.idl 3999share/idl/xulrunner/nsIDocShell.idl
3324share/idl/xulrunner/nsIDocShellHistory.idl 4000share/idl/xulrunner/nsIDocShellHistory.idl
3325share/idl/xulrunner/nsIDocShellLoadInfo.idl 4001share/idl/xulrunner/nsIDocShellLoadInfo.idl
3326share/idl/xulrunner/nsIDocShellTreeItem.idl 4002share/idl/xulrunner/nsIDocShellTreeItem.idl
3327share/idl/xulrunner/nsIDocShellTreeNode.idl 4003share/idl/xulrunner/nsIDocShellTreeNode.idl
@@ -3352,26 +4028,27 @@ share/idl/xulrunner/nsIEditorMailSupport @@ -3352,26 +4028,27 @@ share/idl/xulrunner/nsIEditorMailSupport
3352share/idl/xulrunner/nsIEditorObserver.idl 4028share/idl/xulrunner/nsIEditorObserver.idl
3353share/idl/xulrunner/nsIEditorSpellCheck.idl 4029share/idl/xulrunner/nsIEditorSpellCheck.idl
3354share/idl/xulrunner/nsIEditorStyleSheets.idl 4030share/idl/xulrunner/nsIEditorStyleSheets.idl
3355share/idl/xulrunner/nsIEffectiveTLDService.idl 4031share/idl/xulrunner/nsIEffectiveTLDService.idl
3356share/idl/xulrunner/nsIEmbeddingSiteWindow.idl 4032share/idl/xulrunner/nsIEmbeddingSiteWindow.idl
3357share/idl/xulrunner/nsIEmbeddingSiteWindow2.idl 4033share/idl/xulrunner/nsIEmbeddingSiteWindow2.idl
3358share/idl/xulrunner/nsIEncodedChannel.idl 4034share/idl/xulrunner/nsIEncodedChannel.idl
3359share/idl/xulrunner/nsIEntityConverter.idl 4035share/idl/xulrunner/nsIEntityConverter.idl
3360share/idl/xulrunner/nsIEntropyCollector.idl 4036share/idl/xulrunner/nsIEntropyCollector.idl
3361share/idl/xulrunner/nsIEnumerator.idl 4037share/idl/xulrunner/nsIEnumerator.idl
3362share/idl/xulrunner/nsIEnvironment.idl 4038share/idl/xulrunner/nsIEnvironment.idl
3363share/idl/xulrunner/nsIErrorService.idl 4039share/idl/xulrunner/nsIErrorService.idl
3364share/idl/xulrunner/nsIEventListenerService.idl 4040share/idl/xulrunner/nsIEventListenerService.idl
 4041share/idl/xulrunner/nsIEventSource.idl
3365share/idl/xulrunner/nsIEventTarget.idl 4042share/idl/xulrunner/nsIEventTarget.idl
3366share/idl/xulrunner/nsIException.idl 4043share/idl/xulrunner/nsIException.idl
3367share/idl/xulrunner/nsIExceptionService.idl 4044share/idl/xulrunner/nsIExceptionService.idl
3368share/idl/xulrunner/nsIExpatSink.idl 4045share/idl/xulrunner/nsIExpatSink.idl
3369share/idl/xulrunner/nsIExtendedExpatSink.idl 4046share/idl/xulrunner/nsIExtendedExpatSink.idl
3370share/idl/xulrunner/nsIExternalHelperAppService.idl 4047share/idl/xulrunner/nsIExternalHelperAppService.idl
3371share/idl/xulrunner/nsIExternalProtocolHandler.idl 4048share/idl/xulrunner/nsIExternalProtocolHandler.idl
3372share/idl/xulrunner/nsIExternalProtocolService.idl 4049share/idl/xulrunner/nsIExternalProtocolService.idl
3373share/idl/xulrunner/nsIExternalSharingAppService.idl 4050share/idl/xulrunner/nsIExternalSharingAppService.idl
3374share/idl/xulrunner/nsIExternalURLHandlerService.idl 4051share/idl/xulrunner/nsIExternalURLHandlerService.idl
3375share/idl/xulrunner/nsIFTPChannel.idl 4052share/idl/xulrunner/nsIFTPChannel.idl
3376share/idl/xulrunner/nsIFactory.idl 4053share/idl/xulrunner/nsIFactory.idl
3377share/idl/xulrunner/nsIFastLoadFileControl.idl 4054share/idl/xulrunner/nsIFastLoadFileControl.idl
@@ -3398,26 +4075,27 @@ share/idl/xulrunner/nsIFind.idl @@ -3398,26 +4075,27 @@ share/idl/xulrunner/nsIFind.idl
3398share/idl/xulrunner/nsIFindService.idl 4075share/idl/xulrunner/nsIFindService.idl
3399share/idl/xulrunner/nsIFocusManager.idl 4076share/idl/xulrunner/nsIFocusManager.idl
3400share/idl/xulrunner/nsIFontEnumerator.idl 4077share/idl/xulrunner/nsIFontEnumerator.idl
3401share/idl/xulrunner/nsIFormAutoComplete.idl 4078share/idl/xulrunner/nsIFormAutoComplete.idl
3402share/idl/xulrunner/nsIFormFillController.idl 4079share/idl/xulrunner/nsIFormFillController.idl
3403share/idl/xulrunner/nsIFormHistory.idl 4080share/idl/xulrunner/nsIFormHistory.idl
3404share/idl/xulrunner/nsIFormSigningDialog.idl 4081share/idl/xulrunner/nsIFormSigningDialog.idl
3405share/idl/xulrunner/nsIFormSubmitObserver.idl 4082share/idl/xulrunner/nsIFormSubmitObserver.idl
3406share/idl/xulrunner/nsIFormatConverter.idl 4083share/idl/xulrunner/nsIFormatConverter.idl
3407share/idl/xulrunner/nsIFrameLoader.idl 4084share/idl/xulrunner/nsIFrameLoader.idl
3408share/idl/xulrunner/nsIFrameMessageManager.idl 4085share/idl/xulrunner/nsIFrameMessageManager.idl
3409share/idl/xulrunner/nsIGConfService.idl 4086share/idl/xulrunner/nsIGConfService.idl
3410share/idl/xulrunner/nsIGIOService.idl 4087share/idl/xulrunner/nsIGIOService.idl
 4088share/idl/xulrunner/nsIGSettingsService.idl
3411share/idl/xulrunner/nsIGenKeypairInfoDlg.idl 4089share/idl/xulrunner/nsIGenKeypairInfoDlg.idl
3412share/idl/xulrunner/nsIGeolocationProvider.idl 4090share/idl/xulrunner/nsIGeolocationProvider.idl
3413share/idl/xulrunner/nsIGfxInfo.idl 4091share/idl/xulrunner/nsIGfxInfo.idl
3414share/idl/xulrunner/nsIGfxInfoDebug.idl 4092share/idl/xulrunner/nsIGfxInfoDebug.idl
3415share/idl/xulrunner/nsIGlobalHistory.idl 4093share/idl/xulrunner/nsIGlobalHistory.idl
3416share/idl/xulrunner/nsIGlobalHistory2.idl 4094share/idl/xulrunner/nsIGlobalHistory2.idl
3417share/idl/xulrunner/nsIGlobalHistory3.idl 4095share/idl/xulrunner/nsIGlobalHistory3.idl
3418share/idl/xulrunner/nsIGnomeVFSService.idl 4096share/idl/xulrunner/nsIGnomeVFSService.idl
3419share/idl/xulrunner/nsIHTMLAbsPosEditor.idl 4097share/idl/xulrunner/nsIHTMLAbsPosEditor.idl
3420share/idl/xulrunner/nsIHTMLEditor.idl 4098share/idl/xulrunner/nsIHTMLEditor.idl
3421share/idl/xulrunner/nsIHTMLInlineTableEditor.idl 4099share/idl/xulrunner/nsIHTMLInlineTableEditor.idl
3422share/idl/xulrunner/nsIHTMLObjectResizeListener.idl 4100share/idl/xulrunner/nsIHTMLObjectResizeListener.idl
3423share/idl/xulrunner/nsIHTMLObjectResizer.idl 4101share/idl/xulrunner/nsIHTMLObjectResizer.idl
@@ -3499,28 +4177,28 @@ share/idl/xulrunner/nsILoginManager.idl @@ -3499,28 +4177,28 @@ share/idl/xulrunner/nsILoginManager.idl
3499share/idl/xulrunner/nsILoginManagerCrypto.idl 4177share/idl/xulrunner/nsILoginManagerCrypto.idl
3500share/idl/xulrunner/nsILoginManagerIEMigrationHelper.idl 4178share/idl/xulrunner/nsILoginManagerIEMigrationHelper.idl
3501share/idl/xulrunner/nsILoginManagerPrompter.idl 4179share/idl/xulrunner/nsILoginManagerPrompter.idl
3502share/idl/xulrunner/nsILoginManagerStorage.idl 4180share/idl/xulrunner/nsILoginManagerStorage.idl
3503share/idl/xulrunner/nsILoginMetaInfo.idl 4181share/idl/xulrunner/nsILoginMetaInfo.idl
3504share/idl/xulrunner/nsIMIMEHeaderParam.idl 4182share/idl/xulrunner/nsIMIMEHeaderParam.idl
3505share/idl/xulrunner/nsIMIMEInfo.idl 4183share/idl/xulrunner/nsIMIMEInfo.idl
3506share/idl/xulrunner/nsIMIMEInputStream.idl 4184share/idl/xulrunner/nsIMIMEInputStream.idl
3507share/idl/xulrunner/nsIMIMEService.idl 4185share/idl/xulrunner/nsIMIMEService.idl
3508share/idl/xulrunner/nsIMarkupDocumentViewer.idl 4186share/idl/xulrunner/nsIMarkupDocumentViewer.idl
3509share/idl/xulrunner/nsIMemory.idl 4187share/idl/xulrunner/nsIMemory.idl
3510share/idl/xulrunner/nsIMemoryReporter.idl 4188share/idl/xulrunner/nsIMemoryReporter.idl
3511share/idl/xulrunner/nsIMenuBoxObject.idl 4189share/idl/xulrunner/nsIMenuBoxObject.idl
3512share/idl/xulrunner/nsIMicrosummaryService.idl 
3513share/idl/xulrunner/nsIModule.idl 4190share/idl/xulrunner/nsIModule.idl
 4191share/idl/xulrunner/nsIMozWebSocket.idl
3514share/idl/xulrunner/nsIMultiPartChannel.idl 4192share/idl/xulrunner/nsIMultiPartChannel.idl
3515share/idl/xulrunner/nsIMultiplexInputStream.idl 4193share/idl/xulrunner/nsIMultiplexInputStream.idl
3516share/idl/xulrunner/nsIMutable.idl 4194share/idl/xulrunner/nsIMutable.idl
3517share/idl/xulrunner/nsIMutableArray.idl 4195share/idl/xulrunner/nsIMutableArray.idl
3518share/idl/xulrunner/nsINSSCertCache.idl 4196share/idl/xulrunner/nsINSSCertCache.idl
3519share/idl/xulrunner/nsINSSErrorsService.idl 4197share/idl/xulrunner/nsINSSErrorsService.idl
3520share/idl/xulrunner/nsINativeAppSupport.idl 4198share/idl/xulrunner/nsINativeAppSupport.idl
3521share/idl/xulrunner/nsINavBookmarksService.idl 4199share/idl/xulrunner/nsINavBookmarksService.idl
3522share/idl/xulrunner/nsINavHistoryService.idl 4200share/idl/xulrunner/nsINavHistoryService.idl
3523share/idl/xulrunner/nsINestedURI.idl 4201share/idl/xulrunner/nsINestedURI.idl
3524share/idl/xulrunner/nsINetUtil.idl 4202share/idl/xulrunner/nsINetUtil.idl
3525share/idl/xulrunner/nsINetworkLinkService.idl 4203share/idl/xulrunner/nsINetworkLinkService.idl
3526share/idl/xulrunner/nsIOCSPResponder.idl 4204share/idl/xulrunner/nsIOCSPResponder.idl
@@ -3538,31 +4216,29 @@ share/idl/xulrunner/nsIPKCS11Module.idl @@ -3538,31 +4216,29 @@ share/idl/xulrunner/nsIPKCS11Module.idl
3538share/idl/xulrunner/nsIPKCS11ModuleDB.idl 4216share/idl/xulrunner/nsIPKCS11ModuleDB.idl
3539share/idl/xulrunner/nsIPKCS11Slot.idl 4217share/idl/xulrunner/nsIPKCS11Slot.idl
3540share/idl/xulrunner/nsIPKIParamBlock.idl 4218share/idl/xulrunner/nsIPKIParamBlock.idl
3541share/idl/xulrunner/nsIParentChannel.idl 4219share/idl/xulrunner/nsIParentChannel.idl
3542share/idl/xulrunner/nsIParentRedirectingChannel.idl 4220share/idl/xulrunner/nsIParentRedirectingChannel.idl
3543share/idl/xulrunner/nsIParentalControlsService.idl 4221share/idl/xulrunner/nsIParentalControlsService.idl
3544share/idl/xulrunner/nsIPermission.idl 4222share/idl/xulrunner/nsIPermission.idl
3545share/idl/xulrunner/nsIPermissionManager.idl 4223share/idl/xulrunner/nsIPermissionManager.idl
3546share/idl/xulrunner/nsIPersistentProperties2.idl 4224share/idl/xulrunner/nsIPersistentProperties2.idl
3547share/idl/xulrunner/nsIPhonetic.idl 4225share/idl/xulrunner/nsIPhonetic.idl
3548share/idl/xulrunner/nsIPipe.idl 4226share/idl/xulrunner/nsIPipe.idl
3549share/idl/xulrunner/nsIPlacesImportExportService.idl 4227share/idl/xulrunner/nsIPlacesImportExportService.idl
3550share/idl/xulrunner/nsIPlaintextEditor.idl 4228share/idl/xulrunner/nsIPlaintextEditor.idl
3551share/idl/xulrunner/nsIPlugin.idl 
3552share/idl/xulrunner/nsIPluginDocument.idl 4229share/idl/xulrunner/nsIPluginDocument.idl
3553share/idl/xulrunner/nsIPluginHost.idl 4230share/idl/xulrunner/nsIPluginHost.idl
3554share/idl/xulrunner/nsIPluginInputStream.idl 4231share/idl/xulrunner/nsIPluginInputStream.idl
3555share/idl/xulrunner/nsIPluginInstance.idl 
3556share/idl/xulrunner/nsIPluginInstanceOwner.idl 4232share/idl/xulrunner/nsIPluginInstanceOwner.idl
3557share/idl/xulrunner/nsIPluginStreamInfo.idl 4233share/idl/xulrunner/nsIPluginStreamInfo.idl
3558share/idl/xulrunner/nsIPluginStreamListener.idl 4234share/idl/xulrunner/nsIPluginStreamListener.idl
3559share/idl/xulrunner/nsIPluginTag.idl 4235share/idl/xulrunner/nsIPluginTag.idl
3560share/idl/xulrunner/nsIPluginTagInfo.idl 4236share/idl/xulrunner/nsIPluginTagInfo.idl
3561share/idl/xulrunner/nsIPopupBoxObject.idl 4237share/idl/xulrunner/nsIPopupBoxObject.idl
3562share/idl/xulrunner/nsIPopupWindowManager.idl 4238share/idl/xulrunner/nsIPopupWindowManager.idl
3563share/idl/xulrunner/nsIPrefBranch.idl 4239share/idl/xulrunner/nsIPrefBranch.idl
3564share/idl/xulrunner/nsIPrefBranch2.idl 4240share/idl/xulrunner/nsIPrefBranch2.idl
3565share/idl/xulrunner/nsIPrefBranchInternal.idl 4241share/idl/xulrunner/nsIPrefBranchInternal.idl
3566share/idl/xulrunner/nsIPrefLocalizedString.idl 4242share/idl/xulrunner/nsIPrefLocalizedString.idl
3567share/idl/xulrunner/nsIPrefService.idl 4243share/idl/xulrunner/nsIPrefService.idl
3568share/idl/xulrunner/nsIPrefetchService.idl 4244share/idl/xulrunner/nsIPrefetchService.idl
@@ -3715,48 +4391,51 @@ share/idl/xulrunner/nsIStorageStream.idl @@ -3715,48 +4391,51 @@ share/idl/xulrunner/nsIStorageStream.idl
3715share/idl/xulrunner/nsIStreamBufferAccess.idl 4391share/idl/xulrunner/nsIStreamBufferAccess.idl
3716share/idl/xulrunner/nsIStreamCipher.idl 4392share/idl/xulrunner/nsIStreamCipher.idl
3717share/idl/xulrunner/nsIStreamConverter.idl 4393share/idl/xulrunner/nsIStreamConverter.idl
3718share/idl/xulrunner/nsIStreamConverterService.idl 4394share/idl/xulrunner/nsIStreamConverterService.idl
3719share/idl/xulrunner/nsIStreamListener.idl 4395share/idl/xulrunner/nsIStreamListener.idl
3720share/idl/xulrunner/nsIStreamListenerTee.idl 4396share/idl/xulrunner/nsIStreamListenerTee.idl
3721share/idl/xulrunner/nsIStreamLoader.idl 4397share/idl/xulrunner/nsIStreamLoader.idl
3722share/idl/xulrunner/nsIStreamTransportService.idl 4398share/idl/xulrunner/nsIStreamTransportService.idl
3723share/idl/xulrunner/nsIStrictTransportSecurityService.idl 4399share/idl/xulrunner/nsIStrictTransportSecurityService.idl
3724share/idl/xulrunner/nsIStringBundle.idl 4400share/idl/xulrunner/nsIStringBundle.idl
3725share/idl/xulrunner/nsIStringBundleOverride.idl 4401share/idl/xulrunner/nsIStringBundleOverride.idl
3726share/idl/xulrunner/nsIStringEnumerator.idl 4402share/idl/xulrunner/nsIStringEnumerator.idl
3727share/idl/xulrunner/nsIStringStream.idl 4403share/idl/xulrunner/nsIStringStream.idl
 4404share/idl/xulrunner/nsIStructuredCloneContainer.idl
3728share/idl/xulrunner/nsIStyleSheetService.idl 4405share/idl/xulrunner/nsIStyleSheetService.idl
3729share/idl/xulrunner/nsISupports.idl 4406share/idl/xulrunner/nsISupports.idl
3730share/idl/xulrunner/nsISupportsArray.idl 4407share/idl/xulrunner/nsISupportsArray.idl
3731share/idl/xulrunner/nsISupportsIterators.idl 4408share/idl/xulrunner/nsISupportsIterators.idl
3732share/idl/xulrunner/nsISupportsPrimitives.idl 4409share/idl/xulrunner/nsISupportsPrimitives.idl
3733share/idl/xulrunner/nsISupportsPriority.idl 4410share/idl/xulrunner/nsISupportsPriority.idl
3734share/idl/xulrunner/nsISyncJPAKE.idl 4411share/idl/xulrunner/nsISyncJPAKE.idl
3735share/idl/xulrunner/nsISyncLoadDOMService.idl 4412share/idl/xulrunner/nsISyncLoadDOMService.idl
3736share/idl/xulrunner/nsISyncStreamListener.idl 4413share/idl/xulrunner/nsISyncStreamListener.idl
3737share/idl/xulrunner/nsISystemProxySettings.idl 4414share/idl/xulrunner/nsISystemProxySettings.idl
3738share/idl/xulrunner/nsITXTToHTMLConv.idl 4415share/idl/xulrunner/nsITXTToHTMLConv.idl
3739share/idl/xulrunner/nsITabChild.idl 4416share/idl/xulrunner/nsITabChild.idl
3740share/idl/xulrunner/nsITabParent.idl 4417share/idl/xulrunner/nsITabParent.idl
3741share/idl/xulrunner/nsITableEditor.idl 4418share/idl/xulrunner/nsITableEditor.idl
3742share/idl/xulrunner/nsITaggingService.idl 4419share/idl/xulrunner/nsITaggingService.idl
 4420share/idl/xulrunner/nsITelemetry.idl
3743share/idl/xulrunner/nsITextScroll.idl 4421share/idl/xulrunner/nsITextScroll.idl
3744share/idl/xulrunner/nsITextServicesFilter.idl 4422share/idl/xulrunner/nsITextServicesFilter.idl
3745share/idl/xulrunner/nsITextToSubURI.idl 4423share/idl/xulrunner/nsITextToSubURI.idl
3746share/idl/xulrunner/nsIThread.idl 4424share/idl/xulrunner/nsIThread.idl
3747share/idl/xulrunner/nsIThreadInternal.idl 4425share/idl/xulrunner/nsIThreadInternal.idl
3748share/idl/xulrunner/nsIThreadManager.idl 4426share/idl/xulrunner/nsIThreadManager.idl
3749share/idl/xulrunner/nsIThreadPool.idl 4427share/idl/xulrunner/nsIThreadPool.idl
 4428share/idl/xulrunner/nsITimedChannel.idl
3750share/idl/xulrunner/nsITimelineService.idl 4429share/idl/xulrunner/nsITimelineService.idl
3751share/idl/xulrunner/nsITimer.idl 4430share/idl/xulrunner/nsITimer.idl
3752share/idl/xulrunner/nsITokenDialogs.idl 4431share/idl/xulrunner/nsITokenDialogs.idl
3753share/idl/xulrunner/nsITokenPasswordDialogs.idl 4432share/idl/xulrunner/nsITokenPasswordDialogs.idl
3754share/idl/xulrunner/nsIToolkit.idl 4433share/idl/xulrunner/nsIToolkit.idl
3755share/idl/xulrunner/nsIToolkitChromeRegistry.idl 4434share/idl/xulrunner/nsIToolkitChromeRegistry.idl
3756share/idl/xulrunner/nsIToolkitProfile.idl 4435share/idl/xulrunner/nsIToolkitProfile.idl
3757share/idl/xulrunner/nsIToolkitProfileService.idl 4436share/idl/xulrunner/nsIToolkitProfileService.idl
3758share/idl/xulrunner/nsITooltipListener.idl 4437share/idl/xulrunner/nsITooltipListener.idl
3759share/idl/xulrunner/nsITooltipTextProvider.idl 4438share/idl/xulrunner/nsITooltipTextProvider.idl
3760share/idl/xulrunner/nsITraceRefcnt.idl 4439share/idl/xulrunner/nsITraceRefcnt.idl
3761share/idl/xulrunner/nsITraceableChannel.idl 4440share/idl/xulrunner/nsITraceableChannel.idl
3762share/idl/xulrunner/nsITransaction.idl 4441share/idl/xulrunner/nsITransaction.idl
@@ -3779,27 +4458,26 @@ share/idl/xulrunner/nsIURIClassifier.idl @@ -3779,27 +4458,26 @@ share/idl/xulrunner/nsIURIClassifier.idl
3779share/idl/xulrunner/nsIURIContentListener.idl 4458share/idl/xulrunner/nsIURIContentListener.idl
3780share/idl/xulrunner/nsIURIFixup.idl 4459share/idl/xulrunner/nsIURIFixup.idl
3781share/idl/xulrunner/nsIURILoader.idl 4460share/idl/xulrunner/nsIURILoader.idl
3782share/idl/xulrunner/nsIURIRefObject.idl 4461share/idl/xulrunner/nsIURIRefObject.idl
3783share/idl/xulrunner/nsIURIWithPrincipal.idl 4462share/idl/xulrunner/nsIURIWithPrincipal.idl
3784share/idl/xulrunner/nsIURL.idl 4463share/idl/xulrunner/nsIURL.idl
3785share/idl/xulrunner/nsIURLFormatter.idl 4464share/idl/xulrunner/nsIURLFormatter.idl
3786share/idl/xulrunner/nsIURLParser.idl 4465share/idl/xulrunner/nsIURLParser.idl
3787share/idl/xulrunner/nsIUTF8ConverterService.idl 4466share/idl/xulrunner/nsIUTF8ConverterService.idl
3788share/idl/xulrunner/nsIUUIDGenerator.idl 4467share/idl/xulrunner/nsIUUIDGenerator.idl
3789share/idl/xulrunner/nsIUnicharInputStream.idl 4468share/idl/xulrunner/nsIUnicharInputStream.idl
3790share/idl/xulrunner/nsIUnicharLineInputStream.idl 4469share/idl/xulrunner/nsIUnicharLineInputStream.idl
3791share/idl/xulrunner/nsIUnicharOutputStream.idl 4470share/idl/xulrunner/nsIUnicharOutputStream.idl
3792share/idl/xulrunner/nsIUnicharStreamListener.idl 
3793share/idl/xulrunner/nsIUnicharStreamLoader.idl 4471share/idl/xulrunner/nsIUnicharStreamLoader.idl
3794share/idl/xulrunner/nsIUnicodeNormalizer.idl 4472share/idl/xulrunner/nsIUnicodeNormalizer.idl
3795share/idl/xulrunner/nsIUpdateService.idl 4473share/idl/xulrunner/nsIUpdateService.idl
3796share/idl/xulrunner/nsIUpdateTimerManager.idl 4474share/idl/xulrunner/nsIUpdateTimerManager.idl
3797share/idl/xulrunner/nsIUploadChannel.idl 4475share/idl/xulrunner/nsIUploadChannel.idl
3798share/idl/xulrunner/nsIUploadChannel2.idl 4476share/idl/xulrunner/nsIUploadChannel2.idl
3799share/idl/xulrunner/nsIUrlClassifierDBService.idl 4477share/idl/xulrunner/nsIUrlClassifierDBService.idl
3800share/idl/xulrunner/nsIUrlClassifierHashCompleter.idl 4478share/idl/xulrunner/nsIUrlClassifierHashCompleter.idl
3801share/idl/xulrunner/nsIUrlClassifierStreamUpdater.idl 4479share/idl/xulrunner/nsIUrlClassifierStreamUpdater.idl
3802share/idl/xulrunner/nsIUrlClassifierUtils.idl 4480share/idl/xulrunner/nsIUrlClassifierUtils.idl
3803share/idl/xulrunner/nsIUrlListManager.idl 4481share/idl/xulrunner/nsIUrlListManager.idl
3804share/idl/xulrunner/nsIUserCertPicker.idl 4482share/idl/xulrunner/nsIUserCertPicker.idl
3805share/idl/xulrunner/nsIUserInfo.idl 4483share/idl/xulrunner/nsIUserInfo.idl
@@ -3815,27 +4493,27 @@ share/idl/xulrunner/nsIWebBrowserChromeF @@ -3815,27 +4493,27 @@ share/idl/xulrunner/nsIWebBrowserChromeF
3815share/idl/xulrunner/nsIWebBrowserFind.idl 4493share/idl/xulrunner/nsIWebBrowserFind.idl
3816share/idl/xulrunner/nsIWebBrowserFocus.idl 4494share/idl/xulrunner/nsIWebBrowserFocus.idl
3817share/idl/xulrunner/nsIWebBrowserPersist.idl 4495share/idl/xulrunner/nsIWebBrowserPersist.idl
3818share/idl/xulrunner/nsIWebBrowserPrint.idl 4496share/idl/xulrunner/nsIWebBrowserPrint.idl
3819share/idl/xulrunner/nsIWebBrowserSetup.idl 4497share/idl/xulrunner/nsIWebBrowserSetup.idl
3820share/idl/xulrunner/nsIWebBrowserStream.idl 4498share/idl/xulrunner/nsIWebBrowserStream.idl
3821share/idl/xulrunner/nsIWebContentHandlerRegistrar.idl 4499share/idl/xulrunner/nsIWebContentHandlerRegistrar.idl
3822share/idl/xulrunner/nsIWebNavigation.idl 4500share/idl/xulrunner/nsIWebNavigation.idl
3823share/idl/xulrunner/nsIWebNavigationInfo.idl 4501share/idl/xulrunner/nsIWebNavigationInfo.idl
3824share/idl/xulrunner/nsIWebPageDescriptor.idl 4502share/idl/xulrunner/nsIWebPageDescriptor.idl
3825share/idl/xulrunner/nsIWebProgress.idl 4503share/idl/xulrunner/nsIWebProgress.idl
3826share/idl/xulrunner/nsIWebProgressListener.idl 4504share/idl/xulrunner/nsIWebProgressListener.idl
3827share/idl/xulrunner/nsIWebProgressListener2.idl 4505share/idl/xulrunner/nsIWebProgressListener2.idl
3828share/idl/xulrunner/nsIWebSocket.idl 4506share/idl/xulrunner/nsIWebSocketProtocol.idl
3829share/idl/xulrunner/nsIWebappsSupport.idl 4507share/idl/xulrunner/nsIWebappsSupport.idl
3830share/idl/xulrunner/nsIWindowCreator.idl 4508share/idl/xulrunner/nsIWindowCreator.idl
3831share/idl/xulrunner/nsIWindowCreator2.idl 4509share/idl/xulrunner/nsIWindowCreator2.idl
3832share/idl/xulrunner/nsIWindowDataSource.idl 4510share/idl/xulrunner/nsIWindowDataSource.idl
3833share/idl/xulrunner/nsIWindowMediator.idl 4511share/idl/xulrunner/nsIWindowMediator.idl
3834share/idl/xulrunner/nsIWindowMediatorListener.idl 4512share/idl/xulrunner/nsIWindowMediatorListener.idl
3835share/idl/xulrunner/nsIWindowProvider.idl 4513share/idl/xulrunner/nsIWindowProvider.idl
3836share/idl/xulrunner/nsIWindowWatcher.idl 4514share/idl/xulrunner/nsIWindowWatcher.idl
3837share/idl/xulrunner/nsIWritablePropertyBag.idl 4515share/idl/xulrunner/nsIWritablePropertyBag.idl
3838share/idl/xulrunner/nsIWritablePropertyBag2.idl 4516share/idl/xulrunner/nsIWritablePropertyBag2.idl
3839share/idl/xulrunner/nsIWyciwygChannel.idl 4517share/idl/xulrunner/nsIWyciwygChannel.idl
3840share/idl/xulrunner/nsIX509Cert.idl 4518share/idl/xulrunner/nsIX509Cert.idl
3841share/idl/xulrunner/nsIX509Cert2.idl 4519share/idl/xulrunner/nsIX509Cert2.idl
@@ -3843,27 +4521,26 @@ share/idl/xulrunner/nsIX509Cert3.idl @@ -3843,27 +4521,26 @@ share/idl/xulrunner/nsIX509Cert3.idl
3843share/idl/xulrunner/nsIX509CertDB.idl 4521share/idl/xulrunner/nsIX509CertDB.idl
3844share/idl/xulrunner/nsIX509CertDB2.idl 4522share/idl/xulrunner/nsIX509CertDB2.idl
3845share/idl/xulrunner/nsIX509CertList.idl 4523share/idl/xulrunner/nsIX509CertList.idl
3846share/idl/xulrunner/nsIX509CertValidity.idl 4524share/idl/xulrunner/nsIX509CertValidity.idl
3847share/idl/xulrunner/nsIXBLAccessible.idl 4525share/idl/xulrunner/nsIXBLAccessible.idl
3848share/idl/xulrunner/nsIXMLContentBuilder.idl 4526share/idl/xulrunner/nsIXMLContentBuilder.idl
3849share/idl/xulrunner/nsIXMLHttpRequest.idl 4527share/idl/xulrunner/nsIXMLHttpRequest.idl
3850share/idl/xulrunner/nsIXPCScriptNotify.idl 4528share/idl/xulrunner/nsIXPCScriptNotify.idl
3851share/idl/xulrunner/nsIXPCScriptable.idl 4529share/idl/xulrunner/nsIXPCScriptable.idl
3852share/idl/xulrunner/nsIXPCSecurityManager.idl 4530share/idl/xulrunner/nsIXPCSecurityManager.idl
3853share/idl/xulrunner/nsIXPConnect.idl 4531share/idl/xulrunner/nsIXPConnect.idl
3854share/idl/xulrunner/nsIXSLTException.idl 4532share/idl/xulrunner/nsIXSLTException.idl
3855share/idl/xulrunner/nsIXSLTProcessor.idl 4533share/idl/xulrunner/nsIXSLTProcessor.idl
3856share/idl/xulrunner/nsIXSLTProcessorObsolete.idl 
3857share/idl/xulrunner/nsIXSLTProcessorPrivate.idl 4534share/idl/xulrunner/nsIXSLTProcessorPrivate.idl
3858share/idl/xulrunner/nsIXTFAttributeHandler.idl 4535share/idl/xulrunner/nsIXTFAttributeHandler.idl
3859share/idl/xulrunner/nsIXTFElement.idl 4536share/idl/xulrunner/nsIXTFElement.idl
3860share/idl/xulrunner/nsIXTFElementFactory.idl 4537share/idl/xulrunner/nsIXTFElementFactory.idl
3861share/idl/xulrunner/nsIXTFElementWrapper.idl 4538share/idl/xulrunner/nsIXTFElementWrapper.idl
3862share/idl/xulrunner/nsIXTFPrivate.idl 4539share/idl/xulrunner/nsIXTFPrivate.idl
3863share/idl/xulrunner/nsIXULAppInfo.idl 4540share/idl/xulrunner/nsIXULAppInfo.idl
3864share/idl/xulrunner/nsIXULAppInstall.idl 4541share/idl/xulrunner/nsIXULAppInstall.idl
3865share/idl/xulrunner/nsIXULBrowserWindow.idl 4542share/idl/xulrunner/nsIXULBrowserWindow.idl
3866share/idl/xulrunner/nsIXULBuilderListener.idl 4543share/idl/xulrunner/nsIXULBuilderListener.idl
3867share/idl/xulrunner/nsIXULOverlayProvider.idl 4544share/idl/xulrunner/nsIXULOverlayProvider.idl
3868share/idl/xulrunner/nsIXULRuntime.idl 4545share/idl/xulrunner/nsIXULRuntime.idl
3869share/idl/xulrunner/nsIXULSortService.idl 4546share/idl/xulrunner/nsIXULSortService.idl

cvs diff -r1.15 -r1.16 pkgsrc/devel/xulrunner/Attic/buildlink3.mk (expand / switch to unified diff)

--- pkgsrc/devel/xulrunner/Attic/buildlink3.mk 2011/07/21 13:05:51 1.15
+++ pkgsrc/devel/xulrunner/Attic/buildlink3.mk 2011/08/18 18:31:09 1.16
@@ -1,20 +1,20 @@ @@ -1,20 +1,20 @@
1# $NetBSD: buildlink3.mk,v 1.15 2011/07/21 13:05:51 obache Exp $ 1# $NetBSD: buildlink3.mk,v 1.16 2011/08/18 18:31:09 tnn Exp $
2 2
3BUILDLINK_TREE+= xulrunner 3BUILDLINK_TREE+= xulrunner
4 4
5.if !defined(XULRUNNER_BUILDLINK3_MK) 5.if !defined(XULRUNNER_BUILDLINK3_MK)
6XULRUNNER_BUILDLINK3_MK:= 6XULRUNNER_BUILDLINK3_MK:=
7 7
8BUILDLINK_API_DEPENDS.xulrunner+= xulrunner>=5.0 8BUILDLINK_API_DEPENDS.xulrunner+= xulrunner>=6.0
9BUILDLINK_ABI_DEPENDS.xulrunner?= xulrunner>=5.0nb1 9BUILDLINK_ABI_DEPENDS.xulrunner?= xulrunner>=6.0
10BUILDLINK_PKGSRCDIR.xulrunner?= ../../devel/xulrunner 10BUILDLINK_PKGSRCDIR.xulrunner?= ../../devel/xulrunner
11 11
12pkgbase := xulrunner 12pkgbase := xulrunner
13.include "../../mk/pkg-build-options.mk" 13.include "../../mk/pkg-build-options.mk"
14.if !empty(PKG_BUILD_OPTIONS.xulrunner:Mgnome) 14.if !empty(PKG_BUILD_OPTIONS.xulrunner:Mgnome)
15. include "../../devel/libgnomeui/buildlink3.mk" 15. include "../../devel/libgnomeui/buildlink3.mk"
16. include "../../sysutils/gnome-vfs/buildlink3.mk" 16. include "../../sysutils/gnome-vfs/buildlink3.mk"
17.endif 17.endif
18.endif # XULRUNNER_BUILDLINK3_MK 18.endif # XULRUNNER_BUILDLINK3_MK
19 19
20BUILDLINK_TREE+= -xulrunner 20BUILDLINK_TREE+= -xulrunner

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

--- pkgsrc/devel/xulrunner/Attic/dist.mk 2011/07/11 12:46:14 1.22
+++ pkgsrc/devel/xulrunner/Attic/dist.mk 2011/08/18 18:31:09 1.23
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: dist.mk,v 1.22 2011/07/11 12:46:14 tnn Exp $ 1# $NetBSD: dist.mk,v 1.23 2011/08/18 18:31:09 tnn Exp $
2# 2#
3# used by devel/nspr/Makefile 3# used by devel/nspr/Makefile
4# used by devel/nss/Makefile 4# used by devel/nss/Makefile
5# used by devel/xulrunner/Makefile 5# used by devel/xulrunner/Makefile
6# used by www/firefox/Makefile 6# used by www/firefox/Makefile
7 7
8DISTNAME= firefox-${FIREFOX_VER}.source 8DISTNAME= firefox-${FIREFOX_VER}.source
9FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR} 9FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
10MOZ_BRANCH= 5.0 10MOZ_BRANCH= 6.0
11MOZ_BRANCH_MINOR= # empty 11MOZ_BRANCH_MINOR= # empty
12MASTER_SITES= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} 12MASTER_SITES= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
13EXTRACT_SUFX= .tar.bz2 13EXTRACT_SUFX= .tar.bz2
14 14
15DISTINFO_FILE= ${.CURDIR}/../../devel/xulrunner/distinfo 15DISTINFO_FILE= ${.CURDIR}/../../devel/xulrunner/distinfo
16PATCHDIR= ${.CURDIR}/../../devel/xulrunner/patches 16PATCHDIR= ${.CURDIR}/../../devel/xulrunner/patches
17 17
18WRKSRC= ${WRKDIR}/mozilla-release 18WRKSRC= ${WRKDIR}/mozilla-release

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

--- pkgsrc/devel/xulrunner/Attic/distinfo 2011/08/01 08:17:16 1.48
+++ pkgsrc/devel/xulrunner/Attic/distinfo 2011/08/18 18:31:09 1.49
@@ -1,55 +1,55 @@ @@ -1,55 +1,55 @@
1$NetBSD: distinfo,v 1.48 2011/08/01 08:17:16 tnn Exp $ 1$NetBSD: distinfo,v 1.49 2011/08/18 18:31:09 tnn Exp $
2 2
3SHA1 (firefox-5.0.source.tar.bz2) = 22b7b4751173c2142a0f09cca1aebc717d97b45a 3SHA1 (firefox-6.0.source.tar.bz2) = abcb3cc3907d5217726f457085d00b3995fb469b
4RMD160 (firefox-5.0.source.tar.bz2) = 93d97a01f572f3688b0065c903afc3d7f9260179 4RMD160 (firefox-6.0.source.tar.bz2) = b1f586d4e9889f3b5449c00e4bf3340d3dcca0da
5Size (firefox-5.0.source.tar.bz2) = 68782151 bytes 5Size (firefox-6.0.source.tar.bz2) = 67919174 bytes
6SHA1 (patch-aa) = cbf636b05f5bb2165fa335dab83d25e78053cdb2 6SHA1 (patch-aa) = 9eaa7dd4e48a9aca38016b52a7be297df078b849
7SHA1 (patch-ab) = 5d4b7512f8bbdc9e2e05709cec5b36dc12c25997 7SHA1 (patch-ab) = 5d4b7512f8bbdc9e2e05709cec5b36dc12c25997
8SHA1 (patch-ac) = 3d031c52056a4792119104e3c6a6f2377d00d04a 8SHA1 (patch-ac) = 3d031c52056a4792119104e3c6a6f2377d00d04a
9SHA1 (patch-ad) = 7afb960af4e4a311481e7a7b25008ca9b9f7fba1 9SHA1 (patch-ad) = 7afb960af4e4a311481e7a7b25008ca9b9f7fba1
10SHA1 (patch-ae) = 338d84f6ffa2eefa942131e3f0b764948ac60e95 10SHA1 (patch-ae) = b32e70ee8ee4c406eeed16c7892a414c1f330019
11SHA1 (patch-af) = 13a9617cd2894cf342487d2a9cfe8cf3066ba0df 11SHA1 (patch-af) = 13a9617cd2894cf342487d2a9cfe8cf3066ba0df
12SHA1 (patch-ag) = a924296e6a569eba4229d661fbe5290eeeb999e0 12SHA1 (patch-ag) = a924296e6a569eba4229d661fbe5290eeeb999e0
13SHA1 (patch-ah) = 5f8bf19d5ac5ea7e263366a56d10d2eeeee61bac 13SHA1 (patch-ah) = 5f8bf19d5ac5ea7e263366a56d10d2eeeee61bac
14SHA1 (patch-ai) = 3444882b0f7f4b63273d8888af88be35ae60933a 14SHA1 (patch-ai) = 3444882b0f7f4b63273d8888af88be35ae60933a
15SHA1 (patch-aj) = 78803641532203f878fc99ead9a440b8bf425aeb 15SHA1 (patch-aj) = 78803641532203f878fc99ead9a440b8bf425aeb
16SHA1 (patch-ak) = 5c08fcfa1eeecb7c7f33c8fe21f8bb48feb001c8 16SHA1 (patch-ak) = 5c08fcfa1eeecb7c7f33c8fe21f8bb48feb001c8
17SHA1 (patch-al) = a8397fe9087a088169c639b42522306824f013b7 17SHA1 (patch-al) = a8397fe9087a088169c639b42522306824f013b7
18SHA1 (patch-am) = 75eb92d1941309ffc13f01d7f1946a2f09170220 18SHA1 (patch-am) = 75eb92d1941309ffc13f01d7f1946a2f09170220
19SHA1 (patch-an) = e975941955b578f1d3336d546e99f0c464cdd9d7 19SHA1 (patch-an) = e975941955b578f1d3336d546e99f0c464cdd9d7
20SHA1 (patch-ao) = 353d2098564c7b29849b6f5f4f80d9ac393b23f3 20SHA1 (patch-ao) = 353d2098564c7b29849b6f5f4f80d9ac393b23f3
21SHA1 (patch-as) = 899485d9d92bbf646c2f5bb475ce502058cc5da7 21SHA1 (patch-as) = 8f6aadc77cd965f328b0c0284baea4e69d112e6b
22SHA1 (patch-at) = 957fe2024b96bea83d8e833feb8c1f0c03d0dd0a 22SHA1 (patch-at) = 957fe2024b96bea83d8e833feb8c1f0c03d0dd0a
23SHA1 (patch-au) = 0dd9b816379adb98c10e65db9635da891a991495 23SHA1 (patch-au) = e59d5c28c676e03fb8bb38e28c06a4fd4d44ab55
24SHA1 (patch-av) = e22c544894123a6ab8fc428067716b9e68685771 24SHA1 (patch-av) = e22c544894123a6ab8fc428067716b9e68685771
25SHA1 (patch-aw) = eed2f98b732fa776d2ca64d2b82e88677a207657 25SHA1 (patch-aw) = eed2f98b732fa776d2ca64d2b82e88677a207657
26SHA1 (patch-ax) = 777ed7921d939e6f7a4a3c23cb92e5489e454601 26SHA1 (patch-ax) = 777ed7921d939e6f7a4a3c23cb92e5489e454601
27SHA1 (patch-ay) = 6ddcbbd3f0197fb88622fc32d6d0fd602ec4ad34 27SHA1 (patch-ay) = 6ddcbbd3f0197fb88622fc32d6d0fd602ec4ad34
28SHA1 (patch-az) = 5a09ccfa14fab962c4e2916f00669a1fa4a8ade4 28SHA1 (patch-az) = 5a09ccfa14fab962c4e2916f00669a1fa4a8ade4
29SHA1 (patch-ba) = 9d4058f2a3a290429b26cb8335dd5b188bccc96d 29SHA1 (patch-ba) = 9d4058f2a3a290429b26cb8335dd5b188bccc96d
30SHA1 (patch-bd) = e09718d6492739a66dc5e21d3ed2cc1a404acd30 30SHA1 (patch-bd) = e09718d6492739a66dc5e21d3ed2cc1a404acd30
31SHA1 (patch-be) = 723d74807830632ecd3b88e8271d91d73ac81be4 31SHA1 (patch-be) = 723d74807830632ecd3b88e8271d91d73ac81be4
32SHA1 (patch-bf) = 66bac52db259d8edd7359267431a73bd19d25526 32SHA1 (patch-bf) = ef6d6ccbbfee2c72aef76c70695b202e346c5038
33SHA1 (patch-bg) = 85d82348c43257eded6426ac84af9815619eb759 33SHA1 (patch-bg) = 85d82348c43257eded6426ac84af9815619eb759
34SHA1 (patch-bi) = a79369cf0c7370a8655fe414cdb7c8ddb4c2d495 34SHA1 (patch-bi) = a79369cf0c7370a8655fe414cdb7c8ddb4c2d495
35SHA1 (patch-ipc_chromium_src_base_debug__util__posic.cc) = fcb4313d2a77c73df717138e33a3bc74841f06c4 35SHA1 (patch-ipc_chromium_src_base_debug__util__posic.cc) = fcb4313d2a77c73df717138e33a3bc74841f06c4
36SHA1 (patch-ipc_chromium_src_base_file__util.h) = 1385e427cc8c0c14cd67763aea85d78b99901de7 36SHA1 (patch-ipc_chromium_src_base_file__util.h) = 1385e427cc8c0c14cd67763aea85d78b99901de7
37SHA1 (patch-ipc_chromium_src_base_file__util__posix.cc) = f3e0891320d2658db2bf33b57e6287f4380c855e 37SHA1 (patch-ipc_chromium_src_base_file__util__posix.cc) = f3e0891320d2658db2bf33b57e6287f4380c855e
38SHA1 (patch-ipc_chromium_src_base_platform__file__posix.cc) = eb6c8003375c047602fbe5d52497257f0bcdaa4d 38SHA1 (patch-ipc_chromium_src_base_platform__file__posix.cc) = eb6c8003375c047602fbe5d52497257f0bcdaa4d
39SHA1 (patch-ipc_chromium_src_base_platform__thread__posix.cc) = 5a7fa054bb12cc1e7474aedcaa133869023e6a95 39SHA1 (patch-ipc_chromium_src_base_platform__thread__posix.cc) = 5a7fa054bb12cc1e7474aedcaa133869023e6a95
40SHA1 (patch-ipc_chromium_src_base_sys__info__posix.cc) = 4d6e4724bc2473325fc9e62ab2321155a06c65d6 40SHA1 (patch-ipc_chromium_src_base_sys__info__posix.cc) = 4d6e4724bc2473325fc9e62ab2321155a06c65d6
41SHA1 (patch-ipc_chromium_src_base_third__party_nspr_prcpucfg.h) = 15b35884249077eb879371b8b63d2f8aa4ee68b5 41SHA1 (patch-ipc_chromium_src_base_third__party_nspr_prcpucfg.h) = 15b35884249077eb879371b8b63d2f8aa4ee68b5
42SHA1 (patch-ipc_chromium_src_build_build__config.h) = 3fa5e85df6425f3b5f6f97180f502c543a278f3e 42SHA1 (patch-ipc_chromium_src_build_build__config.h) = 54d78c212c07f5fcd8c54d7570e713a6cf8e692f
43SHA1 (patch-ipc_chromium_src_chrome_common_ipc__channel__posix.h) = 27ac2b7dbe1b325ad833ffc2bf17003a5f6a6f88 43SHA1 (patch-ipc_chromium_src_chrome_common_ipc__channel__posix.h) = 27ac2b7dbe1b325ad833ffc2bf17003a5f6a6f88
44SHA1 (patch-ma) = a20b263ff14c841fd0ae1634962b90a41173b524 44SHA1 (patch-ma) = a20b263ff14c841fd0ae1634962b90a41173b524
45SHA1 (patch-mb) = 131abc07f378cefcc8c2871e4fd20f306e3af61a 45SHA1 (patch-mb) = 131abc07f378cefcc8c2871e4fd20f306e3af61a
46SHA1 (patch-md) = 6bf5242245b17fbd868a6a978eb5849726f81393 46SHA1 (patch-md) = 6bf5242245b17fbd868a6a978eb5849726f81393
47SHA1 (patch-me) = f5a8e29fc004ef7696b67d260384ab23fd1658c2 47SHA1 (patch-me) = f5a8e29fc004ef7696b67d260384ab23fd1658c2
48SHA1 (patch-mf) = 153dfd5cd611e4364fe1c540f4e8eb500115baff 48SHA1 (patch-mf) = 153dfd5cd611e4364fe1c540f4e8eb500115baff
49SHA1 (patch-mg) = 75ddcceaffae0bdb6ecb4efd1b5ffca68a8ae8a8 49SHA1 (patch-mg) = 75ddcceaffae0bdb6ecb4efd1b5ffca68a8ae8a8
50SHA1 (patch-mh) = 0318566ecddafd00d4abd22a08ccab3eb72eabe3 50SHA1 (patch-mh) = 0318566ecddafd00d4abd22a08ccab3eb72eabe3
51SHA1 (patch-mi) = 787cb043bb7e687936afaf8f0c67b6b3a7b03e5b 51SHA1 (patch-mi) = 787cb043bb7e687936afaf8f0c67b6b3a7b03e5b
52SHA1 (patch-mj) = 197fab0e00256dedc8a5f181ee0d0d6e42d8177f 52SHA1 (patch-mj) = 197fab0e00256dedc8a5f181ee0d0d6e42d8177f
53SHA1 (patch-mk) = 793dfa16e19e213d78995c893a28bc0d514135d9 53SHA1 (patch-mk) = 793dfa16e19e213d78995c893a28bc0d514135d9
54SHA1 (patch-ml) = 9003af056e5b671b2345d0a75e99836746369c00 54SHA1 (patch-ml) = 9003af056e5b671b2345d0a75e99836746369c00
55SHA1 (patch-mm) = f103ec94a9d4c6c910eb9da9cc3df486b8294415 55SHA1 (patch-mm) = f103ec94a9d4c6c910eb9da9cc3df486b8294415

cvs diff -r1.24 -r1.25 pkgsrc/devel/xulrunner/Attic/mozilla-common.mk (expand / switch to unified diff)

--- pkgsrc/devel/xulrunner/Attic/mozilla-common.mk 2011/07/12 11:12:36 1.24
+++ pkgsrc/devel/xulrunner/Attic/mozilla-common.mk 2011/08/18 18:31:09 1.25
@@ -1,50 +1,52 @@ @@ -1,50 +1,52 @@
1# $NetBSD: mozilla-common.mk,v 1.24 2011/07/12 11:12:36 tnn Exp $ 1# $NetBSD: mozilla-common.mk,v 1.25 2011/08/18 18:31:09 tnn Exp $
2# 2#
3# common Makefile fragment for mozilla packages based on gecko 2.0. 3# common Makefile fragment for mozilla packages based on gecko 2.0.
4#  4#
5# used by devel/xulrunner/Makefile 5# used by devel/xulrunner/Makefile
6# used by mail/thunderbird/Makefile 6# used by mail/thunderbird/Makefile
7# used by www/firefox/Makefile 7# used by www/firefox/Makefile
8# used by www/seamonkey/Makefile 8# used by www/seamonkey/Makefile
9 9
10GNU_CONFIGURE= yes 10GNU_CONFIGURE= yes
11USE_TOOLS+= pkg-config perl gmake autoconf213 11USE_TOOLS+= pkg-config perl gmake autoconf213
12USE_LANGUAGES+= c99 c++ 12USE_LANGUAGES+= c99 c++
13UNLIMIT_RESOURCES+= datasize 13UNLIMIT_RESOURCES+= datasize
14 14
15BUILD_DEPENDS+= zip>=2.3:../../archivers/zip 15BUILD_DEPENDS+= zip>=2.3:../../archivers/zip
16 16
17PKG_DESTDIR_SUPPORT= user-destdir 17PKG_DESTDIR_SUPPORT= user-destdir
18CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}security/nss/tests/libpkix/libpkix.sh 18CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}security/nss/tests/libpkix/libpkix.sh
19CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}security/nss/tests/multinit/multinit.sh 19CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}security/nss/tests/multinit/multinit.sh
 20CHECK_INTERPRETER_SKIP+=lib/xulrunner-sdk/sdk/bin/xpt.py
20PRIVILEGED_STAGES+= clean 21PRIVILEGED_STAGES+= clean
21 22
22CONFIGURE_ARGS+= --disable-tests --disable-pedantic 23CONFIGURE_ARGS+= --disable-tests --disable-pedantic
23CONFIGURE_ARGS+= --enable-crypto 24CONFIGURE_ARGS+= --enable-crypto
24CONFIGURE_ARGS+= --enable-optimize=-O2 --with-pthreads 25CONFIGURE_ARGS+= --enable-optimize=-O2 --with-pthreads
25CONFIGURE_ARGS+= --disable-javaxpcom 26CONFIGURE_ARGS+= --disable-javaxpcom
26CONFIGURE_ARGS+= --enable-default-toolkit=cairo-gtk2 27CONFIGURE_ARGS+= --enable-default-toolkit=cairo-gtk2
27CONFIGURE_ARGS+= --enable-svg --enable-mathml 28CONFIGURE_ARGS+= --enable-svg --enable-mathml
28# Needs tee and subpixel functions which are not shipped in stable cairo (yet?) 29# Needs tee and subpixel functions which are not shipped in stable cairo (yet?)
29CONFIGURE_ARGS+= --disable-system-cairo 30CONFIGURE_ARGS+= --disable-system-cairo
30CONFIGURE_ARGS+= --disable-system-pixman 31CONFIGURE_ARGS+= --disable-system-pixman
31CONFIGURE_ARGS+= --with-system-jpeg 32CONFIGURE_ARGS+= --with-system-jpeg
32CONFIGURE_ARGS+= --with-system-zlib --with-system-bz2 33CONFIGURE_ARGS+= --with-system-zlib --with-system-bz2
33CONFIGURE_ARGS+= --with-system-libevent=${BUILDLINK_PREFIX.libevent} 34CONFIGURE_ARGS+= --with-system-libevent=${BUILDLINK_PREFIX.libevent}
34CONFIGURE_ARGS+= --enable-system-sqlite 35CONFIGURE_ARGS+= --enable-system-sqlite
35CONFIGURE_ARGS+= --disable-crashreporter 36CONFIGURE_ARGS+= --disable-crashreporter
36CONFIGURE_ARGS+= --disable-libnotify 37CONFIGURE_ARGS+= --disable-libnotify
37CONFIGURE_ARGS+= --disable-necko-wifi 38CONFIGURE_ARGS+= --disable-necko-wifi
 39CONFIGURE_ARGS+= --enable-chrome-format=flat
38 40
39SUBST_CLASSES+= fix-paths 41SUBST_CLASSES+= fix-paths
40SUBST_STAGE.fix-paths= pre-configure 42SUBST_STAGE.fix-paths= pre-configure
41SUBST_MESSAGE.fix-paths= Fixing absolute paths. 43SUBST_MESSAGE.fix-paths= Fixing absolute paths.
42SUBST_FILES.fix-paths= ${MOZILLA_DIR}xpcom/build/nsXPCOMPrivate.h 44SUBST_FILES.fix-paths= ${MOZILLA_DIR}xpcom/build/nsXPCOMPrivate.h
43SUBST_FILES.fix-paths+= ${MOZILLA_DIR}xulrunner/app/nsRegisterGREUnix.cpp 45SUBST_FILES.fix-paths+= ${MOZILLA_DIR}xulrunner/app/nsRegisterGREUnix.cpp
44SUBST_FILES.fix-paths+= ${MOZILLA_DIR}xulrunner/installer/Makefile.in 46SUBST_FILES.fix-paths+= ${MOZILLA_DIR}xulrunner/installer/Makefile.in
45SUBST_FILES.fix-paths+= ${MOZILLA_DIR}extensions/java/xpcom/interfaces/org/mozilla/xpcom/Mozilla.java 47SUBST_FILES.fix-paths+= ${MOZILLA_DIR}extensions/java/xpcom/interfaces/org/mozilla/xpcom/Mozilla.java
46SUBST_FILES.fix-paths+= ${MOZILLA_DIR}xpcom/io/nsAppFileLocationProvider.cpp 48SUBST_FILES.fix-paths+= ${MOZILLA_DIR}xpcom/io/nsAppFileLocationProvider.cpp
47SUBST_SED.fix-paths= -e 's,/etc/gre.d,${PREFIX}/lib/xulrunner/gre.d,g' 49SUBST_SED.fix-paths= -e 's,/etc/gre.d,${PREFIX}/lib/xulrunner/gre.d,g'
48SUBST_SED.fix-paths+= -e 's,/usr/lib/mozilla/plugins,${PREFIX}/lib/netscape/plugins,g' 50SUBST_SED.fix-paths+= -e 's,/usr/lib/mozilla/plugins,${PREFIX}/lib/netscape/plugins,g'
49 51
50CONFIG_GUESS_OVERRIDE+= ${MOZILLA_DIR}build/autoconf/config.guess 52CONFIG_GUESS_OVERRIDE+= ${MOZILLA_DIR}build/autoconf/config.guess

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

--- pkgsrc/devel/xulrunner/patches/Attic/patch-aa 2011/04/26 14:16:36 1.5
+++ pkgsrc/devel/xulrunner/patches/Attic/patch-aa 2011/08/18 18:31:10 1.6
@@ -1,67 +1,67 @@ @@ -1,67 +1,67 @@
1$NetBSD: patch-aa,v 1.5 2011/04/26 14:16:36 tnn Exp $ 1$NetBSD: patch-aa,v 1.6 2011/08/18 18:31:10 tnn Exp $
2 2
3--- configure.in.orig 2010-12-15 01:02:33.000000000 +0000 3--- configure.in.orig 2011-08-11 21:40:51.000000000 +0000
4+++ configure.in 4+++ configure.in
5@@ -2076,7 +2076,7 @@ case "$target" in 5@@ -2063,7 +2063,7 @@ case "$target" in
6 MOZ_FIX_LINK_PATHS='-Wl,-executable_path,$(LIBXUL_DIST)/bin' 6 MOZ_FIX_LINK_PATHS='-Wl,-executable_path,$(LIBXUL_DIST)/bin'
7 ;; 7 ;;
8  8
9-*-freebsd*) 9-*-freebsd*)
10+*-freebsd* | *-dragonfly*) 10+*-freebsd* | *-dragonfly*)
11 if test `test -x /usr/bin/objformat && /usr/bin/objformat || echo elf` != "elf"; then 11 if test `test -x /usr/bin/objformat && /usr/bin/objformat || echo elf` != "elf"; then
12 DLL_SUFFIX=".so.1.0" 12 DLL_SUFFIX=".so.1.0"
13 DSO_LDOPTS="-shared" 13 DSO_LDOPTS="-shared"
14@@ -2084,6 +2084,9 @@ case "$target" in 14@@ -2071,6 +2071,9 @@ case "$target" in
15 if test ! "$GNU_CC"; then 15 if test ! "$GNU_CC"; then
16 DSO_LDOPTS="-Bshareable $DSO_LDOPTS" 16 DSO_LDOPTS="-Bshareable $DSO_LDOPTS"
17 fi 17 fi
18+ if test "$LIBRUNPATH"; then 18+ if test "$LIBRUNPATH"; then
19+ DSO_LDOPTS="-Wl,-R$LIBRUNPATH $DSO_LDOPTS" 19+ DSO_LDOPTS="-Wl,-R$LIBRUNPATH $DSO_LDOPTS"
20+ fi 20+ fi
21 ;;  21 ;;
22  22
23 ia64*-hpux*) 23 ia64*-hpux*)
24@@ -3380,6 +3383,9 @@ dnl ==================================== 24@@ -3277,6 +3280,9 @@ dnl ====================================
25 case $target in 25 case $target in
26 *-hpux11.*) 26 *-hpux11.*)
27 ;; 27 ;;
28+*-dragonfly*) 28+*-dragonfly*)
29+ AC_CHECK_LIB(c, gethostbyname_r) 29+ AC_CHECK_LIB(c, gethostbyname_r)
30+ ;; 30+ ;;
31 *) 31 *)
32 AC_CHECK_LIB(c_r, gethostbyname_r) 32 AC_CHECK_LIB(c_r, gethostbyname_r)
33 ;; 33 ;;
34@@ -4727,6 +4733,14 @@ if test -n "$YASM"; then 34@@ -4593,6 +4599,14 @@ if test -n "$YASM"; then
35 _YASM_BUILD=` echo ${YASM_VERSION} | $AWK -F\. '{ print $4 }'` 35 _YASM_BUILD=` echo ${YASM_VERSION} | $AWK -F\. '{ print $4 }'`
36 fi 36 fi
37  37
38+if test -n "${LIBXUL_SDK_DIR}"; then 38+if test -n "${LIBXUL_SDK_DIR}"; then
39+ AC_MSG_WARN([pkgsrc: LIBXUL_SDK_DIR is set; assuming we want nss and nspr from xulrunner.]) 39+ AC_MSG_WARN([pkgsrc: LIBXUL_SDK_DIR is set; assuming we want nss and nspr from xulrunner.])
40+ NSPR_CFLAGS="-I${prefix}/include/xulrunner/unstable `pkg-config --cflags mozilla-nspr`" 40+ NSPR_CFLAGS="-I${prefix}/include/xulrunner/unstable `pkg-config --cflags mozilla-nspr`"
41+ NSPR_LIBS="`pkg-config --libs mozilla-nspr`" 41+ NSPR_LIBS="`pkg-config --libs mozilla-nspr`"
42+ NSS_CFLAGS="`pkg-config --cflags mozilla-nss`" 42+ NSS_CFLAGS="`pkg-config --cflags mozilla-nss`"
43+ NSS_LIBS="`pkg-config --libs mozilla-nss`" 43+ NSS_LIBS="`pkg-config --libs mozilla-nss`"
44+fi 44+fi
45+ 45+
46 if test -z "$SKIP_LIBRARY_CHECKS"; then 46 if test -z "$SKIP_LIBRARY_CHECKS"; then
47 dnl system JPEG support 47 dnl system JPEG support
48 dnl ======================================================== 48 dnl ========================================================
49@@ -9383,7 +9397,8 @@ rm -f confdefs.h.save 49@@ -9200,7 +9214,8 @@ rm -f confdefs.h.save
50 mv confdefs.h confdefs.h.save 50 mv confdefs.h confdefs.h.save
51 egrep -v "$_EGREP_PATTERN" confdefs.h.save > confdefs.h 51 egrep -v "$_EGREP_PATTERN" confdefs.h.save > confdefs.h
52 AC_OUTPUT_MAKE_DEFS() 52 AC_OUTPUT_MAKE_DEFS()
53-MOZ_DEFINES=$DEFS 53-MOZ_DEFINES=$DEFS
54+# nbsed broken. PR bin/42261 54+# nbsed broken. PR bin/42261
55+MOZ_DEFINES="$DEFS`awk 'BEGIN {while(x<1000){printf " ";x++}}'`" 55+MOZ_DEFINES="$DEFS`awk 'BEGIN {while(x<1000){printf " ";x++}}'`"
56 AC_SUBST(MOZ_DEFINES) 56 AC_SUBST(MOZ_DEFINES)
57 rm -f confdefs.h 57 rm -f confdefs.h
58 mv confdefs.h.save confdefs.h 58 mv confdefs.h.save confdefs.h
59@@ -9493,6 +9508,8 @@ if test -z "$MOZ_NATIVE_NSPR"; then 59@@ -9307,6 +9322,8 @@ if test -z "$MOZ_NATIVE_NSPR"; then
60 AC_MSG_WARN([Recreating autoconf.mk with updated nspr-config output]) 60 AC_MSG_WARN([Recreating autoconf.mk with updated nspr-config output])
61 if test "$OS_ARCH" != "WINNT" -a "$OS_ARCH" != "WINCE"; then 61 if test "$OS_ARCH" != "WINNT"; then
62 NSPR_LIBS=`./nsprpub/config/nspr-config --prefix=$LIBXUL_DIST --exec-prefix=$MOZ_BUILD_ROOT/dist --libdir=$LIBXUL_DIST/lib --libs` 62 NSPR_LIBS=`./nsprpub/config/nspr-config --prefix=$LIBXUL_DIST --exec-prefix=$MOZ_BUILD_ROOT/dist --libdir=$LIBXUL_DIST/lib --libs`
63+ AC_MSG_WARN([pkgsrc: adding run path to NSPR_LIBS for bundled NSPR.]) 63+ AC_MSG_WARN([pkgsrc: adding run path to NSPR_LIBS for bundled NSPR.])
64+ NSPR_LIBS="-Wl,-R${prefix}/lib/\${MOZILLA_PKG_NAME} ${NSPR_LIBS}" 64+ NSPR_LIBS="-Wl,-R${prefix}/lib/\${MOZILLA_PKG_NAME} ${NSPR_LIBS}"
65 $PERL -pi.bak -e "s '^NSPR_LIBS\\s*=.*'NSPR_LIBS = $NSPR_LIBS'" config/autoconf.mk 65 $PERL -pi.bak -e "s '^NSPR_LIBS\\s*=.*'NSPR_LIBS = $NSPR_LIBS'" config/autoconf.mk
66 NSPR_CFLAGS=`./nsprpub/config/nspr-config --prefix=$LIBXUL_DIST --exec-prefix=$MOZ_BUILD_ROOT/dist --includedir=$LIBXUL_DIST/include/nspr --cflags` 66 NSPR_CFLAGS=`./nsprpub/config/nspr-config --prefix=$LIBXUL_DIST --exec-prefix=$MOZ_BUILD_ROOT/dist --includedir=$LIBXUL_DIST/include/nspr --cflags`
67 $PERL -pi.bak -e "s '^NSPR_CFLAGS\\s*=.*'NSPR_CFLAGS = $NSPR_CFLAGS'" config/autoconf.mk 67 $PERL -pi.bak -e "s '^NSPR_CFLAGS\\s*=.*'NSPR_CFLAGS = $NSPR_CFLAGS'" config/autoconf.mk

cvs diff -r1.2 -r1.3 pkgsrc/devel/xulrunner/patches/Attic/patch-ae (expand / switch to unified diff)

--- pkgsrc/devel/xulrunner/patches/Attic/patch-ae 2011/04/26 14:16:36 1.2
+++ pkgsrc/devel/xulrunner/patches/Attic/patch-ae 2011/08/18 18:31:10 1.3
@@ -1,52 +1,58 @@ @@ -1,52 +1,58 @@
1$NetBSD: patch-ae,v 1.2 2011/04/26 14:16:36 tnn Exp $ 1$NetBSD: patch-ae,v 1.3 2011/08/18 18:31:10 tnn Exp $
2 2
3--- nsprpub/pr/src/misc/prnetdb.c.orig 2010-05-03 18:21:00.000000000 +0000 3--- nsprpub/pr/src/misc/prnetdb.c.orig 2011-08-11 21:41:20.000000000 +0000
4+++ nsprpub/pr/src/misc/prnetdb.c 4+++ nsprpub/pr/src/misc/prnetdb.c
5@@ -104,7 +104,7 @@ PRLock *_pr_dnsLock = NULL; 5@@ -105,7 +105,7 @@ PRLock *_pr_dnsLock = NULL;
6 || defined(AIX4_3_PLUS) || (defined(AIX) && defined(_THREAD_SAFE)) \ 6 || defined(AIX4_3_PLUS) || (defined(AIX) && defined(_THREAD_SAFE)) \
7 || (defined(HPUX10_10) && defined(_REENTRANT)) \ 7 || (defined(HPUX10_10) && defined(_REENTRANT)) \
8 || (defined(HPUX10_20) && defined(_REENTRANT)) \ 8 || (defined(HPUX10_20) && defined(_REENTRANT)) \
9- || defined(OPENBSD) 9- || defined(OPENBSD)
10+ || defined(OPENBSD) || defined(NETBSD) 10+ || defined(OPENBSD) || defined(NETBSD)
11 #define _PR_HAVE_GETPROTO_R 11 #define _PR_HAVE_GETPROTO_R
12 #define _PR_HAVE_GETPROTO_R_INT 12 #define _PR_HAVE_GETPROTO_R_INT
13 #endif 13 #endif
14@@ -114,6 +114,11 @@ PRLock *_pr_dnsLock = NULL; 14@@ -115,6 +115,11 @@ PRLock *_pr_dnsLock = NULL;
15 #define _PR_HAVE_5_ARG_GETPROTO_R 15 #define _PR_HAVE_5_ARG_GETPROTO_R
16 #endif 16 #endif
17  17
18+#if __DragonFly_version >= 200202 18+#if __DragonFly_version >= 200202
19+#define _PR_HAVE_GETPROTO_R 19+#define _PR_HAVE_GETPROTO_R
20+#define _PR_HAVE_5_ARG_GETPROTO_R 20+#define _PR_HAVE_5_ARG_GETPROTO_R
21+#endif 21+#endif
22+ 22+
23 /* BeOS has glibc but not the glibc-style getprotobyxxx_r functions. */ 23 /* BeOS has glibc but not the glibc-style getprotobyxxx_r functions. */
24 #if (defined(__GLIBC__) && __GLIBC__ >= 2 && !defined(XP_BEOS)) 24 #if (defined(__GLIBC__) && __GLIBC__ >= 2 && !defined(XP_BEOS))
25 #define _PR_HAVE_GETPROTO_R 25 #define _PR_HAVE_GETPROTO_R
26@@ -331,7 +336,7 @@ _pr_QueryNetIfs(void) 26@@ -332,7 +337,7 @@ _pr_QueryNetIfs(void)
27 } 27 }
28  28
29 #elif (defined(DARWIN) && defined(HAVE_GETIFADDRS)) || defined(FREEBSD) \ 29 #elif (defined(DARWIN) && defined(HAVE_GETIFADDRS)) || defined(FREEBSD) \
30- || defined(NETBSD) || defined(OPENBSD) 30- || defined(NETBSD) || defined(OPENBSD)
31+ || defined(NETBSD) || defined(OPENBSD) || defined(DRAGONFLY) 31+ || defined(NETBSD) || defined(OPENBSD) || defined(DRAGONFLY)
32  32
33 /* 33 /*
34 * Use the BSD getifaddrs function. 34 * Use the BSD getifaddrs function.
35@@ -2039,7 +2044,17 @@ PR_IMPLEMENT(PRAddrInfo *) PR_GetAddrInf 35@@ -2076,6 +2081,11 @@ PR_IMPLEMENT(PRAddrInfo *) PR_GetAddrInf
36 */ 36 */
37 hints.ai_socktype = SOCK_STREAM; 37 hints.ai_socktype = SOCK_STREAM;
38  38
39+/* NetBSD >= 2.99.9 has a thread-safe resolver */ 39+/* NetBSD >= 2.99.9 has a thread-safe resolver */
40+#if defined(__NetBSD_Version__) && __NetBSD_Version__ < 299000900 40+#if defined(__NetBSD_Version__) && __NetBSD_Version__ < 299000900
41+ LOCK_DNS(); 41+ LOCK_DNS();
42+#endif 42+#endif
43+ 43+
44 rv = GETADDRINFO(hostname, NULL, &hints, &res); 44 rv = GETADDRINFO(hostname, NULL, &hints, &res);
 45 #ifdef AI_ADDRCONFIG
 46 if (rv == EAI_BADFLAGS) {
 47@@ -2083,6 +2093,11 @@ PR_IMPLEMENT(PRAddrInfo *) PR_GetAddrInf
 48 rv = GETADDRINFO(hostname, NULL, &hints, &res);
 49 }
 50 #endif
45+ 51+
46+#if defined(__NetBSD_Version__) && __NetBSD_Version__ < 299000900 52+#if defined(__NetBSD_Version__) && __NetBSD_Version__ < 299000900
47+ UNLOCK_DNS(); 53+ UNLOCK_DNS();
48+#endif 54+#endif
49+ 55+
50 if (rv == 0) 56 if (rv == 0)
51 return (PRAddrInfo *) res; 57 return (PRAddrInfo *) res;
52  58

cvs diff -r1.2 -r1.3 pkgsrc/devel/xulrunner/patches/Attic/patch-as (expand / switch to unified diff)

--- pkgsrc/devel/xulrunner/patches/Attic/patch-as 2011/04/26 14:16:36 1.2
+++ pkgsrc/devel/xulrunner/patches/Attic/patch-as 2011/08/18 18:31:10 1.3
@@ -1,42 +1,42 @@ @@ -1,42 +1,42 @@
1$NetBSD: patch-as,v 1.2 2011/04/26 14:16:36 tnn Exp $ 1$NetBSD: patch-as,v 1.3 2011/08/18 18:31:10 tnn Exp $
2 2
3Treat DragonFly like FreeBSD. 3Treat DragonFly like FreeBSD.
4 4
5--- js/src/configure.in.orig 2010-12-15 01:03:04.000000000 +0000 5--- js/src/configure.in.orig 2011-08-11 21:41:02.000000000 +0000
6+++ js/src/configure.in 6+++ js/src/configure.in
7@@ -769,7 +769,7 @@ EOF 7@@ -748,7 +748,7 @@ EOF
8 AC_LANG_RESTORE 8 AC_LANG_RESTORE
9 ]) 9 ])
10  10
11- if test "$ac_cv_have_std__Throw" == "yes"; then 11- if test "$ac_cv_have_std__Throw" == "yes"; then
12+ if test "$ac_cv_have_std__Throw" = "yes"; then 12+ if test "$ac_cv_have_std__Throw" = "yes"; then
13 AC_CACHE_CHECK(for |class __declspec(dllimport) exception| bug, 13 AC_CACHE_CHECK(for |class __declspec(dllimport) exception| bug,
14 ac_cv_have_dllimport_exception_bug, 14 ac_cv_have_dllimport_exception_bug,
15 [ 15 [
16@@ -2059,7 +2059,7 @@ case "$target" in 16@@ -1977,7 +1977,7 @@ case "$target" in
17 MOZ_FIX_LINK_PATHS='-Wl,-executable_path,$(LIBXUL_DIST)/bin' 17 MOZ_FIX_LINK_PATHS='-Wl,-executable_path,$(LIBXUL_DIST)/bin'
18 ;; 18 ;;
19  19
20-*-freebsd*) 20-*-freebsd*)
21+*-freebsd*|*-dragonfly*) 21+*-freebsd*|*-dragonfly*)
22 if test `test -x /usr/bin/objformat && /usr/bin/objformat || echo elf` != "elf"; then 22 if test `test -x /usr/bin/objformat && /usr/bin/objformat || echo elf` != "elf"; then
23 DLL_SUFFIX=".so.1.0" 23 DLL_SUFFIX=".so.1.0"
24 DSO_LDOPTS="-shared" 24 DSO_LDOPTS="-shared"
25@@ -3018,7 +3018,7 @@ case "$target" in 25@@ -2821,7 +2821,7 @@ case "$target" in
26 *-solaris*) 26 *-solaris*)
27 AC_DEFINE(AVMPLUS_UNIX) 27 AC_DEFINE(AVMPLUS_UNIX)
28 ;; 28 ;;
29-*-freebsd*|*-kfreebsd*) 29-*-freebsd*|*-kfreebsd*)
30+*-freebsd*|*-kfreebsd*|*-netbsd*|*-dragonfly*) 30+*-freebsd*|*-kfreebsd*|*-netbsd*|*-dragonfly*)
31 AC_DEFINE(AVMPLUS_UNIX) 31 AC_DEFINE(AVMPLUS_UNIX)
32 ;; 32 ;;
33 *-gnu*) 33 *-openbsd*)
34@@ -4880,7 +4880,7 @@ if test "$MOZ_MEMORY"; then 34@@ -4730,7 +4730,7 @@ if test "$MOZ_MEMORY"; then
35 *-darwin*) 35 *-darwin*)
36 AC_DEFINE(MOZ_MEMORY_DARWIN) 36 AC_DEFINE(MOZ_MEMORY_DARWIN)
37 ;; 37 ;;
38- *-*freebsd*) 38- *-*freebsd*)
39+ *-*freebsd*|*-*dragonfly*) 39+ *-*freebsd*|*-*dragonfly*)
40 AC_DEFINE(MOZ_MEMORY_BSD) 40 AC_DEFINE(MOZ_MEMORY_BSD)
41 ;; 41 ;;
42 *-*linux*) 42 *-*linux*)

cvs diff -r1.3 -r1.4 pkgsrc/devel/xulrunner/patches/Attic/patch-au (expand / switch to unified diff)

--- pkgsrc/devel/xulrunner/patches/Attic/patch-au 2011/07/11 12:46:14 1.3
+++ pkgsrc/devel/xulrunner/patches/Attic/patch-au 2011/08/18 18:31:10 1.4
@@ -1,40 +1,30 @@ @@ -1,40 +1,30 @@
1$NetBSD: patch-au,v 1.3 2011/07/11 12:46:14 tnn Exp $ 1$NetBSD: patch-au,v 1.4 2011/08/18 18:31:10 tnn Exp $
2 2
3- Fix device name on NetBSD 3- Fix device name on NetBSD
4- SOUND_VERSION just isn't a reliable way to detect features supported by 4- SOUND_VERSION just isn't a reliable way to detect features supported by
5 particular OSS implementation. 5 particular OSS implementation.
6 6
7--- media/libsydneyaudio/src/sydney_audio_oss.c.orig 2010-07-21 00:52:30.000000000 +0000 7--- media/libsydneyaudio/src/sydney_audio_oss.c.orig 2011-08-11 21:41:16.000000000 +0000
8+++ media/libsydneyaudio/src/sydney_audio_oss.c 8+++ media/libsydneyaudio/src/sydney_audio_oss.c
9@@ -51,9 +51,9 @@ 9@@ -55,7 +55,7 @@
10 // support only versions newer than 3.6.1 10 // support only versions newer than 3.6.1
11 #define SUPP_OSS_VERSION OSS_VERSION(3,6,1) 11 #define SUPP_OSS_VERSION OSS_VERSION(3,0,1)
12  12
13-#if (SOUND_VERSION < SUPP_OSS_VERSION) 13-#if (SOUND_VERSION < SUPP_OSS_VERSION)
14-#error Unsupported OSS Version 14+#if 0 // (SOUND_VERSION < SUPP_OSS_VERSION)
15-#else 15 #error Unsupported OSS Version
16+//#if (SOUND_VERSION < SUPP_OSS_VERSION) 16 #else
17+//#error Unsupported OSS Version 
18+//#else 
19  17
20 typedef struct sa_buf sa_buf; 18@@ -205,7 +205,12 @@ sa_stream_create_pcm(
21 struct sa_buf { 
22@@ -201,7 +201,12 @@ sa_stream_create_pcm( 
23 return SA_ERROR_SYSTEM; 19 return SA_ERROR_SYSTEM;
24 } 20 }
25  21
26+#if defined(__NetBSD__) 22+#if defined(__NetBSD__)
27+ /* XXX should use DEVOSSAUDIO provided by pkgsrc. */ 23+ /* XXX should use DEVOSSAUDIO provided by pkgsrc. */
28+ s->output_unit = "/dev/audio"; 24+ s->output_unit = "/dev/audio";
29+#else 25+#else
30 s->output_unit = "/dev/dsp"; 26 s->output_unit = "/dev/dsp";
31+#endif 27+#endif
32 s->output_fd = -1; 28 s->output_fd = -1;
33 s->thread_id = 0; 29 s->thread_id = 0;
34 s->playing = 0; 30 s->playing = 0;
35@@ -721,4 +726,4 @@ UNSUPPORTED(int sa_stream_drain(sa_strea 
36  
37 const char *sa_strerror(int code) { return NULL; } 
38  
39-#endif 
40+//#endif 

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

--- pkgsrc/devel/xulrunner/patches/Attic/patch-bf 2011/07/12 15:12:36 1.4
+++ pkgsrc/devel/xulrunner/patches/Attic/patch-bf 2011/08/18 18:31:10 1.5
@@ -1,22 +1,22 @@ @@ -1,22 +1,22 @@
1$NetBSD: patch-bf,v 1.4 2011/07/12 15:12:36 tnn Exp $ 1$NetBSD: patch-bf,v 1.5 2011/08/18 18:31:10 tnn Exp $
2 2
3--- js/src/jsnativestack.cpp.orig 2011-06-15 21:57:29.000000000 +0000 3--- js/src/jsnativestack.cpp.orig 2011-08-11 21:41:05.000000000 +0000
4+++ js/src/jsnativestack.cpp 4+++ js/src/jsnativestack.cpp
5@@ -50,7 +50,7 @@ 5@@ -50,7 +50,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__) 9-# if defined(__FreeBSD__) || defined(__OpenBSD__)
10+# if defined(__FreeBSD__) || 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@@ -145,7 +145,7 @@ GetNativeStackBaseImpl() 14@@ -145,7 +145,7 @@ GetNativeStackBaseImpl()
15 pthread_attr_init(&sattr); 15 pthread_attr_init(&sattr);
16 # if defined(__OpenBSD__) 16 # if defined(__OpenBSD__)
17 stack_t ss; 17 stack_t ss;
18-# elif defined(PTHREAD_NP_H) || defined(_PTHREAD_NP_H_) || defined(NETBSD) 18-# elif defined(PTHREAD_NP_H) || defined(_PTHREAD_NP_H_) || defined(NETBSD)
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 ... */ 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 ... */
20 /* e.g. on FreeBSD 4.8 or newer, neundorf@kde.org */ 20 /* e.g. on FreeBSD 4.8 or newer, neundorf@kde.org */
21 pthread_attr_get_np(thread, &sattr); 21 pthread_attr_get_np(thread, &sattr);
22 # else 22 # else

cvs diff -r1.1 -r1.2 pkgsrc/devel/xulrunner/patches/Attic/patch-ipc_chromium_src_build_build__config.h (expand / switch to unified diff)

--- pkgsrc/devel/xulrunner/patches/Attic/patch-ipc_chromium_src_build_build__config.h 2011/07/11 12:46:14 1.1
+++ pkgsrc/devel/xulrunner/patches/Attic/patch-ipc_chromium_src_build_build__config.h 2011/08/18 18:31:10 1.2
@@ -1,34 +1,34 @@ @@ -1,34 +1,34 @@
1$NetBSD: patch-ipc_chromium_src_build_build__config.h,v 1.1 2011/07/11 12:46:14 tnn Exp $ 1$NetBSD: patch-ipc_chromium_src_build_build__config.h,v 1.2 2011/08/18 18:31:10 tnn Exp $
2 2
3--- ipc/chromium/src/build/build_config.h.orig 2011-06-15 21:57:27.000000000 +0000 3--- ipc/chromium/src/build/build_config.h.orig 2011-08-11 21:41:01.000000000 +0000
4+++ ipc/chromium/src/build/build_config.h 4+++ ipc/chromium/src/build/build_config.h
5@@ -19,6 +19,10 @@ 5@@ -19,6 +19,10 @@
6 #define OS_MACOSX 1 6 #define OS_MACOSX 1
7 #elif defined(__linux__) || defined(ANDROID) 7 #elif defined(__linux__) || defined(ANDROID)
8 #define OS_LINUX 1 8 #define OS_LINUX 1
9+#elif defined(__NetBSD__) 9+#elif defined(__NetBSD__)
10+#define OS_NETBSD 1 10+#define OS_NETBSD 1
11+#elif defined(__DragonFly__) 11+#elif defined(__DragonFly__)
12+#define OS_DRAGONFLY 1 12+#define OS_DRAGONFLY 1
13 #elif defined(_WIN32) 13 #elif defined(_WIN32)
14 #define OS_WIN 1 14 #define OS_WIN 1
15 #else 15 #else
16@@ -27,7 +31,7 @@ 16@@ -27,7 +31,7 @@
17  17
18 // For access to standard POSIX features, use OS_POSIX instead of a more 18 // For access to standard POSIX features, use OS_POSIX instead of a more
19 // specific macro. 19 // specific macro.
20-#if defined(OS_MACOSX) || defined(OS_LINUX) 20-#if defined(OS_MACOSX) || defined(OS_LINUX)
21+#if defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_NETBSD) || defined(OS_DRAGONFLY) 21+#if defined(OS_MACOSX) || defined(OS_LINUX) || defined(OS_NETBSD) || defined(OS_DRAGONFLY)
22 #define OS_POSIX 1 22 #define OS_POSIX 1
23 #endif 23 #endif
24  24
25@@ -60,6 +64,9 @@ 25@@ -60,6 +64,9 @@
26 #elif defined(__ppc__) 26 #elif defined(__ppc__) || defined(__powerpc__)
27 #define ARCH_CPU_PPC 1 27 #define ARCH_CPU_PPC 1
28 #define ARCH_CPU_32_BITS 1 28 #define ARCH_CPU_32_BITS 1
29+#elif defined(__sparc64__) 29+#elif defined(__sparc64__)
30+#define ARCH_CPU_SPARC 1 30+#define ARCH_CPU_SPARC 1
31+#define ARCH_CPU_64_BITS 1 31+#define ARCH_CPU_64_BITS 1
32 #else 32 #else
33 #error Please add support for your architecture in build/build_config.h 33 #error Please add support for your architecture in build/build_config.h
34 #endif 34 #endif

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

--- pkgsrc/www/firefox/Makefile 2011/07/21 13:06:05 1.86
+++ pkgsrc/www/firefox/Makefile 2011/08/18 18:31:10 1.87
@@ -1,45 +1,41 @@ @@ -1,45 +1,41 @@
1# $NetBSD: Makefile,v 1.86 2011/07/21 13:06:05 obache Exp $ 1# $NetBSD: Makefile,v 1.87 2011/08/18 18:31:10 tnn Exp $
2 2
3.include "../../devel/xulrunner/dist.mk" 3.include "../../devel/xulrunner/dist.mk"
4PKGNAME= firefox-${FIREFOX_VER} 4PKGNAME= firefox-${FIREFOX_VER}
5PKGREVISION= 1 
6CATEGORIES= www 5CATEGORIES= www
7 6
8MAINTAINER= tnn@NetBSD.org 7MAINTAINER= tnn@NetBSD.org
9HOMEPAGE= http://www.mozilla.com/en-US/firefox/ 8HOMEPAGE= http://www.mozilla.com/en-US/firefox/
10COMMENT= Web browser with support for extensions 9COMMENT= Web browser with support for extensions
11LICENSE= mpl-1.1 10LICENSE= mpl-1.1
12 11
13MOZILLA_DIR= # empty 12MOZILLA_DIR= # empty
14 13
15CONFIGURE_ARGS+= --enable-application=browser 14CONFIGURE_ARGS+= --enable-application=browser
16CONFIGURE_ARGS+= --with-libxul-sdk=${PREFIX}/lib/xulrunner-sdk 15CONFIGURE_ARGS+= --with-libxul-sdk=${PREFIX}/lib/xulrunner-sdk
17CONFIGURE_ARGS+= --with-system-libxul 16CONFIGURE_ARGS+= --with-system-libxul
18# XXX tnn with omnijar enabled it just doesn't start 
19CONFIGURE_ARGS+= --enable-chrome-format=flat 
20 17
21ALL_ENV+= MOZILLA_PKG_NAME=firefox 18ALL_ENV+= MOZILLA_PKG_NAME=firefox
22 19
23.include "../../devel/xulrunner/mozilla-common.mk" 20.include "../../devel/xulrunner/mozilla-common.mk"
24.include "options.mk" 21.include "options.mk"
25 22
26MOZILLA=firefox 23MOZILLA=firefox
 24MOZILLA_ICON= ${WRKSRC}/dist/firefox/chrome/icons/default/default48.png
27.if !empty(PKG_OPTIONS:Mofficial-mozilla-branding) 25.if !empty(PKG_OPTIONS:Mofficial-mozilla-branding)
28MOZILLA_NAME= Firefox 26MOZILLA_NAME= Firefox
29MOZILLA_ICON= ${WRKSRC}/other-licenses/branding/firefox/default48.png 
30.else 27.else
31MOZILLA_NAME= Browser 28MOZILLA_NAME= Browser
32MOZILLA_ICON= ${WRKSRC}/browser/branding/unofficial/default48.png 
33.endif 29.endif
34 30
35pre-configure: 31pre-configure:
36 cd ${WRKSRC} && autoconf 32 cd ${WRKSRC} && autoconf
37# XXX not built here, just to make check-portability.awk shut up. 33# XXX not built here, just to make check-portability.awk shut up.
38 cd ${WRKSRC}/js/src && autoconf 34 cd ${WRKSRC}/js/src && autoconf
39 35
40post-build: 36post-build:
41 ${SED} -e 's|@MOZILLA@|${MOZILLA}|g' \ 37 ${SED} -e 's|@MOZILLA@|${MOZILLA}|g' \
42 -e 's|@MOZILLA_NAME@|${MOZILLA_NAME}|g' \ 38 -e 's|@MOZILLA_NAME@|${MOZILLA_NAME}|g' \
43 -e 's|@FIREFOX_ICON@|${MOZILLA}.png|g' \ 39 -e 's|@FIREFOX_ICON@|${MOZILLA}.png|g' \
44 < ${FILESDIR}/desktop.in \ 40 < ${FILESDIR}/desktop.in \
45 > ${WRKDIR}/desktop 41 > ${WRKDIR}/desktop

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

--- pkgsrc/www/firefox/PLIST 2011/07/11 13:17:40 1.43
+++ pkgsrc/www/firefox/PLIST 2011/08/18 18:31:10 1.44
@@ -1,23 +1,24 @@ @@ -1,23 +1,24 @@
1@comment $NetBSD: PLIST,v 1.43 2011/07/11 13:17:40 tnn Exp $ 1@comment $NetBSD: PLIST,v 1.44 2011/08/18 18:31:10 tnn Exp $
2bin/firefox 2bin/firefox
3lib/firefox/README.txt 3lib/firefox/README.txt
4lib/firefox/application.ini 4lib/firefox/application.ini
5lib/firefox/blocklist.xml 5lib/firefox/blocklist.xml
6lib/firefox/chrome.manifest 6lib/firefox/chrome.manifest
7${PLIST.nobranding}lib/firefox/chrome/browser/content/branding/about-background.png 7${PLIST.nobranding}lib/firefox/chrome/browser/content/branding/about-background.png
8lib/firefox/chrome/browser/content/branding/about-logo.png 8lib/firefox/chrome/browser/content/branding/about-logo.png
9lib/firefox/chrome/browser/content/branding/about-wordmark.png 9lib/firefox/chrome/browser/content/branding/about-wordmark.png
10lib/firefox/chrome/browser/content/branding/about.png 10lib/firefox/chrome/browser/content/branding/about.png
 11lib/firefox/chrome/browser/content/branding/aboutDialog.css
11lib/firefox/chrome/browser/content/branding/icon128.png 12lib/firefox/chrome/browser/content/branding/icon128.png
12lib/firefox/chrome/browser/content/branding/icon16.png 13lib/firefox/chrome/browser/content/branding/icon16.png
13lib/firefox/chrome/browser/content/branding/icon48.png 14lib/firefox/chrome/browser/content/branding/icon48.png
14lib/firefox/chrome/browser/content/branding/icon64.png 15lib/firefox/chrome/browser/content/branding/icon64.png
15lib/firefox/chrome/browser/content/browser/NetworkPanel.xhtml 16lib/firefox/chrome/browser/content/browser/NetworkPanel.xhtml
16lib/firefox/chrome/browser/content/browser/aboutDialog.css 17lib/firefox/chrome/browser/content/browser/aboutDialog.css
17lib/firefox/chrome/browser/content/browser/aboutDialog.js 18lib/firefox/chrome/browser/content/browser/aboutDialog.js
18lib/firefox/chrome/browser/content/browser/aboutDialog.xul 19lib/firefox/chrome/browser/content/browser/aboutDialog.xul
19lib/firefox/chrome/browser/content/browser/aboutHome-restore-icon-small.png 20lib/firefox/chrome/browser/content/browser/aboutHome-restore-icon-small.png
20lib/firefox/chrome/browser/content/browser/aboutHome-restore-icon.png 21lib/firefox/chrome/browser/content/browser/aboutHome-restore-icon.png
21lib/firefox/chrome/browser/content/browser/aboutHome.css 22lib/firefox/chrome/browser/content/browser/aboutHome.css
22lib/firefox/chrome/browser/content/browser/aboutHome.js 23lib/firefox/chrome/browser/content/browser/aboutHome.js
23lib/firefox/chrome/browser/content/browser/aboutHome.xhtml 24lib/firefox/chrome/browser/content/browser/aboutHome.xhtml
@@ -71,26 +72,30 @@ lib/firefox/chrome/browser/content/brows @@ -71,26 +72,30 @@ lib/firefox/chrome/browser/content/brows
71lib/firefox/chrome/browser/content/browser/places/editBookmarkOverlay.js 72lib/firefox/chrome/browser/content/browser/places/editBookmarkOverlay.js
72lib/firefox/chrome/browser/content/browser/places/editBookmarkOverlay.xul 73lib/firefox/chrome/browser/content/browser/places/editBookmarkOverlay.xul
73lib/firefox/chrome/browser/content/browser/places/history-panel.js 74lib/firefox/chrome/browser/content/browser/places/history-panel.js
74lib/firefox/chrome/browser/content/browser/places/menu.xml 75lib/firefox/chrome/browser/content/browser/places/menu.xml
75lib/firefox/chrome/browser/content/browser/places/moveBookmarks.js 76lib/firefox/chrome/browser/content/browser/places/moveBookmarks.js
76lib/firefox/chrome/browser/content/browser/places/moveBookmarks.xul 77lib/firefox/chrome/browser/content/browser/places/moveBookmarks.xul
77lib/firefox/chrome/browser/content/browser/places/organizer.css 78lib/firefox/chrome/browser/content/browser/places/organizer.css
78lib/firefox/chrome/browser/content/browser/places/places.css 79lib/firefox/chrome/browser/content/browser/places/places.css
79lib/firefox/chrome/browser/content/browser/places/places.js 80lib/firefox/chrome/browser/content/browser/places/places.js
80lib/firefox/chrome/browser/content/browser/places/places.xul 81lib/firefox/chrome/browser/content/browser/places/places.xul
81lib/firefox/chrome/browser/content/browser/places/placesOverlay.xul 82lib/firefox/chrome/browser/content/browser/places/placesOverlay.xul
82lib/firefox/chrome/browser/content/browser/places/tree.xml 83lib/firefox/chrome/browser/content/browser/places/tree.xml
83lib/firefox/chrome/browser/content/browser/places/treeView.js 84lib/firefox/chrome/browser/content/browser/places/treeView.js
 85lib/firefox/chrome/browser/content/browser/preferences/aboutPermissions.css
 86lib/firefox/chrome/browser/content/browser/preferences/aboutPermissions.js
 87lib/firefox/chrome/browser/content/browser/preferences/aboutPermissions.xml
 88lib/firefox/chrome/browser/content/browser/preferences/aboutPermissions.xul
84lib/firefox/chrome/browser/content/browser/preferences/advanced-scripts.xul 89lib/firefox/chrome/browser/content/browser/preferences/advanced-scripts.xul
85lib/firefox/chrome/browser/content/browser/preferences/advanced.js 90lib/firefox/chrome/browser/content/browser/preferences/advanced.js
86lib/firefox/chrome/browser/content/browser/preferences/advanced.xul 91lib/firefox/chrome/browser/content/browser/preferences/advanced.xul
87lib/firefox/chrome/browser/content/browser/preferences/applicationManager.js 92lib/firefox/chrome/browser/content/browser/preferences/applicationManager.js
88lib/firefox/chrome/browser/content/browser/preferences/applicationManager.xul 93lib/firefox/chrome/browser/content/browser/preferences/applicationManager.xul
89lib/firefox/chrome/browser/content/browser/preferences/applications.js 94lib/firefox/chrome/browser/content/browser/preferences/applications.js
90lib/firefox/chrome/browser/content/browser/preferences/applications.xul 95lib/firefox/chrome/browser/content/browser/preferences/applications.xul
91lib/firefox/chrome/browser/content/browser/preferences/colors.xul 96lib/firefox/chrome/browser/content/browser/preferences/colors.xul
92lib/firefox/chrome/browser/content/browser/preferences/connection.js 97lib/firefox/chrome/browser/content/browser/preferences/connection.js
93lib/firefox/chrome/browser/content/browser/preferences/connection.xul 98lib/firefox/chrome/browser/content/browser/preferences/connection.xul
94lib/firefox/chrome/browser/content/browser/preferences/content.js 99lib/firefox/chrome/browser/content/browser/preferences/content.js
95lib/firefox/chrome/browser/content/browser/preferences/content.xul 100lib/firefox/chrome/browser/content/browser/preferences/content.xul
96lib/firefox/chrome/browser/content/browser/preferences/cookies.js 101lib/firefox/chrome/browser/content/browser/preferences/cookies.js
@@ -117,26 +122,28 @@ lib/firefox/chrome/browser/content/brows @@ -117,26 +122,28 @@ lib/firefox/chrome/browser/content/brows
117lib/firefox/chrome/browser/content/browser/preferences/sync.js 122lib/firefox/chrome/browser/content/browser/preferences/sync.js
118lib/firefox/chrome/browser/content/browser/preferences/sync.xul 123lib/firefox/chrome/browser/content/browser/preferences/sync.xul
119lib/firefox/chrome/browser/content/browser/preferences/tabs.js 124lib/firefox/chrome/browser/content/browser/preferences/tabs.js
120lib/firefox/chrome/browser/content/browser/preferences/tabs.xul 125lib/firefox/chrome/browser/content/browser/preferences/tabs.xul
121lib/firefox/chrome/browser/content/browser/safeMode.js 126lib/firefox/chrome/browser/content/browser/safeMode.js
122lib/firefox/chrome/browser/content/browser/safeMode.xul 127lib/firefox/chrome/browser/content/browser/safeMode.xul
123lib/firefox/chrome/browser/content/browser/safebrowsing/blockedSite.xhtml 128lib/firefox/chrome/browser/content/browser/safebrowsing/blockedSite.xhtml
124lib/firefox/chrome/browser/content/browser/safebrowsing/report-phishing-overlay.xul 129lib/firefox/chrome/browser/content/browser/safebrowsing/report-phishing-overlay.xul
125lib/firefox/chrome/browser/content/browser/safebrowsing/sb-loader.js 130lib/firefox/chrome/browser/content/browser/safebrowsing/sb-loader.js
126lib/firefox/chrome/browser/content/browser/sanitize.js 131lib/firefox/chrome/browser/content/browser/sanitize.js
127lib/firefox/chrome/browser/content/browser/sanitize.xul 132lib/firefox/chrome/browser/content/browser/sanitize.xul
128lib/firefox/chrome/browser/content/browser/sanitizeDialog.css 133lib/firefox/chrome/browser/content/browser/sanitizeDialog.css
129lib/firefox/chrome/browser/content/browser/sanitizeDialog.js 134lib/firefox/chrome/browser/content/browser/sanitizeDialog.js
 135lib/firefox/chrome/browser/content/browser/scratchpad.js
 136lib/firefox/chrome/browser/content/browser/scratchpad.xul
130lib/firefox/chrome/browser/content/browser/search/engineManager.js 137lib/firefox/chrome/browser/content/browser/search/engineManager.js
131lib/firefox/chrome/browser/content/browser/search/engineManager.xul 138lib/firefox/chrome/browser/content/browser/search/engineManager.xul
132lib/firefox/chrome/browser/content/browser/search/search.xml 139lib/firefox/chrome/browser/content/browser/search/search.xml
133lib/firefox/chrome/browser/content/browser/search/searchbarBindings.css 140lib/firefox/chrome/browser/content/browser/search/searchbarBindings.css
134lib/firefox/chrome/browser/content/browser/setDesktopBackground.js 141lib/firefox/chrome/browser/content/browser/setDesktopBackground.js
135lib/firefox/chrome/browser/content/browser/setDesktopBackground.xul 142lib/firefox/chrome/browser/content/browser/setDesktopBackground.xul
136lib/firefox/chrome/browser/content/browser/syncAddDevice.js 143lib/firefox/chrome/browser/content/browser/syncAddDevice.js
137lib/firefox/chrome/browser/content/browser/syncAddDevice.xul 144lib/firefox/chrome/browser/content/browser/syncAddDevice.xul
138lib/firefox/chrome/browser/content/browser/syncGenericChange.js 145lib/firefox/chrome/browser/content/browser/syncGenericChange.js
139lib/firefox/chrome/browser/content/browser/syncGenericChange.xul 146lib/firefox/chrome/browser/content/browser/syncGenericChange.xul
140lib/firefox/chrome/browser/content/browser/syncKey.xhtml 147lib/firefox/chrome/browser/content/browser/syncKey.xhtml
141lib/firefox/chrome/browser/content/browser/syncNotification.xml 148lib/firefox/chrome/browser/content/browser/syncNotification.xml
142lib/firefox/chrome/browser/content/browser/syncQuota.js 149lib/firefox/chrome/browser/content/browser/syncQuota.js
@@ -198,60 +205,62 @@ lib/firefox/chrome/browser/skin/classic/ @@ -198,60 +205,62 @@ lib/firefox/chrome/browser/skin/classic/
198lib/firefox/chrome/browser/skin/classic/browser/places/organizer.xml 205lib/firefox/chrome/browser/skin/classic/browser/places/organizer.xml
199lib/firefox/chrome/browser/skin/classic/browser/places/pageStarred.png 206lib/firefox/chrome/browser/skin/classic/browser/places/pageStarred.png
200lib/firefox/chrome/browser/skin/classic/browser/places/places.css 207lib/firefox/chrome/browser/skin/classic/browser/places/places.css
201lib/firefox/chrome/browser/skin/classic/browser/places/query.png 208lib/firefox/chrome/browser/skin/classic/browser/places/query.png
202lib/firefox/chrome/browser/skin/classic/browser/places/searching_16.png 209lib/firefox/chrome/browser/skin/classic/browser/places/searching_16.png
203lib/firefox/chrome/browser/skin/classic/browser/places/starPage.png 210lib/firefox/chrome/browser/skin/classic/browser/places/starPage.png
204lib/firefox/chrome/browser/skin/classic/browser/places/starred48.png 211lib/firefox/chrome/browser/skin/classic/browser/places/starred48.png
205lib/firefox/chrome/browser/skin/classic/browser/places/tag.png 212lib/firefox/chrome/browser/skin/classic/browser/places/tag.png
206lib/firefox/chrome/browser/skin/classic/browser/places/toolbarDropMarker.png 213lib/firefox/chrome/browser/skin/classic/browser/places/toolbarDropMarker.png
207lib/firefox/chrome/browser/skin/classic/browser/places/unsortedBookmarks.png 214lib/firefox/chrome/browser/skin/classic/browser/places/unsortedBookmarks.png
208lib/firefox/chrome/browser/skin/classic/browser/places/unstarred48.png 215lib/firefox/chrome/browser/skin/classic/browser/places/unstarred48.png
209lib/firefox/chrome/browser/skin/classic/browser/preferences/Options-sync.png 216lib/firefox/chrome/browser/skin/classic/browser/preferences/Options-sync.png
210lib/firefox/chrome/browser/skin/classic/browser/preferences/Options.png 217lib/firefox/chrome/browser/skin/classic/browser/preferences/Options.png
 218lib/firefox/chrome/browser/skin/classic/browser/preferences/aboutPermissions.css
211lib/firefox/chrome/browser/skin/classic/browser/preferences/alwaysAsk.png 219lib/firefox/chrome/browser/skin/classic/browser/preferences/alwaysAsk.png
212lib/firefox/chrome/browser/skin/classic/browser/preferences/applications.css 220lib/firefox/chrome/browser/skin/classic/browser/preferences/applications.css
213lib/firefox/chrome/browser/skin/classic/browser/preferences/mail.png 221lib/firefox/chrome/browser/skin/classic/browser/preferences/mail.png
214lib/firefox/chrome/browser/skin/classic/browser/preferences/preferences.css 222lib/firefox/chrome/browser/skin/classic/browser/preferences/preferences.css
215lib/firefox/chrome/browser/skin/classic/browser/reload-stop-go.png 223lib/firefox/chrome/browser/skin/classic/browser/reload-stop-go.png
216lib/firefox/chrome/browser/skin/classic/browser/sanitizeDialog.css 224lib/firefox/chrome/browser/skin/classic/browser/sanitizeDialog.css
217lib/firefox/chrome/browser/skin/classic/browser/searchbar.css 225lib/firefox/chrome/browser/skin/classic/browser/searchbar.css
218lib/firefox/chrome/browser/skin/classic/browser/section_collapsed-rtl.png 226lib/firefox/chrome/browser/skin/classic/browser/section_collapsed-rtl.png
219lib/firefox/chrome/browser/skin/classic/browser/section_collapsed.png 227lib/firefox/chrome/browser/skin/classic/browser/section_collapsed.png
220lib/firefox/chrome/browser/skin/classic/browser/section_expanded.png 228lib/firefox/chrome/browser/skin/classic/browser/section_expanded.png
221lib/firefox/chrome/browser/skin/classic/browser/setDesktopBackground.css 229lib/firefox/chrome/browser/skin/classic/browser/setDesktopBackground.css
222lib/firefox/chrome/browser/skin/classic/browser/sync-16-throbber.png 230lib/firefox/chrome/browser/skin/classic/browser/sync-16-throbber.png
223lib/firefox/chrome/browser/skin/classic/browser/sync-16.png 231lib/firefox/chrome/browser/skin/classic/browser/sync-16.png
224lib/firefox/chrome/browser/skin/classic/browser/sync-24-throbber.png 232lib/firefox/chrome/browser/skin/classic/browser/sync-24-throbber.png
225lib/firefox/chrome/browser/skin/classic/browser/sync-32.png 233lib/firefox/chrome/browser/skin/classic/browser/sync-32.png
226lib/firefox/chrome/browser/skin/classic/browser/sync-bg.png 234lib/firefox/chrome/browser/skin/classic/browser/sync-bg.png
227lib/firefox/chrome/browser/skin/classic/browser/sync-desktopIcon.png 235lib/firefox/chrome/browser/skin/classic/browser/sync-desktopIcon.png
228lib/firefox/chrome/browser/skin/classic/browser/sync-mobileIcon.png 236lib/firefox/chrome/browser/skin/classic/browser/sync-mobileIcon.png
 237lib/firefox/chrome/browser/skin/classic/browser/sync-notification-24.png
229lib/firefox/chrome/browser/skin/classic/browser/syncCommon.css 238lib/firefox/chrome/browser/skin/classic/browser/syncCommon.css
230lib/firefox/chrome/browser/skin/classic/browser/syncQuota.css 239lib/firefox/chrome/browser/skin/classic/browser/syncQuota.css
231lib/firefox/chrome/browser/skin/classic/browser/syncSetup.css 240lib/firefox/chrome/browser/skin/classic/browser/syncSetup.css
232lib/firefox/chrome/browser/skin/classic/browser/tabbrowser/alltabs.png 241lib/firefox/chrome/browser/skin/classic/browser/tabbrowser/alltabs.png
233lib/firefox/chrome/browser/skin/classic/browser/tabbrowser/connecting.png 242lib/firefox/chrome/browser/skin/classic/browser/tabbrowser/connecting.png
234lib/firefox/chrome/browser/skin/classic/browser/tabbrowser/loading.png 243lib/firefox/chrome/browser/skin/classic/browser/tabbrowser/loading.png
235lib/firefox/chrome/browser/skin/classic/browser/tabbrowser/tab-overflow-border.png 244lib/firefox/chrome/browser/skin/classic/browser/tabbrowser/tab-overflow-border.png
236lib/firefox/chrome/browser/skin/classic/browser/tabbrowser/tab.png 245lib/firefox/chrome/browser/skin/classic/browser/tabbrowser/tab.png
237lib/firefox/chrome/browser/skin/classic/browser/tabbrowser/tabDragIndicator.png 246lib/firefox/chrome/browser/skin/classic/browser/tabbrowser/tabDragIndicator.png
238lib/firefox/chrome/browser/skin/classic/browser/tabview/edit-light.png 247lib/firefox/chrome/browser/skin/classic/browser/tabview/edit-light.png
239lib/firefox/chrome/browser/skin/classic/browser/tabview/new-tab.png 248lib/firefox/chrome/browser/skin/classic/browser/tabview/new-tab.png
240lib/firefox/chrome/browser/skin/classic/browser/tabview/search.png 249lib/firefox/chrome/browser/skin/classic/browser/tabview/search.png
241lib/firefox/chrome/browser/skin/classic/browser/tabview/stack-expander.png 250lib/firefox/chrome/browser/skin/classic/browser/tabview/stack-expander.png
242lib/firefox/chrome/browser/skin/classic/browser/tabview/tabview.css 251lib/firefox/chrome/browser/skin/classic/browser/tabview/tabview.css
243lib/firefox/chrome/browser/skin/classic/browser/tabview/tabview.png 252lib/firefox/chrome/browser/skin/classic/browser/tabview/tabview.png
244lib/firefox/chrome/browser/skin/classic/browser/urlbar-favicon-glow.png 253lib/firefox/chrome/browser/skin/classic/browser/urlbar-arrow.png
245lib/firefox/chrome/browser/skin/classic/communicator/communicator.css 254lib/firefox/chrome/browser/skin/classic/communicator/communicator.css
246lib/firefox/chrome/en-US/locale/branding/brand.dtd 255lib/firefox/chrome/en-US/locale/branding/brand.dtd
247lib/firefox/chrome/en-US/locale/branding/brand.properties 256lib/firefox/chrome/en-US/locale/branding/brand.properties
248lib/firefox/chrome/en-US/locale/branding/browserconfig.properties 257lib/firefox/chrome/en-US/locale/branding/browserconfig.properties
249lib/firefox/chrome/en-US/locale/browser-region/region.properties 258lib/firefox/chrome/en-US/locale/browser-region/region.properties
250lib/firefox/chrome/en-US/locale/browser/aboutCertError.dtd 259lib/firefox/chrome/en-US/locale/browser/aboutCertError.dtd
251lib/firefox/chrome/en-US/locale/browser/aboutDialog.dtd 260lib/firefox/chrome/en-US/locale/browser/aboutDialog.dtd
252lib/firefox/chrome/en-US/locale/browser/aboutHome.dtd 261lib/firefox/chrome/en-US/locale/browser/aboutHome.dtd
253lib/firefox/chrome/en-US/locale/browser/aboutPrivateBrowsing.dtd 262lib/firefox/chrome/en-US/locale/browser/aboutPrivateBrowsing.dtd
254lib/firefox/chrome/en-US/locale/browser/aboutRobots.dtd 263lib/firefox/chrome/en-US/locale/browser/aboutRobots.dtd
255lib/firefox/chrome/en-US/locale/browser/aboutSessionRestore.dtd 264lib/firefox/chrome/en-US/locale/browser/aboutSessionRestore.dtd
256lib/firefox/chrome/en-US/locale/browser/aboutSyncTabs.dtd 265lib/firefox/chrome/en-US/locale/browser/aboutSyncTabs.dtd
257lib/firefox/chrome/en-US/locale/browser/appstrings.properties 266lib/firefox/chrome/en-US/locale/browser/appstrings.properties
@@ -266,56 +275,59 @@ lib/firefox/chrome/en-US/locale/browser/ @@ -266,56 +275,59 @@ lib/firefox/chrome/en-US/locale/browser/
266lib/firefox/chrome/en-US/locale/browser/inspector.properties 275lib/firefox/chrome/en-US/locale/browser/inspector.properties
267lib/firefox/chrome/en-US/locale/browser/migration/migration.dtd 276lib/firefox/chrome/en-US/locale/browser/migration/migration.dtd
268lib/firefox/chrome/en-US/locale/browser/migration/migration.properties 277lib/firefox/chrome/en-US/locale/browser/migration/migration.properties
269lib/firefox/chrome/en-US/locale/browser/netError.dtd 278lib/firefox/chrome/en-US/locale/browser/netError.dtd
270lib/firefox/chrome/en-US/locale/browser/openLocation.dtd 279lib/firefox/chrome/en-US/locale/browser/openLocation.dtd
271lib/firefox/chrome/en-US/locale/browser/openLocation.properties 280lib/firefox/chrome/en-US/locale/browser/openLocation.properties
272lib/firefox/chrome/en-US/locale/browser/pageInfo.dtd 281lib/firefox/chrome/en-US/locale/browser/pageInfo.dtd
273lib/firefox/chrome/en-US/locale/browser/pageInfo.properties 282lib/firefox/chrome/en-US/locale/browser/pageInfo.properties
274lib/firefox/chrome/en-US/locale/browser/places/bookmarkProperties.properties 283lib/firefox/chrome/en-US/locale/browser/places/bookmarkProperties.properties
275lib/firefox/chrome/en-US/locale/browser/places/editBookmarkOverlay.dtd 284lib/firefox/chrome/en-US/locale/browser/places/editBookmarkOverlay.dtd
276lib/firefox/chrome/en-US/locale/browser/places/moveBookmarks.dtd 285lib/firefox/chrome/en-US/locale/browser/places/moveBookmarks.dtd
277lib/firefox/chrome/en-US/locale/browser/places/places.dtd 286lib/firefox/chrome/en-US/locale/browser/places/places.dtd
278lib/firefox/chrome/en-US/locale/browser/places/places.properties 287lib/firefox/chrome/en-US/locale/browser/places/places.properties
 288lib/firefox/chrome/en-US/locale/browser/preferences/aboutPermissions.dtd
 289lib/firefox/chrome/en-US/locale/browser/preferences/aboutPermissions.properties
279lib/firefox/chrome/en-US/locale/browser/preferences/advanced-scripts.dtd 290lib/firefox/chrome/en-US/locale/browser/preferences/advanced-scripts.dtd
280lib/firefox/chrome/en-US/locale/browser/preferences/advanced.dtd 291lib/firefox/chrome/en-US/locale/browser/preferences/advanced.dtd
281lib/firefox/chrome/en-US/locale/browser/preferences/applicationManager.dtd 292lib/firefox/chrome/en-US/locale/browser/preferences/applicationManager.dtd
282lib/firefox/chrome/en-US/locale/browser/preferences/applicationManager.properties 293lib/firefox/chrome/en-US/locale/browser/preferences/applicationManager.properties
283lib/firefox/chrome/en-US/locale/browser/preferences/applications.dtd 294lib/firefox/chrome/en-US/locale/browser/preferences/applications.dtd
284lib/firefox/chrome/en-US/locale/browser/preferences/colors.dtd 295lib/firefox/chrome/en-US/locale/browser/preferences/colors.dtd
285lib/firefox/chrome/en-US/locale/browser/preferences/connection.dtd 296lib/firefox/chrome/en-US/locale/browser/preferences/connection.dtd
286lib/firefox/chrome/en-US/locale/browser/preferences/content.dtd 297lib/firefox/chrome/en-US/locale/browser/preferences/content.dtd
287lib/firefox/chrome/en-US/locale/browser/preferences/cookies.dtd 298lib/firefox/chrome/en-US/locale/browser/preferences/cookies.dtd
288lib/firefox/chrome/en-US/locale/browser/preferences/fonts.dtd 299lib/firefox/chrome/en-US/locale/browser/preferences/fonts.dtd
289lib/firefox/chrome/en-US/locale/browser/preferences/languages.dtd 300lib/firefox/chrome/en-US/locale/browser/preferences/languages.dtd
290lib/firefox/chrome/en-US/locale/browser/preferences/main.dtd 301lib/firefox/chrome/en-US/locale/browser/preferences/main.dtd
291lib/firefox/chrome/en-US/locale/browser/preferences/permissions.dtd 302lib/firefox/chrome/en-US/locale/browser/preferences/permissions.dtd
292lib/firefox/chrome/en-US/locale/browser/preferences/preferences.dtd 303lib/firefox/chrome/en-US/locale/browser/preferences/preferences.dtd
293lib/firefox/chrome/en-US/locale/browser/preferences/preferences.properties 304lib/firefox/chrome/en-US/locale/browser/preferences/preferences.properties
294lib/firefox/chrome/en-US/locale/browser/preferences/privacy.dtd 305lib/firefox/chrome/en-US/locale/browser/preferences/privacy.dtd
295lib/firefox/chrome/en-US/locale/browser/preferences/security.dtd 306lib/firefox/chrome/en-US/locale/browser/preferences/security.dtd
296lib/firefox/chrome/en-US/locale/browser/preferences/selectBookmark.dtd 307lib/firefox/chrome/en-US/locale/browser/preferences/selectBookmark.dtd
297lib/firefox/chrome/en-US/locale/browser/preferences/sync.dtd 308lib/firefox/chrome/en-US/locale/browser/preferences/sync.dtd
298lib/firefox/chrome/en-US/locale/browser/preferences/tabs.dtd 309lib/firefox/chrome/en-US/locale/browser/preferences/tabs.dtd
299lib/firefox/chrome/en-US/locale/browser/quitDialog.properties 310lib/firefox/chrome/en-US/locale/browser/quitDialog.properties
300lib/firefox/chrome/en-US/locale/browser/safeMode.dtd 311lib/firefox/chrome/en-US/locale/browser/safeMode.dtd
301lib/firefox/chrome/en-US/locale/browser/safebrowsing/phishing-afterload-warning-message.dtd 312lib/firefox/chrome/en-US/locale/browser/safebrowsing/phishing-afterload-warning-message.dtd
302lib/firefox/chrome/en-US/locale/browser/safebrowsing/report-phishing.dtd 313lib/firefox/chrome/en-US/locale/browser/safebrowsing/report-phishing.dtd
303lib/firefox/chrome/en-US/locale/browser/sanitize.dtd 314lib/firefox/chrome/en-US/locale/browser/sanitize.dtd
 315lib/firefox/chrome/en-US/locale/browser/scratchpad.dtd
 316lib/firefox/chrome/en-US/locale/browser/scratchpad.properties
304lib/firefox/chrome/en-US/locale/browser/search.properties 317lib/firefox/chrome/en-US/locale/browser/search.properties
305lib/firefox/chrome/en-US/locale/browser/searchbar.dtd 318lib/firefox/chrome/en-US/locale/browser/searchbar.dtd
306lib/firefox/chrome/en-US/locale/browser/setDesktopBackground.dtd 319lib/firefox/chrome/en-US/locale/browser/setDesktopBackground.dtd
307lib/firefox/chrome/en-US/locale/browser/shellservice.properties 320lib/firefox/chrome/en-US/locale/browser/shellservice.properties
308lib/firefox/chrome/en-US/locale/browser/sidebar/sidebar.properties 
309lib/firefox/chrome/en-US/locale/browser/syncBrand.dtd 321lib/firefox/chrome/en-US/locale/browser/syncBrand.dtd
310lib/firefox/chrome/en-US/locale/browser/syncGenericChange.properties 322lib/firefox/chrome/en-US/locale/browser/syncGenericChange.properties
311lib/firefox/chrome/en-US/locale/browser/syncKey.dtd 323lib/firefox/chrome/en-US/locale/browser/syncKey.dtd
312lib/firefox/chrome/en-US/locale/browser/syncQuota.dtd 324lib/firefox/chrome/en-US/locale/browser/syncQuota.dtd
313lib/firefox/chrome/en-US/locale/browser/syncQuota.properties 325lib/firefox/chrome/en-US/locale/browser/syncQuota.properties
314lib/firefox/chrome/en-US/locale/browser/syncSetup.dtd 326lib/firefox/chrome/en-US/locale/browser/syncSetup.dtd
315lib/firefox/chrome/en-US/locale/browser/syncSetup.properties 327lib/firefox/chrome/en-US/locale/browser/syncSetup.properties
316lib/firefox/chrome/en-US/locale/browser/tabbrowser.dtd 328lib/firefox/chrome/en-US/locale/browser/tabbrowser.dtd
317lib/firefox/chrome/en-US/locale/browser/tabbrowser.properties 329lib/firefox/chrome/en-US/locale/browser/tabbrowser.properties
318lib/firefox/chrome/en-US/locale/browser/tabview.properties 330lib/firefox/chrome/en-US/locale/browser/tabview.properties
319lib/firefox/chrome/en-US/locale/browser/taskbar.properties 331lib/firefox/chrome/en-US/locale/browser/taskbar.properties
320lib/firefox/chrome/en-US/locale/en-US/services/errors.properties 332lib/firefox/chrome/en-US/locale/en-US/services/errors.properties
321lib/firefox/chrome/en-US/locale/en-US/services/sync.properties 333lib/firefox/chrome/en-US/locale/en-US/services/sync.properties
@@ -351,26 +363,27 @@ lib/firefox/defaults/preferences/firefox @@ -351,26 +363,27 @@ lib/firefox/defaults/preferences/firefox
351lib/firefox/defaults/preferences/services-sync.js 363lib/firefox/defaults/preferences/services-sync.js
352lib/firefox/defaults/profile/bookmarks.html 364lib/firefox/defaults/profile/bookmarks.html
353lib/firefox/defaults/profile/chrome/userChrome-example.css 365lib/firefox/defaults/profile/chrome/userChrome-example.css
354lib/firefox/defaults/profile/chrome/userContent-example.css 366lib/firefox/defaults/profile/chrome/userContent-example.css
355lib/firefox/defaults/profile/localstore.rdf 367lib/firefox/defaults/profile/localstore.rdf
356lib/firefox/defaults/profile/mimeTypes.rdf 368lib/firefox/defaults/profile/mimeTypes.rdf
357lib/firefox/defaults/profile/prefs.js 369lib/firefox/defaults/profile/prefs.js
358lib/firefox/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png 370lib/firefox/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png
359lib/firefox/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf 371lib/firefox/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf
360lib/firefox/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/preview.png 372lib/firefox/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/preview.png
361lib/firefox/firefox 373lib/firefox/firefox
362lib/firefox/icons/document.png 374lib/firefox/icons/document.png
363lib/firefox/icons/mozicon128.png 375lib/firefox/icons/mozicon128.png
 376lib/firefox/modules/AutocompletePopup.jsm
364lib/firefox/modules/HUDService.jsm 377lib/firefox/modules/HUDService.jsm
365lib/firefox/modules/NetworkHelper.jsm 378lib/firefox/modules/NetworkHelper.jsm
366lib/firefox/modules/NetworkPrioritizer.jsm 379lib/firefox/modules/NetworkPrioritizer.jsm
367lib/firefox/modules/PlacesUIUtils.jsm 380lib/firefox/modules/PlacesUIUtils.jsm
368lib/firefox/modules/PropertyPanel.jsm 381lib/firefox/modules/PropertyPanel.jsm
369lib/firefox/modules/distribution.js 382lib/firefox/modules/distribution.js
370lib/firefox/modules/domplate.jsm 383lib/firefox/modules/domplate.jsm
371lib/firefox/modules/openLocationLastURL.jsm 384lib/firefox/modules/openLocationLastURL.jsm
372lib/firefox/modules/services-crypto/WeaveCrypto.js 385lib/firefox/modules/services-crypto/WeaveCrypto.js
373lib/firefox/modules/services-sync/constants.js 386lib/firefox/modules/services-sync/constants.js
374lib/firefox/modules/services-sync/engines.js 387lib/firefox/modules/services-sync/engines.js
375lib/firefox/modules/services-sync/engines/bookmarks.js 388lib/firefox/modules/services-sync/engines/bookmarks.js
376lib/firefox/modules/services-sync/engines/clients.js 389lib/firefox/modules/services-sync/engines/clients.js