Chromium Code Reviews
Help | Chromium Project | Gerrit Changes | Sign in
(107)

Issue 1149373004: Devtools: Extensible toolbar in SSP (Closed)

Created:
4 years, 11 months ago by sergeyv
Modified:
4 years, 11 months ago
Reviewers:
lushnikov, pfeldman
CC:
blink-reviews, caseq+blink_chromium.org, shans, rjwright, blink-reviews-style_chromium.org, blink-reviews-animation_chromium.org, darktears, yurys+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, sergeyv+blink_chromium.org, Eric Willigers, kozyatinskiy+blink_chromium.org
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Devtools: Extensible toolbar in SSP BUG= Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196415

Patch Set 1 #

Total comments: 12

Patch Set 2 : Address comments #

Patch Set 3 : Fix naming #

Total comments: 10

Patch Set 4 : Address comments #

Patch Set 5 : Fix regressions #

Patch Set 6 : Rebase #

Patch Set 7 : Fix border line #

Total comments: 8

Patch Set 8 : Address comments #

Patch Set 9 : Fix test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+376 lines, -152 lines) Patch
M LayoutTests/inspector/elements/animation-timeline.html View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -3 lines 0 comments Download
M Source/devtools/devtools.gypi View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M Source/devtools/front_end/elements/AnimationControlPane.js View 3 chunks +64 lines, -5 lines 0 comments Download
A Source/devtools/front_end/elements/ElementStatePaneWidget.js View 1 2 3 4 5 6 7 1 chunk +107 lines, -0 lines 0 comments Download
M Source/devtools/front_end/elements/StylesSidebarPane.js View 1 2 3 4 5 6 7 7 chunks +147 lines, -133 lines 0 comments Download
M Source/devtools/front_end/elements/elementsPanel.css View 1 2 3 4 5 6 7 2 chunks +34 lines, -10 lines 0 comments Download
M Source/devtools/front_end/elements/module.json View 1 2 3 4 5 3 chunks +20 lines, -1 line 0 comments Download

Messages

Total messages: 16 (6 generated)
sergeyv
4 years, 11 months ago (2015-05-28 15:53:13 UTC) #2
lushnikov
intermediate comments https://codereview.chromium.org/1149373004/diff/1/Source/devtools/front_end/elements/ElementStatePane.js File Source/devtools/front_end/elements/ElementStatePane.js (right): https://codereview.chromium.org/1149373004/diff/1/Source/devtools/front_end/elements/ElementStatePane.js#newcode60 Source/devtools/front_end/elements/ElementStatePane.js:60: * @override param https://codereview.chromium.org/1149373004/diff/1/Source/devtools/front_end/elements/ElementStatePane.js#newcode105 Source/devtools/front_end/elements/ElementStatePane.js:105: this._button.setEnabled(!!enabled); no ...
4 years, 11 months ago (2015-05-29 10:53:12 UTC) #3
sergeyv
https://codereview.chromium.org/1149373004/diff/1/Source/devtools/front_end/elements/ElementStatePane.js File Source/devtools/front_end/elements/ElementStatePane.js (right): https://codereview.chromium.org/1149373004/diff/1/Source/devtools/front_end/elements/ElementStatePane.js#newcode60 Source/devtools/front_end/elements/ElementStatePane.js:60: * @override On 2015/05/29 10:53:12, lushnikov wrote: > param ...
4 years, 11 months ago (2015-05-29 12:53:41 UTC) #4
lushnikov
lgtm given functionality regressions are blessed by @pfeldman! https://codereview.chromium.org/1149373004/diff/40001/Source/devtools/front_end/elements/ElementStatePaneWidget.js File Source/devtools/front_end/elements/ElementStatePaneWidget.js (right): https://codereview.chromium.org/1149373004/diff/40001/Source/devtools/front_end/elements/ElementStatePaneWidget.js#newcode4 Source/devtools/front_end/elements/ElementStatePaneWidget.js:4: stray ...
4 years, 11 months ago (2015-05-29 13:38:47 UTC) #5
sergeyv
https://codereview.chromium.org/1149373004/diff/40001/Source/devtools/front_end/elements/ElementStatePaneWidget.js File Source/devtools/front_end/elements/ElementStatePaneWidget.js (right): https://codereview.chromium.org/1149373004/diff/40001/Source/devtools/front_end/elements/ElementStatePaneWidget.js#newcode4 Source/devtools/front_end/elements/ElementStatePaneWidget.js:4: On 2015/05/29 13:38:47, lushnikov wrote: > stray line Done. ...
4 years, 11 months ago (2015-05-29 13:43:18 UTC) #6
lushnikov
lgtm given UI approval from @pfeldman https://codereview.chromium.org/1149373004/diff/120001/Source/devtools/front_end/elements/ElementStatePaneWidget.js File Source/devtools/front_end/elements/ElementStatePaneWidget.js (right): https://codereview.chromium.org/1149373004/diff/120001/Source/devtools/front_end/elements/ElementStatePaneWidget.js#newcode73 Source/devtools/front_end/elements/ElementStatePaneWidget.js:73: inputs[i].disabled = newNode.pseudoType(); ...
4 years, 11 months ago (2015-06-03 12:10:36 UTC) #7
sergeyv
https://codereview.chromium.org/1149373004/diff/120001/Source/devtools/front_end/elements/ElementStatePaneWidget.js File Source/devtools/front_end/elements/ElementStatePaneWidget.js (right): https://codereview.chromium.org/1149373004/diff/120001/Source/devtools/front_end/elements/ElementStatePaneWidget.js#newcode73 Source/devtools/front_end/elements/ElementStatePaneWidget.js:73: inputs[i].disabled = newNode.pseudoType(); On 2015/06/03 12:10:35, lushnikov wrote: > ...
4 years, 11 months ago (2015-06-03 12:26:19 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1149373004/140001
4 years, 11 months ago (2015-06-03 12:26:51 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1149373004/160001
4 years, 11 months ago (2015-06-03 14:45:33 UTC) #15
commit-bot: I haz the power
4 years, 11 months ago (2015-06-03 16:58:56 UTC) #16
Message was sent while issue was closed.
Committed patchset #9 (id:160001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=196415

Powered by Google App Engine
This is Rietveld 408576698