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

Issue 619543002: Hook up custom Win 64 SEH to v8 (Closed)

Created:
6 years, 2 months ago by jochen (gone - plz use gerrit)
Modified:
6 years, 2 months ago
CC:
ben+ash_chromium.org, chromium-reviews, darin-cc_chromium.org, jam, jochen+watch_chromium.org, kalyank, mkwst+moarreviews-shell_chromium.org, sadrul
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Hook up custom Win 64 SEH to v8 BUG=v8:3597 R=cpu@chromium.org,wfh@chromium.org Committed: https://crrev.com/284435c33e33b0bcb765671fca98f52567671fe7 Cr-Commit-Position: refs/heads/master@{#297820}

Patch Set 1 #

Patch Set 2 : updates #

Patch Set 3 : updates #

Total comments: 4

Patch Set 4 : updates #

Total comments: 1

Patch Set 5 : updates #

Patch Set 6 : updates #

Patch Set 7 : unregister #

Patch Set 8 : updates #

Patch Set 9 : updates #

Unified diffs Side-by-side diffs Delta from patch set Stats (+271 lines, -1 line) Patch
M chrome/app/chrome_main_delegate.cc View 2 chunks +5 lines, -0 lines 0 comments Download
M chrome/chrome_common.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
A chrome/common/v8_breakpad_support_win.h View 1 chunk +15 lines, -0 lines 0 comments Download
A chrome/common/v8_breakpad_support_win.cc View 1 2 3 4 5 6 7 8 1 chunk +36 lines, -0 lines 0 comments Download
M components/crash/app/breakpad_win.cc View 1 2 3 4 5 6 3 chunks +83 lines, -0 lines 0 comments Download
M content/content_shell.gypi View 1 chunk +2 lines, -0 lines 0 comments Download
M content/shell/app/shell_main_delegate.cc View 2 chunks +3 lines, -0 lines 0 comments Download
A + content/shell/common/DEPS View 1 1 chunk +1 line, -1 line 0 comments Download
A content/shell/common/v8_breakpad_support_win.h View 1 chunk +15 lines, -0 lines 0 comments Download
A content/shell/common/v8_breakpad_support_win.cc View 1 2 3 4 5 6 7 8 1 chunk +32 lines, -0 lines 0 comments Download
M gin/debug_impl.h View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M gin/debug_impl.cc View 1 2 3 4 5 6 3 chunks +28 lines, -0 lines 0 comments Download
M gin/isolate_holder.cc View 1 2 3 4 5 6 1 chunk +22 lines, -0 lines 0 comments Download
M gin/public/debug.h View 1 2 3 4 5 6 2 chunks +23 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (3 generated)
jochen (gone - plz use gerrit)
6 years, 2 months ago (2014-09-30 07:33:10 UTC) #1
jochen (gone - plz use gerrit)
ptal
6 years, 2 months ago (2014-09-30 07:39:13 UTC) #2
cpu_(ooo_6.6-7.5)
looking good, just one question on my side. https://codereview.chromium.org/619543002/diff/40001/components/crash/app/breakpad_win.cc File components/crash/app/breakpad_win.cc (right): https://codereview.chromium.org/619543002/diff/40001/components/crash/app/breakpad_win.cc#newcode616 components/crash/app/breakpad_win.cc:616: if ...
6 years, 2 months ago (2014-09-30 19:20:49 UTC) #3
jochen (gone - plz use gerrit)
https://codereview.chromium.org/619543002/diff/40001/components/crash/app/breakpad_win.cc File components/crash/app/breakpad_win.cc (right): https://codereview.chromium.org/619543002/diff/40001/components/crash/app/breakpad_win.cc#newcode616 components/crash/app/breakpad_win.cc:616: if (g_breakpad) { On 2014/09/30 19:20:49, cpu wrote: > ...
6 years, 2 months ago (2014-09-30 19:23:26 UTC) #4
jochen (gone - plz use gerrit)
ptal
6 years, 2 months ago (2014-09-30 20:06:08 UTC) #5
Will Harris
https://codereview.chromium.org/619543002/diff/60001/components/crash/app/breakpad_win.cc File components/crash/app/breakpad_win.cc (right): https://codereview.chromium.org/619543002/diff/60001/components/crash/app/breakpad_win.cc#newcode638 components/crash/app/breakpad_win.cc:638: static_cast<DWORD>(size_in_bytes), check limits here during size_t -> DWORD conversion
6 years, 2 months ago (2014-09-30 20:40:00 UTC) #6
jochen (gone - plz use gerrit)
done, ptal
6 years, 2 months ago (2014-09-30 21:18:32 UTC) #7
cpu_(ooo_6.6-7.5)
You are going to hate me but I recant. This approach does not give us ...
6 years, 2 months ago (2014-09-30 22:42:15 UTC) #8
jochen (gone - plz use gerrit)
On 2014/09/30 at 22:42:15, cpu wrote: > You are going to hate me but I ...
6 years, 2 months ago (2014-10-01 07:24:14 UTC) #9
jochen (gone - plz use gerrit)
ptal now we get a real exception. depends on v8 bleeding_edge@24353 to reserve some space ...
6 years, 2 months ago (2014-10-01 12:45:58 UTC) #10
cpu_(ooo_6.6-7.5)
lgtm
6 years, 2 months ago (2014-10-02 00:23:55 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/619543002/140001
6 years, 2 months ago (2014-10-02 10:00:10 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/619543002/160001
6 years, 2 months ago (2014-10-02 11:35:59 UTC) #16
commit-bot: I haz the power
Committed patchset #9 (id:160001) as 1208342536b0a59dee1c8626ebcc4cade4766189
6 years, 2 months ago (2014-10-02 13:08:32 UTC) #17
commit-bot: I haz the power
6 years, 2 months ago (2014-10-02 13:09:13 UTC) #18
Message was sent while issue was closed.
Patchset 9 (id:??) landed as
https://crrev.com/284435c33e33b0bcb765671fca98f52567671fe7
Cr-Commit-Position: refs/heads/master@{#297820}

Powered by Google App Engine
This is Rietveld 408576698