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

Issue 27082002: Making all callbacks use zones (Closed)

Created:
7 years, 2 months ago by blois
Modified:
7 years, 2 months ago
Reviewers:
Emily Fortuna, floitsch
CC:
reviews_dartlang.org, floitsch
Visibility:
Public.

Description

Making all callbacks use zones This was primarily converting APIs to use Futures, all appear to be new ones since we did the last pass. MutationObserver and Window.requestAnimationFrame had to be fixed manually. BUG= R=efortuna@google.com, floitsch@google.com Committed: https://code.google.com/p/dart/source/detail?r=28607

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+225 lines, -61 lines) Patch
M sdk/lib/html/dart2js/html_dart2js.dart View 10 chunks +79 lines, -17 lines 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 16 chunks +89 lines, -21 lines 0 comments Download
M tools/dom/scripts/htmlrenamer.py View 4 chunks +13 lines, -6 lines 0 comments Download
M tools/dom/src/EventStreamProvider.dart View 1 1 chunk +0 lines, -6 lines 0 comments Download
A tools/dom/src/shared_html.dart View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
M tools/dom/templates/html/dart2js/html_dart2js.darttemplate View 1 2 3 chunks +2 lines, -4 lines 0 comments Download
M tools/dom/templates/html/dartium/html_dartium.darttemplate View 1 2 3 chunks +2 lines, -5 lines 0 comments Download
M tools/dom/templates/html/impl/impl_MutationObserver.darttemplate View 1 chunk +4 lines, -1 line 0 comments Download
M tools/dom/templates/html/impl/impl_Window.darttemplate View 2 chunks +22 lines, -1 line 0 comments Download

Messages

Total messages: 6 (0 generated)
blois
7 years, 2 months ago (2013-10-12 01:22:34 UTC) #1
floitsch
Thanks. LGTM (but I'm not familiar enough with the code, so wait for Emily). Do ...
7 years, 2 months ago (2013-10-12 12:45:14 UTC) #2
blois
On 2013/10/12 12:45:14, floitsch wrote: > Thanks. > LGTM (but I'm not familiar enough with ...
7 years, 2 months ago (2013-10-13 17:35:54 UTC) #3
Emily Fortuna
minor quibble, then lgtm. https://codereview.chromium.org/27082002/diff/3001/tools/dom/templates/html/dart2js/html_dart2js.darttemplate File tools/dom/templates/html/dart2js/html_dart2js.darttemplate (right): https://codereview.chromium.org/27082002/diff/3001/tools/dom/templates/html/dart2js/html_dart2js.darttemplate#newcode151 tools/dom/templates/html/dart2js/html_dart2js.darttemplate:151: _wrapZone(callback) { feels a little ...
7 years, 2 months ago (2013-10-14 17:30:38 UTC) #4
blois
https://codereview.chromium.org/27082002/diff/3001/tools/dom/templates/html/dart2js/html_dart2js.darttemplate File tools/dom/templates/html/dart2js/html_dart2js.darttemplate (right): https://codereview.chromium.org/27082002/diff/3001/tools/dom/templates/html/dart2js/html_dart2js.darttemplate#newcode151 tools/dom/templates/html/dart2js/html_dart2js.darttemplate:151: _wrapZone(callback) { On 2013/10/14 17:30:39, Emily Fortuna wrote: > ...
7 years, 2 months ago (2013-10-14 19:48:49 UTC) #5
blois
7 years, 2 months ago (2013-10-14 19:49:29 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r28607 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698