• Gyuyoung Kim's avatar
    Convert browser side's legacy IPCs of BlinkTest message to Mojo · 4184bbb0
    Gyuyoung Kim authored
    As a step to convert legacy IPCs to the Mojo, this CL
    converts browser side's BlinkTest IPCs to Mojo. This
    CL introduces WebTestClient interface to replace the
    IPC messages to Mojo methods in web_test.mojom file.
    The interface starts to support the original messages
    as below,
    
     - InitiateLayoutDump()
     - PrintMessageToStderr()
     - SetPopupBlockingEnabled()
     - NavigateSecondaryWindow()
     - GoToOffset
     - Reload()
     - LoadURLForFrame()
     - CloseRemainingWindows()
     - ResetDone()
     - SendBluetoothManualChooserEvent()
     - GetBluetoothManualChooserEvents()
     - SetBluetoothManualChooser()
    
    This CL should not change any behavior.
    
    Bug: 1039247
    Change-Id: Ic30f8cc0cb19ec8a306b577f3c10567d91bdccf1
    Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2002047Reviewed-by: default avatarDave Tapuska <dtapuska@chromium.org>
    Reviewed-by: default avatarMike West <mkwst@chromium.org>
    Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com>
    Cr-Commit-Position: refs/heads/master@{#732388}
    4184bbb0
blink_test_messages.h 819 Bytes