[Webkit-unassigned] [Bug 33188] ER: Need a way to know when FrameLoader is loading a URL based on user action

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 11 10:59:21 PST 2010


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


Steve Block <steveblock at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |steveblock at google.com




--- Comment #16 from Steve Block <steveblock at google.com>  2010-01-11 10:59:20 PST ---
Thanks for pointing me to this bug.

(In reply to comment #12)
> - Introduce new concept (FrameLoader::wasLoadedByUserGesture() or similar) with
tests.
Are you sure that using a flag on the FrameLoader is the right thing to do?
Some of the pathways through FrameLoader to load a resource are asynchronous,
so making sure that the flag is correct when the asynchronous callbacks in
FrameLoader are executed would be tricky. That's why I proposed adding the flag
to the ResourceRequest, so it can carry the flag with it as it moves through
FrameLoader.

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