[Webkit-unassigned] [Bug 47593] Require a user gesture to open the file dialog

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Oct 15 17:38:54 PDT 2010


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


Adam Barth <abarth at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #70727|review?                     |review+
               Flag|                            |




--- Comment #8 from Adam Barth <abarth at webkit.org>  2010-10-15 17:38:53 PST ---
(From update of attachment 70727)
View in context: https://bugs.webkit.org/attachment.cgi?id=70727&action=review

> WebCore/rendering/RenderFileUploadControl.cpp:128
> +    if (!(frame() && frame()->loader()->isProcessingUserGesture()))

We usually say !frame() || !frame() ...

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