Changeset 100178 in webkit
- Timestamp:
- Nov 14, 2011, 12:46:51 PM (15 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 deleted
- 6 edited
-
CMakeLists.txt (modified) (1 diff)
-
ChangeLog (modified) (1 diff)
-
GNUmakefile.list.am (modified) (1 diff)
-
Target.pri (modified) (1 diff)
-
WebCore.gypi (modified) (1 diff)
-
WebCore.xcodeproj/project.pbxproj (modified) (5 diffs)
-
html/TextTrackCueIndex.cpp (deleted)
-
html/TextTrackCueIndex.h (deleted)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/CMakeLists.txt
r100176 r100178 2056 2056 IF (ENABLE_VIDEO_TRACK) 2057 2057 LIST(APPEND WebCore_SOURCES 2058 html/CueIndex.cpp2059 2058 html/HTMLTrackElement.cpp 2060 2059 html/LoadableTextTrack.cpp 2061 2060 html/TextTrack.cpp 2062 2061 html/TextTrackCue.cpp 2063 html/TextTrackCueIndex.cpp2064 2062 html/TextTrackCueList.cpp 2065 2063 html/track/TextTrackList.cpp -
trunk/Source/WebCore/ChangeLog
r100177 r100178 1 2011-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 1 18 2011-10-10 Robert Hogan <robert@webkit.org> 2 19 -
trunk/Source/WebCore/GNUmakefile.list.am
r100176 r100178 1981 1981 Source/WebCore/html/TextTrackCue.cpp \ 1982 1982 Source/WebCore/html/TextTrackCue.h \ 1983 Source/WebCore/html/TextTrackCueIndex.cpp \1984 Source/WebCore/html/TextTrackCueIndex.h \1985 1983 Source/WebCore/html/TextTrackCueList.cpp \ 1986 1984 Source/WebCore/html/TextTrackCueList.h \ -
trunk/Source/WebCore/Target.pri
r100176 r100178 1870 1870 html/TextTrack.h \ 1871 1871 html/TextTrackCue.h \ 1872 html/TextTrackCueIndex.h \1873 1872 html/TextTrackCueList.h \ 1874 1873 html/TimeRanges.h \ -
trunk/Source/WebCore/WebCore.gypi
r100176 r100178 5651 5651 'html/TextTrackCue.cpp', 5652 5652 'html/TextTrackCue.h', 5653 'html/TextTrackCueIndex.cpp',5654 'html/TextTrackCueIndex.h',5655 5653 'html/TextTrackCueList.cpp', 5656 5654 'html/TextTrackCueList.h', -
trunk/Source/WebCore/WebCore.xcodeproj/project.pbxproj
r100159 r100178 4161 4161 B10B6982140C174000BC1C26 /* WebVTTTokenizer.h in Headers */ = {isa = PBXBuildFile; fileRef = B10B697F140C174000BC1C26 /* WebVTTTokenizer.h */; }; 4162 4162 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 */; };4165 4163 B1AD4E5E13A12A0B00846B27 /* LoadableTextTrack.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B1AD4E4D13A12A0B00846B27 /* LoadableTextTrack.cpp */; }; 4166 4164 B1AD4E5F13A12A0B00846B27 /* LoadableTextTrack.h in Headers */ = {isa = PBXBuildFile; fileRef = B1AD4E4E13A12A0B00846B27 /* LoadableTextTrack.h */; }; … … 11278 11276 B10B697F140C174000BC1C26 /* WebVTTTokenizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebVTTTokenizer.h; sourceTree = "<group>"; }; 11279 11277 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>"; };11282 11278 B1AD4E4D13A12A0B00846B27 /* LoadableTextTrack.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LoadableTextTrack.cpp; sourceTree = "<group>"; }; 11283 11279 B1AD4E4E13A12A0B00846B27 /* LoadableTextTrack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LoadableTextTrack.h; sourceTree = "<group>"; }; … … 17392 17388 B1AD4E5813A12A0B00846B27 /* TextTrackCue.h */, 17393 17389 0707569D1422979800414161 /* TextTrackCue.idl */, 17394 B1AD4E4B13A12A0B00846B27 /* TextTrackCueIndex.cpp */,17395 B1AD4E4C13A12A0B00846B27 /* TextTrackCueIndex.h */,17396 17390 B1AD4E5913A12A0B00846B27 /* TextTrackCueList.cpp */, 17397 17391 B1AD4E5A13A12A0B00846B27 /* TextTrackCueList.h */, … … 24428 24422 B1AD4E6713A12A0B00846B27 /* TextTrack.h in Headers */, 24429 24423 B1AD4E6913A12A0B00846B27 /* TextTrackCue.h in Headers */, 24430 B1AD4E5D13A12A0B00846B27 /* TextTrackCueIndex.h in Headers */,24431 24424 B1AD4E6B13A12A0B00846B27 /* TextTrackCueList.h in Headers */, 24432 24425 B1AD4E7413A12A4600846B27 /* TextTrackLoader.h in Headers */, … … 27332 27325 B1AD4E6613A12A0B00846B27 /* TextTrack.cpp in Sources */, 27333 27326 B1AD4E6813A12A0B00846B27 /* TextTrackCue.cpp in Sources */, 27334 B1AD4E5C13A12A0B00846B27 /* TextTrackCueIndex.cpp in Sources */,27335 27327 B1AD4E6A13A12A0B00846B27 /* TextTrackCueList.cpp in Sources */, 27336 27328 B1AD4E7313A12A4600846B27 /* TextTrackLoader.cpp in Sources */,
Note:
See TracChangeset
for help on using the changeset viewer.