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

Issue 7065045: Show the paint's typeface information in the details pane of the debugger. (Closed)

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

Description

Show the paint's typeface information in the details pane of the debugger. Also add a convenience constructor for SkMemoryStream that takes the SkData directly (instead of having to construct an empty one and call setData). Committed: https://code.google.com/p/skia/source/detail?r=7048

Patch Set 1 #

Total comments: 7

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -1 line) Patch
M debugger/SkObjectParser.cpp View 1 2 chunks +26 lines, -1 line 0 comments Download
M gyp/debugger.gyp View 1 1 chunk +1 line, -0 lines 0 comments Download
M include/core/SkStream.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/core/SkStream.cpp View 1 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 5
Humper
https://codereview.appspot.com/7065045/diff/1/debugger/SkObjectParser.cpp File debugger/SkObjectParser.cpp (right): https://codereview.appspot.com/7065045/diff/1/debugger/SkObjectParser.cpp#newcode104 debugger/SkObjectParser.cpp:104: SkString* mPaint = new SkString("<dl><dt>SkPaint:</dt><dd><dl><dt>Color:</dt><dd>0x"); Since the details pane ...
11 years, 4 months ago (2013-01-05 01:36:59 UTC) #1
DerekS
https://codereview.appspot.com/7065045/diff/1/debugger/SkObjectParser.cpp File debugger/SkObjectParser.cpp (right): https://codereview.appspot.com/7065045/diff/1/debugger/SkObjectParser.cpp#newcode106 debugger/SkObjectParser.cpp:106: mPaint->append( "</dd>" ); To keep with the coding style ...
11 years, 4 months ago (2013-01-07 13:54:09 UTC) #2
Humper
https://codereview.appspot.com/7065045/diff/1/debugger/SkObjectParser.cpp File debugger/SkObjectParser.cpp (right): https://codereview.appspot.com/7065045/diff/1/debugger/SkObjectParser.cpp#newcode106 debugger/SkObjectParser.cpp:106: mPaint->append( "</dd>" ); On 2013/01/07 13:54:10, DerekS wrote: > ...
11 years, 4 months ago (2013-01-07 15:27:17 UTC) #3
reed1
https://codereview.appspot.com/7065045/diff/1/src/core/SkStream.cpp File src/core/SkStream.cpp (right): https://codereview.appspot.com/7065045/diff/1/src/core/SkStream.cpp#newcode303 src/core/SkStream.cpp:303: fData = SkData::NewEmpty(); On 2013/01/07 13:54:10, DerekS wrote: > ...
11 years, 4 months ago (2013-01-07 15:37:49 UTC) #4
DerekS
11 years, 4 months ago (2013-01-07 15:42:13 UTC) #5
lgtm if the spacing style is updated.
Sign in to reply to this message.

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