Dana Jansens
|
6bebb10829
|
Replace use of .Pass() with crashpad::move().
Since C++11 library support isn't available everywhere crashpad is
compiled, add our own move() method in the crashpad namespace to replace
std::move() for now. Replace uses of .Pass() with this method.
R=mark@chromium.org, scottmg@chromium.org
BUG=chromium:557422
Review URL: https://codereview.chromium.org/1483073004 .
|
2015-11-30 14:20:54 -08: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 |
|