WebKit Bugzilla
Attachment 361097 Details for
Bug 194121
: Update .xcfilelist files
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-194121-20190204140354.patch (text/plain), 19.63 KB, created by
Keith Rollin
on 2019-02-04 14:03:54 PST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Keith Rollin
Created:
2019-02-04 14:03:54 PST
Size:
19.63 KB
patch
obsolete
>Subversion Revision: 240936 >diff --git a/Source/JavaScriptCore/ChangeLog b/Source/JavaScriptCore/ChangeLog >index 5efd343acdb30d8521068585c6e9a27ebddc1100..135d7dc257ce4e60bd296587de9ff24434820ad8 100644 >--- a/Source/JavaScriptCore/ChangeLog >+++ b/Source/JavaScriptCore/ChangeLog >@@ -1,3 +1,19 @@ >+2019-01-31 Keith Rollin <krollin@apple.com> >+ >+ Update .xcfilelist files >+ https://bugs.webkit.org/show_bug.cgi?id=194121 >+ <rdar://problem/47720863> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Preparatory to enabling the facility for automatically updating the >+ .xcfilelist files, check in a freshly-updated set so that not everyone >+ runs up against them. >+ >+ * DerivedSources-input.xcfilelist: >+ * DerivedSources-output.xcfilelist: >+ * UnifiedSources-input.xcfilelist: >+ > 2019-02-04 Mark Lam <mark.lam@apple.com> > > DFG's doesGC() is incorrect about the SameValue node's behavior. >diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog >index 80acf87eb156d51942fa39f2e93d46603c458225..794ebcbc0b198d4eb6ed349523f839fd154e444e 100644 >--- a/Source/WebCore/ChangeLog >+++ b/Source/WebCore/ChangeLog >@@ -1,3 +1,21 @@ >+2019-01-31 Keith Rollin <krollin@apple.com> >+ >+ Update .xcfilelist files >+ https://bugs.webkit.org/show_bug.cgi?id=194121 >+ <rdar://problem/47720863> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Preparatory to enabling the facility for automatically updating the >+ .xcfilelist files, check in a freshly-updated set so that not everyone >+ runs up against them. >+ >+ No new tests since there should be no observable behavior difference. >+ >+ * DerivedSources-input.xcfilelist: >+ * DerivedSources-output.xcfilelist: >+ * UnifiedSources-input.xcfilelist: >+ > 2019-02-04 Sihui Liu <sihui_liu@apple.com> > > IndexedDB: leak WebIDBConnectionToServer in layout tests >diff --git a/Source/WebKit/ChangeLog b/Source/WebKit/ChangeLog >index 48fb3b1db0e119bd51c97365b568e339ced670d8..a3029eab137dd81703bca41ea7461c3277813703 100644 >--- a/Source/WebKit/ChangeLog >+++ b/Source/WebKit/ChangeLog >@@ -1,3 +1,17 @@ >+2019-01-31 Keith Rollin <krollin@apple.com> >+ >+ Update .xcfilelist files >+ https://bugs.webkit.org/show_bug.cgi?id=194121 >+ <rdar://problem/47720863> >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Preparatory to enabling the facility for automatically updating the >+ .xcfilelist files, check in a freshly-updated set so that not everyone >+ runs up against them. >+ >+ * UnifiedSources-input.xcfilelist: >+ > 2019-02-04 Sihui Liu <sihui_liu@apple.com> > > IndexedDB: leak WebIDBConnectionToServer in layout tests >diff --git a/Source/JavaScriptCore/DerivedSources-input.xcfilelist b/Source/JavaScriptCore/DerivedSources-input.xcfilelist >index 0ab660417cdd40070c311cf551b95d168ef03696..59ac1c44b925475030a7e5cf31d421928b0fcb5f 100644 >--- a/Source/JavaScriptCore/DerivedSources-input.xcfilelist >+++ b/Source/JavaScriptCore/DerivedSources-input.xcfilelist >@@ -121,6 +121,7 @@ $(PROJECT_DIR)/inspector/scripts/generate-inspector-protocol-bindings.py > $(PROJECT_DIR)/parser/Keywords.table > $(PROJECT_DIR)/runtime/ArrayConstructor.cpp > $(PROJECT_DIR)/runtime/ArrayIteratorPrototype.cpp >+$(PROJECT_DIR)/runtime/AsyncFromSyncIteratorPrototype.cpp > $(PROJECT_DIR)/runtime/AsyncGeneratorPrototype.cpp > $(PROJECT_DIR)/runtime/BigIntConstructor.cpp > $(PROJECT_DIR)/runtime/BigIntPrototype.cpp >@@ -136,6 +137,7 @@ $(PROJECT_DIR)/runtime/IntlDateTimeFormatConstructor.cpp > $(PROJECT_DIR)/runtime/IntlDateTimeFormatPrototype.cpp > $(PROJECT_DIR)/runtime/IntlNumberFormatConstructor.cpp > $(PROJECT_DIR)/runtime/IntlNumberFormatPrototype.cpp >+$(PROJECT_DIR)/runtime/IntlObject.cpp > $(PROJECT_DIR)/runtime/IntlPluralRulesConstructor.cpp > $(PROJECT_DIR)/runtime/IntlPluralRulesPrototype.cpp > $(PROJECT_DIR)/runtime/JSDataViewPrototype.cpp >diff --git a/Source/JavaScriptCore/DerivedSources-output.xcfilelist b/Source/JavaScriptCore/DerivedSources-output.xcfilelist >index d5b0e3882269005d31f707f80da821e2455a83e0..9d6b64e92be7d465a6e7134416362f15ba35a382 100644 >--- a/Source/JavaScriptCore/DerivedSources-output.xcfilelist >+++ b/Source/JavaScriptCore/DerivedSources-output.xcfilelist >@@ -4,6 +4,7 @@ $(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore/AirOpcodeGenerated.h > $(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore/AirOpcodeUtils.h > $(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore/ArrayConstructor.lut.h > $(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore/ArrayIteratorPrototype.lut.h >+$(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore/AsyncFromSyncIteratorPrototype.lut.h > $(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore/AsyncGeneratorPrototype.lut.h > $(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore/BigIntConstructor.lut.h > $(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore/BigIntPrototype.lut.h >@@ -27,6 +28,7 @@ $(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore/IntlDateTimeFormatConstructo > $(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore/IntlDateTimeFormatPrototype.lut.h > $(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore/IntlNumberFormatConstructor.lut.h > $(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore/IntlNumberFormatPrototype.lut.h >+$(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore/IntlObject.lut.h > $(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore/IntlPluralRulesConstructor.lut.h > $(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore/IntlPluralRulesPrototype.lut.h > $(BUILT_PRODUCTS_DIR)/DerivedSources/JavaScriptCore/JSCBuiltins.h >diff --git a/Source/JavaScriptCore/UnifiedSources-input.xcfilelist b/Source/JavaScriptCore/UnifiedSources-input.xcfilelist >index 0c3f7d1bdba2a8886862f84af1d69323d74f6f7f..66a4c0a54687211ffc42b2e54e42e0ab3fae00c7 100644 >--- a/Source/JavaScriptCore/UnifiedSources-input.xcfilelist >+++ b/Source/JavaScriptCore/UnifiedSources-input.xcfilelist >@@ -23,6 +23,7 @@ $(SRCROOT)/API/JSObjectRef.cpp > $(SRCROOT)/API/JSRemoteInspector.cpp > $(SRCROOT)/API/JSScript.mm > $(SRCROOT)/API/JSScriptRef.cpp >+$(SRCROOT)/API/JSScriptSourceProvider.mm > $(SRCROOT)/API/JSStringRef.cpp > $(SRCROOT)/API/JSStringRefCF.cpp > $(SRCROOT)/API/JSTypedArray.cpp >@@ -682,6 +683,7 @@ $(SRCROOT)/runtime/BigIntPrototype.cpp > $(SRCROOT)/runtime/BooleanConstructor.cpp > $(SRCROOT)/runtime/BooleanObject.cpp > $(SRCROOT)/runtime/BooleanPrototype.cpp >+$(SRCROOT)/runtime/CachedTypes.cpp > $(SRCROOT)/runtime/CallData.cpp > $(SRCROOT)/runtime/CatchScope.cpp > $(SRCROOT)/runtime/ClassInfo.cpp >@@ -716,6 +718,7 @@ $(SRCROOT)/runtime/ErrorConstructor.cpp > $(SRCROOT)/runtime/ErrorHandlingScope.cpp > $(SRCROOT)/runtime/ErrorInstance.cpp > $(SRCROOT)/runtime/ErrorPrototype.cpp >+$(SRCROOT)/runtime/ErrorType.cpp > $(SRCROOT)/runtime/EvalExecutable.cpp > $(SRCROOT)/runtime/Exception.cpp > $(SRCROOT)/runtime/ExceptionEventLocation.cpp >@@ -869,6 +872,7 @@ $(SRCROOT)/runtime/RegExp.cpp > $(SRCROOT)/runtime/RegExpCache.cpp > $(SRCROOT)/runtime/RegExpCachedResult.cpp > $(SRCROOT)/runtime/RegExpConstructor.cpp >+$(SRCROOT)/runtime/RegExpGlobalData.cpp > $(SRCROOT)/runtime/RegExpMatchesArray.cpp > $(SRCROOT)/runtime/RegExpObject.cpp > $(SRCROOT)/runtime/RegExpPrototype.cpp >@@ -932,6 +936,7 @@ $(SRCROOT)/tools/HeapVerifier.cpp > $(SRCROOT)/tools/JSDollarVM.cpp > $(SRCROOT)/tools/SigillCrashAnalyzer.cpp > $(SRCROOT)/tools/VMInspector.cpp >+$(SRCROOT)/wasm/WasmAirIRGenerator.cpp > $(SRCROOT)/wasm/WasmB3IRGenerator.cpp > $(SRCROOT)/wasm/WasmBBQPlan.cpp > $(SRCROOT)/wasm/WasmBinding.cpp >diff --git a/Source/WebCore/DerivedSources-input.xcfilelist b/Source/WebCore/DerivedSources-input.xcfilelist >index 0c5b93d53c137153ec08279dd8668ee864ab7a48..f01ecd0301e7d0782967b15fd2a5193402cdd57c 100644 >--- a/Source/WebCore/DerivedSources-input.xcfilelist >+++ b/Source/WebCore/DerivedSources-input.xcfilelist >@@ -321,6 +321,9 @@ $(PROJECT_DIR)/Modules/webdatabase/SQLTransactionCallback.idl > $(PROJECT_DIR)/Modules/webdatabase/SQLTransactionErrorCallback.idl > $(PROJECT_DIR)/Modules/webdriver/NavigatorWebDriver.idl > $(PROJECT_DIR)/Modules/webgpu/DOMWindowWebGPU.idl >+$(PROJECT_DIR)/Modules/webgpu/GPUCompareFunction.idl >+$(PROJECT_DIR)/Modules/webgpu/GPUDepthStencilStateDescriptor.idl >+$(PROJECT_DIR)/Modules/webgpu/GPURequestAdapterOptions.idl > $(PROJECT_DIR)/Modules/webgpu/WebGPU.idl > $(PROJECT_DIR)/Modules/webgpu/WebGPUAdapter.idl > $(PROJECT_DIR)/Modules/webgpu/WebGPUAdapterDescriptor.idl >diff --git a/Source/WebCore/DerivedSources-output.xcfilelist b/Source/WebCore/DerivedSources-output.xcfilelist >index 275b8c82ba29e7d850eab781c0cb7537e7fcea26..a55a2b073395a29258c261f4214113be125d4aa5 100644 >--- a/Source/WebCore/DerivedSources-output.xcfilelist >+++ b/Source/WebCore/DerivedSources-output.xcfilelist >@@ -578,6 +578,12 @@ $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSFontFaceSet.cpp > $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSFontFaceSet.h > $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGCObservation.cpp > $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGCObservation.h >+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGPUCompareFunction.cpp >+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGPUCompareFunction.h >+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGPUDepthStencilStateDescriptor.cpp >+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGPUDepthStencilStateDescriptor.h >+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGPURequestAdapterOptions.cpp >+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGPURequestAdapterOptions.h > $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGainNode.cpp > $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGainNode.h > $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGamepad.cpp >diff --git a/Source/WebCore/UnifiedSources-input.xcfilelist b/Source/WebCore/UnifiedSources-input.xcfilelist >index 3e54fef85efbe64a7cb749cec75a1fb9298d49d8..c5d831c1df6fe7b7be1e01783da496008aeff38e 100644 >--- a/Source/WebCore/UnifiedSources-input.xcfilelist >+++ b/Source/WebCore/UnifiedSources-input.xcfilelist >@@ -269,6 +269,9 @@ $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSFillMode.cpp > $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSFocusEvent.cpp > $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSFontFace.cpp > $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSFontFaceSet.cpp >+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGPUCompareFunction.cpp >+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGPUDepthStencilStateDescriptor.cpp >+$(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGPURequestAdapterOptions.cpp > $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGainNode.cpp > $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGamepad.cpp > $(BUILT_PRODUCTS_DIR)/DerivedSources/WebCore/JSGamepadButton.cpp >@@ -1256,6 +1259,13 @@ $(SRCROOT)/Modules/webgpu/WHLSL/AST/WHLSLTypeArgument.cpp > $(SRCROOT)/Modules/webgpu/WHLSL/AST/WHLSLTypeReference.cpp > $(SRCROOT)/Modules/webgpu/WHLSL/AST/WHLSLUnsignedIntegerLiteral.cpp > $(SRCROOT)/Modules/webgpu/WHLSL/AST/WHLSLUnsignedIntegerLiteralType.cpp >+$(SRCROOT)/Modules/webgpu/WHLSL/Metal/WHLSLEntryPointScaffolding.cpp >+$(SRCROOT)/Modules/webgpu/WHLSL/Metal/WHLSLFunctionWriter.cpp >+$(SRCROOT)/Modules/webgpu/WHLSL/Metal/WHLSLMetalCodeGenerator.cpp >+$(SRCROOT)/Modules/webgpu/WHLSL/Metal/WHLSLNativeFunctionWriter.cpp >+$(SRCROOT)/Modules/webgpu/WHLSL/Metal/WHLSLNativeTypeWriter.cpp >+$(SRCROOT)/Modules/webgpu/WHLSL/Metal/WHLSLTypeNamer.cpp >+$(SRCROOT)/Modules/webgpu/WHLSL/Metal/WHLSLVertexBufferIndexCalculator.cpp > $(SRCROOT)/Modules/webgpu/WHLSL/WHLSLCheckDuplicateFunctions.cpp > $(SRCROOT)/Modules/webgpu/WHLSL/WHLSLChecker.cpp > $(SRCROOT)/Modules/webgpu/WHLSL/WHLSLFunctionStageChecker.cpp >@@ -1272,6 +1282,7 @@ $(SRCROOT)/Modules/webgpu/WHLSL/WHLSLParser.cpp > $(SRCROOT)/Modules/webgpu/WHLSL/WHLSLRecursionChecker.cpp > $(SRCROOT)/Modules/webgpu/WHLSL/WHLSLRecursiveTypeChecker.cpp > $(SRCROOT)/Modules/webgpu/WHLSL/WHLSLResolveOverloadImpl.cpp >+$(SRCROOT)/Modules/webgpu/WHLSL/WHLSLStatementBehaviorChecker.cpp > $(SRCROOT)/Modules/webgpu/WHLSL/WHLSLSynthesizeArrayOperatorLength.cpp > $(SRCROOT)/Modules/webgpu/WHLSL/WHLSLSynthesizeConstructors.cpp > $(SRCROOT)/Modules/webgpu/WHLSL/WHLSLSynthesizeEnumerationFunctions.cpp >@@ -1350,6 +1361,8 @@ $(SRCROOT)/accessibility/AccessibleSetValueEvent.cpp > $(SRCROOT)/accessibility/ios/AXObjectCacheIOS.mm > $(SRCROOT)/accessibility/ios/AccessibilityObjectIOS.mm > $(SRCROOT)/accessibility/ios/WebAccessibilityObjectWrapperIOS.mm >+$(SRCROOT)/accessibility/isolatedtree/AXIsolatedTree.cpp >+$(SRCROOT)/accessibility/isolatedtree/AXIsolatedTreeNode.cpp > $(SRCROOT)/accessibility/mac/AXObjectCacheMac.mm > $(SRCROOT)/accessibility/mac/AccessibilityObjectMac.mm > $(SRCROOT)/accessibility/mac/WebAccessibilityObjectWrapperBase.mm >@@ -1473,6 +1486,7 @@ $(SRCROOT)/bindings/js/JSTextTrackListCustom.cpp > $(SRCROOT)/bindings/js/JSTrackCustom.cpp > $(SRCROOT)/bindings/js/JSTreeWalkerCustom.cpp > $(SRCROOT)/bindings/js/JSTypedOMCSSStyleValueCustom.cpp >+$(SRCROOT)/bindings/js/JSUndoItemCustom.cpp > $(SRCROOT)/bindings/js/JSVideoTrackCustom.cpp > $(SRCROOT)/bindings/js/JSVideoTrackListCustom.cpp > $(SRCROOT)/bindings/js/JSWebAnimationCustom.cpp >@@ -1915,6 +1929,7 @@ $(SRCROOT)/editing/BreakBlockquoteCommand.cpp > $(SRCROOT)/editing/ChangeListTypeCommand.cpp > $(SRCROOT)/editing/CompositeEditCommand.cpp > $(SRCROOT)/editing/CreateLinkCommand.cpp >+$(SRCROOT)/editing/CustomUndoStep.cpp > $(SRCROOT)/editing/DeleteFromTextNodeCommand.cpp > $(SRCROOT)/editing/DeleteSelectionCommand.cpp > $(SRCROOT)/editing/DictationAlternative.cpp >@@ -2328,6 +2343,7 @@ $(SRCROOT)/layout/layouttree/LayoutInlineContainer.cpp > $(SRCROOT)/layout/layouttree/LayoutLineBreakBox.cpp > $(SRCROOT)/layout/layouttree/LayoutReplaced.cpp > $(SRCROOT)/layout/layouttree/LayoutTreeBuilder.cpp >+$(SRCROOT)/loader/AdClickAttribution.cpp > $(SRCROOT)/loader/ApplicationManifestLoader.cpp > $(SRCROOT)/loader/CanvasActivityRecord.cpp > $(SRCROOT)/loader/ContentFilter.cpp >@@ -2502,6 +2518,7 @@ $(SRCROOT)/page/PerformanceResourceTiming.cpp > $(SRCROOT)/page/PerformanceServerTiming.cpp > $(SRCROOT)/page/PerformanceTiming.cpp > $(SRCROOT)/page/PerformanceUserTiming.cpp >+$(SRCROOT)/page/PointerCaptureController.cpp > $(SRCROOT)/page/PointerLockController.cpp > $(SRCROOT)/page/PrintContext.cpp > $(SRCROOT)/page/ProcessWarming.cpp >@@ -2520,6 +2537,7 @@ $(SRCROOT)/page/SocketProvider.cpp > $(SRCROOT)/page/SpatialNavigation.cpp > $(SRCROOT)/page/SuspendableTimer.cpp > $(SRCROOT)/page/TextIndicator.cpp >+$(SRCROOT)/page/UndoItem.cpp > $(SRCROOT)/page/UndoManager.cpp > $(SRCROOT)/page/UserContentController.cpp > $(SRCROOT)/page/UserContentProvider.cpp >@@ -2569,6 +2587,7 @@ $(SRCROOT)/page/scrolling/ScrollingConstraints.cpp > $(SRCROOT)/page/scrolling/ScrollingCoordinator.cpp > $(SRCROOT)/page/scrolling/ScrollingMomentumCalculator.cpp > $(SRCROOT)/page/scrolling/ScrollingStateFixedNode.cpp >+$(SRCROOT)/page/scrolling/ScrollingStateFrameHostingNode.cpp > $(SRCROOT)/page/scrolling/ScrollingStateFrameScrollingNode.cpp > $(SRCROOT)/page/scrolling/ScrollingStateNode.cpp > $(SRCROOT)/page/scrolling/ScrollingStateOverflowScrollingNode.cpp >@@ -2577,6 +2596,7 @@ $(SRCROOT)/page/scrolling/ScrollingStateStickyNode.cpp > $(SRCROOT)/page/scrolling/ScrollingStateTree.cpp > $(SRCROOT)/page/scrolling/ScrollingThread.cpp > $(SRCROOT)/page/scrolling/ScrollingTree.cpp >+$(SRCROOT)/page/scrolling/ScrollingTreeFrameHostingNode.cpp > $(SRCROOT)/page/scrolling/ScrollingTreeFrameScrollingNode.cpp > $(SRCROOT)/page/scrolling/ScrollingTreeNode.cpp > $(SRCROOT)/page/scrolling/ScrollingTreeOverflowScrollingNode.cpp >@@ -2594,6 +2614,7 @@ $(SRCROOT)/page/scrolling/mac/ScrollingTreeFixedNode.mm > $(SRCROOT)/page/scrolling/mac/ScrollingTreeFrameScrollingNodeMac.mm > $(SRCROOT)/page/scrolling/mac/ScrollingTreeMac.cpp > $(SRCROOT)/page/scrolling/mac/ScrollingTreeOverflowScrollingNodeMac.mm >+$(SRCROOT)/page/scrolling/mac/ScrollingTreeScrollingNodeDelegateMac.mm > $(SRCROOT)/page/scrolling/mac/ScrollingTreeStickyNode.mm > $(SRCROOT)/platform/CalculationValue.cpp > $(SRCROOT)/platform/ContentType.cpp >@@ -3048,6 +3069,7 @@ $(SRCROOT)/platform/graphics/transforms/TransformOperations.cpp > $(SRCROOT)/platform/graphics/transforms/TransformState.cpp > $(SRCROOT)/platform/graphics/transforms/TransformationMatrix.cpp > $(SRCROOT)/platform/graphics/transforms/TranslateTransformOperation.cpp >+$(SRCROOT)/platform/ios/ColorIOS.mm > $(SRCROOT)/platform/ios/CursorIOS.cpp > $(SRCROOT)/platform/ios/Device.cpp > $(SRCROOT)/platform/ios/DeviceMotionClientIOS.mm >diff --git a/Source/WebKit/UnifiedSources-input.xcfilelist b/Source/WebKit/UnifiedSources-input.xcfilelist >index 0dc7761202894eccc1d21135ce7d4494668a8210..944b8b811745839b243f71423448c0cf2a7f0dba 100644 >--- a/Source/WebKit/UnifiedSources-input.xcfilelist >+++ b/Source/WebKit/UnifiedSources-input.xcfilelist >@@ -12,6 +12,7 @@ $(SRCROOT)/NetworkProcess/Downloads/Download.cpp > $(SRCROOT)/NetworkProcess/Downloads/DownloadManager.cpp > $(SRCROOT)/NetworkProcess/Downloads/PendingDownload.cpp > $(SRCROOT)/NetworkProcess/Downloads/cocoa/DownloadCocoa.mm >+$(SRCROOT)/NetworkProcess/EntryPoint/Cocoa/XPCService/NetworkServiceEntryPoint.mm > $(SRCROOT)/NetworkProcess/EntryPoint/mac/XPCService/NetworkServiceEntryPoint.mm > $(SRCROOT)/NetworkProcess/FileAPI/NetworkBlobRegistry.cpp > $(SRCROOT)/NetworkProcess/IndexedDB/WebIDBConnectionToClient.cpp >@@ -98,6 +99,7 @@ $(SRCROOT)/Platform/mac/MachUtilities.cpp > $(SRCROOT)/Platform/mac/MenuUtilities.mm > $(SRCROOT)/Platform/mac/StringUtilities.mm > $(SRCROOT)/Platform/unix/EnvironmentUtilities.cpp >+$(SRCROOT)/PluginProcess/EntryPoint/Cocoa/XPCService/PluginServiceEntryPoint.mm > $(SRCROOT)/PluginProcess/EntryPoint/mac/XPCService/PluginServiceEntryPoint.mm > $(SRCROOT)/PluginProcess/PluginControllerProxy.cpp > $(SRCROOT)/PluginProcess/PluginCreationParameters.cpp >@@ -197,6 +199,8 @@ $(SRCROOT)/Shared/ContextMenuContextData.cpp > $(SRCROOT)/Shared/Databases/IndexedDB/IDBUtilities.cpp > $(SRCROOT)/Shared/Databases/IndexedDB/WebIDBResult.cpp > $(SRCROOT)/Shared/EditorState.cpp >+$(SRCROOT)/Shared/EntryPointUtilities/Cocoa/XPCService/XPCServiceEntryPoint.mm >+$(SRCROOT)/Shared/EntryPointUtilities/Cocoa/XPCService/XPCServiceMain.mm > $(SRCROOT)/Shared/EntryPointUtilities/mac/XPCService/XPCServiceEntryPoint.mm > $(SRCROOT)/Shared/EntryPointUtilities/mac/XPCService/XPCServiceMain.mm > $(SRCROOT)/Shared/FocusedElementInformation.cpp >@@ -396,6 +400,7 @@ $(SRCROOT)/UIProcess/API/C/mac/WKPagePrivateMac.mm > $(SRCROOT)/UIProcess/API/C/mac/WKProtectionSpaceNS.mm > $(SRCROOT)/UIProcess/API/Cocoa/APIAttachmentCocoa.mm > $(SRCROOT)/UIProcess/API/Cocoa/APIContentRuleListStoreCocoa.mm >+$(SRCROOT)/UIProcess/API/Cocoa/APIHTTPCookieStoreCocoa.mm > $(SRCROOT)/UIProcess/API/Cocoa/APISerializedScriptValueCocoa.mm > $(SRCROOT)/UIProcess/API/Cocoa/APIWebsiteDataStoreCocoa.mm > $(SRCROOT)/UIProcess/API/Cocoa/LegacyBundleForClass.mm >@@ -492,6 +497,7 @@ $(SRCROOT)/UIProcess/Cocoa/FullscreenClient.mm > $(SRCROOT)/UIProcess/Cocoa/GlobalFindInPageState.mm > $(SRCROOT)/UIProcess/Cocoa/IconLoadingDelegate.mm > $(SRCROOT)/UIProcess/Cocoa/LegacyCustomProtocolManagerClient.mm >+$(SRCROOT)/UIProcess/Cocoa/LoadOptimizer.mm > $(SRCROOT)/UIProcess/Cocoa/MediaCaptureUtilities.mm > $(SRCROOT)/UIProcess/Cocoa/NavigationState.mm > $(SRCROOT)/UIProcess/Cocoa/PageClientImplCocoa.mm >@@ -677,6 +683,7 @@ $(SRCROOT)/UIProcess/ios/WKPDFView.mm > $(SRCROOT)/UIProcess/ios/WKPasswordView.mm > $(SRCROOT)/UIProcess/ios/WKScrollView.mm > $(SRCROOT)/UIProcess/ios/WKSyntheticClickTapGestureRecognizer.m >+$(SRCROOT)/UIProcess/ios/WKSyntheticFlagsChangedWebEvent.mm > $(SRCROOT)/UIProcess/ios/WKSystemPreviewView.mm > $(SRCROOT)/UIProcess/ios/WKWebEvent.mm > $(SRCROOT)/UIProcess/ios/WebDataListSuggestionsDropdownIOS.mm >@@ -741,6 +748,7 @@ $(SRCROOT)/WebProcess/Cache/WebCacheStorageConnection.cpp > $(SRCROOT)/WebProcess/Cache/WebCacheStorageProvider.cpp > $(SRCROOT)/WebProcess/Databases/IndexedDB/WebIDBConnectionToServer.cpp > $(SRCROOT)/WebProcess/Databases/WebDatabaseProvider.cpp >+$(SRCROOT)/WebProcess/EntryPoint/Cocoa/XPCService/WebContentServiceEntryPoint.mm > $(SRCROOT)/WebProcess/EntryPoint/mac/XPCService/WebContentServiceEntryPoint.mm > $(SRCROOT)/WebProcess/FileAPI/BlobRegistryProxy.cpp > $(SRCROOT)/WebProcess/FullScreen/WebFullScreenManager.cpp
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
ews-watchlist
:
commit-queue-
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 194121
:
360801
|
361097
|
361121
|
361214