Changeset 130950 in webkit
- Timestamp:
- Oct 10, 2012, 1:33:44 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r130942 r130950 1 2012-10-10 David Barton <dbarton@mathscribe.com> 2 3 Turn on ENABLE_MATHML for Chromium 4 https://bugs.webkit.org/show_bug.cgi?id=96960 5 6 Reviewed by Adam Barth. 7 8 We're enabling MathML now partly to let the automated fuzzers go to work. Some layout tuning will also be done in the 9 next few days, so we expect MathML pixel tests to be changing during that time. 10 11 * platform/chromium/TestExpectations: 12 1 13 2012-10-10 Julien Chaffraix <jchaffraix@webkit.org> 2 14 -
trunk/LayoutTests/platform/chromium/TestExpectations
r130942 r130950 2011 2011 2012 2012 # WebKit merge 48500:48585, due to newly added support for MathML. 2013 crbug.com/22554 mathml 2013 # crbug.com/22554 mathml 2014 # The mathml pixel tests will be changing for a few days. They'll need rebaseline after that. 2015 webkit.org/b/96960 mathml/xHeight.xhtml [ Pass Failure ImageOnlyFailure ] 2016 webkit.org/b/96960 mathml/presentation [ Pass Failure ImageOnlyFailure ] 2017 # Once chromium decides to definitely enable MathML, we can delete the old platform/chromium baseline for this: 2018 webkit.org/b/96960 http/tests/xmlviewer/dumpAsText/mathml.xml [ Pass Failure ] 2014 2019 2015 2020 # WebKit update 48796:48820 -
trunk/Source/WebCore/ChangeLog
r130949 r130950 1 2012-10-10 David Barton <dbarton@mathscribe.com> 2 3 Turn on ENABLE_MATHML for Chromium 4 https://bugs.webkit.org/show_bug.cgi?id=96960 5 6 Reviewed by Adam Barth. 7 8 Add the rendering/mathml directory to search. 9 10 * WebCore.gyp/WebCore.gyp: 11 1 12 2012-10-10 Tony Chang <tony@chromium.org> 2 13 -
trunk/Source/WebCore/WebCore.gyp/WebCore.gyp
r130937 r130950 140 140 '../plugins/chromium', 141 141 '../rendering', 142 '../rendering/mathml', 142 143 '../rendering/style', 143 144 '../rendering/svg', -
trunk/Source/WebKit/chromium/ChangeLog
r130940 r130950 1 2012-10-10 David Barton <dbarton@mathscribe.com> 2 3 Turn on ENABLE_MATHML for Chromium 4 https://bugs.webkit.org/show_bug.cgi?id=96960 5 6 Reviewed by Adam Barth. 7 8 * features.gypi: 9 1 10 2012-10-10 Varun Jain <varunjain@chromium.org> 2 11 -
trunk/Source/WebKit/chromium/features.gypi
r130558 r130950 82 82 'ENABLE_LINK_PREFETCH=1', 83 83 'ENABLE_LINK_PRERENDER=1', 84 'ENABLE_MATHML=1', 84 85 'ENABLE_MEDIA_SOURCE=1', 85 86 'ENABLE_MEDIA_STATISTICS=1',
Note:
See TracChangeset
for help on using the changeset viewer.