Platform/HTML5 parser tasks: Difference between revisions
< Platform
Jump to navigation
Jump to search
m (→Things that need to be done before turning the HTML5 parser on by default: Remove question mark) |
|||
Line 15: | Line 15: | ||
****If not dupe of bug 541078, probably needs help from the author of the test case. | ****If not dupe of bug 541078, probably needs help from the author of the test case. | ||
**Well-understood. | **Well-understood. | ||
***[https://bugzilla.mozilla.org/show_bug.cgi?id=546648 546648] toolkit/content/tests/widgets/test_mousecapture.xul fails | ***[https://bugzilla.mozilla.org/show_bug.cgi?id=546648 546648] toolkit/content/tests/widgets/test_mousecapture.xul fails | ||
****No longer fails locally. | ****No longer fails locally. |
Revision as of 09:49, 8 March 2010
This page outlines what needs to be done to 1) enable the HTML5 parser by default on mozilla-central and 2) ship a release with the HTML5 parser enabled by default.
The HTML5 parser has been suitable for dogfooding for over a year and in the past couple of months there have been virtually no new site compat bugs. Thus, the parser is already alpha quality from a user POV but not from a zero test suite regressions POV.
Things that need to be done before turning the HTML5 parser on by default
- Get reviews on pending patches. (various people)
- 536097 spinning in nsHtml5TreeBuilder::startTag()?
- This will either be simple or so rare that it's not an alpha blocker after all.
- Drive testsuite failures to zero. (hsivonen but help would be useful)
- Editor-related
- Well-understood.
- 546648 toolkit/content/tests/widgets/test_mousecapture.xul fails
- No longer fails locally.
- Should be debuggable with dump() on the tryserver. Takes tryserver round-trips so may take days.
- 546648 toolkit/content/tests/widgets/test_mousecapture.xul fails
- XUL tests without any obvious HTML connection
- Random?
- 546381 browser_bug537449.js fails
- Looks timing-sensitive. (Works locally on Mac and 64-Linux but fails on 32-bit Linux on the tryserver.)
- Requested help from the author of the test case.
- 546381 browser_bug537449.js fails
- The following are waiting for landings by others
- 534458 test failure on css3.info selectors test with :checked{}
- Waiting on lazy frame construction from Timothy Nikkel. (Seems reviewed and waiting landing.)
- 543726 dom/tests/mochitest/ajax/offline/test_foreign.html fails
- honzab has a fix. Waiting for review.
- 534458 test failure on css3.info selectors test with :checked{}
- Update the html5lib test suite snapshot used by mochitest. (jgriffin)
- Review the unreviewed parser core code. (sicking)
- Create a "slow tp" test suite for exercising speculative parsing. (bnewman) What if this suite reveals something bad?
- Security review.
Things that need to happen before shipping the HTML5 parser in a final Firefox release
- Fix "[HTML5]" bugs marked P2. (hsivonen)