0
Files
src/content/shell
Gyuyoung Kim 26c7bc9921 Rename [Blink|Web]TestController interfaces to better name
BlinkTestControl and WebTestControl names were originated
by the legacy IPC name. But, the meaning of between them is
ambiguous. So it may cause us a confusion. So, this CL
suggests to rename the interface name as below,

In .mojom files,
 - Rename WebTestControl to WebTestRenderThread interface
 - Rename BlinkTestControl to WebTestRenderFrame interface
 - Rename WebTestClient to WebTestControlHost interface
 - Rename BlinkTestDump to WebTestDump struct

In c++ files,
 - Rename BlinkTestController class to WebTestControlHost class
 - Rename BlinkTestResultPrinter class to WebTestResultPrinter class

Lastly, this CL moves BlinkTestControl, BlinkTestClient, and
BlinkTestDump mojo stuff from blink_test.mojom to web_test.mojom
after renaming. Then, this CL removes blink_test.mojom file and
all includes.

Bug: 866140, 1039247
Change-Id: I3c839dbb452a50a6c8287f93965417d9fa8659c9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2113393
Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
Reviewed-by: Mike West <mkwst@chromium.org>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Reviewed-by: Dave Tapuska <dtapuska@chromium.org>
Reviewed-by: danakj <danakj@chromium.org>
Cr-Commit-Position: refs/heads/master@{#763640}
2020-04-29 00:53:00 +00:00
..