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

Issue 6267043: clt debugger (Closed)

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

Description

clt debugger Committed: https://code.google.com/p/skia/source/detail?r=4404

Patch Set 1 : #

Total comments: 30

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

Patch Set 4 : #

Total comments: 45

Patch Set 5 : #

Patch Set 6 : #

Patch Set 7 : #

Total comments: 107

Patch Set 8 : #

Total comments: 20

Patch Set 9 : #

Patch Set 10 : #

Patch Set 11 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5295 lines, -0 lines) Patch
A debugger/QT/SkCanvasWidget.h View 1 2 3 4 5 6 7 1 chunk +118 lines, -0 lines 0 comments Download
A debugger/QT/SkCanvasWidget.cpp View 1 2 3 4 5 6 7 1 chunk +73 lines, -0 lines 0 comments Download
A debugger/QT/SkDebuggerGUI.h View 1 2 3 4 5 6 7 1 chunk +229 lines, -0 lines 0 comments Download
A debugger/QT/SkDebuggerGUI.cpp View 1 2 3 4 5 6 7 8 1 chunk +593 lines, -0 lines 0 comments Download
A debugger/QT/SkIcons.qrc View 1 2 3 4 5 6 7 8 1 chunk +18 lines, -0 lines 0 comments Download
A debugger/QT/SkInspectorWidget.h View 1 2 3 4 5 6 7 8 1 chunk +86 lines, -0 lines 0 comments Download
A debugger/QT/SkInspectorWidget.cpp View 1 2 3 4 5 6 7 8 1 chunk +127 lines, -0 lines 0 comments Download
A debugger/QT/SkListWidget.h View 1 2 3 4 5 6 7 1 chunk +43 lines, -0 lines 0 comments Download
A debugger/QT/SkListWidget.cpp View 1 2 3 4 5 6 7 1 chunk +80 lines, -0 lines 0 comments Download
A debugger/QT/SkSettingsWidget.h View 1 2 3 4 5 6 7 1 chunk +60 lines, -0 lines 0 comments Download
A debugger/QT/SkSettingsWidget.cpp View 1 2 3 4 5 6 7 8 1 chunk +77 lines, -0 lines 0 comments Download
A debugger/QT/moc_SkCanvasWidget.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +69 lines, -0 lines 0 comments Download
A debugger/QT/moc_SkDebuggerGUI.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +123 lines, -0 lines 0 comments Download
A debugger/QT/moc_SkInspectorWidget.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +69 lines, -0 lines 0 comments Download
A debugger/QT/moc_SkSettingsWidget.cpp View 1 2 3 4 5 6 7 8 9 1 chunk +69 lines, -0 lines 0 comments Download
A debugger/QT/qrc_SkIcons.cpp View 1 2 3 4 5 6 7 8 1 chunk +1725 lines, -0 lines 0 comments Download
A debugger/SkDebugCanvas.h View 1 2 3 4 5 6 7 8 1 chunk +174 lines, -0 lines 0 comments Download
A debugger/SkDebugCanvas.cpp View 1 2 3 4 5 6 7 8 1 chunk +289 lines, -0 lines 0 comments Download
A debugger/SkDebugger.cpp View 1 2 3 4 5 6 7 1 chunk +17 lines, -0 lines 0 comments Download
A debugger/SkDrawCommand.h View 1 2 3 4 5 6 7 8 1 chunk +346 lines, -0 lines 0 comments Download
A debugger/SkDrawCommand.cpp View 1 2 3 4 5 6 7 8 1 chunk +491 lines, -0 lines 0 comments Download
A debugger/SkObjectParser.h View 1 2 3 4 5 6 7 1 chunk +114 lines, -0 lines 0 comments Download
A debugger/SkObjectParser.cpp View 1 2 3 4 5 6 7 8 1 chunk +185 lines, -0 lines 0 comments Download
A debugger/moc.sh View 1 2 3 4 5 6 7 1 chunk +12 lines, -0 lines 0 comments Download
A gyp/debugger.gyp View 1 2 3 4 5 6 7 1 chunk +93 lines, -0 lines 0 comments Download
M skia.gyp View 1 2 3 4 5 6 7 8 9 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 13
chudy
First CLT
11 years, 11 months ago (2012-06-01 18:08:27 UTC) #1
chudy
Updated and got rid of first patch set. Lots of useless includes and comments removed ...
11 years, 11 months ago (2012-06-01 19:26:34 UTC) #2
DerekS
https://codereview.appspot.com/6267043/diff/2001/debugger/SkDebugCanvas.cpp File debugger/SkDebugCanvas.cpp (right): https://codereview.appspot.com/6267043/diff/2001/debugger/SkDebugCanvas.cpp#newcode3 debugger/SkDebugCanvas.cpp:3: * Copyright 2012 The Android Open Source Project use ...
11 years, 11 months ago (2012-06-01 20:14:29 UTC) #3
chudy
Fixed and applied comments throughout files https://codereview.appspot.com/6267043/diff/2001/debugger/SkDebugCanvas.cpp File debugger/SkDebugCanvas.cpp (right): https://codereview.appspot.com/6267043/diff/2001/debugger/SkDebugCanvas.cpp#newcode3 debugger/SkDebugCanvas.cpp:3: * Copyright 2012 ...
11 years, 11 months ago (2012-06-01 21:24:14 UTC) #4
DerekS
looks good for now, let's focus on the qt progress now so we can see ...
11 years, 11 months ago (2012-06-04 13:56:50 UTC) #5
chudy
Updated. Still some renaming to do in the ui_SkDebuggerUI.h file but I skimmed through and ...
11 years, 10 months ago (2012-06-18 18:22:42 UTC) #6
DerekS
here is my initial set of comments. I haven't made it through all the files ...
11 years, 10 months ago (2012-06-18 20:01:18 UTC) #7
chudy
Spruced things up. Added a hacky function to allow the user to change directories via ...
11 years, 10 months ago (2012-06-20 23:11:17 UTC) #8
DerekS
https://codereview.appspot.com/6267043/diff/38001/debugger/QT/SkDebuggerGUI.cpp File debugger/QT/SkDebuggerGUI.cpp (right): https://codereview.appspot.com/6267043/diff/38001/debugger/QT/SkDebuggerGUI.cpp#newcode23 debugger/QT/SkDebuggerGUI.cpp:23: // connect(fDirectoryWidget, SIGNAL(itemActivated(QListWidgetItem*)), this, SLOT(loadFile(QListWidgetItem *))); remove this https://codereview.appspot.com/6267043/diff/38001/debugger/QT/SkDebuggerGUI.cpp#newcode75 ...
11 years, 10 months ago (2012-06-26 19:48:21 UTC) #9
chudy
https://codereview.appspot.com/6267043/diff/38001/debugger/QT/SkDebuggerGUI.cpp File debugger/QT/SkDebuggerGUI.cpp (right): https://codereview.appspot.com/6267043/diff/38001/debugger/QT/SkDebuggerGUI.cpp#newcode23 debugger/QT/SkDebuggerGUI.cpp:23: // connect(fDirectoryWidget, SIGNAL(itemActivated(QListWidgetItem*)), this, SLOT(loadFile(QListWidgetItem *))); On 2012/06/26 19:48:21, ...
11 years, 10 months ago (2012-06-27 15:40:28 UTC) #10
DerekS
https://codereview.appspot.com/6267043/diff/46001/debugger/QT/SkDebuggerGUI.cpp File debugger/QT/SkDebuggerGUI.cpp (right): https://codereview.appspot.com/6267043/diff/46001/debugger/QT/SkDebuggerGUI.cpp#newcode89 debugger/QT/SkDebuggerGUI.cpp:89: QPixmap("/usr/local/google/home/chudy/Icons/delete.png")); remove the local file dependencies https://codereview.appspot.com/6267043/diff/46001/debugger/SkDebugCanvas.cpp File debugger/SkDebugCanvas.cpp ...
11 years, 10 months ago (2012-06-28 16:00:45 UTC) #11
chudy
Fixed all previous comments. Added stubs for matrix, clip and settings widget. They are physically ...
11 years, 10 months ago (2012-06-28 20:26:56 UTC) #12
DerekS
11 years, 10 months ago (2012-06-29 12:57:49 UTC) #13
lgtm. Let's get this code in and start iterating over the TODO's and send out
some instructions for early adopters.

https://codereview.appspot.com/6267043/diff/46001/debugger/SkDrawCommand.cpp
File debugger/SkDrawCommand.cpp (right):

https://codereview.appspot.com/6267043/diff/46001/debugger/SkDrawCommand.cpp#...
debugger/SkDrawCommand.cpp:294: SkScalar constX = xpos[0];
On 2012/06/28 20:26:56, chudy wrote:
> On 2012/06/28 16:00:45, DerekS wrote:
> > you shouldn't need to. The SkObjectParser functions should take const params
> 
> Fixed. Still confused though with the implementation of xpos[]. Is it a
pointer?
> I don't think its an array since SkScalar typedefs to a float...

Yes xpos is just a pointer to an array of SkScalars.
Sign in to reply to this message.

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