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

Issue 1902963002: DevTools: Update styles for network conditions drawer panel (Closed)

Created:
4 years, 8 months ago by luoe
Modified:
4 years, 8 months ago
Reviewers:
lushnikov
CC:
apavlov+blink_chromium.org, blink-reviews, caseq+blink_chromium.org, chromium-reviews, devtools-reviews_chromium.org, kozyatinskiy+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, pfeldman, sergeyv+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Update styles for network conditions drawer panel BUG=604833 Committed: https://crrev.com/a3e2476b11f02ce6bae46599db3ac66b1a70fd22 Cr-Commit-Position: refs/heads/master@{#389017}

Patch Set 1 #

Total comments: 14

Patch Set 2 : Address comments 1 #

Patch Set 3 : Added section separator styling #

Total comments: 14

Patch Set 4 : Address comments in patch 3 #

Patch Set 5 : Address comments in patch 4 #

Patch Set 6 : Remove unnecessary constant #

Unified diffs Side-by-side diffs Delta from patch set Stats (+120 lines, -52 lines) Patch
M third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js View 1 2 3 4 5 6 chunks +109 lines, -45 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/network/networkConfigView.css View 1 2 3 4 3 chunks +11 lines, -7 lines 0 comments Download

Messages

Total messages: 20 (7 generated)
luoe
4 years, 8 months ago (2016-04-19 21:12:47 UTC) #3
luoe
On 2016/04/19 at 21:12:47, luoe wrote: > This CL depends on another: https://codereview.chromium.org/1897383002 which makes ...
4 years, 8 months ago (2016-04-19 21:14:49 UTC) #4
lushnikov
looks good! A few nits apart of inline comments: - we use "DevTools:" prefix in ...
4 years, 8 months ago (2016-04-19 22:28:08 UTC) #5
luoe
https://codereview.chromium.org/1902963002/diff/1/third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js File third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js (right): https://codereview.chromium.org/1902963002/diff/1/third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js#newcode18 third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js:18: this.contentElement.createChild("div").classList.add("panel-section-separator"); On 2016/04/19 at 22:28:08, lushnikov wrote: > this ...
4 years, 8 months ago (2016-04-19 22:58:43 UTC) #6
luoe
On 2016/04/19 22:58:43, luoe wrote: > https://codereview.chromium.org/1902963002/diff/1/third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js > File third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js > (right): > > https://codereview.chromium.org/1902963002/diff/1/third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js#newcode18 ...
4 years, 8 months ago (2016-04-20 18:30:00 UTC) #7
luoe
https://codereview.chromium.org/1902963002/diff/1/third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js File third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js (right): https://codereview.chromium.org/1902963002/diff/1/third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js#newcode101 third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js:101: for (var i = 0; i < groups.length; ++i) ...
4 years, 8 months ago (2016-04-20 22:07:10 UTC) #8
lushnikov
https://codereview.chromium.org/1902963002/diff/40001/third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js File third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js (right): https://codereview.chromium.org/1902963002/diff/40001/third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js#newcode18 third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js:18: this.contentElement.createChild("div").classList.add("panel-section-separator"); this is a dupe line https://codereview.chromium.org/1902963002/diff/40001/third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js#newcode105 third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js:105: for ...
4 years, 8 months ago (2016-04-20 23:57:09 UTC) #9
luoe
https://codereview.chromium.org/1902963002/diff/40001/third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js File third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js (right): https://codereview.chromium.org/1902963002/diff/40001/third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js#newcode18 third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js:18: this.contentElement.createChild("div").classList.add("panel-section-separator"); On 2016/04/20 23:57:09, lushnikov wrote: > this is ...
4 years, 8 months ago (2016-04-21 01:17:38 UTC) #10
lushnikov
Thanks! lgtm given comments are addressed. https://codereview.chromium.org/1902963002/diff/40001/third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js File third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js (right): https://codereview.chromium.org/1902963002/diff/40001/third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js#newcode18 third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js:18: this.contentElement.createChild("div").classList.add("panel-section-separator"); On 2016/04/21 ...
4 years, 8 months ago (2016-04-21 17:10:30 UTC) #11
luoe
https://codereview.chromium.org/1902963002/diff/40001/third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js File third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js (right): https://codereview.chromium.org/1902963002/diff/40001/third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js#newcode111 third_party/WebKit/Source/devtools/front_end/network/NetworkConfigView.js:111: var customAgentIndex = agentValues.indexOf(customOverrideValue); On 2016/04/21 17:10:30, lushnikov wrote: ...
4 years, 8 months ago (2016-04-22 00:14:47 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1902963002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1902963002/100001
4 years, 8 months ago (2016-04-22 00:27:26 UTC) #16
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 8 months ago (2016-04-22 04:03:51 UTC) #18
commit-bot: I haz the power
4 years, 8 months ago (2016-04-22 19:43:57 UTC) #20
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/a3e2476b11f02ce6bae46599db3ac66b1a70fd22
Cr-Commit-Position: refs/heads/master@{#389017}

Powered by Google App Engine
This is Rietveld 408576698