Title: [250839] trunk/Source
Revision
250839
Author
ross.kirsl...@sony.com
Date
2019-10-08 10:54:40 -0700 (Tue, 08 Oct 2019)

Log Message

Unreviewed. Restabilize non-unified build.

Source/WebCore:

* Modules/fetch/FetchLoader.h:
* animation/DocumentTimeline.cpp:
* bindings/js/JSDOMWindowCustom.cpp:
* bindings/js/JSIDBRequestCustom.cpp:
* bindings/js/JSRemoteDOMWindowCustom.cpp:
* bindings/js/ScriptModuleLoader.h:
* bindings/js/WindowProxy.cpp:
* css/FontFaceSet.cpp:
* css/FontFaceSet.h:
* css/typedom/StylePropertyMapReadOnly.cpp:
* history/CachedPage.h:
* html/canvas/WebGLBuffer.cpp:
* html/canvas/WebGLBuffer.h:
* html/canvas/WebGLFramebuffer.h:
* html/canvas/WebGLProgram.cpp:
* html/canvas/WebGLProgram.h:
* html/canvas/WebGLShader.h:
* inspector/InspectorController.cpp:
* inspector/agents/InspectorCanvasAgent.cpp:
* workers/Worker.cpp:
* workers/service/ServiceWorkerContainer.cpp:
* workers/service/ServiceWorkerGlobalScope.cpp:

Source/WebKit:

* NetworkProcess/Classifier/ResourceLoadStatisticsDatabaseStore.h:

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (250838 => 250839)


--- trunk/Source/WebCore/ChangeLog	2019-10-08 17:44:44 UTC (rev 250838)
+++ trunk/Source/WebCore/ChangeLog	2019-10-08 17:54:40 UTC (rev 250839)
@@ -1,3 +1,30 @@
+2019-10-08  Ross Kirsling  <ross.kirsl...@sony.com>
+
+        Unreviewed. Restabilize non-unified build.
+
+        * Modules/fetch/FetchLoader.h:
+        * animation/DocumentTimeline.cpp:
+        * bindings/js/JSDOMWindowCustom.cpp:
+        * bindings/js/JSIDBRequestCustom.cpp:
+        * bindings/js/JSRemoteDOMWindowCustom.cpp:
+        * bindings/js/ScriptModuleLoader.h:
+        * bindings/js/WindowProxy.cpp:
+        * css/FontFaceSet.cpp:
+        * css/FontFaceSet.h:
+        * css/typedom/StylePropertyMapReadOnly.cpp:
+        * history/CachedPage.h:
+        * html/canvas/WebGLBuffer.cpp:
+        * html/canvas/WebGLBuffer.h:
+        * html/canvas/WebGLFramebuffer.h:
+        * html/canvas/WebGLProgram.cpp:
+        * html/canvas/WebGLProgram.h:
+        * html/canvas/WebGLShader.h:
+        * inspector/InspectorController.cpp:
+        * inspector/agents/InspectorCanvasAgent.cpp:
+        * workers/Worker.cpp:
+        * workers/service/ServiceWorkerContainer.cpp:
+        * workers/service/ServiceWorkerGlobalScope.cpp:
+
 2019-10-08  Zalan Bujtas  <za...@apple.com>
 
         [LFC][Painting] Add very basic block and inline painting

Modified: trunk/Source/WebCore/Modules/fetch/FetchLoader.h (250838 => 250839)


--- trunk/Source/WebCore/Modules/fetch/FetchLoader.h	2019-10-08 17:44:44 UTC (rev 250838)
+++ trunk/Source/WebCore/Modules/fetch/FetchLoader.h	2019-10-08 17:54:40 UTC (rev 250839)
@@ -39,6 +39,7 @@
 class FetchLoaderClient;
 class FetchRequest;
 class ScriptExecutionContext;
+class SharedBuffer;
 
 class FetchLoader final : public ThreadableLoaderClient {
 public:

Modified: trunk/Source/WebCore/animation/DocumentTimeline.cpp (250838 => 250839)


--- trunk/Source/WebCore/animation/DocumentTimeline.cpp	2019-10-08 17:44:44 UTC (rev 250838)
+++ trunk/Source/WebCore/animation/DocumentTimeline.cpp	2019-10-08 17:54:40 UTC (rev 250839)
@@ -33,6 +33,7 @@
 #include "DOMWindow.h"
 #include "DeclarativeAnimation.h"
 #include "Document.h"
+#include "EventNames.h"
 #include "GraphicsLayer.h"
 #include "KeyframeEffect.h"
 #include "Microtasks.h"
@@ -42,6 +43,7 @@
 #include "RenderElement.h"
 #include "RenderLayer.h"
 #include "RenderLayerBacking.h"
+#include <_javascript_Core/VM.h>
 
 static const Seconds defaultAnimationInterval { 15_ms };
 static const Seconds throttledAnimationInterval { 30_ms };

Modified: trunk/Source/WebCore/bindings/js/JSDOMWindowCustom.cpp (250838 => 250839)


--- trunk/Source/WebCore/bindings/js/JSDOMWindowCustom.cpp	2019-10-08 17:44:44 UTC (rev 250838)
+++ trunk/Source/WebCore/bindings/js/JSDOMWindowCustom.cpp	2019-10-08 17:54:40 UTC (rev 250839)
@@ -29,6 +29,7 @@
 #include "HTMLFrameOwnerElement.h"
 #include "HTTPParsers.h"
 #include "JSDOMBindingSecurity.h"
+#include "JSDOMConvertCallbacks.h"
 #include "JSDOMConvertNullable.h"
 #include "JSDOMConvertNumbers.h"
 #include "JSDOMConvertStrings.h"

Modified: trunk/Source/WebCore/bindings/js/JSIDBRequestCustom.cpp (250838 => 250839)


--- trunk/Source/WebCore/bindings/js/JSIDBRequestCustom.cpp	2019-10-08 17:44:44 UTC (rev 250838)
+++ trunk/Source/WebCore/bindings/js/JSIDBRequestCustom.cpp	2019-10-08 17:54:40 UTC (rev 250839)
@@ -29,7 +29,9 @@
 #if ENABLE(INDEXED_DATABASE)
 
 #include "IDBBindingUtilities.h"
+#include "JSDOMConvertIndexedDB.h"
 #include "JSDOMConvertInterface.h"
+#include "JSDOMConvertSequences.h"
 #include "JSIDBCursor.h"
 #include "JSIDBDatabase.h"
 

Modified: trunk/Source/WebCore/bindings/js/JSRemoteDOMWindowCustom.cpp (250838 => 250839)


--- trunk/Source/WebCore/bindings/js/JSRemoteDOMWindowCustom.cpp	2019-10-08 17:44:44 UTC (rev 250838)
+++ trunk/Source/WebCore/bindings/js/JSRemoteDOMWindowCustom.cpp	2019-10-08 17:54:40 UTC (rev 250839)
@@ -26,6 +26,7 @@
 #include "config.h"
 #include "JSRemoteDOMWindow.h"
 
+#include "JSDOMExceptionHandling.h"
 #include "JSDOMWindowCustom.h"
 #include "WebCoreJSClientData.h"
 

Modified: trunk/Source/WebCore/bindings/js/ScriptModuleLoader.h (250838 => 250839)


--- trunk/Source/WebCore/bindings/js/ScriptModuleLoader.h	2019-10-08 17:44:44 UTC (rev 250838)
+++ trunk/Source/WebCore/bindings/js/ScriptModuleLoader.h	2019-10-08 17:54:40 UTC (rev 250839)
@@ -28,8 +28,8 @@
 #include "CachedModuleScriptLoader.h"
 #include "CachedModuleScriptLoaderClient.h"
 #include <_javascript_Core/JSCJSValue.h>
+#include <wtf/HashSet.h>
 #include <wtf/Noncopyable.h>
-#include <wtf/URL.h>
 #include <wtf/URLHash.h>
 
 namespace JSC {
@@ -38,6 +38,7 @@
 class JSGlobalObject;
 class JSInternalPromise;
 class JSModuleLoader;
+class JSModuleRecord;
 class SourceOrigin;
 using ExecState = CallFrame;
 

Modified: trunk/Source/WebCore/bindings/js/WindowProxy.cpp (250838 => 250839)


--- trunk/Source/WebCore/bindings/js/WindowProxy.cpp	2019-10-08 17:44:44 UTC (rev 250838)
+++ trunk/Source/WebCore/bindings/js/WindowProxy.cpp	2019-10-08 17:54:40 UTC (rev 250839)
@@ -32,6 +32,7 @@
 #include "ScriptController.h"
 #include "runtime_root.h"
 #include <_javascript_Core/JSLock.h>
+#include <_javascript_Core/StrongInlines.h>
 #include <_javascript_Core/WeakGCMapInlines.h>
 #include <wtf/MemoryPressureHandler.h>
 

Modified: trunk/Source/WebCore/css/FontFaceSet.cpp (250838 => 250839)


--- trunk/Source/WebCore/css/FontFaceSet.cpp	2019-10-08 17:44:44 UTC (rev 250838)
+++ trunk/Source/WebCore/css/FontFaceSet.cpp	2019-10-08 17:54:40 UTC (rev 250839)
@@ -26,10 +26,10 @@
 #include "config.h"
 #include "FontFaceSet.h"
 
+#include "DOMPromiseProxy.h"
 #include "Document.h"
 #include "FontFace.h"
 #include "FrameLoader.h"
-#include "IDLTypes.h"
 #include "JSDOMBinding.h"
 #include "JSDOMPromiseDeferred.h"
 #include "JSFontFace.h"

Modified: trunk/Source/WebCore/css/FontFaceSet.h (250838 => 250839)


--- trunk/Source/WebCore/css/FontFaceSet.h	2019-10-08 17:44:44 UTC (rev 250838)
+++ trunk/Source/WebCore/css/FontFaceSet.h	2019-10-08 17:54:40 UTC (rev 250839)
@@ -28,6 +28,7 @@
 #include "ActiveDOMObject.h"
 #include "CSSFontFaceSet.h"
 #include "EventTarget.h"
+#include "IDLTypes.h"
 #include "SuspendableTaskQueue.h"
 
 namespace WebCore {

Modified: trunk/Source/WebCore/css/typedom/StylePropertyMapReadOnly.cpp (250838 => 250839)


--- trunk/Source/WebCore/css/typedom/StylePropertyMapReadOnly.cpp	2019-10-08 17:44:44 UTC (rev 250838)
+++ trunk/Source/WebCore/css/typedom/StylePropertyMapReadOnly.cpp	2019-10-08 17:54:40 UTC (rev 250839)
@@ -32,8 +32,12 @@
 
 #if ENABLE(CSS_TYPED_OM)
 
+#include "CSSCustomPropertyValue.h"
 #include "CSSImageValue.h"
+#include "CSSPrimitiveValue.h"
+#include "Document.h"
 #include "TypedOMCSSImageValue.h"
+#include "TypedOMCSSStyleValue.h"
 #include "TypedOMCSSUnitValue.h"
 #include "TypedOMCSSUnparsedValue.h"
 #include <wtf/HashMap.h>

Modified: trunk/Source/WebCore/history/CachedPage.h (250838 => 250839)


--- trunk/Source/WebCore/history/CachedPage.h	2019-10-08 17:44:44 UTC (rev 250838)
+++ trunk/Source/WebCore/history/CachedPage.h	2019-10-08 17:54:40 UTC (rev 250839)
@@ -26,6 +26,7 @@
 #pragma once
 
 #include "CachedFrame.h"
+#include <wtf/MonotonicTime.h>
 
 namespace WebCore {
 

Modified: trunk/Source/WebCore/html/canvas/WebGLBuffer.cpp (250838 => 250839)


--- trunk/Source/WebCore/html/canvas/WebGLBuffer.cpp	2019-10-08 17:44:44 UTC (rev 250838)
+++ trunk/Source/WebCore/html/canvas/WebGLBuffer.cpp	2019-10-08 17:54:40 UTC (rev 250839)
@@ -30,6 +30,7 @@
 
 #include "WebGLContextGroup.h"
 #include "WebGLRenderingContextBase.h"
+#include <_javascript_Core/ArrayBuffer.h>
 
 namespace WebCore {
 

Modified: trunk/Source/WebCore/html/canvas/WebGLBuffer.h (250838 => 250839)


--- trunk/Source/WebCore/html/canvas/WebGLBuffer.h	2019-10-08 17:44:44 UTC (rev 250838)
+++ trunk/Source/WebCore/html/canvas/WebGLBuffer.h	2019-10-08 17:54:40 UTC (rev 250839)
@@ -28,7 +28,7 @@
 #if ENABLE(WEBGL)
 
 #include "WebGLSharedObject.h"
-#include <wtf/Forward.h>
+#include <wtf/RefPtr.h>
 
 namespace JSC {
 class ArrayBuffer;

Modified: trunk/Source/WebCore/html/canvas/WebGLFramebuffer.h (250838 => 250839)


--- trunk/Source/WebCore/html/canvas/WebGLFramebuffer.h	2019-10-08 17:44:44 UTC (rev 250838)
+++ trunk/Source/WebCore/html/canvas/WebGLFramebuffer.h	2019-10-08 17:54:40 UTC (rev 250839)
@@ -29,7 +29,9 @@
 
 #include "WebGLContextObject.h"
 #include "WebGLSharedObject.h"
+#include <wtf/HashMap.h>
 #include <wtf/RefCounted.h>
+#include <wtf/Vector.h>
 
 namespace WebCore {
 

Modified: trunk/Source/WebCore/html/canvas/WebGLProgram.cpp (250838 => 250839)


--- trunk/Source/WebCore/html/canvas/WebGLProgram.cpp	2019-10-08 17:44:44 UTC (rev 250838)
+++ trunk/Source/WebCore/html/canvas/WebGLProgram.cpp	2019-10-08 17:54:40 UTC (rev 250839)
@@ -33,7 +33,6 @@
 #include "WebGLContextGroup.h"
 #include "WebGLRenderingContextBase.h"
 #include "WebGLShader.h"
-#include <wtf/HashMap.h>
 #include <wtf/Lock.h>
 #include <wtf/NeverDestroyed.h>
 

Modified: trunk/Source/WebCore/html/canvas/WebGLProgram.h (250838 => 250839)


--- trunk/Source/WebCore/html/canvas/WebGLProgram.h	2019-10-08 17:44:44 UTC (rev 250838)
+++ trunk/Source/WebCore/html/canvas/WebGLProgram.h	2019-10-08 17:54:40 UTC (rev 250839)
@@ -29,7 +29,8 @@
 
 #include "ContextDestructionObserver.h"
 #include "WebGLSharedObject.h"
-#include <wtf/Forward.h>
+#include <wtf/HashMap.h>
+#include <wtf/Vector.h>
 
 namespace WebCore {
 

Modified: trunk/Source/WebCore/html/canvas/WebGLShader.h (250838 => 250839)


--- trunk/Source/WebCore/html/canvas/WebGLShader.h	2019-10-08 17:44:44 UTC (rev 250838)
+++ trunk/Source/WebCore/html/canvas/WebGLShader.h	2019-10-08 17:54:40 UTC (rev 250839)
@@ -28,6 +28,7 @@
 #if ENABLE(WEBGL)
 
 #include "WebGLSharedObject.h"
+#include <wtf/text/WTFString.h>
 
 namespace WebCore {
 

Modified: trunk/Source/WebCore/inspector/InspectorController.cpp (250838 => 250839)


--- trunk/Source/WebCore/inspector/InspectorController.cpp	2019-10-08 17:44:44 UTC (rev 250838)
+++ trunk/Source/WebCore/inspector/InspectorController.cpp	2019-10-08 17:54:40 UTC (rev 250839)
@@ -70,6 +70,7 @@
 #include "PageRuntimeAgent.h"
 #include "PageScriptDebugServer.h"
 #include "Settings.h"
+#include "SharedBuffer.h"
 #include "WebInjectedScriptHost.h"
 #include "WebInjectedScriptManager.h"
 #include <_javascript_Core/IdentifiersFactory.h>

Modified: trunk/Source/WebCore/inspector/agents/InspectorCanvasAgent.cpp (250838 => 250839)


--- trunk/Source/WebCore/inspector/agents/InspectorCanvasAgent.cpp	2019-10-08 17:44:44 UTC (rev 250838)
+++ trunk/Source/WebCore/inspector/agents/InspectorCanvasAgent.cpp	2019-10-08 17:54:40 UTC (rev 250839)
@@ -33,6 +33,7 @@
 #include "Element.h"
 #include "Frame.h"
 #include "HTMLCanvasElement.h"
+#include "ImageBitmap.h"
 #include "ImageBitmapRenderingContext.h"
 #include "InspectorDOMAgent.h"
 #include "InspectorShaderProgram.h"

Modified: trunk/Source/WebCore/workers/Worker.cpp (250838 => 250839)


--- trunk/Source/WebCore/workers/Worker.cpp	2019-10-08 17:44:44 UTC (rev 250838)
+++ trunk/Source/WebCore/workers/Worker.cpp	2019-10-08 17:54:40 UTC (rev 250839)
@@ -40,6 +40,7 @@
 #include "WorkerScriptLoader.h"
 #include "WorkerThread.h"
 #include <_javascript_Core/IdentifiersFactory.h>
+#include <_javascript_Core/ScriptCallStack.h>
 #include <wtf/HashSet.h>
 #include <wtf/IsoMallocInlines.h>
 #include <wtf/MainThread.h>

Modified: trunk/Source/WebCore/workers/service/ServiceWorkerContainer.cpp (250838 => 250839)


--- trunk/Source/WebCore/workers/service/ServiceWorkerContainer.cpp	2019-10-08 17:44:44 UTC (rev 250838)
+++ trunk/Source/WebCore/workers/service/ServiceWorkerContainer.cpp	2019-10-08 17:54:40 UTC (rev 250839)
@@ -40,6 +40,7 @@
 #include "Logging.h"
 #include "MessageEvent.h"
 #include "NavigatorBase.h"
+#include "Page.h"
 #include "ResourceError.h"
 #include "ScriptExecutionContext.h"
 #include "SecurityOrigin.h"

Modified: trunk/Source/WebCore/workers/service/ServiceWorkerGlobalScope.cpp (250838 => 250839)


--- trunk/Source/WebCore/workers/service/ServiceWorkerGlobalScope.cpp	2019-10-08 17:44:44 UTC (rev 250838)
+++ trunk/Source/WebCore/workers/service/ServiceWorkerGlobalScope.cpp	2019-10-08 17:54:40 UTC (rev 250839)
@@ -29,6 +29,7 @@
 #if ENABLE(SERVICE_WORKER)
 
 #include "ExtendableEvent.h"
+#include "JSDOMPromiseDeferred.h"
 #include "SWContextManager.h"
 #include "ServiceWorkerClient.h"
 #include "ServiceWorkerClients.h"

Modified: trunk/Source/WebKit/ChangeLog (250838 => 250839)


--- trunk/Source/WebKit/ChangeLog	2019-10-08 17:44:44 UTC (rev 250838)
+++ trunk/Source/WebKit/ChangeLog	2019-10-08 17:54:40 UTC (rev 250839)
@@ -1,3 +1,9 @@
+2019-10-08  Ross Kirsling  <ross.kirsl...@sony.com>
+
+        Unreviewed. Restabilize non-unified build.
+
+        * NetworkProcess/Classifier/ResourceLoadStatisticsDatabaseStore.h:
+
 2019-10-08  Dean Jackson  <d...@apple.com>
 
         Sort Internal and Experimental features by human readable name

Modified: trunk/Source/WebKit/NetworkProcess/Classifier/ResourceLoadStatisticsDatabaseStore.h (250838 => 250839)


--- trunk/Source/WebKit/NetworkProcess/Classifier/ResourceLoadStatisticsDatabaseStore.h	2019-10-08 17:44:44 UTC (rev 250838)
+++ trunk/Source/WebKit/NetworkProcess/Classifier/ResourceLoadStatisticsDatabaseStore.h	2019-10-08 17:54:40 UTC (rev 250839)
@@ -31,6 +31,7 @@
 #include "WebResourceLoadStatisticsStore.h"
 #include <WebCore/SQLiteDatabase.h>
 #include <WebCore/SQLiteStatement.h>
+#include <pal/SessionID.h>
 #include <wtf/CompletionHandler.h>
 #include <wtf/StdSet.h>
 #include <wtf/Vector.h>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to