[webkit-reviews] review denied: [Bug 46676] HTMLTreeBuilder's InForeignContent code needs a re-write : [Attachment 71502] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 21 17:57:49 PDT 2010


Adam Barth <abarth at webkit.org> has denied James Simonsen
<simonjam at chromium.org>'s request for review:
Bug 46676: HTMLTreeBuilder's InForeignContent code needs a re-write
https://bugs.webkit.org/show_bug.cgi?id=46676

Attachment 71502: Patch
https://bugs.webkit.org/attachment.cgi?id=71502&action=review

------- Additional Comments from Adam Barth <abarth at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=71502&action=review

This looks generally good.  Just some stylistic comments.  Eric should look at
this too because he did most of the mixed content work.

> LayoutTests/ChangeLog:19
> +	   * html5lib/runner-expected.txt: Since the behavior of
InForeignContentMode has changed, the expectations need to be updated. These
have been manually verified.

At some point we'll sync with html5lib and rebaseline the expected results.

> WebCore/html/parser/HTMLTreeBuilder.cpp:1141
>	   defaultForInitial();
> +	   prepareToReprocessToken();

Should we just make the prepare call part of the default call?

> WebCore/html/parser/HTMLTreeBuilder.cpp:1234
> +	       prepareToReprocessToken();
>	       processStartTag(token);

Can we combine these as reprocessStartTag(token) ?


More information about the webkit-reviews mailing list