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

Issue 474973004: Remove implicit conversions from scoped_refptr to T* in net/websockets/ (Closed)

Created:
6 years, 4 months ago by dcheng
Modified:
6 years, 3 months ago
Reviewers:
wtc
CC:
cbentzel+watch_chromium.org, chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

Remove implicit conversions from scoped_refptr to T* in net/websockets/ This patch was generated by running the rewrite_scoped_refptr clang tool on a Linux build. BUG=110610 Committed: https://crrev.com/b206dc41dad7f97d6fe6fad6b4a4cbcc65ab0672 Cr-Commit-Position: refs/heads/master@{#291970}

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -38 lines) Patch
M net/websockets/websocket_basic_stream.cc View 8 chunks +8 lines, -8 lines 0 comments Download
M net/websockets/websocket_basic_stream_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/websockets/websocket_channel.cc View 1 chunk +2 lines, -2 lines 2 comments Download
M net/websockets/websocket_channel_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M net/websockets/websocket_deflate_stream.cc View 5 chunks +9 lines, -7 lines 0 comments Download
M net/websockets/websocket_deflate_stream_test.cc View 1 chunk +2 lines, -1 line 0 comments Download
M net/websockets/websocket_inflater_test.cc View 9 chunks +10 lines, -10 lines 0 comments Download
M net/websockets/websocket_job_test.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M net/websockets/websocket_stream.cc View 1 chunk +1 line, -1 line 0 comments Download
M net/websockets/websocket_stream_test.cc View 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
dcheng
dcheng@chromium.org changed reviewers: + wtc@chromium.org
6 years, 4 months ago (2014-08-25 21:29:09 UTC) #1
dcheng
Unfortunately, we can't make scoped_refptr testable until the conversion operator has been removed. While it ...
6 years, 4 months ago (2014-08-25 21:29:53 UTC) #2
wtc
Patch set 1 LGTM. I assume the reformatting was done by "git cl format"?
6 years, 3 months ago (2014-08-26 18:22:10 UTC) #3
dcheng
On 2014/08/26 at 18:22:10, wtc wrote: > Patch set 1 LGTM. I assume the reformatting ...
6 years, 3 months ago (2014-08-26 18:22:46 UTC) #4
wtc
On 2014/08/26 18:22:46, dcheng (OOO) wrote: > On 2014/08/26 at 18:22:10, wtc wrote: > > ...
6 years, 3 months ago (2014-08-26 18:27:58 UTC) #5
dcheng
https://codereview.chromium.org/474973004/diff/1/net/websockets/websocket_channel.cc File net/websockets/websocket_channel.cc (right): https://codereview.chromium.org/474973004/diff/1/net/websockets/websocket_channel.cc#newcode434 net/websockets/websocket_channel.cc:434: front.data().get() ? front.data()->data() + front.offset() : NULL; On 2014/08/26 ...
6 years, 3 months ago (2014-08-26 18:34:14 UTC) #6
dcheng
The CQ bit was checked by dcheng@chromium.org
6 years, 3 months ago (2014-08-26 18:34:21 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dcheng@chromium.org/474973004/1
6 years, 3 months ago (2014-08-26 18:36:41 UTC) #8
commit-bot: I haz the power
Committed patchset #1 (1) as c795614bb39fb311deb0589651cd91ebf89236f7
6 years, 3 months ago (2014-08-26 19:46:41 UTC) #9
commit-bot: I haz the power
6 years, 3 months ago (2014-09-10 02:45:14 UTC) #10
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/b206dc41dad7f97d6fe6fad6b4a4cbcc65ab0672
Cr-Commit-Position: refs/heads/master@{#291970}

Powered by Google App Engine
This is Rietveld 408576698