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

Issue 2768263003: Plugins: Add UKM Metrics to Flash loads (Closed)

Created:
3 years, 9 months ago by tommycli
Modified:
3 years, 8 months ago
CC:
chromium-reviews, jam
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Plugins: Add UKM Metrics to Flash loads Tracks the main frame's URL for loads of Flash plugin instances. BUG=704688 Review-Url: https://codereview.chromium.org/2768263003 Cr-Commit-Position: refs/heads/master@{#461458} Committed: https://chromium.googlesource.com/chromium/src/+/910b408e9d1ba5c36b5663a682b70cfc43e58a53

Patch Set 1 #

Total comments: 2

Patch Set 2 : Use base::StringPiece #

Patch Set 3 : Deal with OOPIF #

Total comments: 4

Patch Set 4 : Get top level frame url in browser process #

Patch Set 5 : format #

Total comments: 13

Patch Set 6 : fix #

Patch Set 7 : merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+77 lines, -35 lines) Patch
M chrome/browser/plugins/plugin_info_message_filter.h View 1 2 3 4 5 6 3 chunks +13 lines, -0 lines 0 comments Download
M chrome/browser/plugins/plugin_info_message_filter.cc View 1 2 3 4 5 6 4 chunks +60 lines, -33 lines 0 comments Download
M components/ukm/ukm_service.h View 1 2 3 4 5 6 3 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 55 (33 generated)
tommycli
rkaplow: PTAL. How does this look from the UKM perspective?
3 years, 9 months ago (2017-03-23 21:02:56 UTC) #3
rkaplow
lgtm lg, adding holte@ if he has any comments https://codereview.chromium.org/2768263003/diff/1/chrome/browser/plugins/plugin_info_message_filter.h File chrome/browser/plugins/plugin_info_message_filter.h (right): https://codereview.chromium.org/2768263003/diff/1/chrome/browser/plugins/plugin_info_message_filter.h#newcode155 chrome/browser/plugins/plugin_info_message_filter.h:155: ...
3 years, 9 months ago (2017-03-23 22:57:42 UTC) #8
Steven Holte
UKM parts lgtm. Looks like you've got a crash in ChromeContentRendererClient though.
3 years, 9 months ago (2017-03-23 23:29:47 UTC) #9
tommycli
thanks UKM guys! I'll seek some help to resolve the OOPIF crash. https://codereview.chromium.org/2768263003/diff/1/chrome/browser/plugins/plugin_info_message_filter.h File chrome/browser/plugins/plugin_info_message_filter.h ...
3 years, 9 months ago (2017-03-24 00:39:48 UTC) #11
tommycli
alexmos: Hey, I'm getting some OOPIF crashes. I have some thoughts below, but could use ...
3 years, 9 months ago (2017-03-24 01:33:56 UTC) #16
alexmos
https://codereview.chromium.org/2768263003/diff/40001/chrome/browser/plugins/plugin_info_message_filter.cc File chrome/browser/plugins/plugin_info_message_filter.cc (right): https://codereview.chromium.org/2768263003/diff/40001/chrome/browser/plugins/plugin_info_message_filter.cc#newcode242 chrome/browser/plugins/plugin_info_message_filter.cc:242: main_frame_url, mime_type}; On 2017/03/24 01:33:56, tommycli wrote: > alexmos: ...
3 years, 9 months ago (2017-03-24 02:08:47 UTC) #17
tommycli
alexmos: Thanks. PS5 has an update. https://codereview.chromium.org/2768263003/diff/40001/chrome/browser/plugins/plugin_info_message_filter.cc File chrome/browser/plugins/plugin_info_message_filter.cc (right): https://codereview.chromium.org/2768263003/diff/40001/chrome/browser/plugins/plugin_info_message_filter.cc#newcode242 chrome/browser/plugins/plugin_info_message_filter.cc:242: main_frame_url, mime_type}; On ...
3 years, 9 months ago (2017-03-24 18:03:02 UTC) #19
tommycli
bauerb: PTAL plugins code changes in general, thanks!
3 years, 9 months ago (2017-03-24 18:12:12 UTC) #22
alexmos
https://codereview.chromium.org/2768263003/diff/40001/chrome/browser/plugins/plugin_info_message_filter.cc File chrome/browser/plugins/plugin_info_message_filter.cc (right): https://codereview.chromium.org/2768263003/diff/40001/chrome/browser/plugins/plugin_info_message_filter.cc#newcode242 chrome/browser/plugins/plugin_info_message_filter.cc:242: main_frame_url, mime_type}; On 2017/03/24 18:03:02, tommycli wrote: > On ...
3 years, 9 months ago (2017-03-25 02:20:45 UTC) #27
Bernhard Bauer
https://codereview.chromium.org/2768263003/diff/80001/chrome/browser/plugins/plugin_info_message_filter.cc File chrome/browser/plugins/plugin_info_message_filter.cc (right): https://codereview.chromium.org/2768263003/diff/80001/chrome/browser/plugins/plugin_info_message_filter.cc#newcode549 chrome/browser/plugins/plugin_info_message_filter.cc:549: if (chrome::IsIncognitoSessionActive()) Can we check whether the profile corresponding ...
3 years, 9 months ago (2017-03-27 11:04:43 UTC) #28
Steven Holte
https://codereview.chromium.org/2768263003/diff/80001/chrome/browser/plugins/plugin_info_message_filter.cc File chrome/browser/plugins/plugin_info_message_filter.cc (right): https://codereview.chromium.org/2768263003/diff/80001/chrome/browser/plugins/plugin_info_message_filter.cc#newcode582 chrome/browser/plugins/plugin_info_message_filter.cc:582: ukm_service->GetEntryBuilder(ukm_source_id, On 2017/03/27 11:04:43, Bernhard (OOO until Mar 27) ...
3 years, 9 months ago (2017-03-27 19:27:18 UTC) #29
tommycli
thanks! I've addresed the comment below. https://codereview.chromium.org/2768263003/diff/80001/chrome/browser/plugins/plugin_info_message_filter.cc File chrome/browser/plugins/plugin_info_message_filter.cc (right): https://codereview.chromium.org/2768263003/diff/80001/chrome/browser/plugins/plugin_info_message_filter.cc#newcode549 chrome/browser/plugins/plugin_info_message_filter.cc:549: if (chrome::IsIncognitoSessionActive()) On ...
3 years, 8 months ago (2017-03-28 17:20:50 UTC) #31
tommycli
bauerb: friendly ping! thanks!
3 years, 8 months ago (2017-03-29 17:19:46 UTC) #35
tommycli
On 2017/03/29 17:19:46, tommycli wrote: > bauerb: friendly ping! thanks! bauerb: ping! do you mind ...
3 years, 8 months ago (2017-03-30 20:52:04 UTC) #36
Bernhard Bauer
LGTM! Sorry, somehow missed this. https://codereview.chromium.org/2768263003/diff/80001/chrome/browser/plugins/plugin_info_message_filter.h File chrome/browser/plugins/plugin_info_message_filter.h (right): https://codereview.chromium.org/2768263003/diff/80001/chrome/browser/plugins/plugin_info_message_filter.h#newcode157 chrome/browser/plugins/plugin_info_message_filter.h:157: // report on the ...
3 years, 8 months ago (2017-03-31 09:47:26 UTC) #37
tommycli
thanks all, sending it in!
3 years, 8 months ago (2017-03-31 16:08:42 UTC) #38
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/2768263003/100001
3 years, 8 months ago (2017-03-31 16:09:28 UTC) #41
commit-bot: I haz the power
Try jobs failed on following builders: ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator/builds/184676)
3 years, 8 months ago (2017-03-31 16:38:00 UTC) #43
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/2768263003/100001
3 years, 8 months ago (2017-04-03 15:23:19 UTC) #45
commit-bot: I haz the power
Try jobs failed on following builders: ios-device-xcode-clang on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device-xcode-clang/builds/67795) ios-simulator on master.tryserver.chromium.mac (JOB_FAILED, ...
3 years, 8 months ago (2017-04-03 15:26:21 UTC) #47
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/2768263003/120001
3 years, 8 months ago (2017-04-03 15:31:18 UTC) #52
commit-bot: I haz the power
3 years, 8 months ago (2017-04-03 17:05:28 UTC) #55
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/910b408e9d1ba5c36b5663a682b7...

Powered by Google App Engine
This is Rietveld 408576698