Chromium Code Reviews
DescriptionAllow flags strings in quotes.
If the user wants to run Chromium and pass several js flags to V8, the command
line would be:
chrome --js-flags="--foo --bar"
In this case, the value of the flag is "--foo --bar" (including quotes; this is
conceptually correct), but V8 doesn't parse this properly.
This CL fixes SetFlagsFromString to handle quotes.
R=yangguo@chromium.org
BUG=
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|
|||||||||||||||||||