Description was changed from ========== [Devtools] Added report missmatch to network product entries Added the ...
3 years, 7 months ago
(2017-05-08 21:52:55 UTC)
#1
Description was changed from
==========
[Devtools] Added report missmatch to network product entries
Added the ability to report bad attribution to product registry.
Currently only exposed in network panel.
See: http://imgur.com/a/NJkq0
R=pfeldman,dgozman
BUG=719715
==========
to
==========
[Devtools] Added report miss-match to network product entries
Added the ability to report bad attribution to product registry.
Currently only exposed in network panel.
See: http://imgur.com/a/NJkq0
R=pfeldman,dgozman
BUG=719715
==========
allada
Patchset #1 (id:1) has been deleted
3 years, 7 months ago
(2017-05-08 22:39:49 UTC)
#2
Patchset #1 (id:1) has been deleted
allada
Patchset #1 (id:20001) has been deleted
3 years, 7 months ago
(2017-05-08 22:39:54 UTC)
#3
Patchset #1 (id:20001) has been deleted
allada
PTL - I am thinking we should make ProductRegistry.Registry.ProductEntry's attributes (name, type, exc...) be proper ...
3 years, 7 months ago
(2017-05-08 22:41:32 UTC)
#4
PTL - I am thinking we should make ProductRegistry.Registry.ProductEntry's
attributes (name, type, exc...) be proper function getter/setters instead of
exposing the variables directly, however it will be a little more of a pain for
console changes and timeline already is a consumer.
allada
Description was changed from ========== [Devtools] Added report miss-match to network product entries Added the ...
3 years, 7 months ago
(2017-05-08 22:43:24 UTC)
#5
Description was changed from
==========
[Devtools] Added report miss-match to network product entries
Added the ability to report bad attribution to product registry.
Currently only exposed in network panel.
See: http://imgur.com/a/NJkq0
R=pfeldman,dgozman
BUG=719715
==========
to
==========
[Devtools] Added report miss-match to network product entries
Added the ability to report bad attribution to product registry.
Currently only exposed in network panel.
See: http://imgur.com/a/NJkq0
Form screenshot: http://imgur.com/a/hTJMi (if clicked within devtools should be
auto-filled)
R=pfeldman,dgozman
BUG=719715
==========
allada
Description was changed from ========== [Devtools] Added report miss-match to network product entries Added the ...
3 years, 7 months ago
(2017-05-09 00:58:01 UTC)
#6
Description was changed from
==========
[Devtools] Added report miss-match to network product entries
Added the ability to report bad attribution to product registry.
Currently only exposed in network panel.
See: http://imgur.com/a/NJkq0
Form screenshot: http://imgur.com/a/hTJMi (if clicked within devtools should be
auto-filled)
R=pfeldman,dgozman
BUG=719715
==========
to
==========
[Devtools] Added report miss-match to network product entries
Added the ability to report bad attribution to product registry.
Currently only exposed in network panel.
See: http://imgur.com/a/NJkq0
Form screenshot: http://imgur.com/a/XE7ma (if clicked within devtools should be
auto-filled)
R=pfeldman,dgozman
BUG=719715
==========
allada
PTaL - findCreationCallFrame() is a perfect case for generators, but the cleanest code was to ...
3 years, 7 months ago
(2017-05-09 01:03:42 UTC)
#7
PTaL - findCreationCallFrame() is a perfect case for generators, but the
cleanest code was to either have a search function callback or to have it return
a straight array of entries. I ended up doing a callback because I really did
not like the restrictions and overhead of returning an array would impose.
pfeldman
https://codereview.chromium.org/2867713006/diff/60001/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/2867713006/diff/60001/third_party/WebKit/Source/devtools/front_end/network/NetworkDataGridNode.js#newcode53 third_party/WebKit/Source/devtools/front_end/network/NetworkDataGridNode.js:53: UI.appendStyle(content, 'network/networkReportProductEntry.css'); You should create local shadow root, otherwise ...
3 years, 7 months ago
(2017-05-09 17:54:51 UTC)
#8
3 years, 7 months ago
(2017-05-09 20:40:22 UTC)
#9
PTaL
https://codereview.chromium.org/2867713006/diff/60001/third_party/WebKit/Sour...
File third_party/WebKit/Source/devtools/front_end/network/NetworkDataGridNode.js
(right):
https://codereview.chromium.org/2867713006/diff/60001/third_party/WebKit/Sour...
third_party/WebKit/Source/devtools/front_end/network/NetworkDataGridNode.js:53:
UI.appendStyle(content, 'network/networkReportProductEntry.css');
On 2017/05/09 17:54:51, pfeldman wrote:
> You should create local shadow root, otherwise your css applies to the whole
> document.
Done.
https://codereview.chromium.org/2867713006/diff/60001/third_party/WebKit/Sour...
third_party/WebKit/Source/devtools/front_end/network/NetworkDataGridNode.js:90:
static productEntryInfoForFrame(productRegistry, frame) {
On 2017/05/09 17:54:50, pfeldman wrote:
> Move this to ResourceTreeFrame?
I would rather not have SDK depends on ProductRegistry. I feel introducing a
"findCreationCallFrame" or something similar is good enough... Even for joel's
patch we cannot use this same logic because his patch does not use the same
logic.
https://codereview.chromium.org/2867713006/diff/60001/third_party/WebKit/Sour...
File
third_party/WebKit/Source/devtools/front_end/network/networkReportProductEntry.css
(right):
https://codereview.chromium.org/2867713006/diff/60001/third_party/WebKit/Sour...
third_party/WebKit/Source/devtools/front_end/network/networkReportProductEntry.css:10:
.network-product-popover .network-product-domain {
On 2017/05/09 17:54:51, pfeldman wrote:
> I was hoping we had enough stlyes in inspectorCommon for this kind of UI.
The closest thing we have is gray-info-message, which still requires a bit of
more work to make it look good.
3 years, 7 months ago
(2017-05-09 20:40:22 UTC)
#10
PTaL
https://codereview.chromium.org/2867713006/diff/60001/third_party/WebKit/Sour...
File third_party/WebKit/Source/devtools/front_end/network/NetworkDataGridNode.js
(right):
https://codereview.chromium.org/2867713006/diff/60001/third_party/WebKit/Sour...
third_party/WebKit/Source/devtools/front_end/network/NetworkDataGridNode.js:53:
UI.appendStyle(content, 'network/networkReportProductEntry.css');
On 2017/05/09 17:54:51, pfeldman wrote:
> You should create local shadow root, otherwise your css applies to the whole
> document.
Done.
https://codereview.chromium.org/2867713006/diff/60001/third_party/WebKit/Sour...
third_party/WebKit/Source/devtools/front_end/network/NetworkDataGridNode.js:90:
static productEntryInfoForFrame(productRegistry, frame) {
On 2017/05/09 17:54:50, pfeldman wrote:
> Move this to ResourceTreeFrame?
I would rather not have SDK depends on ProductRegistry. I feel introducing a
"findCreationCallFrame" or something similar is good enough... Even for joel's
patch we cannot use this same logic because his patch does not use the same
logic.
https://codereview.chromium.org/2867713006/diff/60001/third_party/WebKit/Sour...
File
third_party/WebKit/Source/devtools/front_end/network/networkReportProductEntry.css
(right):
https://codereview.chromium.org/2867713006/diff/60001/third_party/WebKit/Sour...
third_party/WebKit/Source/devtools/front_end/network/networkReportProductEntry.css:10:
.network-product-popover .network-product-domain {
On 2017/05/09 17:54:51, pfeldman wrote:
> I was hoping we had enough stlyes in inspectorCommon for this kind of UI.
The closest thing we have is gray-info-message, which still requires a bit of
more work to make it look good.
3 years, 7 months ago
(2017-05-10 20:52:00 UTC)
#11
https://codereview.chromium.org/2867713006/diff/60001/third_party/WebKit/Sour...
File third_party/WebKit/Source/devtools/front_end/network/NetworkDataGridNode.js
(right):
https://codereview.chromium.org/2867713006/diff/60001/third_party/WebKit/Sour...
third_party/WebKit/Source/devtools/front_end/network/NetworkDataGridNode.js:90:
static productEntryInfoForFrame(productRegistry, frame) {
On 2017/05/09 20:40:22, allada wrote:
> On 2017/05/09 17:54:50, pfeldman wrote:
> > Move this to ResourceTreeFrame?
>
> I would rather not have SDK depends on ProductRegistry. I feel introducing a
> "findCreationCallFrame" or something similar is good enough... Even for joel's
> patch we cannot use this same logic because his patch does not use the same
> logic.
I meant the part that returns URL.
pfeldman
lgtm
3 years, 7 months ago
(2017-05-10 22:36:19 UTC)
#12
lgtm
allada
The CQ bit was checked by allada@chromium.org
3 years, 7 months ago
(2017-05-10 22:36:55 UTC)
#13
Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/367618)
3 years, 7 months ago
(2017-05-10 23:12:47 UTC)
#16
Try jobs failed on following builders: linux_chromium_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/451122)
3 years, 7 months ago
(2017-05-11 02:53:18 UTC)
#23
CQ is committing da patch. Bot data: {"patchset_id": 100001, "attempt_start_ts": 1494476018753370, "parent_rev": "6d44fde7f95c979cd78698142389b6fe4fa8916f", "commit_rev": "e8f057c474108daa91ebd9c594b0ad1bb0a117e5"}
3 years, 7 months ago
(2017-05-11 05:58:03 UTC)
#26
CQ is committing da patch.
Bot data: {"patchset_id": 100001, "attempt_start_ts": 1494476018753370,
"parent_rev": "6d44fde7f95c979cd78698142389b6fe4fa8916f", "commit_rev":
"e8f057c474108daa91ebd9c594b0ad1bb0a117e5"}
commit-bot: I haz the power
Description was changed from ========== [Devtools] Added report miss-match to network product entries Added the ...
3 years, 7 months ago
(2017-05-11 05:58:27 UTC)
#27
Message was sent while issue was closed.
Description was changed from
==========
[Devtools] Added report miss-match to network product entries
Added the ability to report bad attribution to product registry.
Currently only exposed in network panel.
See: http://imgur.com/a/NJkq0
Form screenshot: http://imgur.com/a/XE7ma (if clicked within devtools should be
auto-filled)
R=pfeldman,dgozman
BUG=719715
==========
to
==========
[Devtools] Added report miss-match to network product entries
Added the ability to report bad attribution to product registry.
Currently only exposed in network panel.
See: http://imgur.com/a/NJkq0
Form screenshot: http://imgur.com/a/XE7ma (if clicked within devtools should be
auto-filled)
R=pfeldman,dgozman
BUG=719715
Review-Url: https://codereview.chromium.org/2867713006
Cr-Commit-Position: refs/heads/master@{#470834}
Committed:
https://chromium.googlesource.com/chromium/src/+/e8f057c474108daa91ebd9c594b0...
==========
commit-bot: I haz the power
Committed patchset #4 (id:100001) as https://chromium.googlesource.com/chromium/src/+/e8f057c474108daa91ebd9c594b0ad1bb0a117e5
3 years, 7 months ago
(2017-05-11 05:58:28 UTC)
#28
Issue 2867713006: [Devtools] Added report miss-match link to network product entries
(Closed)
Created 3 years, 7 months ago by allada
Modified 3 years, 7 months ago
Reviewers: dgozman, pfeldman
Base URL:
Comments: 7