Bug 61395

Summary: Add FIXME comments about removing FrameLoader::isProcessingUserGesture
Product: WebKit Reporter: Adam Barth <abarth>
Component: New BugsAssignee: Adam Barth <abarth>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, eric, jnd, jochen
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Adam Barth
Reported 2011-05-24 14:20:26 PDT
Add FIXME comments about removing FrameLoader::isProcessingUserGesture
Attachments
Patch (6.81 KB, patch)
2011-05-24 14:22 PDT, Adam Barth
no flags
Adam Barth
Comment 1 2011-05-24 14:22:28 PDT
Eric Seidel (no email)
Comment 2 2011-05-24 19:11:58 PDT
Comment on attachment 94687 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=94687&action=review OK. > Source/WebCore/html/HTMLMediaElement.cpp:2410 > + return frame->loader()->isProcessingUserGesture(); A frame always has a frameloader?
Adam Barth
Comment 3 2011-05-24 19:20:21 PDT
(In reply to comment #2) > (From update of attachment 94687 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=94687&action=review > > OK. > > > Source/WebCore/html/HTMLMediaElement.cpp:2410 > > + return frame->loader()->isProcessingUserGesture(); > > A frame always has a frameloader? Yes, definitely.
WebKit Commit Bot
Comment 4 2011-05-24 20:39:41 PDT
Comment on attachment 94687 [details] Patch Clearing flags on attachment: 94687 Committed r87260: <http://trac.webkit.org/changeset/87260>
WebKit Commit Bot
Comment 5 2011-05-24 20:39:46 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.