History log of /frameworks/webview/chromium/tools/webview_command_line
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
f6f00ae3a6bece2b90c099f0e6ef3bcc6d6a02b3 08-May-2013 Primiano Tucci <primiano@google.com> Fix webview_command_line script.

CommandLine.initFromFile expects a binary name as first argument
(which is subsequently stripped off).
Prepending "webview " string when creating the webview-command-line
file.

BUG:8357127
Change-Id: I0a3553f73bcc205e192bc9ae70d3b4784625bf54
/frameworks/webview/chromium/tools/webview_command_line
7962d3fa1b66ed25aba03a2d48f6c47528d7d95c 07-May-2013 Primiano Tucci <primiano@google.com> Switched WebView command line to use file instead of system property.

Removed the former |webview.chromium.flags| system property.
Now WebView startup paths load the command line arguments from
/data/local/tmp/webview-command-line (if the file exists).
Adding also the webview_command_line script for getting/setting the
file contents (like adb_content_shell_command_line).

BUG:8357127
Change-Id: Ic8962d88e7d8895f04897fb34303abf8517fc560
/frameworks/webview/chromium/tools/webview_command_line