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

Issue 910393003: Rename WriteString to WriteStringPiece16 in SpdyFrameBuilder (Closed)

Created:
5 years, 10 months ago by zhuoyu.qian
Modified:
5 years, 9 months ago
Reviewers:
asanka, *Bence, mmenke
CC:
cbentzel+watch_chromium.org, chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Rename WriteString to WriteStringPiece16 in SpdyFrameBuilder As the comment in net/spdy/spdy_frame_builder.h by hkhalil@, rename WriteString to WriteStringPiece16. BUG=458880 R=bnc@chromium.org Committed: https://crrev.com/d588d971032596c63dd082b3d5c7438997467ddd Cr-Commit-Position: refs/heads/master@{#319804} Committed: https://crrev.com/848a3392144b624965d8e143e1e253380eaf9824 Cr-Commit-Position: refs/heads/master@{#321049}

Patch Set 1 #

Patch Set 2 : use StringPiece #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -13 lines) Patch
M net/spdy/spdy_frame_builder.h View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M net/spdy/spdy_frame_builder.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M net/spdy/spdy_framer.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M net/spdy/spdy_framer_test.cc View 2 chunks +6 lines, -6 lines 0 comments Download

Messages

Total messages: 45 (17 generated)
zhuoyu.qian
There is a patch, please have a review. Thank you.
5 years, 10 months ago (2015-02-16 00:53:25 UTC) #1
asanka
not lgtm. The suggestion isn't to literally give it a new name, but to make ...
5 years, 10 months ago (2015-02-17 18:53:06 UTC) #2
zhuoyu.qian
Update the CL as the comment above. PHAL. =)
5 years, 10 months ago (2015-02-26 03:24:27 UTC) #3
asanka
asanka -> bnc
5 years, 9 months ago (2015-03-02 21:40:21 UTC) #6
Bence
Matt: please help me out here. The CL looks okay to me, especially because it ...
5 years, 9 months ago (2015-03-04 20:05:35 UTC) #8
mmenke
On 2015/03/04 20:05:35, Bence wrote: > Matt: please help me out here. The CL looks ...
5 years, 9 months ago (2015-03-04 20:30:04 UTC) #9
Bence
Matt: thanks for your response. zhuoyu.qian: LGTM. Optionally, feel free to change the signature of ...
5 years, 9 months ago (2015-03-05 02:19:12 UTC) #10
Bence
Asanka, PTAL. I'm not an owner, so I believe your approval is still required.
5 years, 9 months ago (2015-03-06 18:52:19 UTC) #11
asanka
On 2015/03/06 18:52:19, Bence wrote: > Asanka, PTAL. I'm not an owner, so I believe ...
5 years, 9 months ago (2015-03-06 21:47:40 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/910393003/40001
5 years, 9 months ago (2015-03-09 01:38:03 UTC) #14
commit-bot: I haz the power
Failed to apply the patch.
5 years, 9 months ago (2015-03-09 02:42:46 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/910393003/40001
5 years, 9 months ago (2015-03-09 03:16:57 UTC) #19
commit-bot: I haz the power
Failed to apply the patch.
5 years, 9 months ago (2015-03-09 03:17:21 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/910393003/40001
5 years, 9 months ago (2015-03-09 06:01:58 UTC) #24
commit-bot: I haz the power
Failed to apply the patch.
5 years, 9 months ago (2015-03-09 06:02:40 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/910393003/40001
5 years, 9 months ago (2015-03-09 07:09:10 UTC) #29
commit-bot: I haz the power
Failed to apply the patch.
5 years, 9 months ago (2015-03-09 07:10:04 UTC) #31
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/910393003/40001
5 years, 9 months ago (2015-03-10 01:08:01 UTC) #34
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 9 months ago (2015-03-10 01:09:05 UTC) #35
commit-bot: I haz the power
Patchset 3 (id:??) landed as https://crrev.com/d588d971032596c63dd082b3d5c7438997467ddd Cr-Commit-Position: refs/heads/master@{#319804}
5 years, 9 months ago (2015-03-10 01:09:39 UTC) #36
gab
A revert of this CL (patchset #3 id:40001) has been created in https://codereview.chromium.org/991313002/ by gab@chromium.org. ...
5 years, 9 months ago (2015-03-10 14:05:29 UTC) #37
gab
Looks like this revert indeed fixed the build issues on http://build.chromium.org/p/chromium.mac/builders/iOS_Device.
5 years, 9 months ago (2015-03-10 14:40:17 UTC) #38
Bence
On 2015/03/10 14:40:17, gab wrote: > Looks like this revert indeed fixed the build issues ...
5 years, 9 months ago (2015-03-17 19:30:12 UTC) #39
zhuoyu.qian
On 2015/03/17 19:30:12, Bence wrote: > On 2015/03/10 14:40:17, gab wrote: > > Looks like ...
5 years, 9 months ago (2015-03-18 00:50:40 UTC) #40
Bence
On 2015/03/18 00:50:40, zhuoyu.qian wrote: > On 2015/03/17 19:30:12, Bence wrote: > > On 2015/03/10 ...
5 years, 9 months ago (2015-03-18 00:54:57 UTC) #41
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/910393003/40001
5 years, 9 months ago (2015-03-18 00:56:49 UTC) #43
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years, 9 months ago (2015-03-18 01:58:10 UTC) #44
commit-bot: I haz the power
5 years, 9 months ago (2015-03-18 01:59:22 UTC) #45
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/848a3392144b624965d8e143e1e253380eaf9824
Cr-Commit-Position: refs/heads/master@{#321049}

Powered by Google App Engine
This is Rietveld 408576698