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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jan 31 17:55:32 PST 2013


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





--- Comment #6 from Tony Gentilcore <tonyg at chromium.org>  2013-01-31 17:57:33 PST ---
After the blocking patches, there are 3 non-thread safe dependencies left:
1. sourceForToken()/Document's TextResourceDecoder
2. Tokenizer's shouldAllowCDATA()
3. Documents's url()

#3 is easy, but I'm trying to figure out the cleanest way to handle #1 and #2. Any thoughts?

-- 
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