Revert of Send autocapitalize flags to the Android virtual keyboard based on...
Revert of Send autocapitalize flags to the Android virtual keyboard based on Blink hints. (patchset #6 id:100001 of https://codereview.chromium.org/1003143002/) Reason for revert: compile fail on http://build.chromium.org/p/chromium.linux/builders/Android%20Arm64%20Builder%20%28dbg%29/builds/13039 ../content/public/android/java/src/org/chromium/content/browser/input/AdapterInputConnection.java:128:error: cannot find symbol if ((inputFlags & WebTextInputFlags.AutocapitalizeCharacters) != 0) { Original issue's description: > Send autocapitalize flags to the Android virtual keyboard based on Blink hints. > > This changes the behaviour of AdapterInputConnection to pass a > InputType.TYPE_TEXT_FLAG_CAP_* based on the > WebTextInputFlags.Autocapitalize* instead of doing it purely based on the > element's type. > > This CL requires the following Blink CL: > https://codereview.chromium.org/995363002 > > BUG=466930 > > Committed: https://crrev.com/d1421a5faf9dc2d3b3cad10640576b24a092d9ba > Cr-Commit-Position: refs/heads/master@{#322414} TBR=aurimas@chromium.org,shuchen@chromium.org,mlamouri@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=466930 Review URL: https://codereview.chromium.org/1008153003 Cr-Commit-Position: refs/heads/master@{#322419}
Showing
Please register or sign in to comment