[webkit-reviews] review denied: [Bug 40802] Add CSS scanning to HTML5PreloadScanner : [Attachment 59046] Patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 17 17:23:13 PDT 2010


Eric Seidel <eric at webkit.org> has denied Adam Barth <abarth at webkit.org>'s
request for review:
Bug 40802: Add CSS scanning to HTML5PreloadScanner
https://bugs.webkit.org/show_bug.cgi?id=40802

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

------- Additional Comments from Eric Seidel <eric at webkit.org>
We came up with a testing strategy in person using:
1.  a slow script which document.write('<plaintext>')
2.  A docuemnt with:
<script src="slow_script_which_document_write_plaintext.js"></script>
<style>
@import "foo.css"
</style>

and look for a loader callback for foo.css


More information about the webkit-reviews mailing list