DescriptionAdd candidatewindow* events related IPCs
These IPCs correspond to Javascript IME API events
(oncandidatewindow*) defined in
https://dvcs.w3.org/hg/ime-api/raw-file/8c061ee19f99/Overview.html#inputmethodcontext-interface
They will fire when IME candidate window changes its appearance.
The Blink side of the change is already checked in:
https://src.chromium.org/viewvc/blink?revision=161139&view=revision
This is the Chromium part of sending IPCs to renderer and
a test for both Chromium and Blink code path, which is not
covered by blink r161139.
The whole change FYI is worked on at
https://codereview.chromium.org/80583002/
and other CLs (to generate actual events from IMEs etc.)
will follow.
BUG=238585
TEST=content_browsertests --gtest_filter="RenderViewImplTest.SendCandidateWindowEvents"
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=238282
Patch Set 1 #Patch Set 2 : fix renames #Patch Set 3 : rebase #
Messages
Total messages: 11 (0 generated)
|