Граф коммитов

5 Коммитов

Автор SHA1 Сообщение Дата
watk a8c584fb29 Don't quote the URL in intents sent by adb_run_*_shell.
In Android SDK 21, adb shell started escaping quotes in its
arguments. This change removes the literal quotes around the
URLs in intents sent by The adb_run_*_shell scripts.

BUG=426544

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

Cr-Original-Commit-Position: refs/heads/master@{#300975}
Cr-Mirrored-From: https://chromium.googlesource.com/chromium/src
Cr-Mirrored-Commit: 26524ccb345cdcc40d75d45b1db91a0449cd3b62
2014-10-23 23:19:20 +00:00
mkosiba@chromium.org 31d2af7df2 [android_webview] Fix shell launch script again.
In r195135 I accidentally reverted the fix that was landed in
r192348. This is reverting the accidental revert.

BUG=None
NOTRY=True
R=benm@chromium.org

Review URL: https://chromiumcodereview.appspot.com/15093014

git-svn-id: http://src.chromium.org/svn/trunk/src/build@200776 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-05-17 09:36:55 +00:00
mkosiba@chromium.org 3e43d8b90e [android] Resize the android_webview if it's 0x0 initially.
This changes the content size update path for android_webview to use
the preferred size RenderView mechanism instead of the
CompositorFrameMetadata.
The reason for the change is due to the fact that the CompositorFrameMetadata
is not updated when the view size is 0x0, which is a common use case
for the WebView when it's layout mode is set to "wrap content".

BUG=b/8187850
TEST=AndroidWebViewTests

Review URL: https://chromiumcodereview.appspot.com/12567020

git-svn-id: http://src.chromium.org/svn/trunk/src/build@195135 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-04-19 12:46:38 +00:00
mkosiba@chromium.org a484e4d5c4 [android_webview] Fix shell launch script.
Missed this when renaming the activity.

BUG=None
NOTRY=True
R=benm@chromium.org


Review URL: https://chromiumcodereview.appspot.com/13543003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@192348 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-04-04 16:48:49 +00:00
mkosiba@chromium.org 9daf1a841f [android_webview] Add test shell for webview.
This adds a simple test shell (most code stolen from chrome testshell)
for android_webview testing.
The only currently supported rendering mode is s/w rendering.

BUG=None
Android_webview-only change, ran through trybots.
NOTRY=true

Review URL: https://chromiumcodereview.appspot.com/12317015

git-svn-id: http://src.chromium.org/svn/trunk/src/build@189246 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-03-20 12:06:53 +00:00