Chromium Code Reviews
DescriptionDisable color/date chooser in VR mode via WebPreferences
On Android, the color and date time choosers overlay the main
content and are monocular. This is disruptive in VR. Until these
are supported in VR, they will be suppressed.
It's important to note that this suppression preference can change
multiple times in the lifetime of a renderer, so a runtime
enabled feature isn't appropriate. It also means that walking
the DOM each time the preference changes to disable form elements
is also an unattractive option.
BUG=715600
Review-Url: https://codereview.chromium.org/2885033007
Cr-Commit-Position: refs/heads/master@{#474534}
Committed: https://chromium.googlesource.com/chromium/src/+/8921b24098caf2612b3e30694ce4250781c2cdca
Patch Set 1 #Patch Set 2 : unit test for color picker -- still need to handle other page popups. #Patch Set 3 : generalize preference #Patch Set 4 : date time chooser #
Total comments: 2
Patch Set 5 : attempt to fix win locale issues in test. #Patch Set 6 : added explanatory comment. #Messages
Total messages: 48 (32 generated)
|