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

Issue 2839273003: [Devtools] New structure and colorize rows for network products (Closed)

Created:
3 years, 7 months ago by allada
Modified:
3 years, 7 months ago
Reviewers:
pfeldman
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/heads/master
Project:
chromium
Visibility:
Public.

Description

[Devtools] New structure and colorize rows for network products Refactored the way the dependency chain is going for the products module. We now have a shared module that is bundled and can be used to resolve things like frame and product for url. We are also adding background coloring to network rows. R=pfeldman BUG=712876 Review-Url: https://codereview.chromium.org/2839273003 Cr-Commit-Position: refs/heads/master@{#468203} Committed: https://chromium.googlesource.com/chromium/src/+/56637492051aec80a5023fc0bd8314c0143241db

Patch Set 1 #

Patch Set 2 : changes #

Total comments: 23

Patch Set 3 : changes #

Total comments: 4

Patch Set 4 : Merge remote-tracking branch 'origin/master' into NEW_DEPENDENCY_PRODUCTS #

Patch Set 5 : Merge remote-tracking branch 'origin/master' into NEW_DEPENDENCY_PRODUCTS #

Patch Set 6 : Merge remote-tracking branch 'origin/master' into NEW_DEPENDENCY_PRODUCTS #

Unified diffs Side-by-side diffs Delta from patch set Stats (+485 lines, -7554 lines) Patch
M third_party/WebKit/LayoutTests/inspector/initial-modules-load-expected.txt View 1 2 3 4 3 chunks +3 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/inspector/sha1.html View 1 2 3 4 1 chunk +8 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/devtools/BUILD.gn View 1 2 3 4 5 5 chunks +8 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/inspector.json View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/network/NetworkDataGridNode.js View 1 2 9 chunks +60 lines, -60 lines 0 comments Download
A third_party/WebKit/Source/devtools/front_end/network/NetworkGroupers.js View 1 2 3 1 chunk +90 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/network/NetworkLogView.js View 1 2 3 8 chunks +35 lines, -38 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/network/NetworkLogViewColumns.js View 1 2 8 chunks +25 lines, -68 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/network/NetworkPanel.js View 1 2 3 4 3 chunks +6 lines, -28 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/network/module.json View 1 3 chunks +17 lines, -1 line 0 comments Download
M third_party/WebKit/Source/devtools/front_end/network/networkLogView.css View 1 chunk +23 lines, -0 lines 0 comments Download
D third_party/WebKit/Source/devtools/front_end/network_group_lookup/NetworkProductGroupLookup.js View 1 chunk +0 lines, -148 lines 0 comments Download
D third_party/WebKit/Source/devtools/front_end/network_group_lookup/module.json View 1 chunk +0 lines, -34 lines 0 comments Download
D third_party/WebKit/Source/devtools/front_end/product_registry/ProductNameForURL.js View 1 chunk +0 lines, -95 lines 0 comments Download
A third_party/WebKit/Source/devtools/front_end/product_registry/ProductRegistry.js View 1 2 1 chunk +43 lines, -0 lines 0 comments Download
D third_party/WebKit/Source/devtools/front_end/product_registry/ProductRegistryData.js View 1 chunk +0 lines, -6831 lines 0 comments Download
M third_party/WebKit/Source/devtools/front_end/product_registry/module.json View 1 chunk +3 lines, -4 lines 0 comments Download
D third_party/WebKit/Source/devtools/front_end/product_registry/sha1/README.chromium View 1 chunk +0 lines, -9 lines 0 comments Download
D third_party/WebKit/Source/devtools/front_end/product_registry/sha1/sha1.js View 1 chunk +0 lines, -220 lines 0 comments Download
A + third_party/WebKit/Source/devtools/front_end/product_registry_impl/ProductRegistryData.js View 1 chunk +1 line, -1 line 0 comments Download
A third_party/WebKit/Source/devtools/front_end/product_registry_impl/ProductRegistryImpl.js View 1 2 1 chunk +143 lines, -0 lines 0 comments Download
A third_party/WebKit/Source/devtools/front_end/product_registry_impl/module.json View 1 chunk +18 lines, -0 lines 0 comments Download
A + third_party/WebKit/Source/devtools/front_end/product_registry_impl/sha1/README.chromium View 0 chunks +-1 lines, --1 lines 0 comments Download
A + third_party/WebKit/Source/devtools/front_end/product_registry_impl/sha1/sha1.js View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 21 (9 generated)
allada
PTL
3 years, 7 months ago (2017-04-26 21:56:34 UTC) #1
pfeldman
A good size change, was easy to review. See some comments below. https://codereview.chromium.org/2839273003/diff/20001/third_party/WebKit/Source/devtools/front_end/network/NetworkDataGridNode.js File third_party/WebKit/Source/devtools/front_end/network/NetworkDataGridNode.js ...
3 years, 7 months ago (2017-04-27 22:20:49 UTC) #2
allada
PTaL https://codereview.chromium.org/2839273003/diff/20001/third_party/WebKit/Source/devtools/front_end/network/NetworkDataGridNode.js File third_party/WebKit/Source/devtools/front_end/network/NetworkDataGridNode.js (right): https://codereview.chromium.org/2839273003/diff/20001/third_party/WebKit/Source/devtools/front_end/network/NetworkDataGridNode.js#newcode339 third_party/WebKit/Source/devtools/front_end/network/NetworkDataGridNode.js:339: static ProductComparitor(a, b) { On 2017/04/27 22:20:48, pfeldman ...
3 years, 7 months ago (2017-04-28 01:20:08 UTC) #3
pfeldman
https://codereview.chromium.org/2839273003/diff/20001/third_party/WebKit/Source/devtools/front_end/network/module.json File third_party/WebKit/Source/devtools/front_end/network/module.json (right): https://codereview.chromium.org/2839273003/diff/20001/third_party/WebKit/Source/devtools/front_end/network/module.json#newcode97 third_party/WebKit/Source/devtools/front_end/network/module.json:97: "type": "@Network.GroupLookupInterface", On 2017/04/28 01:20:07, allada wrote: > On ...
3 years, 7 months ago (2017-04-28 21:08:36 UTC) #4
pfeldman
lgtm % nits
3 years, 7 months ago (2017-04-28 21:08:46 UTC) #5
allada
https://codereview.chromium.org/2839273003/diff/40001/third_party/WebKit/Source/devtools/front_end/network/NetworkDataGridNode.js File third_party/WebKit/Source/devtools/front_end/network/NetworkDataGridNode.js (right): https://codereview.chromium.org/2839273003/diff/40001/third_party/WebKit/Source/devtools/front_end/network/NetworkDataGridNode.js#newcode881 third_party/WebKit/Source/devtools/front_end/network/NetworkDataGridNode.js:881: if (!element) On 2017/04/28 21:08:35, pfeldman wrote: > When ...
3 years, 7 months ago (2017-04-28 22:21:09 UTC) #6
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/2839273003/80001
3 years, 7 months ago (2017-04-28 22:22:06 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/407532) mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, ...
3 years, 7 months ago (2017-04-28 22:35:28 UTC) #11
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/2839273003/100001
3 years, 7 months ago (2017-04-28 22:50:32 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/282645)
3 years, 7 months ago (2017-04-29 00:04:14 UTC) #16
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/2839273003/100001
3 years, 7 months ago (2017-04-29 00:07:02 UTC) #18
commit-bot: I haz the power
3 years, 7 months ago (2017-04-29 01:15:09 UTC) #21
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://chromium.googlesource.com/chromium/src/+/56637492051aec80a5023fc0bd83...

Powered by Google App Engine
This is Rietveld 408576698