254
edits
(→Things that need to be done before turning the HTML5 parser on by default: Remove a patch that Mats already reviewed from the list) |
|||
| Line 30: | Line 30: | ||
* Fix "[HTML5]" bugs marked [https://bugzilla.mozilla.org/buglist.cgi?priority=P2;short_desc=%5bHTML5%5d;field0-0-0=short_desc;query_format=advanced;bug_status=NEW;bug_status=ASSIGNED;short_desc_type=allwordssubstr;type0-0-0=notsubstring;value0-0-0=%5bPatch%5d P2]. (hsivonen) | * Fix "[HTML5]" bugs marked [https://bugzilla.mozilla.org/buglist.cgi?priority=P2;short_desc=%5bHTML5%5d;field0-0-0=short_desc;query_format=advanced;bug_status=NEW;bug_status=ASSIGNED;short_desc_type=allwordssubstr;type0-0-0=notsubstring;value0-0-0=%5bPatch%5d P2]. (hsivonen) | ||
** [https://bugzilla.mozilla.org/show_bug.cgi?id=482913 482913] Make sure document.write() order for nested scripts is right | |||
** [https://bugzilla.mozilla.org/show_bug.cgi?id=482917 482917] Make HTML5 parsing not regress stream data availability to extensions | |||
** [https://bugzilla.mozilla.org/show_bug.cgi?id=483209 483209] The HTML5 parser needs limits on internal buffer growth | |||
** [https://bugzilla.mozilla.org/show_bug.cgi?id=531016 531016] Make sure the namespace optimizations in 'in scope' algorithms is right | |||
** [https://bugzilla.mozilla.org/show_bug.cgi?id=537948 537948] The procedure to fix a <a> around a <tr> element is acting weird. | |||
** [https://bugzilla.mozilla.org/show_bug.cgi?id=539210 539210] Revise the translator README to cover all makefile functionality | |||
** [https://bugzilla.mozilla.org/show_bug.cgi?id=539434 539434] The translator isn't updating parser/html/javasrc/ | |||
** [https://bugzilla.mozilla.org/show_bug.cgi?id=540480 540480] [Evang?] Hootsuite.com dashboard not loading with HTML5 parser turned on | |||
** [https://bugzilla.mozilla.org/show_bug.cgi?id=542104 542104] Page doesn't load with HTML5.enabled;true and a modified UA string | |||
** [https://bugzilla.mozilla.org/show_bug.cgi?id=548232 548232] Fix the caching of document.written meta charset on wyciwyg channel | |||
** [https://bugzilla.mozilla.org/show_bug.cgi?id=548767 548767] Make sure <script for> behaves right | |||
** [https://bugzilla.mozilla.org/show_bug.cgi?id=552908 552908] Implement spec changes to SVG </a> and </font> handling | |||
** [https://bugzilla.mozilla.org/show_bug.cgi?id=552938 552938] Implement the SVG load event in text/html | |||
*Security review. | *Security review. | ||
** Talked to dveditz about how to do the security review for the HTML5 parser, and it's not clear what the best format for the review would be. But we did decide that it's not something we need to do before turning the parser on by default, but we need to do it before we ship it. --jst | ** Talked to dveditz about how to do the security review for the HTML5 parser, and it's not clear what the best format for the review would be. But we did decide that it's not something we need to do before turning the parser on by default, but we need to do it before we ship it. --jst | ||
edits