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

Issue 10918059: Changing websocket API to make it possible to send array buffers. (Closed)

Created:
8 years, 3 months ago by blois
Modified:
8 years, 3 months ago
Reviewers:
vsm
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Changing websocket API to make it possible to send array buffers. BUG=2766 Committed: https://code.google.com/p/dart/source/detail?r=11845

Patch Set 1 #

Patch Set 2 : Merging with latest. #

Patch Set 3 : Sync to latest. #

Total comments: 2

Patch Set 4 : Adding overrides to the send method. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -42 lines) Patch
M lib/dom/dart2js/dom_dart2js.dart View 1 2 3 3 chunks +3 lines, -3 lines 0 comments Download
M lib/dom/dom.dart View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M lib/dom/idl/dart/dart.idl View 1 2 3 1 chunk +14 lines, -0 lines 0 comments Download
M lib/html/dart2js/html_dart2js.dart View 3 chunks +17 lines, -18 lines 0 comments Download
M lib/html/dartium/html_dartium.dart View 5 chunks +26 lines, -20 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
blois
8 years, 3 months ago (2012-09-04 19:08:59 UTC) #1
vsm
https://chromiumcodereview.appspot.com/10918059/diff/7/lib/dom/idl/dart/dart.idl File lib/dom/idl/dart/dart.idl (right): https://chromiumcodereview.appspot.com/10918059/diff/7/lib/dom/idl/dart/dart.idl#newcode312 lib/dom/idl/dart/dart.idl:312: [Custom] boolean send(in custom data) raises(DOMException); I'd prefer not ...
8 years, 3 months ago (2012-09-04 19:55:18 UTC) #2
blois
https://chromiumcodereview.appspot.com/10918059/diff/7/lib/dom/idl/dart/dart.idl File lib/dom/idl/dart/dart.idl (right): https://chromiumcodereview.appspot.com/10918059/diff/7/lib/dom/idl/dart/dart.idl#newcode312 lib/dom/idl/dart/dart.idl:312: [Custom] boolean send(in custom data) raises(DOMException); Looks like it ...
8 years, 3 months ago (2012-09-04 21:07:07 UTC) #3
vsm
8 years, 3 months ago (2012-09-04 21:19:03 UTC) #4
lgtm

Powered by Google App Engine
This is Rietveld 408576698