Title: [280419] trunk/Source
Revision
280419
Author
[email protected]
Date
2021-07-29 04:03:52 -0700 (Thu, 29 Jul 2021)

Log Message

Non-unified build fixes, late July 2021 edition
https://bugs.webkit.org/show_bug.cgi?id=228579

Unreviewed non-unified build fixes.


Source/WebCore:

* Modules/webaudio/AudioContextOptions.h: Add missing <optional> header.
* html/BaseDateAndTimeInputType.cpp: Add missing "FrameView.h" header.
* page/PageConfiguration.cpp: Add missing "BroadcastChannelRegistry.h" header.

Source/WebKit:

* NetworkProcess/IndexedDB/WebIDBServer.cpp: Add missing "Logging.h" header.
* NetworkProcess/NetworkBroadcastChannelRegistry.cpp: Add missing
<WebCore/MessageWithMessagePorts.h> header.
* NetworkProcess/NetworkConnectionToWebProcess.cpp: Add missing
"NetworkBroadcastChannelRegistry.h" header.
* UIProcess/gtk/WebDateTimePickerGtk.cpp:
(WebKit::timeToString): Add missing WebCore:: namespace prefix to usages of constants of the
WebCore::SecondFormat enum.
* WebProcess/WebPage/CoordinatedGraphics/DrawingAreaCoordinatedGraphics.cpp: Add missing
<WebCore/FrameView.h> header.
* WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.cpp: Add missing
<WebCore/RenderView.h> header.
* WebProcess/gtk/GtkSettingsManagerProxy.cpp: Add missing "WebCore.h" header.

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (280418 => 280419)


--- trunk/Source/WebCore/ChangeLog	2021-07-29 08:32:16 UTC (rev 280418)
+++ trunk/Source/WebCore/ChangeLog	2021-07-29 11:03:52 UTC (rev 280419)
@@ -1,3 +1,14 @@
+2021-07-29  Adrian Perez de Castro  <[email protected]>
+
+        Non-unified build fixes, late July 2021 edition
+        https://bugs.webkit.org/show_bug.cgi?id=228579
+
+        Unreviewed non-unified build fixes.
+
+        * Modules/webaudio/AudioContextOptions.h: Add missing <optional> header.
+        * html/BaseDateAndTimeInputType.cpp: Add missing "FrameView.h" header.
+        * page/PageConfiguration.cpp: Add missing "BroadcastChannelRegistry.h" header.
+
 2021-07-28  Ada Chan  <[email protected]>
 
         [WebXR] Require GL_OES_EGL_image extension for xrCompatible GL context

Modified: trunk/Source/WebCore/Modules/webaudio/AudioContextOptions.h (280418 => 280419)


--- trunk/Source/WebCore/Modules/webaudio/AudioContextOptions.h	2021-07-29 08:32:16 UTC (rev 280418)
+++ trunk/Source/WebCore/Modules/webaudio/AudioContextOptions.h	2021-07-29 11:03:52 UTC (rev 280419)
@@ -28,6 +28,7 @@
 #if ENABLE(WEB_AUDIO)
 
 #include "AudioContextLatencyCategory.h"
+#include <optional>
 #include <wtf/Variant.h>
 
 namespace WebCore {

Modified: trunk/Source/WebCore/html/BaseDateAndTimeInputType.cpp (280418 => 280419)


--- trunk/Source/WebCore/html/BaseDateAndTimeInputType.cpp	2021-07-29 08:32:16 UTC (rev 280418)
+++ trunk/Source/WebCore/html/BaseDateAndTimeInputType.cpp	2021-07-29 11:03:52 UTC (rev 280419)
@@ -40,6 +40,7 @@
 #include "DateTimeChooserParameters.h"
 #include "Decimal.h"
 #include "FocusController.h"
+#include "FrameView.h"
 #include "HTMLDataListElement.h"
 #include "HTMLDivElement.h"
 #include "HTMLInputElement.h"

Modified: trunk/Source/WebCore/page/PageConfiguration.cpp (280418 => 280419)


--- trunk/Source/WebCore/page/PageConfiguration.cpp	2021-07-29 08:32:16 UTC (rev 280418)
+++ trunk/Source/WebCore/page/PageConfiguration.cpp	2021-07-29 11:03:52 UTC (rev 280419)
@@ -29,6 +29,7 @@
 #include "AlternativeTextClient.h"
 #include "ApplicationCacheStorage.h"
 #include "BackForwardClient.h"
+#include "BroadcastChannelRegistry.h"
 #include "CacheStorageProvider.h"
 #include "CookieJar.h"
 #include "DatabaseProvider.h"

Modified: trunk/Source/WebKit/ChangeLog (280418 => 280419)


--- trunk/Source/WebKit/ChangeLog	2021-07-29 08:32:16 UTC (rev 280418)
+++ trunk/Source/WebKit/ChangeLog	2021-07-29 11:03:52 UTC (rev 280419)
@@ -1,3 +1,24 @@
+2021-07-29  Adrian Perez de Castro  <[email protected]>
+
+        Non-unified build fixes, late July 2021 edition
+        https://bugs.webkit.org/show_bug.cgi?id=228579
+
+        Unreviewed non-unified build fixes.
+
+        * NetworkProcess/IndexedDB/WebIDBServer.cpp: Add missing "Logging.h" header.
+        * NetworkProcess/NetworkBroadcastChannelRegistry.cpp: Add missing
+        <WebCore/MessageWithMessagePorts.h> header.
+        * NetworkProcess/NetworkConnectionToWebProcess.cpp: Add missing
+        "NetworkBroadcastChannelRegistry.h" header.
+        * UIProcess/gtk/WebDateTimePickerGtk.cpp:
+        (WebKit::timeToString): Add missing WebCore:: namespace prefix to usages of constants of the
+        WebCore::SecondFormat enum.
+        * WebProcess/WebPage/CoordinatedGraphics/DrawingAreaCoordinatedGraphics.cpp: Add missing
+        <WebCore/FrameView.h> header.
+        * WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.cpp: Add missing
+        <WebCore/RenderView.h> header.
+        * WebProcess/gtk/GtkSettingsManagerProxy.cpp: Add missing "WebCore.h" header.
+
 2021-07-28  Jean-Yves Avenard  <[email protected]>
 
         [WebAudio] Add webm/opus container support

Modified: trunk/Source/WebKit/NetworkProcess/IndexedDB/WebIDBServer.cpp (280418 => 280419)


--- trunk/Source/WebKit/NetworkProcess/IndexedDB/WebIDBServer.cpp	2021-07-29 08:32:16 UTC (rev 280418)
+++ trunk/Source/WebKit/NetworkProcess/IndexedDB/WebIDBServer.cpp	2021-07-29 11:03:52 UTC (rev 280419)
@@ -26,6 +26,7 @@
 #include "config.h"
 #include "WebIDBServer.h"
 
+#include "Logging.h"
 #include "WebIDBConnectionToClient.h"
 #include "WebIDBServerMessages.h"
 #include <WebCore/StorageQuotaManager.h>

Modified: trunk/Source/WebKit/NetworkProcess/NetworkBroadcastChannelRegistry.cpp (280418 => 280419)


--- trunk/Source/WebKit/NetworkProcess/NetworkBroadcastChannelRegistry.cpp	2021-07-29 08:32:16 UTC (rev 280418)
+++ trunk/Source/WebKit/NetworkProcess/NetworkBroadcastChannelRegistry.cpp	2021-07-29 11:03:52 UTC (rev 280419)
@@ -27,6 +27,7 @@
 #include "NetworkBroadcastChannelRegistry.h"
 
 #include "WebBroadcastChannelRegistryMessages.h"
+#include <WebCore/MessageWithMessagePorts.h>
 
 namespace WebKit {
 

Modified: trunk/Source/WebKit/NetworkProcess/NetworkConnectionToWebProcess.cpp (280418 => 280419)


--- trunk/Source/WebKit/NetworkProcess/NetworkConnectionToWebProcess.cpp	2021-07-29 08:32:16 UTC (rev 280418)
+++ trunk/Source/WebKit/NetworkProcess/NetworkConnectionToWebProcess.cpp	2021-07-29 11:03:52 UTC (rev 280419)
@@ -30,6 +30,7 @@
 #include "CacheStorageEngineConnectionMessages.h"
 #include "DataReference.h"
 #include "Logging.h"
+#include "NetworkBroadcastChannelRegistry.h"
 #include "NetworkBroadcastChannelRegistryMessages.h"
 #include "NetworkCache.h"
 #include "NetworkConnectionToWebProcessMessages.h"

Modified: trunk/Source/WebKit/UIProcess/gtk/WebDateTimePickerGtk.cpp (280418 => 280419)


--- trunk/Source/WebKit/UIProcess/gtk/WebDateTimePickerGtk.cpp	2021-07-29 08:32:16 UTC (rev 280418)
+++ trunk/Source/WebKit/UIProcess/gtk/WebDateTimePickerGtk.cpp	2021-07-29 11:03:52 UTC (rev 280419)
@@ -79,11 +79,11 @@
 static String timeToString(const WebCore::DateComponents& time, WebCore::SecondFormat secondFormat)
 {
     switch (secondFormat) {
-    case SecondFormat::None:
+    case WebCore::SecondFormat::None:
         return makeString(pad('0', 2, time.hour()), ':', pad('0', 2, time.minute()));
-    case SecondFormat::Second:
+    case WebCore::SecondFormat::Second:
         return makeString(pad('0', 2, time.hour()), ':', pad('0', 2, time.minute()), ':', pad('0', 2, time.second()));
-    case SecondFormat::Millisecond:
+    case WebCore::SecondFormat::Millisecond:
         return makeString(pad('0', 2, time.hour()), ':', pad('0', 2, time.minute()), ':', pad('0', 2, time.second()), '.', pad('0', 3, time.millisecond()));
     }
 

Modified: trunk/Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/DrawingAreaCoordinatedGraphics.cpp (280418 => 280419)


--- trunk/Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/DrawingAreaCoordinatedGraphics.cpp	2021-07-29 08:32:16 UTC (rev 280418)
+++ trunk/Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/DrawingAreaCoordinatedGraphics.cpp	2021-07-29 11:03:52 UTC (rev 280419)
@@ -36,6 +36,7 @@
 #include "WebPageCreationParameters.h"
 #include "WebPreferencesKeys.h"
 #include <WebCore/Frame.h>
+#include <WebCore/FrameView.h>
 #include <WebCore/GraphicsContext.h>
 #include <WebCore/Page.h>
 #include <WebCore/PageOverlayController.h>

Modified: trunk/Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.cpp (280418 => 280419)


--- trunk/Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.cpp	2021-07-29 08:32:16 UTC (rev 280418)
+++ trunk/Source/WebKit/WebProcess/WebPage/CoordinatedGraphics/LayerTreeHost.cpp	2021-07-29 11:03:52 UTC (rev 280419)
@@ -38,8 +38,8 @@
 #include <WebCore/Frame.h>
 #include <WebCore/FrameView.h>
 #include <WebCore/PageOverlayController.h>
-
 #include <WebCore/RenderLayerBacking.h>
+#include <WebCore/RenderView.h>
 
 #if USE(GLIB_EVENT_LOOP)
 #include <wtf/glib/RunLoopSourcePriority.h>

Modified: trunk/Source/WebKit/WebProcess/gtk/GtkSettingsManagerProxy.cpp (280418 => 280419)


--- trunk/Source/WebKit/WebProcess/gtk/GtkSettingsManagerProxy.cpp	2021-07-29 08:32:16 UTC (rev 280418)
+++ trunk/Source/WebKit/WebProcess/gtk/GtkSettingsManagerProxy.cpp	2021-07-29 11:03:52 UTC (rev 280419)
@@ -27,6 +27,7 @@
 #include "GtkSettingsManagerProxy.h"
 
 #include "GtkSettingsManagerProxyMessages.h"
+#include "WebProcess.h"
 #include <WebCore/Page.h>
 #include <WebCore/RenderTheme.h>
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to