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

Issue 108003009: Signal handling. (Closed)

Created:
7 years ago by Anders Johnsen
Modified:
7 years ago
Reviewers:
Søren Gjesse
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Make it run on Windows. #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 20

Patch Set 5 : Clean up impl and add test. #

Total comments: 6

Patch Set 6 : Nicer API and Android+Mac versions. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+754 lines, -53 lines) Patch
M runtime/bin/io_natives.cc View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/bin/process.h View 1 2 3 4 5 2 chunks +43 lines, -0 lines 0 comments Download
M runtime/bin/process.cc View 1 chunk +17 lines, -0 lines 0 comments Download
M runtime/bin/process_android.cc View 1 2 3 4 5 2 chunks +110 lines, -0 lines 0 comments Download
M runtime/bin/process_linux.cc View 1 2 3 4 5 2 chunks +110 lines, -0 lines 0 comments Download
M runtime/bin/process_macos.cc View 1 2 3 4 5 2 chunks +110 lines, -0 lines 0 comments Download
M runtime/bin/process_patch.dart View 1 2 3 4 1 chunk +65 lines, -0 lines 0 comments Download
M runtime/bin/process_win.cc View 1 2 3 4 5 5 chunks +129 lines, -23 lines 0 comments Download
M runtime/bin/signal_blocker.h View 1 2 3 4 2 chunks +16 lines, -0 lines 0 comments Download
M sdk/lib/_internal/lib/io_patch.dart View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M sdk/lib/io/process.dart View 1 2 3 4 5 2 chunks +54 lines, -30 lines 0 comments Download
A tests/standalone/io/signals_test.dart View 1 2 3 4 5 1 chunk +64 lines, -0 lines 0 comments Download
A tests/standalone/io/signals_test_script.dart View 1 2 3 4 5 1 chunk +31 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Anders Johnsen
Early CL for signal handling. This is sent out to discuss API and initial implementation ...
7 years ago (2013-12-17 15:15:51 UTC) #1
Søren Gjesse
I think the API and implementation approach looks fine. https://codereview.chromium.org/108003009/diff/60001/runtime/bin/process_linux.cc File runtime/bin/process_linux.cc (right): https://codereview.chromium.org/108003009/diff/60001/runtime/bin/process_linux.cc#newcode640 runtime/bin/process_linux.cc:640: ...
7 years ago (2013-12-18 08:07:14 UTC) #2
Anders Johnsen
https://codereview.chromium.org/108003009/diff/60001/runtime/bin/process_linux.cc File runtime/bin/process_linux.cc (right): https://codereview.chromium.org/108003009/diff/60001/runtime/bin/process_linux.cc#newcode640 runtime/bin/process_linux.cc:640: SIGTERM On 2013/12/18 08:07:14, Søren Gjesse wrote: > Shouldn't ...
7 years ago (2013-12-18 21:20:29 UTC) #3
Søren Gjesse
Fine for adding the remaining platforms. https://codereview.chromium.org/108003009/diff/80001/runtime/bin/process_linux.cc File runtime/bin/process_linux.cc (right): https://codereview.chromium.org/108003009/diff/80001/runtime/bin/process_linux.cc#newcode646 runtime/bin/process_linux.cc:646: class SignalInfo { ...
7 years ago (2013-12-19 08:51:24 UTC) #4
Anders Johnsen
PTAL https://codereview.chromium.org/108003009/diff/80001/runtime/bin/process_linux.cc File runtime/bin/process_linux.cc (right): https://codereview.chromium.org/108003009/diff/80001/runtime/bin/process_linux.cc#newcode646 runtime/bin/process_linux.cc:646: class SignalInfo { On 2013/12/19 08:51:24, Søren Gjesse ...
7 years ago (2013-12-19 10:54:17 UTC) #5
Søren Gjesse
lgtm
7 years ago (2013-12-19 12:47:46 UTC) #6
Anders Johnsen
7 years ago (2013-12-19 13:08:39 UTC) #7
Message was sent while issue was closed.
Committed patchset #6 manually as r31270 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698