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

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
nileshagrawal@chromium.org 4e7a52f05b Relanding "Add apk for running content_browsertests"
Revert "Revert 179189"

This reverts commit 5844ab0c6a41cc9d306f8c355cc7ceb5e290cbb1.

Original CL:https://codereview.chromium.org/12047068/
was reverted as we failed to update the bot scripts with the new package
name for content_shell_apk

TBR=mark@chromium.org,jam@chromium.org
BUG=138275


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@179428 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-01-29 21:55:55 +00:00
tedchoc@chromium.org feb3978829 Fix adb_run_content_shell to correctly pass URL.
Also fixes testshell to support launching with a URL and triggering
new intents (and fixes it's adb_run_chromium_testshell.

BUG=159602


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@166357 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-11-07 04:53:26 +00:00
satish@chromium.org 9689aef196 Add quotes around command line arg to allow a wider range of URLs.
Without quotes the shell complains when trying to open URLs with shell special
characters including parentheses, single/double quotes etc. (e.g. data URLs)

TEST=adb_run_content_shell "data:text/html,<script>console.log(1);</script>"
BUG=None


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

git-svn-id: http://src.chromium.org/svn/trunk/src/build@143080 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-06-19 23:17:08 +00:00
jrg@chromium.org a6747feb99 Package and load native library in content shell. Add content shell util scripts.
BUG=None
TEST=


Review URL: http://codereview.chromium.org/10223007

git-svn-id: http://src.chromium.org/svn/trunk/src/build@134030 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2012-04-26 00:48:41 +00:00