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

Issue 58663003: Fix last_range != range_for_next_append_ DCHECK in SourceBufferStream. (Closed)

Created:
7 years, 1 month ago by acolwell GONE FROM CHROMIUM
Modified:
7 years, 1 month ago
CC:
chromium-reviews, feature-media-reviews_chromium.org
Visibility:
Public.

Description

Fix last_range != range_for_next_append_ DCHECK in SourceBufferStream. Added a condition to avoid the DCHECK for a valid situation where the check should have been applied.. A test was added to capture the specific case that was triggering the DCHECK. BUG=303413 TEST=SourceBufferStreamTest.Remove_PreviousAppendDestroyedAndOverwriteExistingRange Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=232998

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address CR comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -1 line) Patch
M media/filters/source_buffer_stream.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/filters/source_buffer_stream_unittest.cc View 1 1 chunk +25 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
acolwell GONE FROM CHROMIUM
7 years, 1 month ago (2013-11-05 01:35:57 UTC) #1
scherkus (not reviewing)
lgtm w/ nit https://codereview.chromium.org/58663003/diff/1/media/filters/source_buffer_stream_unittest.cc File media/filters/source_buffer_stream_unittest.cc (right): https://codereview.chromium.org/58663003/diff/1/media/filters/source_buffer_stream_unittest.cc#newcode3229 media/filters/source_buffer_stream_unittest.cc:3229: TEST_F(SourceBufferStreamTest, Remove_PreviousAppendDestroyedAndOverwriteExistingRange) { fix 80 chars
7 years, 1 month ago (2013-11-05 01:39:32 UTC) #2
xhwang
lgtm % nit https://codereview.chromium.org/58663003/diff/1/media/filters/source_buffer_stream_unittest.cc File media/filters/source_buffer_stream_unittest.cc (right): https://codereview.chromium.org/58663003/diff/1/media/filters/source_buffer_stream_unittest.cc#newcode3246 media/filters/source_buffer_stream_unittest.cc:3246: // starts at the beginning of ...
7 years, 1 month ago (2013-11-05 01:54:16 UTC) #3
xhwang
I also tested the patch and it's working :)
7 years, 1 month ago (2013-11-05 02:14:39 UTC) #4
acolwell GONE FROM CHROMIUM
https://codereview.chromium.org/58663003/diff/1/media/filters/source_buffer_stream_unittest.cc File media/filters/source_buffer_stream_unittest.cc (right): https://codereview.chromium.org/58663003/diff/1/media/filters/source_buffer_stream_unittest.cc#newcode3229 media/filters/source_buffer_stream_unittest.cc:3229: TEST_F(SourceBufferStreamTest, Remove_PreviousAppendDestroyedAndOverwriteExistingRange) { On 2013/11/05 01:39:32, scherkus wrote: > ...
7 years, 1 month ago (2013-11-05 02:35:27 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/acolwell@chromium.org/58663003/90001
7 years, 1 month ago (2013-11-05 02:41:22 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/acolwell@chromium.org/58663003/90001
7 years, 1 month ago (2013-11-05 03:31:13 UTC) #7
commit-bot: I haz the power
Retried try job too often on linux_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=linux_rel&number=184816
7 years, 1 month ago (2013-11-05 06:20:59 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/acolwell@chromium.org/58663003/90001
7 years, 1 month ago (2013-11-05 06:50:23 UTC) #9
commit-bot: I haz the power
7 years, 1 month ago (2013-11-05 16:12:09 UTC) #10
Message was sent while issue was closed.
Change committed as 232998

Powered by Google App Engine
This is Rietveld 408576698