Bug 130681 - Merge Minor WebVTT Cleanups from Blink
Summary: Merge Minor WebVTT Cleanups from Blink
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: 528+ (Nightly build)
Hardware: All Unspecified
: P2 Normal
Assignee: Brent Fulgham
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2014-03-24 10:29 PDT by Brent Fulgham
Modified: 2014-03-24 10:38 PDT (History)
10 users (show)

See Also:


Attachments
Patch (4.94 KB, patch)
2014-03-24 10:31 PDT, Brent Fulgham
eric.carlson: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brent Fulgham 2014-03-24 10:29:15 PDT
This bug merges the following two improvements in the WebVTT code:

1.	Use TextTrackMode and TextTrackKind enums in TextTrack IDL
        Merged from Blink (patch by philipj@opera.com):
        https://chromium.googlesource.com/chromium/blink/+/693eb5e2933dca0eab5bbd604e9f3406fe9fd1ab
        http://crbug.com/52593009

2. Merge bools into bit fields in TextTrackCue and VTTCue
        Merged from Blink (patch by philipj@opera.com):
        https://chromium.googlesource.com/chromium/blink/+/40b3602feab34e9be829fd742b6ad6ded322a09f
        http://crbug.com/104243003
Comment 1 Radar WebKit Bug Importer 2014-03-24 10:31:08 PDT
<rdar://problem/16407541>
Comment 2 Brent Fulgham 2014-03-24 10:31:54 PDT
Created attachment 227665 [details]
Patch
Comment 3 Eric Carlson 2014-03-24 10:35:22 PDT
Comment on attachment 227665 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=227665&action=review

> Source/WebCore/ChangeLog:7
> +        https://bugs.webkit.org/show_bug.cgi?id=130681
> +
> +        Reviewed by NOBODY (OOPS!).
> +

You should reference the Blink bugs these changes are based on.
Comment 4 Brent Fulgham 2014-03-24 10:38:18 PDT
Comment on attachment 227665 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=227665&action=review

>> Source/WebCore/ChangeLog:7
>> +
> 
> You should reference the Blink bugs these changes are based on.

Doh!
Comment 5 Brent Fulgham 2014-03-24 10:38:56 PDT
Committed r166180: <http://trac.webkit.org/changeset/166180>