Title: [290989] trunk/Source/WebKit
Revision
290989
Author
[email protected]
Date
2022-03-08 07:33:00 -0800 (Tue, 08 Mar 2022)

Log Message

Remove unneeded Async keywords in messages.in files after r290903
https://bugs.webkit.org/show_bug.cgi?id=237574

Patch by Alex Christensen <[email protected]> on 2022-03-08
Reviewed by Chris Dumez.

* GPUProcess/graphics/wc/RemoteWCLayerTreeHost.messages.in:
* Scripts/webkit/tests/TestWithSuperclass.messages.in:
* WebProcess/glib/UserMediaCaptureManager.messages.in:

Modified Paths

Diff

Modified: trunk/Source/WebKit/ChangeLog (290988 => 290989)


--- trunk/Source/WebKit/ChangeLog	2022-03-08 14:50:34 UTC (rev 290988)
+++ trunk/Source/WebKit/ChangeLog	2022-03-08 15:33:00 UTC (rev 290989)
@@ -1,3 +1,14 @@
+2022-03-08  Alex Christensen  <[email protected]>
+
+        Remove unneeded Async keywords in messages.in files after r290903
+        https://bugs.webkit.org/show_bug.cgi?id=237574
+
+        Reviewed by Chris Dumez.
+
+        * GPUProcess/graphics/wc/RemoteWCLayerTreeHost.messages.in:
+        * Scripts/webkit/tests/TestWithSuperclass.messages.in:
+        * WebProcess/glib/UserMediaCaptureManager.messages.in:
+
 2022-03-08  Michael Catanzaro  <[email protected]>
 
         [GTK] Sync gtk-overlay-scrolling setting to web process

Modified: trunk/Source/WebKit/GPUProcess/graphics/wc/RemoteWCLayerTreeHost.messages.in (290988 => 290989)


--- trunk/Source/WebKit/GPUProcess/graphics/wc/RemoteWCLayerTreeHost.messages.in	2022-03-08 14:50:34 UTC (rev 290988)
+++ trunk/Source/WebKit/GPUProcess/graphics/wc/RemoteWCLayerTreeHost.messages.in	2022-03-08 15:33:00 UTC (rev 290989)
@@ -23,7 +23,7 @@
 #if USE(GRAPHICS_LAYER_WC)
 
 messages -> RemoteWCLayerTreeHost NotRefCounted {
-    Update(struct WebKit::WCUpateInfo updateInfo) -> (std::optional<WebKit::UpdateInfo> updateInfo) Async
+    Update(struct WebKit::WCUpateInfo updateInfo) -> (std::optional<WebKit::UpdateInfo> updateInfo)
 }
 
 #endif // USE(GRAPHICS_LAYER_WC)

Modified: trunk/Source/WebKit/Scripts/webkit/tests/TestWithSuperclass.messages.in (290988 => 290989)


--- trunk/Source/WebKit/Scripts/webkit/tests/TestWithSuperclass.messages.in	2022-03-08 14:50:34 UTC (rev 290988)
+++ trunk/Source/WebKit/Scripts/webkit/tests/TestWithSuperclass.messages.in	2022-03-08 15:33:00 UTC (rev 290989)
@@ -23,10 +23,10 @@
 messages -> TestWithSuperclass : WebPageBase {
     LoadURL(String url)
 #if ENABLE(TEST_FEATURE)
-    TestAsyncMessage(enum:bool WebKit::TestTwoStateEnum twoStateEnum) -> (uint64_t result) Async MainThreadCallback
-    TestAsyncMessageWithNoArguments() -> () Async
-    TestAsyncMessageWithMultipleArguments() -> (bool flag, uint64_t value) Async
-    TestAsyncMessageWithConnection(int value) -> (bool flag) Async WantsConnection
+    TestAsyncMessage(enum:bool WebKit::TestTwoStateEnum twoStateEnum) -> (uint64_t result) MainThreadCallback
+    TestAsyncMessageWithNoArguments() -> ()
+    TestAsyncMessageWithMultipleArguments() -> (bool flag, uint64_t value)
+    TestAsyncMessageWithConnection(int value) -> (bool flag) WantsConnection
 #endif
     TestSyncMessage(uint32_t param) -> (uint8_t reply) Synchronous
     TestSynchronousMessage(bool value) -> (std::optional<WebKit::TestClassName> optionalReply) Synchronous

Modified: trunk/Source/WebKit/WebProcess/glib/UserMediaCaptureManager.messages.in (290988 => 290989)


--- trunk/Source/WebKit/WebProcess/glib/UserMediaCaptureManager.messages.in	2022-03-08 14:50:34 UTC (rev 290988)
+++ trunk/Source/WebKit/WebProcess/glib/UserMediaCaptureManager.messages.in	2022-03-08 15:33:00 UTC (rev 290989)
@@ -24,8 +24,8 @@
 #if ENABLE(MEDIA_STREAM)
 
 messages -> UserMediaCaptureManager NotRefCounted {
-    ValidateUserMediaRequestConstraints(struct WebCore::MediaStreamRequest request, String hashSalt) -> (std::optional<String> invalidConstraint, Vector<WebCore::CaptureDevice> audioDevices, Vector<WebCore::CaptureDevice> videoDevices, std::optional<String> deviceIdentifierHashSalt) Async
-    GetMediaStreamDevices() -> (Vector<WebCore::CaptureDevice> devices) Async
+    ValidateUserMediaRequestConstraints(struct WebCore::MediaStreamRequest request, String hashSalt) -> (std::optional<String> invalidConstraint, Vector<WebCore::CaptureDevice> audioDevices, Vector<WebCore::CaptureDevice> videoDevices, std::optional<String> deviceIdentifierHashSalt)
+    GetMediaStreamDevices() -> (Vector<WebCore::CaptureDevice> devices)
 }
 
 #endif
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to