summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2013-02-22 14:48:06 +0000
committerryoon <ryoon@pkgsrc.org>2013-02-22 14:48:06 +0000
commitd5dea81c70e04957d5922e0e300255c5415d315e (patch)
tree65cf1f9d76029a57bffd158e67bceb22f6ae417e /devel
parent13dcaec3621f66653f04ecf949fe6afae455ea5f (diff)
downloadpkgsrc-d5dea81c70e04957d5922e0e300255c5415d315e.tar.gz
Update to 19.0
Changelog: NEW Built-in PDF viewer CHANGED Canvas elements can export their content as an image blob using canvas.toBlob() CHANGED Startup performance improvements (bugs 715402 and 756313) DEVELOPER Debugger now supports pausing on exceptions and hiding non-enumerable properties DEVELOPER Remote Web Console is available for connecting to Firefox on Android or Firefox OS (experimental, set devtools.debugger.remote-enabled to true) DEVELOPER There is now a Browser Debugger available for add-on and browser developers (experimental, set devtools.chrome.enabled to true) DEVELOPER Web Console CSS links now open in the Style Editor HTML5 CSS @page is now supported HTML5 CSS viewport-percentage length units implemented (vh, vw, vmin and vmax) HTML5 CSS text-transform now supports full-width FIXED Certain valid WebGL drawing operations are incorrectly rejected, leaving incomplete rendering in affected pages (825205) FIXED Starting Firefox with -private flag incorrectly claims you are not in Private Browsing mode (802274) FIXED Plugins stop rendering when the top half of the plugin is scrolled off the top of the page, in HiDPI mode (825734)
Diffstat (limited to 'devel')
-rw-r--r--devel/xulrunner/Makefile3
-rw-r--r--devel/xulrunner/PLIST147
-rw-r--r--devel/xulrunner/dist.mk6
-rw-r--r--devel/xulrunner/distinfo13
-rw-r--r--devel/xulrunner/patches/patch-mb34
-rw-r--r--devel/xulrunner/patches/patch-toolkit_components_osfile_osfileutils.cpp47
-rw-r--r--devel/xulrunner/patches/patch-toolkit_xre_nsAppRunner.cpp13
7 files changed, 113 insertions, 150 deletions
diff --git a/devel/xulrunner/Makefile b/devel/xulrunner/Makefile
index db5aa708c33..ab2f80d5629 100644
--- a/devel/xulrunner/Makefile
+++ b/devel/xulrunner/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.97 2013/02/16 11:19:09 wiz Exp $
+# $NetBSD: Makefile,v 1.98 2013/02/22 14:48:06 ryoon Exp $
.include "dist.mk"
PKGNAME= xulrunner-${MOZ_BRANCH}${MOZ_BRANCH_MINOR:S/esr//}
-PKGREVISION= 1
CATEGORIES= devel www
MAINTAINER= pkgsrc-users@NetBSD.org
diff --git a/devel/xulrunner/PLIST b/devel/xulrunner/PLIST
index 4ef72e1fb6b..38de0a75ef4 100644
--- a/devel/xulrunner/PLIST
+++ b/devel/xulrunner/PLIST
@@ -1,12 +1,15 @@
-@comment $NetBSD: PLIST,v 1.50 2013/01/10 15:01:29 ryoon Exp $
+@comment $NetBSD: PLIST,v 1.51 2013/02/22 14:48:06 ryoon Exp $
bin/xulrunner
include/xulrunner/AccEvent.h
include/xulrunner/AnimationCommon.h
+include/xulrunner/AudioAvailableEventManager.h
include/xulrunner/AudioChannelAgent.h
include/xulrunner/AudioChannelCommon.h
include/xulrunner/AudioChannelService.h
include/xulrunner/AudioChannelServiceChild.h
+include/xulrunner/AudioSampleFormat.h
include/xulrunner/AudioSegment.h
+include/xulrunner/AudioStream.h
include/xulrunner/BasicImplData.h
include/xulrunner/BasicLayers.h
include/xulrunner/BasicTiledThebesLayer.h
@@ -15,11 +18,11 @@ include/xulrunner/Composer2D.h
include/xulrunner/CompositorChild.h
include/xulrunner/CompositorParent.h
include/xulrunner/CryptoTask.h
-include/xulrunner/CustomQS_Canvas.h
-include/xulrunner/CustomQS_Canvas2D.h
include/xulrunner/DOMCameraManager.h
include/xulrunner/DeviceStorage.h
include/xulrunner/DictionaryHelpers.h
+include/xulrunner/ErrorList.h
+include/xulrunner/ErrorListDefines.h
include/xulrunner/EventTracer.h
include/xulrunner/FileBlockCache.h
include/xulrunner/ForceDiscreteGPUHelperCGL.h
@@ -51,14 +54,22 @@ include/xulrunner/LayerSorter.h
include/xulrunner/LayerTreeInvalidation.h
include/xulrunner/Layers.h
include/xulrunner/LayersTypes.h
+include/xulrunner/MediaCache.h
+include/xulrunner/MediaDecoder.h
+include/xulrunner/MediaDecoderOwner.h
+include/xulrunner/MediaDecoderReader.h
+include/xulrunner/MediaDecoderStateMachine.h
include/xulrunner/MediaEngine.h
include/xulrunner/MediaEngineDefault.h
${PLIST.webrtc}include/xulrunner/MediaEngineWebRTC.h
include/xulrunner/MediaResource.h
include/xulrunner/MediaSegment.h
include/xulrunner/MediaStreamGraph.h
+include/xulrunner/OggCodecState.h
+include/xulrunner/OggDecoder.h
include/xulrunner/PCOMContentPermissionRequestChild.h
include/xulrunner/ReadbackLayer.h
+include/xulrunner/RoundedRect.h
include/xulrunner/SVGAttrValueWrapper.h
include/xulrunner/ScopedNSSTypes.h
include/xulrunner/ScrollbarActivity.h
@@ -75,11 +86,10 @@ include/xulrunner/TimeVarying.h
include/xulrunner/VideoFrameContainer.h
include/xulrunner/VideoSegment.h
include/xulrunner/VideoUtils.h
-include/xulrunner/WebGLContext.h
-include/xulrunner/WebGLElementArrayCache.h
-include/xulrunner/WebGLExtensions.h
+include/xulrunner/VorbisUtils.h
+include/xulrunner/WaveDecoder.h
+include/xulrunner/WebMDecoder.h
include/xulrunner/XPCJSMemoryReporter.h
-include/xulrunner/a11yGeneric.h
include/xulrunner/amIInstallTrigger.h
include/xulrunner/amIWebInstallListener.h
include/xulrunner/amIWebInstaller.h
@@ -87,9 +97,6 @@ include/xulrunner/angle/ShaderLang.h
include/xulrunner/chromium_types.h
include/xulrunner/cubeb/cubeb-stdint.h
include/xulrunner/cubeb/cubeb.h
-include/xulrunner/dmd.h
-include/xulrunner/dombindings.h
-include/xulrunner/dombindings_gen.h
include/xulrunner/domstubs.h
include/xulrunner/ds/BitArray.h
include/xulrunner/expat.h
@@ -97,15 +104,12 @@ include/xulrunner/expat_config.h
include/xulrunner/expat_external.h
include/xulrunner/extIApplication.h
include/xulrunner/ftpCore.h
-include/xulrunner/gc/Barrier.h
-include/xulrunner/gc/Heap.h
include/xulrunner/gc/Root.h
-include/xulrunner/gc/Statistics.h
-include/xulrunner/gc/StoreBuffer.h
include/xulrunner/gfx2DGlue.h
include/xulrunner/gfx3DMatrix.h
include/xulrunner/gfxASurface.h
include/xulrunner/gfxAlphaRecovery.h
+include/xulrunner/gfxBaseSharedMemorySurface.h
include/xulrunner/gfxBlur.h
include/xulrunner/gfxCachedTempSurface.h
include/xulrunner/gfxColor.h
@@ -140,6 +144,7 @@ include/xulrunner/gfxRect.h
include/xulrunner/gfxReusableSurfaceWrapper.h
include/xulrunner/gfxSVGGlyphs.h
include/xulrunner/gfxSharedImageSurface.h
+include/xulrunner/gfxSharedQuartzSurface.h
include/xulrunner/gfxSkipChars.h
include/xulrunner/gfxTeeSurface.h
include/xulrunner/gfxTypes.h
@@ -173,8 +178,10 @@ include/xulrunner/imgIContainerObserver.h
include/xulrunner/imgIDecoderObserver.h
include/xulrunner/imgIEncoder.h
include/xulrunner/imgILoader.h
+include/xulrunner/imgINotificationObserver.h
include/xulrunner/imgIOnloadBlocker.h
include/xulrunner/imgIRequest.h
+include/xulrunner/imgIScriptedNotificationObserver.h
include/xulrunner/imgITools.h
include/xulrunner/imgLoader.h
include/xulrunner/imgRequest.h
@@ -198,6 +205,7 @@ ${PLIST.jemalloc}include/xulrunner/jemalloc_types.h
include/xulrunner/js-config.h
include/xulrunner/js.msg
include/xulrunner/js/HashTable.h
+include/xulrunner/js/HeapAPI.h
include/xulrunner/js/LegacyIntTypes.h
include/xulrunner/js/MemoryMetrics.h
include/xulrunner/js/TemplateLib.h
@@ -213,7 +221,6 @@ include/xulrunner/jsdbgapi.h
include/xulrunner/jsdebug.h
include/xulrunner/jsdhash.h
include/xulrunner/jsfriendapi.h
-include/xulrunner/jsgc.h
include/xulrunner/jslock.h
include/xulrunner/json.h
include/xulrunner/jsperf.h
@@ -287,6 +294,7 @@ include/xulrunner/mozilla/ClearOnShutdown.h
include/xulrunner/mozilla/CondVar.h
include/xulrunner/mozilla/Constants.h
include/xulrunner/mozilla/DeadlockDetector.h
+include/xulrunner/mozilla/EnumSet.h
include/xulrunner/mozilla/ErrorResult.h
include/xulrunner/mozilla/FileLocation.h
include/xulrunner/mozilla/FileUtils.h
@@ -311,7 +319,6 @@ include/xulrunner/mozilla/LookAndFeel.h
include/xulrunner/mozilla/MSStdInt.h
include/xulrunner/mozilla/MapsMemoryReporter.h
include/xulrunner/mozilla/MathAlgorithms.h
-include/xulrunner/mozilla/MemoryInfoDumper.h
include/xulrunner/mozilla/Module.h
include/xulrunner/mozilla/ModuleLoader.h
include/xulrunner/mozilla/ModuleUtils.h
@@ -353,6 +360,7 @@ include/xulrunner/mozilla/WidgetTraceEvent.h
include/xulrunner/mozilla/WidgetUtils.h
include/xulrunner/mozilla/X11Util.h
include/xulrunner/mozilla/XPCOM.h
+include/xulrunner/mozilla/a11y/AccTypes.h
include/xulrunner/mozilla/a11y/Accessible.h
include/xulrunner/mozilla/a11y/AccessibleWrap.h
include/xulrunner/mozilla/a11y/DocAccessible.h
@@ -364,6 +372,7 @@ include/xulrunner/mozilla/a11y/States.h
include/xulrunner/mozilla/arm.h
include/xulrunner/mozilla/chrome/RegistryMessageUtils.h
include/xulrunner/mozilla/css/Declaration.h
+include/xulrunner/mozilla/css/ErrorReporter.h
include/xulrunner/mozilla/css/GroupRule.h
include/xulrunner/mozilla/css/ImageLoader.h
include/xulrunner/mozilla/css/ImportRule.h
@@ -382,50 +391,74 @@ include/xulrunner/mozilla/dom/AudioChild.h
include/xulrunner/mozilla/dom/AudioContextBinding.h
include/xulrunner/mozilla/dom/AudioDestinationNode.h
include/xulrunner/mozilla/dom/AudioDestinationNodeBinding.h
+include/xulrunner/mozilla/dom/AudioListener.h
+include/xulrunner/mozilla/dom/AudioListenerBinding.h
include/xulrunner/mozilla/dom/AudioNode.h
include/xulrunner/mozilla/dom/AudioNodeBinding.h
+include/xulrunner/mozilla/dom/AudioParam.h
+include/xulrunner/mozilla/dom/AudioParamBinding.h
include/xulrunner/mozilla/dom/AudioParent.h
include/xulrunner/mozilla/dom/AudioSourceNode.h
include/xulrunner/mozilla/dom/AudioSourceNodeBinding.h
include/xulrunner/mozilla/dom/BindingUtils.h
+include/xulrunner/mozilla/dom/BiquadFilterNode.h
+include/xulrunner/mozilla/dom/BiquadFilterNodeBinding.h
include/xulrunner/mozilla/dom/BlobBinding.h
include/xulrunner/mozilla/dom/CSS2PropertiesBinding.h
include/xulrunner/mozilla/dom/CSSStyleDeclarationBinding.h
+include/xulrunner/mozilla/dom/CallbackFunction.h
+include/xulrunner/mozilla/dom/CanvasRenderingContext2D.h
include/xulrunner/mozilla/dom/CanvasRenderingContext2DBinding.h
+include/xulrunner/mozilla/dom/CanvasUtils.h
include/xulrunner/mozilla/dom/ClientRectListBinding.h
+include/xulrunner/mozilla/dom/Comment.h
include/xulrunner/mozilla/dom/ContentChild.h
include/xulrunner/mozilla/dom/ContentParent.h
include/xulrunner/mozilla/dom/ContentProcess.h
include/xulrunner/mozilla/dom/CrashReporterChild.h
include/xulrunner/mozilla/dom/CrashReporterParent.h
include/xulrunner/mozilla/dom/DOMError.h
+include/xulrunner/mozilla/dom/DOMImplementation.h
+include/xulrunner/mozilla/dom/DOMImplementationBinding.h
include/xulrunner/mozilla/dom/DOMJSClass.h
include/xulrunner/mozilla/dom/DOMJSProxyHandler.h
include/xulrunner/mozilla/dom/DOMRequest.h
include/xulrunner/mozilla/dom/DOMSettableTokenListBinding.h
+include/xulrunner/mozilla/dom/DOMStringMapBinding.h
include/xulrunner/mozilla/dom/DOMTokenListBinding.h
+include/xulrunner/mozilla/dom/DelayNode.h
+include/xulrunner/mozilla/dom/DelayNodeBinding.h
include/xulrunner/mozilla/dom/DirectionalityUtils.h
+include/xulrunner/mozilla/dom/DocumentFragment.h
+include/xulrunner/mozilla/dom/DynamicsCompressorNode.h
+include/xulrunner/mozilla/dom/DynamicsCompressorNodeBinding.h
include/xulrunner/mozilla/dom/Element.h
include/xulrunner/mozilla/dom/EncodingUtils.h
include/xulrunner/mozilla/dom/Errors.msg
+include/xulrunner/mozilla/dom/EventHandlerBinding.h
include/xulrunner/mozilla/dom/EventListenerBinding.h
include/xulrunner/mozilla/dom/EventTargetBinding.h
include/xulrunner/mozilla/dom/ExternalHelperAppChild.h
include/xulrunner/mozilla/dom/ExternalHelperAppParent.h
+include/xulrunner/mozilla/dom/FileBinding.h
include/xulrunner/mozilla/dom/FileListBinding.h
include/xulrunner/mozilla/dom/FileReaderSyncBinding.h
include/xulrunner/mozilla/dom/FragmentOrElement.h
include/xulrunner/mozilla/dom/FromParser.h
-include/xulrunner/mozilla/dom/FunctionBinding.h
+include/xulrunner/mozilla/dom/GainNode.h
+include/xulrunner/mozilla/dom/GainNodeBinding.h
include/xulrunner/mozilla/dom/HTMLCollectionBinding.h
include/xulrunner/mozilla/dom/HTMLOptionsCollectionBinding.h
include/xulrunner/mozilla/dom/HTMLPropertiesCollectionBinding.h
include/xulrunner/mozilla/dom/ImageData.h
+include/xulrunner/mozilla/dom/ImageDataBinding.h
include/xulrunner/mozilla/dom/Link.h
include/xulrunner/mozilla/dom/NodeListBinding.h
include/xulrunner/mozilla/dom/NonRefcountedDOMObject.h
include/xulrunner/mozilla/dom/Nullable.h
include/xulrunner/mozilla/dom/PaintRequestListBinding.h
+include/xulrunner/mozilla/dom/PannerNode.h
+include/xulrunner/mozilla/dom/PannerNodeBinding.h
include/xulrunner/mozilla/dom/PerformanceBinding.h
include/xulrunner/mozilla/dom/PerformanceNavigationBinding.h
include/xulrunner/mozilla/dom/PerformanceTimingBinding.h
@@ -438,6 +471,7 @@ include/xulrunner/mozilla/dom/SVGNumberListBinding.h
include/xulrunner/mozilla/dom/SVGPathSegListBinding.h
include/xulrunner/mozilla/dom/SVGPointListBinding.h
include/xulrunner/mozilla/dom/SVGTransformListBinding.h
+include/xulrunner/mozilla/dom/ScreenBinding.h
include/xulrunner/mozilla/dom/ScreenOrientation.h
include/xulrunner/mozilla/dom/StorageChild.h
include/xulrunner/mozilla/dom/StorageParent.h
@@ -452,6 +486,8 @@ include/xulrunner/mozilla/dom/TextDecoderBinding.h
include/xulrunner/mozilla/dom/TextEncoder.h
include/xulrunner/mozilla/dom/TextEncoderBinding.h
include/xulrunner/mozilla/dom/TypedArray.h
+include/xulrunner/mozilla/dom/URL.h
+include/xulrunner/mozilla/dom/URLBinding.h
include/xulrunner/mozilla/dom/UnionConversions.h
include/xulrunner/mozilla/dom/UnionTypes.h
include/xulrunner/mozilla/dom/WebGLRenderingContextBinding.h
@@ -512,6 +548,7 @@ include/xulrunner/mozilla/dom/sms/SmsChild.h
include/xulrunner/mozilla/dom/sms/SmsMessage.h
include/xulrunner/mozilla/dom/sms/SmsParent.h
include/xulrunner/mozilla/dom/sms/SmsRequest.h
+include/xulrunner/mozilla/dom/sms/SmsSegmentInfo.h
include/xulrunner/mozilla/dom/sms/SmsServicesFactory.h
include/xulrunner/mozilla/dom/sms/Types.h
include/xulrunner/mozilla/dom/time/DateCacheCleaner.h
@@ -597,6 +634,7 @@ include/xulrunner/mozilla/layers/ShadowLayersManager.h
include/xulrunner/mozilla/layers/ShadowLayersParent.h
include/xulrunner/mozilla/layers/SharedImageUtils.h
include/xulrunner/mozilla/layers/ShmemYCbCrImage.h
+include/xulrunner/mozilla/layers/TaskThrottler.h
include/xulrunner/mozilla/layout/FrameChildList.h
include/xulrunner/mozilla/layout/RenderFrameChild.h
include/xulrunner/mozilla/layout/RenderFrameParent.h
@@ -621,11 +659,14 @@ include/xulrunner/mozilla/net/NeckoCommon.h
include/xulrunner/mozilla/net/NeckoMessageUtils.h
include/xulrunner/mozilla/net/NeckoParent.h
include/xulrunner/mozilla/net/PHttpChannelParams.h
+include/xulrunner/mozilla/net/RemoteOpenFileChild.h
+include/xulrunner/mozilla/net/RemoteOpenFileParent.h
include/xulrunner/mozilla/net/WebSocketChannel.h
include/xulrunner/mozilla/net/WebSocketChannelChild.h
include/xulrunner/mozilla/net/WebSocketChannelParent.h
include/xulrunner/mozilla/net/WyciwygChannelChild.h
include/xulrunner/mozilla/net/WyciwygChannelParent.h
+include/xulrunner/mozilla/nsMemoryInfoDumper.h
include/xulrunner/mozilla/places/Database.h
include/xulrunner/mozilla/places/History.h
include/xulrunner/mozilla/plugins/AStream.h
@@ -696,6 +737,7 @@ include/xulrunner/nsArrayEnumerator.h
include/xulrunner/nsArrayUtils.h
include/xulrunner/nsAsyncDOMEvent.h
include/xulrunner/nsAsyncRedirectVerifyHelper.h
+include/xulrunner/nsAsyncScrollEventDetail.h
include/xulrunner/nsAtomListUtils.h
include/xulrunner/nsAtomService.h
include/xulrunner/nsAtomicRefcnt.h
@@ -703,8 +745,6 @@ include/xulrunner/nsAttrAndChildArray.h
include/xulrunner/nsAttrName.h
include/xulrunner/nsAttrValue.h
include/xulrunner/nsAttrValueInlines.h
-include/xulrunner/nsAudioAvailableEventManager.h
-include/xulrunner/nsAudioStream.h
include/xulrunner/nsAutoJSValHolder.h
include/xulrunner/nsAutoPtr.h
include/xulrunner/nsAutoRef.h
@@ -713,11 +753,7 @@ include/xulrunner/nsBidi.h
include/xulrunner/nsBidiPresUtils.h
include/xulrunner/nsBidiUtils.h
include/xulrunner/nsBindingManager.h
-include/xulrunner/nsBlobProtocolHandler.h
include/xulrunner/nsBoundingMetrics.h
-include/xulrunner/nsBuiltinDecoder.h
-include/xulrunner/nsBuiltinDecoderReader.h
-include/xulrunner/nsBuiltinDecoderStateMachine.h
include/xulrunner/nsCDefaultURIFixup.h
include/xulrunner/nsCExternalHandlerService.h
include/xulrunner/nsCOMArray.h
@@ -782,7 +818,9 @@ include/xulrunner/nsCoord.h
include/xulrunner/nsCopySupport.h
include/xulrunner/nsCppSharedAllocator.h
include/xulrunner/nsCrossSiteListenerProxy.h
+include/xulrunner/nsCycleCollectionNoteChild.h
include/xulrunner/nsCycleCollectionParticipant.h
+include/xulrunner/nsCycleCollectionTraversalCallback.h
include/xulrunner/nsCycleCollector.h
include/xulrunner/nsCycleCollectorUtils.h
include/xulrunner/nsDOMAttributeMap.h
@@ -856,7 +894,6 @@ include/xulrunner/nsFrameTraversal.h
include/xulrunner/nsGTKToolkit.h
include/xulrunner/nsGUIEvent.h
include/xulrunner/nsGZFileWriter.h
-include/xulrunner/nsGenericElement.h
include/xulrunner/nsGenericHTMLElement.h
include/xulrunner/nsGeoPosition.h
include/xulrunner/nsGeoPositionIPCSerialiser.h
@@ -886,6 +923,7 @@ include/xulrunner/nsHTMLVideoElement.h
include/xulrunner/nsHashKeys.h
include/xulrunner/nsHashPropertyBag.h
include/xulrunner/nsHashtable.h
+include/xulrunner/nsHostObjectProtocolHandler.h
include/xulrunner/nsHtml5ArrayCopy.h
include/xulrunner/nsHtml5AtomList.h
include/xulrunner/nsHtml5AtomTable.h
@@ -966,6 +1004,7 @@ include/xulrunner/nsIArray.h
include/xulrunner/nsIAssociatedContentSecurity.h
include/xulrunner/nsIAsyncInputStream.h
include/xulrunner/nsIAsyncOutputStream.h
+include/xulrunner/nsIAsyncScrollEventDetail.h
include/xulrunner/nsIAsyncStreamCopier.h
include/xulrunner/nsIAsyncVerifyRedirectCallback.h
include/xulrunner/nsIAtom.h
@@ -1024,6 +1063,7 @@ include/xulrunner/nsICacheSession.h
include/xulrunner/nsICacheVisitor.h
include/xulrunner/nsICachingChannel.h
include/xulrunner/nsICancelable.h
+include/xulrunner/nsICancelableRunnable.h
include/xulrunner/nsICanvasElementExternal.h
include/xulrunner/nsICanvasGLPrivate.h
include/xulrunner/nsICanvasRenderingContextInternal.h
@@ -1128,7 +1168,6 @@ include/xulrunner/nsIDOMBatteryManager.h
include/xulrunner/nsIDOMBeforeUnloadEvent.h
include/xulrunner/nsIDOMCDATASection.h
include/xulrunner/nsIDOMCRMFObject.h
-include/xulrunner/nsIDOMCSS2Properties.h
include/xulrunner/nsIDOMCSSCharsetRule.h
include/xulrunner/nsIDOMCSSFontFaceRule.h
include/xulrunner/nsIDOMCSSImportRule.h
@@ -1171,7 +1210,6 @@ include/xulrunner/nsIDOMDOMImplementation.h
include/xulrunner/nsIDOMDOMRequest.h
include/xulrunner/nsIDOMDOMSettableTokenList.h
include/xulrunner/nsIDOMDOMStringList.h
-include/xulrunner/nsIDOMDOMStringMap.h
include/xulrunner/nsIDOMDOMTokenList.h
include/xulrunner/nsIDOMDataChannel.h
include/xulrunner/nsIDOMDataContainerEvent.h
@@ -1449,6 +1487,7 @@ include/xulrunner/nsIDOMSmsFilter.h
include/xulrunner/nsIDOMSmsManager.h
include/xulrunner/nsIDOMSmsMessage.h
include/xulrunner/nsIDOMSmsRequest.h
+include/xulrunner/nsIDOMSmsSegmentInfo.h
include/xulrunner/nsIDOMStorage.h
include/xulrunner/nsIDOMStorageEvent.h
include/xulrunner/nsIDOMStorageIndexedDB.h
@@ -1548,6 +1587,7 @@ include/xulrunner/nsIEditorBoxObject.h
include/xulrunner/nsIEditorDocShell.h
include/xulrunner/nsIEditorIMESupport.h
include/xulrunner/nsIEditorMailSupport.h
+include/xulrunner/nsIEditorObserver.h
include/xulrunner/nsIEditorSpellCheck.h
include/xulrunner/nsIEditorStyleSheets.h
include/xulrunner/nsIEffectiveTLDService.h
@@ -1737,6 +1777,7 @@ include/xulrunner/nsIMIMEInputStream.h
include/xulrunner/nsIMIMEService.h
include/xulrunner/nsIMarkupDocumentViewer.h
include/xulrunner/nsIMemory.h
+include/xulrunner/nsIMemoryInfoDumper.h
include/xulrunner/nsIMemoryReporter.h
include/xulrunner/nsIMenuBoxObject.h
include/xulrunner/nsIMenuBuilder.h
@@ -1767,7 +1808,6 @@ include/xulrunner/nsINetworkLinkService.h
include/xulrunner/nsINode.h
include/xulrunner/nsINodeInfo.h
include/xulrunner/nsINodeList.h
-include/xulrunner/nsIOCSPResponder.h
include/xulrunner/nsIOS2Locale.h
include/xulrunner/nsIOSFileConstantsService.h
include/xulrunner/nsIObjectFrame.h
@@ -1894,6 +1934,7 @@ include/xulrunner/nsIRedirectResultListener.h
include/xulrunner/nsIReflowCallback.h
include/xulrunner/nsIRefreshURI.h
include/xulrunner/nsIRelativeFilePref.h
+include/xulrunner/nsIRemoteOpenFileListener.h
include/xulrunner/nsIRemoteService.h
include/xulrunner/nsIRequest.h
include/xulrunner/nsIRequestObserver.h
@@ -2146,7 +2187,6 @@ include/xulrunner/nsIWebSocketChannel.h
include/xulrunner/nsIWebSocketListener.h
include/xulrunner/nsIWidget.h
include/xulrunner/nsIWidgetListener.h
-include/xulrunner/nsIWifiEventInits.h
include/xulrunner/nsIWindowCreator.h
include/xulrunner/nsIWindowCreator2.h
include/xulrunner/nsIWindowDataSource.h
@@ -2166,8 +2206,6 @@ include/xulrunner/nsIX509CertDB2.h
include/xulrunner/nsIX509CertList.h
include/xulrunner/nsIX509CertValidity.h
include/xulrunner/nsIXBLAccessible.h
-include/xulrunner/nsIXFormsUtilityService.h
-include/xulrunner/nsIXMLContentBuilder.h
include/xulrunner/nsIXMLContentSink.h
include/xulrunner/nsIXMLHttpRequest.h
include/xulrunner/nsIXPCScriptNotify.h
@@ -2178,12 +2216,6 @@ include/xulrunner/nsIXPathEvaluatorInternal.h
include/xulrunner/nsIXSLTException.h
include/xulrunner/nsIXSLTProcessor.h
include/xulrunner/nsIXSLTProcessorPrivate.h
-include/xulrunner/nsIXTFAttributeHandler.h
-include/xulrunner/nsIXTFElement.h
-include/xulrunner/nsIXTFElementFactory.h
-include/xulrunner/nsIXTFElementWrapper.h
-include/xulrunner/nsIXTFPrivate.h
-include/xulrunner/nsIXTFService.h
include/xulrunner/nsIXULAppInfo.h
include/xulrunner/nsIXULAppInstall.h
include/xulrunner/nsIXULBrowserWindow.h
@@ -2223,8 +2255,6 @@ include/xulrunner/nsMIMEInputStream.h
include/xulrunner/nsMappedAttributeElement.h
include/xulrunner/nsMargin.h
include/xulrunner/nsMathUtils.h
-include/xulrunner/nsMediaCache.h
-include/xulrunner/nsMediaDecoder.h
include/xulrunner/nsMediaSniffer.h
include/xulrunner/nsMemory.h
include/xulrunner/nsMimeTypes.h
@@ -2244,8 +2274,6 @@ include/xulrunner/nsObjCExceptions.h
include/xulrunner/nsObjectFrame.h
include/xulrunner/nsObserverList.h
include/xulrunner/nsObserverService.h
-include/xulrunner/nsOggCodecState.h
-include/xulrunner/nsOggDecoder.h
include/xulrunner/nsOpenWindowEventDetail.h
include/xulrunner/nsPIBoxObject.h
include/xulrunner/nsPICommandUpdater.h
@@ -2346,7 +2374,6 @@ include/xulrunner/nsStringIterator.h
include/xulrunner/nsStringStream.h
include/xulrunner/nsStructuredCloneContainer.h
include/xulrunner/nsStubDocumentObserver.h
-include/xulrunner/nsStubImageDecoderObserver.h
include/xulrunner/nsStubMutationObserver.h
include/xulrunner/nsStyleAnimation.h
include/xulrunner/nsStyleChangeList.h
@@ -2420,10 +2447,8 @@ include/xulrunner/nsVariant.h
include/xulrunner/nsVersionComparator.h
include/xulrunner/nsViewsCID.h
include/xulrunner/nsVoidArray.h
-include/xulrunner/nsWaveDecoder.h
include/xulrunner/nsWeakPtr.h
include/xulrunner/nsWeakReference.h
-include/xulrunner/nsWebMDecoder.h
include/xulrunner/nsWhitespaceTokenizer.h
include/xulrunner/nsWidgetInitData.h
include/xulrunner/nsWidgetsCID.h
@@ -2576,6 +2601,7 @@ include/xulrunner/theora/theora.h
include/xulrunner/theora/theoradec.h
include/xulrunner/theora/theoraenc.h
${PLIST.tremor}include/xulrunner/tremor/ivorbiscodec.h
+include/xulrunner/tremor/ivorbiscodec.h
include/xulrunner/txIEXSLTRegExFunctions.h
include/xulrunner/txIFunctionEvaluationContext.h
include/xulrunner/txINodeSet.h
@@ -2639,6 +2665,8 @@ 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/aboutTelemetry.dtd
+lib/xulrunner/chrome/en-US/locale/en-US/global/aboutTelemetry.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
@@ -2839,6 +2867,9 @@ 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/aboutTelemetry.css
+lib/xulrunner/chrome/toolkit/content/global/aboutTelemetry.js
+lib/xulrunner/chrome/toolkit/content/global/aboutTelemetry.xhtml
lib/xulrunner/chrome/toolkit/content/global/accessibility/AccessFu.css
lib/xulrunner/chrome/toolkit/content/global/accessibility/content-script.js
lib/xulrunner/chrome/toolkit/content/global/alerts/alert.css
@@ -3002,6 +3033,7 @@ 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/newaddon.js
lib/xulrunner/chrome/toolkit/content/mozapps/extensions/newaddon.xul
+lib/xulrunner/chrome/toolkit/content/mozapps/extensions/pluginPrefs.xul
lib/xulrunner/chrome/toolkit/content/mozapps/extensions/selectAddons.css
lib/xulrunner/chrome/toolkit/content/mozapps/extensions/selectAddons.js
lib/xulrunner/chrome/toolkit/content/mozapps/extensions/selectAddons.xml
@@ -3280,7 +3312,6 @@ 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/selectAddons.css
lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/stripes-error.png
-lib/xulrunner/chrome/toolkit/skin/classic/mozapps/extensions/stripes-info-negative-small.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
@@ -3506,12 +3537,14 @@ lib/xulrunner/libxpcomglue.a
lib/xulrunner/libxpcomglue_s.a
lib/xulrunner/libxul.so
lib/xulrunner/modules/ActivitiesService.jsm
+lib/xulrunner/modules/ActivitiesServiceFilter.jsm
lib/xulrunner/modules/AddonLogging.jsm
lib/xulrunner/modules/AddonManager.jsm
lib/xulrunner/modules/AddonRepository.jsm
lib/xulrunner/modules/AddonUpdateChecker.jsm
lib/xulrunner/modules/AlarmDB.jsm
lib/xulrunner/modules/AlarmService.jsm
+lib/xulrunner/modules/AppDownloadManager.jsm
lib/xulrunner/modules/AppsServiceChild.jsm
lib/xulrunner/modules/AppsUtils.jsm
lib/xulrunner/modules/BookmarkHTMLUtils.jsm
@@ -3526,6 +3559,7 @@ lib/xulrunner/modules/CommonDialog.jsm
lib/xulrunner/modules/ConsoleAPIStorage.jsm
lib/xulrunner/modules/ContactDB.jsm
lib/xulrunner/modules/ContactService.jsm
+lib/xulrunner/modules/ContentPrefInstance.jsm
lib/xulrunner/modules/DOMIdentity.jsm
lib/xulrunner/modules/DOMRequestHelper.jsm
lib/xulrunner/modules/DeferredTask.jsm
@@ -3536,6 +3570,7 @@ lib/xulrunner/modules/DownloadUtils.jsm
lib/xulrunner/modules/FileUtils.jsm
lib/xulrunner/modules/ForgetAboutSite.jsm
lib/xulrunner/modules/FrameWorker.jsm
+lib/xulrunner/modules/FreeSpaceWatcher.jsm
lib/xulrunner/modules/Geometry.jsm
lib/xulrunner/modules/ISO8601DateUtils.jsm
lib/xulrunner/modules/IndexedDBHelper.jsm
@@ -3555,6 +3590,7 @@ lib/xulrunner/modules/PerfMeasurement.jsm
lib/xulrunner/modules/PermissionPromptHelper.jsm
lib/xulrunner/modules/PermissionSettings.jsm
lib/xulrunner/modules/PermissionsInstaller.jsm
+lib/xulrunner/modules/PermissionsTable.jsm
lib/xulrunner/modules/PhoneNumber.jsm
lib/xulrunner/modules/PhoneNumberMetaData.jsm
lib/xulrunner/modules/PhoneNumberUtils.jsm
@@ -3566,6 +3602,7 @@ lib/xulrunner/modules/PopupNotifications.jsm
lib/xulrunner/modules/PrivateBrowsingUtils.jsm
${PLIST.sps}lib/xulrunner/modules/Profiler.jsm
lib/xulrunner/modules/PropertyListUtils.jsm
+lib/xulrunner/modules/SafeBrowsing.jsm
lib/xulrunner/modules/Services.jsm
lib/xulrunner/modules/SettingsChangeNotifier.jsm
lib/xulrunner/modules/SettingsDB.jsm
@@ -3586,13 +3623,17 @@ lib/xulrunner/modules/WorkerAPI.jsm
lib/xulrunner/modules/XPCOMUtils.jsm
lib/xulrunner/modules/XPIProvider.jsm
lib/xulrunner/modules/XPIProviderUtils.js
+lib/xulrunner/modules/accessibility/AccessFu.css
lib/xulrunner/modules/accessibility/AccessFu.jsm
lib/xulrunner/modules/accessibility/EventManager.jsm
+lib/xulrunner/modules/accessibility/Makefile.in
lib/xulrunner/modules/accessibility/Presenters.jsm
lib/xulrunner/modules/accessibility/TouchAdapter.jsm
lib/xulrunner/modules/accessibility/TraversalRules.jsm
lib/xulrunner/modules/accessibility/Utils.jsm
lib/xulrunner/modules/accessibility/UtteranceGenerator.jsm
+lib/xulrunner/modules/accessibility/content-script.js
+lib/xulrunner/modules/accessibility/jar.mn
lib/xulrunner/modules/commonjs/loader.js
lib/xulrunner/modules/commonjs/promise/core.js
lib/xulrunner/modules/ctypes.jsm
@@ -3717,8 +3758,10 @@ share/idl/xulrunner/imgIContainerObserver.idl
share/idl/xulrunner/imgIDecoderObserver.idl
share/idl/xulrunner/imgIEncoder.idl
share/idl/xulrunner/imgILoader.idl
+share/idl/xulrunner/imgINotificationObserver.idl
share/idl/xulrunner/imgIOnloadBlocker.idl
share/idl/xulrunner/imgIRequest.idl
+share/idl/xulrunner/imgIScriptedNotificationObserver.idl
share/idl/xulrunner/imgITools.idl
share/idl/xulrunner/inICSSValueSearch.idl
share/idl/xulrunner/inIDOMUtils.idl
@@ -3810,6 +3853,7 @@ share/idl/xulrunner/nsIArray.idl
share/idl/xulrunner/nsIAssociatedContentSecurity.idl
share/idl/xulrunner/nsIAsyncInputStream.idl
share/idl/xulrunner/nsIAsyncOutputStream.idl
+share/idl/xulrunner/nsIAsyncScrollEventDetail.idl
share/idl/xulrunner/nsIAsyncStreamCopier.idl
share/idl/xulrunner/nsIAsyncVerifyRedirectCallback.idl
share/idl/xulrunner/nsIAtom.idl
@@ -3861,6 +3905,7 @@ share/idl/xulrunner/nsICacheSession.idl
share/idl/xulrunner/nsICacheVisitor.idl
share/idl/xulrunner/nsICachingChannel.idl
share/idl/xulrunner/nsICancelable.idl
+share/idl/xulrunner/nsICancelableRunnable.idl
share/idl/xulrunner/nsICanvasGLPrivate.idl
share/idl/xulrunner/nsICapturePicker.idl
share/idl/xulrunner/nsICategoryManager.idl
@@ -3952,7 +3997,6 @@ share/idl/xulrunner/nsIDOMBatteryManager.idl
share/idl/xulrunner/nsIDOMBeforeUnloadEvent.idl
share/idl/xulrunner/nsIDOMCDATASection.idl
share/idl/xulrunner/nsIDOMCRMFObject.idl
-share/idl/xulrunner/nsIDOMCSS2Properties.idl
share/idl/xulrunner/nsIDOMCSSCharsetRule.idl
share/idl/xulrunner/nsIDOMCSSFontFaceRule.idl
share/idl/xulrunner/nsIDOMCSSImportRule.idl
@@ -3994,7 +4038,6 @@ share/idl/xulrunner/nsIDOMDOMImplementation.idl
share/idl/xulrunner/nsIDOMDOMRequest.idl
share/idl/xulrunner/nsIDOMDOMSettableTokenList.idl
share/idl/xulrunner/nsIDOMDOMStringList.idl
-share/idl/xulrunner/nsIDOMDOMStringMap.idl
share/idl/xulrunner/nsIDOMDOMTokenList.idl
share/idl/xulrunner/nsIDOMDataChannel.idl
share/idl/xulrunner/nsIDOMDataContainerEvent.idl
@@ -4271,6 +4314,7 @@ share/idl/xulrunner/nsIDOMSmsFilter.idl
share/idl/xulrunner/nsIDOMSmsManager.idl
share/idl/xulrunner/nsIDOMSmsMessage.idl
share/idl/xulrunner/nsIDOMSmsRequest.idl
+share/idl/xulrunner/nsIDOMSmsSegmentInfo.idl
share/idl/xulrunner/nsIDOMStorage.idl
share/idl/xulrunner/nsIDOMStorageEvent.idl
share/idl/xulrunner/nsIDOMStorageIndexedDB.idl
@@ -4364,6 +4408,7 @@ share/idl/xulrunner/nsIEditorBoxObject.idl
share/idl/xulrunner/nsIEditorDocShell.idl
share/idl/xulrunner/nsIEditorIMESupport.idl
share/idl/xulrunner/nsIEditorMailSupport.idl
+share/idl/xulrunner/nsIEditorObserver.idl
share/idl/xulrunner/nsIEditorSpellCheck.idl
share/idl/xulrunner/nsIEditorStyleSheets.idl
share/idl/xulrunner/nsIEffectiveTLDService.idl
@@ -4523,6 +4568,7 @@ share/idl/xulrunner/nsIMIMEInputStream.idl
share/idl/xulrunner/nsIMIMEService.idl
share/idl/xulrunner/nsIMarkupDocumentViewer.idl
share/idl/xulrunner/nsIMemory.idl
+share/idl/xulrunner/nsIMemoryInfoDumper.idl
share/idl/xulrunner/nsIMemoryReporter.idl
share/idl/xulrunner/nsIMenuBoxObject.idl
share/idl/xulrunner/nsIMenuBuilder.idl
@@ -4546,7 +4592,6 @@ share/idl/xulrunner/nsINestedURI.idl
share/idl/xulrunner/nsINetAddr.idl
share/idl/xulrunner/nsINetUtil.idl
share/idl/xulrunner/nsINetworkLinkService.idl
-share/idl/xulrunner/nsIOCSPResponder.idl
share/idl/xulrunner/nsIOSFileConstantsService.idl
share/idl/xulrunner/nsIObjectInputStream.idl
share/idl/xulrunner/nsIObjectLoadingContent.idl
@@ -4656,6 +4701,7 @@ share/idl/xulrunner/nsIRedirectChannelRegistrar.idl
share/idl/xulrunner/nsIRedirectResultListener.idl
share/idl/xulrunner/nsIRefreshURI.idl
share/idl/xulrunner/nsIRelativeFilePref.idl
+share/idl/xulrunner/nsIRemoteOpenFileListener.idl
share/idl/xulrunner/nsIRemoteService.idl
share/idl/xulrunner/nsIRequest.idl
share/idl/xulrunner/nsIRequestObserver.idl
@@ -4861,7 +4907,6 @@ share/idl/xulrunner/nsIWebProgressListener.idl
share/idl/xulrunner/nsIWebProgressListener2.idl
share/idl/xulrunner/nsIWebSocketChannel.idl
share/idl/xulrunner/nsIWebSocketListener.idl
-share/idl/xulrunner/nsIWifiEventInits.idl
share/idl/xulrunner/nsIWindowCreator.idl
share/idl/xulrunner/nsIWindowCreator2.idl
share/idl/xulrunner/nsIWindowDataSource.idl
@@ -4880,7 +4925,6 @@ share/idl/xulrunner/nsIX509CertDB2.idl
share/idl/xulrunner/nsIX509CertList.idl
share/idl/xulrunner/nsIX509CertValidity.idl
share/idl/xulrunner/nsIXBLAccessible.idl
-share/idl/xulrunner/nsIXMLContentBuilder.idl
share/idl/xulrunner/nsIXMLHttpRequest.idl
share/idl/xulrunner/nsIXPCScriptNotify.idl
share/idl/xulrunner/nsIXPCScriptable.idl
@@ -4889,11 +4933,6 @@ share/idl/xulrunner/nsIXPConnect.idl
share/idl/xulrunner/nsIXSLTException.idl
share/idl/xulrunner/nsIXSLTProcessor.idl
share/idl/xulrunner/nsIXSLTProcessorPrivate.idl
-share/idl/xulrunner/nsIXTFAttributeHandler.idl
-share/idl/xulrunner/nsIXTFElement.idl
-share/idl/xulrunner/nsIXTFElementFactory.idl
-share/idl/xulrunner/nsIXTFElementWrapper.idl
-share/idl/xulrunner/nsIXTFPrivate.idl
share/idl/xulrunner/nsIXULAppInfo.idl
share/idl/xulrunner/nsIXULAppInstall.idl
share/idl/xulrunner/nsIXULBrowserWindow.idl
diff --git a/devel/xulrunner/dist.mk b/devel/xulrunner/dist.mk
index 605c22fa4e2..9a5ececb876 100644
--- a/devel/xulrunner/dist.mk
+++ b/devel/xulrunner/dist.mk
@@ -1,12 +1,12 @@
-# $NetBSD: dist.mk,v 1.42 2013/02/07 20:32:42 ryoon Exp $
+# $NetBSD: dist.mk,v 1.43 2013/02/22 14:48:06 ryoon Exp $
#
# used by devel/xulrunner/Makefile
# used by www/firefox/Makefile
DISTNAME= firefox-${FIREFOX_VER}.source
FIREFOX_VER= ${MOZ_BRANCH}${MOZ_BRANCH_MINOR}
-MOZ_BRANCH= 18.0
-MOZ_BRANCH_MINOR= .2
+MOZ_BRANCH= 19.0
+MOZ_BRANCH_MINOR=
MASTER_SITES= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} \
${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/}
EXTRACT_SUFX= .tar.bz2
diff --git a/devel/xulrunner/distinfo b/devel/xulrunner/distinfo
index 47ac9aeb28e..0f155a09b1a 100644
--- a/devel/xulrunner/distinfo
+++ b/devel/xulrunner/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.93 2013/02/07 20:32:42 ryoon Exp $
+$NetBSD: distinfo,v 1.94 2013/02/22 14:48:06 ryoon Exp $
-SHA1 (firefox-18.0.2.source.tar.bz2) = fe5810d61edf6f4dc8bc477a08f9483b955f747b
-RMD160 (firefox-18.0.2.source.tar.bz2) = e6ea30a986a99b5d2de427358638cf233375e927
-Size (firefox-18.0.2.source.tar.bz2) = 96487282 bytes
+SHA1 (firefox-19.0.source.tar.bz2) = 816d64e8c9432349cd208fd181d210c54f985351
+RMD160 (firefox-19.0.source.tar.bz2) = 54156ae25cb260d42319d1aad5bc9d8b69ea473c
+Size (firefox-19.0.source.tar.bz2) = 98837382 bytes
SHA1 (patch-aa) = 115ed7c263cbf213d608761ae1f5b14a3b10df90
SHA1 (patch-ab) = b60129618bb0945b65636f99980bdc026ec16fd9
SHA1 (patch-ac) = 609a094d01878da0bdfb008a0cb30b96bdb4c6ce
@@ -38,7 +38,7 @@ SHA1 (patch-ipc_glue_GeckoChildProcessHost.cpp) = faed34d94646453cd01acbdec1da2d
SHA1 (patch-ipc_ipdl_ipdl_lower.py) = 4025c0a4e149d9b2087331e10b342734fa77a905
SHA1 (patch-js_src_jsgc.cpp) = c514b7fb84002a1909638cd7f3386931cb0f2551
SHA1 (patch-js_src_methodjit_MethodJIT.cpp) = f9b13d9e7910613c82f6b1ee4131a6c4eb1d4580
-SHA1 (patch-mb) = 9d13c8eae6ea4a2993aa991d27f1fb5c671339ef
+SHA1 (patch-mb) = 812a7ef501d95acf2135e1033a5e4a8e64897980
SHA1 (patch-md) = 7fd607a3edd2ea5f7a5671fc6d06fba69c46c36f
SHA1 (patch-me) = 2ff755782bd35caded8934000d039976dad44103
SHA1 (patch-media_libcubeb_src_Makefile.in) = a24f1a79a14b1933286cd85618fbe91db109176d
@@ -49,10 +49,9 @@ SHA1 (patch-pc) = 099a4f6ac32fd2f45c91eb525750bde96684693a
SHA1 (patch-pd) = 9750259906ee270f6898e3c77288aa5260d6e9a7
SHA1 (patch-pg) = d6d6071cbe8a771873e1537034c0bb9186f8e245
SHA1 (patch-rc) = 2733724442a2cb49c5091146fd7e6001af686121
-SHA1 (patch-toolkit_components_osfile_osfileutils.cpp) = baeaad49f79f8478a47e84879a2eaa4b57514f73
SHA1 (patch-toolkit_library_Makefile.in) = 9206b614833cdd27f9d29c478ab0490eea709983
SHA1 (patch-toolkit_toolkit-tiers.mk) = 59e5174edd04f3c4e5d6ebb450a42e4e1dee0801
-SHA1 (patch-toolkit_xre_nsAppRunner.cpp) = 77ceac37b1b96451228e53e40066853fd7cca58c
+SHA1 (patch-toolkit_xre_nsAppRunner.cpp) = adc83b19e793491b1c6ea0fd8b46cd9f32e592fc
SHA1 (patch-xa) = 9182485283599a96663358bdc680c5cdb1d94a78
SHA1 (patch-xb) = 30eea880b40cee45d1235d3292fead4b5a54bbaa
SHA1 (patch-xc) = 8575fdac2b47966ccfb5e1cc7ca8505163e358c9
diff --git a/devel/xulrunner/patches/patch-mb b/devel/xulrunner/patches/patch-mb
index 19d27a8cadb..f0a4c2b65f0 100644
--- a/devel/xulrunner/patches/patch-mb
+++ b/devel/xulrunner/patches/patch-mb
@@ -1,13 +1,13 @@
-$NetBSD: patch-mb,v 1.10 2013/01/10 15:01:31 ryoon Exp $
+$NetBSD: patch-mb,v 1.11 2013/02/22 14:48:06 ryoon Exp $
---- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig 2013-01-04 23:44:47.000000000 +0000
+--- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig 2013-02-15 21:15:14.000000000 +0000
+++ xpcom/reflect/xptcall/src/md/unix/Makefile.in
@@ -50,7 +50,7 @@ endif
endif
endif
--ifneq (,$(filter NetBSD OpenBSD BSD_OS GNU,$(OS_ARCH)))
-+ifneq (,$(filter BSD_OS GNU,$(OS_ARCH)))
+-ifneq (,$(filter NetBSD OpenBSD GNU,$(OS_ARCH)))
++ifneq (,$(filter GNU,$(OS_ARCH)))
ifeq (86,$(findstring 86,$(OS_TEST)))
CPPSRCS := xptcinvoke_gcc_x86_unix.cpp xptcstubs_gcc_x86_unix.cpp
endif
@@ -16,24 +16,11 @@ $NetBSD: patch-mb,v 1.10 2013/01/10 15:01:31 ryoon Exp $
# Migrate other platforms here after testing
#
-ifneq (,$(filter Linux FreeBSD GNU_%,$(OS_ARCH)))
-+ifneq (,$(filter Linux FreeBSD DragonFly NetBSD OpenBSD GNU_%,$(OS_ARCH)))
++ifneq (,$(filter Linux FreeBSD NetBSD OpenBSD GNU_%,$(OS_ARCH)))
# Linux/x86-64
ifeq (x86_64,$(OS_TEST))
CPPSRCS := xptcinvoke_x86_64_unix.cpp xptcstubs_x86_64_linux.cpp
-@@ -77,12 +77,6 @@ ASFILES := xptcstubs_asm_ipf64.s xptcin
- endif
- endif
- #
--# OpenBSD/amd64
--#
--ifeq ($(OS_ARCH)$(OS_TEST),OpenBSDx86_64)
--CPPSRCS := xptcinvoke_amd64_openbsd.cpp xptcstubs_amd64_openbsd.cpp
--endif
--#
- # Neutrino/Intel (uses the same unixish_x86 code)
- #
- ifeq ($(OS_TARGET),NTO)
-@@ -158,7 +152,7 @@ endif
+@@ -158,7 +158,7 @@ endif
# NetBSD/ARM
#
ifeq ($(OS_ARCH),NetBSD)
@@ -42,7 +29,7 @@ $NetBSD: patch-mb,v 1.10 2013/01/10 15:01:31 ryoon Exp $
CPPSRCS := xptcinvoke_arm_netbsd.cpp xptcstubs_arm_netbsd.cpp
endif
endif
-@@ -215,7 +209,7 @@ endif
+@@ -215,7 +215,7 @@ endif
# NetBSD/m68k
#
ifeq ($(OS_ARCH),NetBSD)
@@ -51,7 +38,7 @@ $NetBSD: patch-mb,v 1.10 2013/01/10 15:01:31 ryoon Exp $
CPPSRCS := xptcinvoke_netbsd_m68k.cpp xptcstubs_netbsd_m68k.cpp
endif
endif
-@@ -287,9 +281,10 @@ endif
+@@ -287,7 +287,7 @@ endif
#
# NetBSD/PPC
#
@@ -59,11 +46,8 @@ $NetBSD: patch-mb,v 1.10 2013/01/10 15:01:31 ryoon Exp $
+ifeq ($(OS_ARCH)$(OS_TEST),NetBSDpowerpc)
CPPSRCS := xptcinvoke_ppc_netbsd.cpp xptcstubs_ppc_netbsd.cpp
ASFILES := xptcinvoke_asm_ppc_netbsd.s xptcstubs_asm_ppc_netbsd.s
-+AS := $(CC) -c -x assembler-with-cpp
endif
-
- #
-@@ -355,6 +350,13 @@ CPPSRCS := xptcinvoke_sparc64_openbsd.c
+@@ -346,6 +346,13 @@ CPPSRCS := xptcinvoke_sparc64_openbsd.c
ASFILES := xptcinvoke_asm_sparc64_openbsd.s xptcstubs_asm_sparc64_openbsd.s
endif
#
diff --git a/devel/xulrunner/patches/patch-toolkit_components_osfile_osfileutils.cpp b/devel/xulrunner/patches/patch-toolkit_components_osfile_osfileutils.cpp
deleted file mode 100644
index 68463c40e1f..00000000000
--- a/devel/xulrunner/patches/patch-toolkit_components_osfile_osfileutils.cpp
+++ /dev/null
@@ -1,47 +0,0 @@
-$NetBSD: patch-toolkit_components_osfile_osfileutils.cpp,v 1.2 2013/01/10 15:01:31 ryoon Exp $
-
-http://gnats.netbsd.org/47233
-
---- toolkit/components/osfile/osfileutils.cpp.orig 2013-01-04 23:44:44.000000000 +0000
-+++ toolkit/components/osfile/osfileutils.cpp
-@@ -7,6 +7,10 @@
- #include "nsCOMPtr.h"
- #include "nsCRTGlue.h"
-
-+#if defined (__DragonFly__)
-+#include <sys/param.h>
-+#endif
-+
- // Utilities for handling errors
- namespace {
-
-@@ -48,7 +52,9 @@ void error_no_memory() {
- * the last operation failed because it is not supported.
- */
- void error_not_supported() {
-+#if !(defined(__DragonFly_version) && (__DragonFly_version < 300301))
- errno = ENOTSUP;
-+#endif
- }
-
- /**
-@@ -57,7 +63,9 @@ void error_not_supported() {
- * argument.
- */
- void error_invalid_argument() {
-+#if !(defined(__DragonFly_version) && (__DragonFly_version < 300301))
- errno = EINVAL;
-+#endif
- }
-
- /**
-@@ -66,7 +74,9 @@ void error_invalid_argument() {
- * memory.
- */
- void error_no_memory() {
-+#if !(defined(__DragonFly_version) && (__DragonFly_version < 300301))
- errno = ENOMEM;
-+#endif
- }
-
- #endif // defined(XP_WIN)
diff --git a/devel/xulrunner/patches/patch-toolkit_xre_nsAppRunner.cpp b/devel/xulrunner/patches/patch-toolkit_xre_nsAppRunner.cpp
index 8d391b492f8..b6b1d5e05f0 100644
--- a/devel/xulrunner/patches/patch-toolkit_xre_nsAppRunner.cpp
+++ b/devel/xulrunner/patches/patch-toolkit_xre_nsAppRunner.cpp
@@ -1,13 +1,2 @@
-$NetBSD: patch-toolkit_xre_nsAppRunner.cpp,v 1.1 2013/01/10 15:01:31 ryoon Exp $
+$NetBSD: patch-toolkit_xre_nsAppRunner.cpp,v 1.2 2013/02/22 14:48:06 ryoon Exp $
---- toolkit/xre/nsAppRunner.cpp.orig 2013-01-04 23:44:46.000000000 +0000
-+++ toolkit/xre/nsAppRunner.cpp
-@@ -3826,7 +3826,7 @@ XREMain::XRE_main(int argc, char* argv[]
- ScopedLogging log;
-
- #if defined(MOZ_WIDGET_GTK)
--#ifdef MOZ_MEMORY
-+#if defined(MOZ_MEMORY) || defined(__FreeBSD__) || defined(__NetBSD__)
- // Disable the slice allocator, since jemalloc already uses similar layout
- // algorithms, and using a sub-allocator tends to increase fragmentation.
- // This must be done before g_thread_init() is called.