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

Issue 10879029: reland: Launch pywebsocket via net::TestServer (Closed)

Created:
8 years, 4 months ago by Takashi Toyoshima
Modified:
8 years, 2 months ago
CC:
chromium-reviews, pam+watch_chromium.org, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : 2 #

Patch Set 3 : ws works #

Total comments: 2

Patch Set 4 : revise #

Patch Set 5 : for review #

Total comments: 4

Patch Set 6 : revise #

Total comments: 6

Patch Set 7 : reflects Pawel's comment on previous CL #

Total comments: 2

Patch Set 8 : rebase to trunk #

Patch Set 9 : fixed #

Total comments: 6

Patch Set 10 : again #

Patch Set 11 : rebase #

Patch Set 12 : fix build #

Patch Set 13 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+99 lines, -36 lines) Patch
M net/test/base_test_server.h View 1 2 3 4 5 6 7 8 9 2 chunks +7 lines, -0 lines 0 comments Download
M net/test/base_test_server.cc View 1 2 3 4 5 6 7 8 9 3 chunks +3 lines, -4 lines 0 comments Download
M net/test/local_test_server.cc View 1 2 3 4 5 6 7 8 9 2 chunks +3 lines, -1 line 0 comments Download
M net/test/remote_test_server.cc View 1 2 3 4 5 6 7 1 chunk +3 lines, -0 lines 0 comments Download
M net/tools/testserver/run_testserver.cc View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +40 lines, -31 lines 0 comments Download
M net/tools/testserver/testserver.py View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +43 lines, -0 lines 0 comments Download

Messages

Total messages: 39 (0 generated)
Takashi Toyoshima
Hi bashi. Could you review this change ahead of proper owner's review. Because I need ...
8 years, 3 months ago (2012-08-27 13:26:44 UTC) #1
bashi
LGTM. Looks like you forgot to include base_test_server.h to the CL. https://chromiumcodereview.appspot.com/10879029/diff/4001/net/tools/testserver/testserver.py File net/tools/testserver/testserver.py (right): ...
8 years, 3 months ago (2012-08-27 13:57:50 UTC) #2
Takashi Toyoshima
Thanks bashi. I already landed a change on base_test_server.h to add WebSocket related types. https://chromiumcodereview.appspot.com/10879029/diff/4001/net/tools/testserver/testserver.py ...
8 years, 3 months ago (2012-08-28 05:14:00 UTC) #3
Takashi Toyoshima
Ah, sorry set 4 is not enough. And I'll handle server_port modification in pywebsocket side.
8 years, 3 months ago (2012-08-28 05:29:01 UTC) #4
Takashi Toyoshima
set 5 works with https://codereview.appspot.com/6491043/. I'll request owners review to others after merging pywebsocket side ...
8 years, 3 months ago (2012-08-28 06:37:01 UTC) #5
bashi
On 2012/08/28 06:37:01, toyoshim wrote: > set 5 works with https://codereview.appspot.com/6491043/. > I'll request owners ...
8 years, 3 months ago (2012-08-28 06:47:13 UTC) #6
Takashi Toyoshima
Hi, Ryan. Could you review this change? This change make it possible to launch pywebsocket ...
8 years, 3 months ago (2012-08-30 02:11:47 UTC) #7
Ryan Sleevi
Note: You probably want to find someone familiar with Chromium Python style to double check ...
8 years, 3 months ago (2012-08-30 02:54:14 UTC) #8
Takashi Toyoshima
http://codereview.chromium.org/10879029/diff/12002/net/tools/testserver/run_testserver.cc File net/tools/testserver/run_testserver.cc (right): http://codereview.chromium.org/10879029/diff/12002/net/tools/testserver/run_testserver.cc#newcode122 net/tools/testserver/run_testserver.cc:122: if (server_type == net::TestServer::TYPE_HTTP) If no scheme option is ...
8 years, 3 months ago (2012-08-31 17:38:20 UTC) #9
Takashi Toyoshima
+akalin as a reviewer for python part. Hi Akalin, Ryan suggest me to add another ...
8 years, 3 months ago (2012-08-31 17:43:58 UTC) #10
akalin
I think phajdan would be a better reviewer, as I'm only familiar with the sync-specific ...
8 years, 3 months ago (2012-08-31 19:50:12 UTC) #11
akalin
8 years, 3 months ago (2012-08-31 19:50:20 UTC) #12
Paweł Hajdan Jr.
http://codereview.chromium.org/10879029/diff/20001/net/test/local_test_server.cc File net/test/local_test_server.cc (right): http://codereview.chromium.org/10879029/diff/20001/net/test/local_test_server.cc#newcode179 net/test/local_test_server.cc:179: AppendToPythonPath(third_party_dir.AppendASCII("pywebsocket") nit: Please follow line wrapping convention from above ...
8 years, 3 months ago (2012-09-01 07:39:10 UTC) #13
Takashi Toyoshima
akalin: Thank you for suggesting proper reviewer. Paweł: Thank you for review. Ahead of revising ...
8 years, 3 months ago (2012-09-01 08:36:59 UTC) #14
Paweł Hajdan Jr.
http://codereview.chromium.org/10879029/diff/20001/net/tools/testserver/run_testserver.cc File net/tools/testserver/run_testserver.cc (right): http://codereview.chromium.org/10879029/diff/20001/net/tools/testserver/run_testserver.cc#newcode121 net/tools/testserver/run_testserver.cc:121: // If no scheme switch is specified, select http ...
8 years, 3 months ago (2012-09-04 09:28:01 UTC) #15
Takashi Toyoshima
Hi Paweł, Sorry for suspending this CL. Now I revised again for landing. Could you ...
8 years, 3 months ago (2012-09-11 06:36:31 UTC) #16
Paweł Hajdan Jr.
https://chromiumcodereview.appspot.com/10879029/diff/31001/net/test/local_test_server.cc File net/test/local_test_server.cc (right): https://chromiumcodereview.appspot.com/10879029/diff/31001/net/test/local_test_server.cc#newcode178 net/test/local_test_server.cc:178: .AppendASCII("src")); nit: Not really, I prefer the _previous_ wrapping ...
8 years, 3 months ago (2012-09-12 10:32:55 UTC) #17
Takashi Toyoshima
Thanks. I revised again. https://chromiumcodereview.appspot.com/10879029/diff/31001/net/test/local_test_server.cc File net/test/local_test_server.cc (right): https://chromiumcodereview.appspot.com/10879029/diff/31001/net/test/local_test_server.cc#newcode178 net/test/local_test_server.cc:178: .AppendASCII("src")); Ah, I see. I ...
8 years, 3 months ago (2012-09-13 07:06:23 UTC) #18
Paweł Hajdan Jr.
LGTM
8 years, 3 months ago (2012-09-13 07:24:47 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/toyoshim@chromium.org/10879029/26014
8 years, 3 months ago (2012-09-13 08:40:22 UTC) #20
commit-bot: I haz the power
Try job failure for 10879029-26014 (retry) on mac for step "compile" (clobber build). It's a ...
8 years, 3 months ago (2012-09-13 08:56:55 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/toyoshim@chromium.org/10879029/29009
8 years, 3 months ago (2012-09-13 09:21:05 UTC) #22
commit-bot: I haz the power
Try job failure for 10879029-29009 (retry) on mac for step "compile" (clobber build). It's a ...
8 years, 3 months ago (2012-09-13 09:37:27 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/toyoshim@chromium.org/10879029/29009
8 years, 3 months ago (2012-09-13 10:14:01 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/toyoshim@chromium.org/10879029/29009
8 years, 3 months ago (2012-09-13 10:20:45 UTC) #25
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build. Your ...
8 years, 3 months ago (2012-09-13 11:17:53 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/toyoshim@chromium.org/10879029/30010
8 years, 3 months ago (2012-09-13 11:37:58 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/toyoshim@chromium.org/10879029/30010
8 years, 3 months ago (2012-09-13 12:41:37 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/toyoshim@chromium.org/10879029/30010
8 years, 3 months ago (2012-09-13 12:43:05 UTC) #29
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/toyoshim@chromium.org/10879029/30010
8 years, 3 months ago (2012-09-13 12:49:24 UTC) #30
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build. Your ...
8 years, 3 months ago (2012-09-13 13:40:28 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/toyoshim@chromium.org/10879029/30010
8 years, 3 months ago (2012-09-14 03:32:02 UTC) #32
commit-bot: I haz the power
Change committed as 156742
8 years, 3 months ago (2012-09-14 04:22:49 UTC) #33
Takashi Toyoshima
Patch Set 12 was landed, but reverted because of following Chromium OS failures. http://build.chromium.org/p/chromium.chromiumos/builders/ChromiumOS%20%28x86%29/builds/8361/steps/VMTest/logs/stdio
8 years, 2 months ago (2012-10-05 12:37:44 UTC) #34
Takashi Toyoshima
https://gerrit.chromium.org/gerrit/34857 After the above change is landed, I'll try to reland this CL again.
8 years, 2 months ago (2012-10-07 04:35:56 UTC) #35
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/toyoshim@chromium.org/10879029/48001
8 years, 2 months ago (2012-10-09 01:30:39 UTC) #36
commit-bot: I haz the power
Change committed as 160782
8 years, 2 months ago (2012-10-09 03:43:21 UTC) #37
jochen (gone - plz use gerrit)
hey this added a new dependency to chrome, but install-build-deps.sh was not updated (nor was ...
8 years, 2 months ago (2012-10-11 09:16:37 UTC) #38
Takashi Toyoshima
8 years, 2 months ago (2012-10-11 11:16:33 UTC) #39
pywebsocket is provided from src/third_party/pywebsocket.
So, I think I don't have to do something about install-build-deps.sh, and so on.

Powered by Google App Engine
This is Rietveld 408576698