RESOLVED FIXED 70346
Rename some "Cue" classes to "TextTrack"
https://bugs.webkit.org/show_bug.cgi?id=70346
Summary Rename some "Cue" classes to "TextTrack"
Eric Carlson
Reported 2011-10-18 11:58:54 PDT
As suggested in bug 70269, rename CueLoader -> TextTrackLoader and CachedCues -> CachedTextTrack.
Attachments
Proposed patch (81.35 KB, patch)
2011-10-18 13:45 PDT, Eric Carlson
darin: review+
Radar WebKit Bug Importer
Comment 1 2011-10-18 11:59:37 PDT
Eric Carlson
Comment 2 2011-10-18 13:45:02 PDT
Created attachment 111496 [details] Proposed patch
Darin Adler
Comment 3 2011-10-18 14:03:53 PDT
Comment on attachment 111496 [details] Proposed patch View in context: https://bugs.webkit.org/attachment.cgi?id=111496&action=review > Source/WebCore/GNUmakefile.list.am:1643 > Source/WebCore/html/ColorInputType.h \ > - Source/WebCore/html/CueIndex.cpp \ > - Source/WebCore/html/CueIndex.h \ > + Source/WebCore/html/TextTrackCueIndex.cpp \ > + Source/WebCore/html/TextTrackCueIndex.h \ > Source/WebCore/html/DateInputType.cpp \ Probably better to keep these sorted alphabetically. > Source/WebCore/WebCore.gypi:2771 > 'loader/CrossOriginPreflightResultCache.cpp', > - 'loader/CueLoader.cpp', > - 'loader/CueLoader.h', > + 'loader/TextTrackLoader.cpp', > + 'loader/TextTrackLoader.h', > 'loader/DocumentLoader.cpp', Probably better to keep these sorted alphabetically. > Source/WebCore/WebCore.gypi:5363 > 'html/ColorInputType.h', > - 'html/CueIndex.cpp', > - 'html/CueIndex.h', > + 'html/TextTrackCueIndex.cpp', > + 'html/TextTrackCueIndex.h', > 'html/DOMFormData.cpp', Probably better to keep these sorted alphabetically.
Alexis Menard (darktears)
Comment 4 2011-10-18 16:26:19 PDT
Comment on attachment 111496 [details] Proposed patch And Qt? It's missing the change in the WebCore.pro.
Eric Carlson
Comment 5 2011-10-19 13:29:43 PDT
(In reply to comment #4) > (From update of attachment 111496 [details]) > And Qt? It's missing the change in the WebCore.pro. My mistake - I assumed the project file didn't have any of these files because the feature isn't enabled but I see that it does have some of the .h files for some reason. I will fix it before landing.
Eric Carlson
Comment 6 2011-10-20 11:05:26 PDT
Note You need to log in before you can comment on or make changes to this bug.