summaryrefslogtreecommitdiffstats
path: root/extensions/browser/blob_holder.cc
Commit message (Collapse)AuthorAgeFilesLines
* Add UMA histograms and logging for bad IPC message handlingjamescook2015-03-201-1/+3
| | | | | | | | | | | | | | | | | Many different places in the Chrome codebase handle unexpected IPC data by killing the renderer. This can result in hard-to-debug sad tab pages. Some, but not all, of these locations log an error; others record UMA user actions. This CL fixes most sites to both log and record metrics. It also switches the metrics to be histograms instead of user actions because we don't need the extra timestamp data from user actions and most of these sorts of metrics live in histograms. BUG=462687 TEST=unit_tests Review URL: https://codereview.chromium.org/1009583004 Cr-Commit-Position: refs/heads/master@{#321598}
* Media Galleries API: Audio/Video attached pictures support.tommycli@chromium.org2014-06-041-2/+2
| | | | | | | | | | This patch enables audio / video thumbnail extraction. A lot of supporting code has already gone in. This is the last piece in the actual extension API that enables this. BUG=304290 Review URL: https://codereview.chromium.org/250143002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274849 0039d316-1c4b-4281-b951-d872f2087c98
* Blobs: Catching browser-process created Blobs in extension code.tommycli@chromium.org2014-06-021-0/+85
This is a spinoff of https://codereview.chromium.org/266373006/, Patchset 11. BUG=304290 Review URL: https://codereview.chromium.org/280393003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274268 0039d316-1c4b-4281-b951-d872f2087c98