[Android WebView] Add url bar to WebViewShell and make it visible as app.
commit48944a7383fc9ca47260181fc9f8ffbc999cf5e2
authortimvolodine <timvolodine@chromium.org>
Thu, 30 Apr 2015 16:50:22 +0000 (30 09:50 -0700)
committerCommit bot <commit-bot@chromium.org>
Thu, 30 Apr 2015 16:51:53 +0000 (30 16:51 +0000)
treed369054411c62c21d04f8536e59cefbcbe7ed34c
parent49fbd3ef04347f1e1d7de0db03dd4577986beea5
[Android WebView] Add url bar to WebViewShell and make it visible as app.

This patch adds some basic browsing functionality for manual testing.
It adds a url bar and a button to the WebViewBrowserActivity to
manually load urls using webview. JavaScript and geolocation are
enabled by default now.

BUG=481508

Review URL: https://codereview.chromium.org/1110523002

Cr-Commit-Position: refs/heads/master@{#327725}
android_webview/tools/WebViewShell/AndroidManifest.xml
android_webview/tools/WebViewShell/res/drawable/breadcrumb_arrow_black.png [new file with mode: 0644]
android_webview/tools/WebViewShell/res/layout/activity_webview.xml
android_webview/tools/WebViewShell/res/layout/activity_webview_browser.xml [new file with mode: 0644]
android_webview/tools/WebViewShell/src/org/chromium/webview_shell/WebViewBrowserActivity.java