Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(326)

Issue 626983002: Eliminate redundant IPC used for showing the Windows virtual keyboard (Closed)

Created:
6 years, 2 months ago by jdduke (slow)
Modified:
6 years, 2 months ago
Reviewers:
CC:
chromium-reviews, creis+watch_chromium.org, nasko+codewatch_chromium.org, jam, mkwst+moarreviews-ipc_chromium.org, darin-cc_chromium.org, mkwst+moarreviews-renderer_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Eliminate redundant IPC used for showing the Windows virtual keyboard Remove |ViewHostMsg_FocusedNodeTouched|, currently used to display the Windows virtual keyboard. Instead, add a separate parameter to the existing |ViewHostMsg_FocusedNodeChanged| indicating the causal event type, allowing that message to control showing/hiding of the keyboard. BUG=420130

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -38 lines) Patch
M content/browser/renderer_host/render_view_host_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_view_host_impl.cc View 3 chunks +11 lines, -14 lines 0 comments Download
M content/common/view_messages.h View 2 chunks +7 lines, -10 lines 0 comments Download
M content/renderer/render_view_browsertest.cc View 3 chunks +3 lines, -0 lines 0 comments Download
M content/renderer/render_view_impl.cc View 2 chunks +2 lines, -12 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698