Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9)

Issue 432843002: Add compat to Crashpad (Closed)

Created:
6 years, 4 months ago by Mark Mentovai
Modified:
6 years, 4 months ago
Reviewers:
Robert Sesek
CC:
crashpad-dev_chromium.org
Base URL:
https://chromium.googlesource.com/crashpad/crashpad@master
Project:
crashpad
Visibility:
Public.

Description

Add compat to Crashpad. compat includes headers providing definitions normally provided by the system, in cases where the system SDK does not always provide the correct or up-to-date definitions, and cases where code on different platforms needs to access definitions normally only available on one platform. To provide definitions on a single platform, where the system SDK may not provide the definitions correctly, use subdirectories named for the platform, such as “mac”. To provide definitions normally available on only one platform to others, use subdirectories that identify that they are to be used on platforms other than the one that originated their definitions, such as “non_win”. In all cases, headers should be named as they are natively in their respective SDKs, so that it’s possible to #include them according to their usual names. R=rsesek@chromium.org Committed: https://chromium.googlesource.com/crashpad/crashpad/+/dfe81014f7a7

Patch Set 1 #

Total comments: 17

Patch Set 2 : Fix documentation for MINIDUMP_THREAD::Stack #

Patch Set 3 : Comment on the UTF-16 byte ordering in MINIDUMP_STRING #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3903 lines, -0 lines) Patch
A compat/compat.gyp View 1 1 chunk +43 lines, -0 lines 0 comments Download
A compat/mac/AvailabilityMacros.h View 1 chunk +50 lines, -0 lines 0 comments Download
A compat/mac/mach-o/loader.h View 1 1 chunk +32 lines, -0 lines 0 comments Download
A compat/mac/mach/mach.h View 1 chunk +90 lines, -0 lines 0 comments Download
A compat/mac/servers/bootstrap.h View 1 1 chunk +28 lines, -0 lines 0 comments Download
A compat/non_win/dbghelp.h View 1 2 1 chunk +850 lines, -0 lines 0 comments Download
A compat/non_win/minwinbase.h View 1 chunk +49 lines, -0 lines 0 comments Download
A compat/non_win/timezoneapi.h View 1 chunk +61 lines, -0 lines 0 comments Download
A compat/non_win/verrsrc.h View 1 chunk +184 lines, -0 lines 0 comments Download
A compat/non_win/winnt.h View 1 chunk +182 lines, -0 lines 0 comments Download
A crashpad.doxy View 1 chunk +2311 lines, -0 lines 0 comments Download
M crashpad.gyp View 1 chunk +2 lines, -0 lines 0 comments Download
A crashpad.doxy.h View 1 1 chunk +21 lines, -0 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
Mark Mentovai
Here are the first 4k lines or so. Most other pieces will be smaller than ...
6 years, 4 months ago (2014-07-31 16:02:21 UTC) #1
Robert Sesek
https://codereview.chromium.org/432843002/diff/1/compat/compat.gyp File compat/compat.gyp (right): https://codereview.chromium.org/432843002/diff/1/compat/compat.gyp#newcode18 compat/compat.gyp:18: 'target_name': 'compat', May want to re-upload with --no-find-copies. https://codereview.chromium.org/432843002/diff/1/compat/mac/mach-o/loader.h ...
6 years, 4 months ago (2014-07-31 16:55:41 UTC) #2
Mark Mentovai
https://codereview.chromium.org/432843002/diff/1/compat/non_win/dbghelp.h File compat/non_win/dbghelp.h (right): https://codereview.chromium.org/432843002/diff/1/compat/non_win/dbghelp.h#newcode25 compat/non_win/dbghelp.h:25: //! \file rsesek wrote: > Not sure you need ...
6 years, 4 months ago (2014-07-31 17:06:55 UTC) #3
Robert Sesek
LGTM https://codereview.chromium.org/432843002/diff/1/compat/non_win/dbghelp.h File compat/non_win/dbghelp.h (right): https://codereview.chromium.org/432843002/diff/1/compat/non_win/dbghelp.h#newcode76 compat/non_win/dbghelp.h:76: //! This structure must be present at the ...
6 years, 4 months ago (2014-07-31 17:25:36 UTC) #4
Mark Mentovai
6 years, 4 months ago (2014-07-31 17:45:55 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 manually as rdfe81014f7a7 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698