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

Issue 810033004: debugger: Remove few redundant variables (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-01-sk-graphics
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

debugger: Remove few redundant variables Use the GUI widget states instead of instance variables reflecting the widget state. Fixes the case where pause state would be left on when switching files, but the image would change to the last frame of newly loaded image. Committed: https://skia.googlesource.com/skia/+/f3a9e993399fcb8dae4bf6f1dd9674a72b289da3

Patch Set 1 #

Total comments: 10

Patch Set 2 : address review comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -23 lines) Patch
M debugger/QT/SkDebuggerGUI.h View 2 chunks +4 lines, -4 lines 0 comments Download
M debugger/QT/SkDebuggerGUI.cpp View 1 11 chunks +18 lines, -19 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
Kimmo Kinnunen
5 years, 11 months ago (2015-01-02 14:11:48 UTC) #2
robertphillips
lgtm + nits https://codereview.chromium.org/810033004/diff/1/debugger/QT/SkDebuggerGUI.cpp File debugger/QT/SkDebuggerGUI.cpp (right): https://codereview.chromium.org/810033004/diff/1/debugger/QT/SkDebuggerGUI.cpp#newcode132 debugger/QT/SkDebuggerGUI.cpp:132: list->setIndexStyle(indexStyleToggle ? SkListWidget::kOffset_IndexStyle : Move the ...
5 years, 11 months ago (2015-01-02 14:51:46 UTC) #3
Kimmo Kinnunen
https://codereview.chromium.org/810033004/diff/1/debugger/QT/SkDebuggerGUI.cpp File debugger/QT/SkDebuggerGUI.cpp (right): https://codereview.chromium.org/810033004/diff/1/debugger/QT/SkDebuggerGUI.cpp#newcode132 debugger/QT/SkDebuggerGUI.cpp:132: list->setIndexStyle(indexStyleToggle ? SkListWidget::kOffset_IndexStyle : On 2015/01/02 14:51:46, robertphillips wrote: ...
5 years, 11 months ago (2015-01-05 09:04:22 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/810033004/20001
5 years, 11 months ago (2015-01-05 09:05:29 UTC) #6
commit-bot: I haz the power
5 years, 11 months ago (2015-01-05 09:14:14 UTC) #7
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://skia.googlesource.com/skia/+/f3a9e993399fcb8dae4bf6f1dd9674a72b289da3

Powered by Google App Engine
This is Rietveld 408576698