[Webkit-unassigned] [Bug 33381] [Android] FrameLoaderClientAndroid::canHandleRequest needs to know whether the request was initiated by a user gesture
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jan 8 08:09:18 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=33381
Steve Block <steveblock at google.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
AssignedTo|webkit-unassigned at lists.web |steveblock at google.com
|kit.org |
Attachment #46138| |review?
Flag| |
--- Comment #1 from Steve Block <steveblock at google.com> 2010-01-08 08:09:18 PST ---
Created an attachment (id=46138)
--> (https://bugs.webkit.org/attachment.cgi?id=46138)
Patch 1 for Bug 33381
This patch adds a new 'isUserGesture' flag to the ResourceRequest. This is set
by the FrameLoader, and can be read by the FrameLoaderClient. Due to the many
different pathways from FrameLoader to FrameLoaderClient::canHandleRequest,
this is simpler than adding userGesture arguments to many of the FrameLoader
methods.
Note that a new userGesture argument is required for loadURL as this method
creates a new ResourceRequest object.
--
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