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

Issue 2555353002: Update Crashpad to 32981a3ee9d7c2769fb27afa038fe2e194cfa329 (Closed)

Created:
4 years ago by scottmg
Modified:
4 years ago
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, cbentzel+watch_chromium.org, extensions-reviews_chromium.org, dcheng, mac-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Update Crashpad to 32981a3ee9d7c2769fb27afa038fe2e194cfa329 0c41b1549667 Convert AsciiDoc documentation to Markdown 3830e4e5c145 Update the link to mini_chromium’s README 6753ba5a5a9a catch_exception_tool.md: fix on_demand_service_tool link text 05c89beaae4e doc: Another silly follow-up 1f2a2c82c6b2 doc: Small updates after Markdown migration f5e869c51f4e doc: Check in the man page index instead of generating it 8e3e65178a1d Update Doxyfile to 1.8.12 952f787f4aab doc: Standardize on “macOS” in comments acabe35928f5 doc: Fix all Doxygen warnings, cleaning up some generated documentation ac2e7cfbb2da doc: Make Doxygen-generated HTML interface documentation prettier f191fff64dd3 doc: Fix bad merge resulting in twin “Man Pages” links in nav bar dd4859965f90 Update compat version of winnt.h to 10.0.14393.0 SDK (Windows 10 1607) 5c44f1d14f1c Indicate rdtscp availability in MINIDUMP_SYSTEM_INFO of x86_64 minidumps 3abde199a712 minidump: fix tests to expect new rdtscp bit after 5c44f1d14f1c 741c9cc51ea3 mac: Deal with bootstrap_look_up() race encountered on 10.12.1 1382618fbe00 Provide backup #defines for things introduced in SDK 10.0.10240.0 dd85381a32dd GCC fix: Disable -Wmultichar warning throughout Crashpad 5b14b419925f GCC fix: Don’t name a method exactly the same as its return type 57b2210ed75d GCC fix: Make UUID POD f83530bf9a0b GCC fix: Don’t use arraysize() on packed structs 72fbc56e58d3 MSVC++ fix: Don’t declare local[0] arrays for ARRAYSIZE_UNSAFE test b37aa95da79c MSVC++ fix: ALLOW_UNUSED_LOCAL variables only used in static_assert f09d0cde00a1 Improve time handling and error checking 5a21fc157380 Fix Windows build after f09d0cde00a1 8b3eec83e982 win: Add signal handler for SIGABRT to handle abort() calls 68095b6a4e61 Don't LOG(ERROR) for usage, and fix VS2013 build after 8b3eec8 777634b1ebad Use ADDRESS_SANITIZER instead of __has_feature(address_sanitizer) 5b83e58771e2 win: Remove use of rpcrt4 and advapi32 from some util code f94dd14c45ea win: fix SECURITY_DESCRIPTOR builder on vs2013 556c4e4f5045 Have crashpad call ASan's crash handler if present f66d5df30cb8 Roll mini_chromium to de1afb0 6b09b08a2202 Update util/file/string_file.cc for new base/numerics API 32981a3ee9d7 win: Fix clang warning in SECURITY_DESCRIPTOR construction Updated build/secondary GN files to match .gyp changes. BUG=656800 R=mark@chromium.org Committed: https://crrev.com/e585bac3b48a1fd12eb7a85ad3d94d823306117f Cr-Commit-Position: refs/heads/master@{#437376}

Patch Set 1 #

Total comments: 1

Patch Set 2 : gn #

Patch Set 3 : browser_watcher fixes #

Patch Set 4 : clang #

Total comments: 1

Patch Set 5 : fix readme #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2874 lines, -2043 lines) Patch
M build/secondary/third_party/crashpad/crashpad/util/BUILD.gn View 1 2 chunks +3 lines, -4 lines 0 comments Download
M components/browser_watcher/postmortem_minidump_writer_win_unittest.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M components/browser_watcher/postmortem_report_collector_unittest.cc View 1 2 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/crashpad/README.chromium View 1 2 3 4 2 chunks +2 lines, -4 lines 0 comments Download
M third_party/crashpad/crashpad/DEPS View 1 chunk +1 line, -1 line 0 comments Download
A third_party/crashpad/crashpad/README.md View 1 chunk +41 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/build/crashpad.gypi View 1 chunk +11 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/client/capture_context_mac_test.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M third_party/crashpad/crashpad/client/crashpad_client.h View 5 chunks +9 lines, -9 lines 0 comments Download
M third_party/crashpad/crashpad/client/crashpad_client_win.cc View 7 chunks +55 lines, -5 lines 0 comments Download
M third_party/crashpad/crashpad/client/crashpad_info.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/crashpad/crashpad/client/crashpad_info.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/crashpad/crashpad/client/prune_crash_reports.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/crashpad/crashpad/client/settings.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/crashpad/crashpad/compat/mac/mach-o/getsect.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M third_party/crashpad/crashpad/compat/non_win/dbghelp.h View 8 chunks +26 lines, -24 lines 0 comments Download
M third_party/crashpad/crashpad/compat/non_win/winnt.h View 2 chunks +6 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/compat/win/winnt.h View 2 chunks +30 lines, -2 lines 0 comments Download
M third_party/crashpad/crashpad/doc/appengine/README View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/crashpad/crashpad/doc/appengine/main.go View 1 chunk +35 lines, -13 lines 0 comments Download
D third_party/crashpad/crashpad/doc/developing.ad View 1 chunk +0 lines, -323 lines 0 comments Download
A third_party/crashpad/crashpad/doc/developing.md View 1 chunk +318 lines, -0 lines 0 comments Download
D third_party/crashpad/crashpad/doc/index.ad View 1 chunk +0 lines, -42 lines 0 comments Download
A third_party/crashpad/crashpad/doc/man.md View 1 chunk +33 lines, -0 lines 0 comments Download
D third_party/crashpad/crashpad/doc/status.ad View 1 chunk +0 lines, -42 lines 0 comments Download
A third_party/crashpad/crashpad/doc/status.md View 1 chunk +41 lines, -0 lines 0 comments Download
D third_party/crashpad/crashpad/doc/support/asciidoc.conf View 1 chunk +0 lines, -58 lines 0 comments Download
D third_party/crashpad/crashpad/doc/support/asciidoc.css View 1 chunk +0 lines, -20 lines 0 comments Download
M third_party/crashpad/crashpad/doc/support/crashpad.doxy View 19 chunks +78 lines, -22 lines 0 comments Download
M third_party/crashpad/crashpad/doc/support/crashpad.doxy.h View 1 chunk +10 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/doc/support/crashpad_doxygen.css View 1 chunk +60 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/doc/support/generate.sh View 1 chunk +3 lines, -41 lines 0 comments Download
D third_party/crashpad/crashpad/doc/support/generate_asciidoc.sh View 1 chunk +0 lines, -111 lines 0 comments Download
D third_party/crashpad/crashpad/doc/support/man_footer.ad View 1 chunk +0 lines, -40 lines 0 comments Download
D third_party/crashpad/crashpad/handler/crashpad_handler.ad View 1 chunk +0 lines, -183 lines 0 comments Download
A third_party/crashpad/crashpad/handler/crashpad_handler.md View 1 chunk +222 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/handler/handler.gyp View 1 chunk +14 lines, -0 lines 0 comments Download
A third_party/crashpad/crashpad/handler/win/crashy_signal.cc View 1 chunk +90 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/minidump/minidump_exception_writer.cc View 2 chunks +2 lines, -1 line 0 comments Download
M third_party/crashpad/crashpad/minidump/minidump_extensions.h View 5 chunks +16 lines, -7 lines 0 comments Download
M third_party/crashpad/crashpad/minidump/minidump_misc_info_writer.cc View 5 chunks +9 lines, -6 lines 0 comments Download
M third_party/crashpad/crashpad/minidump/minidump_module_crashpad_info_writer.h View 1 chunk +6 lines, -5 lines 0 comments Download
M third_party/crashpad/crashpad/minidump/minidump_simple_string_dictionary_writer.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/crashpad/crashpad/minidump/minidump_simple_string_dictionary_writer.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/crashpad/crashpad/minidump/minidump_system_info_writer.cc View 6 chunks +13 lines, -9 lines 0 comments Download
M third_party/crashpad/crashpad/minidump/minidump_system_info_writer_test.cc View 1 chunk +2 lines, -1 line 0 comments Download
A third_party/crashpad/crashpad/navbar.md View 1 chunk +25 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/snapshot/capture_memory.h View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/crashpad/crashpad/snapshot/cpu_context.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/crashpad/crashpad/snapshot/exception_snapshot.h View 4 chunks +7 lines, -7 lines 0 comments Download
M third_party/crashpad/crashpad/snapshot/mac/cpu_context_mac.h View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/crashpad/crashpad/snapshot/mac/exception_snapshot_mac.h View 2 chunks +9 lines, -1 line 0 comments Download
M third_party/crashpad/crashpad/snapshot/mac/mach_o_image_annotations_reader_test.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/crashpad/crashpad/snapshot/mac/memory_snapshot_mac.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/crashpad/crashpad/snapshot/mac/process_reader.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/crashpad/crashpad/snapshot/mac/process_reader_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/crashpad/crashpad/snapshot/mac/process_snapshot_mac.h View 2 chunks +5 lines, -5 lines 0 comments Download
M third_party/crashpad/crashpad/snapshot/mac/process_types/crashreporterclient.proctype View 1 chunk +1 line, -1 line 0 comments Download
M third_party/crashpad/crashpad/snapshot/mac/process_types/custom.cc View 2 chunks +4 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/snapshot/mac/process_types_test.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/crashpad/crashpad/snapshot/mac/system_snapshot_mac.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/crashpad/crashpad/snapshot/mac/thread_snapshot_mac.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/crashpad/crashpad/snapshot/module_snapshot.h View 6 chunks +8 lines, -8 lines 0 comments Download
M third_party/crashpad/crashpad/snapshot/system_snapshot.h View 5 chunks +17 lines, -17 lines 0 comments Download
M third_party/crashpad/crashpad/snapshot/test/test_process_snapshot.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/crashpad/crashpad/snapshot/win/end_to_end_test.py View 5 chunks +24 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/snapshot/win/exception_snapshot_win.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/crashpad/crashpad/snapshot/win/pe_image_annotations_reader.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/crashpad/crashpad/snapshot/win/process_snapshot_win_test.cc View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/crashpad/crashpad/snapshot/win/thread_snapshot_win.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/crashpad/crashpad/test/win/win_multiprocess.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/crashpad/crashpad/third_party/apple_cctools/README.crashpad View 1 chunk +5 lines, -5 lines 0 comments Download
D third_party/crashpad/crashpad/tools/crashpad_database_util.ad View 1 chunk +0 lines, -163 lines 0 comments Download
M third_party/crashpad/crashpad/tools/crashpad_database_util.cc View 3 chunks +42 lines, -22 lines 0 comments Download
A third_party/crashpad/crashpad/tools/crashpad_database_util.md View 1 chunk +208 lines, -0 lines 0 comments Download
D third_party/crashpad/crashpad/tools/generate_dump.ad View 1 chunk +0 lines, -96 lines 0 comments Download
A third_party/crashpad/crashpad/tools/generate_dump.md View 1 chunk +127 lines, -0 lines 0 comments Download
D third_party/crashpad/crashpad/tools/mac/catch_exception_tool.ad View 1 chunk +0 lines, -117 lines 0 comments Download
A third_party/crashpad/crashpad/tools/mac/catch_exception_tool.md View 1 chunk +140 lines, -0 lines 0 comments Download
D third_party/crashpad/crashpad/tools/mac/exception_port_tool.ad View 1 chunk +0 lines, -188 lines 0 comments Download
A third_party/crashpad/crashpad/tools/mac/exception_port_tool.md View 1 chunk +234 lines, -0 lines 0 comments Download
D third_party/crashpad/crashpad/tools/mac/on_demand_service_tool.ad View 1 chunk +0 lines, -102 lines 0 comments Download
A third_party/crashpad/crashpad/tools/mac/on_demand_service_tool.md View 1 chunk +133 lines, -0 lines 0 comments Download
D third_party/crashpad/crashpad/tools/mac/run_with_crashpad.ad View 1 chunk +0 lines, -112 lines 0 comments Download
A third_party/crashpad/crashpad/tools/mac/run_with_crashpad.md View 1 chunk +147 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/tools/tool_support.h View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/util/mac/launchd.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/crashpad/crashpad/util/mac/mac_util.h View 2 chunks +12 lines, -12 lines 0 comments Download
M third_party/crashpad/crashpad/util/mac/mac_util.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M third_party/crashpad/crashpad/util/mac/service_management.h View 4 chunks +9 lines, -10 lines 0 comments Download
M third_party/crashpad/crashpad/util/mac/xattr.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/crashpad/crashpad/util/mach/child_port_handshake.h View 2 chunks +6 lines, -3 lines 0 comments Download
M third_party/crashpad/crashpad/util/mach/child_port_server.h View 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/util/mach/exc_client_variants.h View 1 chunk +14 lines, -4 lines 0 comments Download
M third_party/crashpad/crashpad/util/mach/exc_client_variants_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/crashpad/crashpad/util/mach/exc_server_variants.h View 2 chunks +20 lines, -5 lines 0 comments Download
M third_party/crashpad/crashpad/util/mach/exception_types.cc View 3 chunks +12 lines, -12 lines 0 comments Download
M third_party/crashpad/crashpad/util/mach/exception_types_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/crashpad/crashpad/util/mach/mach_extensions.cc View 1 chunk +20 lines, -1 line 0 comments Download
M third_party/crashpad/crashpad/util/mach/mach_message.h View 3 chunks +12 lines, -4 lines 0 comments Download
M third_party/crashpad/crashpad/util/mach/mach_message_server.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/crashpad/crashpad/util/mach/mach_message_server_test.cc View 1 chunk +3 lines, -3 lines 0 comments Download
A + third_party/crashpad/crashpad/util/misc/address_sanitizer.h View 2 chunks +12 lines, -8 lines 0 comments Download
A + third_party/crashpad/crashpad/util/misc/arraysize_unsafe.h View 2 chunks +11 lines, -8 lines 0 comments Download
A third_party/crashpad/crashpad/util/misc/arraysize_unsafe_test.cc View 1 chunk +75 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/util/misc/initialization_state_dcheck.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/crashpad/crashpad/util/misc/metrics.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/crashpad/crashpad/util/misc/uuid.h View 1 chunk +4 lines, -17 lines 0 comments Download
M third_party/crashpad/crashpad/util/misc/uuid.cc View 3 chunks +9 lines, -23 lines 0 comments Download
M third_party/crashpad/crashpad/util/misc/uuid_test.cc View 6 chunks +11 lines, -4 lines 0 comments Download
M third_party/crashpad/crashpad/util/net/http_transport.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/crashpad/crashpad/util/net/http_transport_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/crashpad/crashpad/util/posix/close_multiple.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/crashpad/crashpad/util/posix/drop_privileges.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/crashpad/crashpad/util/stdlib/map_insert.h View 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/crashpad/crashpad/util/stdlib/string_number_conversion.h View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/crashpad/crashpad/util/stdlib/string_number_conversion.cc View 2 chunks +11 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/util/stdlib/string_number_conversion_test.cc View 1 chunk +99 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/util/string/split_string.h View 2 chunks +3 lines, -2 lines 0 comments Download
M third_party/crashpad/crashpad/util/string/split_string.cc View 1 chunk +6 lines, -5 lines 0 comments Download
M third_party/crashpad/crashpad/util/util.gyp View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/crashpad/crashpad/util/util_test.gyp View 3 chunks +3 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/util/win/command_line.h View 1 chunk +1 line, -1 line 0 comments Download
M third_party/crashpad/crashpad/util/win/process_info_test.cc View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/crashpad/crashpad/util/win/registration_protocol_win.h View 1 chunk +12 lines, -0 lines 0 comments Download
M third_party/crashpad/crashpad/util/win/registration_protocol_win.cc View 1 2 3 4 chunks +84 lines, -16 lines 0 comments Download
A third_party/crashpad/crashpad/util/win/registration_protocol_win_test.cc View 1 chunk +53 lines, -0 lines 0 comments Download

Messages

Total messages: 60 (30 generated)
scottmg
https://codereview.chromium.org/2555353002/diff/1/third_party/crashpad/crashpad/build/crashpad.gypi File third_party/crashpad/crashpad/build/crashpad.gypi (right): https://codereview.chromium.org/2555353002/diff/1/third_party/crashpad/crashpad/build/crashpad.gypi#newcode29 third_party/crashpad/crashpad/build/crashpad.gypi:29: ['OS=="linux" or OS=="android"', { I'm not sure about this ...
4 years ago (2016-12-07 23:28:00 UTC) #2
Mark Mentovai
LGTM
4 years ago (2016-12-07 23:51:07 UTC) #3
scottmg
Hrm ... FAILED: obj/components/browser_watcher/unit_tests/postmortem_minidump_writer_win_unittest.obj ninja -t msvc -e environment.x64 -- E:\b\c\cipd\goma/gomacc.exe "E:\b\depot_tools\win_toolchain\vs_files\d5dc33b15d1b2c086f2f6632e2fd15882f80dbd3\VC\bin\amd64/cl.exe" /nologo /showIncludes /FC ...
4 years ago (2016-12-08 00:38:09 UTC) #8
Mark Mentovai
Gross. We may need to start thinking about having a separate “public” include directory.
4 years ago (2016-12-08 00:45:02 UTC) #9
scottmg
On 2016/12/08 00:45:02, Mark Mentovai wrote: > Gross. > > We may need to start ...
4 years ago (2016-12-08 00:58:02 UTC) #12
Mark Mentovai
On 2016/12/08 00:58:02, scottmg wrote: > Doh, there's more. This is in 14393, but not ...
4 years ago (2016-12-08 01:02:21 UTC) #13
scottmg
On 2016/12/08 00:58:02, scottmg wrote: > On 2016/12/08 00:45:02, Mark Mentovai wrote: > > Gross. ...
4 years ago (2016-12-08 01:06:44 UTC) #14
scottmg
On 2016/12/08 01:02:21, Mark Mentovai wrote: > On 2016/12/08 00:58:02, scottmg wrote: > > Doh, ...
4 years ago (2016-12-08 01:08:22 UTC) #15
Mark Mentovai
Well, this problem is exactly what compat’s there for, but if you can update the ...
4 years ago (2016-12-08 01:13:34 UTC) #16
Mark Mentovai
(It’s an omission in the gn build that compat isn’t picked up. We did have ...
4 years ago (2016-12-08 01:14:09 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2555353002/40001
4 years ago (2016-12-08 16:54:21 UTC) #22
scottmg
On 2016/12/08 01:13:34, Mark Mentovai wrote: > Well, this problem is exactly what compat’s there ...
4 years ago (2016-12-08 16:57:59 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/321595)
4 years ago (2016-12-08 17:04:05 UTC) #25
Mark Mentovai
If we did the “public” thing, we could say “no compat from public.” I’d be ...
4 years ago (2016-12-08 17:13:09 UTC) #27
scottmg
On 2016/12/08 17:13:09, Mark Mentovai wrote: > If we did the “public” thing, we could ...
4 years ago (2016-12-08 17:37:29 UTC) #28
Mark Mentovai
Thanks! I feel much better now.
4 years ago (2016-12-08 17:39:04 UTC) #29
scottmg
+manzagop for components/browser_watcher/ OWNERS.
4 years ago (2016-12-08 17:40:17 UTC) #31
scottmg
On 2016/12/08 17:39:04, Mark Mentovai wrote: > Thanks! I feel much better now. The vocalized ...
4 years ago (2016-12-08 17:42:55 UTC) #32
Mark Mentovai
scottmg wrote: > The vocalized pause interpretation is way better though. "include, um, winnt > ...
4 years ago (2016-12-08 17:44:37 UTC) #33
manzagop (departed)
lgtm Sorry about the broken compile.
4 years ago (2016-12-08 18:55:26 UTC) #38
scottmg
On 2016/12/08 18:55:26, manzagop wrote: > lgtm > > Sorry about the broken compile. Yeah, ...
4 years ago (2016-12-08 19:05:14 UTC) #39
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2555353002/60001
4 years ago (2016-12-08 20:14:21 UTC) #44
Mark Mentovai
https://codereview.chromium.org/2555353002/diff/60001/third_party/crashpad/README.chromium File third_party/crashpad/README.chromium (right): https://codereview.chromium.org/2555353002/diff/60001/third_party/crashpad/README.chromium#newcode5 third_party/crashpad/README.chromium:5: Revision: 6b09b08a22028c4e699f4afdc6c00eef7de8e3fe Fix.
4 years ago (2016-12-08 20:16:59 UTC) #45
scottmg
On 2016/12/08 20:16:59, Mark Mentovai wrote: > https://codereview.chromium.org/2555353002/diff/60001/third_party/crashpad/README.chromium > File third_party/crashpad/README.chromium (right): > > https://codereview.chromium.org/2555353002/diff/60001/third_party/crashpad/README.chromium#newcode5 ...
4 years ago (2016-12-08 20:21:46 UTC) #47
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2555353002/80001
4 years ago (2016-12-08 20:23:12 UTC) #50
Mark Mentovai
LGTM. Thanks for your patience, and sorry that this has turned out to be the ...
4 years ago (2016-12-08 20:54:53 UTC) #51
commit-bot: I haz the power
Try jobs failed on following builders: android_n5x_swarming_rel on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_n5x_swarming_rel/builds/82671)
4 years ago (2016-12-08 22:29:38 UTC) #53
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2555353002/80001
4 years ago (2016-12-08 22:31:11 UTC) #55
commit-bot: I haz the power
Committed patchset #5 (id:80001)
4 years ago (2016-12-08 22:46:25 UTC) #58
commit-bot: I haz the power
4 years ago (2016-12-08 22:49:44 UTC) #60
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/e585bac3b48a1fd12eb7a85ad3d94d823306117f
Cr-Commit-Position: refs/heads/master@{#437376}

Powered by Google App Engine
This is Rietveld 408576698