Bug 25791
| Summary: | HTMLMediaElement: implement 'startTime' attribute | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Eric Carlson <eric.carlson> |
| Component: | WebCore Misc. | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | ||
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | All | ||
| OS: | All | ||
Eric Carlson
HTML5 spec recently added the 'startTime' attribute to the media element. It is defined as returning "...the earliest possible position, in seconds. This is the time for the start of the current clip." This is a value that only the media engine can know, so we only need to add the attribute to HTMLMediaElement and add methods to MediaPlayer and MediaPlayerPrivateInterface.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Eric Carlson
http://trac.webkit.org/changeset/43715