Descriptionwin: get tools/crashpad_database_util mostly working
- Add public domain getopt implementation to third_party.
- Add timegm to compat/win.
- Add stub of strptime to compat/win.
Requires https://codereview.chromium.org/1119173003/ and
https://codereview.chromium.org/1117013006/.
Rather than working in wchar_t everywhere on Windows, convert
UTF16 command line arguments in wmain to UTF8, work primarily
in UTF8, and convert back when necessary to UTF16 for base::FilePath.
This avoids the need to genericize over all the standard C string
functions, getopt, etc. while still handling non-ASCII properly.
R=mark@chromium.org
BUG=crashpad:1
Committed: https://chromium.googlesource.com/crashpad/crashpad/+/17b770ece4d489a07e97ed1f526436955ee35bcc
Patch Set 1 #Patch Set 2 : . #Patch Set 3 : missing header #
Total comments: 10
Patch Set 4 : . #Patch Set 5 : . #Patch Set 6 : support utf16, use filepath #Patch Set 7 : remove #Patch Set 8 : mac #Patch Set 9 : roll #
Total comments: 20
Patch Set 10 : fixes #Patch Set 11 : . #Patch Set 12 : sort #
Total comments: 8
Patch Set 13 : fixes #
Messages
Total messages: 13 (1 generated)
|