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

Issue 835903002: debugger: Update inspector view data consistently while paused (Closed)

Created:
5 years, 11 months ago by Kimmo Kinnunen
Modified:
5 years, 11 months ago
Reviewers:
robertphillips
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@debugger-small-things-02-debuggergui-redundant-variables
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

debugger: Update inspector view data consistently while paused Make all fields of inspector view (details tab, clipstack tab, geometry view) update the correct info when user selects a draw command. Also update the info regardless if the painting is paused or not. Current clip and matrix will not update consistently even after this patch, as they depend on stateful debug canvas draw (may be fixed later). Committed: https://skia.googlesource.com/skia/+/0cfeaf3ac1e7edcf3b618c9f33f4b4bc30321324

Patch Set 1 #

Patch Set 2 : rename a function #

Total comments: 4

Patch Set 3 : address review commits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+57 lines, -51 lines) Patch
M debugger/QT/SkDebuggerGUI.h View 1 3 chunks +2 lines, -7 lines 0 comments Download
M debugger/QT/SkDebuggerGUI.cpp View 1 2 6 chunks +39 lines, -36 lines 0 comments Download
M debugger/QT/SkDrawCommandGeometryWidget.h View 1 chunk +5 lines, -4 lines 0 comments Download
M debugger/QT/SkDrawCommandGeometryWidget.cpp View 1 2 4 chunks +11 lines, -4 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
Kimmo Kinnunen
5 years, 11 months ago (2015-01-05 12:07:02 UTC) #2
robertphillips
lgtm + nits https://codereview.chromium.org/835903002/diff/20001/debugger/QT/SkDebuggerGUI.cpp File debugger/QT/SkDebuggerGUI.cpp (right): https://codereview.chromium.org/835903002/diff/20001/debugger/QT/SkDebuggerGUI.cpp#newcode419 debugger/QT/SkDebuggerGUI.cpp:419: Don't we no longer need this ...
5 years, 11 months ago (2015-01-05 19:14:09 UTC) #3
Kimmo Kinnunen
https://codereview.chromium.org/835903002/diff/20001/debugger/QT/SkDebuggerGUI.cpp File debugger/QT/SkDebuggerGUI.cpp (right): https://codereview.chromium.org/835903002/diff/20001/debugger/QT/SkDebuggerGUI.cpp#newcode419 debugger/QT/SkDebuggerGUI.cpp:419: On 2015/01/05 19:14:09, robertphillips wrote: > Don't we no ...
5 years, 11 months ago (2015-01-07 07:33:48 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/835903002/40001
5 years, 11 months ago (2015-01-07 07:35:42 UTC) #6
commit-bot: I haz the power
5 years, 11 months ago (2015-01-07 15:33:50 UTC) #7
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://skia.googlesource.com/skia/+/0cfeaf3ac1e7edcf3b618c9f33f4b4bc30321324

Powered by Google App Engine
This is Rietveld 408576698