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

Issue 155238: Add the page url to plugin crashes to aid debugging. (Closed)

Created:
11 years, 5 months ago by jam
Modified:
9 years, 7 months ago
Reviewers:
Nicolas Sylvain
CC:
chromium-reviews_googlegroups.com, John Grabowski, darin (slow to review), brettw
Visibility:
Public.

Description

Add the page url to plugin crashes to aid debugging. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=20191

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -380 lines) Patch
M chrome/app/breakpad_win.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M chrome/chrome.gyp View 4 chunks +5 lines, -5 lines 0 comments Download
M chrome/common/plugin_messages.h View 4 chunks +5 lines, -0 lines 0 comments Download
M chrome/plugin/npobject_proxy.h View 4 chunks +8 lines, -2 lines 0 comments Download
M chrome/plugin/npobject_proxy.cc View 1 13 chunks +25 lines, -11 lines 0 comments Download
M chrome/plugin/npobject_stub.h View 3 chunks +6 lines, -1 line 0 comments Download
M chrome/plugin/npobject_stub.cc View 10 chunks +19 lines, -9 lines 0 comments Download
M chrome/plugin/npobject_util.h View 2 chunks +9 lines, -4 lines 0 comments Download
M chrome/plugin/npobject_util.cc View 4 chunks +8 lines, -4 lines 0 comments Download
M chrome/plugin/webplugin_delegate_stub.h View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/plugin/webplugin_delegate_stub.cc View 6 chunks +12 lines, -2 lines 0 comments Download
M chrome/plugin/webplugin_proxy.h View 3 chunks +5 lines, -1 line 0 comments Download
M chrome/plugin/webplugin_proxy.cc View 6 chunks +12 lines, -9 lines 0 comments Download
M chrome/renderer/render_view.cc View 4 chunks +3 lines, -3 lines 0 comments Download
D chrome/renderer/renderer_logging.h View 1 chunk +0 lines, -55 lines 0 comments Download
D chrome/renderer/renderer_logging_linux.cc View 1 chunk +0 lines, -24 lines 0 comments Download
D chrome/renderer/renderer_logging_mac.mm View 1 chunk +0 lines, -71 lines 0 comments Download
D chrome/renderer/renderer_logging_mac_unittest.mm View 1 chunk +0 lines, -138 lines 0 comments Download
D chrome/renderer/renderer_logging_win.cc View 1 chunk +0 lines, -33 lines 0 comments Download
M chrome/renderer/webplugin_delegate_proxy.h View 2 chunks +4 lines, -1 line 0 comments Download
M chrome/renderer/webplugin_delegate_proxy.cc View 9 chunks +11 lines, -6 lines 0 comments Download
A + chrome\common\child_process_logging.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome\common\child_process_logging_linux.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome\common\child_process_logging_mac.mm View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome\common\child_process_logging_mac_unittest.mm View 0 chunks +-1 lines, --1 lines 0 comments Download
A + chrome\common\child_process_logging_win.cc View 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jam
11 years, 5 months ago (2009-07-08 20:44:09 UTC) #1
jam
ignore this for now, I just used revert.py and it sent the email automatically. On ...
11 years, 5 months ago (2009-07-08 20:45:03 UTC) #2
jam
11 years, 5 months ago (2009-07-08 21:10:09 UTC) #3
Fixed the null dereference check.

Powered by Google App Engine
This is Rietveld 408576698