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

Issue 2647803002: [Devtools] Fixed network to sort items as they are received. (Closed)

Created:
3 years, 11 months ago by allada
Modified:
3 years, 11 months ago
Reviewers:
caseq, dgozman, luoe, paulirish
CC:
chromium-reviews, caseq+blink_chromium.org, lushnikov+blink_chromium.org, pfeldman+blink_chromium.org, apavlov+blink_chromium.org, devtools-reviews_chromium.org, blink-reviews, pfeldman, kozyatinskiy+blink_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Devtools] Fixed network to sort items as they are received. This patch fixes a bug where if an item is received in network panel it was always puting it at the bottom even if it was not sorted in that manner. This patch re-sorts the grid properly. This patch also handles the preservation of the sriping by anchoring it to the top item in the list (keeps the strips from flipping if items are received and put above your current view port list). R=dgozman,luoe,caseq BUG=682861 Review-Url: https://codereview.chromium.org/2647803002 Cr-Commit-Position: refs/heads/master@{#445232} Committed: https://chromium.googlesource.com/chromium/src/+/1c4bf390cfc5619a04b3b67fdc9930234e407fea

Patch Set 1 : [Devtools] Fixed network to sort items as they are received. #

Patch Set 2 : Merge branch 'GROUP_CONNECTION_ID_DEFAULT' into GROUP_SCROLL_PROPERLY #

Total comments: 12

Patch Set 3 : changes #

Patch Set 4 : changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -13 lines) Patch
M third_party/WebKit/Source/devtools/front_end/data_grid/ViewportDataGrid.js View 1 2 3 4 chunks +28 lines, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js View 1 1 chunk +2 lines, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js View 1 2 4 chunks +2 lines, -5 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/network/NetworkWaterfallColumn.js View 1 2 3 3 chunks +5 lines, -6 lines 0 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 31 (23 generated)
allada
PTL
3 years, 11 months ago (2017-01-19 23:19:41 UTC) #3
luoe
NLogViewColumns looks good to me! Please see comments for the other files. https://codereview.chromium.org/2647803002/diff/40001/third_party/WebKit/Source/devtools/front_end/data_grid/ViewportDataGrid.js File third_party/WebKit/Source/devtools/front_end/data_grid/ViewportDataGrid.js ...
3 years, 11 months ago (2017-01-20 18:05:49 UTC) #12
allada
PTaL https://codereview.chromium.org/2647803002/diff/40001/third_party/WebKit/Source/devtools/front_end/data_grid/ViewportDataGrid.js File third_party/WebKit/Source/devtools/front_end/data_grid/ViewportDataGrid.js (right): https://codereview.chromium.org/2647803002/diff/40001/third_party/WebKit/Source/devtools/front_end/data_grid/ViewportDataGrid.js#newcode215 third_party/WebKit/Source/devtools/front_end/data_grid/ViewportDataGrid.js:215: this._previousTopOffset = offset; On 2017/01/20 18:05:48, luoe wrote: ...
3 years, 11 months ago (2017-01-20 19:53:45 UTC) #13
dgozman
https://codereview.chromium.org/2647803002/diff/40001/third_party/WebKit/Source/devtools/front_end/data_grid/ViewportDataGrid.js File third_party/WebKit/Source/devtools/front_end/data_grid/ViewportDataGrid.js (right): https://codereview.chromium.org/2647803002/diff/40001/third_party/WebKit/Source/devtools/front_end/data_grid/ViewportDataGrid.js#newcode43 third_party/WebKit/Source/devtools/front_end/data_grid/ViewportDataGrid.js:43: this._previousTopOffset = 0; /** @type {boolean} */ this._firstVisibleIsStriped https://codereview.chromium.org/2647803002/diff/40001/third_party/WebKit/Source/devtools/front_end/data_grid/ViewportDataGrid.js#newcode210 ...
3 years, 11 months ago (2017-01-20 22:14:40 UTC) #18
allada
PTaL https://codereview.chromium.org/2647803002/diff/40001/third_party/WebKit/Source/devtools/front_end/data_grid/ViewportDataGrid.js File third_party/WebKit/Source/devtools/front_end/data_grid/ViewportDataGrid.js (right): https://codereview.chromium.org/2647803002/diff/40001/third_party/WebKit/Source/devtools/front_end/data_grid/ViewportDataGrid.js#newcode43 third_party/WebKit/Source/devtools/front_end/data_grid/ViewportDataGrid.js:43: this._previousTopOffset = 0; On 2017/01/20 22:14:40, dgozman wrote: ...
3 years, 11 months ago (2017-01-20 22:35:08 UTC) #20
dgozman
lgtm
3 years, 11 months ago (2017-01-20 23:47:25 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2647803002/80001
3 years, 11 months ago (2017-01-20 23:48:47 UTC) #28
commit-bot: I haz the power
3 years, 11 months ago (2017-01-21 00:52:08 UTC) #31
Message was sent while issue was closed.
Committed patchset #4 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/1c4bf390cfc5619a04b3b67fdc99...

Powered by Google App Engine
This is Rietveld 408576698