Title: [99285] trunk
Revision
99285
Author
[email protected]
Date
2011-11-04 09:09:24 -0700 (Fri, 04 Nov 2011)

Log Message

[GTK] Disable VIDEO_TRACK for now
https://bugs.webkit.org/show_bug.cgi?id=71547

Reviewed by Gustavo Noronha Silva.

.:

* configure.ac: VIDEO_TRACK is still a moving target, it's best to
disable it for now.

LayoutTests:

Skip media/track tests and rebaseline involved fast/dom test results.

* platform/gtk/Skipped:
* platform/gtk/fast/dom/Window/window-properties-expected.txt:
* platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
* platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:

Modified Paths

Diff

Modified: trunk/ChangeLog (99284 => 99285)


--- trunk/ChangeLog	2011-11-04 15:48:51 UTC (rev 99284)
+++ trunk/ChangeLog	2011-11-04 16:09:24 UTC (rev 99285)
@@ -1,3 +1,13 @@
+2011-11-04  Philippe Normand  <[email protected]>
+
+        [GTK] Disable VIDEO_TRACK for now
+        https://bugs.webkit.org/show_bug.cgi?id=71547
+
+        Reviewed by Gustavo Noronha Silva.
+
+        * configure.ac: VIDEO_TRACK is still a moving target, it's best to
+        disable it for now.
+
 2011-11-04  Tor Arne Vestbø  <[email protected]>
 
         [Qt] Don't build all of webkit when running build-jsc

Modified: trunk/LayoutTests/ChangeLog (99284 => 99285)


--- trunk/LayoutTests/ChangeLog	2011-11-04 15:48:51 UTC (rev 99284)
+++ trunk/LayoutTests/ChangeLog	2011-11-04 16:09:24 UTC (rev 99285)
@@ -1,3 +1,17 @@
+2011-11-04  Philippe Normand  <[email protected]>
+
+        [GTK] Disable VIDEO_TRACK for now
+        https://bugs.webkit.org/show_bug.cgi?id=71547
+
+        Reviewed by Gustavo Noronha Silva.
+
+        Skip media/track tests and rebaseline involved fast/dom test results.
+
+        * platform/gtk/Skipped:
+        * platform/gtk/fast/dom/Window/window-properties-expected.txt:
+        * platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt:
+        * platform/gtk/fast/dom/prototype-inheritance-2-expected.txt:
+
 2011-11-04  Csaba Osztrogonác  <[email protected]>
 
         [Qt] Unreviewed gardening.

Modified: trunk/LayoutTests/platform/gtk/Skipped (99284 => 99285)


--- trunk/LayoutTests/platform/gtk/Skipped	2011-11-04 15:48:51 UTC (rev 99284)
+++ trunk/LayoutTests/platform/gtk/Skipped	2011-11-04 16:09:24 UTC (rev 99285)
@@ -465,6 +465,9 @@
 # For now, Web Audio API is disabled
 webaudio
 
+# VIDEO_TRACK is disabled for now
+media/track
+
 # CSS Filters is disabled
 css3/filters
 

Modified: trunk/LayoutTests/platform/gtk/fast/dom/Window/window-properties-expected.txt (99284 => 99285)


--- trunk/LayoutTests/platform/gtk/fast/dom/Window/window-properties-expected.txt	2011-11-04 15:48:51 UTC (rev 99284)
+++ trunk/LayoutTests/platform/gtk/fast/dom/Window/window-properties-expected.txt	2011-11-04 16:09:24 UTC (rev 99285)
@@ -73,7 +73,6 @@
 window.Audio.prototype.PROCESSING_INSTRUCTION_NODE [number]
 window.Audio.prototype.TEXT_NODE [number]
 window.Audio.prototype.addEventListener [function]
-window.Audio.prototype.addTrack [function]
 window.Audio.prototype.appendChild [function]
 window.Audio.prototype.blur [function]
 window.Audio.prototype.canPlayType [function]
@@ -1209,8 +1208,6 @@
 window.HTMLTextAreaElement.prototype [printed above as window.Element.prototype]
 window.HTMLTitleElement [object HTMLTitleElementConstructor]
 window.HTMLTitleElement.prototype [printed above as window.Element.prototype]
-window.HTMLTrackElement [object HTMLTrackElementConstructor]
-window.HTMLTrackElement.prototype [printed above as window.Element.prototype]
 window.HTMLUListElement [object HTMLUListElementConstructor]
 window.HTMLUListElement.prototype [printed above as window.Element.prototype]
 window.HTMLUnknownElement [object HTMLUnknownElementConstructor]
@@ -2107,38 +2104,10 @@
 window.TextEvent.prototype [printed above as window.Event.prototype]
 window.TextMetrics [object TextMetricsConstructor]
 window.TextMetrics.prototype [object TextMetricsPrototype]
-window.TextTrack [object TextTrackConstructor]
-window.TextTrack.DISABLED [number]
-window.TextTrack.ERROR [number]
-window.TextTrack.HIDDEN [number]
-window.TextTrack.LOADED [number]
-window.TextTrack.LOADING [number]
-window.TextTrack.NONE [number]
-window.TextTrack.SHOWING [number]
-window.TextTrack.prototype [object TextTrackPrototype]
-window.TextTrack.prototype.DISABLED [number]
-window.TextTrack.prototype.ERROR [number]
-window.TextTrack.prototype.HIDDEN [number]
-window.TextTrack.prototype.LOADED [number]
-window.TextTrack.prototype.LOADING [number]
-window.TextTrack.prototype.NONE [number]
-window.TextTrack.prototype.SHOWING [number]
-window.TextTrack.prototype.addCue [function]
-window.TextTrack.prototype.removeCue [function]
-window.TextTrackCue [object TextTrackCueConstructor]
-window.TextTrackCue.prototype [object TextTrackCuePrototype]
-window.TextTrackCue.prototype.getCueAsHTML [function]
-window.TextTrackCue.prototype.getCueAsSource [function]
-window.TextTrackCueList [object TextTrackCueListConstructor]
-window.TextTrackCueList.prototype [object TextTrackCueListPrototype]
-window.TextTrackCueList.prototype.getCueById [function]
-window.TextTrackCueList.prototype.item [function]
 window.TimeRanges [object TimeRangesConstructor]
 window.TimeRanges.prototype [object TimeRangesPrototype]
 window.TimeRanges.prototype.end [function]
 window.TimeRanges.prototype.start [function]
-window.TrackEvent [object TrackEventConstructor]
-window.TrackEvent.prototype [printed above as window.Event.prototype]
 window.TypeError [function]
 window.UIEvent [object UIEventConstructor]
 window.UIEvent.prototype [printed above as window.Event.prototype]

Modified: trunk/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt (99284 => 99285)


--- trunk/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt	2011-11-04 15:48:51 UTC (rev 99284)
+++ trunk/LayoutTests/platform/gtk/fast/dom/Window/window-property-descriptors-expected.txt	2011-11-04 16:09:24 UTC (rev 99285)
@@ -125,7 +125,6 @@
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLTableSectionElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLTextAreaElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLTitleElement') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLTrackElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLUListElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLUnknownElement') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'HTMLVideoElement') is 'object'
@@ -320,9 +319,6 @@
 PASS typeof Object.getOwnPropertyDescriptor(window, 'Text') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'TextEvent') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'TextMetrics') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'TextTrack') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'TextTrackCue') is 'object'
-PASS typeof Object.getOwnPropertyDescriptor(window, 'TextTrackCueList') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'TimeRanges') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'TypeError') is 'object'
 PASS typeof Object.getOwnPropertyDescriptor(window, 'UIEvent') is 'object'

Modified: trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-2-expected.txt (99284 => 99285)


--- trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-2-expected.txt	2011-11-04 15:48:51 UTC (rev 99284)
+++ trunk/LayoutTests/platform/gtk/fast/dom/prototype-inheritance-2-expected.txt	2011-11-04 16:09:24 UTC (rev 99285)
@@ -442,9 +442,6 @@
 Never found SharedWorker
 Never found StyleSheet
 Never found TextMetrics
-Never found TextTrack
-Never found TextTrackCue
-Never found TextTrackCueList
 Never found WebKitCSSMatrix
 Never found WebKitCSSTransformValue
 Never found WebKitPoint

Modified: trunk/configure.ac (99284 => 99285)


--- trunk/configure.ac	2011-11-04 15:48:51 UTC (rev 99284)
+++ trunk/configure.ac	2011-11-04 16:09:24 UTC (rev 99285)
@@ -571,8 +571,8 @@
 AC_MSG_CHECKING([whether to enable HTML5 video track support])
 AC_ARG_ENABLE(video_track,
               AC_HELP_STRING([--enable-video-track],
-                             [enable HTML5 video track support [default=yes]]),
-              [],[enable_video_track="yes"])
+                             [enable HTML5 video track support [default=no]]),
+              [],[enable_video_track="no"])
 AC_MSG_RESULT([$enable_video_track])
 
 # check whether to enable media source support
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to