summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authortnn <tnn>2011-08-18 18:31:09 +0000
committertnn <tnn>2011-08-18 18:31:09 +0000
commitcbc57847aee4503a827f62f0ab9e49945adb221e (patch)
tree0b84ccf6db74c66932b8fda3107e32ba1bc20d8f /devel
parent11e14b8b1fc1a4dae20ecd9b25d575f450f42854 (diff)
downloadpkgsrc-cbc57847aee4503a827f62f0ab9e49945adb221e.tar.gz
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
Diffstat (limited to 'devel')
-rw-r--r--devel/xulrunner/Makefile6
-rw-r--r--devel/xulrunner/PLIST781
-rw-r--r--devel/xulrunner/buildlink3.mk6
-rw-r--r--devel/xulrunner/dist.mk4
-rw-r--r--devel/xulrunner/distinfo20
-rw-r--r--devel/xulrunner/mozilla-common.mk4
-rw-r--r--devel/xulrunner/patches/patch-aa18
-rw-r--r--devel/xulrunner/patches/patch-ae20
-rw-r--r--devel/xulrunner/patches/patch-as14
-rw-r--r--devel/xulrunner/patches/patch-au26
-rw-r--r--devel/xulrunner/patches/patch-bf8
-rw-r--r--devel/xulrunner/patches/patch-ipc_chromium_src_build_build__config.h6
12 files changed, 795 insertions, 118 deletions
diff --git a/devel/xulrunner/Makefile b/devel/xulrunner/Makefile
index 440dc324990..6a7b6d561a9 100644
--- a/devel/xulrunner/Makefile
+++ b/devel/xulrunner/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.52 2011/07/31 18:00:05 tnn Exp $
+# $NetBSD: Makefile,v 1.53 2011/08/18 18:31:09 tnn Exp $
.include "dist.mk"
PKGNAME= xulrunner-${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
-PKGREVISION= 1
CATEGORIES= devel www
MAINTAINER= tnn@NetBSD.org
@@ -48,5 +47,8 @@ post-install:
ln -s ${PREFIX}/lib/xulrunner-sdk/sdk/lib/libunicharutil_external_s.a \
${DESTDIR}${PREFIX}/lib/xulrunner/libunicharutil_external_s.a
${TOUCH} ${TOUCH_FLAGS} ${DESTDIR}${PREFIX}/include/xulrunner/mozilla/throw_gcc.h
+ ${INSTALL_PROGRAM_DIR} ${DESTDIR}${PREFIX}/lib/xulrunner-sdk/sdk/bin
+ ${INSTALL_SCRIPT} ${WRKSRC}/dist/sdk/bin/xpt.py \
+ ${DESTDIR}${PREFIX}/lib/xulrunner-sdk/sdk/bin
.include "../../mk/bsd.pkg.mk"
diff --git a/devel/xulrunner/PLIST b/devel/xulrunner/PLIST
index 03356d613f9..ae0a3c14586 100644
--- a/devel/xulrunner/PLIST
+++ b/devel/xulrunner/PLIST
@@ -1,7 +1,8 @@
-@comment $NetBSD: PLIST,v 1.32 2011/07/31 18:00:05 tnn Exp $
+@comment $NetBSD: PLIST,v 1.33 2011/08/18 18:31:09 tnn Exp $
bin/xulrunner
${PLIST.jit}include/xulrunner/Allocator.h
${PLIST.jit}include/xulrunner/Assembler.h
+include/xulrunner/AtkSocketAccessible.h
include/xulrunner/BasicLayers.h
include/xulrunner/CheckedInt.h
${PLIST.jit}include/xulrunner/CodeAlloc.h
@@ -161,6 +162,7 @@ include/xulrunner/jar.h
include/xulrunner/jarfile.h
include/xulrunner/js-config.h
include/xulrunner/js.msg
+include/xulrunner/jsalloc.h
include/xulrunner/jsanalyze.h
include/xulrunner/jsapi.h
include/xulrunner/jsarena.h
@@ -188,6 +190,7 @@ include/xulrunner/jsfriendapi.h
include/xulrunner/jsfun.h
include/xulrunner/jsgc.h
include/xulrunner/jsgcchunk.h
+include/xulrunner/jsgcmark.h
include/xulrunner/jsgcstats.h
include/xulrunner/jshash.h
include/xulrunner/jshashtable.h
@@ -236,6 +239,7 @@ include/xulrunner/jsval.h
include/xulrunner/jsvalue.h
include/xulrunner/jsvector.h
include/xulrunner/jsversion.h
+include/xulrunner/jsweakmap.h
include/xulrunner/jswrapper.h
include/xulrunner/jsxdrapi.h
include/xulrunner/jsxml.h
@@ -278,6 +282,7 @@ include/xulrunner/md/_win95.cfg
include/xulrunner/md/_winnt.cfg
include/xulrunner/mozAutoDocUpdate.h
include/xulrunner/mozFlushType.h
+include/xulrunner/mozIAsyncFavicons.h
include/xulrunner/mozIAsyncHistory.h
include/xulrunner/mozIJSSubScriptLoader.h
include/xulrunner/mozIPersonalDictionary.h
@@ -314,6 +319,10 @@ include/xulrunner/mozStorageHelper.h
include/xulrunner/mozcontainer.h
include/xulrunner/mozilla-config.h
include/xulrunner/mozilla/AutoRestore.h
+include/xulrunner/mozilla/BaseMargin.h
+include/xulrunner/mozilla/BasePoint.h
+include/xulrunner/mozilla/BaseRect.h
+include/xulrunner/mozilla/BaseSize.h
include/xulrunner/mozilla/BlockingResourceBase.h
include/xulrunner/mozilla/CondVar.h
include/xulrunner/mozilla/DeadlockDetector.h
@@ -331,11 +340,15 @@ include/xulrunner/mozilla/Omnijar.h
include/xulrunner/mozilla/PaintTracker.h
include/xulrunner/mozilla/PluginLibrary.h
include/xulrunner/mozilla/PluginPRLibrary.h
+include/xulrunner/mozilla/Preferences.h
+include/xulrunner/mozilla/ReentrantMonitor.h
include/xulrunner/mozilla/SSE.h
include/xulrunner/mozilla/ServiceList.h
include/xulrunner/mozilla/Services.h
include/xulrunner/mozilla/TimeStamp.h
+include/xulrunner/mozilla/Types.h
include/xulrunner/mozilla/Util.h
+include/xulrunner/mozilla/WidgetTraceEvent.h
include/xulrunner/mozilla/X11Util.h
include/xulrunner/mozilla/XPCOM.h
include/xulrunner/mozilla/arm.h
@@ -345,6 +358,7 @@ include/xulrunner/mozilla/css/GroupRule.h
include/xulrunner/mozilla/css/ImportRule.h
include/xulrunner/mozilla/css/Loader.h
include/xulrunner/mozilla/css/NameSpaceRule.h
+include/xulrunner/mozilla/css/Rule.h
include/xulrunner/mozilla/css/StyleRule.h
include/xulrunner/mozilla/docshell/OfflineCacheUpdateChild.h
include/xulrunner/mozilla/docshell/OfflineCacheUpdateParent.h
@@ -495,7 +509,6 @@ include/xulrunner/nsAString.h
include/xulrunner/nsAXPCNativeCallContext.h
include/xulrunner/nsAboutProtocolUtils.h
include/xulrunner/nsAccDocManager.h
-include/xulrunner/nsAccelerometer.h
include/xulrunner/nsAccessNode.h
include/xulrunner/nsAccessNodeWrap.h
include/xulrunner/nsAccessibilityService.h
@@ -524,6 +537,7 @@ include/xulrunner/nsBidiFrames.h
include/xulrunner/nsBidiPresUtils.h
include/xulrunner/nsBidiUtils.h
include/xulrunner/nsBindingManager.h
+include/xulrunner/nsBoundingMetrics.h
include/xulrunner/nsBuiltinDecoder.h
include/xulrunner/nsBuiltinDecoderReader.h
include/xulrunner/nsBuiltinDecoderStateMachine.h
@@ -601,6 +615,7 @@ include/xulrunner/nsDOMError.h
include/xulrunner/nsDOMEventTargetWrapperCache.h
include/xulrunner/nsDOMFile.h
include/xulrunner/nsDOMJSUtils.h
+include/xulrunner/nsDOMMediaQueryList.h
include/xulrunner/nsDOMScriptObjectHolder.h
include/xulrunner/nsDOMString.h
include/xulrunner/nsDataHashtable.h
@@ -611,6 +626,8 @@ include/xulrunner/nsDependentString.h
include/xulrunner/nsDependentSubstring.h
include/xulrunner/nsDeque.h
include/xulrunner/nsDetectionConfident.h
+include/xulrunner/nsDeviceContext.h
+include/xulrunner/nsDeviceMotion.h
include/xulrunner/nsDirectoryService.h
include/xulrunner/nsDirectoryServiceAtomList.h
include/xulrunner/nsDirectoryServiceDefs.h
@@ -633,6 +650,7 @@ include/xulrunner/nsEscape.h
include/xulrunner/nsEvent.h
include/xulrunner/nsEventDispatcher.h
include/xulrunner/nsEventQueue.h
+include/xulrunner/nsEventStateManager.h
include/xulrunner/nsEventStates.h
include/xulrunner/nsExpirationTracker.h
include/xulrunner/nsExternalHelperAppService.h
@@ -640,6 +658,7 @@ include/xulrunner/nsFastLoadService.h
include/xulrunner/nsFixedSizeAllocator.h
include/xulrunner/nsFocusManager.h
include/xulrunner/nsFont.h
+include/xulrunner/nsFontMetrics.h
include/xulrunner/nsFormSubmission.h
include/xulrunner/nsFrameList.h
include/xulrunner/nsFrameManager.h
@@ -687,12 +706,13 @@ include/xulrunner/nsHttpHeaderArray.h
include/xulrunner/nsHttpResponseHead.h
include/xulrunner/nsHyperTextAccessible.h
include/xulrunner/nsHyperTextAccessibleWrap.h
+include/xulrunner/nsHyphenationManager.h
+include/xulrunner/nsHyphenator.h
include/xulrunner/nsIASN1Object.h
include/xulrunner/nsIASN1PrintableItem.h
include/xulrunner/nsIASN1Sequence.h
include/xulrunner/nsIASN1Tree.h
include/xulrunner/nsIAboutModule.h
-include/xulrunner/nsIAccelerometer.h
include/xulrunner/nsIAccessNode.h
include/xulrunner/nsIAccessibilityService.h
include/xulrunner/nsIAccessible.h
@@ -776,7 +796,6 @@ include/xulrunner/nsICRLManager.h
include/xulrunner/nsICSSDeclaration.h
include/xulrunner/nsICSSLoaderObserver.h
include/xulrunner/nsICSSPseudoComparator.h
-include/xulrunner/nsICSSRule.h
include/xulrunner/nsICSSRuleList.h
include/xulrunner/nsICSSStyleRuleDOMWrapper.h
include/xulrunner/nsICache.h
@@ -849,7 +868,6 @@ include/xulrunner/nsIContentSerializer.h
include/xulrunner/nsIContentSink.h
include/xulrunner/nsIContentSniffer.h
include/xulrunner/nsIContentURIGrouper.h
-include/xulrunner/nsIContentUtils.h
include/xulrunner/nsIContentViewer.h
include/xulrunner/nsIContentViewerContainer.h
include/xulrunner/nsIContentViewerEdit.h
@@ -881,12 +899,10 @@ include/xulrunner/nsIDNSListener.h
include/xulrunner/nsIDNSRecord.h
include/xulrunner/nsIDNSService.h
include/xulrunner/nsIDOM3Attr.h
-include/xulrunner/nsIDOM3DocumentEvent.h
include/xulrunner/nsIDOM3EventTarget.h
include/xulrunner/nsIDOM3Node.h
include/xulrunner/nsIDOM3Text.h
include/xulrunner/nsIDOM3TypeInfo.h
-include/xulrunner/nsIDOMAbstractView.h
include/xulrunner/nsIDOMAnimationEvent.h
include/xulrunner/nsIDOMAttr.h
include/xulrunner/nsIDOMBarProp.h
@@ -925,24 +941,23 @@ include/xulrunner/nsIDOMContextMenuListener.h
include/xulrunner/nsIDOMCounter.h
include/xulrunner/nsIDOMCrypto.h
include/xulrunner/nsIDOMCryptoDialogs.h
-include/xulrunner/nsIDOMDOMConfiguration.h
+include/xulrunner/nsIDOMCustomEvent.h
include/xulrunner/nsIDOMDOMException.h
include/xulrunner/nsIDOMDOMImplementation.h
include/xulrunner/nsIDOMDOMSettableTokenList.h
include/xulrunner/nsIDOMDOMStringList.h
+include/xulrunner/nsIDOMDOMStringMap.h
include/xulrunner/nsIDOMDOMTokenList.h
include/xulrunner/nsIDOMDataContainerEvent.h
include/xulrunner/nsIDOMDataTransfer.h
include/xulrunner/nsIDOMDesktopNotification.h
+include/xulrunner/nsIDOMDeviceMotionEvent.h
+include/xulrunner/nsIDOMDeviceOrientationEvent.h
include/xulrunner/nsIDOMDocument.h
include/xulrunner/nsIDOMDocumentCSS.h
-include/xulrunner/nsIDOMDocumentEvent.h
include/xulrunner/nsIDOMDocumentFragment.h
-include/xulrunner/nsIDOMDocumentRange.h
include/xulrunner/nsIDOMDocumentStyle.h
-include/xulrunner/nsIDOMDocumentTraversal.h
include/xulrunner/nsIDOMDocumentType.h
-include/xulrunner/nsIDOMDocumentView.h
include/xulrunner/nsIDOMDocumentXBL.h
include/xulrunner/nsIDOMDragEvent.h
include/xulrunner/nsIDOMElement.h
@@ -1022,6 +1037,7 @@ include/xulrunner/nsIDOMHTMLOutputElement.h
include/xulrunner/nsIDOMHTMLParagraphElement.h
include/xulrunner/nsIDOMHTMLParamElement.h
include/xulrunner/nsIDOMHTMLPreElement.h
+include/xulrunner/nsIDOMHTMLProgressElement.h
include/xulrunner/nsIDOMHTMLQuoteElement.h
include/xulrunner/nsIDOMHTMLScriptElement.h
include/xulrunner/nsIDOMHTMLSelectElement.h
@@ -1038,6 +1054,7 @@ include/xulrunner/nsIDOMHTMLTitleElement.h
include/xulrunner/nsIDOMHTMLUListElement.h
include/xulrunner/nsIDOMHTMLUnknownElement.h
include/xulrunner/nsIDOMHTMLVideoElement.h
+include/xulrunner/nsIDOMHashChangeEvent.h
include/xulrunner/nsIDOMHistory.h
include/xulrunner/nsIDOMJSWindow.h
include/xulrunner/nsIDOMKeyEvent.h
@@ -1049,6 +1066,7 @@ include/xulrunner/nsIDOMLoadStatus.h
include/xulrunner/nsIDOMLocation.h
include/xulrunner/nsIDOMMediaError.h
include/xulrunner/nsIDOMMediaList.h
+include/xulrunner/nsIDOMMediaQueryList.h
include/xulrunner/nsIDOMMessageEvent.h
include/xulrunner/nsIDOMMimeType.h
include/xulrunner/nsIDOMMimeTypeArray.h
@@ -1094,7 +1112,6 @@ include/xulrunner/nsIDOMNotation.h
include/xulrunner/nsIDOMNotifyAudioAvailableEvent.h
include/xulrunner/nsIDOMNotifyPaintEvent.h
include/xulrunner/nsIDOMOfflineResourceList.h
-include/xulrunner/nsIDOMOrientationEvent.h
include/xulrunner/nsIDOMPageTransitionEvent.h
include/xulrunner/nsIDOMPaintRequest.h
include/xulrunner/nsIDOMPaintRequestList.h
@@ -1214,13 +1231,13 @@ include/xulrunner/nsIDOMTextListener.h
include/xulrunner/nsIDOMTimeEvent.h
include/xulrunner/nsIDOMTimeRanges.h
include/xulrunner/nsIDOMToString.h
+include/xulrunner/nsIDOMTouchEvent.h
include/xulrunner/nsIDOMTransitionEvent.h
include/xulrunner/nsIDOMTreeWalker.h
include/xulrunner/nsIDOMUIEvent.h
include/xulrunner/nsIDOMUIListener.h
include/xulrunner/nsIDOMUserDataHandler.h
include/xulrunner/nsIDOMValidityState.h
-include/xulrunner/nsIDOMViewCSS.h
include/xulrunner/nsIDOMWebGLRenderingContext.h
include/xulrunner/nsIDOMWindow.h
include/xulrunner/nsIDOMWindow2.h
@@ -1260,8 +1277,8 @@ include/xulrunner/nsIDataSignatureVerifier.h
include/xulrunner/nsIDateTimeFormat.h
include/xulrunner/nsIDebug.h
include/xulrunner/nsIDebug2.h
-include/xulrunner/nsIDeviceContext.h
include/xulrunner/nsIDeviceContextSpec.h
+include/xulrunner/nsIDeviceMotion.h
include/xulrunner/nsIDialogCreator.h
include/xulrunner/nsIDialogParamBlock.h
include/xulrunner/nsIDirIndex.h
@@ -1319,7 +1336,7 @@ include/xulrunner/nsIEnvironment.h
include/xulrunner/nsIErrorService.h
include/xulrunner/nsIEventListenerManager.h
include/xulrunner/nsIEventListenerService.h
-include/xulrunner/nsIEventStateManager.h
+include/xulrunner/nsIEventSource.h
include/xulrunner/nsIEventTarget.h
include/xulrunner/nsIException.h
include/xulrunner/nsIExceptionService.h
@@ -1356,7 +1373,6 @@ include/xulrunner/nsIFind.h
include/xulrunner/nsIFindService.h
include/xulrunner/nsIFocusManager.h
include/xulrunner/nsIFontEnumerator.h
-include/xulrunner/nsIFontMetrics.h
include/xulrunner/nsIForm.h
include/xulrunner/nsIFormAutoComplete.h
include/xulrunner/nsIFormControl.h
@@ -1376,6 +1392,7 @@ include/xulrunner/nsIFrameTraversal.h
include/xulrunner/nsIFrameUtil.h
include/xulrunner/nsIGConfService.h
include/xulrunner/nsIGIOService.h
+include/xulrunner/nsIGSettingsService.h
include/xulrunner/nsIGenKeypairInfoDlg.h
include/xulrunner/nsIGeolocationProvider.h
include/xulrunner/nsIGfxInfo.h
@@ -1437,9 +1454,7 @@ include/xulrunner/nsIIconURI.h
include/xulrunner/nsIIdentityInfo.h
include/xulrunner/nsIIdleService.h
include/xulrunner/nsIImageDocument.h
-include/xulrunner/nsIImageFrame.h
include/xulrunner/nsIImageLoadingContent.h
-include/xulrunner/nsIImageMap.h
include/xulrunner/nsIImageToPixbuf.h
include/xulrunner/nsIIncrementalDownload.h
include/xulrunner/nsIIndexedDatabaseManager.h
@@ -1496,15 +1511,14 @@ include/xulrunner/nsIMIMEHeaderParam.h
include/xulrunner/nsIMIMEInfo.h
include/xulrunner/nsIMIMEInputStream.h
include/xulrunner/nsIMIMEService.h
-include/xulrunner/nsIMacLocale.h
include/xulrunner/nsIMarkupDocumentViewer.h
include/xulrunner/nsIMemory.h
include/xulrunner/nsIMemoryReporter.h
include/xulrunner/nsIMenuBoxObject.h
include/xulrunner/nsIMenuFrame.h
include/xulrunner/nsIMenuRollup.h
-include/xulrunner/nsIMicrosummaryService.h
include/xulrunner/nsIModule.h
+include/xulrunner/nsIMozWebSocket.h
include/xulrunner/nsIMultiPartChannel.h
include/xulrunner/nsIMultiplexInputStream.h
include/xulrunner/nsIMutable.h
@@ -1559,11 +1573,9 @@ include/xulrunner/nsIPipe.h
include/xulrunner/nsIPlacesImportExportService.h
include/xulrunner/nsIPlaintextEditor.h
include/xulrunner/nsIPlatformCharset.h
-include/xulrunner/nsIPlugin.h
include/xulrunner/nsIPluginDocument.h
include/xulrunner/nsIPluginHost.h
include/xulrunner/nsIPluginInputStream.h
-include/xulrunner/nsIPluginInstance.h
include/xulrunner/nsIPluginInstanceOwner.h
include/xulrunner/nsIPluginStreamInfo.h
include/xulrunner/nsIPluginStreamListener.h
@@ -1657,7 +1669,6 @@ include/xulrunner/nsIRefreshURI.h
include/xulrunner/nsIRegion.h
include/xulrunner/nsIRelativeFilePref.h
include/xulrunner/nsIRemoteService.h
-include/xulrunner/nsIRenderingContext.h
include/xulrunner/nsIRequest.h
include/xulrunner/nsIRequestObserver.h
include/xulrunner/nsIRequestObserverProxy.h
@@ -1775,6 +1786,7 @@ include/xulrunner/nsIStringBundleOverride.h
include/xulrunner/nsIStringCharsetDetector.h
include/xulrunner/nsIStringEnumerator.h
include/xulrunner/nsIStringStream.h
+include/xulrunner/nsIStructuredCloneContainer.h
include/xulrunner/nsIStyleRule.h
include/xulrunner/nsIStyleRuleProcessor.h
include/xulrunner/nsIStyleSheet.h
@@ -1800,6 +1812,7 @@ include/xulrunner/nsITableCellLayout.h
include/xulrunner/nsITableEditor.h
include/xulrunner/nsITableLayout.h
include/xulrunner/nsITaggingService.h
+include/xulrunner/nsITelemetry.h
include/xulrunner/nsITextControlElement.h
include/xulrunner/nsITextControlFrame.h
include/xulrunner/nsITextScroll.h
@@ -1807,12 +1820,12 @@ include/xulrunner/nsITextService.h
include/xulrunner/nsITextServicesDocument.h
include/xulrunner/nsITextServicesFilter.h
include/xulrunner/nsITextToSubURI.h
-include/xulrunner/nsIThebesFontMetrics.h
include/xulrunner/nsITheme.h
include/xulrunner/nsIThread.h
include/xulrunner/nsIThreadInternal.h
include/xulrunner/nsIThreadManager.h
include/xulrunner/nsIThreadPool.h
+include/xulrunner/nsITimedChannel.h
include/xulrunner/nsITimelineService.h
include/xulrunner/nsITimer.h
include/xulrunner/nsITokenDialogs.h
@@ -1858,7 +1871,6 @@ include/xulrunner/nsIUnicharBuffer.h
include/xulrunner/nsIUnicharInputStream.h
include/xulrunner/nsIUnicharLineInputStream.h
include/xulrunner/nsIUnicharOutputStream.h
-include/xulrunner/nsIUnicharStreamListener.h
include/xulrunner/nsIUnicharStreamLoader.h
include/xulrunner/nsIUnicodeDecoder.h
include/xulrunner/nsIUnicodeEncoder.h
@@ -1901,10 +1913,9 @@ include/xulrunner/nsIWebProgress.h
include/xulrunner/nsIWebProgressListener.h
include/xulrunner/nsIWebProgressListener2.h
include/xulrunner/nsIWebShellServices.h
-include/xulrunner/nsIWebSocket.h
+include/xulrunner/nsIWebSocketProtocol.h
include/xulrunner/nsIWebappsSupport.h
include/xulrunner/nsIWidget.h
-include/xulrunner/nsIWin32Locale.h
include/xulrunner/nsIWindowCreator.h
include/xulrunner/nsIWindowCreator2.h
include/xulrunner/nsIWindowDataSource.h
@@ -1936,7 +1947,6 @@ include/xulrunner/nsIXPConnect.h
include/xulrunner/nsIXPathEvaluatorInternal.h
include/xulrunner/nsIXSLTException.h
include/xulrunner/nsIXSLTProcessor.h
-include/xulrunner/nsIXSLTProcessorObsolete.h
include/xulrunner/nsIXSLTProcessorPrivate.h
include/xulrunner/nsIXTFAttributeHandler.h
include/xulrunner/nsIXTFElement.h
@@ -1988,6 +1998,7 @@ include/xulrunner/nsMimeTypes.h
include/xulrunner/nsMorkReader.h
include/xulrunner/nsMultiplexInputStream.h
include/xulrunner/nsMutationEvent.h
+include/xulrunner/nsNPAPIPluginInstance.h
include/xulrunner/nsNativeCharsetUtils.h
include/xulrunner/nsNativeWidget.h
include/xulrunner/nsNetCID.h
@@ -2016,11 +2027,14 @@ include/xulrunner/nsPIWindowRoot.h
include/xulrunner/nsPIWindowWatcher.h
include/xulrunner/nsPLDOMEvent.h
include/xulrunner/nsParserCIID.h
-include/xulrunner/nsParserDataListener.h
+include/xulrunner/nsPluginDirServiceProvider.h
include/xulrunner/nsPluginError.h
+include/xulrunner/nsPluginHost.h
include/xulrunner/nsPluginLogging.h
include/xulrunner/nsPluginNativeWindow.h
+include/xulrunner/nsPluginTags.h
include/xulrunner/nsPluginsCID.h
+include/xulrunner/nsPluginsDir.h
include/xulrunner/nsPoint.h
include/xulrunner/nsPresContext.h
include/xulrunner/nsPresState.h
@@ -2044,6 +2058,7 @@ include/xulrunner/nsRefPtrHashtable.h
include/xulrunner/nsReferencedElement.h
include/xulrunner/nsRefreshDriver.h
include/xulrunner/nsRegion.h
+include/xulrunner/nsRenderingContext.h
include/xulrunner/nsRootAccessibleWrap.h
include/xulrunner/nsRuleData.h
include/xulrunner/nsRuleNode.h
@@ -2087,6 +2102,7 @@ include/xulrunner/nsStringFwd.h
include/xulrunner/nsStringGlue.h
include/xulrunner/nsStringIterator.h
include/xulrunner/nsStringStream.h
+include/xulrunner/nsStructuredCloneContainer.h
include/xulrunner/nsStubDocumentObserver.h
include/xulrunner/nsStubImageDecoderObserver.h
include/xulrunner/nsStubMutationObserver.h
@@ -2164,6 +2180,7 @@ include/xulrunner/nsWhitespaceTokenizer.h
include/xulrunner/nsWidgetInitData.h
include/xulrunner/nsWidgetsCID.h
include/xulrunner/nsWildCard.h
+include/xulrunner/nsWin32Locale.h
include/xulrunner/nsWrapperCache.h
include/xulrunner/nsXBLBinding.h
include/xulrunner/nsXMLEncodingCID.h
@@ -2424,6 +2441,10 @@ include/xulrunner/txINodeSet.h
include/xulrunner/txIXPathObject.h
include/xulrunner/uconvutil.h
include/xulrunner/utilrename.h
+include/xulrunner/vm/ArgumentsObject.h
+include/xulrunner/vm/GlobalObject.h
+include/xulrunner/vm/Stack.h
+include/xulrunner/vm/StringObject.h
include/xulrunner/vorbis/codec.h
include/xulrunner/vpx/arm.h
include/xulrunner/vpx/config.h
@@ -2481,6 +2502,7 @@ lib/xulrunner-sdk/bin
lib/xulrunner-sdk/idl
lib/xulrunner-sdk/include
lib/xulrunner-sdk/lib
+lib/xulrunner-sdk/sdk/bin/xpt.py
lib/xulrunner-sdk/sdk/lib/libcrmf.a
lib/xulrunner-sdk/sdk/lib/libmozalloc.so
lib/xulrunner-sdk/sdk/lib/libmozreg_s.a
@@ -2503,15 +2525,668 @@ lib/xulrunner-sdk/xpcom-config.h
lib/xulrunner/LICENSE
lib/xulrunner/README.txt
lib/xulrunner/chrome.manifest
-lib/xulrunner/chrome/en-US.jar
lib/xulrunner/chrome/en-US.manifest
+lib/xulrunner/chrome/en-US/locale/en-US/alerts/notificationNames.properties
+lib/xulrunner/chrome/en-US/locale/en-US/autoconfig/autoconfig.properties
+lib/xulrunner/chrome/en-US/locale/en-US/cookie/cookieAcceptDialog.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/cookie/cookieAcceptDialog.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global-platform/mac/accessible.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global-platform/mac/intl.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global-platform/mac/platformKeys.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global-platform/unix/accessible.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global-platform/unix/intl.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global-platform/unix/platformKeys.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global-platform/win/accessible.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global-platform/win/intl.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global-platform/win/platformKeys.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global-region/region.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/about.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/aboutAbout.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/aboutRights.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/aboutRights.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/aboutSupport.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/aboutSupport.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/actions.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/appPicker.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/appstrings.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/brand.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/browser.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/charsetOverlay.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/charsetTitles.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/commonDialog.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/commonDialogs.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/config.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/config.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/console.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/console.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/contentAreaCommands.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/crashes.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/crashes.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/css.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/customizeCharset.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/customizeToolbar.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/customizeToolbar.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/dateFormat.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/datetimepicker.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/dialog.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/dialogOverlay.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/dom/dom.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/downloadProgress.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/editMenuOverlay.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/filefield.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/filepicker.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/filepicker.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/findbar.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/findbar.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/finddialog.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/finddialog.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/global-strres.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/global.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/globalKeys.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/headsUpDisplay.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/intl.css
+lib/xulrunner/chrome/en-US/locale/en-US/global/intl.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/keys.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/languageNames.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/layout/HtmlForm.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/layout/MediaDocument.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/layout/xmlparser.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/layout_errors.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/mozilla.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/netError.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/netErrorApp.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/notification.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/nsWebBrowserPersist.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/plugins.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/preferences.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/printPageSetup.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/printPreview.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/printPreviewProgress.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/printProgress.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/printdialog.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/printdialog.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/printing.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/printjoboptions.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/regionNames.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/search/search.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/security/caps.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/storage.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/svg/svg.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/textcontext.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/tree.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/videocontrols.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/viewSource.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/viewSource.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/webConsole.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/wizard.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/wizard.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/xbl.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/xml/prettyprint.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/xpinstall/xpinstall.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/xslt/xslt.properties
+lib/xulrunner/chrome/en-US/locale/en-US/global/xul.properties
+lib/xulrunner/chrome/en-US/locale/en-US/mozapps/downloads/downloads.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/mozapps/downloads/downloads.properties
+lib/xulrunner/chrome/en-US/locale/en-US/mozapps/downloads/settingsChange.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/mozapps/downloads/unknownContentType.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/mozapps/downloads/unknownContentType.properties
+lib/xulrunner/chrome/en-US/locale/en-US/mozapps/extensions/about.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/mozapps/extensions/blocklist.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/mozapps/extensions/extensions.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/mozapps/extensions/extensions.properties
+lib/xulrunner/chrome/en-US/locale/en-US/mozapps/extensions/update.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/mozapps/extensions/update.properties
+lib/xulrunner/chrome/en-US/locale/en-US/mozapps/handling/handling.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/mozapps/handling/handling.properties
+lib/xulrunner/chrome/en-US/locale/en-US/mozapps/plugins/plugins.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/mozapps/plugins/plugins.properties
+lib/xulrunner/chrome/en-US/locale/en-US/mozapps/preferences/changemp.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/mozapps/preferences/ocsp.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/mozapps/preferences/preferences.properties
+lib/xulrunner/chrome/en-US/locale/en-US/mozapps/preferences/removemp.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/mozapps/profile/createProfileWizard.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/mozapps/profile/profileSelection.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/mozapps/profile/profileSelection.properties
+lib/xulrunner/chrome/en-US/locale/en-US/mozapps/update/history.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/mozapps/update/updates.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/mozapps/update/updates.properties
+lib/xulrunner/chrome/en-US/locale/en-US/mozapps/xpinstall/xpinstallConfirm.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/mozapps/xpinstall/xpinstallConfirm.properties
+lib/xulrunner/chrome/en-US/locale/en-US/necko/necko.properties
+lib/xulrunner/chrome/en-US/locale/en-US/passwordmgr/passwordManager.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/passwordmgr/passwordmgr.properties
+lib/xulrunner/chrome/en-US/locale/en-US/pipnss/nsserrors.properties
+lib/xulrunner/chrome/en-US/locale/en-US/pipnss/pipnss.properties
+lib/xulrunner/chrome/en-US/locale/en-US/pipnss/security.properties
+lib/xulrunner/chrome/en-US/locale/en-US/pippki/certManager.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/pippki/deviceManager.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/pippki/pippki.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/pippki/pippki.properties
+lib/xulrunner/chrome/en-US/locale/en-US/pippki/validation.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/places/places.properties
lib/xulrunner/chrome/icons/default/default16.png
lib/xulrunner/chrome/icons/default/default32.png
lib/xulrunner/chrome/icons/default/default48.png
-lib/xulrunner/chrome/pippki.jar
lib/xulrunner/chrome/pippki.manifest
-lib/xulrunner/chrome/toolkit.jar
+lib/xulrunner/chrome/pippki/content/pippki/CAOverlay.xul
+lib/xulrunner/chrome/pippki/content/pippki/MineOverlay.xul
+lib/xulrunner/chrome/pippki/content/pippki/OrphanOverlay.xul
+lib/xulrunner/chrome/pippki/content/pippki/OthersOverlay.xul
+lib/xulrunner/chrome/pippki/content/pippki/WebSitesOverlay.xul
+lib/xulrunner/chrome/pippki/content/pippki/cacertexists.xul
+lib/xulrunner/chrome/pippki/content/pippki/certDump.xul
+lib/xulrunner/chrome/pippki/content/pippki/certManager.js
+lib/xulrunner/chrome/pippki/content/pippki/certManager.xul
+lib/xulrunner/chrome/pippki/content/pippki/certViewer.xul
+lib/xulrunner/chrome/pippki/content/pippki/certerror.js
+lib/xulrunner/chrome/pippki/content/pippki/certerror.xul
+lib/xulrunner/chrome/pippki/content/pippki/certpicker.js
+lib/xulrunner/chrome/pippki/content/pippki/certpicker.xul
+lib/xulrunner/chrome/pippki/content/pippki/changepassword.xul
+lib/xulrunner/chrome/pippki/content/pippki/choosetoken.js
+lib/xulrunner/chrome/pippki/content/pippki/choosetoken.xul
+lib/xulrunner/chrome/pippki/content/pippki/clientauthask.js
+lib/xulrunner/chrome/pippki/content/pippki/clientauthask.xul
+lib/xulrunner/chrome/pippki/content/pippki/createCertInfo.js
+lib/xulrunner/chrome/pippki/content/pippki/createCertInfo.xul
+lib/xulrunner/chrome/pippki/content/pippki/crlImportDialog.js
+lib/xulrunner/chrome/pippki/content/pippki/crlImportDialog.xul
+lib/xulrunner/chrome/pippki/content/pippki/crlManager.js
+lib/xulrunner/chrome/pippki/content/pippki/crlManager.xul
+lib/xulrunner/chrome/pippki/content/pippki/deletecert.js
+lib/xulrunner/chrome/pippki/content/pippki/deletecert.xul
+lib/xulrunner/chrome/pippki/content/pippki/device_manager.js
+lib/xulrunner/chrome/pippki/content/pippki/device_manager.xul
+lib/xulrunner/chrome/pippki/content/pippki/downloadcert.js
+lib/xulrunner/chrome/pippki/content/pippki/downloadcert.xul
+lib/xulrunner/chrome/pippki/content/pippki/editcacert.xul
+lib/xulrunner/chrome/pippki/content/pippki/editcerts.js
+lib/xulrunner/chrome/pippki/content/pippki/editemailcert.xul
+lib/xulrunner/chrome/pippki/content/pippki/editsslcert.xul
+lib/xulrunner/chrome/pippki/content/pippki/escrowWarn.js
+lib/xulrunner/chrome/pippki/content/pippki/escrowWarn.xul
+lib/xulrunner/chrome/pippki/content/pippki/exceptionDialog.js
+lib/xulrunner/chrome/pippki/content/pippki/exceptionDialog.xul
+lib/xulrunner/chrome/pippki/content/pippki/formsigning.js
+lib/xulrunner/chrome/pippki/content/pippki/formsigning.xul
+lib/xulrunner/chrome/pippki/content/pippki/getp12password.xul
+lib/xulrunner/chrome/pippki/content/pippki/getpassword.xul
+lib/xulrunner/chrome/pippki/content/pippki/load_device.xul
+lib/xulrunner/chrome/pippki/content/pippki/password.js
+lib/xulrunner/chrome/pippki/content/pippki/pippki.js
+lib/xulrunner/chrome/pippki/content/pippki/pref-crlupdate.js
+lib/xulrunner/chrome/pippki/content/pippki/pref-crlupdate.xul
+lib/xulrunner/chrome/pippki/content/pippki/protectedAuth.js
+lib/xulrunner/chrome/pippki/content/pippki/protectedAuth.xul
+lib/xulrunner/chrome/pippki/content/pippki/resetpassword.js
+lib/xulrunner/chrome/pippki/content/pippki/resetpassword.xul
+lib/xulrunner/chrome/pippki/content/pippki/serverCrlNextupdate.js
+lib/xulrunner/chrome/pippki/content/pippki/serverCrlNextupdate.xul
+lib/xulrunner/chrome/pippki/content/pippki/setp12password.xul
+lib/xulrunner/chrome/pippki/content/pippki/viewCertDetails.js
+lib/xulrunner/chrome/pippki/content/pippki/viewCertDetails.xul
lib/xulrunner/chrome/toolkit.manifest
+lib/xulrunner/chrome/toolkit/content/cookie/cookieAcceptDialog.js
+lib/xulrunner/chrome/toolkit/content/cookie/cookieAcceptDialog.xul
+lib/xulrunner/chrome/toolkit/content/global/XPCNativeWrapper.js
+lib/xulrunner/chrome/toolkit/content/global/about.xhtml
+lib/xulrunner/chrome/toolkit/content/global/aboutAbout.xhtml
+lib/xulrunner/chrome/toolkit/content/global/aboutMemory.css
+lib/xulrunner/chrome/toolkit/content/global/aboutMemory.js
+lib/xulrunner/chrome/toolkit/content/global/aboutMemory.xhtml
+lib/xulrunner/chrome/toolkit/content/global/aboutRights-unbranded.xhtml
+lib/xulrunner/chrome/toolkit/content/global/aboutRights.xhtml
+lib/xulrunner/chrome/toolkit/content/global/aboutSupport.js
+lib/xulrunner/chrome/toolkit/content/global/aboutSupport.xhtml
+lib/xulrunner/chrome/toolkit/content/global/alerts/alert.js
+lib/xulrunner/chrome/toolkit/content/global/alerts/alert.xul
+lib/xulrunner/chrome/toolkit/content/global/appPicker.js
+lib/xulrunner/chrome/toolkit/content/global/appPicker.xul
+lib/xulrunner/chrome/toolkit/content/global/bindings/autocomplete.xml
+lib/xulrunner/chrome/toolkit/content/global/bindings/browser.xml
+lib/xulrunner/chrome/toolkit/content/global/bindings/button.xml
+lib/xulrunner/chrome/toolkit/content/global/bindings/checkbox.xml
+lib/xulrunner/chrome/toolkit/content/global/bindings/colorpicker.xml
+lib/xulrunner/chrome/toolkit/content/global/bindings/datetimepicker.xml
+lib/xulrunner/chrome/toolkit/content/global/bindings/dialog.xml
+lib/xulrunner/chrome/toolkit/content/global/bindings/editor.xml
+lib/xulrunner/chrome/toolkit/content/global/bindings/expander.xml
+lib/xulrunner/chrome/toolkit/content/global/bindings/filefield.xml
+lib/xulrunner/chrome/toolkit/content/global/bindings/findbar.xml
+lib/xulrunner/chrome/toolkit/content/global/bindings/general.xml
+lib/xulrunner/chrome/toolkit/content/global/bindings/groupbox.xml
+lib/xulrunner/chrome/toolkit/content/global/bindings/listbox.xml
+lib/xulrunner/chrome/toolkit/content/global/bindings/menu.xml
+lib/xulrunner/chrome/toolkit/content/global/bindings/menulist.xml
+lib/xulrunner/chrome/toolkit/content/global/bindings/notification.xml
+lib/xulrunner/chrome/toolkit/content/global/bindings/numberbox.xml
+lib/xulrunner/chrome/toolkit/content/global/bindings/popup.xml
+lib/xulrunner/chrome/toolkit/content/global/bindings/preferences.xml
+lib/xulrunner/chrome/toolkit/content/global/bindings/progressmeter.xml
+lib/xulrunner/chrome/toolkit/content/global/bindings/radio.xml
+lib/xulrunner/chrome/toolkit/content/global/bindings/resizer.xml
+lib/xulrunner/chrome/toolkit/content/global/bindings/richlistbox.xml
+lib/xulrunner/chrome/toolkit/content/global/bindings/scale.xml
+lib/xulrunner/chrome/toolkit/content/global/bindings/scrollbar.xml
+lib/xulrunner/chrome/toolkit/content/global/bindings/scrollbox.xml
+lib/xulrunner/chrome/toolkit/content/global/bindings/spinbuttons.xml
+lib/xulrunner/chrome/toolkit/content/global/bindings/splitter.xml
+lib/xulrunner/chrome/toolkit/content/global/bindings/stringbundle.xml
+lib/xulrunner/chrome/toolkit/content/global/bindings/tabbox.xml
+lib/xulrunner/chrome/toolkit/content/global/bindings/text.xml
+lib/xulrunner/chrome/toolkit/content/global/bindings/textbox.xml
+lib/xulrunner/chrome/toolkit/content/global/bindings/toolbar.xml
+lib/xulrunner/chrome/toolkit/content/global/bindings/toolbarbutton.xml
+lib/xulrunner/chrome/toolkit/content/global/bindings/tree.xml
+lib/xulrunner/chrome/toolkit/content/global/bindings/videocontrols.css
+lib/xulrunner/chrome/toolkit/content/global/bindings/videocontrols.xml
+lib/xulrunner/chrome/toolkit/content/global/bindings/wizard.xml
+lib/xulrunner/chrome/toolkit/content/global/buildconfig.html
+lib/xulrunner/chrome/toolkit/content/global/charsetOverlay.js
+lib/xulrunner/chrome/toolkit/content/global/charsetOverlay.xul
+lib/xulrunner/chrome/toolkit/content/global/commonDialog.css
+lib/xulrunner/chrome/toolkit/content/global/commonDialog.js
+lib/xulrunner/chrome/toolkit/content/global/commonDialog.xul
+lib/xulrunner/chrome/toolkit/content/global/config.js
+lib/xulrunner/chrome/toolkit/content/global/config.xul
+lib/xulrunner/chrome/toolkit/content/global/console.css
+lib/xulrunner/chrome/toolkit/content/global/console.js
+lib/xulrunner/chrome/toolkit/content/global/console.xul
+lib/xulrunner/chrome/toolkit/content/global/consoleBindings.xml
+lib/xulrunner/chrome/toolkit/content/global/contentAreaUtils.js
+lib/xulrunner/chrome/toolkit/content/global/cpow/child.html
+lib/xulrunner/chrome/toolkit/content/global/cpow/test.xul
+lib/xulrunner/chrome/toolkit/content/global/customizeCharset.js
+lib/xulrunner/chrome/toolkit/content/global/customizeCharset.xul
+lib/xulrunner/chrome/toolkit/content/global/customizeToolbar.css
+lib/xulrunner/chrome/toolkit/content/global/customizeToolbar.js
+lib/xulrunner/chrome/toolkit/content/global/customizeToolbar.xul
+lib/xulrunner/chrome/toolkit/content/global/dialogOverlay.js
+lib/xulrunner/chrome/toolkit/content/global/dialogOverlay.xul
+lib/xulrunner/chrome/toolkit/content/global/directionDetector.html
+lib/xulrunner/chrome/toolkit/content/global/editMenuOverlay.js
+lib/xulrunner/chrome/toolkit/content/global/editMenuOverlay.xul
+lib/xulrunner/chrome/toolkit/content/global/filepicker.js
+lib/xulrunner/chrome/toolkit/content/global/filepicker.properties
+lib/xulrunner/chrome/toolkit/content/global/filepicker.xul
+lib/xulrunner/chrome/toolkit/content/global/findUtils.js
+lib/xulrunner/chrome/toolkit/content/global/finddialog.js
+lib/xulrunner/chrome/toolkit/content/global/finddialog.xul
+lib/xulrunner/chrome/toolkit/content/global/globalOverlay.js
+lib/xulrunner/chrome/toolkit/content/global/globalOverlay.xul
+lib/xulrunner/chrome/toolkit/content/global/inlineSpellCheckUI.js
+lib/xulrunner/chrome/toolkit/content/global/license.html
+lib/xulrunner/chrome/toolkit/content/global/menulist.css
+lib/xulrunner/chrome/toolkit/content/global/mozilla.xhtml
+lib/xulrunner/chrome/toolkit/content/global/netError.xhtml
+lib/xulrunner/chrome/toolkit/content/global/notfound.wav
+lib/xulrunner/chrome/toolkit/content/global/nsClipboard.js
+lib/xulrunner/chrome/toolkit/content/global/nsDragAndDrop.js
+lib/xulrunner/chrome/toolkit/content/global/nsUserSettings.js
+lib/xulrunner/chrome/toolkit/content/global/platformHTMLBindings.xml
+lib/xulrunner/chrome/toolkit/content/global/plugins.css
+lib/xulrunner/chrome/toolkit/content/global/plugins.html
+lib/xulrunner/chrome/toolkit/content/global/printPageSetup.js
+lib/xulrunner/chrome/toolkit/content/global/printPageSetup.xul
+lib/xulrunner/chrome/toolkit/content/global/printPreviewBindings.xml
+lib/xulrunner/chrome/toolkit/content/global/printPreviewProgress.js
+lib/xulrunner/chrome/toolkit/content/global/printPreviewProgress.xul
+lib/xulrunner/chrome/toolkit/content/global/printProgress.js
+lib/xulrunner/chrome/toolkit/content/global/printProgress.xul
+lib/xulrunner/chrome/toolkit/content/global/printUtils.js
+lib/xulrunner/chrome/toolkit/content/global/printdialog.js
+lib/xulrunner/chrome/toolkit/content/global/printdialog.xul
+lib/xulrunner/chrome/toolkit/content/global/printjoboptions.js
+lib/xulrunner/chrome/toolkit/content/global/printjoboptions.xul
+lib/xulrunner/chrome/toolkit/content/global/remote-test-ipc.js
+lib/xulrunner/chrome/toolkit/content/global/selectDialog.js
+lib/xulrunner/chrome/toolkit/content/global/selectDialog.xul
+lib/xulrunner/chrome/toolkit/content/global/strres.js
+lib/xulrunner/chrome/toolkit/content/global/svg/svgBindings.xml
+lib/xulrunner/chrome/toolkit/content/global/tabprompts.css
+lib/xulrunner/chrome/toolkit/content/global/tabprompts.xml
+lib/xulrunner/chrome/toolkit/content/global/test-ipc.xul
+lib/xulrunner/chrome/toolkit/content/global/test-ipcbrowser-chrome.js
+lib/xulrunner/chrome/toolkit/content/global/test-ipcbrowser-content.js
+lib/xulrunner/chrome/toolkit/content/global/test-ipcbrowser.xul
+lib/xulrunner/chrome/toolkit/content/global/textbox.css
+lib/xulrunner/chrome/toolkit/content/global/viewPartialSource.js
+lib/xulrunner/chrome/toolkit/content/global/viewPartialSource.xul
+lib/xulrunner/chrome/toolkit/content/global/viewSource.css
+lib/xulrunner/chrome/toolkit/content/global/viewSource.js
+lib/xulrunner/chrome/toolkit/content/global/viewSource.xul
+lib/xulrunner/chrome/toolkit/content/global/viewSourceUtils.js
+lib/xulrunner/chrome/toolkit/content/global/viewZoomOverlay.js
+lib/xulrunner/chrome/toolkit/content/global/xml/XMLMonoPrint.css
+lib/xulrunner/chrome/toolkit/content/global/xml/XMLPrettyPrint.css
+lib/xulrunner/chrome/toolkit/content/global/xml/XMLPrettyPrint.xml
+lib/xulrunner/chrome/toolkit/content/global/xml/XMLPrettyPrint.xsl
+lib/xulrunner/chrome/toolkit/content/global/xul.css
+lib/xulrunner/chrome/toolkit/content/mozapps/downloads/DownloadProgressListener.js
+lib/xulrunner/chrome/toolkit/content/mozapps/downloads/download.xml
+lib/xulrunner/chrome/toolkit/content/mozapps/downloads/downloads.css
+lib/xulrunner/chrome/toolkit/content/mozapps/downloads/downloads.js
+lib/xulrunner/chrome/toolkit/content/mozapps/downloads/downloads.xul
+lib/xulrunner/chrome/toolkit/content/mozapps/downloads/helperApps.js
+lib/xulrunner/chrome/toolkit/content/mozapps/downloads/unknownContentType.xul
+lib/xulrunner/chrome/toolkit/content/mozapps/extensions/about.js
+lib/xulrunner/chrome/toolkit/content/mozapps/extensions/about.xul
+lib/xulrunner/chrome/toolkit/content/mozapps/extensions/blocklist.css
+lib/xulrunner/chrome/toolkit/content/mozapps/extensions/blocklist.js
+lib/xulrunner/chrome/toolkit/content/mozapps/extensions/blocklist.xml
+lib/xulrunner/chrome/toolkit/content/mozapps/extensions/blocklist.xul
+lib/xulrunner/chrome/toolkit/content/mozapps/extensions/eula.js
+lib/xulrunner/chrome/toolkit/content/mozapps/extensions/eula.xul
+lib/xulrunner/chrome/toolkit/content/mozapps/extensions/extensions-content.js
+lib/xulrunner/chrome/toolkit/content/mozapps/extensions/extensions.css
+lib/xulrunner/chrome/toolkit/content/mozapps/extensions/extensions.js
+lib/xulrunner/chrome/toolkit/content/mozapps/extensions/extensions.xml
+lib/xulrunner/chrome/toolkit/content/mozapps/extensions/extensions.xul
+lib/xulrunner/chrome/toolkit/content/mozapps/extensions/list.js
+lib/xulrunner/chrome/toolkit/content/mozapps/extensions/list.xul
+lib/xulrunner/chrome/toolkit/content/mozapps/extensions/update.js
+lib/xulrunner/chrome/toolkit/content/mozapps/extensions/update.xul
+lib/xulrunner/chrome/toolkit/content/mozapps/extensions/updateinfo.xsl
+lib/xulrunner/chrome/toolkit/content/mozapps/handling/dialog.js
+lib/xulrunner/chrome/toolkit/content/mozapps/handling/dialog.xul
+lib/xulrunner/chrome/toolkit/content/mozapps/handling/handler.css
+lib/xulrunner/chrome/toolkit/content/mozapps/handling/handler.xml
+lib/xulrunner/chrome/toolkit/content/mozapps/plugins/pluginFinderBinding.css
+lib/xulrunner/chrome/toolkit/content/mozapps/plugins/pluginInstallerDatasource.js
+lib/xulrunner/chrome/toolkit/content/mozapps/plugins/pluginInstallerService.js
+lib/xulrunner/chrome/toolkit/content/mozapps/plugins/pluginInstallerWizard.css
+lib/xulrunner/chrome/toolkit/content/mozapps/plugins/pluginInstallerWizard.js
+lib/xulrunner/chrome/toolkit/content/mozapps/plugins/pluginInstallerWizard.xul
+lib/xulrunner/chrome/toolkit/content/mozapps/plugins/pluginProblem.xml
+lib/xulrunner/chrome/toolkit/content/mozapps/plugins/pluginProblemBinding.css
+lib/xulrunner/chrome/toolkit/content/mozapps/plugins/pluginProblemContent.css
+lib/xulrunner/chrome/toolkit/content/mozapps/preferences/changemp.js
+lib/xulrunner/chrome/toolkit/content/mozapps/preferences/changemp.xul
+lib/xulrunner/chrome/toolkit/content/mozapps/preferences/fontbuilder.js
+lib/xulrunner/chrome/toolkit/content/mozapps/preferences/ocsp.js
+lib/xulrunner/chrome/toolkit/content/mozapps/preferences/ocsp.xul
+lib/xulrunner/chrome/toolkit/content/mozapps/preferences/removemp.js
+lib/xulrunner/chrome/toolkit/content/mozapps/preferences/removemp.xul
+lib/xulrunner/chrome/toolkit/content/mozapps/profile/createProfileWizard.js
+lib/xulrunner/chrome/toolkit/content/mozapps/profile/createProfileWizard.xul
+lib/xulrunner/chrome/toolkit/content/mozapps/profile/profileSelection.js
+lib/xulrunner/chrome/toolkit/content/mozapps/profile/profileSelection.xul
+lib/xulrunner/chrome/toolkit/content/mozapps/update/history.js
+lib/xulrunner/chrome/toolkit/content/mozapps/update/history.xul
+lib/xulrunner/chrome/toolkit/content/mozapps/update/updates.css
+lib/xulrunner/chrome/toolkit/content/mozapps/update/updates.js
+lib/xulrunner/chrome/toolkit/content/mozapps/update/updates.xml
+lib/xulrunner/chrome/toolkit/content/mozapps/update/updates.xul
+lib/xulrunner/chrome/toolkit/content/mozapps/xpinstall/xpinstallConfirm.css
+lib/xulrunner/chrome/toolkit/content/mozapps/xpinstall/xpinstallConfirm.js
+lib/xulrunner/chrome/toolkit/content/mozapps/xpinstall/xpinstallConfirm.xul
+lib/xulrunner/chrome/toolkit/content/mozapps/xpinstall/xpinstallItem.xml
+lib/xulrunner/chrome/toolkit/content/passwordmgr/passwordManager.js
+lib/xulrunner/chrome/toolkit/content/passwordmgr/passwordManager.xul
+lib/xulrunner/chrome/toolkit/content/passwordmgr/passwordManagerCommon.js
+lib/xulrunner/chrome/toolkit/content/passwordmgr/passwordManagerExceptions.js
+lib/xulrunner/chrome/toolkit/content/passwordmgr/passwordManagerExceptions.xul
+lib/xulrunner/chrome/toolkit/content/satchel/formSubmitListener.js
+lib/xulrunner/chrome/toolkit/content/xbl-marquee/xbl-marquee.css
+lib/xulrunner/chrome/toolkit/content/xbl-marquee/xbl-marquee.xml
+lib/xulrunner/chrome/toolkit/res/arrow.gif
+lib/xulrunner/chrome/toolkit/res/arrowd.gif
+lib/xulrunner/chrome/toolkit/res/broken-image.png
+lib/xulrunner/chrome/toolkit/res/charsetData.properties
+lib/xulrunner/chrome/toolkit/res/forms.css
+lib/xulrunner/chrome/toolkit/res/hiddenWindow.html
+lib/xulrunner/chrome/toolkit/res/html.css
+lib/xulrunner/chrome/toolkit/res/loading-image.png
+lib/xulrunner/chrome/toolkit/res/mathml.css
+lib/xulrunner/chrome/toolkit/res/quirk.css
+lib/xulrunner/chrome/toolkit/res/ua.css
+lib/xulrunner/chrome/toolkit/res/viewsource.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/Filepicker.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/about.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/aboutCache.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/aboutCacheEntry.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/aboutMemory.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/aboutSupport.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/alerts/alert.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/appPicker.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/arrow.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-dn-dis.gif
+lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-dn-hov.gif
+lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-dn-sharp.gif
+lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-dn.gif
+lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-down.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-lft-dis.gif
+lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-lft-hov.gif
+lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-lft-sharp-end.gif
+lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-lft-sharp.gif
+lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-lft.gif
+lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-rit-dis.gif
+lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-rit-hov.gif
+lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-rit-sharp-end.gif
+lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-rit-sharp.gif
+lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-rit.gif
+lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-up-dis.gif
+lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-up-hov.gif
+lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-up-sharp.gif
+lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-up.gif
+lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/panelarrow-down.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/panelarrow-horiz.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/panelarrow-horizontal.svg
+lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/panelarrow-up.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/panelarrow-vertical.svg
+lib/xulrunner/chrome/toolkit/skin/classic/global/autocomplete.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/button.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/checkbox.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/checkbox/cbox-check-dis.gif
+lib/xulrunner/chrome/toolkit/skin/classic/global/checkbox/cbox-check.gif
+lib/xulrunner/chrome/toolkit/skin/classic/global/colorpicker.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/commonDialog.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/config.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/console/bullet-error.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/console/bullet-question.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/console/bullet-warning.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/console/console-error-caret.gif
+lib/xulrunner/chrome/toolkit/skin/classic/global/console/console-error-dash.gif
+lib/xulrunner/chrome/toolkit/skin/classic/global/console/console-toolbar.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/console/console.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/console/console.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/console/itemSelected.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/customizeToolbar.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/datetimepicker.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/dialog.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/dirListing/dirListing.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/dirListing/folder.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/dirListing/local.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/dirListing/remote.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/dirListing/up.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/dropmarker.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/expander.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/filefield.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/filepicker.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/findBar.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/global.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/globalBindings.xml
+lib/xulrunner/chrome/toolkit/skin/classic/global/groupbox.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/Authentication.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/Close.gif
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/Error.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/Landscape.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/Minimize.gif
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/Portrait.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/Print-preview.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/Question.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/Restore.gif
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/Search-close.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/Search-glass.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/Warning.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/autoscroll.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/blacklist_favicon.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/blacklist_large.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/close.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/collapse.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/commandline.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/error-16.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/error-24.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/error-48.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/error-64.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/expand.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/find.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/folder-item.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/information-16.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/information-24.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/information-32.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/information-48.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/information-64.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/loading_16.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/notfound.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/notloading_16.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/panelarrow-horizontal.svg
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/panelarrow-vertical.svg
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/question-16.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/question-24.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/question-48.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/question-64.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/resizer-rtl.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/resizer.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/sslWarning.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/tabprompts-bgtexture.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/warning-16.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/warning-24.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/warning-64.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/warning-large.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/webconsole.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/windowControls.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/icons/wrap.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/linkTree.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/listbox.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/media/error.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/media/muteButton.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/media/pauseButton.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/media/playButton.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/media/scrubberThumb.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/media/scrubberThumbWide.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/media/throbber.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/media/unmuteButton.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/media/videocontrols.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/media/volumeThumb.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/menu.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/menulist.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/netError.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/notification.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/numberbox.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/passwordmgr.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/popup.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/preferences.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/printPageSetup.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/printPreview.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/printpreview/arrow-left-end.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/printpreview/arrow-left.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/printpreview/arrow-right-end.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/printpreview/arrow-right.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/progressmeter.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/radio.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/radio/radio-check-dis.gif
+lib/xulrunner/chrome/toolkit/skin/classic/global/radio/radio-check.gif
+lib/xulrunner/chrome/toolkit/skin/classic/global/resizer.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/richlistbox.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/scale.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/scrollbar/slider.gif
+lib/xulrunner/chrome/toolkit/skin/classic/global/scrollbars.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/scrollbox.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/spinbuttons.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/splitter.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/splitter/grip-bottom.gif
+lib/xulrunner/chrome/toolkit/skin/classic/global/splitter/grip-left.gif
+lib/xulrunner/chrome/toolkit/skin/classic/global/splitter/grip-right.gif
+lib/xulrunner/chrome/toolkit/skin/classic/global/splitter/grip-top.gif
+lib/xulrunner/chrome/toolkit/skin/classic/global/tabbox.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/tabprompts.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/textbox.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/toolbar.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/toolbar/Lighten.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/toolbar/chevron.gif
+lib/xulrunner/chrome/toolkit/skin/classic/global/toolbar/spring.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/toolbarbutton.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/tree.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/tree/columnpicker.gif
+lib/xulrunner/chrome/toolkit/skin/classic/global/tree/sort-asc-classic.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/tree/sort-asc.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/tree/sort-dsc-classic.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/tree/sort-dsc.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/tree/twisty-clsd.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/tree/twisty-open.png
+lib/xulrunner/chrome/toolkit/skin/classic/global/webConsole.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/webConsole_networkPanel.css
+lib/xulrunner/chrome/toolkit/skin/classic/global/wizard.css
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/downloads/downloadButtons.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/downloads/downloadIcon.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/downloads/downloads.css
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/downloads/unknownContentType.css
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/about.css
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-error.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-info-negative.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-info-positive.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/alerticon-warning.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/background-texture.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/blocklist.css
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/cancel.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/category-available.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/category-discover.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/category-extensions.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/category-languages.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/category-plugins.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/category-recent.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/category-search.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/category-searchengines.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/category-themes.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/discover-logo.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/eula.css
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/extensionGeneric-16.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/extensionGeneric.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/extensions.css
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/extensions.svg
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/heart.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/localeGeneric.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/navigation.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/rating-not-won.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/rating-won.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/stripes-error.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/stripes-info-negative.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/stripes-info-positive.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/stripes-warning.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/themeGeneric-16.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/themeGeneric.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/update.css
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/utilities.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/handling/handling.css
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/passwordmgr/key-16.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/passwordmgr/key-64.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/passwordmgr/key.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/places/defaultFavicon.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/places/tagContainerIcon.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginBlocked.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginCrashed.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginDisabled.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginDownload.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/plugins/contentPluginMissing.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/plugins/notifyPluginBlocked.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/plugins/notifyPluginCrashed.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/plugins/notifyPluginGeneric.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/plugins/notifyPluginOutdated.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/plugins/pluginBlocked.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/plugins/pluginDisabled.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/plugins/pluginGeneric-16.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/plugins/pluginGeneric.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/plugins/pluginHelp-16.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/plugins/pluginInstallerWizard.css
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/plugins/pluginProblem.css
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/profile/profileSelection.css
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/profile/profileicon.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/update/downloadButtons.png
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/update/updates.css
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/viewsource/viewsource.css
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/xpinstall/xpinstallConfirm.css
+lib/xulrunner/chrome/toolkit/skin/classic/mozapps/xpinstall/xpinstallItemGeneric.png
lib/xulrunner/components/ConsoleAPI.js
lib/xulrunner/components/ConsoleAPI.manifest
lib/xulrunner/components/FeedProcessor.js
@@ -2521,6 +3196,8 @@ lib/xulrunner/components/GPSDGeolocationProvider.manifest
lib/xulrunner/components/NetworkGeolocationProvider.js
lib/xulrunner/components/NetworkGeolocationProvider.manifest
lib/xulrunner/components/PlacesCategoriesStarter.js
+lib/xulrunner/components/TelemetryPing.js
+lib/xulrunner/components/TelemetryPing.manifest
lib/xulrunner/components/addonManager.js
lib/xulrunner/components/amContentHandler.js
lib/xulrunner/components/amWebInstallListener.js
@@ -2565,7 +3242,6 @@ lib/xulrunner/components/nsLivemarkService.js
lib/xulrunner/components/nsLoginInfo.js
lib/xulrunner/components/nsLoginManager.js
lib/xulrunner/components/nsLoginManagerPrompter.js
-lib/xulrunner/components/nsMicrosummaryService.js
lib/xulrunner/components/nsPlacesAutoComplete.js
lib/xulrunner/components/nsPlacesAutoComplete.manifest
lib/xulrunner/components/nsPlacesExpiration.js
@@ -2586,6 +3262,7 @@ lib/xulrunner/components/nsUpdateService.manifest
lib/xulrunner/components/nsUpdateServiceStub.js
lib/xulrunner/components/nsUpdateTimerManager.js
lib/xulrunner/components/nsUpdateTimerManager.manifest
+lib/xulrunner/components/nsUrlClassifierHashCompleter.js
lib/xulrunner/components/nsUrlClassifierLib.js
lib/xulrunner/components/nsUrlClassifierListManager.js
lib/xulrunner/components/nsWebHandlerApp.js
@@ -2615,6 +3292,7 @@ lib/xulrunner/dependentlibs.list
lib/xulrunner/dictionaries/en-US.aff
lib/xulrunner/dictionaries/en-US.dic
lib/xulrunner/greprefs.js
+lib/xulrunner/hyphenation/hyph_en_US.dic
lib/xulrunner/icons/document.png
lib/xulrunner/icons/updater.png
lib/xulrunner/libfreebl3.chk
@@ -2718,8 +3396,6 @@ lib/xulrunner/update.locale
lib/xulrunner/updater
lib/xulrunner/xpcshell
lib/xulrunner/xpidl
-lib/xulrunner/xpt_dump
-lib/xulrunner/xpt_link
lib/xulrunner/xulrunner
lib/xulrunner/xulrunner-bin
lib/xulrunner/xulrunner-stub
@@ -2748,6 +3424,7 @@ share/idl/xulrunner/inIFlasher.idl
share/idl/xulrunner/inISearchObserver.idl
share/idl/xulrunner/inISearchProcess.idl
share/idl/xulrunner/jsdIDebuggerService.idl
+share/idl/xulrunner/mozIAsyncFavicons.idl
share/idl/xulrunner/mozIAsyncHistory.idl
share/idl/xulrunner/mozIJSSubScriptLoader.idl
share/idl/xulrunner/mozIPersonalDictionary.idl
@@ -2787,7 +3464,6 @@ share/idl/xulrunner/nsIASN1PrintableItem.idl
share/idl/xulrunner/nsIASN1Sequence.idl
share/idl/xulrunner/nsIASN1Tree.idl
share/idl/xulrunner/nsIAboutModule.idl
-share/idl/xulrunner/nsIAccelerometer.idl
share/idl/xulrunner/nsIAccessNode.idl
share/idl/xulrunner/nsIAccessible.idl
share/idl/xulrunner/nsIAccessibleApplication.idl
@@ -2947,12 +3623,10 @@ share/idl/xulrunner/nsIDNSListener.idl
share/idl/xulrunner/nsIDNSRecord.idl
share/idl/xulrunner/nsIDNSService.idl
share/idl/xulrunner/nsIDOM3Attr.idl
-share/idl/xulrunner/nsIDOM3DocumentEvent.idl
share/idl/xulrunner/nsIDOM3EventTarget.idl
share/idl/xulrunner/nsIDOM3Node.idl
share/idl/xulrunner/nsIDOM3Text.idl
share/idl/xulrunner/nsIDOM3TypeInfo.idl
-share/idl/xulrunner/nsIDOMAbstractView.idl
share/idl/xulrunner/nsIDOMAnimationEvent.idl
share/idl/xulrunner/nsIDOMAttr.idl
share/idl/xulrunner/nsIDOMBarProp.idl
@@ -2988,24 +3662,23 @@ share/idl/xulrunner/nsIDOMConstructor.idl
share/idl/xulrunner/nsIDOMCounter.idl
share/idl/xulrunner/nsIDOMCrypto.idl
share/idl/xulrunner/nsIDOMCryptoDialogs.idl
-share/idl/xulrunner/nsIDOMDOMConfiguration.idl
+share/idl/xulrunner/nsIDOMCustomEvent.idl
share/idl/xulrunner/nsIDOMDOMException.idl
share/idl/xulrunner/nsIDOMDOMImplementation.idl
share/idl/xulrunner/nsIDOMDOMSettableTokenList.idl
share/idl/xulrunner/nsIDOMDOMStringList.idl
+share/idl/xulrunner/nsIDOMDOMStringMap.idl
share/idl/xulrunner/nsIDOMDOMTokenList.idl
share/idl/xulrunner/nsIDOMDataContainerEvent.idl
share/idl/xulrunner/nsIDOMDataTransfer.idl
share/idl/xulrunner/nsIDOMDesktopNotification.idl
+share/idl/xulrunner/nsIDOMDeviceMotionEvent.idl
+share/idl/xulrunner/nsIDOMDeviceOrientationEvent.idl
share/idl/xulrunner/nsIDOMDocument.idl
share/idl/xulrunner/nsIDOMDocumentCSS.idl
-share/idl/xulrunner/nsIDOMDocumentEvent.idl
share/idl/xulrunner/nsIDOMDocumentFragment.idl
-share/idl/xulrunner/nsIDOMDocumentRange.idl
share/idl/xulrunner/nsIDOMDocumentStyle.idl
-share/idl/xulrunner/nsIDOMDocumentTraversal.idl
share/idl/xulrunner/nsIDOMDocumentType.idl
-share/idl/xulrunner/nsIDOMDocumentView.idl
share/idl/xulrunner/nsIDOMDocumentXBL.idl
share/idl/xulrunner/nsIDOMDragEvent.idl
share/idl/xulrunner/nsIDOMElement.idl
@@ -3083,6 +3756,7 @@ share/idl/xulrunner/nsIDOMHTMLOutputElement.idl
share/idl/xulrunner/nsIDOMHTMLParagraphElement.idl
share/idl/xulrunner/nsIDOMHTMLParamElement.idl
share/idl/xulrunner/nsIDOMHTMLPreElement.idl
+share/idl/xulrunner/nsIDOMHTMLProgressElement.idl
share/idl/xulrunner/nsIDOMHTMLQuoteElement.idl
share/idl/xulrunner/nsIDOMHTMLScriptElement.idl
share/idl/xulrunner/nsIDOMHTMLSelectElement.idl
@@ -3099,6 +3773,7 @@ share/idl/xulrunner/nsIDOMHTMLTitleElement.idl
share/idl/xulrunner/nsIDOMHTMLUListElement.idl
share/idl/xulrunner/nsIDOMHTMLUnknownElement.idl
share/idl/xulrunner/nsIDOMHTMLVideoElement.idl
+share/idl/xulrunner/nsIDOMHashChangeEvent.idl
share/idl/xulrunner/nsIDOMHistory.idl
share/idl/xulrunner/nsIDOMJSWindow.idl
share/idl/xulrunner/nsIDOMKeyEvent.idl
@@ -3108,6 +3783,7 @@ share/idl/xulrunner/nsIDOMLoadStatus.idl
share/idl/xulrunner/nsIDOMLocation.idl
share/idl/xulrunner/nsIDOMMediaError.idl
share/idl/xulrunner/nsIDOMMediaList.idl
+share/idl/xulrunner/nsIDOMMediaQueryList.idl
share/idl/xulrunner/nsIDOMMessageEvent.idl
share/idl/xulrunner/nsIDOMMimeType.idl
share/idl/xulrunner/nsIDOMMimeTypeArray.idl
@@ -3151,7 +3827,6 @@ share/idl/xulrunner/nsIDOMNotation.idl
share/idl/xulrunner/nsIDOMNotifyAudioAvailableEvent.idl
share/idl/xulrunner/nsIDOMNotifyPaintEvent.idl
share/idl/xulrunner/nsIDOMOfflineResourceList.idl
-share/idl/xulrunner/nsIDOMOrientationEvent.idl
share/idl/xulrunner/nsIDOMPageTransitionEvent.idl
share/idl/xulrunner/nsIDOMPaintRequest.idl
share/idl/xulrunner/nsIDOMPaintRequestList.idl
@@ -3269,12 +3944,12 @@ share/idl/xulrunner/nsIDOMText.idl
share/idl/xulrunner/nsIDOMTimeEvent.idl
share/idl/xulrunner/nsIDOMTimeRanges.idl
share/idl/xulrunner/nsIDOMToString.idl
+share/idl/xulrunner/nsIDOMTouchEvent.idl
share/idl/xulrunner/nsIDOMTransitionEvent.idl
share/idl/xulrunner/nsIDOMTreeWalker.idl
share/idl/xulrunner/nsIDOMUIEvent.idl
share/idl/xulrunner/nsIDOMUserDataHandler.idl
share/idl/xulrunner/nsIDOMValidityState.idl
-share/idl/xulrunner/nsIDOMViewCSS.idl
share/idl/xulrunner/nsIDOMWebGLRenderingContext.idl
share/idl/xulrunner/nsIDOMWindow.idl
share/idl/xulrunner/nsIDOMWindow2.idl
@@ -3312,6 +3987,7 @@ share/idl/xulrunner/nsIDOMXULTreeElement.idl
share/idl/xulrunner/nsIDataSignatureVerifier.idl
share/idl/xulrunner/nsIDebug.idl
share/idl/xulrunner/nsIDebug2.idl
+share/idl/xulrunner/nsIDeviceMotion.idl
share/idl/xulrunner/nsIDialogCreator.idl
share/idl/xulrunner/nsIDialogParamBlock.idl
share/idl/xulrunner/nsIDirIndex.idl
@@ -3362,6 +4038,7 @@ share/idl/xulrunner/nsIEnumerator.idl
share/idl/xulrunner/nsIEnvironment.idl
share/idl/xulrunner/nsIErrorService.idl
share/idl/xulrunner/nsIEventListenerService.idl
+share/idl/xulrunner/nsIEventSource.idl
share/idl/xulrunner/nsIEventTarget.idl
share/idl/xulrunner/nsIException.idl
share/idl/xulrunner/nsIExceptionService.idl
@@ -3408,6 +4085,7 @@ share/idl/xulrunner/nsIFrameLoader.idl
share/idl/xulrunner/nsIFrameMessageManager.idl
share/idl/xulrunner/nsIGConfService.idl
share/idl/xulrunner/nsIGIOService.idl
+share/idl/xulrunner/nsIGSettingsService.idl
share/idl/xulrunner/nsIGenKeypairInfoDlg.idl
share/idl/xulrunner/nsIGeolocationProvider.idl
share/idl/xulrunner/nsIGfxInfo.idl
@@ -3509,8 +4187,8 @@ share/idl/xulrunner/nsIMarkupDocumentViewer.idl
share/idl/xulrunner/nsIMemory.idl
share/idl/xulrunner/nsIMemoryReporter.idl
share/idl/xulrunner/nsIMenuBoxObject.idl
-share/idl/xulrunner/nsIMicrosummaryService.idl
share/idl/xulrunner/nsIModule.idl
+share/idl/xulrunner/nsIMozWebSocket.idl
share/idl/xulrunner/nsIMultiPartChannel.idl
share/idl/xulrunner/nsIMultiplexInputStream.idl
share/idl/xulrunner/nsIMutable.idl
@@ -3548,11 +4226,9 @@ share/idl/xulrunner/nsIPhonetic.idl
share/idl/xulrunner/nsIPipe.idl
share/idl/xulrunner/nsIPlacesImportExportService.idl
share/idl/xulrunner/nsIPlaintextEditor.idl
-share/idl/xulrunner/nsIPlugin.idl
share/idl/xulrunner/nsIPluginDocument.idl
share/idl/xulrunner/nsIPluginHost.idl
share/idl/xulrunner/nsIPluginInputStream.idl
-share/idl/xulrunner/nsIPluginInstance.idl
share/idl/xulrunner/nsIPluginInstanceOwner.idl
share/idl/xulrunner/nsIPluginStreamInfo.idl
share/idl/xulrunner/nsIPluginStreamListener.idl
@@ -3725,6 +4401,7 @@ share/idl/xulrunner/nsIStringBundle.idl
share/idl/xulrunner/nsIStringBundleOverride.idl
share/idl/xulrunner/nsIStringEnumerator.idl
share/idl/xulrunner/nsIStringStream.idl
+share/idl/xulrunner/nsIStructuredCloneContainer.idl
share/idl/xulrunner/nsIStyleSheetService.idl
share/idl/xulrunner/nsISupports.idl
share/idl/xulrunner/nsISupportsArray.idl
@@ -3740,6 +4417,7 @@ share/idl/xulrunner/nsITabChild.idl
share/idl/xulrunner/nsITabParent.idl
share/idl/xulrunner/nsITableEditor.idl
share/idl/xulrunner/nsITaggingService.idl
+share/idl/xulrunner/nsITelemetry.idl
share/idl/xulrunner/nsITextScroll.idl
share/idl/xulrunner/nsITextServicesFilter.idl
share/idl/xulrunner/nsITextToSubURI.idl
@@ -3747,6 +4425,7 @@ share/idl/xulrunner/nsIThread.idl
share/idl/xulrunner/nsIThreadInternal.idl
share/idl/xulrunner/nsIThreadManager.idl
share/idl/xulrunner/nsIThreadPool.idl
+share/idl/xulrunner/nsITimedChannel.idl
share/idl/xulrunner/nsITimelineService.idl
share/idl/xulrunner/nsITimer.idl
share/idl/xulrunner/nsITokenDialogs.idl
@@ -3789,7 +4468,6 @@ share/idl/xulrunner/nsIUUIDGenerator.idl
share/idl/xulrunner/nsIUnicharInputStream.idl
share/idl/xulrunner/nsIUnicharLineInputStream.idl
share/idl/xulrunner/nsIUnicharOutputStream.idl
-share/idl/xulrunner/nsIUnicharStreamListener.idl
share/idl/xulrunner/nsIUnicharStreamLoader.idl
share/idl/xulrunner/nsIUnicodeNormalizer.idl
share/idl/xulrunner/nsIUpdateService.idl
@@ -3825,7 +4503,7 @@ share/idl/xulrunner/nsIWebPageDescriptor.idl
share/idl/xulrunner/nsIWebProgress.idl
share/idl/xulrunner/nsIWebProgressListener.idl
share/idl/xulrunner/nsIWebProgressListener2.idl
-share/idl/xulrunner/nsIWebSocket.idl
+share/idl/xulrunner/nsIWebSocketProtocol.idl
share/idl/xulrunner/nsIWebappsSupport.idl
share/idl/xulrunner/nsIWindowCreator.idl
share/idl/xulrunner/nsIWindowCreator2.idl
@@ -3853,7 +4531,6 @@ share/idl/xulrunner/nsIXPCSecurityManager.idl
share/idl/xulrunner/nsIXPConnect.idl
share/idl/xulrunner/nsIXSLTException.idl
share/idl/xulrunner/nsIXSLTProcessor.idl
-share/idl/xulrunner/nsIXSLTProcessorObsolete.idl
share/idl/xulrunner/nsIXSLTProcessorPrivate.idl
share/idl/xulrunner/nsIXTFAttributeHandler.idl
share/idl/xulrunner/nsIXTFElement.idl
diff --git a/devel/xulrunner/buildlink3.mk b/devel/xulrunner/buildlink3.mk
index ddd1eb4cb95..58cb1d679e7 100644
--- a/devel/xulrunner/buildlink3.mk
+++ b/devel/xulrunner/buildlink3.mk
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.15 2011/07/21 13:05:51 obache Exp $
+# $NetBSD: buildlink3.mk,v 1.16 2011/08/18 18:31:09 tnn Exp $
BUILDLINK_TREE+= xulrunner
.if !defined(XULRUNNER_BUILDLINK3_MK)
XULRUNNER_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.xulrunner+= xulrunner>=5.0
-BUILDLINK_ABI_DEPENDS.xulrunner?= xulrunner>=5.0nb1
+BUILDLINK_API_DEPENDS.xulrunner+= xulrunner>=6.0
+BUILDLINK_ABI_DEPENDS.xulrunner?= xulrunner>=6.0
BUILDLINK_PKGSRCDIR.xulrunner?= ../../devel/xulrunner
pkgbase := xulrunner
diff --git a/devel/xulrunner/dist.mk b/devel/xulrunner/dist.mk
index af598e70141..087bf663d22 100644
--- a/devel/xulrunner/dist.mk
+++ b/devel/xulrunner/dist.mk
@@ -1,4 +1,4 @@
-# $NetBSD: dist.mk,v 1.22 2011/07/11 12:46:14 tnn Exp $
+# $NetBSD: dist.mk,v 1.23 2011/08/18 18:31:09 tnn Exp $
#
# used by devel/nspr/Makefile
# used by devel/nss/Makefile
@@ -7,7 +7,7 @@
DISTNAME= firefox-${FIREFOX_VER}.source
FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
-MOZ_BRANCH= 5.0
+MOZ_BRANCH= 6.0
MOZ_BRANCH_MINOR= # empty
MASTER_SITES= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/}
EXTRACT_SUFX= .tar.bz2
diff --git a/devel/xulrunner/distinfo b/devel/xulrunner/distinfo
index 7033e8cb5f9..59b4eabc590 100644
--- a/devel/xulrunner/distinfo
+++ b/devel/xulrunner/distinfo
@@ -1,13 +1,13 @@
-$NetBSD: distinfo,v 1.48 2011/08/01 08:17:16 tnn Exp $
+$NetBSD: distinfo,v 1.49 2011/08/18 18:31:09 tnn Exp $
-SHA1 (firefox-5.0.source.tar.bz2) = 22b7b4751173c2142a0f09cca1aebc717d97b45a
-RMD160 (firefox-5.0.source.tar.bz2) = 93d97a01f572f3688b0065c903afc3d7f9260179
-Size (firefox-5.0.source.tar.bz2) = 68782151 bytes
-SHA1 (patch-aa) = cbf636b05f5bb2165fa335dab83d25e78053cdb2
+SHA1 (firefox-6.0.source.tar.bz2) = abcb3cc3907d5217726f457085d00b3995fb469b
+RMD160 (firefox-6.0.source.tar.bz2) = b1f586d4e9889f3b5449c00e4bf3340d3dcca0da
+Size (firefox-6.0.source.tar.bz2) = 67919174 bytes
+SHA1 (patch-aa) = 9eaa7dd4e48a9aca38016b52a7be297df078b849
SHA1 (patch-ab) = 5d4b7512f8bbdc9e2e05709cec5b36dc12c25997
SHA1 (patch-ac) = 3d031c52056a4792119104e3c6a6f2377d00d04a
SHA1 (patch-ad) = 7afb960af4e4a311481e7a7b25008ca9b9f7fba1
-SHA1 (patch-ae) = 338d84f6ffa2eefa942131e3f0b764948ac60e95
+SHA1 (patch-ae) = b32e70ee8ee4c406eeed16c7892a414c1f330019
SHA1 (patch-af) = 13a9617cd2894cf342487d2a9cfe8cf3066ba0df
SHA1 (patch-ag) = a924296e6a569eba4229d661fbe5290eeeb999e0
SHA1 (patch-ah) = 5f8bf19d5ac5ea7e263366a56d10d2eeeee61bac
@@ -18,9 +18,9 @@ SHA1 (patch-al) = a8397fe9087a088169c639b42522306824f013b7
SHA1 (patch-am) = 75eb92d1941309ffc13f01d7f1946a2f09170220
SHA1 (patch-an) = e975941955b578f1d3336d546e99f0c464cdd9d7
SHA1 (patch-ao) = 353d2098564c7b29849b6f5f4f80d9ac393b23f3
-SHA1 (patch-as) = 899485d9d92bbf646c2f5bb475ce502058cc5da7
+SHA1 (patch-as) = 8f6aadc77cd965f328b0c0284baea4e69d112e6b
SHA1 (patch-at) = 957fe2024b96bea83d8e833feb8c1f0c03d0dd0a
-SHA1 (patch-au) = 0dd9b816379adb98c10e65db9635da891a991495
+SHA1 (patch-au) = e59d5c28c676e03fb8bb38e28c06a4fd4d44ab55
SHA1 (patch-av) = e22c544894123a6ab8fc428067716b9e68685771
SHA1 (patch-aw) = eed2f98b732fa776d2ca64d2b82e88677a207657
SHA1 (patch-ax) = 777ed7921d939e6f7a4a3c23cb92e5489e454601
@@ -29,7 +29,7 @@ SHA1 (patch-az) = 5a09ccfa14fab962c4e2916f00669a1fa4a8ade4
SHA1 (patch-ba) = 9d4058f2a3a290429b26cb8335dd5b188bccc96d
SHA1 (patch-bd) = e09718d6492739a66dc5e21d3ed2cc1a404acd30
SHA1 (patch-be) = 723d74807830632ecd3b88e8271d91d73ac81be4
-SHA1 (patch-bf) = 66bac52db259d8edd7359267431a73bd19d25526
+SHA1 (patch-bf) = ef6d6ccbbfee2c72aef76c70695b202e346c5038
SHA1 (patch-bg) = 85d82348c43257eded6426ac84af9815619eb759
SHA1 (patch-bi) = a79369cf0c7370a8655fe414cdb7c8ddb4c2d495
SHA1 (patch-ipc_chromium_src_base_debug__util__posic.cc) = fcb4313d2a77c73df717138e33a3bc74841f06c4
@@ -39,7 +39,7 @@ SHA1 (patch-ipc_chromium_src_base_platform__file__posix.cc) = eb6c8003375c047602
SHA1 (patch-ipc_chromium_src_base_platform__thread__posix.cc) = 5a7fa054bb12cc1e7474aedcaa133869023e6a95
SHA1 (patch-ipc_chromium_src_base_sys__info__posix.cc) = 4d6e4724bc2473325fc9e62ab2321155a06c65d6
SHA1 (patch-ipc_chromium_src_base_third__party_nspr_prcpucfg.h) = 15b35884249077eb879371b8b63d2f8aa4ee68b5
-SHA1 (patch-ipc_chromium_src_build_build__config.h) = 3fa5e85df6425f3b5f6f97180f502c543a278f3e
+SHA1 (patch-ipc_chromium_src_build_build__config.h) = 54d78c212c07f5fcd8c54d7570e713a6cf8e692f
SHA1 (patch-ipc_chromium_src_chrome_common_ipc__channel__posix.h) = 27ac2b7dbe1b325ad833ffc2bf17003a5f6a6f88
SHA1 (patch-ma) = a20b263ff14c841fd0ae1634962b90a41173b524
SHA1 (patch-mb) = 131abc07f378cefcc8c2871e4fd20f306e3af61a
diff --git a/devel/xulrunner/mozilla-common.mk b/devel/xulrunner/mozilla-common.mk
index 33f68981a36..72d3c667d0a 100644
--- a/devel/xulrunner/mozilla-common.mk
+++ b/devel/xulrunner/mozilla-common.mk
@@ -1,4 +1,4 @@
-# $NetBSD: mozilla-common.mk,v 1.24 2011/07/12 11:12:36 tnn Exp $
+# $NetBSD: mozilla-common.mk,v 1.25 2011/08/18 18:31:09 tnn Exp $
#
# common Makefile fragment for mozilla packages based on gecko 2.0.
#
@@ -17,6 +17,7 @@ BUILD_DEPENDS+= zip>=2.3:../../archivers/zip
PKG_DESTDIR_SUPPORT= user-destdir
CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}security/nss/tests/libpkix/libpkix.sh
CHECK_PORTABILITY_SKIP+=${MOZILLA_DIR}security/nss/tests/multinit/multinit.sh
+CHECK_INTERPRETER_SKIP+=lib/xulrunner-sdk/sdk/bin/xpt.py
PRIVILEGED_STAGES+= clean
CONFIGURE_ARGS+= --disable-tests --disable-pedantic
@@ -35,6 +36,7 @@ CONFIGURE_ARGS+= --enable-system-sqlite
CONFIGURE_ARGS+= --disable-crashreporter
CONFIGURE_ARGS+= --disable-libnotify
CONFIGURE_ARGS+= --disable-necko-wifi
+CONFIGURE_ARGS+= --enable-chrome-format=flat
SUBST_CLASSES+= fix-paths
SUBST_STAGE.fix-paths= pre-configure
diff --git a/devel/xulrunner/patches/patch-aa b/devel/xulrunner/patches/patch-aa
index 45de7c38859..0f970a1dc6f 100644
--- a/devel/xulrunner/patches/patch-aa
+++ b/devel/xulrunner/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.5 2011/04/26 14:16:36 tnn Exp $
+$NetBSD: patch-aa,v 1.6 2011/08/18 18:31:10 tnn Exp $
---- configure.in.orig 2010-12-15 01:02:33.000000000 +0000
+--- configure.in.orig 2011-08-11 21:40:51.000000000 +0000
+++ configure.in
-@@ -2076,7 +2076,7 @@ case "$target" in
+@@ -2063,7 +2063,7 @@ case "$target" in
MOZ_FIX_LINK_PATHS='-Wl,-executable_path,$(LIBXUL_DIST)/bin'
;;
@@ -11,7 +11,7 @@ $NetBSD: patch-aa,v 1.5 2011/04/26 14:16:36 tnn Exp $
if test `test -x /usr/bin/objformat && /usr/bin/objformat || echo elf` != "elf"; then
DLL_SUFFIX=".so.1.0"
DSO_LDOPTS="-shared"
-@@ -2084,6 +2084,9 @@ case "$target" in
+@@ -2071,6 +2071,9 @@ case "$target" in
if test ! "$GNU_CC"; then
DSO_LDOPTS="-Bshareable $DSO_LDOPTS"
fi
@@ -21,7 +21,7 @@ $NetBSD: patch-aa,v 1.5 2011/04/26 14:16:36 tnn Exp $
;;
ia64*-hpux*)
-@@ -3380,6 +3383,9 @@ dnl ====================================
+@@ -3277,6 +3280,9 @@ dnl ====================================
case $target in
*-hpux11.*)
;;
@@ -31,7 +31,7 @@ $NetBSD: patch-aa,v 1.5 2011/04/26 14:16:36 tnn Exp $
*)
AC_CHECK_LIB(c_r, gethostbyname_r)
;;
-@@ -4727,6 +4733,14 @@ if test -n "$YASM"; then
+@@ -4593,6 +4599,14 @@ if test -n "$YASM"; then
_YASM_BUILD=` echo ${YASM_VERSION} | $AWK -F\. '{ print $4 }'`
fi
@@ -46,7 +46,7 @@ $NetBSD: patch-aa,v 1.5 2011/04/26 14:16:36 tnn Exp $
if test -z "$SKIP_LIBRARY_CHECKS"; then
dnl system JPEG support
dnl ========================================================
-@@ -9383,7 +9397,8 @@ rm -f confdefs.h.save
+@@ -9200,7 +9214,8 @@ rm -f confdefs.h.save
mv confdefs.h confdefs.h.save
egrep -v "$_EGREP_PATTERN" confdefs.h.save > confdefs.h
AC_OUTPUT_MAKE_DEFS()
@@ -56,9 +56,9 @@ $NetBSD: patch-aa,v 1.5 2011/04/26 14:16:36 tnn Exp $
AC_SUBST(MOZ_DEFINES)
rm -f confdefs.h
mv confdefs.h.save confdefs.h
-@@ -9493,6 +9508,8 @@ if test -z "$MOZ_NATIVE_NSPR"; then
+@@ -9307,6 +9322,8 @@ if test -z "$MOZ_NATIVE_NSPR"; then
AC_MSG_WARN([Recreating autoconf.mk with updated nspr-config output])
- if test "$OS_ARCH" != "WINNT" -a "$OS_ARCH" != "WINCE"; then
+ if test "$OS_ARCH" != "WINNT"; then
NSPR_LIBS=`./nsprpub/config/nspr-config --prefix=$LIBXUL_DIST --exec-prefix=$MOZ_BUILD_ROOT/dist --libdir=$LIBXUL_DIST/lib --libs`
+ AC_MSG_WARN([pkgsrc: adding run path to NSPR_LIBS for bundled NSPR.])
+ NSPR_LIBS="-Wl,-R${prefix}/lib/\${MOZILLA_PKG_NAME} ${NSPR_LIBS}"
diff --git a/devel/xulrunner/patches/patch-ae b/devel/xulrunner/patches/patch-ae
index 2ec8b97b9e1..83a4df5c8e3 100644
--- a/devel/xulrunner/patches/patch-ae
+++ b/devel/xulrunner/patches/patch-ae
@@ -1,8 +1,8 @@
-$NetBSD: patch-ae,v 1.2 2011/04/26 14:16:36 tnn Exp $
+$NetBSD: patch-ae,v 1.3 2011/08/18 18:31:10 tnn Exp $
---- nsprpub/pr/src/misc/prnetdb.c.orig 2010-05-03 18:21:00.000000000 +0000
+--- nsprpub/pr/src/misc/prnetdb.c.orig 2011-08-11 21:41:20.000000000 +0000
+++ nsprpub/pr/src/misc/prnetdb.c
-@@ -104,7 +104,7 @@ PRLock *_pr_dnsLock = NULL;
+@@ -105,7 +105,7 @@ PRLock *_pr_dnsLock = NULL;
|| defined(AIX4_3_PLUS) || (defined(AIX) && defined(_THREAD_SAFE)) \
|| (defined(HPUX10_10) && defined(_REENTRANT)) \
|| (defined(HPUX10_20) && defined(_REENTRANT)) \
@@ -11,7 +11,7 @@ $NetBSD: patch-ae,v 1.2 2011/04/26 14:16:36 tnn Exp $
#define _PR_HAVE_GETPROTO_R
#define _PR_HAVE_GETPROTO_R_INT
#endif
-@@ -114,6 +114,11 @@ PRLock *_pr_dnsLock = NULL;
+@@ -115,6 +115,11 @@ PRLock *_pr_dnsLock = NULL;
#define _PR_HAVE_5_ARG_GETPROTO_R
#endif
@@ -23,7 +23,7 @@ $NetBSD: patch-ae,v 1.2 2011/04/26 14:16:36 tnn Exp $
/* BeOS has glibc but not the glibc-style getprotobyxxx_r functions. */
#if (defined(__GLIBC__) && __GLIBC__ >= 2 && !defined(XP_BEOS))
#define _PR_HAVE_GETPROTO_R
-@@ -331,7 +336,7 @@ _pr_QueryNetIfs(void)
+@@ -332,7 +337,7 @@ _pr_QueryNetIfs(void)
}
#elif (defined(DARWIN) && defined(HAVE_GETIFADDRS)) || defined(FREEBSD) \
@@ -32,16 +32,22 @@ $NetBSD: patch-ae,v 1.2 2011/04/26 14:16:36 tnn Exp $
/*
* Use the BSD getifaddrs function.
-@@ -2039,7 +2044,17 @@ PR_IMPLEMENT(PRAddrInfo *) PR_GetAddrInf
+@@ -2076,6 +2081,11 @@ PR_IMPLEMENT(PRAddrInfo *) PR_GetAddrInf
*/
hints.ai_socktype = SOCK_STREAM;
+/* NetBSD >= 2.99.9 has a thread-safe resolver */
+#if defined(__NetBSD_Version__) && __NetBSD_Version__ < 299000900
-+ LOCK_DNS();
++ LOCK_DNS();
+#endif
+
rv = GETADDRINFO(hostname, NULL, &hints, &res);
+ #ifdef AI_ADDRCONFIG
+ if (rv == EAI_BADFLAGS) {
+@@ -2083,6 +2093,11 @@ PR_IMPLEMENT(PRAddrInfo *) PR_GetAddrInf
+ rv = GETADDRINFO(hostname, NULL, &hints, &res);
+ }
+ #endif
+
+#if defined(__NetBSD_Version__) && __NetBSD_Version__ < 299000900
+ UNLOCK_DNS();
diff --git a/devel/xulrunner/patches/patch-as b/devel/xulrunner/patches/patch-as
index 2db641f538f..143e80432c5 100644
--- a/devel/xulrunner/patches/patch-as
+++ b/devel/xulrunner/patches/patch-as
@@ -1,10 +1,10 @@
-$NetBSD: patch-as,v 1.2 2011/04/26 14:16:36 tnn Exp $
+$NetBSD: patch-as,v 1.3 2011/08/18 18:31:10 tnn Exp $
Treat DragonFly like FreeBSD.
---- js/src/configure.in.orig 2010-12-15 01:03:04.000000000 +0000
+--- js/src/configure.in.orig 2011-08-11 21:41:02.000000000 +0000
+++ js/src/configure.in
-@@ -769,7 +769,7 @@ EOF
+@@ -748,7 +748,7 @@ EOF
AC_LANG_RESTORE
])
@@ -13,7 +13,7 @@ Treat DragonFly like FreeBSD.
AC_CACHE_CHECK(for |class __declspec(dllimport) exception| bug,
ac_cv_have_dllimport_exception_bug,
[
-@@ -2059,7 +2059,7 @@ case "$target" in
+@@ -1977,7 +1977,7 @@ case "$target" in
MOZ_FIX_LINK_PATHS='-Wl,-executable_path,$(LIBXUL_DIST)/bin'
;;
@@ -22,7 +22,7 @@ Treat DragonFly like FreeBSD.
if test `test -x /usr/bin/objformat && /usr/bin/objformat || echo elf` != "elf"; then
DLL_SUFFIX=".so.1.0"
DSO_LDOPTS="-shared"
-@@ -3018,7 +3018,7 @@ case "$target" in
+@@ -2821,7 +2821,7 @@ case "$target" in
*-solaris*)
AC_DEFINE(AVMPLUS_UNIX)
;;
@@ -30,8 +30,8 @@ Treat DragonFly like FreeBSD.
+*-freebsd*|*-kfreebsd*|*-netbsd*|*-dragonfly*)
AC_DEFINE(AVMPLUS_UNIX)
;;
- *-gnu*)
-@@ -4880,7 +4880,7 @@ if test "$MOZ_MEMORY"; then
+ *-openbsd*)
+@@ -4730,7 +4730,7 @@ if test "$MOZ_MEMORY"; then
*-darwin*)
AC_DEFINE(MOZ_MEMORY_DARWIN)
;;
diff --git a/devel/xulrunner/patches/patch-au b/devel/xulrunner/patches/patch-au
index 2c6ecf76526..511f24f2bb3 100644
--- a/devel/xulrunner/patches/patch-au
+++ b/devel/xulrunner/patches/patch-au
@@ -1,25 +1,21 @@
-$NetBSD: patch-au,v 1.3 2011/07/11 12:46:14 tnn Exp $
+$NetBSD: patch-au,v 1.4 2011/08/18 18:31:10 tnn Exp $
- Fix device name on NetBSD
- SOUND_VERSION just isn't a reliable way to detect features supported by
particular OSS implementation.
---- media/libsydneyaudio/src/sydney_audio_oss.c.orig 2010-07-21 00:52:30.000000000 +0000
+--- media/libsydneyaudio/src/sydney_audio_oss.c.orig 2011-08-11 21:41:16.000000000 +0000
+++ media/libsydneyaudio/src/sydney_audio_oss.c
-@@ -51,9 +51,9 @@
+@@ -55,7 +55,7 @@
// support only versions newer than 3.6.1
- #define SUPP_OSS_VERSION OSS_VERSION(3,6,1)
+ #define SUPP_OSS_VERSION OSS_VERSION(3,0,1)
-#if (SOUND_VERSION < SUPP_OSS_VERSION)
--#error Unsupported OSS Version
--#else
-+//#if (SOUND_VERSION < SUPP_OSS_VERSION)
-+//#error Unsupported OSS Version
-+//#else
++#if 0 // (SOUND_VERSION < SUPP_OSS_VERSION)
+ #error Unsupported OSS Version
+ #else
- typedef struct sa_buf sa_buf;
- struct sa_buf {
-@@ -201,7 +201,12 @@ sa_stream_create_pcm(
+@@ -205,7 +205,12 @@ sa_stream_create_pcm(
return SA_ERROR_SYSTEM;
}
@@ -32,9 +28,3 @@ $NetBSD: patch-au,v 1.3 2011/07/11 12:46:14 tnn Exp $
s->output_fd = -1;
s->thread_id = 0;
s->playing = 0;
-@@ -721,4 +726,4 @@ UNSUPPORTED(int sa_stream_drain(sa_strea
-
- const char *sa_strerror(int code) { return NULL; }
-
--#endif
-+//#endif
diff --git a/devel/xulrunner/patches/patch-bf b/devel/xulrunner/patches/patch-bf
index 903d29b919c..7617de522ca 100644
--- a/devel/xulrunner/patches/patch-bf
+++ b/devel/xulrunner/patches/patch-bf
@@ -1,13 +1,13 @@
-$NetBSD: patch-bf,v 1.4 2011/07/12 15:12:36 tnn Exp $
+$NetBSD: patch-bf,v 1.5 2011/08/18 18:31:10 tnn Exp $
---- js/src/jsnativestack.cpp.orig 2011-06-15 21:57:29.000000000 +0000
+--- js/src/jsnativestack.cpp.orig 2011-08-11 21:41:05.000000000 +0000
+++ js/src/jsnativestack.cpp
@@ -50,7 +50,7 @@
#elif defined(XP_MACOSX) || defined(DARWIN) || defined(XP_UNIX)
# include <pthread.h>
--# if defined(__FreeBSD__)
-+# if defined(__FreeBSD__) || defined(__DragonFly__)
+-# if defined(__FreeBSD__) || defined(__OpenBSD__)
++# if defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
# include <pthread_np.h>
# endif
diff --git a/devel/xulrunner/patches/patch-ipc_chromium_src_build_build__config.h b/devel/xulrunner/patches/patch-ipc_chromium_src_build_build__config.h
index b33651d997d..e33feb784a4 100644
--- a/devel/xulrunner/patches/patch-ipc_chromium_src_build_build__config.h
+++ b/devel/xulrunner/patches/patch-ipc_chromium_src_build_build__config.h
@@ -1,6 +1,6 @@
-$NetBSD: patch-ipc_chromium_src_build_build__config.h,v 1.1 2011/07/11 12:46:14 tnn Exp $
+$NetBSD: patch-ipc_chromium_src_build_build__config.h,v 1.2 2011/08/18 18:31:10 tnn Exp $
---- ipc/chromium/src/build/build_config.h.orig 2011-06-15 21:57:27.000000000 +0000
+--- ipc/chromium/src/build/build_config.h.orig 2011-08-11 21:41:01.000000000 +0000
+++ ipc/chromium/src/build/build_config.h
@@ -19,6 +19,10 @@
#define OS_MACOSX 1
@@ -23,7 +23,7 @@ $NetBSD: patch-ipc_chromium_src_build_build__config.h,v 1.1 2011/07/11 12:46:14
#endif
@@ -60,6 +64,9 @@
- #elif defined(__ppc__)
+ #elif defined(__ppc__) || defined(__powerpc__)
#define ARCH_CPU_PPC 1
#define ARCH_CPU_32_BITS 1
+#elif defined(__sparc64__)