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

Issue 7482041: DevTools: no way to remote debug using ToT build. (Closed)

Created:
9 years, 5 months ago by loislo
Modified:
7 years, 8 months ago
Reviewers:
not_yurys, eroman, pfeldman
CC:
chromium-reviews, cbentzel+watch_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

DevTools: no way to remote debug using ToT build. Remote debugging works with Chrome M13 as a client, but not M14. WebSocket server should be updated. BUG=90743 TEST=none R=pfeldman,yurys

Patch Set 1 #

Patch Set 2 : cosmetic changes #

Total comments: 7

Patch Set 3 : comments addressed #

Total comments: 4

Patch Set 4 : web_socket class was extracted. #

Total comments: 16
Unified diffs Side-by-side diffs Delta from patch set Stats (+570 lines, -169 lines) Patch
M net/base/listen_socket.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M net/net.gyp View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A net/server/OWNERS View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M net/server/http_server.h View 1 2 3 3 chunks +46 lines, -20 lines 4 comments Download
M net/server/http_server.cc View 1 2 3 16 chunks +97 lines, -148 lines 0 comments Download
A net/server/web_socket.h View 1 2 3 1 chunk +43 lines, -0 lines 5 comments Download
A net/server/web_socket.cc View 1 2 3 1 chunk +380 lines, -0 lines 7 comments Download

Messages

Total messages: 7 (0 generated)
loislo
9 years, 5 months ago (2011-07-28 09:15:28 UTC) #1
pfeldman
http://codereview.chromium.org/7482041/diff/4/net/server/http_server.cc File net/server/http_server.cc (right): http://codereview.chromium.org/7482041/diff/4/net/server/http_server.cc#newcode402 net/server/http_server.cc:402: if (version.length()) { compare to "8"? http://codereview.chromium.org/7482041/diff/4/net/server/http_server.cc#newcode491 net/server/http_server.cc:491: std::string ...
9 years, 4 months ago (2011-07-28 09:32:47 UTC) #2
loislo
9 years, 4 months ago (2011-07-28 14:19:25 UTC) #3
pfeldman
http://codereview.chromium.org/7482041/diff/5001/net/server/http_server.cc File net/server/http_server.cc (right): http://codereview.chromium.org/7482041/diff/5001/net/server/http_server.cc#newcode377 net/server/http_server.cc:377: if (!ParseHeaders(connection, &request, &pos)) Please add FIXME suggesting that ...
9 years, 4 months ago (2011-07-28 14:54:18 UTC) #4
loislo
web_socket classes were extracted
9 years, 4 months ago (2011-07-30 18:14:59 UTC) #5
eroman
http://codereview.chromium.org/7482041/diff/8001/net/server/http_server.h File net/server/http_server.h (right): http://codereview.chromium.org/7482041/diff/8001/net/server/http_server.h#newcode30 net/server/http_server.h:30: const std::string& RecvData() const { return recv_data_; } nit: ...
9 years, 4 months ago (2011-08-02 18:46:41 UTC) #6
eroman
9 years, 4 months ago (2011-08-02 18:52:56 UTC) #7
oops, please disregard, wrong review thread :)

Powered by Google App Engine
This is Rietveld 408576698