Changeset 144300 in webkit
- Timestamp:
- Feb 28, 2013, 5:57:42 AM (12 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r144296 r144300 1 2013-02-28 Allan Sandfeld Jensen <allan.jensen@digia.com> 2 3 [Qt] Enable CANVAS_PATH flag 4 https://bugs.webkit.org/show_bug.cgi?id=108508 5 6 Reviewed by Simon Hausmann. 7 8 Unskip CANVAS_PATH tests. 9 10 * platform/qt/TestExpectations: 11 1 12 2013-02-28 Ádám Kallai <kadam@inf.u-szeged.hu> 2 13 -
trunk/LayoutTests/platform/qt/TestExpectations
r144296 r144300 90 90 # ENABLE_GAMEPAD not enabled. 91 91 gamepad/ 92 93 # Remove from list after enabling CANVAS_PATH94 fast/canvas/canvas-currentPath.html95 fast/canvas/canvas-path-constructors.html96 fast/canvas/canvas-currentPath-crash.html97 92 98 93 # ENABLE(INPUT_SPEECH) is disabled. -
trunk/Tools/ChangeLog
r144299 r144300 1 2013-02-28 Allan Sandfeld Jensen <allan.jensen@digia.com> 2 3 [Qt] Enable CANVAS_PATH flag 4 https://bugs.webkit.org/show_bug.cgi?id=108508 5 6 Reviewed by Simon Hausmann. 7 8 Also enable CANVAS_PATH flag for Qt. 9 10 * qmake/mkspecs/features/features.pri: 11 1 12 2013-02-28 Andras Becsi <andras.becsi@digia.com> 2 13 -
trunk/Tools/qmake/mkspecs/features/features.pri
r144214 r144300 18 18 ENABLE_BATTERY_STATUS=0 \ 19 19 ENABLE_BLOB=1 \ 20 ENABLE_CANVAS_PATH=1 \ 20 21 ENABLE_CANVAS_PROXY=0 \ 21 22 ENABLE_CHANNEL_MESSAGING=1 \
Note:
See TracChangeset
for help on using the changeset viewer.