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

Issue 2000853003: SkXPS: clean up SkConstexprMath (Closed)

Created:
4 years, 7 months ago by hal.canary
Modified:
4 years, 6 months ago
Reviewers:
bungeman-skia
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 : 2016-05-22 (Sunday) 13:44:31 EDT #

Total comments: 10

Patch Set 2 : 2016-05-23 (Monday) 11:33:25 EDT #

Patch Set 3 : 2016-05-23 (Monday) 11:47:20 EDT #

Patch Set 4 : 2016-05-23 (Monday) 12:51:27 EDT #

Total comments: 4

Patch Set 5 : 2016-05-28 (Saturday) 12:57:46 EDT #

Total comments: 2

Patch Set 6 : 2016-05-30 (Monday) 10:22:51 EDT #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -62 lines) Patch
M gyp/xps.gyp View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/xps/SkConstexprMath.h View 1 1 chunk +0 lines, -54 lines 0 comments Download
M src/xps/SkXPSDevice.cpp View 1 2 3 4 5 4 chunks +11 lines, -7 lines 1 comment Download

Messages

Total messages: 48 (28 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/2000853003/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2000853003/200001
4 years, 7 months ago (2016-05-22 13:01:19 UTC) #12
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: Build-Win-MSVC-x86-Debug-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Win-MSVC-x86-Debug-Trybot/builds/8706) Build-Win-MSVC-x86_64-Debug-Trybot on ...
4 years, 7 months ago (2016-05-22 13:08:29 UTC) #15
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2000853003/260001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2000853003/260001
4 years, 7 months ago (2016-05-22 18:01:35 UTC) #20
hal.canary
PTAL
4 years, 7 months ago (2016-05-22 18:08:55 UTC) #23
bungeman-skia
I think c++11 and SkTMax allows us to remove this file? https://codereview.chromium.org/2000853003/diff/260001/src/xps/SkConstexprMath.h File src/xps/SkConstexprMath.h (right): ...
4 years, 7 months ago (2016-05-23 15:04:49 UTC) #25
hal.canary
https://codereview.chromium.org/2000853003/diff/260001/src/xps/SkConstexprMath.h File src/xps/SkConstexprMath.h (right): https://codereview.chromium.org/2000853003/diff/260001/src/xps/SkConstexprMath.h#newcode14 src/xps/SkConstexprMath.h:14: /** Compile-time constant floor(log_{b}(n)) */ On 2016/05/23 15:04:49, bungeman-skia ...
4 years, 7 months ago (2016-05-23 16:55:39 UTC) #26
hal.canary
On 2016/05/23 15:04:49, bungeman-skia wrote: > I think c++11 and SkTMax allows us to remove ...
4 years, 7 months ago (2016-05-23 16:55:57 UTC) #27
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2000853003/320001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2000853003/320001
4 years, 7 months ago (2016-05-23 17:16:43 UTC) #29
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 7 months ago (2016-05-23 17:30:20 UTC) #31
bungeman-skia
https://codereview.chromium.org/2000853003/diff/320001/src/xps/SkXPSDevice.cpp File src/xps/SkXPSDevice.cpp (right): https://codereview.chromium.org/2000853003/diff/320001/src/xps/SkXPSDevice.cpp#newcode205 src/xps/SkXPSDevice.cpp:205: constexpr size_t size = SkTMax<size_t>( Both parameters are size_t ...
4 years, 7 months ago (2016-05-23 18:12:38 UTC) #32
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2000853003/340001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2000853003/340001
4 years, 6 months ago (2016-05-28 16:58:22 UTC) #34
hal.canary
https://codereview.chromium.org/2000853003/diff/320001/src/xps/SkXPSDevice.cpp File src/xps/SkXPSDevice.cpp (right): https://codereview.chromium.org/2000853003/diff/320001/src/xps/SkXPSDevice.cpp#newcode205 src/xps/SkXPSDevice.cpp:205: constexpr size_t size = SkTMax<size_t>( On 2016/05/23 18:12:38, bungeman-skia ...
4 years, 6 months ago (2016-05-28 17:05:54 UTC) #35
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-05-28 17:11:21 UTC) #37
bungeman-skia
https://codereview.chromium.org/2000853003/diff/340001/src/xps/SkXPSDevice.cpp File src/xps/SkXPSDevice.cpp (right): https://codereview.chromium.org/2000853003/diff/340001/src/xps/SkXPSDevice.cpp#newcode237 src/xps/SkXPSDevice.cpp:237: + static_cast<size_t>(std::numeric_limits<unsigned>::digits10 + 1); sk_digits_in(decltype(fCurrentPage))?
4 years, 6 months ago (2016-05-29 23:02:52 UTC) #38
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2000853003/360001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2000853003/360001
4 years, 6 months ago (2016-05-30 14:23:07 UTC) #40
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
4 years, 6 months ago (2016-05-30 14:37:41 UTC) #42
hal.canary
https://codereview.chromium.org/2000853003/diff/340001/src/xps/SkXPSDevice.cpp File src/xps/SkXPSDevice.cpp (right): https://codereview.chromium.org/2000853003/diff/340001/src/xps/SkXPSDevice.cpp#newcode237 src/xps/SkXPSDevice.cpp:237: + static_cast<size_t>(std::numeric_limits<unsigned>::digits10 + 1); On 2016/05/29 23:02:52, bungeman-skia wrote: ...
4 years, 6 months ago (2016-05-30 15:30:47 UTC) #43
bungeman-skia
lgtm https://codereview.chromium.org/2000853003/diff/360001/src/xps/SkXPSDevice.cpp File src/xps/SkXPSDevice.cpp (right): https://codereview.chromium.org/2000853003/diff/360001/src/xps/SkXPSDevice.cpp#newcode209 src/xps/SkXPSDevice.cpp:209: constexpr size_t size = SkTMax( I've gone back ...
4 years, 6 months ago (2016-05-31 18:07:17 UTC) #44
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2000853003/360001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/2000853003/360001
4 years, 6 months ago (2016-05-31 18:07:28 UTC) #46
commit-bot: I haz the power
4 years, 6 months ago (2016-05-31 18:23:45 UTC) #48
Message was sent while issue was closed.
Committed patchset #6 (id:360001) as
https://skia.googlesource.com/skia/+/bfa9275968d11d459b30a485cedcb55c7fecf9d7

Powered by Google App Engine
This is Rietveld 408576698