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

Issue 1505213004: Copy Crashpad into the Chrome tree instead of importing it via DEPS (Closed)

Created:
5 years ago by Mark Mentovai
Modified:
5 years ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, cbentzel+watch_chromium.org, dcheng, extensions-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Copy Crashpad into the Chrome tree instead of importing it via DEPS Crashpad’s revision, 6bebb10829332dee5c7315abafb0a8bf32840c15, is not changing in this commit. BUG=472900 R=primiano@chromium.org, rsesek@chromium.org, scottmg@chromium.org Committed: https://chromium.googlesource.com/chromium/src/+/b212e219b061f342502635af586ff4fc0e14a4d5

Patch Set 1 #

Patch Set 2 : Update #

Total comments: 17

Patch Set 3 : Address review comments, update README.chromium #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+95204 lines, -7 lines) Patch
M .gitignore View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M DEPS View 1 2 1 chunk +0 lines, -3 lines 0 comments Download
A third_party/crashpad/DEPS View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M third_party/crashpad/OWNERS View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
M third_party/crashpad/README.chromium View 1 2 2 chunks +26 lines, -3 lines 2 comments Download
A third_party/crashpad/crashpad/.clang-format View 1 2 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/.gitignore View 1 2 1 chunk +17 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/AUTHORS View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/CONTRIBUTORS View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/DEPS View 1 2 1 chunk +68 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/LICENSE View 1 2 1 chunk +202 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/build/crashpad.gypi View 1 2 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/build/crashpad_in_chromium.gypi View 1 2 1 chunk +43 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/build/gyp_crashpad.py View 1 2 1 chunk +56 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/build/run_tests.py View 1 2 1 chunk +73 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/client/capture_context_mac.h View 1 2 1 chunk +48 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/client/capture_context_mac.S View 1 2 1 chunk +218 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/client/capture_context_mac_test.cc View 1 2 1 chunk +152 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/client/client.gyp View 1 2 1 chunk +69 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/client/client_test.gyp View 1 2 1 chunk +47 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/client/crash_report_database.h View 1 2 1 chunk +339 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/client/crash_report_database.cc View 1 2 1 chunk +47 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/client/crash_report_database_mac.mm View 1 2 1 chunk +674 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/client/crash_report_database_test.cc View 1 2 1 chunk +560 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/client/crash_report_database_win.cc View 1 2 1 chunk +837 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/client/crashpad_client.h View 1 2 1 chunk +215 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/client/crashpad_client_mac.cc View 1 2 1 chunk +580 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/client/crashpad_client_win.cc View 1 2 1 chunk +466 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/client/crashpad_client_win_test.cc View 1 2 1 chunk +91 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/client/crashpad_info.h View 1 2 1 chunk +137 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/client/crashpad_info.cc View 1 2 1 chunk +111 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/client/prune_crash_reports.h View 1 2 1 chunk +146 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/client/prune_crash_reports.cc View 1 2 1 chunk +131 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/client/prune_crash_reports_test.cc View 1 2 1 chunk +237 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/client/settings.h View 1 2 1 chunk +183 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/client/settings.cc View 1 2 1 chunk +314 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/client/settings_test.cc View 1 2 1 chunk +181 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/client/simple_string_dictionary.h View 1 2 1 chunk +275 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/client/simple_string_dictionary.cc View 1 2 1 chunk +45 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/client/simple_string_dictionary_test.cc View 1 2 1 chunk +300 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/client/simulate_crash.h View 1 2 1 chunk +26 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/client/simulate_crash_mac.h View 1 2 1 chunk +60 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/client/simulate_crash_mac.cc View 1 2 1 chunk +240 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/client/simulate_crash_mac_test.cc View 1 2 1 chunk +387 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/client/simulate_crash_win.h View 1 2 1 chunk +33 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/codereview.settings View 1 2 1 chunk +18 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/compat/compat.gyp View 1 2 1 chunk +85 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/compat/mac/AvailabilityMacros.h View 1 2 1 chunk +50 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/compat/mac/kern/exc_resource.h View 1 2 1 chunk +62 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/compat/mac/mach-o/getsect.h View 1 2 1 chunk +69 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/compat/mac/mach-o/getsect.cc View 1 2 1 chunk +107 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/compat/mac/mach-o/loader.h View 1 2 1 chunk +32 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/compat/mac/mach/mach.h View 1 2 1 chunk +106 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/compat/mac/sys/resource.h View 1 2 1 chunk +26 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/compat/non_mac/mach/mach.h View 1 2 1 chunk +44 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/compat/non_win/dbghelp.h View 1 2 1 chunk +985 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/compat/non_win/minwinbase.h View 1 2 1 chunk +49 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/compat/non_win/timezoneapi.h View 1 2 1 chunk +61 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/compat/non_win/verrsrc.h View 1 2 1 chunk +184 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/compat/non_win/windows.h View 1 2 1 chunk +17 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/compat/non_win/winnt.h View 1 2 1 chunk +217 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/compat/win/getopt.h View 1 2 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/compat/win/strings.h View 1 2 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/compat/win/strings.cc View 1 2 1 chunk +25 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/compat/win/sys/time.h View 1 2 1 chunk +23 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/compat/win/sys/types.h View 1 2 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/compat/win/time.h View 1 2 1 chunk +41 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/compat/win/time.cc View 1 2 1 chunk +40 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/compat/win/winnt.h View 1 2 1 chunk +32 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/crashpad.gyp View 1 2 1 chunk +42 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/doc/.gitignore View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A third_party/crashpad/crashpad/doc/appengine/README View 1 2 1 chunk +39 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/doc/appengine/app.yaml View 1 2 1 chunk +8 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/doc/appengine/main.go View 1 2 1 chunk +136 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/doc/developing.ad View 1 2 1 chunk +216 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/doc/favicon.ico View 1 2 Binary file 0 comments Download
A third_party/crashpad/crashpad/doc/index.ad View 1 2 1 chunk +42 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/doc/status.ad View 1 2 1 chunk +44 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/doc/support/asciidoc.conf View 1 2 1 chunk +58 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/doc/support/asciidoc.css View 1 2 1 chunk +20 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/doc/support/compat.sh View 1 2 1 chunk +37 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/doc/support/crashpad.doxy View 1 2 1 chunk +2372 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/doc/support/crashpad.doxy.h View 1 2 1 chunk +24 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/doc/support/generate.sh View 1 2 1 chunk +79 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/doc/support/generate_asciidoc.sh View 1 2 1 chunk +111 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/doc/support/generate_doxygen.sh View 1 2 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/doc/support/generate_git.sh View 1 2 1 chunk +85 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/doc/support/man_footer.ad View 1 2 1 chunk +40 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/handler/crash_report_upload_thread.h View 1 2 1 chunk +150 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/handler/crash_report_upload_thread.cc View 1 2 1 chunk +381 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/handler/crashpad_handler.ad View 1 2 1 chunk +164 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/handler/handler.gyp View 1 2 1 chunk +155 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/handler/handler_main.h View 1 2 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/handler/handler_main.cc View 1 2 1 chunk +382 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/handler/mac/crash_report_exception_handler.h View 1 2 1 chunk +86 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/handler/mac/crash_report_exception_handler.cc View 1 2 1 chunk +229 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/handler/mac/exception_handler_server.h View 1 2 1 chunk +85 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/handler/mac/exception_handler_server.cc View 1 2 1 chunk +234 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/handler/main.cc View 1 2 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/handler/win/crash_report_exception_handler.h View 1 2 1 chunk +76 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/handler/win/crash_report_exception_handler.cc View 1 2 1 chunk +121 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/handler/win/crashy_test_program.cc View 1 2 1 chunk +142 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/handler/win/crashy_test_z7_loader.cc View 1 2 1 chunk +72 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/handler/win/self_destroying_test_program.cc View 1 2 1 chunk +96 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/handler/win/z7_test.cpp View 1 2 1 chunk +32 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/handler/win/z7_test.dll View 1 2 Binary file 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump.gyp View 1 2 1 chunk +80 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_context.h View 1 2 1 chunk +344 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_context_writer.h View 1 2 1 chunk +149 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_context_writer.cc View 1 2 1 chunk +215 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_context_writer_test.cc View 1 2 1 chunk +157 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_crashpad_info_writer.h View 1 2 1 chunk +112 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_crashpad_info_writer.cc View 1 2 1 chunk +148 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_crashpad_info_writer_test.cc View 1 2 1 chunk +316 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_exception_writer.h View 1 2 1 chunk +124 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_exception_writer.cc View 1 2 1 chunk +122 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_exception_writer_test.cc View 1 2 1 chunk +282 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_extensions.h View 1 2 1 chunk +436 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_extensions.cc View 1 2 1 chunk +22 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_file_writer.h View 1 2 1 chunk +124 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_file_writer.cc View 1 2 1 chunk +249 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_file_writer_test.cc View 1 2 1 chunk +463 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_handle_writer.h View 1 2 1 chunk +76 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_handle_writer.cc View 1 2 1 chunk +127 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_handle_writer_test.cc View 1 2 1 chunk +202 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_memory_info_writer.h View 1 2 1 chunk +71 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_memory_info_writer.cc View 1 2 1 chunk +85 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_memory_info_writer_test.cc View 1 2 1 chunk +127 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_memory_writer.h View 1 2 1 chunk +193 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_memory_writer.cc View 1 2 1 chunk +261 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_memory_writer_test.cc View 1 2 1 chunk +364 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_misc_info_writer.h View 1 2 1 chunk +132 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_misc_info_writer.cc View 1 2 1 chunk +369 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_misc_info_writer_test.cc View 1 2 1 chunk +724 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_module_crashpad_info_writer.h View 1 2 1 chunk +166 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_module_crashpad_info_writer.cc View 1 2 1 chunk +240 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_module_crashpad_info_writer_test.cc View 1 2 1 chunk +474 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_module_writer.h View 1 2 1 chunk +352 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_module_writer.cc View 1 2 1 chunk +454 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_module_writer_test.cc View 1 2 1 chunk +773 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_rva_list_writer.h View 1 2 1 chunk +79 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_rva_list_writer.cc View 1 2 1 chunk +98 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_rva_list_writer_test.cc View 1 2 1 chunk +103 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_simple_string_dictionary_writer.h View 1 2 1 chunk +145 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_simple_string_dictionary_writer.cc View 1 2 1 chunk +188 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_simple_string_dictionary_writer_test.cc View 1 2 1 chunk +288 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_stream_writer.h View 1 2 1 chunk +66 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_stream_writer.cc View 1 2 1 chunk +49 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_string_writer.h View 1 2 1 chunk +183 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_string_writer.cc View 1 2 1 chunk +139 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_string_writer_test.cc View 1 2 1 chunk +268 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_system_info_writer.h View 1 2 1 chunk +196 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_system_info_writer.cc View 1 2 1 chunk +300 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_system_info_writer_test.cc View 1 2 1 chunk +482 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_test.gyp View 1 2 1 chunk +68 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_thread_id_map.h View 1 2 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_thread_id_map.cc View 1 2 1 chunk +67 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_thread_id_map_test.cc View 1 2 1 chunk +190 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_thread_writer.h View 1 2 1 chunk +214 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_thread_writer.cc View 1 2 1 chunk +237 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_thread_writer_test.cc View 1 2 1 chunk +720 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_writable.h View 1 2 1 chunk +279 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_writable.cc View 1 2 1 chunk +269 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_writable_test.cc View 1 2 1 chunk +837 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_writer_util.h View 1 2 1 chunk +90 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/minidump_writer_util.cc View 1 2 1 chunk +61 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/test/minidump_context_test_util.h View 1 2 1 chunk +75 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/test/minidump_context_test_util.cc View 1 2 1 chunk +380 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/test/minidump_file_writer_test_util.h View 1 2 1 chunk +65 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/test/minidump_file_writer_test_util.cc View 1 2 1 chunk +59 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/test/minidump_memory_writer_test_util.h View 1 2 1 chunk +105 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/test/minidump_memory_writer_test_util.cc View 1 2 1 chunk +103 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/test/minidump_rva_list_test_util.h View 1 2 1 chunk +44 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/test/minidump_rva_list_test_util.cc View 1 2 1 chunk +49 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/test/minidump_string_writer_test_util.h View 1 2 1 chunk +104 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/test/minidump_string_writer_test_util.cc View 1 2 1 chunk +105 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/test/minidump_writable_test_util.h View 1 2 1 chunk +268 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/minidump/test/minidump_writable_test_util.cc View 1 2 1 chunk +358 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/package.h View 1 2 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/cpu_architecture.h View 1 2 1 chunk +39 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/cpu_context.h View 1 2 1 chunk +219 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/cpu_context.cc View 1 2 1 chunk +101 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/cpu_context_test.cc View 1 2 1 chunk +166 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/crashpad_info_client_options.h View 1 2 1 chunk +64 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/crashpad_info_client_options.cc View 1 2 1 chunk +44 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/crashpad_info_client_options_test.cc View 1 2 1 chunk +258 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/crashpad_info_client_options_test_module.cc View 1 2 1 chunk +47 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/exception_snapshot.h View 1 2 1 chunk +110 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/handle_snapshot.h View 1 2 1 chunk +56 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/handle_snapshot.cc View 1 2 1 chunk +31 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/cpu_context_mac.h View 1 2 1 chunk +116 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/cpu_context_mac.cc View 1 2 1 chunk +440 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/cpu_context_mac_test.cc View 1 2 1 chunk +421 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/exception_snapshot_mac.h View 1 2 1 chunk +93 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/exception_snapshot_mac.cc View 1 2 1 chunk +253 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/mach_o_image_annotations_reader.h View 1 2 1 chunk +93 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/mach_o_image_annotations_reader.cc View 1 2 1 chunk +175 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/mach_o_image_annotations_reader_test.cc View 1 2 1 chunk +411 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/mach_o_image_annotations_reader_test_module_crashy_initializer.cc View 1 2 1 chunk +31 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/mach_o_image_annotations_reader_test_no_op.cc View 1 2 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/mach_o_image_reader.h View 1 2 1 chunk +354 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/mach_o_image_reader.cc View 1 2 1 chunk +724 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/mach_o_image_reader_test.cc View 1 2 1 chunk +645 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/mach_o_image_segment_reader.h View 1 2 1 chunk +262 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/mach_o_image_segment_reader.cc View 1 2 1 chunk +308 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/mach_o_image_segment_reader_test.cc View 1 2 1 chunk +188 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/mach_o_image_symbol_table_reader.h View 1 2 1 chunk +135 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/mach_o_image_symbol_table_reader.cc View 1 2 1 chunk +292 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/memory_snapshot_mac.h View 1 2 1 chunk +68 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/memory_snapshot_mac.cc View 1 2 1 chunk +69 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/module_snapshot_mac.h View 1 2 1 chunk +96 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/module_snapshot_mac.cc View 1 2 1 chunk +181 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/process_reader.h View 1 2 1 chunk +239 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/process_reader.cc View 1 2 1 chunk +714 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/process_reader_test.cc View 1 2 1 chunk +838 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/process_snapshot_mac.h View 1 2 1 chunk +157 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/process_snapshot_mac.cc View 1 2 1 chunk +229 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/process_types.h View 1 2 1 chunk +199 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/process_types.cc View 1 2 1 chunk +304 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/process_types/all.proctype View 1 2 1 chunk +26 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/process_types/crashpad_info.proctype View 1 2 1 chunk +39 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/process_types/crashreporterclient.proctype View 1 2 1 chunk +59 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/process_types/custom.cc View 1 2 1 chunk +158 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/process_types/dyld_images.proctype View 1 2 1 chunk +111 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/process_types/flavors.h View 1 2 1 chunk +24 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/process_types/internal.h View 1 2 1 chunk +36 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/process_types/loader.proctype View 1 2 1 chunk +140 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/process_types/nlist.proctype View 1 2 1 chunk +30 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/process_types/traits.h View 1 2 1 chunk +42 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/process_types_test.cc View 1 2 1 chunk +269 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/system_snapshot_mac.h View 1 2 1 chunk +101 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/system_snapshot_mac.cc View 1 2 1 chunk +399 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/system_snapshot_mac_test.cc View 1 2 1 chunk +176 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/thread_snapshot_mac.h View 1 2 1 chunk +86 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/mac/thread_snapshot_mac.cc View 1 2 1 chunk +119 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/memory_map_region_snapshot.h View 1 2 1 chunk +35 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/memory_snapshot.h View 1 2 1 chunk +77 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/minidump/minidump_simple_string_dictionary_reader.h View 1 2 1 chunk +42 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/minidump/minidump_simple_string_dictionary_reader.cc View 1 2 1 chunk +86 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/minidump/minidump_string_list_reader.h View 1 2 1 chunk +42 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/minidump/minidump_string_list_reader.cc View 1 2 1 chunk +72 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/minidump/minidump_string_reader.h View 1 2 1 chunk +40 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/minidump/minidump_string_reader.cc View 1 2 1 chunk +50 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/minidump/module_snapshot_minidump.h View 1 2 1 chunk +98 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/minidump/module_snapshot_minidump.cc View 1 2 1 chunk +182 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/minidump/process_snapshot_minidump.h View 1 2 1 chunk +106 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/minidump/process_snapshot_minidump.cc View 1 2 1 chunk +346 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/minidump/process_snapshot_minidump_test.cc View 1 2 1 chunk +338 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/module_snapshot.h View 1 2 1 chunk +175 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/process_snapshot.h View 1 2 1 chunk +193 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/snapshot.gyp View 1 2 1 chunk +127 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/snapshot_test.gyp View 1 2 1 chunk +213 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/system_snapshot.h View 1 2 1 chunk +270 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/test/test_cpu_context.h View 1 2 1 chunk +67 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/test/test_cpu_context.cc View 1 2 1 chunk +166 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/test/test_exception_snapshot.h View 1 2 1 chunk +88 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/test/test_exception_snapshot.cc View 1 2 1 chunk +59 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/test/test_memory_map_region_snapshot.h View 1 2 1 chunk +47 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/test/test_memory_map_region_snapshot.cc View 1 2 1 chunk +37 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/test/test_memory_snapshot.h View 1 2 1 chunk +60 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/test/test_memory_snapshot.cc View 1 2 1 chunk +47 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/test/test_module_snapshot.h View 1 2 1 chunk +119 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/test/test_module_snapshot.cc View 1 2 1 chunk +97 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/test/test_process_snapshot.h View 1 2 1 chunk +171 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/test/test_process_snapshot.cc View 1 2 1 chunk +123 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/test/test_system_snapshot.h View 1 2 1 chunk +148 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/test/test_system_snapshot.cc View 1 2 1 chunk +134 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/test/test_thread_snapshot.h View 1 2 1 chunk +108 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/test/test_thread_snapshot.cc View 1 2 1 chunk +66 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/thread_snapshot.h View 1 2 1 chunk +80 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/win/cpu_context_win.h View 1 2 1 chunk +47 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/win/cpu_context_win.cc View 1 2 1 chunk +156 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/win/cpu_context_win_test.cc View 1 2 1 chunk +73 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/win/crashpad_snapshot_test_crashing_child.cc View 1 2 1 chunk +46 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/win/crashpad_snapshot_test_dump_without_crashing.cc View 1 2 1 chunk +46 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/win/crashpad_snapshot_test_image_reader.cc View 1 2 1 chunk +38 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/win/crashpad_snapshot_test_image_reader_module.cc View 1 2 1 chunk +19 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/win/crashpad_snapshot_test_simple_annotations.cc View 1 2 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/win/end_to_end_test.py View 1 2 1 chunk +315 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/win/exception_snapshot_win.h View 1 2 1 chunk +92 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/win/exception_snapshot_win.cc View 1 2 1 chunk +172 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/win/exception_snapshot_win_test.cc View 1 2 1 chunk +276 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/win/memory_map_region_snapshot_win.h View 1 2 1 chunk +37 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/win/memory_map_region_snapshot_win.cc View 1 2 1 chunk +41 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/win/memory_snapshot_win.h View 1 2 1 chunk +68 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/win/memory_snapshot_win.cc View 1 2 1 chunk +70 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/win/module_snapshot_win.h View 1 2 1 chunk +119 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/win/module_snapshot_win.cc View 1 2 1 chunk +223 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/win/pe_image_annotations_reader.h View 1 2 1 chunk +72 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/win/pe_image_annotations_reader.cc View 1 2 1 chunk +82 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/win/pe_image_annotations_reader_test.cc View 1 2 1 chunk +145 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/win/pe_image_reader.h View 1 2 1 chunk +161 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/win/pe_image_reader.cc View 1 2 1 chunk +312 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/win/pe_image_reader_test.cc View 1 2 1 chunk +66 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/win/process_reader_win.h View 1 2 1 chunk +151 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/win/process_reader_win.cc View 1 2 1 chunk +413 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/win/process_reader_win_test.cc View 1 2 1 chunk +207 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/win/process_snapshot_win.h View 1 2 1 chunk +195 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/win/process_snapshot_win.cc View 1 2 1 chunk +456 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/win/process_snapshot_win_test.cc View 1 2 1 chunk +107 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/win/system_snapshot_win.h View 1 2 1 chunk +96 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/win/system_snapshot_win.cc View 1 2 1 chunk +336 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/win/system_snapshot_win_test.cc View 1 2 1 chunk +161 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/win/thread_snapshot_win.h View 1 2 1 chunk +85 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/snapshot/win/thread_snapshot_win.cc View 1 2 1 chunk +120 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/errors.h View 1 2 1 chunk +82 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/errors.cc View 1 2 1 chunk +63 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/file.h View 1 2 1 chunk +45 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/file.cc View 1 2 1 chunk +66 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/gtest_death_check.h View 1 2 1 chunk +55 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/mac/dyld.h View 1 2 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/mac/mach_errors.h View 1 2 1 chunk +70 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/mac/mach_errors.cc View 1 2 1 chunk +77 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/mac/mach_multiprocess.h View 1 2 1 chunk +120 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/mac/mach_multiprocess.cc View 1 2 1 chunk +269 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/mac/mach_multiprocess_test.cc View 1 2 1 chunk +49 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/multiprocess.h View 1 2 1 chunk +206 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/multiprocess_exec.h View 1 2 1 chunk +78 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/multiprocess_exec_posix.cc View 1 2 1 chunk +141 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/multiprocess_exec_test.cc View 1 2 1 chunk +68 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/multiprocess_exec_test_child.cc View 1 2 1 chunk +84 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/multiprocess_exec_win.cc View 1 2 1 chunk +168 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/multiprocess_posix.cc View 1 2 1 chunk +220 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/multiprocess_posix_test.cc View 1 2 1 chunk +290 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/paths.h View 1 2 1 chunk +49 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/paths.cc View 1 2 1 chunk +100 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/paths_mac.cc View 1 2 1 chunk +38 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/paths_test.cc View 1 2 1 chunk +47 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/paths_test_data_root.txt View 1 2 1 chunk +16 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/paths_win.cc View 1 2 1 chunk +30 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/scoped_temp_dir.h View 1 2 1 chunk +64 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/scoped_temp_dir.cc View 1 2 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/scoped_temp_dir_posix.cc View 1 2 1 chunk +69 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/scoped_temp_dir_test.cc View 1 2 1 chunk +122 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/scoped_temp_dir_win.cc View 1 2 1 chunk +104 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/test.gyp View 1 2 1 chunk +81 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/test_test.gyp View 1 2 1 chunk +54 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/win/child_launcher.h View 1 2 1 chunk +73 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/win/child_launcher.cc View 1 2 1 chunk +101 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/win/win_child_process.h View 1 2 1 chunk +117 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/win/win_child_process.cc View 1 2 1 chunk +236 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/win/win_child_process_test.cc View 1 2 1 chunk +84 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/win/win_multiprocess.h View 1 2 1 chunk +186 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/win/win_multiprocess.cc View 1 2 1 chunk +80 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/test/win/win_multiprocess_test.cc View 1 2 1 chunk +84 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/third_party/apple_cctools/README.crashpad View 1 2 1 chunk +44 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/third_party/apple_cctools/apple_cctools.gyp View 1 2 1 chunk +34 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/third_party/apple_cctools/cctools/APPLE_LICENSE View 1 2 1 chunk +367 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/third_party/apple_cctools/cctools/include/mach-o/getsect.h View 1 2 1 chunk +76 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/third_party/apple_cctools/cctools/libmacho/getsecbyname.c View 1 2 1 chunk +133 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/third_party/apple_cf/APPLE_LICENSE View 1 2 1 chunk +335 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/third_party/apple_cf/CFStreamAbstract.h View 1 2 1 chunk +205 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/third_party/apple_cf/README.crashpad View 1 2 1 chunk +15 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/third_party/getopt/LICENSE View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/third_party/getopt/README.crashpad View 1 2 1 chunk +15 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/third_party/getopt/getopt.h View 1 2 1 chunk +63 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/third_party/getopt/getopt.cc View 1 2 1 chunk +422 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/third_party/getopt/getopt.gyp View 1 2 1 chunk +35 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/third_party/gtest/README.crashpad View 1 2 1 chunk +15 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/third_party/gtest/gmock.gyp View 1 2 1 chunk +219 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/third_party/gtest/gtest.gyp View 1 2 1 chunk +264 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/third_party/gyp/README.crashpad View 1 2 1 chunk +13 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/third_party/mini_chromium/README.crashpad View 1 2 1 chunk +17 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/third_party/mini_chromium/mini_chromium.gyp View 1 2 1 chunk +46 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/tools/crashpad_database_util.ad View 1 2 1 chunk +163 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/tools/crashpad_database_util.cc View 1 2 1 chunk +615 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/tools/generate_dump.ad View 1 2 1 chunk +96 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/tools/generate_dump.cc View 1 2 1 chunk +230 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/tools/mac/catch_exception_tool.ad View 1 2 1 chunk +117 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/tools/mac/catch_exception_tool.cc View 1 2 1 chunk +327 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/tools/mac/exception_port_tool.ad View 1 2 1 chunk +188 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/tools/mac/exception_port_tool.cc View 1 2 1 chunk +591 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/tools/mac/on_demand_service_tool.ad View 1 2 1 chunk +102 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/tools/mac/on_demand_service_tool.mm View 1 2 1 chunk +197 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/tools/mac/run_with_crashpad.ad View 1 2 1 chunk +112 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/tools/mac/run_with_crashpad.cc View 1 2 1 chunk +190 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/tools/mac/sectaskaccess_info.plist View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/tools/tool_support.h View 1 2 1 chunk +82 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/tools/tool_support.cc View 1 2 1 chunk +101 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/tools/tools.gyp View 1 2 1 chunk +193 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/file/file_io.h View 1 2 1 chunk +347 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/file/file_io.cc View 1 2 1 chunk +74 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/file/file_io_posix.cc View 1 2 1 chunk +190 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/file/file_io_test.cc View 1 2 1 chunk +311 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/file/file_io_win.cc View 1 2 1 chunk +239 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/file/file_reader.h View 1 2 1 chunk +181 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/file/file_reader.cc View 1 2 1 chunk +136 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/file/file_seeker.h View 1 2 1 chunk +54 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/file/file_seeker.cc View 1 2 1 chunk +37 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/file/file_writer.h View 1 2 1 chunk +172 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/file/file_writer.cc View 1 2 1 chunk +179 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/file/string_file.h View 1 2 1 chunk +81 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/file/string_file.cc View 1 2 1 chunk +173 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/file/string_file_test.cc View 1 2 1 chunk +504 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mac/checked_mach_address_range.h View 1 2 1 chunk +38 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mac/checked_mach_address_range_test.cc View 1 2 1 chunk +256 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mac/launchd.h View 1 2 1 chunk +147 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mac/launchd.mm View 1 2 1 chunk +141 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mac/launchd_test.mm View 1 2 1 chunk +302 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mac/mac_util.h View 1 2 1 chunk +73 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mac/mac_util.cc View 1 2 1 chunk +282 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mac/mac_util_test.mm View 1 2 1 chunk +143 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mac/service_management.h View 1 2 1 chunk +81 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mac/service_management.cc View 1 2 1 chunk +136 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mac/service_management_test.mm View 1 2 1 chunk +160 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mac/xattr.h View 1 2 1 chunk +97 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mac/xattr.cc View 1 2 1 chunk +150 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mac/xattr_test.cc View 1 2 1 chunk +122 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/child_port.defs View 1 2 1 chunk +62 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/child_port_handshake.h View 1 2 1 chunk +327 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/child_port_handshake.cc View 1 2 1 chunk +450 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/child_port_handshake_test.cc View 1 2 1 chunk +382 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/child_port_server.h View 1 2 1 chunk +77 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/child_port_server.cc View 1 2 1 chunk +122 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/child_port_server_test.cc View 1 2 1 chunk +137 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/child_port_types.h View 1 2 1 chunk +26 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/composite_mach_message_server.h View 1 2 1 chunk +103 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/composite_mach_message_server.cc View 1 2 1 chunk +86 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/composite_mach_message_server_test.cc View 1 2 1 chunk +304 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/exc_client_variants.h View 1 2 1 chunk +85 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/exc_client_variants.cc View 1 2 1 chunk +129 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/exc_client_variants_test.cc View 1 2 1 chunk +296 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/exc_server_variants.h View 1 2 1 chunk +220 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/exc_server_variants.cc View 1 2 1 chunk +801 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/exc_server_variants_test.cc View 1 2 1 chunk +1342 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/exception_behaviors.h View 1 2 1 chunk +94 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/exception_behaviors.cc View 1 2 1 chunk +39 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/exception_behaviors_test.cc View 1 2 1 chunk +72 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/exception_ports.h View 1 2 1 chunk +218 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/exception_ports.cc View 1 2 1 chunk +155 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/exception_ports_test.cc View 1 2 1 chunk +612 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/exception_types.h View 1 2 1 chunk +79 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/exception_types.cc View 1 2 1 chunk +212 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/exception_types_test.cc View 1 2 1 chunk +140 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/mach_extensions.h View 1 2 1 chunk +161 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/mach_extensions.cc View 1 2 1 chunk +167 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/mach_extensions_test.cc View 1 2 1 chunk +179 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/mach_message.h View 1 2 1 chunk +194 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/mach_message.cc View 1 2 1 chunk +286 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/mach_message_server.h View 1 2 1 chunk +179 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/mach_message_server.cc View 1 2 1 chunk +280 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/mach_message_server_test.cc View 1 2 1 chunk +854 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/mach_message_test.cc View 1 2 1 chunk +203 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/mig.py View 1 2 1 chunk +123 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/notify_server.h View 1 2 1 chunk +242 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/notify_server.cc View 1 2 1 chunk +281 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/notify_server_test.cc View 1 2 1 chunk +559 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/scoped_task_suspend.h View 1 2 1 chunk +45 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/scoped_task_suspend.cc View 1 2 1 chunk +39 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/scoped_task_suspend_test.cc View 1 2 1 chunk +85 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/symbolic_constants_mach.h View 1 2 1 chunk +120 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/symbolic_constants_mach.cc View 1 2 1 chunk +547 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/symbolic_constants_mach_test.cc View 1 2 1 chunk +1067 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/task_for_pid.h View 1 2 1 chunk +59 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/task_for_pid.cc View 1 2 1 chunk +167 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/task_memory.h View 1 2 1 chunk +177 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/task_memory.cc View 1 2 1 chunk +158 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/mach/task_memory_test.cc View 1 2 1 chunk +555 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/misc/clock.h View 1 2 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/misc/clock_mac.cc View 1 2 1 chunk +45 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/misc/clock_posix.cc View 1 2 1 chunk +51 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/misc/clock_test.cc View 1 2 1 chunk +98 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/misc/clock_win.cc View 1 2 1 chunk +48 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/misc/implicit_cast.h View 1 2 1 chunk +44 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/misc/initialization_state.h View 1 2 1 chunk +100 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/misc/initialization_state_dcheck.h View 1 2 1 chunk +188 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/misc/initialization_state_dcheck.cc View 1 2 1 chunk +41 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/misc/initialization_state_dcheck_test.cc View 1 2 1 chunk +135 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/misc/initialization_state_test.cc View 1 2 1 chunk +58 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/misc/pdb_structures.h View 1 2 1 chunk +131 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/misc/pdb_structures.cc View 1 2 1 chunk +22 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/misc/random_string.h View 1 2 1 chunk +31 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/misc/random_string.cc View 1 2 1 chunk +29 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/misc/random_string_test.cc View 1 2 1 chunk +71 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/misc/scoped_forbid_return.h View 1 2 1 chunk +54 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/misc/scoped_forbid_return.cc View 1 2 1 chunk +27 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/misc/scoped_forbid_return_test.cc View 1 2 1 chunk +68 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/misc/symbolic_constants_common.h View 1 2 1 chunk +132 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/misc/tri_state.h View 1 2 1 chunk +41 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/misc/uuid.h View 1 2 1 chunk +114 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/misc/uuid.cc View 1 2 1 chunk +150 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/misc/uuid_test.cc View 1 2 1 chunk +240 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/net/http_body.h View 1 2 1 chunk +130 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/net/http_body.cc View 1 2 1 chunk +119 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/net/http_body_test.cc View 1 2 1 chunk +218 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/net/http_body_test_util.h View 1 2 1 chunk +49 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/net/http_body_test_util.cc View 1 2 1 chunk +49 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/net/http_headers.h View 1 2 1 chunk +34 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/net/http_headers.cc View 1 2 1 chunk +23 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/net/http_multipart_builder.h View 1 2 1 chunk +90 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/net/http_multipart_builder.cc View 1 2 1 chunk +199 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/net/http_multipart_builder_test.cc View 1 2 1 chunk +293 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/net/http_transport.h View 1 2 1 chunk +106 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/net/http_transport.cc View 1 2 1 chunk +54 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/net/http_transport_mac.mm View 1 2 1 chunk +234 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/net/http_transport_test.cc View 1 2 1 chunk +314 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/net/http_transport_test_server.py View 1 2 1 chunk +159 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/net/http_transport_win.cc View 1 2 1 chunk +250 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/net/testdata/ascii_http_body.txt View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/net/testdata/binary_http_body.dat View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/numeric/checked_address_range.h View 1 2 1 chunk +144 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/numeric/checked_address_range.cc View 1 2 1 chunk +120 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/numeric/checked_address_range_test.cc View 1 2 1 chunk +260 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/numeric/checked_range.h View 1 2 1 chunk +136 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/numeric/checked_range_test.cc View 1 2 1 chunk +304 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/numeric/in_range_cast.h View 1 2 1 chunk +44 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/numeric/in_range_cast_test.cc View 1 2 1 chunk +124 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/numeric/int128.h View 1 2 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/numeric/int128_test.cc View 1 2 1 chunk +44 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/numeric/safe_assignment.h View 1 2 1 chunk +44 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/posix/close_multiple.h View 1 2 1 chunk +44 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/posix/close_multiple.cc View 1 2 1 chunk +158 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/posix/close_stdio.h View 1 2 1 chunk +42 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/posix/close_stdio.cc View 1 2 1 chunk +52 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/posix/drop_privileges.h View 1 2 1 chunk +40 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/posix/drop_privileges.cc View 1 2 1 chunk +91 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/posix/process_info.h View 1 2 1 chunk +152 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/posix/process_info_mac.cc View 1 2 1 chunk +233 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/posix/process_info_test.cc View 1 2 1 chunk +148 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/posix/symbolic_constants_posix.h View 1 2 1 chunk +48 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/posix/symbolic_constants_posix.cc View 1 2 1 chunk +167 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/posix/symbolic_constants_posix_test.cc View 1 2 1 chunk +256 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/stdlib/cxx.h View 1 2 1 chunk +70 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/stdlib/map_insert.h View 1 2 1 chunk +56 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/stdlib/map_insert_test.cc View 1 2 1 chunk +54 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/stdlib/move.h View 1 2 1 chunk +54 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/stdlib/objc.h View 1 2 1 chunk +39 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/stdlib/pointer_container.h View 1 2 1 chunk +57 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/stdlib/string_number_conversion.h View 1 2 1 chunk +63 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/stdlib/string_number_conversion.cc View 1 2 1 chunk +156 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/stdlib/string_number_conversion_test.cc View 1 2 1 chunk +224 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/stdlib/strlcpy.h View 1 2 1 chunk +54 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/stdlib/strlcpy.cc View 1 2 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/stdlib/strlcpy_test.cc View 1 2 1 chunk +95 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/stdlib/strnlen.h View 1 2 1 chunk +49 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/stdlib/strnlen.cc View 1 2 1 chunk +47 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/stdlib/strnlen_test.cc View 1 2 1 chunk +45 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/string/split_string.h View 1 2 1 chunk +41 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/string/split_string.cc View 1 2 1 chunk +33 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/string/split_string_test.cc View 1 2 1 chunk +63 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/synchronization/semaphore.h View 1 2 1 chunk +80 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/synchronization/semaphore_mac.cc View 1 2 1 chunk +45 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/synchronization/semaphore_posix.cc View 1 2 1 chunk +57 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/synchronization/semaphore_test.cc View 1 2 1 chunk +131 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/synchronization/semaphore_win.cc View 1 2 1 chunk +50 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/thread/thread.h View 1 2 1 chunk +67 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/thread/thread.cc View 1 2 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/thread/thread_log_messages.h View 1 2 1 chunk +48 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/thread/thread_log_messages.cc View 1 2 1 chunk +99 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/thread/thread_log_messages_test.cc View 1 2 1 chunk +190 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/thread/thread_posix.cc View 1 2 1 chunk +41 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/thread/thread_test.cc View 1 2 1 chunk +98 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/thread/thread_win.cc View 1 2 1 chunk +42 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/util.gyp View 1 2 1 chunk +275 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/util_test.gyp View 1 2 1 chunk +140 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/address_types.h View 1 2 1 chunk +32 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/capture_context.h View 1 2 1 chunk +47 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/capture_context.asm View 1 2 1 chunk +530 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/capture_context_test.cc View 1 2 1 chunk +182 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/checked_win_address_range.h View 1 2 1 chunk +36 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/command_line.h View 1 2 1 chunk +38 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/command_line.cc View 1 2 1 chunk +58 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/command_line_test.cc View 1 2 1 chunk +167 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/critical_section_with_debug_info.h View 1 2 1 chunk +34 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/critical_section_with_debug_info.cc View 1 2 1 chunk +72 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/critical_section_with_debug_info_test.cc View 1 2 1 chunk +34 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/exception_handler_server.h View 1 2 1 chunk +123 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/exception_handler_server.cc View 1 2 1 chunk +602 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/exception_handler_server_test.cc View 1 2 1 chunk +211 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/get_function.h View 1 2 1 chunk +121 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/get_function.cc View 1 2 1 chunk +44 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/get_function_test.cc View 1 2 1 chunk +78 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/handle.h View 1 2 1 chunk +65 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/handle.cc View 1 2 1 chunk +36 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/handle_test.cc View 1 2 1 chunk +53 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/module_version.h View 1 2 1 chunk +39 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/module_version.cc View 1 2 1 chunk +56 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/nt_internals.h View 1 2 1 chunk +57 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/nt_internals.cc View 1 2 1 chunk +102 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/ntstatus_logging.h View 1 2 1 chunk +98 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/ntstatus_logging.cc View 1 2 1 chunk +69 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/process_info.h View 1 2 1 chunk +202 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/process_info.cc View 1 2 1 chunk +692 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/process_info_test.cc View 1 2 1 chunk +648 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/process_info_test_child.cc View 1 2 1 chunk +54 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/process_structs.h View 1 2 1 chunk +511 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/registration_protocol_win.h View 1 2 1 chunk +133 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/registration_protocol_win.cc View 1 2 1 chunk +94 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/scoped_handle.h View 1 2 1 chunk +49 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/scoped_handle.cc View 1 2 1 chunk +32 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/scoped_local_alloc.h View 1 2 1 chunk +38 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/scoped_local_alloc.cc View 1 2 1 chunk +28 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/scoped_process_suspend.h View 1 2 1 chunk +46 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/scoped_process_suspend.cc View 1 2 1 chunk +41 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/scoped_process_suspend_test.cc View 1 2 1 chunk +118 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/time.h View 1 2 1 chunk +36 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/time.cc View 1 2 1 chunk +65 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/time_test.cc View 1 2 1 chunk +34 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/xp_compat.h View 1 2 1 chunk +40 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 21 (8 generated)
Mark Mentovai
https://codereview.chromium.org/1505213004/diff/10001/DEPS File DEPS (left): https://codereview.chromium.org/1505213004/diff/10001/DEPS#oldcode129 DEPS:129: 'src/third_party/crashpad/crashpad': The new third_party/crashpad/crashpad was produced by running git ...
5 years ago (2015-12-08 23:36:24 UTC) #6
Mark Mentovai
https://codereview.chromium.org/1505213004/diff/10001/DEPS File DEPS (left): https://codereview.chromium.org/1505213004/diff/10001/DEPS#oldcode131 DEPS:131: Also, this brings in these PRESUBMIT warnings that we ...
5 years ago (2015-12-08 23:47:08 UTC) #7
scottmg
https://codereview.chromium.org/1505213004/diff/10001/third_party/crashpad/DEPS File third_party/crashpad/DEPS (right): https://codereview.chromium.org/1505213004/diff/10001/third_party/crashpad/DEPS#newcode5 third_party/crashpad/DEPS:5: # Crashpad has its own #include structure not rooted ...
5 years ago (2015-12-08 23:47:18 UTC) #8
scottmg
https://codereview.chromium.org/1505213004/diff/10001/DEPS File DEPS (left): https://codereview.chromium.org/1505213004/diff/10001/DEPS#oldcode131 DEPS:131: On 2015/12/08 23:47:08, Mark Mentovai wrote: > Also, this ...
5 years ago (2015-12-08 23:50:39 UTC) #9
Mark Mentovai
https://codereview.chromium.org/1505213004/diff/10001/DEPS File DEPS (left): https://codereview.chromium.org/1505213004/diff/10001/DEPS#oldcode131 DEPS:131: scottmg wrote: > We could avoid those by using ...
5 years ago (2015-12-09 01:35:26 UTC) #10
Robert Sesek
https://codereview.chromium.org/1505213004/diff/10001/third_party/crashpad/OWNERS File third_party/crashpad/OWNERS (right): https://codereview.chromium.org/1505213004/diff/10001/third_party/crashpad/OWNERS#newcode7 third_party/crashpad/OWNERS:7: # Aside from work necessary to adhere to changes ...
5 years ago (2015-12-09 16:26:13 UTC) #11
Primiano Tucci (use gerrit)
The deps to chromium move LGTM. Maybe the license checker will bark. See what happened ...
5 years ago (2015-12-09 16:48:49 UTC) #13
Mark Mentovai
Thanks, everyone. Updated. https://codereview.chromium.org/1505213004/diff/10001/third_party/crashpad/DEPS File third_party/crashpad/DEPS (right): https://codereview.chromium.org/1505213004/diff/10001/third_party/crashpad/DEPS#newcode5 third_party/crashpad/DEPS:5: # Crashpad has its own #include ...
5 years ago (2015-12-09 22:09:45 UTC) #14
Mark Mentovai
https://codereview.chromium.org/1505213004/diff/20001/third_party/crashpad/README.chromium File third_party/crashpad/README.chromium (right): https://codereview.chromium.org/1505213004/diff/20001/third_party/crashpad/README.chromium#newcode28 third_party/crashpad/README.chromium:28: To carry changes made in Chromium to Crashpad, run: ...
5 years ago (2015-12-09 22:36:58 UTC) #15
scottmg
lgtm
5 years ago (2015-12-09 22:40:30 UTC) #16
Robert Sesek
LGTM https://codereview.chromium.org/1505213004/diff/20001/third_party/crashpad/README.chromium File third_party/crashpad/README.chromium (right): https://codereview.chromium.org/1505213004/diff/20001/third_party/crashpad/README.chromium#newcode28 third_party/crashpad/README.chromium:28: To carry changes made in Chromium to Crashpad, ...
5 years ago (2015-12-09 22:42:45 UTC) #17
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/b212e219b061f342502635af586ff4fc0e14a4d5 Cr-Commit-Position: refs/heads/master@{#364355}
5 years ago (2015-12-10 14:34:58 UTC) #19
Mark Mentovai
5 years ago (2015-12-10 14:35:26 UTC) #21
Message was sent while issue was closed.
Committed patchset #3 (id:20001) manually as
b212e219b061f342502635af586ff4fc0e14a4d5 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698