diff options
-rw-r--r-- | devel/xulrunner/Makefile | 6 | ||||
-rw-r--r-- | devel/xulrunner/PLIST | 187 | ||||
-rw-r--r-- | devel/xulrunner/dist.mk | 4 | ||||
-rw-r--r-- | devel/xulrunner/distinfo | 16 | ||||
-rw-r--r-- | devel/xulrunner/patches/patch-as | 19 | ||||
-rw-r--r-- | devel/xulrunner/patches/patch-aw | 17 | ||||
-rw-r--r-- | devel/xulrunner/patches/patch-config_baseconfig.mk | 18 | ||||
-rw-r--r-- | devel/xulrunner/patches/patch-ipc_chromium_src_base_third__party_nspr_prcpucfg.h | 13 | ||||
-rw-r--r-- | devel/xulrunner/patches/patch-ipc_chromium_src_base_third__party_nspr_prtime.cc | 38 | ||||
-rw-r--r-- | devel/xulrunner/patches/patch-ma | 23 | ||||
-rw-r--r-- | www/firefox/Makefile | 5 | ||||
-rw-r--r-- | www/firefox/PLIST | 32 |
12 files changed, 216 insertions, 162 deletions
diff --git a/devel/xulrunner/Makefile b/devel/xulrunner/Makefile index 668901e4338..53de6a1a855 100644 --- a/devel/xulrunner/Makefile +++ b/devel/xulrunner/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.82 2012/10/08 23:00:57 adam Exp $ +# $NetBSD: Makefile,v 1.83 2012/10/12 18:27:20 ryoon Exp $ .include "dist.mk" PKGNAME= xulrunner-${MOZ_BRANCH}${MOZ_BRANCH_MINOR} -PKGREVISION= 5 CATEGORIES= devel www MAINTAINER= tnn@NetBSD.org @@ -46,6 +45,7 @@ pre-configure: post-install: # XXX fix the pkg-config files instead + mkdir ${DESTDIR}${PREFIX}/lib/xulrunner-sdk/sdk/lib rm -f ${DESTDIR}${PREFIX}/lib/xulrunner/libxpcomglue.a ln -s ${PREFIX}/lib/xulrunner-sdk/sdk/lib/libxpcomglue.a \ ${DESTDIR}${PREFIX}/lib/xulrunner/libxpcomglue.a @@ -63,5 +63,7 @@ post-install: ${DESTDIR}${PREFIX}/lib/xulrunner ${INSTALL_LIB} ${WRKSRC}/mozglue/build/libmozglue.a \ ${DESTDIR}${PREFIX}/lib/xulrunner-sdk/sdk/lib + ln -s ${PREFIX}/lib/xulrunner/lib \ + ${DESTDIR}${PREFIX}/lib/xulrunner-sdk/lib .include "../../mk/bsd.pkg.mk" diff --git a/devel/xulrunner/PLIST b/devel/xulrunner/PLIST index 5e8bf038e7b..e2f3aacfc72 100644 --- a/devel/xulrunner/PLIST +++ b/devel/xulrunner/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.46 2012/09/26 09:51:36 sbd Exp $ +@comment $NetBSD: PLIST,v 1.47 2012/10/12 18:27:20 ryoon Exp $ bin/xulrunner +include/xulrunner/.mkdir.done include/xulrunner/AudioSegment.h include/xulrunner/BasicImplData.h include/xulrunner/BasicLayers.h @@ -42,17 +43,18 @@ include/xulrunner/PPrefTuple.h include/xulrunner/PrefTuple.h include/xulrunner/ReadbackLayer.h include/xulrunner/SVGAttrValueWrapper.h +include/xulrunner/Selection.h include/xulrunner/SharedBuffer.h include/xulrunner/SharedTextureImage.h include/xulrunner/StackArena.h include/xulrunner/StreamBuffer.h -include/xulrunner/TabMessageUtils.h include/xulrunner/TexturePoolOGL.h include/xulrunner/TimeVarying.h include/xulrunner/VideoFrameContainer.h include/xulrunner/VideoSegment.h include/xulrunner/VideoUtils.h include/xulrunner/WebGLContext.h +include/xulrunner/XPCJSMemoryReporter.h include/xulrunner/a11yGeneric.h include/xulrunner/amIInstallTrigger.h include/xulrunner/amIWebInstallListener.h @@ -124,6 +126,7 @@ include/xulrunner/graphite2/Font.h include/xulrunner/graphite2/Log.h include/xulrunner/graphite2/Segment.h include/xulrunner/graphite2/Types.h +include/xulrunner/gtk2compat.h include/xulrunner/gtk2xtbin.h include/xulrunner/harfbuzz/hb-blob.h include/xulrunner/harfbuzz/hb-buffer.h @@ -233,6 +236,7 @@ include/xulrunner/mozStorageCID.h include/xulrunner/mozStorageHelper.h include/xulrunner/mozcontainer.h include/xulrunner/mozilla-config.h +include/xulrunner/mozilla/AppData.h include/xulrunner/mozilla/Assertions.h include/xulrunner/mozilla/Attributes.h include/xulrunner/mozilla/AutoRestore.h @@ -240,6 +244,7 @@ include/xulrunner/mozilla/AvailableMemoryTracker.h include/xulrunner/mozilla/Base64.h include/xulrunner/mozilla/BlockingResourceBase.h include/xulrunner/mozilla/BloomFilter.h +include/xulrunner/mozilla/BrowserElementParent.h include/xulrunner/mozilla/CORSMode.h include/xulrunner/mozilla/CharTokenizer.h include/xulrunner/mozilla/CheckedInt.h @@ -286,6 +291,7 @@ include/xulrunner/mozilla/ReentrantMonitor.h include/xulrunner/mozilla/RefPtr.h include/xulrunner/mozilla/SSE.h include/xulrunner/mozilla/Scoped.h +include/xulrunner/mozilla/Selection.h include/xulrunner/mozilla/ServiceList.h include/xulrunner/mozilla/Services.h include/xulrunner/mozilla/StackWalk.h @@ -296,8 +302,10 @@ include/xulrunner/mozilla/Telemetry.h include/xulrunner/mozilla/TelemetryHistograms.h include/xulrunner/mozilla/ThreadLocal.h include/xulrunner/mozilla/TimeStamp.h +include/xulrunner/mozilla/TypeTraits.h include/xulrunner/mozilla/Types.h include/xulrunner/mozilla/Util.h +include/xulrunner/mozilla/VisualEventTracer.h include/xulrunner/mozilla/WidgetTraceEvent.h include/xulrunner/mozilla/X11Util.h include/xulrunner/mozilla/XPCOM.h @@ -319,6 +327,7 @@ include/xulrunner/mozilla/docshell/OfflineCacheUpdateParent.h include/xulrunner/mozilla/dom/AudioChild.h include/xulrunner/mozilla/dom/AudioParent.h include/xulrunner/mozilla/dom/BindingUtils.h +include/xulrunner/mozilla/dom/CanvasRenderingContext2DBinding.h include/xulrunner/mozilla/dom/ContentChild.h include/xulrunner/mozilla/dom/ContentParent.h include/xulrunner/mozilla/dom/ContentProcess.h @@ -337,7 +346,6 @@ include/xulrunner/mozilla/dom/FunctionBinding.h include/xulrunner/mozilla/dom/ImageData.h include/xulrunner/mozilla/dom/Link.h include/xulrunner/mozilla/dom/Nullable.h -include/xulrunner/mozilla/dom/PrimitiveConversions.h include/xulrunner/mozilla/dom/PrototypeList.h include/xulrunner/mozilla/dom/RegisterBindings.h include/xulrunner/mozilla/dom/ScreenOrientation.h @@ -348,12 +356,17 @@ include/xulrunner/mozilla/dom/TabChild.h include/xulrunner/mozilla/dom/TabMessageUtils.h include/xulrunner/mozilla/dom/TabParent.h include/xulrunner/mozilla/dom/TypedArray.h +include/xulrunner/mozilla/dom/UnionConversions.h +include/xulrunner/mozilla/dom/UnionTypes.h include/xulrunner/mozilla/dom/WebGLRenderingContextBinding.h include/xulrunner/mozilla/dom/XMLHttpRequestBinding.h include/xulrunner/mozilla/dom/XMLHttpRequestEventTargetBinding.h include/xulrunner/mozilla/dom/XMLHttpRequestUploadBinding.h +include/xulrunner/mozilla/dom/alarm/AlarmHalService.h include/xulrunner/mozilla/dom/battery/Constants.h include/xulrunner/mozilla/dom/battery/Types.h +include/xulrunner/mozilla/dom/devicestorage/DeviceStorageRequestChild.h +include/xulrunner/mozilla/dom/devicestorage/DeviceStorageRequestParent.h include/xulrunner/mozilla/dom/file/DOMFileHandle.h include/xulrunner/mozilla/dom/file/File.h include/xulrunner/mozilla/dom/file/FileCommon.h @@ -378,6 +391,7 @@ include/xulrunner/mozilla/dom/indexedDB/IDBWrapperCache.h include/xulrunner/mozilla/dom/indexedDB/IndexedDatabase.h include/xulrunner/mozilla/dom/indexedDB/IndexedDatabaseManager.h include/xulrunner/mozilla/dom/indexedDB/Key.h +include/xulrunner/mozilla/dom/indexedDB/KeyPath.h include/xulrunner/mozilla/dom/indexedDB/SerializationHelpers.h include/xulrunner/mozilla/dom/network/Constants.h include/xulrunner/mozilla/dom/network/Types.h @@ -450,15 +464,21 @@ include/xulrunner/mozilla/jsipc/ObjectWrapperParent.h include/xulrunner/mozilla/layers/CompositorChild.h include/xulrunner/mozilla/layers/CompositorCocoaWidgetHelper.h include/xulrunner/mozilla/layers/CompositorParent.h +include/xulrunner/mozilla/layers/ImageBridgeChild.h +include/xulrunner/mozilla/layers/ImageBridgeParent.h +include/xulrunner/mozilla/layers/ImageContainerChild.h +include/xulrunner/mozilla/layers/ImageContainerParent.h include/xulrunner/mozilla/layers/RenderTrace.h include/xulrunner/mozilla/layers/ShadowLayerUtilsX11.h include/xulrunner/mozilla/layers/ShadowLayers.h 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/layout/FrameChildList.h include/xulrunner/mozilla/layout/RenderFrameChild.h include/xulrunner/mozilla/layout/RenderFrameParent.h +include/xulrunner/mozilla/mozPoisonWrite.h include/xulrunner/mozilla/mozalloc.h include/xulrunner/mozilla/mozalloc_abort.h include/xulrunner/mozilla/mozalloc_macro_wrappers.h @@ -544,6 +564,7 @@ include/xulrunner/nsAgg.h include/xulrunner/nsAlgorithm.h include/xulrunner/nsAppDirectoryServiceDefs.h include/xulrunner/nsAppShellCID.h +include/xulrunner/nsArenaMemoryStats.h include/xulrunner/nsArrayEnumerator.h include/xulrunner/nsArrayUtils.h include/xulrunner/nsAsyncDOMEvent.h @@ -551,7 +572,9 @@ include/xulrunner/nsAsyncRedirectVerifyHelper.h include/xulrunner/nsAtomListUtils.h include/xulrunner/nsAtomService.h include/xulrunner/nsAtomicRefcnt.h +include/xulrunner/nsAttrAndChildArray.h include/xulrunner/nsAttrName.h +include/xulrunner/nsAttrValue.h include/xulrunner/nsAudioAvailableEventManager.h include/xulrunner/nsAudioStream.h include/xulrunner/nsAutoJSValHolder.h @@ -631,9 +654,11 @@ include/xulrunner/nsCoord.h include/xulrunner/nsCopySupport.h include/xulrunner/nsCoreAnimationSupport.h include/xulrunner/nsCppSharedAllocator.h +include/xulrunner/nsCrossSiteListenerProxy.h include/xulrunner/nsCycleCollectionParticipant.h include/xulrunner/nsCycleCollector.h include/xulrunner/nsCycleCollectorUtils.h +include/xulrunner/nsDOMAttributeMap.h include/xulrunner/nsDOMCID.h include/xulrunner/nsDOMCSSAttrDeclaration.h include/xulrunner/nsDOMCSSDeclaration.h @@ -691,6 +716,7 @@ include/xulrunner/nsFontFace.h include/xulrunner/nsFontFaceList.h include/xulrunner/nsFontMetrics.h include/xulrunner/nsFormSubmission.h +include/xulrunner/nsFrameIdList.h include/xulrunner/nsFrameList.h include/xulrunner/nsFrameManager.h include/xulrunner/nsFrameManagerBase.h @@ -699,6 +725,8 @@ include/xulrunner/nsFrameSelection.h include/xulrunner/nsFrameTraversal.h include/xulrunner/nsGTKToolkit.h include/xulrunner/nsGUIEvent.h +include/xulrunner/nsGenericElement.h +include/xulrunner/nsGenericHTMLElement.h include/xulrunner/nsGeoPosition.h include/xulrunner/nsGeoPositionIPCSerialiser.h include/xulrunner/nsGfxCIID.h @@ -715,6 +743,7 @@ include/xulrunner/nsGridRowLeafLayout.h include/xulrunner/nsHTMLAudioElement.h include/xulrunner/nsHTMLCanvasElement.h include/xulrunner/nsHTMLDNSPrefetch.h +include/xulrunner/nsHTMLIFrameElement.h include/xulrunner/nsHTMLMediaElement.h include/xulrunner/nsHTMLParts.h include/xulrunner/nsHTMLReflowMetrics.h @@ -786,6 +815,7 @@ include/xulrunner/nsIAccessibleTable.h include/xulrunner/nsIAccessibleText.h include/xulrunner/nsIAccessibleTypes.h include/xulrunner/nsIAccessibleValue.h +include/xulrunner/nsIAlarmHalService.h include/xulrunner/nsIAlertsService.h include/xulrunner/nsIAllocator.h include/xulrunner/nsIAnnotationService.h @@ -824,7 +854,6 @@ include/xulrunner/nsIAutoCompleteSimpleResult.h include/xulrunner/nsIAutoConfig.h include/xulrunner/nsIBFCacheEntry.h include/xulrunner/nsIBadCertListener2.h -include/xulrunner/nsIBaseDOMException.h include/xulrunner/nsIBaseWindow.h include/xulrunner/nsIBidiKeyboard.h include/xulrunner/nsIBinaryInputStream.h @@ -948,8 +977,10 @@ include/xulrunner/nsID.h include/xulrunner/nsIDNSListener.h include/xulrunner/nsIDNSRecord.h include/xulrunner/nsIDNSService.h +include/xulrunner/nsIDOMAlarmsManager.h include/xulrunner/nsIDOMAnimationEvent.h include/xulrunner/nsIDOMApplicationRegistry.h +include/xulrunner/nsIDOMApplicationRegistry2.h include/xulrunner/nsIDOMAttr.h include/xulrunner/nsIDOMBarProp.h include/xulrunner/nsIDOMBatteryManager.h @@ -1076,6 +1107,7 @@ include/xulrunner/nsIDOMHTMLMediaElement.h include/xulrunner/nsIDOMHTMLMenuElement.h include/xulrunner/nsIDOMHTMLMenuItemElement.h include/xulrunner/nsIDOMHTMLMetaElement.h +include/xulrunner/nsIDOMHTMLMeterElement.h include/xulrunner/nsIDOMHTMLModElement.h include/xulrunner/nsIDOMHTMLOListElement.h include/xulrunner/nsIDOMHTMLObjectElement.h @@ -1087,6 +1119,7 @@ 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 @@ -1135,12 +1168,12 @@ include/xulrunner/nsIDOMNSRGBAColor.h include/xulrunner/nsIDOMNSXPathExpression.h include/xulrunner/nsIDOMNamedNodeMap.h include/xulrunner/nsIDOMNavigator.h -include/xulrunner/nsIDOMNavigatorBattery.h include/xulrunner/nsIDOMNavigatorDesktopNotification.h include/xulrunner/nsIDOMNavigatorDeviceStorage.h include/xulrunner/nsIDOMNavigatorGeolocation.h include/xulrunner/nsIDOMNavigatorNetwork.h include/xulrunner/nsIDOMNavigatorSms.h +include/xulrunner/nsIDOMNavigatorSystemMessages.h include/xulrunner/nsIDOMNavigatorUserMedia.h include/xulrunner/nsIDOMNode.h include/xulrunner/nsIDOMNodeFilter.h @@ -1165,6 +1198,7 @@ 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/nsIDOMRange.h include/xulrunner/nsIDOMRect.h @@ -1197,7 +1231,6 @@ include/xulrunner/nsIDOMSVGDocument.h include/xulrunner/nsIDOMSVGElement.h include/xulrunner/nsIDOMSVGEllipseElement.h include/xulrunner/nsIDOMSVGEvent.h -include/xulrunner/nsIDOMSVGException.h include/xulrunner/nsIDOMSVGFilterElement.h include/xulrunner/nsIDOMSVGFilters.h include/xulrunner/nsIDOMSVGFitToViewBox.h @@ -1282,6 +1315,7 @@ include/xulrunner/nsIDOMTouchEvent.h include/xulrunner/nsIDOMTransitionEvent.h include/xulrunner/nsIDOMTreeWalker.h include/xulrunner/nsIDOMUIEvent.h +include/xulrunner/nsIDOMUSSDReceivedEvent.h include/xulrunner/nsIDOMUserDataHandler.h include/xulrunner/nsIDOMUserProximityEvent.h include/xulrunner/nsIDOMValidityState.h @@ -1293,7 +1327,6 @@ include/xulrunner/nsIDOMWindowCollection.h include/xulrunner/nsIDOMWindowUtils.h include/xulrunner/nsIDOMXMLDocument.h include/xulrunner/nsIDOMXPathEvaluator.h -include/xulrunner/nsIDOMXPathException.h include/xulrunner/nsIDOMXPathExpression.h include/xulrunner/nsIDOMXPathNSResolver.h include/xulrunner/nsIDOMXPathNamespace.h @@ -1369,7 +1402,6 @@ include/xulrunner/nsIEditorStyleSheets.h include/xulrunner/nsIEffectiveTLDService.h include/xulrunner/nsIElementObserver.h include/xulrunner/nsIEmbeddingSiteWindow.h -include/xulrunner/nsIEmbeddingSiteWindow2.h include/xulrunner/nsIEncodedChannel.h include/xulrunner/nsIEntityConverter.h include/xulrunner/nsIEntropyCollector.h @@ -1489,8 +1521,11 @@ include/xulrunner/nsIIOService2.h include/xulrunner/nsIIOUtil.h include/xulrunner/nsIIPCSerializable.h include/xulrunner/nsIIconURI.h +include/xulrunner/nsIIdentityCryptoService.h include/xulrunner/nsIIdentityInfo.h +include/xulrunner/nsIIdleObserver.h include/xulrunner/nsIIdleService.h +include/xulrunner/nsIIdleServiceInternal.h include/xulrunner/nsIImageDocument.h include/xulrunner/nsIImageLoadingContent.h include/xulrunner/nsIImageToPixbuf.h @@ -1571,6 +1606,7 @@ include/xulrunner/nsINativeAppSupport.h include/xulrunner/nsINativeKeyBindings.h include/xulrunner/nsINavBookmarksService.h include/xulrunner/nsINavHistoryService.h +include/xulrunner/nsINavigatorBattery.h include/xulrunner/nsINestedURI.h include/xulrunner/nsINetAddr.h include/xulrunner/nsINetUtil.h @@ -1580,6 +1616,7 @@ include/xulrunner/nsINodeInfo.h include/xulrunner/nsINodeList.h include/xulrunner/nsIOCSPResponder.h include/xulrunner/nsIOS2Locale.h +include/xulrunner/nsIOSFileConstantsService.h include/xulrunner/nsIOSurface.h include/xulrunner/nsIObjectFrame.h include/xulrunner/nsIObjectInputStream.h @@ -1588,6 +1625,7 @@ include/xulrunner/nsIObjectOutputStream.h include/xulrunner/nsIObserver.h include/xulrunner/nsIObserverService.h include/xulrunner/nsIOfflineCacheUpdate.h +include/xulrunner/nsIOpenWindowEventDetail.h include/xulrunner/nsIOutputStream.h include/xulrunner/nsIPK11Token.h include/xulrunner/nsIPK11TokenDB.h @@ -1617,7 +1655,6 @@ include/xulrunner/nsIPluginDocument.h include/xulrunner/nsIPluginHost.h include/xulrunner/nsIPluginInputStream.h include/xulrunner/nsIPluginInstanceOwner.h -include/xulrunner/nsIPluginStreamInfo.h include/xulrunner/nsIPluginTag.h include/xulrunner/nsIPluginTagInfo.h include/xulrunner/nsIPluginWidget.h @@ -1644,7 +1681,6 @@ include/xulrunner/nsIPrintingPrompt.h include/xulrunner/nsIPrintingPromptService.h include/xulrunner/nsIPrivacyTransitionObserver.h include/xulrunner/nsIPrivateBrowsingService.h -include/xulrunner/nsIPrivateDOMEvent.h include/xulrunner/nsIPrivateTextEvent.h include/xulrunner/nsIPrivateTextRange.h include/xulrunner/nsIProcess.h @@ -1745,12 +1781,12 @@ include/xulrunner/nsIScriptChannel.h include/xulrunner/nsIScriptContext.h include/xulrunner/nsIScriptElement.h include/xulrunner/nsIScriptError.h +include/xulrunner/nsIScriptEventHandlerOwner.h include/xulrunner/nsIScriptExternalNameSet.h include/xulrunner/nsIScriptGlobalObject.h include/xulrunner/nsIScriptGlobalObjectOwner.h include/xulrunner/nsIScriptLoaderObserver.h include/xulrunner/nsIScriptNameSpaceManager.h -include/xulrunner/nsIScriptObjectOwner.h include/xulrunner/nsIScriptObjectPrincipal.h include/xulrunner/nsIScriptRuntime.h include/xulrunner/nsIScriptSecurityManager.h @@ -1839,6 +1875,7 @@ include/xulrunner/nsISupportsPriority.h include/xulrunner/nsISupportsUtils.h include/xulrunner/nsISyncJPAKE.h include/xulrunner/nsISyncStreamListener.h +include/xulrunner/nsISystemMessagesInternal.h include/xulrunner/nsISystemProxySettings.h include/xulrunner/nsITXTToHTMLConv.h include/xulrunner/nsITabChild.h @@ -1951,6 +1988,7 @@ include/xulrunner/nsIWebSocket.h include/xulrunner/nsIWebSocketChannel.h include/xulrunner/nsIWebSocketListener.h include/xulrunner/nsIWidget.h +include/xulrunner/nsIWifiEventInits.h include/xulrunner/nsIWindowCreator.h include/xulrunner/nsIWindowCreator2.h include/xulrunner/nsIWindowDataSource.h @@ -2021,6 +2059,7 @@ include/xulrunner/nsLiteralString.h include/xulrunner/nsLocalFile.h include/xulrunner/nsLocalFileUnix.h include/xulrunner/nsLocaleCID.h +include/xulrunner/nsMappedAttributeElement.h include/xulrunner/nsMargin.h include/xulrunner/nsMathUtils.h include/xulrunner/nsMediaCache.h @@ -2030,6 +2069,7 @@ include/xulrunner/nsMimeTypes.h include/xulrunner/nsMultiplexInputStream.h include/xulrunner/nsMutationEvent.h include/xulrunner/nsNPAPIPluginInstance.h +include/xulrunner/nsNSSShutDown.h include/xulrunner/nsNativeCharsetUtils.h include/xulrunner/nsNativeWidget.h include/xulrunner/nsNetCID.h @@ -2046,6 +2086,7 @@ include/xulrunner/nsObserverService.h include/xulrunner/nsOggCodecState.h include/xulrunner/nsOggDecoder.h include/xulrunner/nsOggDecoderStateMachine.h +include/xulrunner/nsOpenWindowEventDetail.h include/xulrunner/nsPIBoxObject.h include/xulrunner/nsPICommandUpdater.h include/xulrunner/nsPIDNSService.h @@ -2155,6 +2196,7 @@ include/xulrunner/nsStyleStructInlines.h include/xulrunner/nsStyleStructList.h include/xulrunner/nsStyleTransformMatrix.h include/xulrunner/nsStyleUtil.h +include/xulrunner/nsStyledElement.h include/xulrunner/nsSubDocumentFrame.h include/xulrunner/nsSubstring.h include/xulrunner/nsSubstringTuple.h @@ -2180,6 +2222,7 @@ include/xulrunner/nsTextServicesCID.h include/xulrunner/nsThemeConstants.h include/xulrunner/nsThread.h include/xulrunner/nsThreadUtils.h +include/xulrunner/nsTimeRanges.h include/xulrunner/nsToken.h include/xulrunner/nsToolkitCompsCID.h include/xulrunner/nsTraceRefcnt.h @@ -2189,7 +2232,6 @@ include/xulrunner/nsTransform2D.h include/xulrunner/nsTreeColFrame.h include/xulrunner/nsTreeSanitizer.h include/xulrunner/nsTreeUtils.h -include/xulrunner/nsTypedSelection.h include/xulrunner/nsUCVJA2CID.h include/xulrunner/nsUCVJACID.h include/xulrunner/nsUConvCID.h @@ -2417,34 +2459,13 @@ lib/pkgconfig/libxul-embedding.pc lib/pkgconfig/libxul.pc lib/pkgconfig/mozilla-js.pc lib/pkgconfig/mozilla-plugin.pc -lib/xulrunner-sdk/bin -lib/xulrunner-sdk/idl -lib/xulrunner-sdk/include lib/xulrunner-sdk/lib -lib/xulrunner-sdk/sdk/bin/header.py -lib/xulrunner-sdk/sdk/bin/ply/__init__.py -lib/xulrunner-sdk/sdk/bin/ply/lex.py -lib/xulrunner-sdk/sdk/bin/ply/yacc.py -lib/xulrunner-sdk/sdk/bin/run-mozilla.sh -lib/xulrunner-sdk/sdk/bin/typelib.py -lib/xulrunner-sdk/sdk/bin/xpcshell -lib/xulrunner-sdk/sdk/bin/xpidl.py -lib/xulrunner-sdk/sdk/bin/xpidllex.py -lib/xulrunner-sdk/sdk/bin/xpidlyacc.py lib/xulrunner-sdk/sdk/bin/xpt.py ${PLIST.jemalloc}lib/xulrunner-sdk/sdk/lib/libmemory.a -lib/xulrunner-sdk/sdk/lib/libmozalloc.so lib/xulrunner-sdk/sdk/lib/libmozglue.a -lib/xulrunner-sdk/sdk/lib/libunicharutil_external_s.a -lib/xulrunner-sdk/sdk/lib/libunicharutil_external_s.a.desc -lib/xulrunner-sdk/sdk/lib/libxpcom.so -lib/xulrunner-sdk/sdk/lib/libxpcomglue.a -lib/xulrunner-sdk/sdk/lib/libxpcomglue_s.a -lib/xulrunner-sdk/sdk/lib/libxpcomglue_s_nomozalloc.a -lib/xulrunner-sdk/sdk/lib/libxul.so -lib/xulrunner-sdk/xpcom-config.h lib/xulrunner/LICENSE lib/xulrunner/README.xulrunner +lib/xulrunner/bin lib/xulrunner/chrome.manifest lib/xulrunner/chrome/.mkdir.done lib/xulrunner/chrome/en-US.manifest @@ -2535,6 +2556,7 @@ lib/xulrunner/chrome/en-US/locale/en-US/global/regionNames.properties lib/xulrunner/chrome/en-US/locale/en-US/global/resetProfile.dtd lib/xulrunner/chrome/en-US/locale/en-US/global/search/search.properties lib/xulrunner/chrome/en-US/locale/en-US/global/security/caps.properties +lib/xulrunner/chrome/en-US/locale/en-US/global/security/csp.properties lib/xulrunner/chrome/en-US/locale/en-US/global/svg/svg.properties lib/xulrunner/chrome/en-US/locale/en-US/global/textcontext.dtd lib/xulrunner/chrome/en-US/locale/en-US/global/tree.dtd @@ -2917,10 +2939,9 @@ lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-up-dis.gif lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-up-hov.gif lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-up-sharp.gif lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/arrow-up.gif -lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/panelarrow-down.png -lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/panelarrow-horiz.png +lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/panelarrow-horizontal-white.png lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/panelarrow-horizontal.svg -lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/panelarrow-up.png +lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/panelarrow-vertical-white.png lib/xulrunner/chrome/toolkit/skin/classic/global/arrow/panelarrow-vertical.svg lib/xulrunner/chrome/toolkit/skin/classic/global/autocomplete.css lib/xulrunner/chrome/toolkit/skin/classic/global/button.css @@ -3007,6 +3028,7 @@ lib/xulrunner/chrome/toolkit/skin/classic/global/media/clicktoplay-bgtexture.png lib/xulrunner/chrome/toolkit/skin/classic/global/media/error.png lib/xulrunner/chrome/toolkit/skin/classic/global/media/fullscreenButton.png lib/xulrunner/chrome/toolkit/skin/classic/global/media/muteButton.png +lib/xulrunner/chrome/toolkit/skin/classic/global/media/noAudio.png lib/xulrunner/chrome/toolkit/skin/classic/global/media/pauseButton.png lib/xulrunner/chrome/toolkit/skin/classic/global/media/playButton.png lib/xulrunner/chrome/toolkit/skin/classic/global/media/scrubberThumb.png @@ -3136,6 +3158,10 @@ lib/xulrunner/chrome/toolkit/skin/classic/mozapps/update/updates.css lib/xulrunner/chrome/toolkit/skin/classic/mozapps/viewsource/viewsource.css lib/xulrunner/chrome/toolkit/skin/classic/mozapps/xpinstall/xpinstallConfirm.css lib/xulrunner/chrome/toolkit/skin/classic/mozapps/xpinstall/xpinstallItemGeneric.png +lib/xulrunner/components/AlarmsManager.js +lib/xulrunner/components/AlarmsManager.manifest +lib/xulrunner/components/AppProtocolHandler.js +lib/xulrunner/components/AppProtocolHandler.manifest lib/xulrunner/components/AppsService.js lib/xulrunner/components/AppsService.manifest lib/xulrunner/components/BrowserElementParent.js @@ -3148,6 +3174,7 @@ lib/xulrunner/components/FeedProcessor.js lib/xulrunner/components/FeedProcessor.manifest lib/xulrunner/components/GPSDGeolocationProvider.js lib/xulrunner/components/GPSDGeolocationProvider.manifest +lib/xulrunner/components/Identity.manifest lib/xulrunner/components/NetworkGeolocationProvider.js lib/xulrunner/components/NetworkGeolocationProvider.manifest lib/xulrunner/components/PlacesCategoriesStarter.js @@ -3155,6 +3182,9 @@ lib/xulrunner/components/SettingsManager.js lib/xulrunner/components/SettingsManager.manifest lib/xulrunner/components/SettingsService.js lib/xulrunner/components/SettingsService.manifest +lib/xulrunner/components/SystemMessageInternal.js +lib/xulrunner/components/SystemMessageManager.js +lib/xulrunner/components/SystemMessageManager.manifest lib/xulrunner/components/TelemetryPing.js lib/xulrunner/components/TelemetryPing.manifest lib/xulrunner/components/Webapps.js @@ -3184,6 +3214,7 @@ lib/xulrunner/components/nsContentDispatchChooser.js lib/xulrunner/components/nsContentDispatchChooser.manifest lib/xulrunner/components/nsContentPrefService.js lib/xulrunner/components/nsContentPrefService.manifest +lib/xulrunner/components/nsDOMIdentity.js lib/xulrunner/components/nsDefaultCLH.js lib/xulrunner/components/nsDefaultCLH.manifest lib/xulrunner/components/nsDownloadManagerUI.js @@ -3196,6 +3227,7 @@ lib/xulrunner/components/nsHandlerService.js lib/xulrunner/components/nsHandlerService.manifest lib/xulrunner/components/nsHelperAppDlg.js lib/xulrunner/components/nsHelperAppDlg.manifest +lib/xulrunner/components/nsIDService.js lib/xulrunner/components/nsINIProcessor.js lib/xulrunner/components/nsINIProcessor.manifest lib/xulrunner/components/nsInputListAutoComplete.js @@ -3287,6 +3319,9 @@ lib/xulrunner/hyphenation/hyph_sv.dic lib/xulrunner/hyphenation/hyph_tr.dic lib/xulrunner/hyphenation/hyph_uk.dic lib/xulrunner/icons/updater.png +lib/xulrunner/idl +lib/xulrunner/include +lib/xulrunner/lib lib/xulrunner/libmozalloc.so lib/xulrunner/libmozglue.a lib/xulrunner/libunicharutil_external_s.a @@ -3298,24 +3333,35 @@ lib/xulrunner/modules/AddonLogging.jsm lib/xulrunner/modules/AddonManager.jsm lib/xulrunner/modules/AddonRepository.jsm lib/xulrunner/modules/AddonUpdateChecker.jsm +lib/xulrunner/modules/AlarmDB.jsm +lib/xulrunner/modules/AlarmService.jsm lib/xulrunner/modules/BookmarkHTMLUtils.jsm +lib/xulrunner/modules/BrowserElementPromptService.jsm lib/xulrunner/modules/CSPUtils.jsm lib/xulrunner/modules/CertUtils.jsm lib/xulrunner/modules/ChromeManifestParser.jsm lib/xulrunner/modules/CommonDialog.jsm lib/xulrunner/modules/ConsoleAPIStorage.jsm +lib/xulrunner/modules/ContactDB.jsm +lib/xulrunner/modules/ContactService.jsm +lib/xulrunner/modules/DOMIdentity.jsm lib/xulrunner/modules/DOMRequestHelper.jsm lib/xulrunner/modules/Dict.jsm lib/xulrunner/modules/DownloadLastDir.jsm lib/xulrunner/modules/DownloadPaths.jsm lib/xulrunner/modules/DownloadUtils.jsm lib/xulrunner/modules/FileUtils.jsm +lib/xulrunner/modules/FrameWorker.jsm lib/xulrunner/modules/Geometry.jsm lib/xulrunner/modules/ISO8601DateUtils.jsm +lib/xulrunner/modules/Identity.jsm +lib/xulrunner/modules/IdentityProvider.jsm +lib/xulrunner/modules/IdentityStore.jsm lib/xulrunner/modules/IndexedDBHelper.jsm lib/xulrunner/modules/InlineSpellChecker.jsm lib/xulrunner/modules/LightweightThemeConsumer.jsm lib/xulrunner/modules/LightweightThemeManager.jsm +lib/xulrunner/modules/LogUtils.jsm lib/xulrunner/modules/Microformats.js lib/xulrunner/modules/NetUtil.jsm lib/xulrunner/modules/PageMenu.jsm @@ -3326,26 +3372,50 @@ lib/xulrunner/modules/PluginProvider.jsm lib/xulrunner/modules/PluralForm.jsm lib/xulrunner/modules/PopupNotifications.jsm ${PLIST.sps}lib/xulrunner/modules/Profiler.jsm +lib/xulrunner/modules/PrivateBrowsingUtils.jsm lib/xulrunner/modules/PropertyListUtils.jsm +lib/xulrunner/modules/RelyingParty.jsm +lib/xulrunner/modules/Sandbox.jsm lib/xulrunner/modules/Services.jsm +lib/xulrunner/modules/SettingsChangeNotifier.jsm lib/xulrunner/modules/SettingsDB.jsm lib/xulrunner/modules/SettingsQueue.jsm +lib/xulrunner/modules/SocialProvider.jsm +lib/xulrunner/modules/SocialService.jsm lib/xulrunner/modules/SpellCheckDictionaryBootstrap.js lib/xulrunner/modules/TelemetryStopwatch.jsm +lib/xulrunner/modules/WebappOSUtils.jsm lib/xulrunner/modules/Webapps.jsm lib/xulrunner/modules/WindowDraggingUtils.jsm +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.jsm lib/xulrunner/modules/accessibility/Presenters.jsm +lib/xulrunner/modules/accessibility/Utils.jsm lib/xulrunner/modules/accessibility/UtteranceGenerator.jsm lib/xulrunner/modules/accessibility/VirtualCursorController.jsm lib/xulrunner/modules/ctypes.jsm lib/xulrunner/modules/debug.js lib/xulrunner/modules/devtools/dbg-client.jsm lib/xulrunner/modules/devtools/dbg-server.jsm +lib/xulrunner/modules/identity/Identity.jsm +lib/xulrunner/modules/identity/IdentityProvider.jsm +lib/xulrunner/modules/identity/IdentityStore.jsm +lib/xulrunner/modules/identity/LogUtils.jsm +lib/xulrunner/modules/identity/RelyingParty.jsm +lib/xulrunner/modules/identity/Sandbox.jsm +lib/xulrunner/modules/identity/jwcrypto.jsm lib/xulrunner/modules/jsdebugger.jsm +lib/xulrunner/modules/jwcrypto.jsm lib/xulrunner/modules/nsFormAutoCompleteResult.jsm +lib/xulrunner/modules/osfile.jsm +lib/xulrunner/modules/osfile/osfile_shared.jsm +lib/xulrunner/modules/osfile/osfile_unix_back.jsm +lib/xulrunner/modules/osfile/osfile_unix_front.jsm +lib/xulrunner/modules/osfile/osfile_win_back.jsm +lib/xulrunner/modules/osfile/osfile_win_front.jsm lib/xulrunner/modules/reflect.jsm lib/xulrunner/mozilla-xremote-client lib/xulrunner/platform.ini @@ -3393,10 +3463,32 @@ lib/xulrunner/res/table-remove-column.gif lib/xulrunner/res/table-remove-row-active.gif lib/xulrunner/res/table-remove-row-hover.gif lib/xulrunner/res/table-remove-row.gif +lib/xulrunner/sdk/bin/header.py +lib/xulrunner/sdk/bin/ply/__init__.py +lib/xulrunner/sdk/bin/ply/lex.py +lib/xulrunner/sdk/bin/ply/yacc.py +lib/xulrunner/sdk/bin/run-mozilla.sh +lib/xulrunner/sdk/bin/typelib.py +lib/xulrunner/sdk/bin/xpcshell +lib/xulrunner/sdk/bin/xpidl.py +lib/xulrunner/sdk/bin/xpidllex.py +lib/xulrunner/sdk/bin/xpidlyacc.py +lib/xulrunner/sdk/bin/xpt.py +lib/xulrunner/sdk/lib/libmozalloc.so +lib/xulrunner/sdk/lib/libmozglue.a +lib/xulrunner/sdk/lib/libunicharutil_external_s.a +lib/xulrunner/sdk/lib/libunicharutil_external_s.a.desc +lib/xulrunner/sdk/lib/libxpcom.so +lib/xulrunner/sdk/lib/libxpcomglue.a +lib/xulrunner/sdk/lib/libxpcomglue_s.a +lib/xulrunner/sdk/lib/libxpcomglue_s_nomozalloc.a +lib/xulrunner/sdk/lib/libxul.so lib/xulrunner/update.locale lib/xulrunner/updater +lib/xulrunner/xpcom-config.h lib/xulrunner/xulrunner lib/xulrunner/xulrunner-stub +share/idl/xulrunner/.mkdir.done share/idl/xulrunner/IJSDebugger.idl share/idl/xulrunner/amIInstallTrigger.idl share/idl/xulrunner/amIWebInstallListener.idl @@ -3482,6 +3574,7 @@ share/idl/xulrunner/nsIAccessibleTable.idl share/idl/xulrunner/nsIAccessibleText.idl share/idl/xulrunner/nsIAccessibleTypes.idl share/idl/xulrunner/nsIAccessibleValue.idl +share/idl/xulrunner/nsIAlarmHalService.idl share/idl/xulrunner/nsIAlertsService.idl share/idl/xulrunner/nsIAnnotationService.idl share/idl/xulrunner/nsIAppShell.idl @@ -3620,8 +3713,10 @@ share/idl/xulrunner/nsICycleCollectorListener.idl share/idl/xulrunner/nsIDNSListener.idl share/idl/xulrunner/nsIDNSRecord.idl share/idl/xulrunner/nsIDNSService.idl +share/idl/xulrunner/nsIDOMAlarmsManager.idl share/idl/xulrunner/nsIDOMAnimationEvent.idl share/idl/xulrunner/nsIDOMApplicationRegistry.idl +share/idl/xulrunner/nsIDOMApplicationRegistry2.idl share/idl/xulrunner/nsIDOMAttr.idl share/idl/xulrunner/nsIDOMBarProp.idl share/idl/xulrunner/nsIDOMBatteryManager.idl @@ -3747,6 +3842,7 @@ share/idl/xulrunner/nsIDOMHTMLMediaElement.idl share/idl/xulrunner/nsIDOMHTMLMenuElement.idl share/idl/xulrunner/nsIDOMHTMLMenuItemElement.idl share/idl/xulrunner/nsIDOMHTMLMetaElement.idl +share/idl/xulrunner/nsIDOMHTMLMeterElement.idl share/idl/xulrunner/nsIDOMHTMLModElement.idl share/idl/xulrunner/nsIDOMHTMLOListElement.idl share/idl/xulrunner/nsIDOMHTMLObjectElement.idl @@ -3758,6 +3854,7 @@ 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 @@ -3806,12 +3903,12 @@ share/idl/xulrunner/nsIDOMNSRGBAColor.idl share/idl/xulrunner/nsIDOMNSXPathExpression.idl share/idl/xulrunner/nsIDOMNamedNodeMap.idl share/idl/xulrunner/nsIDOMNavigator.idl -share/idl/xulrunner/nsIDOMNavigatorBattery.idl share/idl/xulrunner/nsIDOMNavigatorDesktopNotification.idl share/idl/xulrunner/nsIDOMNavigatorDeviceStorage.idl share/idl/xulrunner/nsIDOMNavigatorGeolocation.idl share/idl/xulrunner/nsIDOMNavigatorNetwork.idl share/idl/xulrunner/nsIDOMNavigatorSms.idl +share/idl/xulrunner/nsIDOMNavigatorSystemMessages.idl share/idl/xulrunner/nsIDOMNavigatorUserMedia.idl share/idl/xulrunner/nsIDOMNode.idl share/idl/xulrunner/nsIDOMNodeFilter.idl @@ -3836,6 +3933,7 @@ 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/nsIDOMRange.idl share/idl/xulrunner/nsIDOMRect.idl @@ -3868,7 +3966,6 @@ share/idl/xulrunner/nsIDOMSVGDocument.idl share/idl/xulrunner/nsIDOMSVGElement.idl share/idl/xulrunner/nsIDOMSVGEllipseElement.idl share/idl/xulrunner/nsIDOMSVGEvent.idl -share/idl/xulrunner/nsIDOMSVGException.idl share/idl/xulrunner/nsIDOMSVGFilterElement.idl share/idl/xulrunner/nsIDOMSVGFilters.idl share/idl/xulrunner/nsIDOMSVGFitToViewBox.idl @@ -3952,6 +4049,7 @@ share/idl/xulrunner/nsIDOMTouchEvent.idl share/idl/xulrunner/nsIDOMTransitionEvent.idl share/idl/xulrunner/nsIDOMTreeWalker.idl share/idl/xulrunner/nsIDOMUIEvent.idl +share/idl/xulrunner/nsIDOMUSSDReceivedEvent.idl share/idl/xulrunner/nsIDOMUserDataHandler.idl share/idl/xulrunner/nsIDOMUserProximityEvent.idl share/idl/xulrunner/nsIDOMValidityState.idl @@ -3963,7 +4061,6 @@ share/idl/xulrunner/nsIDOMWindowCollection.idl share/idl/xulrunner/nsIDOMWindowUtils.idl share/idl/xulrunner/nsIDOMXMLDocument.idl share/idl/xulrunner/nsIDOMXPathEvaluator.idl -share/idl/xulrunner/nsIDOMXPathException.idl share/idl/xulrunner/nsIDOMXPathExpression.idl share/idl/xulrunner/nsIDOMXPathNSResolver.idl share/idl/xulrunner/nsIDOMXPathNamespace.idl @@ -4032,7 +4129,6 @@ share/idl/xulrunner/nsIEditorSpellCheck.idl share/idl/xulrunner/nsIEditorStyleSheets.idl share/idl/xulrunner/nsIEffectiveTLDService.idl share/idl/xulrunner/nsIEmbeddingSiteWindow.idl -share/idl/xulrunner/nsIEmbeddingSiteWindow2.idl share/idl/xulrunner/nsIEncodedChannel.idl share/idl/xulrunner/nsIEntityConverter.idl share/idl/xulrunner/nsIEntropyCollector.idl @@ -4138,8 +4234,11 @@ share/idl/xulrunner/nsIIOService2.idl share/idl/xulrunner/nsIIOUtil.idl share/idl/xulrunner/nsIIPCSerializable.idl share/idl/xulrunner/nsIIconURI.idl +share/idl/xulrunner/nsIIdentityCryptoService.idl share/idl/xulrunner/nsIIdentityInfo.idl +share/idl/xulrunner/nsIIdleObserver.idl share/idl/xulrunner/nsIIdleService.idl +share/idl/xulrunner/nsIIdleServiceInternal.idl share/idl/xulrunner/nsIImageDocument.idl share/idl/xulrunner/nsIImageLoadingContent.idl share/idl/xulrunner/nsIIncrementalDownload.idl @@ -4203,17 +4302,20 @@ share/idl/xulrunner/nsINSSVersion.idl share/idl/xulrunner/nsINativeAppSupport.idl share/idl/xulrunner/nsINavBookmarksService.idl share/idl/xulrunner/nsINavHistoryService.idl +share/idl/xulrunner/nsINavigatorBattery.idl share/idl/xulrunner/nsINestedURI.idl share/idl/xulrunner/nsINetAddr.idl share/idl/xulrunner/nsINetUtil.idl share/idl/xulrunner/nsINetworkLinkService.idl share/idl/xulrunner/nsIOCSPResponder.idl +share/idl/xulrunner/nsIOSFileConstantsService.idl share/idl/xulrunner/nsIObjectInputStream.idl share/idl/xulrunner/nsIObjectLoadingContent.idl share/idl/xulrunner/nsIObjectOutputStream.idl share/idl/xulrunner/nsIObserver.idl share/idl/xulrunner/nsIObserverService.idl share/idl/xulrunner/nsIOfflineCacheUpdate.idl +share/idl/xulrunner/nsIOpenWindowEventDetail.idl share/idl/xulrunner/nsIOutputStream.idl share/idl/xulrunner/nsIPK11Token.idl share/idl/xulrunner/nsIPK11TokenDB.idl @@ -4237,7 +4339,6 @@ share/idl/xulrunner/nsIPluginDocument.idl share/idl/xulrunner/nsIPluginHost.idl share/idl/xulrunner/nsIPluginInputStream.idl share/idl/xulrunner/nsIPluginInstanceOwner.idl -share/idl/xulrunner/nsIPluginStreamInfo.idl share/idl/xulrunner/nsIPluginTag.idl share/idl/xulrunner/nsIPluginTagInfo.idl share/idl/xulrunner/nsIPopupBoxObject.idl @@ -4419,6 +4520,7 @@ share/idl/xulrunner/nsISupportsPrimitives.idl share/idl/xulrunner/nsISupportsPriority.idl share/idl/xulrunner/nsISyncJPAKE.idl share/idl/xulrunner/nsISyncStreamListener.idl +share/idl/xulrunner/nsISystemMessagesInternal.idl share/idl/xulrunner/nsISystemProxySettings.idl share/idl/xulrunner/nsITXTToHTMLConv.idl share/idl/xulrunner/nsITabChild.idl @@ -4514,6 +4616,7 @@ share/idl/xulrunner/nsIWebProgressListener2.idl share/idl/xulrunner/nsIWebSocket.idl share/idl/xulrunner/nsIWebSocketChannel.idl share/idl/xulrunner/nsIWebSocketListener.idl +share/idl/xulrunner/nsIWifiEventInits.idl share/idl/xulrunner/nsIWindowCreator.idl share/idl/xulrunner/nsIWindowCreator2.idl share/idl/xulrunner/nsIWindowDataSource.idl diff --git a/devel/xulrunner/dist.mk b/devel/xulrunner/dist.mk index 7346c756513..fd5b87dde5c 100644 --- a/devel/xulrunner/dist.mk +++ b/devel/xulrunner/dist.mk @@ -1,11 +1,11 @@ -# $NetBSD: dist.mk,v 1.34 2012/09/12 14:27:14 ryoon Exp $ +# $NetBSD: dist.mk,v 1.35 2012/10/12 18:27:20 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= 15.0 +MOZ_BRANCH= 16.0 MOZ_BRANCH_MINOR= .1 MASTER_SITES= ${MASTER_SITE_MOZILLA:=firefox/releases/${FIREFOX_VER}/source/} \ ${MASTER_SITE_MOZILLA_ALL:=firefox/releases/${FIREFOX_VER}/source/} diff --git a/devel/xulrunner/distinfo b/devel/xulrunner/distinfo index 07e064d205a..76f8e102837 100644 --- a/devel/xulrunner/distinfo +++ b/devel/xulrunner/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.79 2012/10/10 11:59:26 jmmv Exp $ +$NetBSD: distinfo,v 1.80 2012/10/12 18:27:20 ryoon Exp $ -SHA1 (firefox-15.0.1.source.tar.bz2) = bdbc4b6656c59b926e18f99b3335484427d08641 -RMD160 (firefox-15.0.1.source.tar.bz2) = 2b2116053c883a9a7bb0e04bf8058775d137a070 -Size (firefox-15.0.1.source.tar.bz2) = 83710112 bytes +SHA1 (firefox-16.0.1.source.tar.bz2) = ad5723fcf4ec6c6734e2022cecad174290fa425e +RMD160 (firefox-16.0.1.source.tar.bz2) = 606483401dc16710a167383e3f1d1fbea61b3788 +Size (firefox-16.0.1.source.tar.bz2) = 89452319 bytes SHA1 (patch-aa) = 2c9a546ae951630e07668c9875d20041a6e5adac SHA1 (patch-ab) = b0d7975a291c63e07773e13b023f71e88c883128 SHA1 (patch-ac) = 18640ddf00b7da9276fd67d95bd6f1b191a99d4f @@ -17,11 +17,11 @@ SHA1 (patch-al) = 140f77112c463df90fe0dcd4173c5d6945395d4f SHA1 (patch-am) = edf385051147a8d255a6c0737f574fa353b53d38 SHA1 (patch-an) = a6e6072403a9d3295ec861275abd4587a8bca97d SHA1 (patch-ao) = 1f0791171392922e1a6a19c0a06c1e2a9b98e030 -SHA1 (patch-as) = 8f9b3c9f99835ce96f72716cadcd4bc8207aa618 +SHA1 (patch-as) = 806c264a3957593b69d7c5677af49490fc913151 SHA1 (patch-at) = bd72ea66e1e4baed7f16d81ed8668b5f549ebfa3 SHA1 (patch-au) = 6ee00994f01a1d63635d92a2df7b306ff5c6ad2a SHA1 (patch-av) = 8b79660aeb6a7d80daae01dff410e343803aa9d0 -SHA1 (patch-aw) = e8affab7e2400b3e2803955ae95e3035d8502422 +SHA1 (patch-aw) = 574722c44e9a961f92b35e797def541fbd8fddf5 SHA1 (patch-ax) = d3d0a10222c7d826d74651153e65a10800dc1b8e SHA1 (patch-ay) = 1e554e23ea357204e98c7f7cdf52ea38e6d9be6a SHA1 (patch-az) = 65fbb56de12fe648cb731ee75b0d05090c03a78f @@ -31,6 +31,7 @@ SHA1 (patch-bf) = 7d18ec3cad441174a71770e7fa22b1cd2029d55b SHA1 (patch-bg) = a629ee2d31aefb366ed50a1e7bd5dba51a39dc68 SHA1 (patch-bi) = cba9c0dbea450201f349e912462c7ae1ed0793e8 SHA1 (patch-build_autoconf_nss.m4) = b4da991ed606fcadcb6582b4c7213e1c83ee811f +SHA1 (patch-config_baseconfig.mk) = 8fc7a064bda66c91488e27e7d49e615e49540c7d SHA1 (patch-config_system-headers) = d7d4b5ba0677cbb92dc2ca70cd387b7d88b79f63 SHA1 (patch-dom_plugins_ipc_PluginModuleChild.cpp) = 50da056101c2719b46fd13ee4028f1a6582c2c97 SHA1 (patch-dom_plugins_ipc_PluginModuleChild.h) = cba2ea71973b3717b29052e131eb278cec972ebd @@ -51,8 +52,6 @@ SHA1 (patch-ipc_chromium_src_base_process__util__bsd.cc) = 1cb9b20816fc749f4f376 SHA1 (patch-ipc_chromium_src_base_process__util__posix.cc) = 4644a4a2f37fae689b5997eda1c9b548372fa252 SHA1 (patch-ipc_chromium_src_base_ref__counted.h) = 89d6be3faaed51c7ed2e49ee8698d730916ce12f SHA1 (patch-ipc_chromium_src_base_sys__info__posix.cc) = ce9b899f181d8339110d3a9a151bff9ab734df42 -SHA1 (patch-ipc_chromium_src_base_third__party_nspr_prcpucfg.h) = 73969db2001bb9178fcfe6df73afd2b9dbd3b21d -SHA1 (patch-ipc_chromium_src_base_third__party_nspr_prtime.cc) = 9a897d9828dc5d93807d578ab8526facc846c263 SHA1 (patch-ipc_chromium_src_base_time__posix.cc) = 986f4a648d812c67248bd5e2c7b96963f2aa1a03 SHA1 (patch-ipc_chromium_src_build_build__config.h) = 041342ccb534e8e3b07cf454e1f3bd61372b376b SHA1 (patch-ipc_chromium_src_chrome_common_file__descriptor__set__posix.h) = 3cd047d60e91d85458812796950c4eb8b153bd0b @@ -66,7 +65,6 @@ SHA1 (patch-js_src_config_system-headers) = 86f1aa66f8a35d6967c2cd03d05b6dd57209 SHA1 (patch-js_src_jscpucfg.h) = afce65ca5964fb732d96cf22902f89cd02aedf0d SHA1 (patch-js_src_jsgc.cpp) = 0e617094a4b7d87cdf801d9bc4ac1f52d909a12a SHA1 (patch-js_src_methodjit_MethodJIT.cpp) = f2b12fa554ec319b5848b1cc13ec17ef967b08d7 -SHA1 (patch-ma) = cc8d301996fde9e36ec67a25f2592af5d1e65115 SHA1 (patch-mb) = d1348344ad269df7008d857417551c594c9b9195 SHA1 (patch-md) = 1369069901aacaa47d76753772236fe159d42362 SHA1 (patch-me) = 93d5ef914cb00389cd5c2d92d228f47ec2436cb3 diff --git a/devel/xulrunner/patches/patch-as b/devel/xulrunner/patches/patch-as index 0fcbbfc0955..9dc0ed2b1e9 100644 --- a/devel/xulrunner/patches/patch-as +++ b/devel/xulrunner/patches/patch-as @@ -1,19 +1,10 @@ -$NetBSD: patch-as,v 1.7 2012/08/28 23:27:10 ryoon Exp $ +$NetBSD: patch-as,v 1.8 2012/10/12 18:27:20 ryoon Exp $ Treat DragonFly like FreeBSD. ---- js/src/configure.in.orig 2012-08-24 22:55:39.000000000 +0000 +--- js/src/configure.in.orig 2012-10-02 14:37:27.000000000 +0000 +++ js/src/configure.in -@@ -786,7 +786,7 @@ EOF - AC_LANG_RESTORE - ]) - -- if test "$ac_cv_have_std__Throw" == "yes"; then -+ if test "$ac_cv_have_std__Throw" = "yes"; then - AC_CACHE_CHECK(for |class __declspec(dllimport) exception| bug, - ac_cv_have_dllimport_exception_bug, - [ -@@ -1996,7 +1996,7 @@ case "$target" in +@@ -1679,7 +1679,7 @@ case "$target" in MOZ_FIX_LINK_PATHS='-Wl,-executable_path,$(LIBXUL_DIST)/bin' ;; @@ -22,7 +13,7 @@ Treat DragonFly like FreeBSD. if test `test -x /usr/bin/objformat && /usr/bin/objformat || echo elf` != "elf"; then DLL_SUFFIX=".so.1.0" DSO_LDOPTS="-shared" -@@ -3122,7 +3122,7 @@ then +@@ -2783,7 +2783,7 @@ then fi case "$target" in @@ -31,7 +22,7 @@ Treat DragonFly like FreeBSD. AC_DEFINE(_REENTRANT) AC_DEFINE(_THREAD_SAFE) dnl -pthread links in -lc_r, so don't specify it explicitly. -@@ -4015,7 +4015,7 @@ if test "$MOZ_MEMORY"; then +@@ -3626,7 +3626,7 @@ if test "$MOZ_MEMORY"; then *-darwin*) AC_DEFINE(MOZ_MEMORY_DARWIN) ;; diff --git a/devel/xulrunner/patches/patch-aw b/devel/xulrunner/patches/patch-aw index 4328f0e6e77..613ac1be9ea 100644 --- a/devel/xulrunner/patches/patch-aw +++ b/devel/xulrunner/patches/patch-aw @@ -1,9 +1,9 @@ -$NetBSD: patch-aw,v 1.4 2012/08/28 23:27:10 ryoon Exp $ +$NetBSD: patch-aw,v 1.5 2012/10/12 18:27:20 ryoon Exp $ ---- xulrunner/stub/nsXULStub.cpp.orig 2012-08-24 22:56:10.000000000 +0000 +--- xulrunner/stub/nsXULStub.cpp.orig 2012-10-04 15:51:30.000000000 +0000 +++ xulrunner/stub/nsXULStub.cpp @@ -11,6 +11,29 @@ - #include "nsILocalFile.h" + #include "nsIFile.h" #include <stdarg.h> +#if defined(__NetBSD__) @@ -32,14 +32,3 @@ $NetBSD: patch-aw,v 1.4 2012/08/28 23:27:10 ryoon Exp $ #ifdef XP_WIN #include <windows.h> -@@ -169,7 +192,9 @@ main(int argc, char **argv) - char greDir[MAXPATHLEN]; - bool greFound = false; - --#if defined(XP_MACOSX) -+#if defined(__NetBSD__) -+ netbsd_fixrlimit(); -+#elif defined(XP_MACOSX) - CFBundleRef appBundle = CFBundleGetMainBundle(); - if (!appBundle) - return 1; diff --git a/devel/xulrunner/patches/patch-config_baseconfig.mk b/devel/xulrunner/patches/patch-config_baseconfig.mk new file mode 100644 index 00000000000..3cb77e4419c --- /dev/null +++ b/devel/xulrunner/patches/patch-config_baseconfig.mk @@ -0,0 +1,18 @@ +$NetBSD: patch-config_baseconfig.mk,v 1.1 2012/10/12 18:27:20 ryoon Exp $ + +--- config/baseconfig.mk.orig 2012-10-02 14:37:17.000000000 +0000 ++++ config/baseconfig.mk +@@ -1,9 +1,9 @@ + INCLUDED_AUTOCONF_MK = 1 + +-includedir := $(includedir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) +-idldir = $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) +-installdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) +-sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION) ++includedir := $(includedir)/${MOZILLA_PKG_NAME} ++idldir = $(datadir)/idl/${MOZILLA_PKG_NAME} ++installdir = $(libdir)/${MOZILLA_PKG_NAME} ++sdkdir = $(libdir)/${MOZILLA_PKG_NAME} + DIST = $(DEPTH)/dist + + # We do magic with OBJ_SUFFIX in config.mk, the following ensures we don't diff --git a/devel/xulrunner/patches/patch-ipc_chromium_src_base_third__party_nspr_prcpucfg.h b/devel/xulrunner/patches/patch-ipc_chromium_src_base_third__party_nspr_prcpucfg.h deleted file mode 100644 index b9689ae739f..00000000000 --- a/devel/xulrunner/patches/patch-ipc_chromium_src_base_third__party_nspr_prcpucfg.h +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ipc_chromium_src_base_third__party_nspr_prcpucfg.h,v 1.5 2012/08/28 23:27:10 ryoon Exp $ - ---- ipc/chromium/src/base/third_party/nspr/prcpucfg.h.orig 2012-08-24 22:55:37.000000000 +0000 -+++ ipc/chromium/src/base/third_party/nspr/prcpucfg.h -@@ -34,7 +34,7 @@ - #include "base/third_party/nspr/prcpucfg_win.h" - #elif defined(__APPLE__) - #include "base/third_party/nspr/prcpucfg_mac.h" --#elif defined(__linux__) || defined(ANDROID) -+#elif defined(__linux__) || defined(ANDROID) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__DragonFly__) - #include "base/third_party/nspr/prcpucfg_linux.h" - #elif defined(__OpenBSD__) - #include "base/third_party/nspr/prcpucfg_openbsd.h" diff --git a/devel/xulrunner/patches/patch-ipc_chromium_src_base_third__party_nspr_prtime.cc b/devel/xulrunner/patches/patch-ipc_chromium_src_base_third__party_nspr_prtime.cc deleted file mode 100644 index e38fbc4b11f..00000000000 --- a/devel/xulrunner/patches/patch-ipc_chromium_src_base_third__party_nspr_prtime.cc +++ /dev/null @@ -1,38 +0,0 @@ -$NetBSD: patch-ipc_chromium_src_base_third__party_nspr_prtime.cc,v 1.4 2012/08/28 23:27:10 ryoon Exp $ - ---- ipc/chromium/src/base/third_party/nspr/prtime.cc.orig 2012-08-24 22:55:37.000000000 +0000 -+++ ipc/chromium/src/base/third_party/nspr/prtime.cc -@@ -180,7 +180,7 @@ PR_ImplodeTime(const PRExplodedTime *exp - LL_ADD(retVal, retVal, temp); - - return retVal; --#elif defined(OS_LINUX) -+#elif defined(OS_LINUX) || defined(OS_DRAGONFLY) - struct tm exp_tm = {0}; - exp_tm.tm_sec = exploded->tm_sec; - exp_tm.tm_min = exploded->tm_min; -@@ -213,6 +213,24 @@ PR_ImplodeTime(const PRExplodedTime *exp - result *= kSecondsToMicroseconds; - result += exploded->tm_usec; - return result; -+#elif defined(OS_FREEBSD) || defined(OS_NETBSD) -+ struct tm exp_tm = {0}; -+ exp_tm.tm_sec = exploded->tm_sec; -+ exp_tm.tm_min = exploded->tm_min; -+ exp_tm.tm_hour = exploded->tm_hour; -+ exp_tm.tm_mday = exploded->tm_mday; -+ exp_tm.tm_mon = exploded->tm_month; -+ exp_tm.tm_year = exploded->tm_year - 1900; -+ -+ // time_t is 64bit -+ time_t absolute_time = timegm(&exp_tm); -+ -+ PRTime result = static_cast<PRTime>(absolute_time); -+ result -= exploded->tm_params.tp_gmt_offset + -+ exploded->tm_params.tp_dst_offset; -+ result *= kSecondsToMicroseconds; -+ result += exploded->tm_usec; -+ return result; - #else - #error No PR_ImplodeTime implemented on your platform. - #endif diff --git a/devel/xulrunner/patches/patch-ma b/devel/xulrunner/patches/patch-ma deleted file mode 100644 index 772ae651dd5..00000000000 --- a/devel/xulrunner/patches/patch-ma +++ /dev/null @@ -1,23 +0,0 @@ -$NetBSD: patch-ma,v 1.3 2012/08/28 23:27:10 ryoon Exp $ - ---- config/autoconf.mk.in.orig 2012-08-24 22:55:19.000000000 +0000 -+++ config/autoconf.mk.in -@@ -37,14 +37,14 @@ MOZ_PKG_SPECIAL = @MOZ_PKG_SPECIAL@ - prefix = @prefix@ - exec_prefix = @exec_prefix@ - bindir = @bindir@ --includedir = @includedir@/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) -+includedir = @includedir@/$(MOZILLA_PKG_NAME) - libdir = @libdir@ - datadir = @datadir@ - mandir = @mandir@ --idldir = $(datadir)/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) -+idldir = @datadir@/idl/$(MOZILLA_PKG_NAME) - --installdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION) --sdkdir = $(libdir)/$(MOZ_APP_NAME)-devel-$(MOZ_APP_VERSION) -+installdir = $(libdir)/$(MOZILLA_PKG_NAME) -+sdkdir = $(libdir)/$(MOZILLA_PKG_NAME)-sdk - - DIST = $(DEPTH)/dist - LIBXUL_SDK = @LIBXUL_SDK@ diff --git a/www/firefox/Makefile b/www/firefox/Makefile index 3a929949364..bb51cebb9bd 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.113 2012/10/08 23:02:32 adam Exp $ +# $NetBSD: Makefile,v 1.114 2012/10/12 18:27:21 ryoon Exp $ .include "../../devel/xulrunner/dist.mk" PKGNAME= firefox-${FIREFOX_VER} -PKGREVISION= 3 CATEGORIES= www MAINTAINER= tnn@NetBSD.org @@ -14,7 +13,7 @@ MOZILLA_DIR= # empty # Note: when updating remember to conditionalise about-background.png in PLIST CONFIGURE_ARGS+= --enable-application=browser -CONFIGURE_ARGS+= --with-libxul-sdk=${PREFIX}/lib/xulrunner-sdk +CONFIGURE_ARGS+= --with-libxul-sdk=${PREFIX}/lib/xulrunner CONFIGURE_ARGS+= --with-system-libxul ALL_ENV+= MOZILLA_PKG_NAME=firefox diff --git a/www/firefox/PLIST b/www/firefox/PLIST index 70dfe765690..9ec07d4f62a 100644 --- a/www/firefox/PLIST +++ b/www/firefox/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.56 2012/08/28 16:39:19 abs Exp $ +@comment $NetBSD: PLIST,v 1.57 2012/10/12 18:27:21 ryoon Exp $ bin/firefox lib/firefox/application.ini lib/firefox/blocklist.xml @@ -300,6 +300,7 @@ 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/tools-icons-small.png lib/firefox/chrome/browser/skin/classic/browser/devtools/treepanel-button.png lib/firefox/chrome/browser/skin/classic/browser/devtools/webconsole.css lib/firefox/chrome/browser/skin/classic/browser/devtools/webconsole.png @@ -357,6 +358,9 @@ lib/firefox/chrome/browser/skin/classic/browser/preferences/preferences.css 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 +lib/firefox/chrome/browser/skin/classic/browser/share-button-active.png +lib/firefox/chrome/browser/skin/classic/browser/share-button-shared.png +lib/firefox/chrome/browser/skin/classic/browser/share-button.png lib/firefox/chrome/browser/skin/classic/browser/sync-128.png lib/firefox/chrome/browser/skin/classic/browser/sync-16-throbber.png lib/firefox/chrome/browser/skin/classic/browser/sync-16.png @@ -523,7 +527,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/chrome/pdfjs/install.rdf.in lib/firefox/components/Aitc.js lib/firefox/components/ChromeProfileMigrator.js lib/firefox/components/DownloadsStartup.js @@ -554,6 +557,7 @@ 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 @@ -575,8 +579,10 @@ lib/firefox/modules/NetworkPanel.jsm lib/firefox/modules/NetworkPrioritizer.jsm lib/firefox/modules/NewTabUtils.jsm lib/firefox/modules/PageThumbs.jsm +lib/firefox/modules/PageThumbsWorker.js lib/firefox/modules/PlacesUIUtils.jsm lib/firefox/modules/PropertyPanel.jsm +lib/firefox/modules/Social.jsm lib/firefox/modules/TelemetryTimestamps.jsm lib/firefox/modules/TreePanel.jsm lib/firefox/modules/WebConsoleUtils.jsm @@ -589,7 +595,9 @@ lib/firefox/modules/devtools/CssRuleView.jsm lib/firefox/modules/devtools/DebuggerUI.jsm lib/firefox/modules/devtools/DeveloperToolbar.jsm lib/firefox/modules/devtools/GcliCommands.jsm +lib/firefox/modules/devtools/GcliCookieCommands.jsm lib/firefox/modules/devtools/GcliTiltCommands.jsm +lib/firefox/modules/devtools/Jsbeautify.jsm lib/firefox/modules/devtools/LayoutHelpers.jsm lib/firefox/modules/devtools/LayoutView.jsm lib/firefox/modules/devtools/Promise.jsm @@ -627,11 +635,14 @@ 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/.mkdir.done +lib/firefox/modules/services-notifications/service.js lib/firefox/modules/services-sync/addonsreconciler.js lib/firefox/modules/services-sync/constants.js lib/firefox/modules/services-sync/engines.js @@ -676,5 +687,22 @@ lib/firefox/searchplugins/wikipedia.xml lib/firefox/searchplugins/yahoo.xml lib/firefox/update-settings.ini lib/firefox/updater.ini +lib/firefox/webapprt-stub +lib/firefox/webapprt/chrome.manifest +lib/firefox/webapprt/chrome/en-US/locale/webapprt/webapp.dtd +lib/firefox/webapprt/chrome/en-US/locale/webapprt/webapp.properties +lib/firefox/webapprt/chrome/localized.manifest +lib/firefox/webapprt/chrome/webapprt.manifest +lib/firefox/webapprt/chrome/webapprt/content/webapp.js +lib/firefox/webapprt/chrome/webapprt/content/webapp.xul +lib/firefox/webapprt/components/CommandLineHandler.js +lib/firefox/webapprt/components/ContentPermission.js +lib/firefox/webapprt/components/ContentPolicy.js +lib/firefox/webapprt/components/DirectoryProvider.js +lib/firefox/webapprt/components/components.manifest +lib/firefox/webapprt/defaults/preferences/prefs.js +lib/firefox/webapprt/modules/WebappRT.jsm +lib/firefox/webapprt/modules/WebappsHandler.jsm +lib/firefox/webapprt/webapprt.ini share/applications/firefox.desktop share/pixmaps/firefox.png |