| Code-Review | +1 |
lgtm (I realize this will be green with the corresponding V8 change)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
PTAL, I need two reviewers, thanks!
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
GetIsolate()->SetCrashKeyStringCallbacks(AllocateCrashKeyString,As discussed offline, I would recommend to set the callback in v8_initializer.cc, where other callbacks are set as well. It may be good to move the other CrashKey code there as well.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
GetIsolate()->SetCrashKeyStringCallbacks(AllocateCrashKeyString,As discussed offline, I would recommend to set the callback in v8_initializer.cc, where other callbacks are set as well. It may be good to move the other CrashKey code there as well.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
PTALA, unfortunately I lost the +1 because I moved the using statement.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Commit-Queue | +2 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
6 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
blink: Implement V8's crash key interface
This CL implements the new crash key API used in V8 to report
crash keys on OOM errors. The API basically only forwards to
Chrome's internal crash key API.
As a cleanup this CL also moves this setup to v8_initializer.cc,
where most callbacks are set up.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |