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

Issue 440853002: DevTools: NetworkPanel: get rid of stripes gradient. (Closed)

Created:
6 years, 4 months ago by eustas
Modified:
6 years, 4 months ago
Reviewers:
vsevik, lushnikov, 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
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

DevTools: NetworkPanel: get rid of stripes gradient. Rendering gradient consumes considerable amount of time. BUG=316092 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=180449

Patch Set 1 #

Patch Set 2 : #

Total comments: 1

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

Total comments: 2

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -11 lines) Patch
M Source/devtools/front_end/networkLogView.css View 1 2 2 chunks +3 lines, -8 lines 0 comments Download
M Source/devtools/front_end/ui/ViewportDataGrid.js View 1 2 3 4 3 chunks +5 lines, -3 lines 0 comments Download

Messages

Total messages: 23 (0 generated)
eustas
6 years, 4 months ago (2014-08-05 10:10:17 UTC) #1
PhistucK
Edit the description and set BUG=316092? :)
6 years, 4 months ago (2014-08-05 11:59:52 UTC) #2
eustas
On 2014/08/05 11:59:52, PhistucK wrote: > Edit the description and set BUG=316092? :) Surely =)
6 years, 4 months ago (2014-08-05 12:12:53 UTC) #3
eustas
Ping
6 years, 4 months ago (2014-08-12 09:20:28 UTC) #4
vsevik
https://chromiumcodereview.appspot.com/440853002/diff/20001/Source/devtools/front_end/networkLogView.css File Source/devtools/front_end/networkLogView.css (right): https://chromiumcodereview.appspot.com/440853002/diff/20001/Source/devtools/front_end/networkLogView.css#newcode53 Source/devtools/front_end/networkLogView.css:53: background-image: linear-gradient(to bottom, white, white 50%, #eee 50%, #eee); ...
6 years, 4 months ago (2014-08-14 08:20:25 UTC) #5
eustas
On 2014/08/14 08:20:25, vsevik wrote: > https://chromiumcodereview.appspot.com/440853002/diff/20001/Source/devtools/front_end/networkLogView.css > File Source/devtools/front_end/networkLogView.css (right): > > https://chromiumcodereview.appspot.com/440853002/diff/20001/Source/devtools/front_end/networkLogView.css#newcode53 > ...
6 years, 4 months ago (2014-08-14 09:27:41 UTC) #6
eustas
6 years, 4 months ago (2014-08-14 09:27:49 UTC) #7
eustas
PTAL
6 years, 4 months ago (2014-08-15 09:59:51 UTC) #8
eustas
6 years, 4 months ago (2014-08-15 10:44:02 UTC) #9
eustas
6 years, 4 months ago (2014-08-15 14:58:03 UTC) #10
lushnikov
could you please attach a screenshot of the UI? https://codereview.chromium.org/440853002/diff/40001/Source/devtools/front_end/ui/ViewportDataGrid.js File Source/devtools/front_end/ui/ViewportDataGrid.js (right): https://codereview.chromium.org/440853002/diff/40001/Source/devtools/front_end/ui/ViewportDataGrid.js#newcode111 Source/devtools/front_end/ui/ViewportDataGrid.js:111: ...
6 years, 4 months ago (2014-08-15 15:58:33 UTC) #11
eustas
UI didn't change at all. https://codereview.chromium.org/440853002/diff/40001/Source/devtools/front_end/ui/ViewportDataGrid.js File Source/devtools/front_end/ui/ViewportDataGrid.js (right): https://codereview.chromium.org/440853002/diff/40001/Source/devtools/front_end/ui/ViewportDataGrid.js#newcode111 Source/devtools/front_end/ui/ViewportDataGrid.js:111: var oddFirst = ((start ...
6 years, 4 months ago (2014-08-18 05:43:00 UTC) #12
vsevik
lgtm https://codereview.chromium.org/440853002/diff/60001/Source/devtools/front_end/ui/ViewportDataGrid.js File Source/devtools/front_end/ui/ViewportDataGrid.js (right): https://codereview.chromium.org/440853002/diff/60001/Source/devtools/front_end/ui/ViewportDataGrid.js#newcode147 Source/devtools/front_end/ui/ViewportDataGrid.js:147: element.classList.toggle("odd", odd); Consider doing something like the code ...
6 years, 4 months ago (2014-08-18 05:46:55 UTC) #13
eustas
https://codereview.chromium.org/440853002/diff/60001/Source/devtools/front_end/ui/ViewportDataGrid.js File Source/devtools/front_end/ui/ViewportDataGrid.js (right): https://codereview.chromium.org/440853002/diff/60001/Source/devtools/front_end/ui/ViewportDataGrid.js#newcode147 Source/devtools/front_end/ui/ViewportDataGrid.js:147: element.classList.toggle("odd", odd); On 2014/08/18 05:46:55, vsevik wrote: > Consider ...
6 years, 4 months ago (2014-08-18 07:12:05 UTC) #14
eustas
The CQ bit was checked by eustas@chromium.org
6 years, 4 months ago (2014-08-18 07:12:09 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eustas@chromium.org/440853002/80001
6 years, 4 months ago (2014-08-18 07:12:48 UTC) #16
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_blink_compile_dbg on tryserver.blink ...
6 years, 4 months ago (2014-08-18 08:19:36 UTC) #17
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-18 09:18:59 UTC) #18
commit-bot: I haz the power
Try jobs failed on following builders: win_blink_rel on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/win_blink_rel/builds/23169)
6 years, 4 months ago (2014-08-18 09:19:00 UTC) #19
eustas
The CQ bit was checked by eustas@chromium.org
6 years, 4 months ago (2014-08-18 10:19:10 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eustas@chromium.org/440853002/80001
6 years, 4 months ago (2014-08-18 10:20:11 UTC) #21
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: win_blink_rel on tryserver.blink ...
6 years, 4 months ago (2014-08-18 11:26:31 UTC) #22
commit-bot: I haz the power
6 years, 4 months ago (2014-08-18 11:56:11 UTC) #23
Message was sent while issue was closed.
Committed patchset #5 (80001) as 180449

Powered by Google App Engine
This is Rietveld 408576698