[webkit-reviews] review granted: [Bug 41402] Implement HTML5 "in scope" algorithm and attempt to use it : [Attachment 60109] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 30 12:38:15 PDT 2010


Adam Barth <abarth at webkit.org> has granted Eric Seidel <eric at webkit.org>'s
request for review:
Bug 41402: Implement HTML5 "in scope" algorithm and attempt to use it
https://bugs.webkit.org/show_bug.cgi?id=41402

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

------- Additional Comments from Adam Barth <abarth at webkit.org>
WebCore/html/HTMLElementStack.cpp:36
 +  using namespace HTMLNames;
Ah, i see you have it now :)

WebCore/html/HTMLElementStack.cpp:186
 +	    if (isMarker(element))
We might want to store these bits in the ElementRecord instead of testing each
time, depending on how expensive these branches end up being.


More information about the webkit-reviews mailing list