diff options
author | keishi@chromium.org <keishi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-03 10:18:04 +0000 |
---|---|---|
committer | keishi@chromium.org <keishi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-03 10:18:04 +0000 |
commit | bb6048b6cf06bf39f5250dec154a31317f80c29a (patch) | |
tree | ea016eb62ce5f0450cf8fd27acb1a39a9036c7b1 /android_webview/buildbot | |
parent | 7ef798b631e2590f67426849ddb2d6b44319805a (diff) | |
download | chromium_src-bb6048b6cf06bf39f5250dec154a31317f80c29a.zip chromium_src-bb6048b6cf06bf39f5250dec154a31317f80c29a.tar.gz chromium_src-bb6048b6cf06bf39f5250dec154a31317f80c29a.tar.bz2 |
Show Ash like <select> popup on Android tablets
We should show Ash like <select> popups on Android tablets so the UI is closer to Chrome OS.
The new popup will only apply to <select size=1> as <select multiple> will be shown as a listbox like the Desktop versions.
BUG=314713
Review URL: https://codereview.chromium.org/231953003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268062 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/buildbot')
-rw-r--r-- | android_webview/buildbot/aosp_manifest.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android_webview/buildbot/aosp_manifest.xml b/android_webview/buildbot/aosp_manifest.xml index aa91a54..d363420 100644 --- a/android_webview/buildbot/aosp_manifest.xml +++ b/android_webview/buildbot/aosp_manifest.xml @@ -244,7 +244,7 @@ <project path="frameworks/testing" name="platform/frameworks/testing" /> <project path="frameworks/uiautomator" name="platform/frameworks/uiautomator" /> <project path="frameworks/volley" name="platform/frameworks/volley" /> - <project path="frameworks/webview" name="platform/frameworks/webview" revision="24c4a3d70e8a2f1001e100ac78c0c1673c5710c3" remote="aosp" /> + <project path="frameworks/webview" name="platform/frameworks/webview" revision="d36825d5b76e90f1ef4f54676cdf34b3bacd043b" remote="aosp" /> <project path="frameworks/wilhelm" name="platform/frameworks/wilhelm" /> <project path="hardware/akm" name="platform/hardware/akm" /> <project path="hardware/broadcom/libbt" name="platform/hardware/broadcom/libbt" groups="pdk" /> |