⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 100178 in webkit


Ignore:
Timestamp:
Nov 14, 2011, 12:46:51 PM (15 years ago)
Author:
annacc@chromium.org
Message:

Remove TextTrackCueIndex and TextTrackCueSet. No longer needed.
https://bugs.webkit.org/show_bug.cgi?id=72216

Reviewed by Sam Weinig.

No new tests. No new functionality.

  • CMakeLists.txt:
  • GNUmakefile.list.am:
  • Target.pri:
  • WebCore.gypi:
  • WebCore.xcodeproj/project.pbxproj:
  • html/TextTrackCueIndex.cpp: Removed.
  • html/TextTrackCueIndex.h: Removed.
Location:
trunk/Source/WebCore
Files:
2 deleted
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/CMakeLists.txt

    r100176 r100178  
    20562056IF (ENABLE_VIDEO_TRACK)
    20572057    LIST(APPEND WebCore_SOURCES
    2058         html/CueIndex.cpp
    20592058        html/HTMLTrackElement.cpp
    20602059        html/LoadableTextTrack.cpp
    20612060        html/TextTrack.cpp
    20622061        html/TextTrackCue.cpp
    2063         html/TextTrackCueIndex.cpp
    20642062        html/TextTrackCueList.cpp
    20652063        html/track/TextTrackList.cpp
  • trunk/Source/WebCore/ChangeLog

    r100177 r100178  
     12011-11-14  Anna Cavender  <annacc@chromium.org>
     2
     3        Remove TextTrackCueIndex and TextTrackCueSet.  No longer needed.
     4        https://bugs.webkit.org/show_bug.cgi?id=72216
     5
     6        Reviewed by Sam Weinig.
     7
     8        No new tests. No new functionality.
     9
     10        * CMakeLists.txt:
     11        * GNUmakefile.list.am:
     12        * Target.pri:
     13        * WebCore.gypi:
     14        * WebCore.xcodeproj/project.pbxproj:
     15        * html/TextTrackCueIndex.cpp: Removed.
     16        * html/TextTrackCueIndex.h: Removed.
     17
    1182011-10-10  Robert Hogan  <robert@webkit.org>
    219
  • trunk/Source/WebCore/GNUmakefile.list.am

    r100176 r100178  
    19811981        Source/WebCore/html/TextTrackCue.cpp \
    19821982        Source/WebCore/html/TextTrackCue.h \
    1983         Source/WebCore/html/TextTrackCueIndex.cpp \
    1984         Source/WebCore/html/TextTrackCueIndex.h \
    19851983        Source/WebCore/html/TextTrackCueList.cpp \
    19861984        Source/WebCore/html/TextTrackCueList.h \
  • trunk/Source/WebCore/Target.pri

    r100176 r100178  
    18701870    html/TextTrack.h \
    18711871    html/TextTrackCue.h \
    1872     html/TextTrackCueIndex.h \
    18731872    html/TextTrackCueList.h \
    18741873    html/TimeRanges.h \
  • trunk/Source/WebCore/WebCore.gypi

    r100176 r100178  
    56515651            'html/TextTrackCue.cpp',
    56525652            'html/TextTrackCue.h',
    5653             'html/TextTrackCueIndex.cpp',
    5654             'html/TextTrackCueIndex.h',
    56555653            'html/TextTrackCueList.cpp',
    56565654            'html/TextTrackCueList.h',
  • trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj

    r100159 r100178  
    41614161                B10B6982140C174000BC1C26 /* WebVTTTokenizer.h in Headers */ = {isa = PBXBuildFile; fileRef = B10B697F140C174000BC1C26 /* WebVTTTokenizer.h */; };
    41624162                B1827493134CA4C100B98C2D /* CallbackFunction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B1827492134CA4C100B98C2D /* CallbackFunction.cpp */; };
    4163                 B1AD4E5C13A12A0B00846B27 /* TextTrackCueIndex.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B1AD4E4B13A12A0B00846B27 /* TextTrackCueIndex.cpp */; };
    4164                 B1AD4E5D13A12A0B00846B27 /* TextTrackCueIndex.h in Headers */ = {isa = PBXBuildFile; fileRef = B1AD4E4C13A12A0B00846B27 /* TextTrackCueIndex.h */; };
    41654163                B1AD4E5E13A12A0B00846B27 /* LoadableTextTrack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B1AD4E4D13A12A0B00846B27 /* LoadableTextTrack.cpp */; };
    41664164                B1AD4E5F13A12A0B00846B27 /* LoadableTextTrack.h in Headers */ = {isa = PBXBuildFile; fileRef = B1AD4E4E13A12A0B00846B27 /* LoadableTextTrack.h */; };
     
    1127811276                B10B697F140C174000BC1C26 /* WebVTTTokenizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebVTTTokenizer.h; sourceTree = "<group>"; };
    1127911277                B1827492134CA4C100B98C2D /* CallbackFunction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CallbackFunction.cpp; sourceTree = "<group>"; };
    11280                 B1AD4E4B13A12A0B00846B27 /* TextTrackCueIndex.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TextTrackCueIndex.cpp; sourceTree = "<group>"; };
    11281                 B1AD4E4C13A12A0B00846B27 /* TextTrackCueIndex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TextTrackCueIndex.h; sourceTree = "<group>"; };
    1128211278                B1AD4E4D13A12A0B00846B27 /* LoadableTextTrack.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LoadableTextTrack.cpp; sourceTree = "<group>"; };
    1128311279                B1AD4E4E13A12A0B00846B27 /* LoadableTextTrack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoadableTextTrack.h; sourceTree = "<group>"; };
     
    1739217388                                B1AD4E5813A12A0B00846B27 /* TextTrackCue.h */,
    1739317389                                0707569D1422979800414161 /* TextTrackCue.idl */,
    17394                                 B1AD4E4B13A12A0B00846B27 /* TextTrackCueIndex.cpp */,
    17395                                 B1AD4E4C13A12A0B00846B27 /* TextTrackCueIndex.h */,
    1739617390                                B1AD4E5913A12A0B00846B27 /* TextTrackCueList.cpp */,
    1739717391                                B1AD4E5A13A12A0B00846B27 /* TextTrackCueList.h */,
     
    2442824422                                B1AD4E6713A12A0B00846B27 /* TextTrack.h in Headers */,
    2442924423                                B1AD4E6913A12A0B00846B27 /* TextTrackCue.h in Headers */,
    24430                                 B1AD4E5D13A12A0B00846B27 /* TextTrackCueIndex.h in Headers */,
    2443124424                                B1AD4E6B13A12A0B00846B27 /* TextTrackCueList.h in Headers */,
    2443224425                                B1AD4E7413A12A4600846B27 /* TextTrackLoader.h in Headers */,
     
    2733227325                                B1AD4E6613A12A0B00846B27 /* TextTrack.cpp in Sources */,
    2733327326                                B1AD4E6813A12A0B00846B27 /* TextTrackCue.cpp in Sources */,
    27334                                 B1AD4E5C13A12A0B00846B27 /* TextTrackCueIndex.cpp in Sources */,
    2733527327                                B1AD4E6A13A12A0B00846B27 /* TextTrackCueList.cpp in Sources */,
    2733627328                                B1AD4E7313A12A4600846B27 /* TextTrackLoader.cpp in Sources */,
Note: See TracChangeset for help on using the changeset viewer.