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

Issue 173388: Fix for audio/video not firing ended if you change src and call load(). (Closed)

Created:
11 years, 4 months ago by scherkus (not reviewing)
Modified:
9 years, 7 months ago
Reviewers:
Alpha Left Google
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Fix for audio/video not firing ended if you change src and call load(). Another instance of HTMLMediaElement becoming out of sync with WebMediaPlayerImpl. Most of these bugs are a result of HTMLMediaElement re-creating WebMediaPlayerImpl whenever src changes but not completely resetting internal state, causing inconsistent behaviour. BUG=16768, 20152 TEST=change src and call load(), wait until the end of the clip -- ended should fire

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -0 lines) Patch
M webkit/glue/webmediaplayer_impl.cc View 1 chunk +4 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
scherkus (not reviewing)
11 years, 4 months ago (2009-08-25 20:26:18 UTC) #1
Alpha Left Google
11 years, 4 months ago (2009-08-25 20:32:09 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698