New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 666971 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Jan 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 1
Type: Bug



Sign in to add a comment

Move NetworkLogView and NetworkWaterfall data interchange to a new class/struct.

Project Member Reported by allada@chromium.org, Nov 19 2016

Issue description

We should not use SDK's Request as it's primary way to communicate data about rows. By abstracting the dependencies away will make it easier to allow multiple requests to be grouped per row.
 
Project Member

Comment 2 by bugdroid1@chromium.org, Dec 2 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/2a92e8ab145d34cea6dfc94f9084e78e2724512a

commit 2a92e8ab145d34cea6dfc94f9084e78e2724512a
Author: allada <allada@chromium.org>
Date: Fri Dec 02 02:39:52 2016

[Devtools] Rename logEntries to node in network

This patch is in prepopration for groupping in network panel. Before we
introduced logEntries as an interface, but this is proving to difficult
to work with and complicating the code. We decided to move to use
NetworkDataGridNode instead of an interface. This patch is just a
rename.

R=dgozman
BUG= 666971 

Review-Url: https://codereview.chromium.org/2548663002
Cr-Commit-Position: refs/heads/master@{#435831}

[modify] https://crrev.com/2a92e8ab145d34cea6dfc94f9084e78e2724512a/third_party/WebKit/Source/devtools/front_end/network/NetworkDataGridNode.js
[modify] https://crrev.com/2a92e8ab145d34cea6dfc94f9084e78e2724512a/third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js
[modify] https://crrev.com/2a92e8ab145d34cea6dfc94f9084e78e2724512a/third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js
[modify] https://crrev.com/2a92e8ab145d34cea6dfc94f9084e78e2724512a/third_party/WebKit/Source/devtools/front_end/network/NetworkWaterfallColumn.js

Project Member

Comment 3 by bugdroid1@chromium.org, Dec 21 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/3233bf976db8eee4b868a461534273a6d268b995

commit 3233bf976db8eee4b868a461534273a6d268b995
Author: allada <allada@chromium.org>
Date: Wed Dec 21 03:04:45 2016

[Devtools] Moved hover tracking and initiator tracking into NetworkDataGridNode

This patch moves some of thre tracking info for waterfall and network datagrid
into NetworkDataGridNode. This is in an effort to remove as much dependency
on NetworkLogViewColumns as possible form waterfall.

R=dgozman
BUG= 666971 

Review-Url: https://codereview.chromium.org/2540893002
Cr-Commit-Position: refs/heads/master@{#439991}

[modify] https://crrev.com/3233bf976db8eee4b868a461534273a6d268b995/third_party/WebKit/Source/devtools/front_end/network/NetworkDataGridNode.js
[modify] https://crrev.com/3233bf976db8eee4b868a461534273a6d268b995/third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js
[modify] https://crrev.com/3233bf976db8eee4b868a461534273a6d268b995/third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js
[modify] https://crrev.com/3233bf976db8eee4b868a461534273a6d268b995/third_party/WebKit/Source/devtools/front_end/network/NetworkWaterfallColumn.js

Status: Fixed (was: Assigned)

Sign in to add a comment