From 364d5500ded48910a5218f3339042187c8d20787 Mon Sep 17 00:00:00 2001 From: pkgsrc fixup Date: Fri, 5 Apr 2013 12:54:25 -0700 Subject: [PATCH] Fixup fromcvs/togit conversion --- devel/cppcheck/Makefile | 8 +- devel/cppcheck/PLIST | 3 +- devel/cppcheck/PLIST.qt | 2 - devel/cppcheck/distinfo | 8 +- devel/cppcheck/options.mk | 8 +- devel/xulrunner/Makefile | 3 +- devel/xulrunner/PLIST | 425 +++++++++++++++++---- devel/xulrunner/dist.mk | 6 +- devel/xulrunner/distinfo | 21 +- devel/xulrunner/patches/patch-aa | 28 +- devel/xulrunner/patches/patch-ai | 13 - devel/xulrunner/patches/patch-ao | 10 +- devel/xulrunner/patches/patch-ay | 46 --- devel/xulrunner/patches/patch-bf | 14 +- .../patches/patch-dom_system_OSFileConstants.cpp | 16 - .../patches/patch-media_libcubeb_src_Makefile.in | 30 -- devel/xulrunner/patches/patch-mp | 51 +-- .../patches/patch-toolkit_library_Makefile.in | 24 -- doc/CHANGES-2013 | 5 +- net/net-snmp/Makefile | 4 +- net/net-snmp/distinfo | 3 +- ...-agent_mibgroup_hardware_fsys_fsys_getfsstats.c | 13 + www/firefox/PLIST | 159 ++++---- 23 files changed, 509 insertions(+), 391 deletions(-) delete mode 100644 devel/cppcheck/PLIST.qt delete mode 100644 devel/xulrunner/patches/patch-ai delete mode 100644 devel/xulrunner/patches/patch-ay delete mode 100644 devel/xulrunner/patches/patch-dom_system_OSFileConstants.cpp delete mode 100644 devel/xulrunner/patches/patch-media_libcubeb_src_Makefile.in rewrite devel/xulrunner/patches/patch-mp (69%) delete mode 100644 devel/xulrunner/patches/patch-toolkit_library_Makefile.in create mode 100644 net/net-snmp/patches/patch-agent_mibgroup_hardware_fsys_fsys_getfsstats.c diff --git a/devel/cppcheck/Makefile b/devel/cppcheck/Makefile index 8503746fe64..317d1377c1e 100644 --- a/devel/cppcheck/Makefile +++ b/devel/cppcheck/Makefile @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.22 2013/02/06 23:22:03 jperkin Exp $ -# +# $NetBSD: Makefile,v 1.23 2013/02/16 11:20:42 wiz Exp $ -DISTNAME= cppcheck-1.57 -PKGREVISION= 3 +DISTNAME= cppcheck-1.59 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cppcheck/} EXTRACT_SUFX= .tar.bz2 @@ -18,11 +16,11 @@ BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl FIND_PREFIX:= DBXSLDIR=docbook-xsl .include "../../mk/find-prefix.mk" -INSTALLATION_DIRS= ${PKGMANDIR}/man1 USE_LANGUAGES= c c++ USE_TOOLS+= gmake BUILD_TARGET= all man BUILD_MAKE_FLAGS+= DB2MAN=${DBXSLDIR}/share/xsl/docbook/manpages/docbook.xsl +INSTALLATION_DIRS= ${PKGMANDIR}/man1 .include "options.mk" diff --git a/devel/cppcheck/PLIST b/devel/cppcheck/PLIST index a25794ca0c4..f85a949c313 100644 --- a/devel/cppcheck/PLIST +++ b/devel/cppcheck/PLIST @@ -1,3 +1,4 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2010/02/02 16:35:46 reed Exp $ +@comment $NetBSD: PLIST,v 1.2 2010/02/03 09:46:42 wiz Exp $ bin/cppcheck +${PLIST.qt}bin/cppcheck-gui man/man1/cppcheck.1 diff --git a/devel/cppcheck/PLIST.qt b/devel/cppcheck/PLIST.qt deleted file mode 100644 index 43afaa8051a..00000000000 --- a/devel/cppcheck/PLIST.qt +++ /dev/null @@ -1,2 +0,0 @@ -@comment $NetBSD: PLIST.qt,v 1.1 2010/02/03 09:46:42 wiz Exp $ -bin/cppcheck-gui diff --git a/devel/cppcheck/distinfo b/devel/cppcheck/distinfo index e04c08fc3fb..d17e410313e 100644 --- a/devel/cppcheck/distinfo +++ b/devel/cppcheck/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2011/05/29 11:52:12 wiz Exp $ +$NetBSD: distinfo,v 1.5 2012/11/29 13:52:51 ryoon Exp $ -SHA1 (cppcheck-1.57.tar.bz2) = 4753472689fdcb4276fde55e6e984597c87921bd -RMD160 (cppcheck-1.57.tar.bz2) = ab8d78d80b501334cfcf236693c241fbf303e5ce -Size (cppcheck-1.57.tar.bz2) = 1180272 bytes +SHA1 (cppcheck-1.59.tar.bz2) = 686effdfa6f2ca3369d7d52e54c6fd2db2d06d97 +RMD160 (cppcheck-1.59.tar.bz2) = 2bc386692caf734493c7db1d2fa7638c98e28ba1 +Size (cppcheck-1.59.tar.bz2) = 1243616 bytes diff --git a/devel/cppcheck/options.mk b/devel/cppcheck/options.mk index d4a5ee6ca00..0c09ddb1db4 100644 --- a/devel/cppcheck/options.mk +++ b/devel/cppcheck/options.mk @@ -1,15 +1,17 @@ -# $NetBSD: options.mk,v 1.3 2011/05/29 11:52:12 wiz Exp $ +# $NetBSD: options.mk,v 1.4 2012/11/29 13:52:51 ryoon Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.cppcheck PKG_SUPPORTED_OPTIONS= qt .include "../../mk/bsd.options.mk" +PLIST_VARS+= qt + .if !empty(PKG_OPTIONS:Mqt) -PLIST_SRC+= PLIST PLIST.qt +PLIST.qt= yes .include "../../x11/qt4-libs/buildlink3.mk" -BUILDLINK_DEPMETHOD.qt4-tools?= full +BUILDLINK_DEPMETHOD.qt4-tools+= full .include "../../x11/qt4-tools/buildlink3.mk" post-build: diff --git a/devel/xulrunner/Makefile b/devel/xulrunner/Makefile index 818b8afbc53..ef58f5c0fd3 100644 --- a/devel/xulrunner/Makefile +++ b/devel/xulrunner/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.101 2013/03/25 08:47:13 sbd Exp $ +# $NetBSD: Makefile,v 1.102 2013/03/30 20:03:08 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 8f388c4fda8..325c68b6c1a 100644 --- a/devel/xulrunner/PLIST +++ b/devel/xulrunner/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.52 2013/03/25 06:13:32 sbd Exp $ +@comment $NetBSD$ bin/xulrunner +include/xulrunner/AbstractMediaDecoder.h include/xulrunner/AccEvent.h include/xulrunner/AnimationCommon.h include/xulrunner/AudioAvailableEventManager.h @@ -13,16 +14,23 @@ include/xulrunner/AudioStream.h include/xulrunner/BasicImplData.h include/xulrunner/BasicLayers.h include/xulrunner/BasicTiledThebesLayer.h +include/xulrunner/BufferMediaResource.h include/xulrunner/CameraCommon.h include/xulrunner/Composer2D.h include/xulrunner/CompositorChild.h include/xulrunner/CompositorParent.h include/xulrunner/CryptoTask.h +include/xulrunner/DASHDecoder.h +include/xulrunner/DASHReader.h +include/xulrunner/DASHRepDecoder.h +include/xulrunner/DASHRepReader.h include/xulrunner/DOMCameraManager.h +include/xulrunner/DecoderTraits.h include/xulrunner/DeviceStorage.h include/xulrunner/DictionaryHelpers.h include/xulrunner/ErrorList.h -include/xulrunner/ErrorListDefines.h +include/xulrunner/ErrorListCDefines.h +include/xulrunner/ErrorListCxxDefines.h include/xulrunner/EventTracer.h include/xulrunner/FileBlockCache.h include/xulrunner/ForceDiscreteGPUHelperCGL.h @@ -33,13 +41,16 @@ include/xulrunner/GLContext.h include/xulrunner/GLContextProvider.h include/xulrunner/GLContextProviderImpl.h include/xulrunner/GLContextSymbols.h +include/xulrunner/GLContextTypes.h include/xulrunner/GLDefs.h include/xulrunner/GLLibraryLoader.h +include/xulrunner/GLTextureImage.h include/xulrunner/GLXLibrary.h include/xulrunner/GeneratedEvents.h include/xulrunner/GfxInfoCollector.h include/xulrunner/GonkIOSurfaceImage.h include/xulrunner/GonkNativeWindow.h +include/xulrunner/HTMLPropertiesCollection.h include/xulrunner/IJSDebugger.h include/xulrunner/IPC/nsGUIEventIPC.h include/xulrunner/ImageContainer.h @@ -61,11 +72,13 @@ include/xulrunner/MediaDecoderReader.h include/xulrunner/MediaDecoderStateMachine.h include/xulrunner/MediaEngine.h include/xulrunner/MediaEngineDefault.h +include/xulrunner/MediaMetadataManager.h include/xulrunner/MediaResource.h include/xulrunner/MediaSegment.h include/xulrunner/MediaStreamGraph.h include/xulrunner/OggCodecState.h include/xulrunner/OggDecoder.h +include/xulrunner/OggReader.h include/xulrunner/PCOMContentPermissionRequestChild.h include/xulrunner/ReadbackLayer.h include/xulrunner/RoundedRect.h @@ -87,7 +100,9 @@ include/xulrunner/VideoSegment.h include/xulrunner/VideoUtils.h include/xulrunner/VorbisUtils.h include/xulrunner/WaveDecoder.h +include/xulrunner/WaveReader.h include/xulrunner/WebMDecoder.h +include/xulrunner/WebMReader.h include/xulrunner/XPCJSMemoryReporter.h include/xulrunner/amIInstallTrigger.h include/xulrunner/amIWebInstallListener.h @@ -173,8 +188,6 @@ include/xulrunner/harfbuzz/hb.h include/xulrunner/imgICache.h include/xulrunner/imgIContainer.h include/xulrunner/imgIContainerDebug.h -include/xulrunner/imgIContainerObserver.h -include/xulrunner/imgIDecoderObserver.h include/xulrunner/imgIEncoder.h include/xulrunner/imgILoader.h include/xulrunner/imgINotificationObserver.h @@ -184,6 +197,7 @@ include/xulrunner/imgIScriptedNotificationObserver.h include/xulrunner/imgITools.h include/xulrunner/imgLoader.h include/xulrunner/imgRequest.h +include/xulrunner/imgRequestProxy.h include/xulrunner/inICSSValueSearch.h include/xulrunner/inIDOMUtils.h include/xulrunner/inIDOMView.h @@ -262,7 +276,6 @@ include/xulrunner/mozIStorageProgressHandler.h include/xulrunner/mozIStorageResultSet.h include/xulrunner/mozIStorageRow.h include/xulrunner/mozIStorageService.h -include/xulrunner/mozIStorageServiceQuotaManagement.h include/xulrunner/mozIStorageStatement.h include/xulrunner/mozIStorageStatementCallback.h include/xulrunner/mozIStorageStatementParams.h @@ -286,12 +299,14 @@ include/xulrunner/mozilla/BlockingResourceBase.h include/xulrunner/mozilla/BloomFilter.h include/xulrunner/mozilla/BrowserElementParent.h include/xulrunner/mozilla/CORSMode.h +include/xulrunner/mozilla/Char16.h include/xulrunner/mozilla/CharTokenizer.h include/xulrunner/mozilla/CheckedInt.h include/xulrunner/mozilla/ClearOnShutdown.h include/xulrunner/mozilla/CondVar.h include/xulrunner/mozilla/Constants.h include/xulrunner/mozilla/DeadlockDetector.h +include/xulrunner/mozilla/DebugOnly.h include/xulrunner/mozilla/EnumSet.h include/xulrunner/mozilla/ErrorResult.h include/xulrunner/mozilla/FileLocation.h @@ -331,6 +346,7 @@ include/xulrunner/mozilla/PluginLibrary.h include/xulrunner/mozilla/PluginPRLibrary.h include/xulrunner/mozilla/Preferences.h include/xulrunner/mozilla/ProcessedStack.h +include/xulrunner/mozilla/PublicSSL.h include/xulrunner/mozilla/RangedPtr.h include/xulrunner/mozilla/ReentrantMonitor.h include/xulrunner/mozilla/RefPtr.h @@ -340,6 +356,7 @@ include/xulrunner/mozilla/Scoped.h include/xulrunner/mozilla/Selection.h include/xulrunner/mozilla/ServiceList.h include/xulrunner/mozilla/Services.h +include/xulrunner/mozilla/SplayTree.h include/xulrunner/mozilla/StackWalk.h include/xulrunner/mozilla/StandardInteger.h include/xulrunner/mozilla/StartupTimeline.h @@ -362,9 +379,11 @@ include/xulrunner/mozilla/a11y/AccTypes.h include/xulrunner/mozilla/a11y/Accessible.h include/xulrunner/mozilla/a11y/AccessibleWrap.h include/xulrunner/mozilla/a11y/DocAccessible.h +include/xulrunner/mozilla/a11y/DocManager.h include/xulrunner/mozilla/a11y/FocusManager.h include/xulrunner/mozilla/a11y/HyperTextAccessible.h include/xulrunner/mozilla/a11y/HyperTextAccessibleWrap.h +include/xulrunner/mozilla/a11y/Platform.h include/xulrunner/mozilla/a11y/Role.h include/xulrunner/mozilla/a11y/States.h include/xulrunner/mozilla/arm.h @@ -385,7 +404,7 @@ include/xulrunner/mozilla/dom/AudioBuffer.h include/xulrunner/mozilla/dom/AudioBufferBinding.h include/xulrunner/mozilla/dom/AudioBufferSourceNode.h include/xulrunner/mozilla/dom/AudioBufferSourceNodeBinding.h -include/xulrunner/mozilla/dom/AudioChild.h +include/xulrunner/mozilla/dom/AudioContext.h include/xulrunner/mozilla/dom/AudioContextBinding.h include/xulrunner/mozilla/dom/AudioDestinationNode.h include/xulrunner/mozilla/dom/AudioDestinationNodeBinding.h @@ -395,21 +414,32 @@ 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/BindingDeclarations.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/CDATASection.h +include/xulrunner/mozilla/dom/CDATASectionBinding.h +include/xulrunner/mozilla/dom/CSS.h include/xulrunner/mozilla/dom/CSS2PropertiesBinding.h +include/xulrunner/mozilla/dom/CSSBinding.h +include/xulrunner/mozilla/dom/CSSPrimitiveValueBinding.h include/xulrunner/mozilla/dom/CSSStyleDeclarationBinding.h +include/xulrunner/mozilla/dom/CSSValue.h +include/xulrunner/mozilla/dom/CSSValueBinding.h +include/xulrunner/mozilla/dom/CSSValueListBinding.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/CaretPositionBinding.h +include/xulrunner/mozilla/dom/CharacterDataBinding.h include/xulrunner/mozilla/dom/ClientRectListBinding.h include/xulrunner/mozilla/dom/Comment.h +include/xulrunner/mozilla/dom/CommentBinding.h include/xulrunner/mozilla/dom/ContentChild.h include/xulrunner/mozilla/dom/ContentParent.h include/xulrunner/mozilla/dom/ContentProcess.h @@ -420,40 +450,108 @@ 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/DOMParserBinding.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/DOMTransactionBinding.h include/xulrunner/mozilla/dom/DelayNode.h include/xulrunner/mozilla/dom/DelayNodeBinding.h include/xulrunner/mozilla/dom/DirectionalityUtils.h +include/xulrunner/mozilla/dom/DocumentBinding.h include/xulrunner/mozilla/dom/DocumentFragment.h +include/xulrunner/mozilla/dom/DocumentFragmentBinding.h +include/xulrunner/mozilla/dom/DocumentType.h +include/xulrunner/mozilla/dom/DocumentTypeBinding.h include/xulrunner/mozilla/dom/DynamicsCompressorNode.h include/xulrunner/mozilla/dom/DynamicsCompressorNodeBinding.h include/xulrunner/mozilla/dom/Element.h +include/xulrunner/mozilla/dom/ElementBinding.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/EventSource.h +include/xulrunner/mozilla/dom/EventSourceBinding.h +include/xulrunner/mozilla/dom/EventTarget.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/FileHandleBinding.h include/xulrunner/mozilla/dom/FileListBinding.h include/xulrunner/mozilla/dom/FileReaderSyncBinding.h +include/xulrunner/mozilla/dom/FormDataBinding.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/HTMLAnchorElement.h +include/xulrunner/mozilla/dom/HTMLAnchorElementBinding.h +include/xulrunner/mozilla/dom/HTMLBodyElement.h +include/xulrunner/mozilla/dom/HTMLBodyElementBinding.h +include/xulrunner/mozilla/dom/HTMLCanvasElement.h include/xulrunner/mozilla/dom/HTMLCollectionBinding.h +include/xulrunner/mozilla/dom/HTMLDListElementBinding.h +include/xulrunner/mozilla/dom/HTMLDataListElement.h +include/xulrunner/mozilla/dom/HTMLDataListElementBinding.h +include/xulrunner/mozilla/dom/HTMLDivElement.h +include/xulrunner/mozilla/dom/HTMLDivElementBinding.h +include/xulrunner/mozilla/dom/HTMLDocumentBinding.h +include/xulrunner/mozilla/dom/HTMLElementBinding.h +include/xulrunner/mozilla/dom/HTMLFontElement.h +include/xulrunner/mozilla/dom/HTMLFontElementBinding.h +include/xulrunner/mozilla/dom/HTMLFrameSetElement.h +include/xulrunner/mozilla/dom/HTMLFrameSetElementBinding.h +include/xulrunner/mozilla/dom/HTMLHeadingElement.h +include/xulrunner/mozilla/dom/HTMLHeadingElementBinding.h +include/xulrunner/mozilla/dom/HTMLImageElement.h +include/xulrunner/mozilla/dom/HTMLImageElementBinding.h +include/xulrunner/mozilla/dom/HTMLLIElement.h +include/xulrunner/mozilla/dom/HTMLLIElementBinding.h +include/xulrunner/mozilla/dom/HTMLLabelElement.h +include/xulrunner/mozilla/dom/HTMLLabelElementBinding.h +include/xulrunner/mozilla/dom/HTMLOListElementBinding.h include/xulrunner/mozilla/dom/HTMLOptionsCollectionBinding.h +include/xulrunner/mozilla/dom/HTMLParagraphElement.h +include/xulrunner/mozilla/dom/HTMLParagraphElementBinding.h +include/xulrunner/mozilla/dom/HTMLPreElement.h +include/xulrunner/mozilla/dom/HTMLPreElementBinding.h include/xulrunner/mozilla/dom/HTMLPropertiesCollectionBinding.h +include/xulrunner/mozilla/dom/HTMLScriptElement.h +include/xulrunner/mozilla/dom/HTMLScriptElementBinding.h +include/xulrunner/mozilla/dom/HTMLSharedListElement.h +include/xulrunner/mozilla/dom/HTMLSpanElement.h +include/xulrunner/mozilla/dom/HTMLSpanElementBinding.h +include/xulrunner/mozilla/dom/HTMLTableCaptionElement.h +include/xulrunner/mozilla/dom/HTMLTableCaptionElementBinding.h +include/xulrunner/mozilla/dom/HTMLTableCellElement.h +include/xulrunner/mozilla/dom/HTMLTableCellElementBinding.h +include/xulrunner/mozilla/dom/HTMLTableColElement.h +include/xulrunner/mozilla/dom/HTMLTableColElementBinding.h +include/xulrunner/mozilla/dom/HTMLTableElement.h +include/xulrunner/mozilla/dom/HTMLTableElementBinding.h +include/xulrunner/mozilla/dom/HTMLTableRowElement.h +include/xulrunner/mozilla/dom/HTMLTableRowElementBinding.h +include/xulrunner/mozilla/dom/HTMLTableSectionElement.h +include/xulrunner/mozilla/dom/HTMLTableSectionElementBinding.h +include/xulrunner/mozilla/dom/HTMLTitleElement.h +include/xulrunner/mozilla/dom/HTMLTitleElementBinding.h +include/xulrunner/mozilla/dom/HTMLUListElementBinding.h +include/xulrunner/mozilla/dom/HTMLUnknownElement.h include/xulrunner/mozilla/dom/ImageData.h include/xulrunner/mozilla/dom/ImageDataBinding.h include/xulrunner/mozilla/dom/Link.h +include/xulrunner/mozilla/dom/LocationBinding.h +include/xulrunner/mozilla/dom/MutationObserverBinding.h +include/xulrunner/mozilla/dom/NodeBinding.h +include/xulrunner/mozilla/dom/NodeFilterBinding.h include/xulrunner/mozilla/dom/NodeListBinding.h include/xulrunner/mozilla/dom/NonRefcountedDOMObject.h include/xulrunner/mozilla/dom/Nullable.h +include/xulrunner/mozilla/dom/PaintRequestBinding.h include/xulrunner/mozilla/dom/PaintRequestListBinding.h include/xulrunner/mozilla/dom/PannerNode.h include/xulrunner/mozilla/dom/PannerNodeBinding.h @@ -462,13 +560,100 @@ include/xulrunner/mozilla/dom/PerformanceNavigationBinding.h include/xulrunner/mozilla/dom/PerformanceTimingBinding.h include/xulrunner/mozilla/dom/PermissionMessageUtils.h include/xulrunner/mozilla/dom/PrimitiveConversions.h +include/xulrunner/mozilla/dom/ProcessingInstruction.h +include/xulrunner/mozilla/dom/ProcessingInstructionBinding.h include/xulrunner/mozilla/dom/PrototypeList.h +include/xulrunner/mozilla/dom/RGBColorBinding.h +include/xulrunner/mozilla/dom/RectBinding.h include/xulrunner/mozilla/dom/RegisterBindings.h +include/xulrunner/mozilla/dom/SVGAltGlyphElement.h +include/xulrunner/mozilla/dom/SVGAltGlyphElementBinding.h +include/xulrunner/mozilla/dom/SVGAngle.h +include/xulrunner/mozilla/dom/SVGAngleBinding.h +include/xulrunner/mozilla/dom/SVGAnimateElement.h +include/xulrunner/mozilla/dom/SVGAnimateElementBinding.h +include/xulrunner/mozilla/dom/SVGAnimateMotionElement.h +include/xulrunner/mozilla/dom/SVGAnimateMotionElementBinding.h +include/xulrunner/mozilla/dom/SVGAnimateTransformElement.h +include/xulrunner/mozilla/dom/SVGAnimateTransformElementBinding.h +include/xulrunner/mozilla/dom/SVGAnimatedAngle.h +include/xulrunner/mozilla/dom/SVGAnimatedAngleBinding.h +include/xulrunner/mozilla/dom/SVGAnimatedBoolean.h +include/xulrunner/mozilla/dom/SVGAnimatedBooleanBinding.h +include/xulrunner/mozilla/dom/SVGAnimatedLengthListBinding.h +include/xulrunner/mozilla/dom/SVGAnimatedNumberListBinding.h +include/xulrunner/mozilla/dom/SVGAnimatedPointsBinding.h +include/xulrunner/mozilla/dom/SVGAnimatedPreserveAspectRatioBinding.h +include/xulrunner/mozilla/dom/SVGAnimatedTransformListBinding.h +include/xulrunner/mozilla/dom/SVGAnimationElement.h +include/xulrunner/mozilla/dom/SVGAnimationElementBinding.h +include/xulrunner/mozilla/dom/SVGCircleElement.h +include/xulrunner/mozilla/dom/SVGCircleElementBinding.h +include/xulrunner/mozilla/dom/SVGDefsElement.h +include/xulrunner/mozilla/dom/SVGDefsElementBinding.h +include/xulrunner/mozilla/dom/SVGDescElement.h +include/xulrunner/mozilla/dom/SVGDescElementBinding.h +include/xulrunner/mozilla/dom/SVGElementBinding.h +include/xulrunner/mozilla/dom/SVGEllipseElement.h +include/xulrunner/mozilla/dom/SVGEllipseElementBinding.h +include/xulrunner/mozilla/dom/SVGForeignObjectElement.h +include/xulrunner/mozilla/dom/SVGForeignObjectElementBinding.h +include/xulrunner/mozilla/dom/SVGGElement.h +include/xulrunner/mozilla/dom/SVGGElementBinding.h +include/xulrunner/mozilla/dom/SVGGraphicsElement.h +include/xulrunner/mozilla/dom/SVGGraphicsElementBinding.h +include/xulrunner/mozilla/dom/SVGImageElement.h +include/xulrunner/mozilla/dom/SVGImageElementBinding.h include/xulrunner/mozilla/dom/SVGLengthListBinding.h +include/xulrunner/mozilla/dom/SVGLineElement.h +include/xulrunner/mozilla/dom/SVGLineElementBinding.h +include/xulrunner/mozilla/dom/SVGLocatableElement.h +include/xulrunner/mozilla/dom/SVGLocatableElementBinding.h +include/xulrunner/mozilla/dom/SVGMPathElement.h +include/xulrunner/mozilla/dom/SVGMPathElementBinding.h +include/xulrunner/mozilla/dom/SVGMatrixBinding.h +include/xulrunner/mozilla/dom/SVGMetadataElement.h +include/xulrunner/mozilla/dom/SVGMetadataElementBinding.h include/xulrunner/mozilla/dom/SVGNumberListBinding.h +include/xulrunner/mozilla/dom/SVGPathSegBinding.h include/xulrunner/mozilla/dom/SVGPathSegListBinding.h +include/xulrunner/mozilla/dom/SVGPointBinding.h include/xulrunner/mozilla/dom/SVGPointListBinding.h +include/xulrunner/mozilla/dom/SVGPolygonElement.h +include/xulrunner/mozilla/dom/SVGPolygonElementBinding.h +include/xulrunner/mozilla/dom/SVGPolylineElement.h +include/xulrunner/mozilla/dom/SVGPolylineElementBinding.h +include/xulrunner/mozilla/dom/SVGPreserveAspectRatioBinding.h +include/xulrunner/mozilla/dom/SVGRectElement.h +include/xulrunner/mozilla/dom/SVGRectElementBinding.h +include/xulrunner/mozilla/dom/SVGScriptElement.h +include/xulrunner/mozilla/dom/SVGScriptElementBinding.h +include/xulrunner/mozilla/dom/SVGSetElement.h +include/xulrunner/mozilla/dom/SVGSetElementBinding.h +include/xulrunner/mozilla/dom/SVGStopElement.h +include/xulrunner/mozilla/dom/SVGStopElementBinding.h +include/xulrunner/mozilla/dom/SVGStyleElement.h +include/xulrunner/mozilla/dom/SVGStyleElementBinding.h +include/xulrunner/mozilla/dom/SVGSwitchElement.h +include/xulrunner/mozilla/dom/SVGSwitchElementBinding.h +include/xulrunner/mozilla/dom/SVGTSpanElement.h +include/xulrunner/mozilla/dom/SVGTSpanElementBinding.h +include/xulrunner/mozilla/dom/SVGTestsBinding.h +include/xulrunner/mozilla/dom/SVGTextContentElement.h +include/xulrunner/mozilla/dom/SVGTextContentElementBinding.h +include/xulrunner/mozilla/dom/SVGTextElement.h +include/xulrunner/mozilla/dom/SVGTextElementBinding.h +include/xulrunner/mozilla/dom/SVGTextPathElement.h +include/xulrunner/mozilla/dom/SVGTextPathElementBinding.h +include/xulrunner/mozilla/dom/SVGTextPositioningElement.h +include/xulrunner/mozilla/dom/SVGTextPositioningElementBinding.h +include/xulrunner/mozilla/dom/SVGTitleElement.h +include/xulrunner/mozilla/dom/SVGTitleElementBinding.h +include/xulrunner/mozilla/dom/SVGTransformBinding.h include/xulrunner/mozilla/dom/SVGTransformListBinding.h +include/xulrunner/mozilla/dom/SVGTransformableElement.h +include/xulrunner/mozilla/dom/SVGTransformableElementBinding.h +include/xulrunner/mozilla/dom/SVGURIReferenceBinding.h include/xulrunner/mozilla/dom/ScreenBinding.h include/xulrunner/mozilla/dom/ScreenOrientation.h include/xulrunner/mozilla/dom/StorageChild.h @@ -479,13 +664,19 @@ include/xulrunner/mozilla/dom/TabChild.h include/xulrunner/mozilla/dom/TabContext.h include/xulrunner/mozilla/dom/TabMessageUtils.h include/xulrunner/mozilla/dom/TabParent.h +include/xulrunner/mozilla/dom/Text.h +include/xulrunner/mozilla/dom/TextBinding.h include/xulrunner/mozilla/dom/TextDecoder.h +include/xulrunner/mozilla/dom/TextDecoderBase.h include/xulrunner/mozilla/dom/TextDecoderBinding.h include/xulrunner/mozilla/dom/TextEncoder.h +include/xulrunner/mozilla/dom/TextEncoderBase.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/UndoManager.h +include/xulrunner/mozilla/dom/UndoManagerBinding.h include/xulrunner/mozilla/dom/UnionConversions.h include/xulrunner/mozilla/dom/UnionTypes.h include/xulrunner/mozilla/dom/WebGLRenderingContextBinding.h @@ -493,6 +684,8 @@ include/xulrunner/mozilla/dom/WebSocketBinding.h include/xulrunner/mozilla/dom/XMLHttpRequestBinding.h include/xulrunner/mozilla/dom/XMLHttpRequestEventTargetBinding.h include/xulrunner/mozilla/dom/XMLHttpRequestUploadBinding.h +include/xulrunner/mozilla/dom/XMLSerializerBinding.h +include/xulrunner/mozilla/dom/XPathEvaluatorBinding.h include/xulrunner/mozilla/dom/alarm/AlarmHalService.h include/xulrunner/mozilla/dom/battery/Constants.h include/xulrunner/mozilla/dom/battery/Types.h @@ -541,6 +734,9 @@ include/xulrunner/mozilla/dom/network/Types.h include/xulrunner/mozilla/dom/network/Utils.h include/xulrunner/mozilla/dom/power/PowerManagerService.h include/xulrunner/mozilla/dom/power/Types.h +include/xulrunner/mozilla/dom/quota/FileStreams.h +include/xulrunner/mozilla/dom/quota/QuotaCommon.h +include/xulrunner/mozilla/dom/quota/QuotaManager.h include/xulrunner/mozilla/dom/sms/Constants.h include/xulrunner/mozilla/dom/sms/SmsChild.h include/xulrunner/mozilla/dom/sms/SmsMessage.h @@ -557,6 +753,8 @@ include/xulrunner/mozilla/dom/workers/bindings/DOMBindingBase.h include/xulrunner/mozilla/dom/workers/bindings/EventListenerManager.h include/xulrunner/mozilla/dom/workers/bindings/EventTarget.h include/xulrunner/mozilla/dom/workers/bindings/FileReaderSync.h +include/xulrunner/mozilla/dom/workers/bindings/TextDecoder.h +include/xulrunner/mozilla/dom/workers/bindings/TextEncoder.h include/xulrunner/mozilla/dom/workers/bindings/WorkerFeature.h include/xulrunner/mozilla/dom/workers/bindings/XMLHttpRequest.h include/xulrunner/mozilla/dom/workers/bindings/XMLHttpRequestEventTarget.h @@ -631,6 +829,7 @@ include/xulrunner/mozilla/layers/ShadowLayersChild.h include/xulrunner/mozilla/layers/ShadowLayersManager.h include/xulrunner/mozilla/layers/ShadowLayersParent.h include/xulrunner/mozilla/layers/SharedImageUtils.h +include/xulrunner/mozilla/layers/SharedRGBImage.h include/xulrunner/mozilla/layers/ShmemYCbCrImage.h include/xulrunner/mozilla/layers/TaskThrottler.h include/xulrunner/mozilla/layout/FrameChildList.h @@ -647,11 +846,15 @@ include/xulrunner/mozilla/net/BaseWebSocketChannel.h include/xulrunner/mozilla/net/ChannelEventQueue.h include/xulrunner/mozilla/net/CookieServiceChild.h include/xulrunner/mozilla/net/CookieServiceParent.h +include/xulrunner/mozilla/net/DNS.h +include/xulrunner/mozilla/net/Dashboard.h +include/xulrunner/mozilla/net/DashboardTypes.h include/xulrunner/mozilla/net/FTPChannelChild.h include/xulrunner/mozilla/net/FTPChannelParent.h include/xulrunner/mozilla/net/HttpBaseChannel.h include/xulrunner/mozilla/net/HttpChannelChild.h include/xulrunner/mozilla/net/HttpChannelParent.h +include/xulrunner/mozilla/net/HttpInfo.h include/xulrunner/mozilla/net/NeckoChild.h include/xulrunner/mozilla/net/NeckoCommon.h include/xulrunner/mozilla/net/NeckoMessageUtils.h @@ -718,7 +921,6 @@ include/xulrunner/nsASocketHandler.h include/xulrunner/nsAString.h include/xulrunner/nsAXPCNativeCallContext.h include/xulrunner/nsAboutProtocolUtils.h -include/xulrunner/nsAccDocManager.h include/xulrunner/nsAccessNode.h include/xulrunner/nsAccessNodeWrap.h include/xulrunner/nsAccessibilityService.h @@ -825,6 +1027,7 @@ include/xulrunner/nsDOMAttributeMap.h include/xulrunner/nsDOMCID.h include/xulrunner/nsDOMCSSAttrDeclaration.h include/xulrunner/nsDOMCSSDeclaration.h +include/xulrunner/nsDOMCSSRGBColor.h include/xulrunner/nsDOMClassInfoClasses.h include/xulrunner/nsDOMClassInfoID.h include/xulrunner/nsDOMEvent.h @@ -875,6 +1078,7 @@ include/xulrunner/nsEventStateManager.h include/xulrunner/nsEventStates.h include/xulrunner/nsExpirationTracker.h include/xulrunner/nsExternalHelperAppService.h +include/xulrunner/nsFileStreams.h include/xulrunner/nsFixedSizeAllocator.h include/xulrunner/nsFocusManager.h include/xulrunner/nsFont.h @@ -907,7 +1111,6 @@ include/xulrunner/nsGridRowLayout.h include/xulrunner/nsGridRowLeafFrame.h include/xulrunner/nsGridRowLeafLayout.h include/xulrunner/nsHTMLAudioElement.h -include/xulrunner/nsHTMLCanvasElement.h include/xulrunner/nsHTMLDNSPrefetch.h include/xulrunner/nsHTMLIFrameElement.h include/xulrunner/nsHTMLMediaElement.h @@ -1024,6 +1227,7 @@ include/xulrunner/nsIAutoCompleteSearch.h include/xulrunner/nsIAutoCompleteSimpleResult.h include/xulrunner/nsIAutoConfig.h include/xulrunner/nsIBFCacheEntry.h +include/xulrunner/nsIBackgroundFileSaver.h include/xulrunner/nsIBadCertListener2.h include/xulrunner/nsIBaseWindow.h include/xulrunner/nsIBidiKeyboard.h @@ -1115,6 +1319,7 @@ include/xulrunner/nsIContentIterator.h include/xulrunner/nsIContentPermissionPrompt.h include/xulrunner/nsIContentPolicy.h include/xulrunner/nsIContentPrefService.h +include/xulrunner/nsIContentPrefService2.h include/xulrunner/nsIContentSecurityPolicy.h include/xulrunner/nsIContentSerializer.h include/xulrunner/nsIContentSink.h @@ -1167,7 +1372,9 @@ include/xulrunner/nsIDOMBeforeUnloadEvent.h include/xulrunner/nsIDOMCDATASection.h include/xulrunner/nsIDOMCRMFObject.h include/xulrunner/nsIDOMCSSCharsetRule.h +include/xulrunner/nsIDOMCSSConditionRule.h include/xulrunner/nsIDOMCSSFontFaceRule.h +include/xulrunner/nsIDOMCSSGroupingRule.h include/xulrunner/nsIDOMCSSImportRule.h include/xulrunner/nsIDOMCSSMediaRule.h include/xulrunner/nsIDOMCSSMozDocumentRule.h @@ -1209,6 +1416,7 @@ include/xulrunner/nsIDOMDOMRequest.h include/xulrunner/nsIDOMDOMSettableTokenList.h include/xulrunner/nsIDOMDOMStringList.h include/xulrunner/nsIDOMDOMTokenList.h +include/xulrunner/nsIDOMDOMTransactionEvent.h include/xulrunner/nsIDOMDataChannel.h include/xulrunner/nsIDOMDataContainerEvent.h include/xulrunner/nsIDOMDataErrorEvent.h @@ -1302,7 +1510,6 @@ include/xulrunner/nsIDOMHTMLParagraphElement.h include/xulrunner/nsIDOMHTMLParamElement.h include/xulrunner/nsIDOMHTMLPreElement.h include/xulrunner/nsIDOMHTMLProgressElement.h -include/xulrunner/nsIDOMHTMLPropertiesCollection.h include/xulrunner/nsIDOMHTMLQuoteElement.h include/xulrunner/nsIDOMHTMLScriptElement.h include/xulrunner/nsIDOMHTMLSelectElement.h @@ -1313,7 +1520,7 @@ include/xulrunner/nsIDOMHTMLTableCellElement.h include/xulrunner/nsIDOMHTMLTableColElement.h include/xulrunner/nsIDOMHTMLTableElement.h include/xulrunner/nsIDOMHTMLTableRowElement.h -include/xulrunner/nsIDOMHTMLTableSectionElem.h +include/xulrunner/nsIDOMHTMLTableSectionElement.h include/xulrunner/nsIDOMHTMLTextAreaElement.h include/xulrunner/nsIDOMHTMLTitleElement.h include/xulrunner/nsIDOMHTMLUListElement.h @@ -1345,10 +1552,8 @@ include/xulrunner/nsIDOMMozCSSKeyframesRule.h include/xulrunner/nsIDOMMozContactChangeEvent.h include/xulrunner/nsIDOMMozSettingsEvent.h include/xulrunner/nsIDOMMutationEvent.h -include/xulrunner/nsIDOMMutationObserver.h include/xulrunner/nsIDOMNSEditableElement.h include/xulrunner/nsIDOMNSEvent.h -include/xulrunner/nsIDOMNSRGBAColor.h include/xulrunner/nsIDOMNSXPathExpression.h include/xulrunner/nsIDOMNamedNodeMap.h include/xulrunner/nsIDOMNavigator.h @@ -1383,27 +1588,18 @@ include/xulrunner/nsIDOMPopupBlockedEvent.h include/xulrunner/nsIDOMPowerManager.h include/xulrunner/nsIDOMProcessingInstruction.h include/xulrunner/nsIDOMProgressEvent.h -include/xulrunner/nsIDOMPropertyNodeList.h -include/xulrunner/nsIDOMRGBColor.h include/xulrunner/nsIDOMRTCPeerConnection.h include/xulrunner/nsIDOMRange.h include/xulrunner/nsIDOMRect.h include/xulrunner/nsIDOMSVGAElement.h include/xulrunner/nsIDOMSVGAltGlyphElement.h -include/xulrunner/nsIDOMSVGAngle.h -include/xulrunner/nsIDOMSVGAnimPresAspRatio.h -include/xulrunner/nsIDOMSVGAnimTransformList.h include/xulrunner/nsIDOMSVGAnimateElement.h include/xulrunner/nsIDOMSVGAnimateMotionElement.h include/xulrunner/nsIDOMSVGAnimateTransformElement.h -include/xulrunner/nsIDOMSVGAnimatedAngle.h -include/xulrunner/nsIDOMSVGAnimatedBoolean.h include/xulrunner/nsIDOMSVGAnimatedEnum.h include/xulrunner/nsIDOMSVGAnimatedInteger.h include/xulrunner/nsIDOMSVGAnimatedLength.h -include/xulrunner/nsIDOMSVGAnimatedLengthList.h include/xulrunner/nsIDOMSVGAnimatedNumber.h -include/xulrunner/nsIDOMSVGAnimatedNumberList.h include/xulrunner/nsIDOMSVGAnimatedPathData.h include/xulrunner/nsIDOMSVGAnimatedPoints.h include/xulrunner/nsIDOMSVGAnimatedRect.h @@ -1425,25 +1621,17 @@ include/xulrunner/nsIDOMSVGGElement.h include/xulrunner/nsIDOMSVGGradientElement.h include/xulrunner/nsIDOMSVGImageElement.h include/xulrunner/nsIDOMSVGLength.h -include/xulrunner/nsIDOMSVGLengthList.h include/xulrunner/nsIDOMSVGLineElement.h include/xulrunner/nsIDOMSVGLocatable.h include/xulrunner/nsIDOMSVGMarkerElement.h include/xulrunner/nsIDOMSVGMaskElement.h -include/xulrunner/nsIDOMSVGMatrix.h include/xulrunner/nsIDOMSVGMetadataElement.h include/xulrunner/nsIDOMSVGMpathElement.h include/xulrunner/nsIDOMSVGNumber.h -include/xulrunner/nsIDOMSVGNumberList.h include/xulrunner/nsIDOMSVGPathElement.h -include/xulrunner/nsIDOMSVGPathSeg.h -include/xulrunner/nsIDOMSVGPathSegList.h include/xulrunner/nsIDOMSVGPatternElement.h -include/xulrunner/nsIDOMSVGPoint.h -include/xulrunner/nsIDOMSVGPointList.h include/xulrunner/nsIDOMSVGPolygonElement.h include/xulrunner/nsIDOMSVGPolylineElement.h -include/xulrunner/nsIDOMSVGPresAspectRatio.h include/xulrunner/nsIDOMSVGRect.h include/xulrunner/nsIDOMSVGRectElement.h include/xulrunner/nsIDOMSVGSVGElement.h @@ -1451,7 +1639,6 @@ include/xulrunner/nsIDOMSVGScriptElement.h include/xulrunner/nsIDOMSVGSetElement.h include/xulrunner/nsIDOMSVGStopElement.h include/xulrunner/nsIDOMSVGStringList.h -include/xulrunner/nsIDOMSVGStylable.h include/xulrunner/nsIDOMSVGStyleElement.h include/xulrunner/nsIDOMSVGSwitchElement.h include/xulrunner/nsIDOMSVGSymbolElement.h @@ -1462,8 +1649,6 @@ include/xulrunner/nsIDOMSVGTextElement.h include/xulrunner/nsIDOMSVGTextPathElement.h include/xulrunner/nsIDOMSVGTextPositionElem.h include/xulrunner/nsIDOMSVGTitleElement.h -include/xulrunner/nsIDOMSVGTransform.h -include/xulrunner/nsIDOMSVGTransformList.h include/xulrunner/nsIDOMSVGTransformable.h include/xulrunner/nsIDOMSVGURIReference.h include/xulrunner/nsIDOMSVGUnitTypes.h @@ -1542,6 +1727,8 @@ include/xulrunner/nsIDOMXULSelectCntrlItemEl.h include/xulrunner/nsIDOMXULTextboxElement.h include/xulrunner/nsIDOMXULTreeElement.h include/xulrunner/nsIDTD.h +include/xulrunner/nsIDashboard.h +include/xulrunner/nsIDashboardEventNotifier.h include/xulrunner/nsIDataSignatureVerifier.h include/xulrunner/nsIDateTimeFormat.h include/xulrunner/nsIDebug.h @@ -1554,7 +1741,6 @@ include/xulrunner/nsIDirIndex.h include/xulrunner/nsIDirIndexListener.h include/xulrunner/nsIDirectoryEnumerator.h include/xulrunner/nsIDirectoryService.h -include/xulrunner/nsIDiskCacheStreamInternal.h include/xulrunner/nsIDocCharset.h include/xulrunner/nsIDocShell.h include/xulrunner/nsIDocShellHistory.h @@ -1598,7 +1784,6 @@ include/xulrunner/nsIEnumerator.h include/xulrunner/nsIEnvironment.h include/xulrunner/nsIErrorService.h include/xulrunner/nsIEventListenerService.h -include/xulrunner/nsIEventSource.h include/xulrunner/nsIEventTarget.h include/xulrunner/nsIException.h include/xulrunner/nsIExceptionService.h @@ -1774,6 +1959,7 @@ include/xulrunner/nsIMIMEInfo.h include/xulrunner/nsIMIMEInputStream.h include/xulrunner/nsIMIMEService.h include/xulrunner/nsIMarkupDocumentViewer.h +include/xulrunner/nsIMediaManager.h include/xulrunner/nsIMemory.h include/xulrunner/nsIMemoryInfoDumper.h include/xulrunner/nsIMemoryReporter.h @@ -1784,6 +1970,7 @@ include/xulrunner/nsIMessageManager.h include/xulrunner/nsIMmsService.h include/xulrunner/nsIModule.h include/xulrunner/nsIMozBrowserFrame.h +include/xulrunner/nsIMozSAXXMLDeclarationHandler.h include/xulrunner/nsIMultiPartChannel.h include/xulrunner/nsIMultiplexInputStream.h include/xulrunner/nsIMutable.h @@ -1839,7 +2026,6 @@ include/xulrunner/nsIPermissionPromptService.h include/xulrunner/nsIPersistentProperties2.h include/xulrunner/nsIPhonetic.h include/xulrunner/nsIPipe.h -include/xulrunner/nsIPlacesImportExportService.h include/xulrunner/nsIPlaintextEditor.h include/xulrunner/nsIPlatformCharset.h include/xulrunner/nsIPluginDocument.h @@ -1876,8 +2062,6 @@ include/xulrunner/nsIPrivateBrowsingService.h include/xulrunner/nsIPrivateTextEvent.h include/xulrunner/nsIPrivateTextRange.h include/xulrunner/nsIProcess.h -include/xulrunner/nsIProfile.h -include/xulrunner/nsIProfileChangeStatus.h include/xulrunner/nsIProfileMigrator.h include/xulrunner/nsIProfileUnlocker.h include/xulrunner/nsIProgrammingLanguage.h @@ -2032,7 +2216,6 @@ include/xulrunner/nsISocketTransportService.h include/xulrunner/nsISound.h include/xulrunner/nsISpeculativeConnect.h include/xulrunner/nsISpellChecker.h -include/xulrunner/nsIStandardFileStream.h include/xulrunner/nsIStandardURL.h include/xulrunner/nsIStartupCache.h include/xulrunner/nsIStatefulFrame.h @@ -2077,9 +2260,9 @@ include/xulrunner/nsITabChild.h include/xulrunner/nsITabParent.h include/xulrunner/nsITableCellLayout.h include/xulrunner/nsITableEditor.h -include/xulrunner/nsITableLayout.h include/xulrunner/nsITaggingService.h include/xulrunner/nsITelemetry.h +include/xulrunner/nsITelemetryPing.h include/xulrunner/nsITextControlElement.h include/xulrunner/nsITextControlFrame.h include/xulrunner/nsITextScroll.h @@ -2133,6 +2316,7 @@ include/xulrunner/nsIURLFormatter.h include/xulrunner/nsIURLParser.h include/xulrunner/nsIUTF8ConverterService.h include/xulrunner/nsIUUIDGenerator.h +include/xulrunner/nsIUndoManagerTransaction.h include/xulrunner/nsIUnicharBuffer.h include/xulrunner/nsIUnicharInputStream.h include/xulrunner/nsIUnicharLineInputStream.h @@ -2155,8 +2339,6 @@ include/xulrunner/nsIUserCertPicker.h include/xulrunner/nsIUserInfo.h include/xulrunner/nsIVariant.h include/xulrunner/nsIVersionComparator.h -include/xulrunner/nsIView.h -include/xulrunner/nsIViewManager.h include/xulrunner/nsIViewSourceChannel.h include/xulrunner/nsIWapPushApplication.h include/xulrunner/nsIWeakReference.h @@ -2293,6 +2475,7 @@ include/xulrunner/nsPluginHost.h include/xulrunner/nsPluginInstanceOwner.h include/xulrunner/nsPluginLogging.h include/xulrunner/nsPluginNativeWindow.h +include/xulrunner/nsPluginSafety.h include/xulrunner/nsPluginTags.h include/xulrunner/nsPluginsCID.h include/xulrunner/nsPluginsDir.h @@ -2330,13 +2513,25 @@ include/xulrunner/nsSAXLocator.h include/xulrunner/nsSAXXMLReader.h include/xulrunner/nsSHEntryShared.h include/xulrunner/nsSMILAnimationController.h +include/xulrunner/nsSMILAnimationFunction.h include/xulrunner/nsSMILCSSProperty.h include/xulrunner/nsSMILCompositorTable.h +include/xulrunner/nsSMILInstanceTime.h +include/xulrunner/nsSMILInterval.h include/xulrunner/nsSMILKeySpline.h include/xulrunner/nsSMILMappedAttribute.h include/xulrunner/nsSMILMilestone.h +include/xulrunner/nsSMILNullType.h +include/xulrunner/nsSMILRepeatCount.h +include/xulrunner/nsSMILSetAnimationFunction.h +include/xulrunner/nsSMILTargetIdentifier.h include/xulrunner/nsSMILTimeContainer.h +include/xulrunner/nsSMILTimeValue.h +include/xulrunner/nsSMILTimeValueSpec.h +include/xulrunner/nsSMILTimeValueSpecParams.h +include/xulrunner/nsSMILTimedElement.h include/xulrunner/nsSMILTypes.h +include/xulrunner/nsSMILValue.h include/xulrunner/nsSVGEffects.h include/xulrunner/nsSVGFeatures.h include/xulrunner/nsSVGFilterInstance.h @@ -2390,6 +2585,7 @@ include/xulrunner/nsSupportsPrimitives.h include/xulrunner/nsSurfaceTexture.h include/xulrunner/nsTArray-inl.h include/xulrunner/nsTArray.h +include/xulrunner/nsTArrayForwardDeclare.h include/xulrunner/nsTArrayHelpers.h include/xulrunner/nsTDependentString.h include/xulrunner/nsTDependentSubstring.h @@ -2439,7 +2635,9 @@ include/xulrunner/nsUnicodeScriptCodes.h include/xulrunner/nsVKList.h include/xulrunner/nsVariant.h include/xulrunner/nsVersionComparator.h -include/xulrunner/nsViewsCID.h +include/xulrunner/nsView.h +include/xulrunner/nsViewManager.h +include/xulrunner/nsViewportInfo.h include/xulrunner/nsVoidArray.h include/xulrunner/nsWeakPtr.h include/xulrunner/nsWeakReference.h @@ -2479,6 +2677,23 @@ include/xulrunner/ots-memory-stream.h include/xulrunner/pldhash.h include/xulrunner/png.h include/xulrunner/pngconf.h +include/xulrunner/protobuf/google/protobuf/extension_set.h +include/xulrunner/protobuf/google/protobuf/generated_message_util.h +include/xulrunner/protobuf/google/protobuf/io/coded_stream.h +include/xulrunner/protobuf/google/protobuf/io/coded_stream_inl.h +include/xulrunner/protobuf/google/protobuf/io/package_info.h +include/xulrunner/protobuf/google/protobuf/io/zero_copy_stream.h +include/xulrunner/protobuf/google/protobuf/io/zero_copy_stream_impl.h +include/xulrunner/protobuf/google/protobuf/io/zero_copy_stream_impl_lite.h +include/xulrunner/protobuf/google/protobuf/message_lite.h +include/xulrunner/protobuf/google/protobuf/repeated_field.h +include/xulrunner/protobuf/google/protobuf/stubs/common.h +include/xulrunner/protobuf/google/protobuf/stubs/hash.h +include/xulrunner/protobuf/google/protobuf/stubs/map-util.h +include/xulrunner/protobuf/google/protobuf/stubs/once.h +include/xulrunner/protobuf/google/protobuf/stubs/stl_util-inl.h +include/xulrunner/protobuf/google/protobuf/wire_format_lite.h +include/xulrunner/protobuf/google/protobuf/wire_format_lite_inl.h include/xulrunner/qcms.h include/xulrunner/qcmstypes.h include/xulrunner/qsObjectHelper.h @@ -2583,7 +2798,13 @@ include/xulrunner/skia/SkXfermode.h include/xulrunner/snappy/snappy-c.h include/xulrunner/snappy/snappy-stubs-public.h include/xulrunner/snappy/snappy.h +include/xulrunner/soundtouch/FIFOSamplePipe.h +include/xulrunner/soundtouch/STTypes.h +include/xulrunner/soundtouch/SoundTouch.h +include/xulrunner/soundtouch/soundtouch_config.h +include/xulrunner/speex/speex_config_types.h include/xulrunner/speex/speex_resampler.h +include/xulrunner/speex/speex_types.h include/xulrunner/string-template-def-char.h include/xulrunner/string-template-def-unichar.h include/xulrunner/string-template-undef.h @@ -2592,6 +2813,7 @@ include/xulrunner/theora/codec.h include/xulrunner/theora/theora.h include/xulrunner/theora/theoradec.h include/xulrunner/theora/theoraenc.h +include/xulrunner/tremor/ivorbiscodec.h ${PLIST.tremor}include/xulrunner/tremor/ivorbiscodec.h include/xulrunner/txIEXSLTRegExFunctions.h include/xulrunner/txIFunctionEvaluationContext.h @@ -2703,6 +2925,7 @@ lib/xulrunner/chrome/en-US/locale/en-US/global/layout/MediaDocument.properties lib/xulrunner/chrome/en-US/locale/en-US/global/layout/htmlparser.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/mathml/mathml.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 @@ -2780,6 +3003,8 @@ 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/en-US/locale/en-US/services/errors.properties +lib/xulrunner/chrome/en-US/locale/en-US/services/sync.properties lib/xulrunner/chrome/icons/default/default16.png lib/xulrunner/chrome/icons/default/default32.png lib/xulrunner/chrome/icons/default/default48.png @@ -3342,6 +3567,8 @@ lib/xulrunner/components/ActivityOptions.js lib/xulrunner/components/ActivityProxy.js lib/xulrunner/components/ActivityRequestHandler.js lib/xulrunner/components/ActivityWrapper.js +lib/xulrunner/components/Aitc.js +lib/xulrunner/components/AitcComponents.manifest lib/xulrunner/components/AlarmsManager.js lib/xulrunner/components/AlarmsManager.manifest lib/xulrunner/components/AppProtocolHandler.js @@ -3375,6 +3602,7 @@ lib/xulrunner/components/SettingsService.js lib/xulrunner/components/SettingsService.manifest lib/xulrunner/components/SiteSpecificUserAgent.js lib/xulrunner/components/SiteSpecificUserAgent.manifest +lib/xulrunner/components/SyncComponents.manifest lib/xulrunner/components/SystemMessageInternal.js lib/xulrunner/components/SystemMessageManager.js lib/xulrunner/components/SystemMessageManager.manifest @@ -3383,18 +3611,19 @@ lib/xulrunner/components/TCPSocket.manifest lib/xulrunner/components/TCPSocketParentIntermediary.js lib/xulrunner/components/TelemetryPing.js lib/xulrunner/components/TelemetryPing.manifest +lib/xulrunner/components/Weave.js lib/xulrunner/components/Webapps.js lib/xulrunner/components/Webapps.manifest lib/xulrunner/components/addonManager.js lib/xulrunner/components/amContentHandler.js lib/xulrunner/components/amWebInstallListener.js lib/xulrunner/components/components.manifest -${PLIST.gnome}lib/xulrunner/components/components.manifest lib/xulrunner/components/contentAreaDropListener.js lib/xulrunner/components/contentAreaDropListener.manifest lib/xulrunner/components/contentSecurityPolicy.js lib/xulrunner/components/contentSecurityPolicy.manifest lib/xulrunner/components/crypto-SDR.js +lib/xulrunner/components/cryptoComponents.manifest lib/xulrunner/components/extensions.manifest lib/xulrunner/components/interfaces.manifest lib/xulrunner/components/jsconsole-clhandler.js @@ -3458,6 +3687,7 @@ lib/xulrunner/components/nsXULAppInstall.manifest lib/xulrunner/components/passwordmgr.manifest lib/xulrunner/components/pluginGlue.manifest lib/xulrunner/components/satchel.manifest +lib/xulrunner/components/servicesComponents.manifest lib/xulrunner/components/storage-Legacy.js lib/xulrunner/components/storage-mozStorage.js lib/xulrunner/components/toolkitplaces.manifest @@ -3467,6 +3697,9 @@ lib/xulrunner/components/txEXSLTRegExFunctions.manifest lib/xulrunner/components/xulrunner.xpt lib/xulrunner/defaults/autoconfig/platform.js lib/xulrunner/defaults/autoconfig/prefcalls.js +lib/xulrunner/defaults/pref/services-aitc.js +lib/xulrunner/defaults/pref/services-common.js +lib/xulrunner/defaults/pref/services-sync.js lib/xulrunner/defaults/pref/xulrunner.js lib/xulrunner/defaults/profile/US/chrome/userChrome-example.css lib/xulrunner/defaults/profile/US/chrome/userContent-example.css @@ -3516,6 +3749,7 @@ lib/xulrunner/hyphenation/hyph_uk.dic lib/xulrunner/icons/updater.png lib/xulrunner/idl lib/xulrunner/include +lib/xulrunner/js-gdb.py lib/xulrunner/lib lib/xulrunner/libmozalloc.so lib/xulrunner/libmozglue.a @@ -3548,6 +3782,8 @@ lib/xulrunner/modules/ConsoleAPIStorage.jsm lib/xulrunner/modules/ContactDB.jsm lib/xulrunner/modules/ContactService.jsm lib/xulrunner/modules/ContentPrefInstance.jsm +lib/xulrunner/modules/ContentPrefService2.jsm +lib/xulrunner/modules/ContentPrefStore.jsm lib/xulrunner/modules/DOMIdentity.jsm lib/xulrunner/modules/DOMRequestHelper.jsm lib/xulrunner/modules/DeferredTask.jsm @@ -3568,6 +3804,7 @@ lib/xulrunner/modules/LightweightThemeImageOptimizer.jsm lib/xulrunner/modules/LightweightThemeManager.jsm lib/xulrunner/modules/MessagePortBase.jsm lib/xulrunner/modules/MessagePortWorker.js +lib/xulrunner/modules/Metrics.jsm lib/xulrunner/modules/Microformats.js lib/xulrunner/modules/MozSocialAPI.jsm lib/xulrunner/modules/NetUtil.jsm @@ -3596,6 +3833,7 @@ lib/xulrunner/modules/SettingsDB.jsm lib/xulrunner/modules/SettingsQueue.jsm lib/xulrunner/modules/SocialService.jsm lib/xulrunner/modules/SpellCheckDictionaryBootstrap.js +lib/xulrunner/modules/Sqlite.jsm lib/xulrunner/modules/SystemMessagePermissionsChecker.jsm lib/xulrunner/modules/Task.jsm lib/xulrunner/modules/TelemetryStopwatch.jsm @@ -3610,16 +3848,14 @@ 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/Presentation.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 @@ -3647,6 +3883,7 @@ lib/xulrunner/modules/jsdebugger.jsm lib/xulrunner/modules/mcc_iso3166_table.jsm lib/xulrunner/modules/nsFormAutoCompleteResult.jsm lib/xulrunner/modules/osfile.jsm +lib/xulrunner/modules/osfile/_PromiseWorker.jsm lib/xulrunner/modules/osfile/osfile_async_front.jsm lib/xulrunner/modules/osfile/osfile_async_worker.js lib/xulrunner/modules/osfile/osfile_shared_allthreads.jsm @@ -3660,6 +3897,54 @@ lib/xulrunner/modules/osfile/osfile_win_front.jsm lib/xulrunner/modules/osfile/ospath_unix_back.jsm lib/xulrunner/modules/osfile/ospath_win_back.jsm lib/xulrunner/modules/reflect.jsm +lib/xulrunner/modules/services-aitc/browserid.js +lib/xulrunner/modules/services-aitc/client.js +lib/xulrunner/modules/services-aitc/main.js +lib/xulrunner/modules/services-aitc/manager.js +lib/xulrunner/modules/services-aitc/storage.js +lib/xulrunner/modules/services-common/async.js +lib/xulrunner/modules/services-common/bagheeraclient.js +lib/xulrunner/modules/services-common/log4moz.js +lib/xulrunner/modules/services-common/observers.js +lib/xulrunner/modules/services-common/preferences.js +lib/xulrunner/modules/services-common/rest.js +lib/xulrunner/modules/services-common/storageservice.js +lib/xulrunner/modules/services-common/stringbundle.js +lib/xulrunner/modules/services-common/tokenserverclient.js +lib/xulrunner/modules/services-common/utils.js +lib/xulrunner/modules/services-crypto/WeaveCrypto.js +lib/xulrunner/modules/services-crypto/utils.js +lib/xulrunner/modules/services-sync/addonsreconciler.js +lib/xulrunner/modules/services-sync/addonutils.js +lib/xulrunner/modules/services-sync/constants.js +lib/xulrunner/modules/services-sync/engines.js +lib/xulrunner/modules/services-sync/engines/addons.js +lib/xulrunner/modules/services-sync/engines/apps.js +lib/xulrunner/modules/services-sync/engines/bookmarks.js +lib/xulrunner/modules/services-sync/engines/clients.js +lib/xulrunner/modules/services-sync/engines/forms.js +lib/xulrunner/modules/services-sync/engines/history.js +lib/xulrunner/modules/services-sync/engines/passwords.js +lib/xulrunner/modules/services-sync/engines/prefs.js +lib/xulrunner/modules/services-sync/engines/tabs.js +lib/xulrunner/modules/services-sync/identity.js +lib/xulrunner/modules/services-sync/jpakeclient.js +lib/xulrunner/modules/services-sync/keys.js +lib/xulrunner/modules/services-sync/main.js +lib/xulrunner/modules/services-sync/notifications.js +lib/xulrunner/modules/services-sync/policies.js +lib/xulrunner/modules/services-sync/record.js +lib/xulrunner/modules/services-sync/resource.js +lib/xulrunner/modules/services-sync/rest.js +lib/xulrunner/modules/services-sync/service.js +lib/xulrunner/modules/services-sync/stages/cluster.js +lib/xulrunner/modules/services-sync/stages/enginesync.js +lib/xulrunner/modules/services-sync/status.js +lib/xulrunner/modules/services-sync/userapi.js +lib/xulrunner/modules/services-sync/util.js +lib/xulrunner/modules/services/metrics/collector.jsm +lib/xulrunner/modules/services/metrics/dataprovider.jsm +lib/xulrunner/modules/services/metrics/storage.jsm lib/xulrunner/mozilla-xremote-client lib/xulrunner/platform.ini lib/xulrunner/plugin-container @@ -3741,8 +4026,6 @@ share/idl/xulrunner/extIApplication.idl share/idl/xulrunner/imgICache.idl share/idl/xulrunner/imgIContainer.idl share/idl/xulrunner/imgIContainerDebug.idl -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 @@ -3784,7 +4067,6 @@ share/idl/xulrunner/mozIStorageProgressHandler.idl share/idl/xulrunner/mozIStorageResultSet.idl share/idl/xulrunner/mozIStorageRow.idl share/idl/xulrunner/mozIStorageService.idl -share/idl/xulrunner/mozIStorageServiceQuotaManagement.idl share/idl/xulrunner/mozIStorageStatement.idl share/idl/xulrunner/mozIStorageStatementCallback.idl share/idl/xulrunner/mozIStorageStatementParams.idl @@ -3861,6 +4143,7 @@ share/idl/xulrunner/nsIAutoCompleteSearch.idl share/idl/xulrunner/nsIAutoCompleteSimpleResult.idl share/idl/xulrunner/nsIAutoConfig.idl share/idl/xulrunner/nsIBFCacheEntry.idl +share/idl/xulrunner/nsIBackgroundFileSaver.idl share/idl/xulrunner/nsIBadCertListener2.idl share/idl/xulrunner/nsIBaseWindow.idl share/idl/xulrunner/nsIBidiKeyboard.idl @@ -3936,6 +4219,7 @@ share/idl/xulrunner/nsIContentHandler.idl share/idl/xulrunner/nsIContentPermissionPrompt.idl share/idl/xulrunner/nsIContentPolicy.idl share/idl/xulrunner/nsIContentPrefService.idl +share/idl/xulrunner/nsIContentPrefService2.idl share/idl/xulrunner/nsIContentSecurityPolicy.idl share/idl/xulrunner/nsIContentSniffer.idl share/idl/xulrunner/nsIContentURIGrouper.idl @@ -3985,7 +4269,9 @@ share/idl/xulrunner/nsIDOMBeforeUnloadEvent.idl share/idl/xulrunner/nsIDOMCDATASection.idl share/idl/xulrunner/nsIDOMCRMFObject.idl share/idl/xulrunner/nsIDOMCSSCharsetRule.idl +share/idl/xulrunner/nsIDOMCSSConditionRule.idl share/idl/xulrunner/nsIDOMCSSFontFaceRule.idl +share/idl/xulrunner/nsIDOMCSSGroupingRule.idl share/idl/xulrunner/nsIDOMCSSImportRule.idl share/idl/xulrunner/nsIDOMCSSMediaRule.idl share/idl/xulrunner/nsIDOMCSSMozDocumentRule.idl @@ -4026,6 +4312,7 @@ share/idl/xulrunner/nsIDOMDOMRequest.idl share/idl/xulrunner/nsIDOMDOMSettableTokenList.idl share/idl/xulrunner/nsIDOMDOMStringList.idl share/idl/xulrunner/nsIDOMDOMTokenList.idl +share/idl/xulrunner/nsIDOMDOMTransactionEvent.idl share/idl/xulrunner/nsIDOMDataChannel.idl share/idl/xulrunner/nsIDOMDataContainerEvent.idl share/idl/xulrunner/nsIDOMDataErrorEvent.idl @@ -4119,7 +4406,6 @@ share/idl/xulrunner/nsIDOMHTMLParagraphElement.idl share/idl/xulrunner/nsIDOMHTMLParamElement.idl share/idl/xulrunner/nsIDOMHTMLPreElement.idl share/idl/xulrunner/nsIDOMHTMLProgressElement.idl -share/idl/xulrunner/nsIDOMHTMLPropertiesCollection.idl share/idl/xulrunner/nsIDOMHTMLQuoteElement.idl share/idl/xulrunner/nsIDOMHTMLScriptElement.idl share/idl/xulrunner/nsIDOMHTMLSelectElement.idl @@ -4130,7 +4416,7 @@ share/idl/xulrunner/nsIDOMHTMLTableCellElement.idl share/idl/xulrunner/nsIDOMHTMLTableColElement.idl share/idl/xulrunner/nsIDOMHTMLTableElement.idl share/idl/xulrunner/nsIDOMHTMLTableRowElement.idl -share/idl/xulrunner/nsIDOMHTMLTableSectionElem.idl +share/idl/xulrunner/nsIDOMHTMLTableSectionElement.idl share/idl/xulrunner/nsIDOMHTMLTextAreaElement.idl share/idl/xulrunner/nsIDOMHTMLTitleElement.idl share/idl/xulrunner/nsIDOMHTMLUListElement.idl @@ -4162,10 +4448,8 @@ share/idl/xulrunner/nsIDOMMozCSSKeyframesRule.idl share/idl/xulrunner/nsIDOMMozContactChangeEvent.idl share/idl/xulrunner/nsIDOMMozSettingsEvent.idl share/idl/xulrunner/nsIDOMMutationEvent.idl -share/idl/xulrunner/nsIDOMMutationObserver.idl share/idl/xulrunner/nsIDOMNSEditableElement.idl share/idl/xulrunner/nsIDOMNSEvent.idl -share/idl/xulrunner/nsIDOMNSRGBAColor.idl share/idl/xulrunner/nsIDOMNSXPathExpression.idl share/idl/xulrunner/nsIDOMNamedNodeMap.idl share/idl/xulrunner/nsIDOMNavigator.idl @@ -4200,27 +4484,18 @@ share/idl/xulrunner/nsIDOMPopupBlockedEvent.idl share/idl/xulrunner/nsIDOMPowerManager.idl share/idl/xulrunner/nsIDOMProcessingInstruction.idl share/idl/xulrunner/nsIDOMProgressEvent.idl -share/idl/xulrunner/nsIDOMPropertyNodeList.idl -share/idl/xulrunner/nsIDOMRGBColor.idl share/idl/xulrunner/nsIDOMRTCPeerConnection.idl share/idl/xulrunner/nsIDOMRange.idl share/idl/xulrunner/nsIDOMRect.idl share/idl/xulrunner/nsIDOMSVGAElement.idl share/idl/xulrunner/nsIDOMSVGAltGlyphElement.idl -share/idl/xulrunner/nsIDOMSVGAngle.idl -share/idl/xulrunner/nsIDOMSVGAnimPresAspRatio.idl -share/idl/xulrunner/nsIDOMSVGAnimTransformList.idl share/idl/xulrunner/nsIDOMSVGAnimateElement.idl share/idl/xulrunner/nsIDOMSVGAnimateMotionElement.idl share/idl/xulrunner/nsIDOMSVGAnimateTransformElement.idl -share/idl/xulrunner/nsIDOMSVGAnimatedAngle.idl -share/idl/xulrunner/nsIDOMSVGAnimatedBoolean.idl share/idl/xulrunner/nsIDOMSVGAnimatedEnum.idl share/idl/xulrunner/nsIDOMSVGAnimatedInteger.idl share/idl/xulrunner/nsIDOMSVGAnimatedLength.idl -share/idl/xulrunner/nsIDOMSVGAnimatedLengthList.idl share/idl/xulrunner/nsIDOMSVGAnimatedNumber.idl -share/idl/xulrunner/nsIDOMSVGAnimatedNumberList.idl share/idl/xulrunner/nsIDOMSVGAnimatedPathData.idl share/idl/xulrunner/nsIDOMSVGAnimatedPoints.idl share/idl/xulrunner/nsIDOMSVGAnimatedRect.idl @@ -4242,25 +4517,17 @@ share/idl/xulrunner/nsIDOMSVGGElement.idl share/idl/xulrunner/nsIDOMSVGGradientElement.idl share/idl/xulrunner/nsIDOMSVGImageElement.idl share/idl/xulrunner/nsIDOMSVGLength.idl -share/idl/xulrunner/nsIDOMSVGLengthList.idl share/idl/xulrunner/nsIDOMSVGLineElement.idl share/idl/xulrunner/nsIDOMSVGLocatable.idl share/idl/xulrunner/nsIDOMSVGMarkerElement.idl share/idl/xulrunner/nsIDOMSVGMaskElement.idl -share/idl/xulrunner/nsIDOMSVGMatrix.idl share/idl/xulrunner/nsIDOMSVGMetadataElement.idl share/idl/xulrunner/nsIDOMSVGMpathElement.idl share/idl/xulrunner/nsIDOMSVGNumber.idl -share/idl/xulrunner/nsIDOMSVGNumberList.idl share/idl/xulrunner/nsIDOMSVGPathElement.idl -share/idl/xulrunner/nsIDOMSVGPathSeg.idl -share/idl/xulrunner/nsIDOMSVGPathSegList.idl share/idl/xulrunner/nsIDOMSVGPatternElement.idl -share/idl/xulrunner/nsIDOMSVGPoint.idl -share/idl/xulrunner/nsIDOMSVGPointList.idl share/idl/xulrunner/nsIDOMSVGPolygonElement.idl share/idl/xulrunner/nsIDOMSVGPolylineElement.idl -share/idl/xulrunner/nsIDOMSVGPresAspectRatio.idl share/idl/xulrunner/nsIDOMSVGRect.idl share/idl/xulrunner/nsIDOMSVGRectElement.idl share/idl/xulrunner/nsIDOMSVGSVGElement.idl @@ -4268,7 +4535,6 @@ share/idl/xulrunner/nsIDOMSVGScriptElement.idl share/idl/xulrunner/nsIDOMSVGSetElement.idl share/idl/xulrunner/nsIDOMSVGStopElement.idl share/idl/xulrunner/nsIDOMSVGStringList.idl -share/idl/xulrunner/nsIDOMSVGStylable.idl share/idl/xulrunner/nsIDOMSVGStyleElement.idl share/idl/xulrunner/nsIDOMSVGSwitchElement.idl share/idl/xulrunner/nsIDOMSVGSymbolElement.idl @@ -4279,8 +4545,6 @@ share/idl/xulrunner/nsIDOMSVGTextElement.idl share/idl/xulrunner/nsIDOMSVGTextPathElement.idl share/idl/xulrunner/nsIDOMSVGTextPositionElem.idl share/idl/xulrunner/nsIDOMSVGTitleElement.idl -share/idl/xulrunner/nsIDOMSVGTransform.idl -share/idl/xulrunner/nsIDOMSVGTransformList.idl share/idl/xulrunner/nsIDOMSVGTransformable.idl share/idl/xulrunner/nsIDOMSVGURIReference.idl share/idl/xulrunner/nsIDOMSVGUnitTypes.idl @@ -4357,6 +4621,8 @@ share/idl/xulrunner/nsIDOMXULSelectCntrlEl.idl share/idl/xulrunner/nsIDOMXULSelectCntrlItemEl.idl share/idl/xulrunner/nsIDOMXULTextboxElement.idl share/idl/xulrunner/nsIDOMXULTreeElement.idl +share/idl/xulrunner/nsIDashboard.idl +share/idl/xulrunner/nsIDashboardEventNotifier.idl share/idl/xulrunner/nsIDataSignatureVerifier.idl share/idl/xulrunner/nsIDebug.idl share/idl/xulrunner/nsIDebug2.idl @@ -4367,7 +4633,6 @@ share/idl/xulrunner/nsIDirIndex.idl share/idl/xulrunner/nsIDirIndexListener.idl share/idl/xulrunner/nsIDirectoryEnumerator.idl share/idl/xulrunner/nsIDirectoryService.idl -share/idl/xulrunner/nsIDiskCacheStreamInternal.idl share/idl/xulrunner/nsIDocCharset.idl share/idl/xulrunner/nsIDocShell.idl share/idl/xulrunner/nsIDocShellHistory.idl @@ -4407,7 +4672,6 @@ 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 @@ -4554,6 +4818,7 @@ share/idl/xulrunner/nsIMIMEInfo.idl share/idl/xulrunner/nsIMIMEInputStream.idl share/idl/xulrunner/nsIMIMEService.idl share/idl/xulrunner/nsIMarkupDocumentViewer.idl +share/idl/xulrunner/nsIMediaManager.idl share/idl/xulrunner/nsIMemory.idl share/idl/xulrunner/nsIMemoryInfoDumper.idl share/idl/xulrunner/nsIMemoryReporter.idl @@ -4564,6 +4829,7 @@ share/idl/xulrunner/nsIMessageManager.idl share/idl/xulrunner/nsIMmsService.idl share/idl/xulrunner/nsIModule.idl share/idl/xulrunner/nsIMozBrowserFrame.idl +share/idl/xulrunner/nsIMozSAXXMLDeclarationHandler.idl share/idl/xulrunner/nsIMultiPartChannel.idl share/idl/xulrunner/nsIMultiplexInputStream.idl share/idl/xulrunner/nsIMutable.idl @@ -4605,7 +4871,6 @@ share/idl/xulrunner/nsIPermissionPromptService.idl share/idl/xulrunner/nsIPersistentProperties2.idl share/idl/xulrunner/nsIPhonetic.idl share/idl/xulrunner/nsIPipe.idl -share/idl/xulrunner/nsIPlacesImportExportService.idl share/idl/xulrunner/nsIPlaintextEditor.idl share/idl/xulrunner/nsIPluginDocument.idl share/idl/xulrunner/nsIPluginHost.idl @@ -4636,8 +4901,6 @@ share/idl/xulrunner/nsIPrivacyTransitionObserver.idl share/idl/xulrunner/nsIPrivateBrowsingChannel.idl share/idl/xulrunner/nsIPrivateBrowsingService.idl share/idl/xulrunner/nsIProcess.idl -share/idl/xulrunner/nsIProfile.idl -share/idl/xulrunner/nsIProfileChangeStatus.idl share/idl/xulrunner/nsIProfileMigrator.idl share/idl/xulrunner/nsIProfileUnlocker.idl share/idl/xulrunner/nsIProgrammingLanguage.idl @@ -4769,7 +5032,6 @@ share/idl/xulrunner/nsISocketTransport.idl share/idl/xulrunner/nsISocketTransportService.idl share/idl/xulrunner/nsISound.idl share/idl/xulrunner/nsISpeculativeConnect.idl -share/idl/xulrunner/nsIStandardFileStream.idl share/idl/xulrunner/nsIStandardURL.idl share/idl/xulrunner/nsIStartupCache.idl share/idl/xulrunner/nsIStorageStream.idl @@ -4805,6 +5067,7 @@ share/idl/xulrunner/nsITabParent.idl share/idl/xulrunner/nsITableEditor.idl share/idl/xulrunner/nsITaggingService.idl share/idl/xulrunner/nsITelemetry.idl +share/idl/xulrunner/nsITelemetryPing.idl share/idl/xulrunner/nsITextScroll.idl share/idl/xulrunner/nsITextServicesFilter.idl share/idl/xulrunner/nsITextToSubURI.idl @@ -4851,6 +5114,7 @@ share/idl/xulrunner/nsIURLFormatter.idl share/idl/xulrunner/nsIURLParser.idl share/idl/xulrunner/nsIUTF8ConverterService.idl share/idl/xulrunner/nsIUUIDGenerator.idl +share/idl/xulrunner/nsIUndoManagerTransaction.idl share/idl/xulrunner/nsIUnicharInputStream.idl share/idl/xulrunner/nsIUnicharLineInputStream.idl share/idl/xulrunner/nsIUnicharOutputStream.idl @@ -4957,4 +5221,3 @@ share/idl/xulrunner/xpcIJSWeakReference.idl share/idl/xulrunner/xpccomponents.idl share/idl/xulrunner/xpcexception.idl share/idl/xulrunner/xpcjsid.idl -@pkgdir lib/xulrunner/plugins diff --git a/devel/xulrunner/dist.mk b/devel/xulrunner/dist.mk index c972e0a6f6e..b03707dd6e5 100644 --- a/devel/xulrunner/dist.mk +++ b/devel/xulrunner/dist.mk @@ -1,12 +1,12 @@ -# $NetBSD: dist.mk,v 1.43 2013/02/22 14:48:06 ryoon Exp $ +# $NetBSD: dist.mk,v 1.44 2013/03/10 00:22:16 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= 19.0 -MOZ_BRANCH_MINOR= .2 +MOZ_BRANCH= 20.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 58601a06eb5..d58c1854ff0 100644 --- a/devel/xulrunner/distinfo +++ b/devel/xulrunner/distinfo @@ -1,34 +1,31 @@ -$NetBSD: distinfo,v 1.99 2013/03/28 14:11:34 ryoon Exp $ +$NetBSD: distinfo,v 1.100 2013/03/30 20:03:08 ryoon Exp $ -SHA1 (firefox-19.0.2.source.tar.bz2) = d108d356225379a86d69a4906c706289135f6342 -RMD160 (firefox-19.0.2.source.tar.bz2) = 37518c9d64f4b441d9601debd0aa440b5af66d20 -Size (firefox-19.0.2.source.tar.bz2) = 99155868 bytes -SHA1 (patch-aa) = 0adf274292e4e05f97f89fedca223b29f54909aa +SHA1 (firefox-20.0.source.tar.bz2) = 6d776c29da0be0d2a50abeb504d63b06b7861218 +RMD160 (firefox-20.0.source.tar.bz2) = 72ad8d0622b10d70a4f8ef9da45d5f3b7b22ed49 +Size (firefox-20.0.source.tar.bz2) = 100311453 bytes +SHA1 (patch-aa) = 41c49c9f8c6447bd42477869005827729bf9a8c9 SHA1 (patch-ab) = b60129618bb0945b65636f99980bdc026ec16fd9 SHA1 (patch-ac) = 609a094d01878da0bdfb008a0cb30b96bdb4c6ce SHA1 (patch-ae) = adbf406cf3158ff2ecb847673d9d91edb200f034 SHA1 (patch-ag) = 3e6f3e2e9d0c7c498fbc39eabae798d1a7f8fb12 -SHA1 (patch-ai) = d36a7af304bb5b63c7af4d82c97a30eaf9447123 SHA1 (patch-ak) = 971ddb1f12b14bcee604c9d7e72da5e7bf47d9be SHA1 (patch-al) = 553c6042a98e4b381a46eec50c02cff349d88bd2 SHA1 (patch-am) = c5aa36638b666d99d4510f345802de259579e884 SHA1 (patch-an) = 4c8ca17d259f56863d6066f1e3de0d81fefdcd6c -SHA1 (patch-ao) = 178ce783f329e945f3437a927c8b8b97dce659be +SHA1 (patch-ao) = ebf95a9abf76439cdd890ea34f75f0d8d1114fe0 SHA1 (patch-as) = 1cd7a9c7e1cf7603f2d72111f3abc9d3747a9c32 SHA1 (patch-at) = c5cb543ab423657d546559de0603356c9bc2f2f3 SHA1 (patch-au) = d577fc9a0091915e36d67a6ad82f0e7bfc107e7b SHA1 (patch-av) = 20dcf216808667d71e527a6126b1a9b76130a13b SHA1 (patch-aw) = 237be5fa18846b51b67ef2c2ea5f4fb427c529aa -SHA1 (patch-ay) = 70c68275b6dc41e66fcf8330e9ebcc4743363926 SHA1 (patch-az) = 2012a7fef2eac59f48ff21fea0e205e89b313e46 SHA1 (patch-ba) = 1692053c1b0e65dd38bcf37cc1a80390cce081eb SHA1 (patch-bd) = 1a24cb9e4dc312725d0a6ffdf202b6f3e98d17fb -SHA1 (patch-bf) = ac5689eaec8cc79d5255a692b255de8a8690539a +SHA1 (patch-bf) = 6a052e8c83967e9054a81eb11f1501eb50e88782 SHA1 (patch-bg) = e5af56b3dca81ad67149c09942580ebd9062b38d SHA1 (patch-bi) = 3dd927d93431afe000cd4a45b4d9920e63158a85 SHA1 (patch-build_autoconf_nss.m4) = 4731f46a41f6d4ff31a6da07c9badb328a0f676f SHA1 (patch-config_baseconfig.mk) = 4f8e966e5e9684c165929d02f82099fb4befcc75 -SHA1 (patch-dom_system_OSFileConstants.cpp) = 692f3c538311fdae777ada67fc1362513c06bc10 SHA1 (patch-gfx_skia_Makefile.in) = ddc7e4a375f4cfd7dd76c5b37835bbcd3ad13cf1 SHA1 (patch-gfx_skia_src_sfnt_SkOTTable__head.h) = 493fced792610ea1ce5ab6b1e043ef36b33f8279 SHA1 (patch-gfx_skia_src_sfnt_SkOTTable__name.h) = 61a6611b3dd08f5bd56681244eefbfa3f209f6a1 @@ -42,15 +39,13 @@ SHA1 (patch-js_src_methodjit_MethodJIT.cpp) = f9b13d9e7910613c82f6b1ee4131a6c4eb SHA1 (patch-mb) = d6f624296ac83bebfdb4ad5e06e64d6d0c2541a3 SHA1 (patch-md) = 7fd607a3edd2ea5f7a5671fc6d06fba69c46c36f SHA1 (patch-me) = 2ff755782bd35caded8934000d039976dad44103 -SHA1 (patch-media_libcubeb_src_Makefile.in) = a24f1a79a14b1933286cd85618fbe91db109176d -SHA1 (patch-mp) = 4910e468bce689f02dc6a0d9ee92a827c9f5cf7b +SHA1 (patch-mp) = 2d426af76011d1caaddf347941fcdaae6b524524 SHA1 (patch-pa) = 8045cf02d83e87684b497dd30e890107f76a3bdf SHA1 (patch-pb) = 7665d8156fa734cdc2e1746558cc08b7eefce98e SHA1 (patch-pc) = 099a4f6ac32fd2f45c91eb525750bde96684693a SHA1 (patch-pd) = 9750259906ee270f6898e3c77288aa5260d6e9a7 SHA1 (patch-pg) = d6d6071cbe8a771873e1537034c0bb9186f8e245 SHA1 (patch-rc) = 2733724442a2cb49c5091146fd7e6001af686121 -SHA1 (patch-toolkit_library_Makefile.in) = 9206b614833cdd27f9d29c478ab0490eea709983 SHA1 (patch-toolkit_toolkit-tiers.mk) = 59e5174edd04f3c4e5d6ebb450a42e4e1dee0801 SHA1 (patch-xa) = 9182485283599a96663358bdc680c5cdb1d94a78 SHA1 (patch-xb) = 30eea880b40cee45d1235d3292fead4b5a54bbaa diff --git a/devel/xulrunner/patches/patch-aa b/devel/xulrunner/patches/patch-aa index 075215b9f7c..1b6f33fced9 100644 --- a/devel/xulrunner/patches/patch-aa +++ b/devel/xulrunner/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.16 2013/01/10 15:01:30 ryoon Exp $ +$NetBSD: patch-aa,v 1.17 2013/03/25 02:55:59 sbd Exp $ ---- configure.in.orig 2013-03-07 10:48:37.000000000 +0000 +--- configure.in.orig 2013-03-26 22:17:37.000000000 +0000 +++ configure.in -@@ -2097,6 +2097,9 @@ ia64*-hpux*) +@@ -2130,6 +2130,9 @@ ia64*-hpux*) if test -z "$MC"; then MC=mc.exe fi @@ -12,7 +12,7 @@ $NetBSD: patch-aa,v 1.16 2013/01/10 15:01:30 ryoon Exp $ ;; *-mingw*) DSO_CFLAGS= -@@ -3035,6 +3038,9 @@ dnl ==================================== +@@ -3071,6 +3074,9 @@ dnl ==================================== case $target in *-hpux11.*) ;; @@ -22,7 +22,7 @@ $NetBSD: patch-aa,v 1.16 2013/01/10 15:01:30 ryoon Exp $ *) AC_CHECK_LIB(c_r, gethostbyname_r) ;; -@@ -3336,6 +3342,9 @@ AC_CACHE_CHECK( +@@ -3372,6 +3378,9 @@ AC_CACHE_CHECK( #ifdef linux #define _BSD_SOURCE 1 #endif @@ -32,7 +32,7 @@ $NetBSD: patch-aa,v 1.16 2013/01/10 15:01:30 ryoon Exp $ #include ], [int foo = res_ninit(&_res);], -@@ -4006,6 +4015,14 @@ if test -n "$YASM"; then +@@ -4042,6 +4051,14 @@ if test -n "$YASM"; then _YASM_BUILD=` echo ${YASM_VERSION} | $AWK -F\. '{ print $4 }'` fi @@ -47,7 +47,7 @@ $NetBSD: patch-aa,v 1.16 2013/01/10 15:01:30 ryoon Exp $ if test -z "$SKIP_LIBRARY_CHECKS"; then dnl system JPEG support dnl ======================================================== -@@ -5260,8 +5277,8 @@ AC_SUBST(MOZ_WEBRTC_IN_LIBXUL) +@@ -5326,8 +5343,8 @@ AC_SUBST(MOZ_WEBRTC_IN_LIBXUL) AC_SUBST(MOZ_SCTP) AC_SUBST(MOZ_SRTP) @@ -58,20 +58,12 @@ $NetBSD: patch-aa,v 1.16 2013/01/10 15:01:30 ryoon Exp $ MOZ_SAMPLE_TYPE_S16=1 AC_DEFINE(MOZ_SAMPLE_TYPE_S16) AC_SUBST(MOZ_SAMPLE_TYPE_S16) -@@ -5628,7 +5645,7 @@ dnl ==================================== +@@ -5731,7 +5748,7 @@ MOZ_ALSA=) - dnl If using sydneyaudio with Linux, ensure that the alsa library is available - if test -n "$MOZ_SYDNEYAUDIO" -a "$OS_TARGET" = "Linux"; then + if test -n "$MOZ_ALSA"; then + AC_DEFINE(MOZ_CUBEB) - PKG_CHECK_MODULES(MOZ_ALSA, alsa, , + PKG_CHECK_MODULES(MOZ_ALSA, alsa, MOZ_ALSA=1, [echo "$MOZ_ALSA_PKG_ERRORS" AC_MSG_ERROR([Need alsa for Ogg, Wave or WebM decoding on Linux. Disable with --disable-ogg --disable-wave --disable-webm. (On Ubuntu, you might try installing the package libasound2-dev.)])]) fi -@@ -8750,6 +8767,7 @@ AC_SUBST(MOZ_VP8_ERROR_CONCEALMENT) - AC_SUBST(MOZ_VP8_ENCODER) - AC_SUBST(MOZ_VP8) - AC_SUBST(MOZ_OGG) -+AC_SUBST(MOZ_ALSA) - AC_SUBST(MOZ_ALSA_LIBS) - AC_SUBST(MOZ_ALSA_CFLAGS) - AC_SUBST(VPX_AS) diff --git a/devel/xulrunner/patches/patch-ai b/devel/xulrunner/patches/patch-ai deleted file mode 100644 index 38acb218eb2..00000000000 --- a/devel/xulrunner/patches/patch-ai +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ai,v 1.3 2012/08/28 23:27:10 ryoon Exp $ - ---- dbm/src/mktemp.c.orig 2013-01-04 23:44:30.000000000 +0000 -+++ dbm/src/mktemp.c -@@ -84,7 +84,7 @@ mkstempflags(char *path, int extraFlags) - static int - _gettemp(char *path, register int *doopen, int extraFlags) - { --#if !defined(_WINDOWS) || defined(_WIN32) -+#if (!defined(_WINDOWS) || defined(_WIN32)) && !defined(errno) - extern int errno; - #endif - register char *start, *trv; diff --git a/devel/xulrunner/patches/patch-ao b/devel/xulrunner/patches/patch-ao index 7bc400b7458..fd9ac37f162 100644 --- a/devel/xulrunner/patches/patch-ao +++ b/devel/xulrunner/patches/patch-ao @@ -1,9 +1,9 @@ -$NetBSD: patch-ao,v 1.5 2012/08/28 23:27:10 ryoon Exp $ +$NetBSD: patch-ao,v 1.6 2013/01/10 15:01:30 ryoon Exp $ ---- toolkit/mozapps/installer/packager.mk.orig 2013-01-04 23:44:45.000000000 +0000 +--- toolkit/mozapps/installer/packager.mk.orig 2013-03-26 22:18:05.000000000 +0000 +++ toolkit/mozapps/installer/packager.mk -@@ -893,8 +893,8 @@ endif - (cd $(DIST)/$(MOZ_PKG_DIR) && tar --exclude=precomplete $(TAR_CREATE_FLAGS) - .) | \ +@@ -911,8 +911,8 @@ endif + (cd $(DIST)/$(MOZ_PKG_DIR) && $(TAR) --exclude=precomplete $(TAR_CREATE_FLAGS) - .) | \ (cd $(DESTDIR)$(installdir) && tar -xf -) $(NSINSTALL) -D $(DESTDIR)$(bindir) - $(RM) -f $(DESTDIR)$(bindir)/$(MOZ_APP_NAME) @@ -12,4 +12,4 @@ $NetBSD: patch-ao,v 1.5 2012/08/28 23:27:10 ryoon Exp $ + ln -s $(installdir)/$(MOZ_APP_NAME) $(DESTDIR)$(bindir)/$(MOZILLA_PKG_NAME) ifdef INSTALL_SDK # Here comes the hard part $(NSINSTALL) -D $(DESTDIR)$(includedir) - (cd $(DIST)/include && tar $(TAR_CREATE_FLAGS) - .) | \ + (cd $(DIST)/include && $(TAR) $(TAR_CREATE_FLAGS) - .) | \ diff --git a/devel/xulrunner/patches/patch-ay b/devel/xulrunner/patches/patch-ay deleted file mode 100644 index 71c3a02d5cf..00000000000 --- a/devel/xulrunner/patches/patch-ay +++ /dev/null @@ -1,46 +0,0 @@ -$NetBSD: patch-ay,v 1.6 2012/08/28 23:27:10 ryoon Exp $ - ---- browser/app/nsBrowserApp.cpp.orig 2013-01-04 23:44:27.000000000 +0000 -+++ browser/app/nsBrowserApp.cpp -@@ -14,6 +14,31 @@ - #include - #endif - -+#include -+ -+#ifdef __NetBSD__ -+/* -+ * On netbsd-4, ulimit -n is 64 by default; too few for us. -+ */ -+static void netbsd_fixrlimit(void) { -+ struct rlimit rlp; -+ if (getrlimit(RLIMIT_NOFILE, &rlp) == -1) { -+ fprintf(stderr, "warning: getrlimit failed\n"); -+ return; -+ } -+ if (rlp.rlim_cur >= 512) -+ return; -+ if (rlp.rlim_max < 512) { -+ fprintf(stderr, "warning: hard limit of 'ulimit -n' too low\n"); -+ rlp.rlim_cur = rlp.rlim_max; -+ } -+ else -+ rlp.rlim_cur = 512; -+ if (setrlimit(RLIMIT_NOFILE, &rlp) == -1) -+ fprintf(stderr, "warning: setrlimit failed\n"); -+} -+#endif -+ - #ifdef XP_MACOSX - #include "MacQuirks.h" - #endif -@@ -204,6 +229,9 @@ int main(int argc, char* argv[]) - #ifdef XP_MACOSX - TriggerQuirks(); - #endif -+#ifdef __NetBSD__ -+ netbsd_fixrlimit(); -+#endif - - nsresult rv = mozilla::BinaryPath::Get(argv[0], exePath); - if (NS_FAILED(rv)) { diff --git a/devel/xulrunner/patches/patch-bf b/devel/xulrunner/patches/patch-bf index 55a582a61df..d2e75fcff27 100644 --- a/devel/xulrunner/patches/patch-bf +++ b/devel/xulrunner/patches/patch-bf @@ -1,8 +1,8 @@ -$NetBSD: patch-bf,v 1.10 2013/02/07 20:32:42 ryoon Exp $ +$NetBSD: patch-bf,v 1.11 2013/03/30 20:03:09 ryoon Exp $ ---- js/src/jsnativestack.cpp.orig 2013-03-07 10:48:48.000000000 +0000 +--- js/src/jsnativestack.cpp.orig 2013-03-26 22:17:48.000000000 +0000 +++ js/src/jsnativestack.cpp -@@ -19,13 +19,10 @@ +@@ -19,7 +19,7 @@ #elif defined(XP_MACOSX) || defined(DARWIN) || defined(XP_UNIX) # include @@ -11,13 +11,7 @@ $NetBSD: patch-bf,v 1.10 2013/02/07 20:32:42 ryoon Exp $ # include # endif --#else --# error "Unsupported platform" -- - #endif - - namespace js { -@@ -114,7 +111,7 @@ GetNativeStackBaseImpl() +@@ -112,7 +112,7 @@ js::GetNativeStackBaseImpl() pthread_attr_init(&sattr); # if defined(__OpenBSD__) stack_t ss; diff --git a/devel/xulrunner/patches/patch-dom_system_OSFileConstants.cpp b/devel/xulrunner/patches/patch-dom_system_OSFileConstants.cpp deleted file mode 100644 index 8e6896a43d8..00000000000 --- a/devel/xulrunner/patches/patch-dom_system_OSFileConstants.cpp +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD$ - ---- dom/system/OSFileConstants.cpp.orig 2013-01-04 23:44:31.000000000 +0000 -+++ dom/system/OSFileConstants.cpp -@@ -41,6 +41,11 @@ - #include "OSFileConstants.h" - #include "nsIOSFileConstantsService.h" - -+#if defined(__DragonFly__) || defined(__FreeBSD__) \ -+ || defined(__NetBSD__) || defined(__OpenBSD__) -+#define __dd_fd dd_fd -+#endif -+ - /** - * This module defines the basic libc constants (error numbers, open modes, - * etc.) used by OS.File and possibly other OS-bound JavaScript libraries. diff --git a/devel/xulrunner/patches/patch-media_libcubeb_src_Makefile.in b/devel/xulrunner/patches/patch-media_libcubeb_src_Makefile.in deleted file mode 100644 index 8c1b2e054a1..00000000000 --- a/devel/xulrunner/patches/patch-media_libcubeb_src_Makefile.in +++ /dev/null @@ -1,30 +0,0 @@ -$NetBSD: patch-media_libcubeb_src_Makefile.in,v 1.1 2012/11/21 15:26:50 ryoon Exp $ - -Add adds --enable-alsa and makes --enable-pulseaudio also work with media.use_cubeb=false (aka libsydneyaudio) - ---- media/libcubeb/src/Makefile.in.orig 2013-01-04 23:44:40.000000000 +0000 -+++ media/libcubeb/src/Makefile.in -@@ -29,10 +29,6 @@ CSRCS = \ - $(NULL) - endif - # No Android implementation of libcubeb yet. --else ifeq ($(OS_TARGET),Linux) --CSRCS = \ -- cubeb_alsa.c \ -- $(NULL) - endif - - ifeq ($(OS_TARGET),Darwin) -@@ -47,6 +43,12 @@ CSRCS = \ - $(NULL) - endif - -+ifdef MOZ_ALSA -+CSRCS = \ -+ cubeb_alsa.c \ -+ $(NULL) -+endif -+ - ifdef MOZ_PULSEAUDIO - CSRCS = \ - cubeb_pulse.c \ diff --git a/devel/xulrunner/patches/patch-mp b/devel/xulrunner/patches/patch-mp dissimilarity index 69% index f997798e2bf..b769b607247 100644 --- a/devel/xulrunner/patches/patch-mp +++ b/devel/xulrunner/patches/patch-mp @@ -1,34 +1,17 @@ -$NetBSD: patch-mp,v 1.7 2012/08/28 23:27:10 ryoon Exp $ - ---- media/libsydneyaudio/src/Makefile.in.orig 2013-01-04 23:44:40.000000000 +0000 -+++ media/libsydneyaudio/src/Makefile.in -@@ -30,10 +30,6 @@ else ifeq ($(MOZ_WIDGET_TOOLKIT),android - CSRCS = \ - sydney_audio_android.c \ - $(NULL) --else ifeq ($(OS_ARCH),Linux) --CSRCS = \ -- sydney_audio_alsa.c \ -- $(NULL) - endif - - ifeq ($(OS_ARCH),WINNT) -@@ -68,6 +64,18 @@ CSRCS = \ - $(NULL) - endif - -+ifdef MOZ_ALSA -+CSRCS = \ -+ sydney_audio_alsa.c \ -+ $(NULL) -+endif -+ -+ifdef MOZ_PULSEAUDIO -+CSRCS = \ -+ sydney_audio_pulseaudio.c \ -+ $(NULL) -+endif -+ - ifeq ($(OS_ARCH),WINNT) - OS_LIBS += winmm.lib - endif +$NetBSD: patch-mp,v 1.8 2013/01/10 15:01:31 ryoon Exp $ + +--- media/libsydneyaudio/src/Makefile.in.orig 2013-03-26 22:17:56.000000000 +0000 ++++ media/libsydneyaudio/src/Makefile.in +@@ -70,6 +70,12 @@ CSRCS = \ + $(NULL) + endif + ++ifdef MOZ_PULSEAUDIO ++CSRCS = \ ++ sydney_audio_pulseaudio.c \ ++ $(NULL) ++endif ++ + ifeq ($(OS_ARCH),WINNT) + OS_LIBS += winmm.lib + endif diff --git a/devel/xulrunner/patches/patch-toolkit_library_Makefile.in b/devel/xulrunner/patches/patch-toolkit_library_Makefile.in deleted file mode 100644 index 16371adc408..00000000000 --- a/devel/xulrunner/patches/patch-toolkit_library_Makefile.in +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-toolkit_library_Makefile.in,v 1.1 2012/11/21 15:26:50 ryoon Exp $ - -adds --enable-alsa and makes --enable-pulseaudio -also work with media.use_cubeb=false (aka libsydneyaudio) - ---- toolkit/library/Makefile.in.orig 2013-01-04 23:44:45.000000000 +0000 -+++ toolkit/library/Makefile.in -@@ -409,14 +409,11 @@ endif - endif - - --ifdef MOZ_SYDNEYAUDIO --ifeq ($(OS_ARCH),Linux) -+ifneq (,$(MOZ_CUBEB)$(MOZ_SYDNEYAUDIO)) -+ifdef MOZ_ALSA - EXTRA_DSO_LDOPTS += $(MOZ_ALSA_LIBS) - endif --endif -- - ifdef MOZ_PULSEAUDIO --ifdef MOZ_CUBEB - EXTRA_DSO_LDOPTS += $(MOZ_PULSEAUDIO_LIBS) - endif - endif diff --git a/doc/CHANGES-2013 b/doc/CHANGES-2013 index f04b7d34d23..cf456d0e0e7 100644 --- a/doc/CHANGES-2013 +++ b/doc/CHANGES-2013 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2013,v 1.1168 2013/04/05 11:21:42 rodent Exp $ +$NetBSD: CHANGES-2013,v 1.1170 2013/04/05 13:31:13 ryoon Exp $ Changes to the packages collection and infrastructure in 2013: @@ -1857,3 +1857,6 @@ Changes to the packages collection and infrastructure in 2013: Updated x11/libdrm to 2.4.43 [wiz 2013-04-05] Updated sysutils/py-notify to 0.2.1 [rodent 2013-04-05] Updated audio/exaile to 0.2.14nb23 [rodent 2013-04-05] + Updated devel/xulrunner to 20.0 [ryoon 2013-04-05] + Updated www/firefox to 20.0 [ryoon 2013-04-05] + Updated devel/cppcheck to 1.59 [adam 2013-04-05] diff --git a/net/net-snmp/Makefile b/net/net-snmp/Makefile index 5d4a9ef47bb..2587838ba66 100644 --- a/net/net-snmp/Makefile +++ b/net/net-snmp/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.95 2013/03/17 00:15:28 gdt Exp $ +# $NetBSD: Makefile,v 1.96 2013/04/04 20:00:35 christos Exp $ DISTNAME= net-snmp-5.7.2 CATEGORIES= net -PKGREVISION= 1 +PKGREVISION= 2 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=net-snmp/} MAINTAINER= adam@NetBSD.org diff --git a/net/net-snmp/distinfo b/net/net-snmp/distinfo index 5f9c322866f..a4fbfb5c85b 100644 --- a/net/net-snmp/distinfo +++ b/net/net-snmp/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.74 2013/04/05 01:03:05 christos Exp $ +$NetBSD: distinfo,v 1.75 2013/04/05 07:59:20 tron Exp $ SHA1 (net-snmp-5.7.2.tar.gz) = c493027907f32400648244d81117a126aecd27ee RMD160 (net-snmp-5.7.2.tar.gz) = 392d643e9f2f42ee4fa688b4702329ad005ee12e @@ -7,6 +7,7 @@ SHA1 (patch-ac) = 59987ecb9467b1cead9af3d4432a4dd69be93480 SHA1 (patch-af) = 4fb96b79f9126dedb8a132d44894ea23c9e8c101 SHA1 (patch-ag) = d9595eceeb5ee986ab4365f62e3c3ab339e605aa SHA1 (patch-agent_mibgroup_hardware_cpu_cpu__sysctl.c) = b528783f44b15f49eb1a65f919c7a5ec48fe7022 +SHA1 (patch-agent_mibgroup_hardware_fsys_fsys_getfsstats.c) = 7fc48c58c8f5bc73caaf3990ef61a94fb856e208 SHA1 (patch-agent_mibgroup_hardware_memory_memory__netbsd.c) = f04d66f823bf2b49401e6d9a62db4b39ed679907 SHA1 (patch-agent_mibgroup_host_data__access_swrun__kinfo.c) = 054866e7c3ac90f183fd4a6d53763a5bba50572c SHA1 (patch-agent_mibgroup_mibII_ipAddr.c) = cd3345a4b30fe2280d0555ee38feb5f957a55b1e diff --git a/net/net-snmp/patches/patch-agent_mibgroup_hardware_fsys_fsys_getfsstats.c b/net/net-snmp/patches/patch-agent_mibgroup_hardware_fsys_fsys_getfsstats.c new file mode 100644 index 00000000000..5f18fd3c483 --- /dev/null +++ b/net/net-snmp/patches/patch-agent_mibgroup_hardware_fsys_fsys_getfsstats.c @@ -0,0 +1,13 @@ +$NetBSD$ + +--- agent/mibgroup/hardware/fsys/fsys_getfsstats.c.orig 2013-04-05 13:53:53.000000000 -0400 ++++ agent/mibgroup/hardware/fsys/fsys_getfsstats.c 2013-04-05 13:54:19.000000000 -0400 +@@ -154,7 +154,7 @@ + entry->path[sizeof(entry->path)-1] = '\0'; + strlcpy( entry->device, stats[i].f_mntfromname, sizeof(entry->device)); + entry->device[sizeof(entry->device)-1] = '\0'; +- entry->units = stats[i].f_bsize; /* or f_frsize */ ++ entry->units = stats[i].f_frsize; + entry->size = stats[i].f_blocks; + entry->used = (stats[i].f_blocks - stats[i].f_bfree); + /* entry->avail is currently unsigned, so protect against negative diff --git a/www/firefox/PLIST b/www/firefox/PLIST index 69aec568187..d983b68b244 100644 --- a/www/firefox/PLIST +++ b/www/firefox/PLIST @@ -56,18 +56,48 @@ lib/firefox/chrome/browser/content/browser/debugger-toolbar.js lib/firefox/chrome/browser/content/browser/debugger-view.js lib/firefox/chrome/browser/content/browser/debugger.css lib/firefox/chrome/browser/content/browser/debugger.xul +lib/firefox/chrome/browser/content/browser/devtools/cleopatra.html lib/firefox/chrome/browser/content/browser/devtools/commandline.css lib/firefox/chrome/browser/content/browser/devtools/commandlineoutput.xhtml lib/firefox/chrome/browser/content/browser/devtools/commandlinetooltip.xhtml +lib/firefox/chrome/browser/content/browser/devtools/connect.css +lib/firefox/chrome/browser/content/browser/devtools/connect.js +lib/firefox/chrome/browser/content/browser/devtools/connect.xhtml lib/firefox/chrome/browser/content/browser/devtools/csshtmltree.xul lib/firefox/chrome/browser/content/browser/devtools/cssruleview.xul +lib/firefox/chrome/browser/content/browser/devtools/framework/toolbox-window.xul +lib/firefox/chrome/browser/content/browser/devtools/framework/toolbox.css +lib/firefox/chrome/browser/content/browser/devtools/framework/toolbox.xul +lib/firefox/chrome/browser/content/browser/devtools/inspector/inspector.css +lib/firefox/chrome/browser/content/browser/devtools/inspector/inspector.xul lib/firefox/chrome/browser/content/browser/devtools/layoutview/view.css +lib/firefox/chrome/browser/content/browser/devtools/layoutview/view.js lib/firefox/chrome/browser/content/browser/devtools/layoutview/view.xhtml lib/firefox/chrome/browser/content/browser/devtools/markup-view.css lib/firefox/chrome/browser/content/browser/devtools/markup-view.xhtml +lib/firefox/chrome/browser/content/browser/devtools/profiler/cleopatra/css/devtools.css +lib/firefox/chrome/browser/content/browser/devtools/profiler/cleopatra/css/tree.css +lib/firefox/chrome/browser/content/browser/devtools/profiler/cleopatra/css/ui.css +lib/firefox/chrome/browser/content/browser/devtools/profiler/cleopatra/images/circlearrow.svg +lib/firefox/chrome/browser/content/browser/devtools/profiler/cleopatra/images/noise.png +lib/firefox/chrome/browser/content/browser/devtools/profiler/cleopatra/images/throbber.svg +lib/firefox/chrome/browser/content/browser/devtools/profiler/cleopatra/images/treetwisty.svg +lib/firefox/chrome/browser/content/browser/devtools/profiler/cleopatra/js/ProgressReporter.js +lib/firefox/chrome/browser/content/browser/devtools/profiler/cleopatra/js/devtools.js +lib/firefox/chrome/browser/content/browser/devtools/profiler/cleopatra/js/parser.js +lib/firefox/chrome/browser/content/browser/devtools/profiler/cleopatra/js/parserWorker.js +lib/firefox/chrome/browser/content/browser/devtools/profiler/cleopatra/js/tree.js +lib/firefox/chrome/browser/content/browser/devtools/profiler/cleopatra/js/ui.js lib/firefox/chrome/browser/content/browser/devtools/styleinspector.css lib/firefox/chrome/browser/content/browser/devtools/webconsole.js lib/firefox/chrome/browser/content/browser/devtools/webconsole.xul +lib/firefox/chrome/browser/content/browser/downloads/allDownloadsViewOverlay.css +lib/firefox/chrome/browser/content/browser/downloads/allDownloadsViewOverlay.js +lib/firefox/chrome/browser/content/browser/downloads/allDownloadsViewOverlay.xul +lib/firefox/chrome/browser/content/browser/downloads/contentAreaDownloadsView.css +lib/firefox/chrome/browser/content/browser/downloads/contentAreaDownloadsView.js +lib/firefox/chrome/browser/content/browser/downloads/contentAreaDownloadsView.xul +lib/firefox/chrome/browser/content/browser/downloads/download.css lib/firefox/chrome/browser/content/browser/downloads/download.xml lib/firefox/chrome/browser/content/browser/downloads/downloads.css lib/firefox/chrome/browser/content/browser/downloads/downloads.js @@ -104,6 +134,7 @@ lib/firefox/chrome/browser/content/browser/places/bookmarkProperties.xul lib/firefox/chrome/browser/content/browser/places/bookmarkProperties2.xul lib/firefox/chrome/browser/content/browser/places/browserPlacesViews.js lib/firefox/chrome/browser/content/browser/places/controller.js +lib/firefox/chrome/browser/content/browser/places/downloadsViewOverlay.xul lib/firefox/chrome/browser/content/browser/places/editBookmarkOverlay.js lib/firefox/chrome/browser/content/browser/places/editBookmarkOverlay.xul lib/firefox/chrome/browser/content/browser/places/history-panel.js @@ -176,6 +207,8 @@ lib/firefox/chrome/browser/content/browser/preferences/sync.js lib/firefox/chrome/browser/content/browser/preferences/sync.xul lib/firefox/chrome/browser/content/browser/preferences/tabs.js lib/firefox/chrome/browser/content/browser/preferences/tabs.xul +lib/firefox/chrome/browser/content/browser/profiler.css +lib/firefox/chrome/browser/content/browser/profiler.xul lib/firefox/chrome/browser/content/browser/report-phishing-overlay.xul lib/firefox/chrome/browser/content/browser/safeMode.css lib/firefox/chrome/browser/content/browser/safeMode.js @@ -251,6 +284,7 @@ lib/firefox/chrome/browser/skin/classic/browser/browser.css lib/firefox/chrome/browser/skin/classic/browser/click-to-play-warning-stripes.png lib/firefox/chrome/browser/skin/classic/browser/devtools/alerticon-warning.png lib/firefox/chrome/browser/skin/classic/browser/devtools/arrows.png +lib/firefox/chrome/browser/skin/classic/browser/devtools/background-noise-toolbar.png lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs-scrollbutton.png lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-end-pressed.png lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/ltr-end-selected-pressed.png @@ -276,6 +310,10 @@ lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-start-p lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-start-selected-pressed.png lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-start-selected.png lib/firefox/chrome/browser/skin/classic/browser/devtools/breadcrumbs/rtl-start.png +lib/firefox/chrome/browser/skin/classic/browser/devtools/close.png +lib/firefox/chrome/browser/skin/classic/browser/devtools/command-responsivemode.png +lib/firefox/chrome/browser/skin/classic/browser/devtools/command-scratchpad.png +lib/firefox/chrome/browser/skin/classic/browser/devtools/command-tilt.png lib/firefox/chrome/browser/skin/classic/browser/devtools/commandline.css lib/firefox/chrome/browser/skin/classic/browser/devtools/commandline.png lib/firefox/chrome/browser/skin/classic/browser/devtools/common.css @@ -288,16 +326,17 @@ lib/firefox/chrome/browser/skin/classic/browser/devtools/debugger-step-in.png lib/firefox/chrome/browser/skin/classic/browser/devtools/debugger-step-out.png lib/firefox/chrome/browser/skin/classic/browser/devtools/debugger-step-over.png lib/firefox/chrome/browser/skin/classic/browser/devtools/debugger.css +lib/firefox/chrome/browser/skin/classic/browser/devtools/dock-bottom.png +lib/firefox/chrome/browser/skin/classic/browser/devtools/dock-side.png lib/firefox/chrome/browser/skin/classic/browser/devtools/dropmarker.png lib/firefox/chrome/browser/skin/classic/browser/devtools/floating-scrollbars.css lib/firefox/chrome/browser/skin/classic/browser/devtools/goto-mdn.png lib/firefox/chrome/browser/skin/classic/browser/devtools/inspect-button.png +lib/firefox/chrome/browser/skin/classic/browser/devtools/inspector.css lib/firefox/chrome/browser/skin/classic/browser/devtools/itemArrow-ltr.png lib/firefox/chrome/browser/skin/classic/browser/devtools/itemArrow-rtl.png lib/firefox/chrome/browser/skin/classic/browser/devtools/itemToggle.png lib/firefox/chrome/browser/skin/classic/browser/devtools/layout-background-grid.png -lib/firefox/chrome/browser/skin/classic/browser/devtools/layout-background.png -lib/firefox/chrome/browser/skin/classic/browser/devtools/layout-buttons.png lib/firefox/chrome/browser/skin/classic/browser/devtools/layoutview.css lib/firefox/chrome/browser/skin/classic/browser/devtools/magnifying-glass.png lib/firefox/chrome/browser/skin/classic/browser/devtools/markup-view.css @@ -312,15 +351,25 @@ lib/firefox/chrome/browser/skin/classic/browser/devtools/responsive-se-resizer.p lib/firefox/chrome/browser/skin/classic/browser/devtools/responsive-vertical-resizer.png lib/firefox/chrome/browser/skin/classic/browser/devtools/splitview.css lib/firefox/chrome/browser/skin/classic/browser/devtools/styleeditor.css +lib/firefox/chrome/browser/skin/classic/browser/devtools/tool-debugger.png +lib/firefox/chrome/browser/skin/classic/browser/devtools/tool-inspector.png +lib/firefox/chrome/browser/skin/classic/browser/devtools/tool-profiler.png +lib/firefox/chrome/browser/skin/classic/browser/devtools/tool-styleeditor.png +lib/firefox/chrome/browser/skin/classic/browser/devtools/tool-webconsole.png +lib/firefox/chrome/browser/skin/classic/browser/devtools/toolbox.css lib/firefox/chrome/browser/skin/classic/browser/devtools/tools-icons-small.png -lib/firefox/chrome/browser/skin/classic/browser/devtools/treepanel-button.png +lib/firefox/chrome/browser/skin/classic/browser/devtools/undock.png lib/firefox/chrome/browser/skin/classic/browser/devtools/webconsole.css lib/firefox/chrome/browser/skin/classic/browser/devtools/webconsole.png lib/firefox/chrome/browser/skin/classic/browser/devtools/webconsole_networkpanel.css +lib/firefox/chrome/browser/skin/classic/browser/downloads/allDownloadsViewOverlay.css lib/firefox/chrome/browser/skin/classic/browser/downloads/buttons.png +lib/firefox/chrome/browser/skin/classic/browser/downloads/contentAreaDownloadsView.css lib/firefox/chrome/browser/skin/classic/browser/downloads/download-glow-small.png lib/firefox/chrome/browser/skin/classic/browser/downloads/download-glow.png -lib/firefox/chrome/browser/skin/classic/browser/downloads/download-notification.png +lib/firefox/chrome/browser/skin/classic/browser/downloads/download-notification-finish.png +lib/firefox/chrome/browser/skin/classic/browser/downloads/download-notification-start.png +lib/firefox/chrome/browser/skin/classic/browser/downloads/download-summary.png lib/firefox/chrome/browser/skin/classic/browser/downloads/downloads.css lib/firefox/chrome/browser/skin/classic/browser/engineManager.css lib/firefox/chrome/browser/skin/classic/browser/feeds/audioFeedIcon.png @@ -368,6 +417,7 @@ lib/firefox/chrome/browser/skin/classic/browser/preferences/applications.css lib/firefox/chrome/browser/skin/classic/browser/preferences/in-content/preferences.css lib/firefox/chrome/browser/skin/classic/browser/preferences/mail.png lib/firefox/chrome/browser/skin/classic/browser/preferences/preferences.css +lib/firefox/chrome/browser/skin/classic/browser/privatebrowsing-mask.png lib/firefox/chrome/browser/skin/classic/browser/sanitizeDialog.css lib/firefox/chrome/browser/skin/classic/browser/searchbar.css lib/firefox/chrome/browser/skin/classic/browser/setDesktopBackground.css @@ -400,6 +450,7 @@ lib/firefox/chrome/browser/skin/classic/browser/tabview/tabview.png lib/firefox/chrome/browser/skin/classic/browser/urlbar-arrow.png lib/firefox/chrome/browser/skin/classic/browser/webRTC-shareDevice-16.png lib/firefox/chrome/browser/skin/classic/browser/webRTC-shareDevice-64.png +lib/firefox/chrome/browser/skin/classic/browser/webRTC-sharingDevice-16.png lib/firefox/chrome/browser/skin/classic/browser/webapps-16.png lib/firefox/chrome/browser/skin/classic/browser/webapps-64.png lib/firefox/chrome/browser/skin/classic/communicator/communicator.css @@ -418,12 +469,16 @@ lib/firefox/chrome/en-US/locale/browser/appstrings.properties lib/firefox/chrome/en-US/locale/browser/baseMenuOverlay.dtd lib/firefox/chrome/en-US/locale/browser/browser.dtd lib/firefox/chrome/en-US/locale/browser/browser.properties +lib/firefox/chrome/en-US/locale/browser/devtools/connection-screen.dtd +lib/firefox/chrome/en-US/locale/browser/devtools/connection-screen.properties lib/firefox/chrome/en-US/locale/browser/devtools/debugger.dtd lib/firefox/chrome/en-US/locale/browser/devtools/debugger.properties lib/firefox/chrome/en-US/locale/browser/devtools/gcli.properties lib/firefox/chrome/en-US/locale/browser/devtools/gclicommands.properties +lib/firefox/chrome/en-US/locale/browser/devtools/inspector.dtd lib/firefox/chrome/en-US/locale/browser/devtools/inspector.properties lib/firefox/chrome/en-US/locale/browser/devtools/layoutview.dtd +lib/firefox/chrome/en-US/locale/browser/devtools/profiler.properties lib/firefox/chrome/en-US/locale/browser/devtools/responsiveUI.properties lib/firefox/chrome/en-US/locale/browser/devtools/scratchpad.dtd lib/firefox/chrome/en-US/locale/browser/devtools/scratchpad.properties @@ -434,6 +489,8 @@ lib/firefox/chrome/en-US/locale/browser/devtools/styleeditor.properties lib/firefox/chrome/en-US/locale/browser/devtools/styleinspector.dtd lib/firefox/chrome/en-US/locale/browser/devtools/styleinspector.properties lib/firefox/chrome/en-US/locale/browser/devtools/tilt.properties +lib/firefox/chrome/en-US/locale/browser/devtools/toolbox.dtd +lib/firefox/chrome/en-US/locale/browser/devtools/toolbox.properties lib/firefox/chrome/en-US/locale/browser/devtools/webConsole.dtd lib/firefox/chrome/en-US/locale/browser/devtools/webconsole.properties lib/firefox/chrome/en-US/locale/browser/downloads/downloads.dtd @@ -500,8 +557,6 @@ lib/firefox/chrome/en-US/locale/browser/tabbrowser.dtd lib/firefox/chrome/en-US/locale/browser/tabbrowser.properties lib/firefox/chrome/en-US/locale/browser/tabview.properties lib/firefox/chrome/en-US/locale/browser/taskbar.properties -lib/firefox/chrome/en-US/locale/en-US/services/errors.properties -lib/firefox/chrome/en-US/locale/en-US/services/sync.properties lib/firefox/chrome/en-US/locale/feedback/main.dtd lib/firefox/chrome/en-US/locale/feedback/main.properties lib/firefox/chrome/en-US/locale/pdfviewer/chrome.properties @@ -554,7 +609,6 @@ lib/firefox/chrome/pdfjs/content/web/viewer.css lib/firefox/chrome/pdfjs/content/web/viewer.html lib/firefox/chrome/pdfjs/content/web/viewer.js lib/firefox/chrome/pdfjs/extension-files -lib/firefox/components/Aitc.js lib/firefox/components/ChromeProfileMigrator.js lib/firefox/components/DownloadsStartup.js lib/firefox/components/DownloadsUI.js @@ -564,7 +618,6 @@ lib/firefox/components/FirefoxProfileMigrator.js lib/firefox/components/PageThumbsProtocol.js lib/firefox/components/PlacesProtocolHandler.js lib/firefox/components/ProfileMigrator.js -lib/firefox/components/Weave.js lib/firefox/components/WebContentConverter.js lib/firefox/components/browser.xpt lib/firefox/components/components.manifest @@ -573,7 +626,7 @@ lib/firefox/components/interfaces.manifest lib/firefox/components/libbrowsercomps.so lib/firefox/components/nsBrowserContentHandler.js lib/firefox/components/nsBrowserGlue.js -lib/firefox/components/nsPrivateBrowsingService.js +lib/firefox/components/nsPrivateBrowsingServiceObsolete.js lib/firefox/components/nsSessionStartup.js lib/firefox/components/nsSessionStore.js lib/firefox/components/nsSetDefaultBrowser.js @@ -582,9 +635,6 @@ lib/firefox/defaults/preferences/channel-prefs.js lib/firefox/defaults/preferences/firefox-branding.js lib/firefox/defaults/preferences/firefox-l10n.js lib/firefox/defaults/preferences/firefox.js -lib/firefox/defaults/preferences/services-aitc.js -lib/firefox/defaults/preferences/services-notifications.js -lib/firefox/defaults/preferences/services-sync.js lib/firefox/defaults/profile/bookmarks.html lib/firefox/defaults/profile/chrome/userChrome-example.css lib/firefox/defaults/profile/chrome/userContent-example.css @@ -594,6 +644,7 @@ lib/firefox/defaults/profile/prefs.js lib/firefox/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/icon.png lib/firefox/extensions/{972ce4c6-7e08-4474-a285-3208198ce6fd}/install.rdf lib/firefox/firefox +lib/firefox/firefox-bin lib/firefox/icons/mozicon128.png lib/firefox/modules/AboutHomeUtils.jsm lib/firefox/modules/AutocompletePopup.jsm @@ -609,47 +660,46 @@ lib/firefox/modules/PageThumbs.jsm lib/firefox/modules/PageThumbsWorker.js lib/firefox/modules/PlacesUIUtils.jsm lib/firefox/modules/PropertyPanel.jsm +lib/firefox/modules/RecentWindow.jsm lib/firefox/modules/SharedFrame.jsm lib/firefox/modules/SignInToWebsite.jsm lib/firefox/modules/Social.jsm lib/firefox/modules/TelemetryTimestamps.jsm +lib/firefox/modules/WebConsolePanel.jsm +lib/firefox/modules/devtools/Breadcrumbs.jsm lib/firefox/modules/devtools/Browser.jsm -lib/firefox/modules/devtools/CmdAddon.jsm -lib/firefox/modules/devtools/CmdBreak.jsm -lib/firefox/modules/devtools/CmdCalllog.jsm -lib/firefox/modules/devtools/CmdCalllogChrome.jsm -lib/firefox/modules/devtools/CmdCmd.jsm -lib/firefox/modules/devtools/CmdConsole.jsm -lib/firefox/modules/devtools/CmdCookie.jsm -lib/firefox/modules/devtools/CmdDbg.jsm -lib/firefox/modules/devtools/CmdEcho.jsm +lib/firefox/modules/devtools/BuiltinCommands.jsm lib/firefox/modules/devtools/CmdEdit.jsm -lib/firefox/modules/devtools/CmdExport.jsm lib/firefox/modules/devtools/CmdInspect.jsm -lib/firefox/modules/devtools/CmdJsb.jsm -lib/firefox/modules/devtools/CmdPagemod.jsm lib/firefox/modules/devtools/CmdResize.jsm -lib/firefox/modules/devtools/CmdRestart.jsm -lib/firefox/modules/devtools/CmdScreenshot.jsm +lib/firefox/modules/devtools/CmdScratchpad.jsm lib/firefox/modules/devtools/CmdTilt.jsm lib/firefox/modules/devtools/Commands.jsm lib/firefox/modules/devtools/CssHtmlTree.jsm lib/firefox/modules/devtools/CssLogic.jsm lib/firefox/modules/devtools/CssRuleView.jsm lib/firefox/modules/devtools/DOMHelpers.jsm +lib/firefox/modules/devtools/DebuggerPanel.jsm lib/firefox/modules/devtools/DebuggerUI.jsm lib/firefox/modules/devtools/DeveloperToolbar.jsm lib/firefox/modules/devtools/EventEmitter.jsm lib/firefox/modules/devtools/FloatingScrollbars.jsm +lib/firefox/modules/devtools/Highlighter.jsm +lib/firefox/modules/devtools/InspectorPanel.jsm lib/firefox/modules/devtools/Jsbeautify.jsm lib/firefox/modules/devtools/LayoutHelpers.jsm -lib/firefox/modules/devtools/LayoutView.jsm lib/firefox/modules/devtools/MarkupView.jsm +lib/firefox/modules/devtools/ProfilerController.jsm +lib/firefox/modules/devtools/ProfilerPanel.jsm +lib/firefox/modules/devtools/Selection.jsm +lib/firefox/modules/devtools/Sidebar.jsm lib/firefox/modules/devtools/SplitView.jsm lib/firefox/modules/devtools/StyleEditor.jsm lib/firefox/modules/devtools/StyleEditorChrome.jsm +lib/firefox/modules/devtools/StyleEditorPanel.jsm lib/firefox/modules/devtools/StyleEditorUtil.jsm lib/firefox/modules/devtools/StyleInspector.jsm +lib/firefox/modules/devtools/Target.jsm lib/firefox/modules/devtools/Templater.jsm lib/firefox/modules/devtools/Tilt.jsm lib/firefox/modules/devtools/TiltGL.jsm @@ -659,68 +709,23 @@ lib/firefox/modules/devtools/TiltVisualizer.jsm lib/firefox/modules/devtools/TiltVisualizerStyle.jsm lib/firefox/modules/devtools/TiltWorkerCrafter.js lib/firefox/modules/devtools/TiltWorkerPicker.js +lib/firefox/modules/devtools/ToolDefinitions.jsm +lib/firefox/modules/devtools/Toolbox.jsm +lib/firefox/modules/devtools/ToolboxHosts.jsm lib/firefox/modules/devtools/Undo.jsm lib/firefox/modules/devtools/VariablesView.jsm +lib/firefox/modules/devtools/gDevTools.jsm lib/firefox/modules/devtools/gcli.jsm lib/firefox/modules/devtools/responsivedesign.jsm lib/firefox/modules/devtools/scratchpad-manager.jsm lib/firefox/modules/distribution.js -lib/firefox/modules/highlighter.jsm -lib/firefox/modules/inspector.jsm lib/firefox/modules/offlineAppCache.jsm lib/firefox/modules/openLocationLastURL.jsm -lib/firefox/modules/services-aitc/browserid.js -lib/firefox/modules/services-aitc/client.js -lib/firefox/modules/services-aitc/main.js -lib/firefox/modules/services-aitc/manager.js -lib/firefox/modules/services-aitc/storage.js -lib/firefox/modules/services-common/async.js -lib/firefox/modules/services-common/bagheeraclient.js -lib/firefox/modules/services-common/log4moz.js -lib/firefox/modules/services-common/observers.js -lib/firefox/modules/services-common/preferences.js -lib/firefox/modules/services-common/rest.js -lib/firefox/modules/services-common/storageservice.js -lib/firefox/modules/services-common/stringbundle.js -lib/firefox/modules/services-common/tokenserverclient.js -lib/firefox/modules/services-common/utils.js -lib/firefox/modules/services-crypto/WeaveCrypto.js -lib/firefox/modules/services-crypto/utils.js -lib/firefox/modules/services-notifications/service.js -lib/firefox/modules/services-sync/addonsreconciler.js -lib/firefox/modules/services-sync/addonutils.js -lib/firefox/modules/services-sync/constants.js -lib/firefox/modules/services-sync/engines.js -lib/firefox/modules/services-sync/engines/addons.js -lib/firefox/modules/services-sync/engines/apps.js -lib/firefox/modules/services-sync/engines/bookmarks.js -lib/firefox/modules/services-sync/engines/clients.js -lib/firefox/modules/services-sync/engines/forms.js -lib/firefox/modules/services-sync/engines/history.js -lib/firefox/modules/services-sync/engines/passwords.js -lib/firefox/modules/services-sync/engines/prefs.js -lib/firefox/modules/services-sync/engines/tabs.js -lib/firefox/modules/services-sync/identity.js -lib/firefox/modules/services-sync/jpakeclient.js -lib/firefox/modules/services-sync/keys.js -lib/firefox/modules/services-sync/main.js -lib/firefox/modules/services-sync/notifications.js -lib/firefox/modules/services-sync/policies.js -lib/firefox/modules/services-sync/record.js -lib/firefox/modules/services-sync/resource.js -lib/firefox/modules/services-sync/rest.js -lib/firefox/modules/services-sync/service.js -lib/firefox/modules/services-sync/stages/cluster.js -lib/firefox/modules/services-sync/stages/enginesync.js -lib/firefox/modules/services-sync/status.js -lib/firefox/modules/services-sync/userapi.js -lib/firefox/modules/services-sync/util.js -lib/firefox/modules/services/metrics/collector.jsm -lib/firefox/modules/services/metrics/dataprovider.jsm lib/firefox/modules/sessionstore/DocumentUtils.jsm lib/firefox/modules/sessionstore/SessionStorage.jsm lib/firefox/modules/sessionstore/SessionStore.jsm lib/firefox/modules/sessionstore/XPathGenerator.jsm +lib/firefox/modules/sessionstore/_SessionFile.jsm lib/firefox/modules/source-editor-orion.jsm lib/firefox/modules/source-editor-ui.jsm lib/firefox/modules/source-editor.jsm -- 2.11.4.GIT