Title: [137050] trunk
- Revision
- 137050
- Author
- [email protected]
- Date
- 2012-12-08 15:13:26 -0800 (Sat, 08 Dec 2012)
Log Message
[EFL] Enable WebGL by default.
https://bugs.webkit.org/show_bug.cgi?id=102991.
Patch by Kondapally Kalyan <[email protected]> on 2012-12-08
Reviewed by Kenneth Rohde Christiansen.
Tools:
Enable WebGL by default.
* Scripts/webkitperl/FeatureList.pm:
LayoutTests:
Update TestExpectations file to enable WebGL tests.
* platform/efl/TestExpectations:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (137049 => 137050)
--- trunk/LayoutTests/ChangeLog 2012-12-08 23:07:31 UTC (rev 137049)
+++ trunk/LayoutTests/ChangeLog 2012-12-08 23:13:26 UTC (rev 137050)
@@ -1,3 +1,14 @@
+2012-12-08 Kondapally Kalyan <[email protected]>
+
+ [EFL] Enable WebGL by default.
+ https://bugs.webkit.org/show_bug.cgi?id=102991.
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ Update TestExpectations file to enable WebGL tests.
+
+ * platform/efl/TestExpectations:
+
2012-12-08 Sheriff Bot <[email protected]>
Unreviewed, rolling out r137006.
Modified: trunk/LayoutTests/platform/efl/TestExpectations (137049 => 137050)
--- trunk/LayoutTests/platform/efl/TestExpectations 2012-12-08 23:07:31 UTC (rev 137049)
+++ trunk/LayoutTests/platform/efl/TestExpectations 2012-12-08 23:13:26 UTC (rev 137050)
@@ -350,9 +350,11 @@
# ENABLE(DRAGGABLE_REGION) is disabled
fast/css/draggable-region-parser.html
-# http://webkit.org/b/96828
-fast/canvas/webgl/oes-vertex-array-object.html
+webkit.org/b/99096 fast/canvas/webgl/arraybuffer-transfer-of-control.html [ Failure Pass ]
+# Expected to fail until support for extension is implemented
+webkit.org/b/96828 fast/canvas/webgl/oes-vertex-array-object.html [ Failure Pass ]
+
# Expected to fail until OES_element_index_uint extension is implemented
webkit.org/b/98257 fast/canvas/webgl/oes-element-index-uint.html [ Failure Pass ]
@@ -1130,23 +1132,6 @@
# EFL's LayoutTestController does not implement display
webkit.org/b/86730 compositing/layer-creation/fixed-position-scroll.html [ Missing ]
-# EFL does not support WebGL
-webkit.org/b/77219 compositing/backface-visibility/backface-visibility-webgl.html [ Failure ]
-webkit.org/b/77219 compositing/visibility/visibility-simple-webgl-layer.html [ Failure ]
-webkit.org/b/77219 compositing/webgl/webgl-background-color.html [ Skip ]
-webkit.org/b/77219 compositing/webgl/webgl-no-alpha.html [ Skip ]
-webkit.org/b/77219 compositing/webgl/webgl-nonpremultiplied-blend.html [ Skip ]
-webkit.org/b/77219 compositing/webgl/webgl-reflection.html [ Skip ]
-webkit.org/b/77219 fast/canvas/webgl [ Skip ]
-webkit.org/b/77219 fast/dom/constructed-objects-prototypes.html [ Failure ]
-webkit.org/b/77219 fast/events/constructors/webgl-context-event-constructor.html [ Skip ]
-webkit.org/b/77219 fast/images/webgl-teximage2d.html [ Skip ]
-webkit.org/b/77219 http/tests/canvas/webgl/origin-clean-conformance.html [ Skip ]
-webkit.org/b/77219 http/tests/security/webgl-remote-read-remote-image-allowed-with-credentials.html [ Skip ]
-webkit.org/b/77219 http/tests/security/webgl-remote-read-remote-image-allowed.html [ Skip ]
-webkit.org/b/77219 http/tests/security/webgl-remote-read-remote-image-blocked-no-crossorigin.html [ Skip ]
-webkit.org/b/77219 inspector/profiler/webgl [ Skip ]
-
webkit.org/b/84759 ietestcenter/css3/multicolumn/column-containing-block-001.htm [ ImageOnlyFailure ]
webkit.org/b/84760 ietestcenter/css3/multicolumn/column-containing-block-002.htm [ ImageOnlyFailure ]
webkit.org/b/84761 ietestcenter/css3/multicolumn/column-filling-001.htm [ ImageOnlyFailure ]
Modified: trunk/Tools/ChangeLog (137049 => 137050)
--- trunk/Tools/ChangeLog 2012-12-08 23:07:31 UTC (rev 137049)
+++ trunk/Tools/ChangeLog 2012-12-08 23:13:26 UTC (rev 137050)
@@ -1,3 +1,14 @@
+2012-12-08 Kondapally Kalyan <[email protected]>
+
+ [EFL] Enable WebGL by default.
+ https://bugs.webkit.org/show_bug.cgi?id=102991.
+
+ Reviewed by Kenneth Rohde Christiansen.
+
+ Enable WebGL by default.
+
+ * Scripts/webkitperl/FeatureList.pm:
+
2012-12-07 Scott Violet <[email protected]>
[chromium] Remove linux theme related files and switch to default
Modified: trunk/Tools/Scripts/webkitperl/FeatureList.pm (137049 => 137050)
--- trunk/Tools/Scripts/webkitperl/FeatureList.pm 2012-12-08 23:07:31 UTC (rev 137049)
+++ trunk/Tools/Scripts/webkitperl/FeatureList.pm 2012-12-08 23:13:26 UTC (rev 137050)
@@ -426,7 +426,7 @@
define => "ENABLE_VIDEO_TRACK", default => (isAppleWebKit() || isGtk() || isEfl() || isBlackBerry()), value => \$videoTrackSupport },
{ option => "webgl", desc => "Toggle WebGL support",
- define => "ENABLE_WEBGL", default => (isAppleMacWebKit() || isGtk()), value => \$webglSupport },
+ define => "ENABLE_WEBGL", default => (isAppleMacWebKit() || isGtk() || isEfl()), value => \$webglSupport },
{ option => "web-audio", desc => "Toggle Web Audio support",
define => "ENABLE_WEB_AUDIO", default => 0, value => \$webAudioSupport },
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes