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

Issue 2042033002: Add zone task support to http-requests. (Closed)

Created:
4 years, 6 months ago by floitsch
Modified:
4 years, 5 months ago
CC:
reviews_dartlang.org, terry
Base URL:
git@github.com:dart-lang/sdk.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 8

Patch Set 2 : Fix reviewer comments. #

Total comments: 2

Patch Set 3 : Address comment. Add experimental warning. #

Total comments: 20

Patch Set 4 : Address comments. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1366 lines, -29 lines) Patch
M sdk/lib/html/dart2js/html_dart2js.dart View 1 2 3 7 chunks +193 lines, -10 lines 0 comments Download
M sdk/lib/html/dartium/html_dartium.dart View 1 2 3 7 chunks +191 lines, -9 lines 0 comments Download
A tests/html/xhr_task2_test.dart View 1 2 1 chunk +280 lines, -0 lines 0 comments Download
A tests/html/xhr_task_test.dart View 1 chunk +508 lines, -0 lines 0 comments Download
M tools/dom/docs/docs.json View 2 chunks +2 lines, -2 lines 0 comments Download
M tools/dom/scripts/htmlrenamer.py View 1 chunk +2 lines, -0 lines 0 comments Download
M tools/dom/templates/html/impl/impl_XMLHttpRequest.darttemplate View 1 2 3 6 chunks +190 lines, -8 lines 0 comments Download

Messages

Total messages: 13 (4 generated)
floitsch
Depends on https://codereview.chromium.org/2039963003/
4 years, 6 months ago (2016-06-06 20:25:38 UTC) #2
Lasse Reichstein Nielsen
https://codereview.chromium.org/2042033002/diff/1/tools/dom/templates/html/impl/impl_XMLHttpRequest.darttemplate File tools/dom/templates/html/impl/impl_XMLHttpRequest.darttemplate (right): https://codereview.chromium.org/2042033002/diff/1/tools/dom/templates/html/impl/impl_XMLHttpRequest.darttemplate#newcode16 tools/dom/templates/html/impl/impl_XMLHttpRequest.darttemplate:16: final String url; Document fields (e.g., by referencing the ...
4 years, 6 months ago (2016-06-08 09:40:29 UTC) #3
floitsch
https://codereview.chromium.org/2042033002/diff/1/tools/dom/templates/html/impl/impl_XMLHttpRequest.darttemplate File tools/dom/templates/html/impl/impl_XMLHttpRequest.darttemplate (right): https://codereview.chromium.org/2042033002/diff/1/tools/dom/templates/html/impl/impl_XMLHttpRequest.darttemplate#newcode16 tools/dom/templates/html/impl/impl_XMLHttpRequest.darttemplate:16: final String url; On 2016/06/08 09:40:28, Lasse Reichstein Nielsen ...
4 years, 6 months ago (2016-06-10 15:46:57 UTC) #4
Jacob
Reassigning to Alan Knight as he owns dart:html
4 years, 6 months ago (2016-06-13 23:41:21 UTC) #7
Alan Knight
lgtm https://codereview.chromium.org/2042033002/diff/20001/tests/html/xhr_task2_test.dart File tests/html/xhr_task2_test.dart (right): https://codereview.chromium.org/2042033002/diff/20001/tests/html/xhr_task2_test.dart#newcode1 tests/html/xhr_task2_test.dart:1: // Copyright (c) 2012, the Dart project authors. ...
4 years, 6 months ago (2016-06-14 00:05:16 UTC) #8
floitsch
https://chromiumcodereview.appspot.com/2042033002/diff/20001/tests/html/xhr_task2_test.dart File tests/html/xhr_task2_test.dart (right): https://chromiumcodereview.appspot.com/2042033002/diff/20001/tests/html/xhr_task2_test.dart#newcode1 tests/html/xhr_task2_test.dart:1: // Copyright (c) 2012, the Dart project authors. Please ...
4 years, 5 months ago (2016-06-30 19:42:58 UTC) #9
Lasse Reichstein Nielsen
lgtm https://chromiumcodereview.appspot.com/2042033002/diff/40001/tools/dom/templates/html/impl/impl_XMLHttpRequest.darttemplate File tools/dom/templates/html/impl/impl_XMLHttpRequest.darttemplate (right): https://chromiumcodereview.appspot.com/2042033002/diff/40001/tools/dom/templates/html/impl/impl_XMLHttpRequest.darttemplate#newcode8 tools/dom/templates/html/impl/impl_XMLHttpRequest.darttemplate:8: * A task specification for http requests. http ...
4 years, 5 months ago (2016-07-01 12:41:30 UTC) #10
floitsch
https://codereview.chromium.org/2042033002/diff/40001/tools/dom/templates/html/impl/impl_XMLHttpRequest.darttemplate File tools/dom/templates/html/impl/impl_XMLHttpRequest.darttemplate (right): https://codereview.chromium.org/2042033002/diff/40001/tools/dom/templates/html/impl/impl_XMLHttpRequest.darttemplate#newcode8 tools/dom/templates/html/impl/impl_XMLHttpRequest.darttemplate:8: * A task specification for http requests. On 2016/07/01 ...
4 years, 5 months ago (2016-07-02 01:53:55 UTC) #11
floitsch
4 years, 5 months ago (2016-07-02 02:44:22 UTC) #13
Message was sent while issue was closed.
Committed patchset #4 (id:60001) manually as
b40cfcb57fa8d1890358f026d2c3f014909b2240 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698