Source/autotools/SetupAutoconfHeader.m4

@@if test "$enable_video" = "yes" || test "$enable_web_audio" = "yes"; then
5656 if test "$enable_debug" = "yes"; then
5757 AC_DEFINE([GST_DISABLE_DEPRECATED], [1], [ ])
5858 fi
59 
60  if test "$enable_video" = "yes"; then
61  AC_DEFINE([WTF_USE_NATIVE_FULLSCREEN_VIDEO], [1], [ ])
62  fi
6359fi
6460
6561if test "$enable_web_audio" = "yes"; then

LayoutTests/ChangeLog

 12013-06-14 Xabier Rodriguez Calvar <calvaris@igalia.com>
 2
 3 [GTK][GStreamer] Fullscreen option in video element context menu not working
 4 https://bugs.webkit.org/show_bug.cgi?id=105191
 5
 6 Reviewed by NOBODY (OOPS!).
 7
 8 * platform/gtk-wk1/TestExpectations:
 9 fullscreen/video-controls-drag.html does not time out anymore.
 10 * platform/gtk-wk2/TestExpectations:
 11 media/video-display-aspect-ratio.html crashes sometimes.
 12 * platform/gtk/TestExpectations:
 13 media/video-playing-and-pause.html was already flaky.
 14
1152013-06-13 Max Vujovic <mvujovic@adobe.com>
216
317 [CSS Regions] -webkit-background-clip: text; does not clip the background in regions

LayoutTests/platform/gtk-wk1/TestExpectations

@@webkit.org/b/108363 fast/regions/full-screen-video-from-region.html [ Timeout ]
8282webkit.org/b/108363 fullscreen/full-screen-crash-offsetLeft.html [ Timeout ]
8383webkit.org/b/108363 fullscreen/full-screen-no-style-sharing.html [ Timeout ]
8484webkit.org/b/108363 fullscreen/full-screen-stacking-context.html [ Timeout ]
85 webkit.org/b/108363 fullscreen/video-controls-drag.html [ Timeout ]
8685webkit.org/b/108363 fullscreen/video-controls-override.html [ Timeout ]
8786webkit.org/b/108363 fullscreen/video-specified-size.html [ Timeout ]
8887

LayoutTests/platform/gtk-wk2/TestExpectations

@@Bug(GTK) plugins/document-open.html [ Crash ]
226226
227227webkit.org/b/116974 accessibility/title-ui-element-correctness.html [ Crash ]
228228
 229webkit.org/b/105191 media/video-display-aspect-ratio.html [ Crash Pass ]
 230
229231#////////////////////////////////////////////////////////////////////////////////////////
230232# End of Crashing tests
231233#////////////////////////////////////////////////////////////////////////////////////////

LayoutTests/platform/gtk/TestExpectations

@@webkit.org/b/116977 media/event-attributes.html [ Failure Timeout Pass ]
646646
647647webkit.org/b/117583 http/tests/media/video-load-twice.html [ Failure Pass ]
648648
 649webkit.org/b/105191 media/video-playing-and-pause.html [ Failure Pass ]
 650
649651#////////////////////////////////////////////////////////////////////////////////////////
650652# End of Flaky tests
651653#////////////////////////////////////////////////////////////////////////////////////////

ChangeLog

 12013-06-14 Xabier Rodriguez Calvar <calvaris@igalia.com>
 2
 3 [GTK][GStreamer] Fullscreen option in video element context menu not working
 4 https://bugs.webkit.org/show_bug.cgi?id=105191
 5
 6 Reviewed by NOBODY (OOPS!).
 7
 8 * Source/autotools/SetupAutoconfHeader.m4: Removed the use of
 9 fullscreen native media controls.
 10
1112013-06-13 Xabier Rodriguez Calvar <calvaris@igalia.com>
212
313 [GTK] [WK2] Found missing symbol when running some tests