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

Issue 1375373004: Use the event-handler for timers. (Closed)

Created:
5 years, 2 months ago by Anders Johnsen
Modified:
5 years, 2 months ago
CC:
fletch+reviews_googlegroups.com
Base URL:
git@github.com:dart-lang/fletch.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+200 lines, -100 lines) Patch
M lib/async/async_patch.dart View 2 chunks +24 lines, -72 lines 0 comments Download
M src/shared/natives.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/vm/event_handler.h View 1 3 chunks +8 lines, -0 lines 0 comments Download
M src/vm/event_handler_linux.cc View 1 2 1 chunk +32 lines, -9 lines 0 comments Download
M src/vm/event_handler_macos.cc View 1 2 chunks +37 lines, -9 lines 0 comments Download
M src/vm/event_handler_posix.cc View 1 2 chunks +66 lines, -0 lines 0 comments Download
M src/vm/heap.h View 2 chunks +10 lines, -1 line 0 comments Download
M src/vm/natives.cc View 1 chunk +11 lines, -0 lines 0 comments Download
M tests/debugger/async_expected.txt View 1 chunk +9 lines, -9 lines 0 comments Download
M tests/lib/lib.status View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 9 (2 generated)
Anders Johnsen
Only Linux for now. Will do Mac once we are happy.
5 years, 2 months ago (2015-09-30 22:43:15 UTC) #2
Mads Ager (google)
Looks good for the linux part. Lots of room for improvement, but it is great ...
5 years, 2 months ago (2015-10-01 14:08:37 UTC) #3
kustermann
This is really great :) Haven't looked at the code, but this is really needed. ...
5 years, 2 months ago (2015-10-01 17:03:54 UTC) #5
Anders Johnsen
PTAL https://chromiumcodereview.appspot.com/1375373004/diff/1/src/vm/event_handler_linux.cc File src/vm/event_handler_linux.cc (right): https://chromiumcodereview.appspot.com/1375373004/diff/1/src/vm/event_handler_linux.cc#newcode64 src/vm/event_handler_linux.cc:64: while (true) { On 2015/10/01 14:08:37, Mads Ager ...
5 years, 2 months ago (2015-10-02 00:25:15 UTC) #6
Mads Ager (google)
LGTM https://chromiumcodereview.appspot.com/1375373004/diff/1/tests/lib/lib.status File tests/lib/lib.status (right): https://chromiumcodereview.appspot.com/1375373004/diff/1/tests/lib/lib.status#newcode47 tests/lib/lib.status:47: async/stream_type_test: RuntimeError On 2015/10/02 00:25:15, Anders Johnsen wrote: ...
5 years, 2 months ago (2015-10-02 14:58:59 UTC) #7
Anders Johnsen
https://chromiumcodereview.appspot.com/1375373004/diff/1/tests/lib/lib.status File tests/lib/lib.status (right): https://chromiumcodereview.appspot.com/1375373004/diff/1/tests/lib/lib.status#newcode47 tests/lib/lib.status:47: async/stream_type_test: RuntimeError On 2015/10/02 14:58:59, Mads Ager (google) wrote: ...
5 years, 2 months ago (2015-10-02 15:19:53 UTC) #8
Anders Johnsen
5 years, 2 months ago (2015-10-02 15:19:56 UTC) #9
Message was sent while issue was closed.
Committed patchset #3 (id:40001) manually as
bb5ade404f6fdab8c962137374a25d73e5f77856 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698