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

Issue 2908003: Video Buffering: Caches data to disk when paused (resubmit) (Closed)

Created:
10 years, 5 months ago by vrk (LEFT CHROMIUM)
Modified:
9 years, 7 months ago
Visibility:
Public.

Description

Video Buffering: Caches data to disk when paused (resubmit) Resubmitting this buffering patch because original patch was reverted. This patch clears up the memory leak issue in the unit tests and adds valgrind suppressions to silence the uninitialized variable false positives. BUG=42285 TEST=test_shell_tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=52569

Patch Set 1 #

Patch Set 2 : Added bug number to valgrind bug, also fixed spacing issue #

Unified diffs Side-by-side diffs Delta from patch set Stats (+230 lines, -5 lines) Patch
M tools/valgrind/memcheck/suppressions.txt View 1 1 chunk +21 lines, -0 lines 0 comments Download
M webkit/glue/media/buffered_data_source.h View 7 chunks +17 lines, -1 line 0 comments Download
M webkit/glue/media/buffered_data_source.cc View 10 chunks +46 lines, -3 lines 0 comments Download
M webkit/glue/media/buffered_data_source_unittest.cc View 4 chunks +146 lines, -1 line 0 comments Download

Messages

Total messages: 4 (0 generated)
vrk (LEFT CHROMIUM)
10 years, 5 months ago (2010-07-08 22:24:40 UTC) #1
stuartmorgan
Have you filed a bug against valgrind for the false positive? We generally report any ...
10 years, 5 months ago (2010-07-08 22:28:07 UTC) #2
Alpha Left Google
LGTM.
10 years, 5 months ago (2010-07-08 22:29:29 UTC) #3
vrk (LEFT CHROMIUM)
10 years, 5 months ago (2010-07-09 01:53:34 UTC) #4
Hi Stuart! I had not filed a bug, but I just did. I also updated
suppressions.txt accordingly with the bug number as well. Thanks!

On 2010/07/08 22:28:07, stuartmorgan wrote:
> Have you filed a bug against valgrind for the false positive? We generally
> report any valgrind bugs we find and link to the bugs in the suppressions.

Powered by Google App Engine
This is Rietveld 408576698