[Webkit-unassigned] [Bug 71465] [GTK][DRT] implement FrameLoaderClient::didDetectXSS

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Nov 4 14:13:46 PDT 2011


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





--- Comment #3 from Zan Dobersek <zandobersek at gmail.com>  2011-11-04 14:13:46 PST ---
(In reply to comment #2)
> (In reply to comment #1)
> > Looking around this test, I've seen that FrameLoaderClient::didDetectXSS is called, so the line containing 'didDetectXSS' should be written into output, but the problem occurs when transporting this information to DumpRenderTree.
> 
> Do other ports expose this in their API? It might be useful to just add the signal.

Chromium and Mac seem to do so, while Win doesn't implement it yet and Qt only outputs 'didDetectXSS' if in test mode.

This seems to be a worthy candidate for exposing it in our API. With some further direction -- where (object-wise) and how (method-wise, signal probably) to put it -- I can put a patch together.

Still, spare a thought for that DRTGObject. I find it to be an efficient way of translating information towards DumpRenderTree, especially in cases when decisions haven't yet been made about APIs or if the information is for testing purposes only.

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