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

Issue 10987040: Fix CPM casting issue; refactor renderer crash events (Closed)

Created:
8 years, 2 months ago by Devlin
Modified:
8 years, 2 months ago
Reviewers:
Yoyo Zhou
CC:
chromium-reviews, jshin+watch_chromium.org
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Fix CPM casting issue; refactor renderer crash events Fix issue 152275 by removing the cast. Combine the now-identical RendererCrash and RendererFreeze events, and rename them for readability/consistency. BUG=152275, 130212 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=159844

Patch Set 1 : #

Total comments: 10

Patch Set 2 : Comment fix + url as a property again #

Total comments: 4

Patch Set 3 : Nit fixes, latest master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+133 lines, -88 lines) Patch
M chrome/app/generated_resources.grd View 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/performance_monitor/database_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/performance_monitor/event.h View 1 1 chunk +13 lines, -2 lines 0 comments Download
M chrome/browser/performance_monitor/events.json View 1 1 chunk +3 lines, -12 lines 0 comments Download
M chrome/browser/performance_monitor/key_builder.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/performance_monitor/metric.h View 1 1 chunk +20 lines, -10 lines 0 comments Download
M chrome/browser/performance_monitor/performance_monitor.h View 1 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/performance_monitor/performance_monitor.cc View 1 2 4 chunks +43 lines, -9 lines 0 comments Download
M chrome/browser/performance_monitor/performance_monitor_browsertest.cc View 1 2 chunks +11 lines, -2 lines 0 comments Download
M chrome/browser/performance_monitor/performance_monitor_util.h View 1 3 chunks +6 lines, -8 lines 0 comments Download
M chrome/browser/performance_monitor/performance_monitor_util.cc View 1 2 1 chunk +5 lines, -14 lines 0 comments Download
M chrome/browser/ui/webui/performance_monitor/performance_monitor_handler.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/webui/performance_monitor/performance_monitor_l10n.cc View 3 chunks +12 lines, -12 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Devlin
8 years, 2 months ago (2012-09-25 23:52:13 UTC) #1
Yoyo Zhou
Have you seen WebContents::FromRenderViewHost? http://code.google.com/searchframe#OAMlx_jo-ck/src/chrome/browser/memory_details.cc&exact_package=chromium&q=gurl%20renderwidgethost&type=cs&l=43 https://codereview.chromium.org/10987040/diff/5001/chrome/browser/performance_monitor/event.h File chrome/browser/performance_monitor/event.h (right): https://codereview.chromium.org/10987040/diff/5001/chrome/browser/performance_monitor/event.h#newcode21 chrome/browser/performance_monitor/event.h:21: // Used only to ...
8 years, 2 months ago (2012-09-27 19:18:27 UTC) #2
Devlin
On 2012/09/27 19:18:27, Yoyo Zhou wrote: > Have you seen WebContents::FromRenderViewHost? I had, but I ...
8 years, 2 months ago (2012-09-28 02:33:23 UTC) #3
Yoyo Zhou
LGTM with nits https://chromiumcodereview.appspot.com/10987040/diff/7003/chrome/browser/performance_monitor/performance_monitor.cc File chrome/browser/performance_monitor/performance_monitor.cc (right): https://chromiumcodereview.appspot.com/10987040/diff/7003/chrome/browser/performance_monitor/performance_monitor.cc#newcode599 chrome/browser/performance_monitor/performance_monitor.cc:599: if (url.size()) I think !url.empty() is ...
8 years, 2 months ago (2012-09-29 01:19:25 UTC) #4
Devlin
https://codereview.chromium.org/10987040/diff/7003/chrome/browser/performance_monitor/performance_monitor.cc File chrome/browser/performance_monitor/performance_monitor.cc (right): https://codereview.chromium.org/10987040/diff/7003/chrome/browser/performance_monitor/performance_monitor.cc#newcode599 chrome/browser/performance_monitor/performance_monitor.cc:599: if (url.size()) On 2012/09/29 01:19:25, Yoyo Zhou wrote: > ...
8 years, 2 months ago (2012-10-02 23:34:32 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rdevlin.cronin@chromium.org/10987040/18001
8 years, 2 months ago (2012-10-02 23:34:42 UTC) #6
commit-bot: I haz the power
8 years, 2 months ago (2012-10-03 05:51:13 UTC) #7
Change committed as 159844

Powered by Google App Engine
This is Rietveld 408576698