[Webkit-unassigned] [Bug 83281] [EFL] Add setting API to enable/disable XSSAuditor

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 11 10:42:08 PDT 2012


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





--- Comment #12 from Sudarsana Nagineni <naginenis at gmail.com>  2012-04-11 10:42:08 PST ---
(In reply to comment #11)
> > Tools/DumpRenderTree/efl/DumpRenderTreeChrome.cpp:108
> > +    evas_object_smart_callback_add(mainFrame, "xss,detected", onDidDetectXSS, 0);
> 
> Don't you need to listen for this in all frames?
Already listing for all frames in onFrameCreated.
evas_object_smart_callback_add(frame, "xss,detected", onDidDetectXSS, 0);

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