[Webkit-unassigned] [Bug 42827] Use the js-execute-active(entered) Frame to check the user gesture of page instead of checking the top frame
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 2 11:18:56 PDT 2010
https://bugs.webkit.org/show_bug.cgi?id=42827
--- Comment #23 from Adam Barth <abarth at webkit.org> 2010-08-02 11:18:54 PST ---
(From update of attachment 63048)
WebCore/bindings/js/ScriptController.cpp:249
+ ExecState* exec = JSMainThreadExecState::currentState();
Why don't we pass in the exec state? (All the call sites I see so far seem in have an exec state.)
WebCore/bindings/v8/ScriptController.cpp:208
+ bool ScriptController::anyPageIsProcessingUserGesture() const
Seems like we should just remove this method since it's the same as processingUserGesture().
--
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