Changeset 140459 in webkit
- Timestamp:
- Jan 22, 2013, 1:26:08 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 6 edited
-
LayoutTests/ChangeLog (modified) (1 diff)
-
LayoutTests/platform/gtk/TestExpectations (modified) (2 diffs)
-
Source/WebCore/ChangeLog (modified) (1 diff)
-
Source/WebCore/GNUmakefile.list.am (modified) (1 diff)
-
Tools/ChangeLog (modified) (1 diff)
-
Tools/Scripts/webkitperl/FeatureList.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r140450 r140459 1 2013-01-22 Zan Dobersek <zandobersek@gmail.com> 2 3 [GTK] Enable the <template> element support in development builds 4 https://bugs.webkit.org/show_bug.cgi?id=106575 5 6 Reviewed by Martin Robinson. 7 8 Remove the skip entry for the layout tests of the element. 9 Add a failure expectation for a flaky test that's being unskipped. 10 11 * platform/gtk/TestExpectations: 12 1 13 2013-01-22 Alpha Lam <hclam@chromium.org> 2 14 -
trunk/LayoutTests/platform/gtk/TestExpectations
r140406 r140459 91 91 # ENABLE(DRAGGABLE_REGION) is disabled 92 92 fast/css/draggable-region-parser.html [ WontFix ] 93 94 # ENABLE(TEMPLATE_ELEMENT) is disabled.95 webkit.org/b/10357 fast/dom/HTMLTemplateElement [ Skip ]96 webkit.org/b/10357 html5lib/run-template.html [ Skip ]97 93 98 94 # These test -apple- and -khtml- prefixed CSS properties, which we don't support. … … 613 609 # End of Flaky tests 614 610 #//////////////////////////////////////////////////////////////////////////////////////// 611 612 webkit.org/b/106086 fast/dom/HTMLTemplateElement/ownerDocument-adoptNode.html [ Failure Pass ] 615 613 616 614 #//////////////////////////////////////////////////////////////////////////////////////// -
trunk/Source/WebCore/ChangeLog
r140457 r140459 1 2013-01-22 Zan Dobersek <zandobersek@gmail.com> 2 3 [GTK] Enable the <template> element support in development builds 4 https://bugs.webkit.org/show_bug.cgi?id=106575 5 6 Reviewed by Martin Robinson. 7 8 Add a missing build target that contains the custom JS bindings. 9 10 No new tests - the related tests are being unskipped and mostly pass. 11 12 * GNUmakefile.list.am: 13 1 14 2013-01-22 Joshua Bell <jsbell@chromium.org> 2 15 -
trunk/Source/WebCore/GNUmakefile.list.am
r140448 r140459 2362 2362 Source/WebCore/bindings/js/JSHTMLSelectElementCustom.h \ 2363 2363 Source/WebCore/bindings/js/JSHTMLStyleElementCustom.cpp \ 2364 Source/WebCore/bindings/js/JSHTMLTemplateElementCustom.cpp \ 2364 2365 Source/WebCore/bindings/js/JSHistoryCustom.cpp \ 2365 2366 Source/WebCore/bindings/js/JSHistoryCustom.h \ -
trunk/Tools/ChangeLog
r140458 r140459 1 2013-01-22 Zan Dobersek <zandobersek@gmail.com> 2 3 [GTK] Enable the <template> element support in development builds 4 https://bugs.webkit.org/show_bug.cgi?id=106575 5 6 Reviewed by Martin Robinson. 7 8 Enable the <template> element support in the development builds of the GTK port. 9 10 * Scripts/webkitperl/FeatureList.pm: 11 1 12 2013-01-22 Zan Dobersek <zandobersek@gmail.com> 2 13 -
trunk/Tools/Scripts/webkitperl/FeatureList.pm
r140377 r140459 415 415 416 416 { option => "template-element", desc => "Toggle HTMLTemplateElement support", 417 define => "ENABLE_TEMPLATE_ELEMENT", default => isEfl(), value => \$templateElementSupport },417 define => "ENABLE_TEMPLATE_ELEMENT", default => (isEfl() || isGtk()), value => \$templateElementSupport }, 418 418 419 419 { option => "text-autosizing", desc => "Toggle Text Autosizing support",
Note:
See TracChangeset
for help on using the changeset viewer.