[Webkit-unassigned] [Bug 107603] Call XSSAuditor.filterToken() from threaded HTML parser

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 23 11:20:09 PST 2013


https://bugs.webkit.org/show_bug.cgi?id=107603





--- Comment #5 from Eric Seidel <eric at webkit.org>  2013-01-23 11:22:02 PST ---
I think we should consider splitting the filterToken bits out into a separate object which does not depend on document, etc.  Or maybe the document, etc. parts are in an XSSFilterDelegate object.

In either case, I think we should make it easy to tell what parts are OK on the background thread vs. not. Obviously all of XSSFilter isn't, and I don't think per-function separation is going to work as well as whole-object separation would.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list