| Summary: | Add a flushing mechanism for the WebVTTParser | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Brent Fulgham <bfulgham> | ||||
| Component: | Media | Assignee: | Brent Fulgham <bfulgham> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | bfulgham, bunhere, calvaris, commit-queue, eric.carlson, esprehn+autocc, glenn, gyuyoung.kim, japhet, jer.noble, philipj, rakuco, sergio, webkit-bug-importer | ||||
| Priority: | P2 | Keywords: | InRadar | ||||
| Version: | 528+ (Nightly build) | ||||||
| Hardware: | All | ||||||
| OS: | All | ||||||
| Attachments: |
|
||||||
|
Description
Brent Fulgham
2014-03-20 13:14:03 PDT
Created attachment 227326 [details]
Patch
Comment on attachment 227326 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=227326&action=review > Source/WebCore/ChangeLog:64 > +2014-03-20 Brent Fulgham <bfulgham@apple.com> > + > + Need a short description (OOPS!). > + Need the bug URL (OOPS!). > + > + Reviewed by NOBODY (OOPS!). > + > + Tests: http/tests/media/track/track-webvtt-slow-loading-2.html > + http/tests/media/track/track-webvtt-slow-loading.html > + > + * CMakeLists.txt: > + * Configurations/FeatureDefines.xcconfig: > + * GNUmakefile.list.am: > + * WebCore.vcxproj/WebCore.vcxproj: > + * WebCore.vcxproj/WebCore.vcxproj.filters: > + * WebCore.xcodeproj/project.pbxproj: > + * html/track/BufferedLineReader.cpp: Added. > + * html/track/BufferedLineReader.h: Added. > + * html/track/TextTrackRegion.cpp: > + * html/track/VTTCue.cpp: > + * html/track/WebVTTParser.cpp: > + * html/track/WebVTTParser.h: > + * loader/TextTrackLoader.cpp: Oops! Committed r165997: <http://trac.webkit.org/changeset/165997> |