Sami Kyostila
e45024b083
Use stl utilities from the base namespace
...
The utilities in base/stl_util.h have been moved from the global
into the base namespace. This patch updates the call sites accordingly.
No functional changes.
Change-Id: I059d5d6299f947b1135672da170427d23ac4775e
Reviewed-on: https://chromium-review.googlesource.com/368640
Reviewed-by: Mark Mentovai <mark@chromium.org>
2016-08-12 14:31:53 +00:00
Scott Graham
38b7e919f8
win: Fix x64 compile error in handle writer
...
R=mark@chromium.org
BUG=crashpad:52
Review URL: https://codereview.chromium.org/1408073005 .
2015-10-21 15:35:57 -07:00
Scott Graham
1407b21d69
Pool TypeName strings when writing MINIDUMP_HANDLE_DESCRIPTOR
...
Follow up to TODO in https://codereview.chromium.org/1419623003/ .
R=mark@chromium.org
BUG=crashpad:21, crashpad:52
Review URL: https://codereview.chromium.org/1411793005 .
2015-10-21 13:25:48 -07:00
Scott Graham
fe49473b3d
Fix mac after https://codereview.chromium.org/1419623003/
...
L"" and wstring are a bit of a mess cross-platform, so just store the
type name as UTF8 instead.
R=mark@chromium.org
BUG=crashpad:21, crashpad:52
Review URL: https://codereview.chromium.org/1421473005 .
2015-10-21 11:39:53 -07:00
Scott Graham
3261edd997
Write MINIDUMP_HANDLE_DATA_STREAM to minidump
...
R=mark@chromium.org
BUG=crashpad:21, crashpad:52
Review URL: https://codereview.chromium.org/1419623003 .
2015-10-21 10:43:42 -07:00