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

Issue 10681006: Add ppapi interface for setting crash data (Closed)

Created:
8 years, 6 months ago by raymes
Modified:
8 years, 5 months ago
Reviewers:
yzshen, brettw, yzshen1
CC:
chromium-reviews, jochen+watch-content_chromium.org, jam, yzshen+watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, piman+watch_chromium.org, ihf+watch_chromium.org
Visibility:
Public.

Description

This adds an interface for setting crash data from a plugin. It also provides an implementation for setting crash URLs. BUG=134176 TEST=Added test case to sanity check API call. Also hooked up to flash and produced a crash and checked that the report included the document url (http://crash/reportdetail?reportid=1719cae3a745f633) Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=144516

Patch Set 1 #

Patch Set 2 : . #

Total comments: 3

Patch Set 3 : . #

Total comments: 2

Patch Set 4 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+194 lines, -8 lines) Patch
M content/ppapi_plugin/ppapi_thread.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M content/ppapi_plugin/ppapi_thread.cc View 1 2 3 2 chunks +5 lines, -0 lines 0 comments Download
M ppapi/api/private/ppb_flash.idl View 3 chunks +22 lines, -1 line 0 comments Download
M ppapi/c/private/ppb_flash.h View 6 chunks +53 lines, -4 lines 0 comments Download
M ppapi/cpp/private/flash.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ppapi/cpp/private/flash.cc View 1 4 chunks +23 lines, -2 lines 0 comments Download
M ppapi/proxy/plugin_proxy_delegate.h View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M ppapi/proxy/ppapi_proxy_test.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/proxy/ppapi_proxy_test.cc View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M ppapi/proxy/ppb_flash_proxy.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ppapi/proxy/ppb_flash_proxy.cc View 1 2 3 1 chunk +15 lines, -0 lines 0 comments Download
M ppapi/tests/test_flash.h View 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/tests/test_flash.cc View 2 chunks +10 lines, -0 lines 0 comments Download
M ppapi/thunk/interfaces_ppb_private_flash.h View 1 chunk +4 lines, -1 line 0 comments Download
M ppapi/thunk/ppb_flash_api.h View 1 chunk +3 lines, -0 lines 0 comments Download
M ppapi/thunk/ppb_flash_thunk.cc View 3 chunks +32 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/ppb_flash_impl.h View 1 chunk +3 lines, -0 lines 0 comments Download
M webkit/plugins/ppapi/ppb_flash_impl.cc View 1 chunk +8 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
raymes
8 years, 6 months ago (2012-06-26 22:18:13 UTC) #1
yzshen1
LGTM with only a few nits. Thanks a lot for doing this! http://codereview.chromium.org/10681006/diff/2001/ppapi/proxy/plugin_proxy_delegate.h File ppapi/proxy/plugin_proxy_delegate.h ...
8 years, 6 months ago (2012-06-26 22:44:27 UTC) #2
raymes
http://codereview.chromium.org/10681006/diff/2001/ppapi/proxy/plugin_proxy_delegate.h File ppapi/proxy/plugin_proxy_delegate.h (right): http://codereview.chromium.org/10681006/diff/2001/ppapi/proxy/plugin_proxy_delegate.h#newcode30 ppapi/proxy/plugin_proxy_delegate.h:30: // Set the active url which is reported by ...
8 years, 6 months ago (2012-06-26 23:16:56 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/raymes@chromium.org/10681006/1021
8 years, 6 months ago (2012-06-26 23:19:04 UTC) #4
commit-bot: I haz the power
Presubmit check for 10681006-1021 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 6 months ago (2012-06-26 23:19:11 UTC) #5
raymes
+brettw for content/ OWNERS
8 years, 6 months ago (2012-06-26 23:20:26 UTC) #6
brettw
http://codereview.chromium.org/10681006/diff/1021/ppapi/proxy/plugin_proxy_delegate.h File ppapi/proxy/plugin_proxy_delegate.h (right): http://codereview.chromium.org/10681006/diff/1021/ppapi/proxy/plugin_proxy_delegate.h#newcode31 ppapi/proxy/plugin_proxy_delegate.h:31: virtual void SetActiveURL(const GURL& url) = 0; What's the ...
8 years, 6 months ago (2012-06-26 23:46:45 UTC) #7
raymes
No reason, I was just mirroring the interface to breakpad. I'll make it a string ...
8 years, 6 months ago (2012-06-26 23:50:39 UTC) #8
raymes
http://codereview.chromium.org/10681006/diff/1021/ppapi/proxy/plugin_proxy_delegate.h File ppapi/proxy/plugin_proxy_delegate.h (right): http://codereview.chromium.org/10681006/diff/1021/ppapi/proxy/plugin_proxy_delegate.h#newcode31 ppapi/proxy/plugin_proxy_delegate.h:31: virtual void SetActiveURL(const GURL& url) = 0; On 2012/06/26 ...
8 years, 5 months ago (2012-06-27 16:35:55 UTC) #9
brettw
lgtm
8 years, 5 months ago (2012-06-27 16:39:36 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/raymes@chromium.org/10681006/11001
8 years, 5 months ago (2012-06-27 17:53:45 UTC) #11
commit-bot: I haz the power
8 years, 5 months ago (2012-06-27 19:31:00 UTC) #12
Change committed as 144516

Powered by Google App Engine
This is Rietveld 408576698