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

Issue 2354403002: document.close from bool to void (Closed)

Created:
4 years, 3 months ago by reed1
Modified:
4 years, 3 months ago
CC:
reviews_skia.org
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

document.close from bool to void Nothing meaningful is returned, it is inconsistent with the bulk of the rest of skia's api. The C api is waiting on this change as well. Required chrome CL: https://codereview.chromium.org/2355343003/ BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2354403002 Committed: https://skia.googlesource.com/skia/+/d14df7c700bf77c8c42c791ca7a865c1bbc96679

Patch Set 1 #

Patch Set 2 : catch subclasses #

Patch Set 3 : fix xps #

Patch Set 4 : keep endPortfolio returning a bool #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -27 lines) Patch
M dm/DMSrcSink.cpp View 1 chunk +1 line, -3 lines 0 comments Download
M include/core/SkDocument.h View 1 2 chunks +2 lines, -3 lines 0 comments Download
M src/core/SkDocument.cpp View 1 2 chunks +4 lines, -4 lines 0 comments Download
M src/pdf/SkPDFDocument.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pdf/SkPDFDocument.cpp View 1 2 chunks +2 lines, -3 lines 0 comments Download
M src/utils/SkMultiPictureDocument.cpp View 1 2 chunks +6 lines, -7 lines 0 comments Download
M src/xps/SkDocument_XPS.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M tests/AnnotationTest.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M tests/CanvasTest.cpp View 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 32 (22 generated)
reed1
I posit we don't need the bool, and only in one place does chrome even ...
4 years, 3 months ago (2016-09-21 21:01:21 UTC) #3
hal.canary
On 2016/09/21 21:01:21, reed1 wrote: > I posit we don't need the bool, and only ...
4 years, 3 months ago (2016-09-21 21:04:39 UTC) #6
reed1
On 2016/09/21 21:04:39, Hal Canary wrote: > On 2016/09/21 21:01:21, reed1 wrote: > > I ...
4 years, 3 months ago (2016-09-22 16:53:24 UTC) #19
reed1
ping
4 years, 3 months ago (2016-09-22 17:25:40 UTC) #20
hal.canary
On 2016/09/22 17:25:40, reed1 wrote: > ping Lgtm
4 years, 3 months ago (2016-09-22 19:11:09 UTC) #25
reed1
Perhaps we can change it to void for now, but look-out in the future in ...
4 years, 3 months ago (2016-09-22 20:25:45 UTC) #26
bungeman-skia
lgtm
4 years, 3 months ago (2016-09-22 21:03:02 UTC) #27
reed1
You two should get into the OWNERS file for chrome/printing
4 years, 3 months ago (2016-09-22 21:11:24 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2354403002/60001
4 years, 3 months ago (2016-09-22 21:11:33 UTC) #30
commit-bot: I haz the power
4 years, 3 months ago (2016-09-22 21:12:49 UTC) #32
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://skia.googlesource.com/skia/+/d14df7c700bf77c8c42c791ca7a865c1bbc96679

Powered by Google App Engine
This is Rietveld 408576698