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

Issue 2632493005: Disable Android virtual keyboard when in VR shell (Closed)

Created:
3 years, 11 months ago by asimjour1
Modified:
3 years, 11 months ago
CC:
chromium-reviews, yusukes+watch_chromium.org, shuchen+watch_chromium.org, jam, nona+watch_chromium.org, feature-vr-reviews_chromium.org, darin-cc_chromium.org, James Su
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Disable Android virtual keyboard when in VR shell Disabled the ImeKeyboard and text selection on inputs when in VR. BUG=671304 Review-Url: https://codereview.chromium.org/2632493005 Cr-Commit-Position: refs/heads/master@{#444390} Committed: https://chromium.googlesource.com/chromium/src/+/cb3a53fcdc7c60392790a156160a5bd39748afb4

Patch Set 1 #

Total comments: 18

Patch Set 2 : Disable Android virtual keyboard when in VR shell #

Total comments: 1

Patch Set 3 : minor clean up #

Unified diffs Side-by-side diffs Delta from patch set Stats (+25 lines, -22 lines) Patch
M chrome/browser/android/vr_shell/vr_shell.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/android/vr_shell/vr_shell.cc View 1 2 4 chunks +5 lines, -7 lines 0 comments Download
M chrome/browser/android/vr_shell/vr_web_contents_observer.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.h View 1 2 chunks +4 lines, -3 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.cc View 1 6 chunks +10 lines, -6 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_base.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_base.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/public/browser/render_widget_host_view.h View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 20 (9 generated)
asimjour1
PTAL
3 years, 11 months ago (2017-01-13 20:27:08 UTC) #2
mthiesse
vr_shell/ lgtm. https://codereview.chromium.org/2632493005/diff/1/content/public/browser/render_widget_host_view.h File content/public/browser/render_widget_host_view.h (right): https://codereview.chromium.org/2632493005/diff/1/content/public/browser/render_widget_host_view.h#newcode67 content/public/browser/render_widget_host_view.h:67: // Tells the renderer if in vr ...
3 years, 11 months ago (2017-01-13 20:32:47 UTC) #3
cjgrant
https://codereview.chromium.org/2632493005/diff/1/content/browser/renderer_host/render_widget_host_view_android.h File content/browser/renderer_host/render_widget_host_view_android.h (right): https://codereview.chromium.org/2632493005/diff/1/content/browser/renderer_host/render_widget_host_view_android.h#newcode332 content/browser/renderer_host/render_widget_host_view_android.h:332: // Used to control the appearance of overscroll glow ...
3 years, 11 months ago (2017-01-13 20:44:38 UTC) #5
Charlie Reis
Generally looks ok, but one question about the SetIsVR documentation and how it's intended to ...
3 years, 11 months ago (2017-01-13 20:59:02 UTC) #7
EhsanK
LGTM overall with some questions which I have mostly left to educate myself. The only ...
3 years, 11 months ago (2017-01-13 21:55:24 UTC) #8
asimjour
https://codereview.chromium.org/2632493005/diff/1/content/browser/renderer_host/render_widget_host_view_android.cc File content/browser/renderer_host/render_widget_host_view_android.cc (right): https://codereview.chromium.org/2632493005/diff/1/content/browser/renderer_host/render_widget_host_view_android.cc#newcode779 content/browser/renderer_host/render_widget_host_view_android.cc:779: if (!content_view_core_ || is_in_vr_) On 2017/01/13 21:55:24, EhsanK wrote: ...
3 years, 11 months ago (2017-01-16 19:28:41 UTC) #11
EhsanK
Thanks. LGTM for either or the proposed solutions. As a trade off between coding and ...
3 years, 11 months ago (2017-01-16 20:23:11 UTC) #12
bshe
lgtm https://codereview.chromium.org/2632493005/diff/20001/chrome/browser/android/vr_shell/vr_shell.cc File chrome/browser/android/vr_shell/vr_shell.cc (right): https://codereview.chromium.org/2632493005/diff/20001/chrome/browser/android/vr_shell/vr_shell.cc#newcode220 chrome/browser/android/vr_shell/vr_shell.cc:220: // exit vr session nit: not related to ...
3 years, 11 months ago (2017-01-17 12:26:16 UTC) #13
Charlie Reis
Thanks, content/ LGTM.
3 years, 11 months ago (2017-01-17 17:51:51 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2632493005/40001
3 years, 11 months ago (2017-01-18 15:22:59 UTC) #17
commit-bot: I haz the power
3 years, 11 months ago (2017-01-18 16:43:24 UTC) #20
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/cb3a53fcdc7c60392790a156160a...

Powered by Google App Engine
This is Rietveld 408576698