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

Issue 10211007: NaCl: Split the debug exception handler thread into a separate file (Closed)

Created:
8 years, 8 months ago by Mark Seaborn
Modified:
8 years, 8 months ago
CC:
chromium-reviews, native-client-reviews_googlegroups.com, bradn, halyavin, brettw
Visibility:
Public.

Description

NaCl: Split the debug exception handler thread into a separate file This is in preparation for changing nacl_process_host.cc to reuse this code instead of having its own copy in DebugContext. This needs to go into chrome/common rather than chrome/nacl so that nacl_process_host.cc can #include it under the checkdeps rules. This changes the code to use PostTask() instead of PostDelayedTask(). BUG=http://code.google.com/p/nativeclient/issues/detail?id=2618 TEST=run_inbrowser_exception_test in nacl_integration Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=133851

Patch Set 1 #

Patch Set 2 : Move to chrome/common #

Total comments: 2

Patch Set 3 : Use const on Closure #

Unified diffs Side-by-side diffs Delta from patch set Stats (+103 lines, -66 lines) Patch
A chrome/common/nacl_debug_exception_handler_win.h View 1 2 1 chunk +16 lines, -0 lines 0 comments Download
A chrome/common/nacl_debug_exception_handler_win.cc View 1 2 1 chunk +82 lines, -0 lines 0 comments Download
M chrome/nacl.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M chrome/nacl/nacl_broker_listener.cc View 1 3 chunks +4 lines, -66 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Mark Seaborn
I'm not sure chrome/nacl is the best place for this, because I will need to ...
8 years, 8 months ago (2012-04-24 19:37:08 UTC) #1
Mark Seaborn
On 2012/04/24 19:37:08, Mark Seaborn wrote: > I'm not sure chrome/nacl is the best place ...
8 years, 8 months ago (2012-04-24 22:31:34 UTC) #2
brettw
I didn't actually read this, just noticed one thing. https://chromiumcodereview.appspot.com/10211007/diff/7001/chrome/common/nacl_debug_exception_handler_win.h File chrome/common/nacl_debug_exception_handler_win.h (right): https://chromiumcodereview.appspot.com/10211007/diff/7001/chrome/common/nacl_debug_exception_handler_win.h#newcode14 chrome/common/nacl_debug_exception_handler_win.h:14: ...
8 years, 8 months ago (2012-04-24 23:00:15 UTC) #3
Mark Seaborn
http://codereview.chromium.org/10211007/diff/7001/chrome/common/nacl_debug_exception_handler_win.h File chrome/common/nacl_debug_exception_handler_win.h (right): http://codereview.chromium.org/10211007/diff/7001/chrome/common/nacl_debug_exception_handler_win.h#newcode14 chrome/common/nacl_debug_exception_handler_win.h:14: base::Closure& on_connected); On 2012/04/24 23:00:15, brettw wrote: > Pass ...
8 years, 8 months ago (2012-04-24 23:17:34 UTC) #4
sehr (please use chromium)
lgtm
8 years, 8 months ago (2012-04-24 23:58:16 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/mseaborn@chromium.org/10211007/7
8 years, 8 months ago (2012-04-25 00:03:06 UTC) #6
commit-bot: I haz the power
8 years, 8 months ago (2012-04-25 02:48:06 UTC) #7
Change committed as 133851

Powered by Google App Engine
This is Rietveld 408576698