[webkit-reviews] review denied: [Bug 39427] Increase limit on number of (i)frames from 200 to 1000. : [Attachment 56596] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 21 09:23:23 PDT 2010


Alexey Proskuryakov <ap at webkit.org> has denied hans at chromium.org's request for
review:
Bug 39427: Increase limit on number of (i)frames from 200 to 1000.
https://bugs.webkit.org/show_bug.cgi?id=39427

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

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
> RenderEmbeddedObject::isURLAllowed() looks to see if 
> Page::frameCount() is < 200. It seems to me that it should use the
> same limit as HTMLFrameElementBase.

I don't know what this check is about, but it definitely seems so! Now I wonder
what was broken due to not having it fixed, too. Ideally, we would have a test
case that fails with the current version of your patch, but not with a final
one.

> One idea would be to raise the limit to 1111 frames

Having a round number like 999, 1000, or 2000 is better in that it's easier to
understand what's going on when we hit the limit.

Marking r- to get this out of review queue, since some modifications are
clearly needed, as well as some investigation.


More information about the webkit-reviews mailing list