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

Issue 1848933002: Add tasks to zones. (Closed)

Created:
4 years, 8 months ago by floitsch
Modified:
4 years, 5 months ago
Reviewers:
misko, Lasse Reichstein Nielsen, ralphj
CC:
reviews_dartlang.org
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 17

Patch Set 2 : Address comments. #

Patch Set 3 : Update with latest approach. #

Patch Set 4 : Updating to latest evolution. #

Total comments: 3

Patch Set 5 : Don't run tasks twice.wq #

Total comments: 1

Patch Set 6 : Change order of arguments and move Timer classes. #

Patch Set 7 : Forgot one reordering. #

Patch Set 8 : Rebase #

Patch Set 9 : A few fixes. #

Patch Set 10 : Upload #

Patch Set 11 : Mark tasks as experimental. #

Total comments: 18

Patch Set 12 : Make strong-mode clean. #

Patch Set 13 : Address comments and copy types from other docs CL. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1315 lines, -72 lines) Patch
M sdk/lib/async/timer.dart View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +139 lines, -8 lines 0 comments Download
M sdk/lib/async/zone.dart View 1 2 3 4 5 6 7 8 9 10 11 12 32 chunks +351 lines, -64 lines 0 comments Download
A tests/lib/async/zone_task_test.dart View 1 2 3 4 5 6 7 8 1 chunk +310 lines, -0 lines 0 comments Download
A tests/lib/async/zone_timer_task_test.dart View 1 2 3 4 5 6 7 8 1 chunk +515 lines, -0 lines 0 comments Download

Messages

Total messages: 15 (3 generated)
floitsch
Next attempt. The idea is that every operation that is triggered by the event-loop goes ...
4 years, 8 months ago (2016-03-31 19:18:01 UTC) #2
Lasse Reichstein Nielsen
It makes much more sense to me now. I'll still quibble about details, obviously :) ...
4 years, 8 months ago (2016-04-01 21:26:35 UTC) #3
floitsch
One comment I strongly disagree, and one that we don't agree yet, but otherwise we ...
4 years, 8 months ago (2016-04-05 20:07:17 UTC) #4
floitsch
PTAL.
4 years, 7 months ago (2016-05-17 20:20:25 UTC) #5
misko
On 2016/05/17 20:20:25, floitsch wrote: > PTAL. LGTM
4 years, 7 months ago (2016-05-17 22:28:49 UTC) #6
Lasse Reichstein Nielsen
LGTM, but I still want to see that performance doesn't suffer too much. https://codereview.chromium.org/1848933002/diff/60001/sdk/lib/async/zone.dart File ...
4 years, 7 months ago (2016-05-18 11:40:55 UTC) #7
Lasse Reichstein Nielsen
https://codereview.chromium.org/1848933002/diff/80001/sdk/lib/async/zone.dart File sdk/lib/async/zone.dart (right): https://codereview.chromium.org/1848933002/diff/80001/sdk/lib/async/zone.dart#newcode35 sdk/lib/async/zone.dart:35: Object task, Object arg1, TaskRun run); Just noticed: I'd ...
4 years, 7 months ago (2016-05-20 22:01:36 UTC) #8
floitsch
Changed the orders. If you want PTAL.
4 years, 6 months ago (2016-05-31 19:23:49 UTC) #9
floitsch
I implemented task support for the HTML library (events, requestAnimationFrame, and http-requests). As a result ...
4 years, 6 months ago (2016-06-06 20:22:05 UTC) #10
Lasse Reichstein Nielsen
lgtm https://chromiumcodereview.appspot.com/1848933002/diff/200001/sdk/lib/async/zone.dart File sdk/lib/async/zone.dart (right): https://chromiumcodereview.appspot.com/1848933002/diff/200001/sdk/lib/async/zone.dart#newcode61 sdk/lib/async/zone.dart:61: // non-experimental. remove comma. This is not a ...
4 years, 5 months ago (2016-07-01 11:39:12 UTC) #12
floitsch
https://chromiumcodereview.appspot.com/1848933002/diff/200001/sdk/lib/async/zone.dart File sdk/lib/async/zone.dart (right): https://chromiumcodereview.appspot.com/1848933002/diff/200001/sdk/lib/async/zone.dart#newcode61 sdk/lib/async/zone.dart:61: // non-experimental. On 2016/07/01 11:39:11, Lasse Reichstein Nielsen wrote: ...
4 years, 5 months ago (2016-07-02 00:42:43 UTC) #13
floitsch
4 years, 5 months ago (2016-07-02 02:42:26 UTC) #15
Message was sent while issue was closed.
Committed patchset #13 (id:240001) manually as
85cccde71792a0e2920bd8e2d4ebf73880355940 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698