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

Issue 9791003: Added pepper test for SSLHandshake (Closed)

Created:
8 years, 9 months ago by raymes
Modified:
8 years, 9 months ago
Reviewers:
yzshen1, viettrungluu
CC:
chromium-reviews, darin-cc_chromium.org, cbentzel+watch_chromium.org, pam+watch_chromium.org
Visibility:
Public.

Description

Added a pepper test for SSLHandshake. This starts an SSL server which the test can connect to. BUG=114626 TEST=Ran pepper TCP tests. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=128266 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=128374

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : . #

Patch Set 5 : . #

Patch Set 6 : . #

Total comments: 5

Patch Set 7 : . #

Patch Set 8 : . #

Total comments: 1

Patch Set 9 : . #

Patch Set 10 : . #

Patch Set 11 : . #

Patch Set 12 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+150 lines, -49 lines) Patch
M chrome/test/ui/ppapi_uitest.h View 1 2 3 4 5 6 7 2 chunks +10 lines, -0 lines 0 comments Download
M chrome/test/ui/ppapi_uitest.cc View 1 2 3 4 5 6 7 8 9 10 11 6 chunks +91 lines, -47 lines 0 comments Download
M ppapi/tests/test_case.html View 2 chunks +7 lines, -0 lines 0 comments Download
M ppapi/tests/test_tcp_socket_private.h View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
M ppapi/tests/test_tcp_socket_private.cc View 1 2 3 4 5 6 7 8 9 10 3 chunks +32 lines, -2 lines 0 comments Download
M ppapi/tests/testing_instance.h View 2 chunks +5 lines, -0 lines 0 comments Download
M ppapi/tests/testing_instance.cc View 1 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
raymes
8 years, 9 months ago (2012-03-21 19:17:03 UTC) #1
yzshen1
Thanks for working on this. It is great to see more tests. :) https://chromiumcodereview.appspot.com/9791003/diff/11001/chrome/test/ui/ppapi_uitest.cc File ...
8 years, 9 months ago (2012-03-21 22:37:57 UTC) #2
raymes
http://codereview.chromium.org/9791003/diff/11001/chrome/test/ui/ppapi_uitest.cc File chrome/test/ui/ppapi_uitest.cc (right): http://codereview.chromium.org/9791003/diff/11001/chrome/test/ui/ppapi_uitest.cc#newcode183 chrome/test/ui/ppapi_uitest.cc:183: RunTestViaHTTP(url); On 2012/03/21 22:37:58, yzshen1 wrote: > nit: > ...
8 years, 9 months ago (2012-03-21 23:33:06 UTC) #3
yzshen1
http://codereview.chromium.org/9791003/diff/11001/chrome/test/ui/ppapi_uitest.cc File chrome/test/ui/ppapi_uitest.cc (right): http://codereview.chromium.org/9791003/diff/11001/chrome/test/ui/ppapi_uitest.cc#newcode183 chrome/test/ui/ppapi_uitest.cc:183: RunTestViaHTTP(url); The current code calls RunTestViaHTTP() directly, as a ...
8 years, 9 months ago (2012-03-21 23:42:11 UTC) #4
raymes
On 2012/03/21 23:42:11, yzshen1 wrote: > http://codereview.chromium.org/9791003/diff/11001/chrome/test/ui/ppapi_uitest.cc > File chrome/test/ui/ppapi_uitest.cc (right): > > http://codereview.chromium.org/9791003/diff/11001/chrome/test/ui/ppapi_uitest.cc#newcode183 > ...
8 years, 9 months ago (2012-03-22 00:39:46 UTC) #5
yzshen1
lgtm http://codereview.chromium.org/9791003/diff/6010/chrome/test/ui/ppapi_uitest.cc File chrome/test/ui/ppapi_uitest.cc (right): http://codereview.chromium.org/9791003/diff/6010/chrome/test/ui/ppapi_uitest.cc#newcode225 chrome/test/ui/ppapi_uitest.cc:225: if (extra_params.length() > 0) nit: if (!extra_params.empty())
8 years, 9 months ago (2012-03-22 00:54:58 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/raymes@chromium.org/9791003/17017
8 years, 9 months ago (2012-03-22 17:34:21 UTC) #7
commit-bot: I haz the power
Change committed as 128266
8 years, 9 months ago (2012-03-22 19:09:37 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/raymes@chromium.org/9791003/23002
8 years, 9 months ago (2012-03-22 23:18:32 UTC) #9
commit-bot: I haz the power
8 years, 9 months ago (2012-03-23 01:31:53 UTC) #10
Change committed as 128374

Powered by Google App Engine
This is Rietveld 408576698