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

Issue 15966002: Add support for loading scripts from http (Closed)

Created:
7 years, 7 months ago by Cutch
Modified:
7 years, 6 months ago
Reviewers:
siva, Ivan Posva
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Add support for loading scripts from http R=iposva@google.com Committed: https://code.google.com/p/dart/source/detail?r=23351

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 22

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Patch Set 8 : #

Total comments: 4

Patch Set 9 : #

Patch Set 10 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+425 lines, -25 lines) Patch
M runtime/bin/bin.gypi View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -0 lines 0 comments Download
M runtime/bin/builtin.dart View 1 2 3 4 5 6 7 8 2 chunks +23 lines, -0 lines 0 comments Download
M runtime/bin/dartutils.h View 4 chunks +14 lines, -0 lines 0 comments Download
M runtime/bin/dartutils.cc View 1 2 3 4 5 6 7 8 8 chunks +307 lines, -10 lines 0 comments Download
M runtime/bin/socket.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download
M runtime/bin/socket_android.cc View 1 2 3 4 5 6 7 8 2 chunks +19 lines, -4 lines 0 comments Download
M runtime/bin/socket_linux.cc View 1 2 3 4 2 chunks +19 lines, -4 lines 0 comments Download
M runtime/bin/socket_macos.cc View 1 2 3 4 2 chunks +18 lines, -3 lines 0 comments Download
M runtime/bin/socket_win.cc View 1 2 3 4 3 chunks +22 lines, -4 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Cutch
Add support to the command line VM to: * Load a script over HTTP. e.g. ...
7 years, 7 months ago (2013-05-24 03:00:37 UTC) #1
Cutch
Patch Set 4 fixes the DNS resolve issue for localhost. Tested against a Dart file ...
7 years, 7 months ago (2013-05-24 16:43:30 UTC) #2
Cutch
Filed this bug about synchronous http request support in dart:io: https://code.google.com/p/dart/issues/detail?id=10856
7 years, 7 months ago (2013-05-24 17:01:09 UTC) #3
Ivan Posva
https://codereview.chromium.org/15966002/diff/9001/runtime/bin/bin.gypi File runtime/bin/bin.gypi (right): https://codereview.chromium.org/15966002/diff/9001/runtime/bin/bin.gypi#newcode248 runtime/bin/bin.gypi:248: 'libdart_io', Why was this needed? https://codereview.chromium.org/15966002/diff/9001/runtime/bin/dartutils.cc File runtime/bin/dartutils.cc (right): ...
7 years, 7 months ago (2013-05-24 17:53:43 UTC) #4
Cutch
https://codereview.chromium.org/15966002/diff/9001/runtime/bin/bin.gypi File runtime/bin/bin.gypi (right): https://codereview.chromium.org/15966002/diff/9001/runtime/bin/bin.gypi#newcode248 runtime/bin/bin.gypi:248: 'libdart_io', On 2013/05/24 17:53:43, Ivan Posva wrote: > Why ...
7 years, 7 months ago (2013-05-24 17:59:56 UTC) #5
siva
DBC. https://codereview.chromium.org/15966002/diff/9001/runtime/bin/dartutils.cc File runtime/bin/dartutils.cc (right): https://codereview.chromium.org/15966002/diff/9001/runtime/bin/dartutils.cc#newcode254 runtime/bin/dartutils.cc:254: if (errno == ENOTCONN) { I agree the ...
7 years, 7 months ago (2013-05-24 23:23:18 UTC) #6
Cutch
https://codereview.chromium.org/15966002/diff/9001/runtime/bin/dartutils.cc File runtime/bin/dartutils.cc (right): https://codereview.chromium.org/15966002/diff/9001/runtime/bin/dartutils.cc#newcode254 runtime/bin/dartutils.cc:254: if (errno == ENOTCONN) { On 2013/05/24 23:23:18, siva ...
7 years, 7 months ago (2013-05-25 01:37:42 UTC) #7
Ivan Posva
LGTM -ip https://codereview.chromium.org/15966002/diff/25001/runtime/bin/dartutils.cc File runtime/bin/dartutils.cc (right): https://codereview.chromium.org/15966002/diff/25001/runtime/bin/dartutils.cc#newcode245 runtime/bin/dartutils.cc:245: // Writes string into socket. Please document ...
7 years, 6 months ago (2013-05-28 18:25:32 UTC) #8
Cutch
https://codereview.chromium.org/15966002/diff/25001/runtime/bin/dartutils.cc File runtime/bin/dartutils.cc (right): https://codereview.chromium.org/15966002/diff/25001/runtime/bin/dartutils.cc#newcode245 runtime/bin/dartutils.cc:245: // Writes string into socket. I return the error ...
7 years, 6 months ago (2013-05-28 21:39:55 UTC) #9
Cutch
7 years, 6 months ago (2013-05-29 14:34:25 UTC) #10
Message was sent while issue was closed.
Committed patchset #10 manually as r23351 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698