Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1249)

Issue 4029051: [PDF] Clean up ref counting. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 5 months ago by Steve VanDeBogart
Modified:
13 years, 5 months ago
Reviewers:
reed1
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk
Visibility:
Public.

Description

[PDF] Clean up ref counting. Return ref'd objs where possible enabling removal of many SkRefPtr<> variables. Committed: http://code.google.com/p/skia/source/detail?r=750

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+199 lines, -383 lines) Patch
M include/pdf/SkPDFCatalog.h View 1 chunk +3 lines, -2 lines 2 comments Download
M include/pdf/SkPDFFormXObject.h View 1 chunk +6 lines, -4 lines 0 comments Download
M include/pdf/SkPDFImage.h View 2 chunks +9 lines, -6 lines 0 comments Download
M include/pdf/SkPDFStream.h View 1 chunk +6 lines, -4 lines 0 comments Download
M include/pdf/SkPDFTypes.h View 2 chunks +13 lines, -9 lines 0 comments Download
M src/pdf/SkPDFCatalog.cpp View 2 chunks +2 lines, -1 line 0 comments Download
M src/pdf/SkPDFDevice.cpp View 5 chunks +13 lines, -29 lines 0 comments Download
M src/pdf/SkPDFDocument.cpp View 2 chunks +6 lines, -18 lines 0 comments Download
M src/pdf/SkPDFFont.cpp View 13 chunks +76 lines, -180 lines 0 comments Download
M src/pdf/SkPDFFormXObject.cpp View 3 chunks +8 lines, -17 lines 0 comments Download
M src/pdf/SkPDFGraphicState.cpp View 2 chunks +14 lines, -29 lines 0 comments Download
M src/pdf/SkPDFImage.cpp View 7 chunks +25 lines, -54 lines 0 comments Download
M src/pdf/SkPDFPage.cpp View 3 chunks +3 lines, -10 lines 0 comments Download
M src/pdf/SkPDFStream.cpp View 2 chunks +6 lines, -12 lines 0 comments Download
M src/pdf/SkPDFTypes.cpp View 2 chunks +9 lines, -8 lines 0 comments Download

Messages

Total messages: 6
Steve VanDeBogart
Thanks for making the suggestion, this pattern has made some of the PDF code more ...
13 years, 5 months ago (2011-02-01 18:51:43 UTC) #1
reed1
As I noted in the first header, I think the API documentation should point out ...
13 years, 5 months ago (2011-02-01 18:56:32 UTC) #2
Steve VanDeBogart
http://codereview.appspot.com/4029051/diff/1/include/pdf/SkPDFCatalog.h File include/pdf/SkPDFCatalog.h (right): http://codereview.appspot.com/4029051/diff/1/include/pdf/SkPDFCatalog.h#newcode43 include/pdf/SkPDFCatalog.h:43: SkPDFObject* addObject(SkPDFObject* obj, bool onFirstPage); On 2011/02/01 18:56:32, reed1 ...
13 years, 5 months ago (2011-02-01 19:00:40 UTC) #3
reed1
Ah, I didn't see that. That sounds good. On Tue, Feb 1, 2011 at 2:00 ...
13 years, 5 months ago (2011-02-01 19:05:15 UTC) #4
Steve VanDeBogart
Sorry, was that a LGTM? On 2011/02/01 19:05:15, reed1 wrote: > Ah, I didn't see ...
13 years, 5 months ago (2011-02-01 21:41:28 UTC) #5
reed1
13 years, 5 months ago (2011-02-01 21:57:03 UTC) #6
LGTM
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b