DescriptionAllow typing label names on Windows by not treating things that start with slashes as arguments rather than switches.
The old command line parsing is still run so some code could get confused later since / will also be treated as a switch if you ask for it. This seems not as likely to happen that the label will match a switch. If it does, we'll have to change the CommandLine class to make the "/" behavior optional.
Fix a "desc" crash attributing blame due to a null pointer.
BUG=
R=scottmg@chromium.org, thakis@chromium.org
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=225277
Patch Set 1 #
Total comments: 1
Patch Set 2 : Now with base #
Total comments: 1
Patch Set 3 : const removed #
Messages
Total messages: 9 (0 generated)
|