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

Issue 1403803002: SkStringPrintf and SkString::printf now are no longer limted by a static buffer (Closed)

Created:
5 years, 2 months ago by hal.canary
Modified:
4 years, 8 months ago
Reviewers:
tomhudson, reed1
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : 2015-10-12 (Monday) 15:52:58 EDT #

Total comments: 2

Patch Set 3 : 2015-10-12 (Monday) 17:37:19 EDT #

Patch Set 4 : 2016-04-22 (Friday) 10:31:37 EDT #

Patch Set 5 : 2016-04-22 (Friday) 10:48:27 EDT #

Patch Set 6 : 2016-04-25 (Monday) 11:33:51 EDT #

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -61 lines) Patch
M src/core/SkString.cpp View 1 2 3 4 5 3 chunks +54 lines, -9 lines 0 comments Download
M src/pdf/SkPDFMetadata.cpp View 1 2 3 3 chunks +4 lines, -52 lines 0 comments Download
M tests/StringTest.cpp View 1 2 3 4 5 2 chunks +27 lines, -0 lines 0 comments Download

Messages

Total messages: 38 (19 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1403803002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1403803002/1
5 years, 2 months ago (2015-10-12 19:49:04 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Win-MSVC-x86_64-Debug-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Win-MSVC-x86_64-Debug-Trybot/builds/3704)
5 years, 2 months ago (2015-10-12 19:51:08 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1403803002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1403803002/20001
5 years, 2 months ago (2015-10-12 19:54:31 UTC) #6
hal.canary
PTAL
5 years, 2 months ago (2015-10-12 20:03:50 UTC) #11
reed1
unittest?
5 years, 2 months ago (2015-10-12 20:15:24 UTC) #13
tomhudson
https://codereview.chromium.org/1403803002/diff/20001/src/core/SkString.cpp File src/core/SkString.cpp (right): https://codereview.chromium.org/1403803002/diff/20001/src/core/SkString.cpp#newcode659 src/core/SkString.cpp:659: // Improvement on SkStringPrintf to allow for arbitrarily long ...
5 years, 2 months ago (2015-10-12 20:21:01 UTC) #14
hal.canary
On 2015/10/12 20:21:01, tomhudson wrote: > https://codereview.chromium.org/1403803002/diff/20001/src/core/SkString.cpp > File src/core/SkString.cpp (right): > > https://codereview.chromium.org/1403803002/diff/20001/src/core/SkString.cpp#newcode659 > ...
5 years, 2 months ago (2015-10-12 20:24:39 UTC) #15
hal.canary
On 2015/10/12 20:15:24, reed1 wrote: > unittest? done
5 years, 2 months ago (2015-10-12 21:38:13 UTC) #16
hal.canary
https://codereview.chromium.org/1403803002/diff/20001/src/core/SkString.cpp File src/core/SkString.cpp (right): https://codereview.chromium.org/1403803002/diff/20001/src/core/SkString.cpp#newcode659 src/core/SkString.cpp:659: // Improvement on SkStringPrintf to allow for arbitrarily long ...
5 years, 2 months ago (2015-10-12 21:38:24 UTC) #17
hal.canary
Also, the unit test uncovered a bug, which required me to refactor again.
5 years, 2 months ago (2015-10-12 21:38:55 UTC) #18
tomhudson
lgtm
5 years, 2 months ago (2015-10-13 17:49:10 UTC) #19
tomhudson
On 2015/10/13 17:49:10, tomhudson wrote: > lgtm This appears to never have landed - is ...
4 years, 8 months ago (2016-04-22 14:05:22 UTC) #20
hal.canary
On 2016/04/22 14:05:22, tomhudson wrote: > On 2015/10/13 17:49:10, tomhudson wrote: > > lgtm > ...
4 years, 8 months ago (2016-04-22 14:19:48 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1403803002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1403803002/80001
4 years, 8 months ago (2016-04-22 14:49:18 UTC) #26
commit-bot: I haz the power
Committed patchset #5 (id:80001) as https://skia.googlesource.com/skia/+/606cadd5aac62299ef2e277709b3684cae2bf96c
4 years, 8 months ago (2016-04-22 15:03:07 UTC) #28
hal.canary
A revert of this CL (patchset #5 id:80001) has been created in https://codereview.chromium.org/1908423002/ by halcanary@google.com. ...
4 years, 8 months ago (2016-04-22 15:18:49 UTC) #29
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1403803002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1403803002/100001
4 years, 8 months ago (2016-04-25 15:34:41 UTC) #32
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1403803002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1403803002/100001
4 years, 8 months ago (2016-04-25 16:24:41 UTC) #36
commit-bot: I haz the power
4 years, 8 months ago (2016-04-25 16:25:38 UTC) #38
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://skia.googlesource.com/skia/+/d51bdae4e145bfede693f97cf0d54a56d33d3c9e

Powered by Google App Engine
This is Rietveld 408576698