Electron fork of crashpad
Перейти к файлу
Mark Mentovai de5a6cdd6f ExcServerVariants test: use constructors to initialize test structures.
Previously, test structures were initialized with InitializeForTesting()
methods. A related code review suggested making these into constructors.

https://codereview.chromium.org/754123002/diff/40001/util/mach/child_port_server_test.cc#newcode53

This also cleans up the definitions of some structures that can simply
inherit from existing structures defined in system headers.

TEST=util_test ExcServerVariants.*
R=rsesek@chromium.org

Review URL: https://codereview.chromium.org/757113002
2014-11-25 15:06:42 -05:00
build Initial commit of Crashpad. 2014-07-30 23:24:58 -04:00
client Add a ReceiveLarge parameter to MachMessageServer::Run(). 2014-11-25 14:48:44 -05:00
compat C++11: Use type aliases instead of typedefs. 2014-11-05 14:09:01 -05:00
minidump Add MinidumpFileWriter::InitializeFromSnapshot() and its tests. 2014-11-07 14:47:08 -05:00
snapshot Add a ReceiveLarge parameter to MachMessageServer::Run(). 2014-11-25 14:48:44 -05:00
third_party 10.6 SDK compatibility. 2014-09-12 12:13:27 -04:00
tools Add a ReceiveLarge parameter to MachMessageServer::Run(). 2014-11-25 14:48:44 -05:00
util ExcServerVariants test: use constructors to initialize test structures. 2014-11-25 15:06:42 -05:00
.clang-format Initial commit of Crashpad. 2014-07-30 23:24:58 -04:00
.gitignore Initial commit of Crashpad. 2014-07-30 23:24:58 -04:00
AUTHORS Initial commit of Crashpad. 2014-07-30 23:24:58 -04:00
CONTRIBUTORS Initial commit of Crashpad. 2014-07-30 23:24:58 -04:00
DEPS Add ChildPortHandshake and its test. 2014-11-25 14:56:05 -05:00
LICENSE Initial commit of Crashpad. 2014-07-30 23:24:58 -04:00
codereview.settings Initial commit of Crashpad. 2014-07-30 23:24:58 -04:00
crashpad.doxy Doxygen: only generate documentation for [Objective-]C[++] files. 2014-11-07 11:36:40 -05:00
crashpad.doxy.h Add TaskMemory, which can read another Mach task’s memory, and its test. 2014-08-03 18:48:40 -04:00
crashpad.gyp Add the Snapshot interface. 2014-10-02 17:09:37 -04:00
package.h Initial commit of Crashpad. 2014-07-30 23:24:58 -04:00