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

Issue 230413002: NonSFI NaCl: Plumb Exception IRT enough for breakpad. (Closed)

Created:
6 years, 8 months ago by Junichi Uekawa
Modified:
6 years, 7 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

NonSFI NaCl: Plumb Exception IRT enough for breakpad. Implements irt_exception. This is enough to get breakpad start reporting minidumps on crash. Stack overflow case handling with sigaltstack will be handled in a followup change. BUG=356925 NOTRY=True Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266968 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=267120

Patch Set 1 #

Patch Set 2 : still crash #

Patch Set 3 : crashes with signal #

Patch Set 4 : revise #

Total comments: 4

Patch Set 5 : rebased to ToT and with minimal browser test. #

Patch Set 6 : rebased to ToT again. sandboxing is reverted. #

Patch Set 7 : #

Patch Set 8 : add comment #

Total comments: 1

Patch Set 9 : #

Patch Set 10 : update to use pexe/nexe based tests instead of libc free test. #

Patch Set 11 : #

Patch Set 12 : #

Patch Set 13 : #

Patch Set 14 : #

Patch Set 15 : #

Patch Set 16 : #

Patch Set 17 : #

Patch Set 18 : #

Patch Set 19 : only run the test on x86 linux, other architectures are not supported. #

Total comments: 6

Patch Set 20 : review comments #

Total comments: 46

Patch Set 21 : address review comments from mark, with more tests. #

Patch Set 22 : remove sigaltstack for now #

Patch Set 23 : rebase #

Total comments: 6

Patch Set 24 : #

Patch Set 25 : rebase #

Patch Set 26 : rebase #

Total comments: 18

Patch Set 27 : review from mar #

Total comments: 18

Patch Set 28 : mark review #

Patch Set 29 : rebase #

Total comments: 2

Patch Set 30 : rebase #

Patch Set 31 : rebase #

Patch Set 32 : rebase #

Patch Set 33 : rebase #

Patch Set 34 : rebase #

Patch Set 35 : fix merge error #

Patch Set 36 : rebase #

Patch Set 37 : y #

Patch Set 38 : y #

Patch Set 39 : revert-revert #

Patch Set 40 : release/debug builds were different, add missing dependency. #

Patch Set 41 : remove whitespace #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+339 lines, -0 lines) Patch
A chrome/test/data/nacl/irt_exception/irt_exception_test.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 1 chunk +46 lines, -0 lines 0 comments Download
A chrome/test/data/nacl/irt_exception/irt_exception_test.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +55 lines, -0 lines 0 comments Download
A chrome/test/data/nacl/irt_exception/irt_exception_test.nmf View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/test/data/nacl/nacl_test_data.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 1 chunk +66 lines, -0 lines 0 comments Download
M chrome/test/nacl/nacl_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 1 chunk +16 lines, -0 lines 0 comments Download
M chrome/test/nacl/nacl_browsertest_util.h View 1 2 3 4 5 6 7 8 9 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/test/nacl/nacl_browsertest_util.cc View 1 2 3 4 5 6 7 8 9 1 chunk +10 lines, -0 lines 0 comments Download
M components/nacl.gyp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 1 chunk +1 line, -0 lines 0 comments Download
M components/nacl/loader/nacl_helper_linux.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 2 chunks +4 lines, -0 lines 0 comments Download
M components/nacl/loader/nonsfi/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 1 chunk +3 lines, -0 lines 1 comment Download
A components/nacl/loader/nonsfi/irt_exception_handling.h View 1 2 3 4 1 chunk +16 lines, -0 lines 0 comments Download
A components/nacl/loader/nonsfi/irt_exception_handling.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 1 chunk +107 lines, -0 lines 0 comments Download
M components/nacl/loader/nonsfi/irt_interfaces.h View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M components/nacl/loader/nonsfi/irt_interfaces.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 85 (0 generated)
Junichi Uekawa
Hi, I have got an end-to-end demo that breakpad minidump would dump something in a ...
6 years, 8 months ago (2014-04-14 22:51:04 UTC) #1
hamaji
https://codereview.chromium.org/230413002/diff/60001/components/nacl/loader/nonsfi/nonsfi_main.cc File components/nacl/loader/nonsfi/nonsfi_main.cc (right): https://codereview.chromium.org/230413002/diff/60001/components/nacl/loader/nonsfi/nonsfi_main.cc#newcode184 components/nacl/loader/nonsfi/nonsfi_main.cc:184: InitializeSignalHandler(); On 2014/04/14 22:51:04, uekawa wrote: > I'm not ...
6 years, 8 months ago (2014-04-15 15:23:34 UTC) #2
Junichi Uekawa
On 2014/04/15 15:23:34, hamaji wrote: > https://codereview.chromium.org/230413002/diff/60001/components/nacl/loader/nonsfi/nonsfi_main.cc > File components/nacl/loader/nonsfi/nonsfi_main.cc (right): > > https://codereview.chromium.org/230413002/diff/60001/components/nacl/loader/nonsfi/nonsfi_main.cc#newcode184 > ...
6 years, 8 months ago (2014-04-16 05:17:10 UTC) #3
Junichi Uekawa
https://codereview.chromium.org/230413002/diff/60001/components/nacl/loader/nonsfi/nonsfi_main.cc File components/nacl/loader/nonsfi/nonsfi_main.cc (right): https://codereview.chromium.org/230413002/diff/60001/components/nacl/loader/nonsfi/nonsfi_main.cc#newcode184 components/nacl/loader/nonsfi/nonsfi_main.cc:184: InitializeSignalHandler(); On 2014/04/15 15:23:35, hamaji wrote: > On 2014/04/14 ...
6 years, 8 months ago (2014-04-17 07:54:55 UTC) #4
Junichi Uekawa
I think this is ready for review now that it has some tests. Mark: I ...
6 years, 8 months ago (2014-04-21 05:51:29 UTC) #5
hidehiko
Just drive by. https://codereview.chromium.org/230413002/diff/340001/components/nacl/loader/nacl_helper_linux.cc File components/nacl/loader/nacl_helper_linux.cc (right): https://codereview.chromium.org/230413002/diff/340001/components/nacl/loader/nacl_helper_linux.cc#newcode127 components/nacl/loader/nacl_helper_linux.cc:127: if (uses_nonsfi_mode) { Let's drop '{}' ...
6 years, 8 months ago (2014-04-22 00:22:37 UTC) #6
Junichi Uekawa
https://codereview.chromium.org/230413002/diff/340001/components/nacl/loader/nacl_helper_linux.cc File components/nacl/loader/nacl_helper_linux.cc (right): https://codereview.chromium.org/230413002/diff/340001/components/nacl/loader/nacl_helper_linux.cc#newcode127 components/nacl/loader/nacl_helper_linux.cc:127: if (uses_nonsfi_mode) { On 2014/04/22 00:22:37, hidehiko wrote: > ...
6 years, 8 months ago (2014-04-22 04:57:00 UTC) #7
Mark Seaborn
Apologies for being slow to review this... https://codereview.chromium.org/230413002/diff/360001/chrome/test/data/nacl/crash/nonsfi_crash_via_signal_handler.cc File chrome/test/data/nacl/crash/nonsfi_crash_via_signal_handler.cc (right): https://codereview.chromium.org/230413002/diff/360001/chrome/test/data/nacl/crash/nonsfi_crash_via_signal_handler.cc#newcode4 chrome/test/data/nacl/crash/nonsfi_crash_via_signal_handler.cc:4: Could you ...
6 years, 8 months ago (2014-04-23 03:49:49 UTC) #8
Junichi Uekawa
ptal https://codereview.chromium.org/230413002/diff/360001/chrome/test/data/nacl/crash/nonsfi_crash_via_signal_handler.cc File chrome/test/data/nacl/crash/nonsfi_crash_via_signal_handler.cc (right): https://codereview.chromium.org/230413002/diff/360001/chrome/test/data/nacl/crash/nonsfi_crash_via_signal_handler.cc#newcode4 chrome/test/data/nacl/crash/nonsfi_crash_via_signal_handler.cc:4: On 2014/04/23 03:49:50, Mark Seaborn wrote: > Could ...
6 years, 8 months ago (2014-04-23 07:56:15 UTC) #9
Mark Seaborn
https://codereview.chromium.org/230413002/diff/360001/components/nacl/loader/nonsfi/irt_exception_handling.cc File components/nacl/loader/nonsfi/irt_exception_handling.cc (right): https://codereview.chromium.org/230413002/diff/360001/components/nacl/loader/nonsfi/irt_exception_handling.cc#newcode55 components/nacl/loader/nonsfi/irt_exception_handling.cc:55: // TODO(uekawa): Do I need to have a mutex ...
6 years, 8 months ago (2014-04-24 23:39:27 UTC) #10
Junichi Uekawa
ptal https://codereview.chromium.org/230413002/diff/360001/components/nacl/loader/nonsfi/irt_exception_handling.cc File components/nacl/loader/nonsfi/irt_exception_handling.cc (right): https://codereview.chromium.org/230413002/diff/360001/components/nacl/loader/nonsfi/irt_exception_handling.cc#newcode55 components/nacl/loader/nonsfi/irt_exception_handling.cc:55: // TODO(uekawa): Do I need to have a ...
6 years, 8 months ago (2014-04-25 01:06:09 UTC) #11
Mark Seaborn
https://codereview.chromium.org/230413002/diff/490001/chrome/test/data/nacl/nacl_test_data.gyp File chrome/test/data/nacl/nacl_test_data.gyp (right): https://codereview.chromium.org/230413002/diff/490001/chrome/test/data/nacl/nacl_test_data.gyp#newcode405 chrome/test/data/nacl/nacl_test_data.gyp:405: ['disable_pnacl==0 and target_arch=="ia32" and OS=="linux"', { Only the "enable_x86_32_nonsfi" ...
6 years, 8 months ago (2014-04-25 15:42:01 UTC) #12
Junichi Uekawa
https://codereview.chromium.org/230413002/diff/490001/chrome/test/data/nacl/nacl_test_data.gyp File chrome/test/data/nacl/nacl_test_data.gyp (right): https://codereview.chromium.org/230413002/diff/490001/chrome/test/data/nacl/nacl_test_data.gyp#newcode405 chrome/test/data/nacl/nacl_test_data.gyp:405: ['disable_pnacl==0 and target_arch=="ia32" and OS=="linux"', { On 2014/04/25 15:42:02, ...
6 years, 8 months ago (2014-04-25 22:13:52 UTC) #13
Mark Seaborn
LGTM, thanks. Just one nit below... https://codereview.chromium.org/230413002/diff/530001/chrome/test/data/nacl/nacl_test_data.gyp File chrome/test/data/nacl/nacl_test_data.gyp (right): https://codereview.chromium.org/230413002/diff/530001/chrome/test/data/nacl/nacl_test_data.gyp#newcode371 chrome/test/data/nacl/nacl_test_data.gyp:371: 'target_name': 'irt_exception_test', Nit ...
6 years, 8 months ago (2014-04-25 22:51:33 UTC) #14
Junichi Uekawa
https://codereview.chromium.org/230413002/diff/530001/chrome/test/data/nacl/nacl_test_data.gyp File chrome/test/data/nacl/nacl_test_data.gyp (right): https://codereview.chromium.org/230413002/diff/530001/chrome/test/data/nacl/nacl_test_data.gyp#newcode371 chrome/test/data/nacl/nacl_test_data.gyp:371: 'target_name': 'irt_exception_test', On 2014/04/25 22:51:34, Mark Seaborn wrote: > ...
6 years, 8 months ago (2014-04-25 23:11:25 UTC) #15
Junichi Uekawa
The CQ bit was checked by uekawa@chromium.org
6 years, 8 months ago (2014-04-25 23:13:23 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/uekawa@chromium.org/230413002/550001
6 years, 8 months ago (2014-04-25 23:15:18 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-28 09:07:21 UTC) #18
commit-bot: I haz the power
Failed to apply patch for components/nacl/loader/nacl_helper_linux.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 7 months ago (2014-04-28 09:07:22 UTC) #19
Junichi Uekawa
The CQ bit was checked by uekawa@chromium.org
6 years, 7 months ago (2014-04-28 22:01:29 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/uekawa@chromium.org/230413002/560001
6 years, 7 months ago (2014-04-28 22:02:47 UTC) #21
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-28 22:05:57 UTC) #22
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_rel
6 years, 7 months ago (2014-04-28 22:05:59 UTC) #23
Junichi Uekawa
The CQ bit was checked by uekawa@chromium.org
6 years, 7 months ago (2014-04-28 22:35:57 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/uekawa@chromium.org/230413002/560001
6 years, 7 months ago (2014-04-28 22:36:53 UTC) #25
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-28 22:56:14 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_chromeos_rel
6 years, 7 months ago (2014-04-28 22:56:14 UTC) #27
Junichi Uekawa
The CQ bit was checked by uekawa@chromium.org
6 years, 7 months ago (2014-04-28 23:36:07 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/uekawa@chromium.org/230413002/580001
6 years, 7 months ago (2014-04-28 23:37:51 UTC) #29
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-29 02:43:43 UTC) #30
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on win_chromium_x64_rel
6 years, 7 months ago (2014-04-29 02:43:43 UTC) #31
Junichi Uekawa
The CQ bit was checked by uekawa@chromium.org
6 years, 7 months ago (2014-04-29 05:38:18 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/uekawa@chromium.org/230413002/580001
6 years, 7 months ago (2014-04-29 05:38:55 UTC) #33
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-29 05:39:02 UTC) #34
commit-bot: I haz the power
Failed to apply patch for components/nacl/loader/nacl_helper_linux.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 7 months ago (2014-04-29 05:39:03 UTC) #35
Junichi Uekawa
The CQ bit was checked by uekawa@chromium.org
6 years, 7 months ago (2014-04-29 10:01:18 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/uekawa@chromium.org/230413002/600001
6 years, 7 months ago (2014-04-29 10:02:14 UTC) #37
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-29 10:05:09 UTC) #38
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel on tryserver.chromium
6 years, 7 months ago (2014-04-29 10:05:09 UTC) #39
Junichi Uekawa
The CQ bit was checked by uekawa@chromium.org
6 years, 7 months ago (2014-04-29 11:19:12 UTC) #40
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/uekawa@chromium.org/230413002/620001
6 years, 7 months ago (2014-04-29 11:19:43 UTC) #41
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-29 11:27:53 UTC) #42
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel on tryserver.chromium
6 years, 7 months ago (2014-04-29 11:27:54 UTC) #43
Junichi Uekawa
The CQ bit was checked by uekawa@chromium.org
6 years, 7 months ago (2014-04-29 11:41:32 UTC) #44
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/uekawa@chromium.org/230413002/640001
6 years, 7 months ago (2014-04-29 11:41:40 UTC) #45
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-29 11:44:17 UTC) #46
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_rel on tryserver.chromium
6 years, 7 months ago (2014-04-29 11:44:19 UTC) #47
Junichi Uekawa
The CQ bit was checked by uekawa@chromium.org
6 years, 7 months ago (2014-04-29 11:46:44 UTC) #48
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/uekawa@chromium.org/230413002/640001
6 years, 7 months ago (2014-04-29 11:46:52 UTC) #49
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-29 11:52:50 UTC) #50
commit-bot: I haz the power
Try jobs failed on following builders: android_aosp on tryserver.chromium
6 years, 7 months ago (2014-04-29 11:52:51 UTC) #51
Junichi Uekawa
The CQ bit was checked by uekawa@chromium.org
6 years, 7 months ago (2014-04-29 11:53:16 UTC) #52
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/uekawa@chromium.org/230413002/640001
6 years, 7 months ago (2014-04-29 11:53:56 UTC) #53
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-29 11:57:21 UTC) #54
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium
6 years, 7 months ago (2014-04-29 11:57:22 UTC) #55
Junichi Uekawa
The CQ bit was checked by uekawa@chromium.org
6 years, 7 months ago (2014-04-29 11:58:23 UTC) #56
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/uekawa@chromium.org/230413002/640001
6 years, 7 months ago (2014-04-29 11:58:36 UTC) #57
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-29 12:02:49 UTC) #58
commit-bot: I haz the power
Try jobs failed on following builders: android_aosp on tryserver.chromium
6 years, 7 months ago (2014-04-29 12:02:50 UTC) #59
Junichi Uekawa
The CQ bit was checked by uekawa@chromium.org
6 years, 7 months ago (2014-04-29 12:03:29 UTC) #60
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/uekawa@chromium.org/230413002/640001
6 years, 7 months ago (2014-04-29 12:03:35 UTC) #61
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-29 12:05:50 UTC) #62
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel on tryserver.chromium
6 years, 7 months ago (2014-04-29 12:05:51 UTC) #63
Junichi Uekawa
The CQ bit was checked by uekawa@chromium.org
6 years, 7 months ago (2014-04-29 12:21:17 UTC) #64
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/uekawa@chromium.org/230413002/660001
6 years, 7 months ago (2014-04-29 12:21:33 UTC) #65
Junichi Uekawa
The CQ bit was checked by uekawa@chromium.org
6 years, 7 months ago (2014-04-29 12:21:40 UTC) #66
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/uekawa@chromium.org/230413002/660001
6 years, 7 months ago (2014-04-29 12:21:52 UTC) #67
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-29 12:36:39 UTC) #68
commit-bot: I haz the power
Try jobs failed on following builders: android_aosp on tryserver.chromium
6 years, 7 months ago (2014-04-29 12:36:40 UTC) #69
Junichi Uekawa
The CQ bit was checked by uekawa@chromium.org
6 years, 7 months ago (2014-04-29 12:45:33 UTC) #70
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/uekawa@chromium.org/230413002/660001
6 years, 7 months ago (2014-04-29 12:45:44 UTC) #71
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-29 12:58:33 UTC) #72
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel on tryserver.chromium
6 years, 7 months ago (2014-04-29 12:58:34 UTC) #73
Junichi Uekawa
The CQ bit was checked by uekawa@chromium.org
6 years, 7 months ago (2014-04-29 13:00:32 UTC) #74
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/uekawa@chromium.org/230413002/680001
6 years, 7 months ago (2014-04-29 13:00:46 UTC) #75
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-29 13:50:16 UTC) #76
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel on tryserver.chromium
6 years, 7 months ago (2014-04-29 13:50:17 UTC) #77
Junichi Uekawa
The CQ bit was checked by uekawa@chromium.org
6 years, 7 months ago (2014-04-29 21:48:40 UTC) #78
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/uekawa@chromium.org/230413002/700001
6 years, 7 months ago (2014-04-29 21:50:35 UTC) #79
commit-bot: I haz the power
Change committed as 266968
6 years, 7 months ago (2014-04-29 22:00:23 UTC) #80
Junichi Uekawa
https://codereview.chromium.org/230413002/diff/750001/components/nacl/loader/nonsfi/DEPS File components/nacl/loader/nonsfi/DEPS (right): https://codereview.chromium.org/230413002/diff/750001/components/nacl/loader/nonsfi/DEPS#newcode4 components/nacl/loader/nonsfi/DEPS:4: "+native_client/src/shared/platform/nacl_log.h", it seems like on debug build and release ...
6 years, 7 months ago (2014-04-30 05:07:12 UTC) #81
Junichi Uekawa
The CQ bit was checked by uekawa@chromium.org
6 years, 7 months ago (2014-04-30 05:07:48 UTC) #82
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/uekawa@chromium.org/230413002/750001
6 years, 7 months ago (2014-04-30 05:11:33 UTC) #83
commit-bot: I haz the power
Change committed as 267120
6 years, 7 months ago (2014-04-30 07:29:32 UTC) #84
Mark Seaborn
6 years, 7 months ago (2014-04-30 18:51:41 UTC) #85
Message was sent while issue was closed.
So patchsets 38 and 41 are the two committed versions?  LGTM for the difference
between those.

Powered by Google App Engine
This is Rietveld 408576698