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

Issue 2022263002: Make Dom events run through zone tasks. (Closed)

Created:
4 years, 6 months ago by floitsch
Modified:
4 years, 5 months ago
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: 2

Patch Set 2 : Rebase #

Patch Set 3 : Run go.sh #

Patch Set 4 : Fixes and rebase. #

Total comments: 18

Patch Set 5 : Upload #

Patch Set 6 : Run go.sh. #

Patch Set 7 : Mark as experimental #

Unified diffs Side-by-side diffs Delta from patch set Stats (+703 lines, -109 lines) Patch
M sdk/lib/html/dart2js/html_dart2js.dart View 1 2 3 4 5 6 11 chunks +114 lines, -36 lines 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 1 2 3 4 5 6 11 chunks +115 lines, -37 lines 0 comments Download
A tests/html/event_subscription_specification_test.dart View 1 2 3 4 1 chunk +121 lines, -0 lines 0 comments Download
A tests/html/event_zone_task_test.dart View 1 1 chunk +239 lines, -0 lines 0 comments Download
M tools/dom/src/EventStreamProvider.dart View 1 2 3 4 5 6 9 chunks +99 lines, -16 lines 0 comments Download
M tools/dom/src/shared_html.dart View 1 2 3 4 1 chunk +14 lines, -19 lines 0 comments Download
M tools/dom/templates/html/impl/impl_Window.darttemplate View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9 (2 generated)
floitsch
Still missing the important tasks, like XHR, requestAnimationFrame, or setTimeout. I will do them in ...
4 years, 6 months ago (2016-05-31 19:27:49 UTC) #2
floitsch
ping. requestAnimationFrame and http-request support has been implemented here: requestAnimationFrame:https://codereview.chromium.org/2039963003 http-request: https://codereview.chromium.org/2042033002 Still depends on ...
4 years, 6 months ago (2016-06-06 20:25:09 UTC) #3
Lasse Reichstein Nielsen
lgtm https://codereview.chromium.org/2022263002/diff/60001/tests/html/event_subscription_specification_test.dart File tests/html/event_subscription_specification_test.dart (right): https://codereview.chromium.org/2022263002/diff/60001/tests/html/event_subscription_specification_test.dart#newcode30 tests/html/event_subscription_specification_test.dart:30: for (var i = 0; i < 2; ...
4 years, 6 months ago (2016-06-07 12:21:45 UTC) #4
floitsch
https://codereview.chromium.org/2022263002/diff/60001/tests/html/event_subscription_specification_test.dart File tests/html/event_subscription_specification_test.dart (right): https://codereview.chromium.org/2022263002/diff/60001/tests/html/event_subscription_specification_test.dart#newcode30 tests/html/event_subscription_specification_test.dart:30: for (var i = 0; i < 2; i++) ...
4 years, 6 months ago (2016-06-10 15:43:58 UTC) #5
Jacob
lgtm
4 years, 5 months ago (2016-06-29 16:00:08 UTC) #6
Lasse Reichstein Nielsen
lgtm
4 years, 5 months ago (2016-07-01 12:23:43 UTC) #7
floitsch
4 years, 5 months ago (2016-07-02 02:43:10 UTC) #9
Message was sent while issue was closed.
Committed patchset #7 (id:120001) manually as
6d1f6b2af65636cfe307f81e9d8ded997573c035 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698