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

Issue 905743003: DevTools: Reimplemented WI.WatchExpressionsSidebarPane (Closed)

Created:
5 years, 10 months ago by sergeyv
Modified:
5 years, 10 months ago
Reviewers:
aandrey, pfeldman
CC:
blink-reviews, caseq+blink_chromium.org, loislo+blink_chromium.org, eustas+blink_chromium.org, malch+blink_chromium.org, yurys+blink_chromium.org, lushnikov+blink_chromium.org, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, paulirish+reviews_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, sergeyv+blink_chromium.org, aandrey+blink_chromium.org
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

DevTools: Reimplemented WI.WatchExpressionsSidebarPane BUG= NOTRY=true Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=190480

Patch Set 1 #

Total comments: 11

Patch Set 2 : Address comments & rebaseline #

Total comments: 1

Patch Set 3 : Fix tests #

Patch Set 4 : Fix hover #

Total comments: 19

Patch Set 5 : Address comments #

Patch Set 6 : Rebase on master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+386 lines, -441 lines) Patch
M LayoutTests/inspector/sources/debugger/error-in-watch-expressions.html View 1 2 1 chunk +3 lines, -9 lines 0 comments Download
M LayoutTests/inspector/sources/debugger/watch-expressions-panel-switch.html View 1 2 3 chunks +18 lines, -13 lines 0 comments Download
M LayoutTests/inspector/sources/debugger/watch-expressions-panel-switch-expected.txt View 1 2 1 chunk +2 lines, -3 lines 0 comments Download
M Source/devtools/front_end/components/ObjectPropertiesSection.js View 1 2 3 4 5 5 chunks +11 lines, -43 lines 0 comments Download
M Source/devtools/front_end/sources/WatchExpressionsSidebarPane.js View 1 2 3 4 3 chunks +253 lines, -311 lines 0 comments Download
M Source/devtools/front_end/sources/sourcesPanel.css View 1 2 3 4 2 chunks +91 lines, -62 lines 0 comments Download
M Source/devtools/front_end/ui/Section.js View 1 2 3 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (11 generated)
sergeyv
5 years, 10 months ago (2015-02-06 16:42:21 UTC) #2
pfeldman
https://codereview.chromium.org/905743003/diff/1/Source/devtools/front_end/components/ObjectPropertiesSection.js File Source/devtools/front_end/components/ObjectPropertiesSection.js (right): https://codereview.chromium.org/905743003/diff/1/Source/devtools/front_end/components/ObjectPropertiesSection.js#newcode194 Source/devtools/front_end/components/ObjectPropertiesSection.js:194: if (!this.property.value && this.property.getter) I don't see how the ...
5 years, 10 months ago (2015-02-09 13:13:53 UTC) #3
sergeyv
https://codereview.chromium.org/905743003/diff/1/Source/devtools/front_end/components/ObjectPropertiesSection.js File Source/devtools/front_end/components/ObjectPropertiesSection.js (right): https://codereview.chromium.org/905743003/diff/1/Source/devtools/front_end/components/ObjectPropertiesSection.js#newcode194 Source/devtools/front_end/components/ObjectPropertiesSection.js:194: if (!this.property.value && this.property.getter) On 2015/02/09 13:13:52, pfeldman wrote: ...
5 years, 10 months ago (2015-02-17 14:22:58 UTC) #4
aandrey
https://codereview.chromium.org/905743003/diff/20001/Source/devtools/front_end/sources/WatchExpressionsSidebarPane.js File Source/devtools/front_end/sources/WatchExpressionsSidebarPane.js (right): https://codereview.chromium.org/905743003/diff/20001/Source/devtools/front_end/sources/WatchExpressionsSidebarPane.js#newcode56 Source/devtools/front_end/sources/WatchExpressionsSidebarPane.js:56: this._emptyElement = this.bodyElement.createChild("div", "info"); have you considered extending from ...
5 years, 10 months ago (2015-02-17 14:42:57 UTC) #6
pfeldman
Mostly looks good, lets brush up the styles and land this. https://codereview.chromium.org/905743003/diff/120001/LayoutTests/inspector/sources/debugger/properties-special.html File LayoutTests/inspector/sources/debugger/properties-special.html (right): ...
5 years, 10 months ago (2015-02-18 20:51:00 UTC) #10
sergeyv
https://codereview.chromium.org/905743003/diff/120001/Source/devtools/front_end/components/ObjectPropertiesSection.js File Source/devtools/front_end/components/ObjectPropertiesSection.js (left): https://codereview.chromium.org/905743003/diff/120001/Source/devtools/front_end/components/ObjectPropertiesSection.js#oldcode224 Source/devtools/front_end/components/ObjectPropertiesSection.js:224: populateContextMenu: function(contextMenu) On 2015/02/18 20:51:00, pfeldman wrote: > Remove ...
5 years, 10 months ago (2015-02-19 10:53:46 UTC) #11
pfeldman
lgtm
5 years, 10 months ago (2015-02-19 13:23:17 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/905743003/160001
5 years, 10 months ago (2015-02-19 13:27:13 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/905743003/160001
5 years, 10 months ago (2015-02-19 15:27:58 UTC) #20
commit-bot: I haz the power
5 years, 10 months ago (2015-02-19 15:39:18 UTC) #21
Message was sent while issue was closed.
Committed patchset #6 (id:160001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=190480

Powered by Google App Engine
This is Rietveld 408576698