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

Side by Side Diff: ppapi/tests/test_websocket.cc

Issue 8772001: WebSocket Pepper API: error handling improvement (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: for review Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ppapi/tests/test_websocket.h" 5 #include "ppapi/tests/test_websocket.h"
6 6
7 #include <string.h> 7 #include <string.h>
8 8
9 #include "base/logging.h" 9 #include "base/logging.h"
10 #include "ppapi/c/dev/ppb_websocket_dev.h" 10 #include "ppapi/c/dev/ppb_websocket_dev.h"
(...skipping 220 matching lines...) Expand 10 before | Expand all | Expand 10 after
231 ReleaseVar(received_message); 231 ReleaseVar(received_message);
232 core_interface_->ReleaseResource(ws); 232 core_interface_->ReleaseResource(ws);
233 233
234 PASS(); 234 PASS();
235 } 235 }
236 236
237 // TODO(toyoshim): Add tests for GetBufferedAmount(). 237 // TODO(toyoshim): Add tests for GetBufferedAmount().
238 // For now, the function doesn't work fine because update callback in WebKit is 238 // For now, the function doesn't work fine because update callback in WebKit is
239 // not landed yet. 239 // not landed yet.
240 240
241 // TODO(toyoshim): Add tests for didReceiveMessageError().
242
241 // TODO(toyoshim): Add other function tests. 243 // TODO(toyoshim): Add other function tests.
OLDNEW
« no previous file with comments | « no previous file | webkit/plugins/ppapi/ppb_websocket_impl.h » ('j') | webkit/plugins/ppapi/ppb_websocket_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698