[Webkit-unassigned] [Bug 25347] Add a FrameLoaderClient callback for the ResourceRetrievedByXMLHttpRequest.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 29 10:48:00 PDT 2009


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


timothy at hatcher.name changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #29714|review?                     |review-
               Flag|                            |




------- Comment #10 from timothy at hatcher.name  2009-04-29 10:47 PDT -------
(From update of attachment 29714)
+        virtual void dispatchResourceRetrievedByXMLHttpRequest(unsigned long,
const WebCore::ScriptString&);

The name for this function does not match other client functions.

Something like this would fit better:

dispatchDidLoadResourceByXMLHttpRequest

+        void resourceRetrievedByXMLHttpRequest(unsigned long identifier, const
ScriptString& sourceString);

This should be renamed to something that matches too. Maybe:

didLoadResourceByXMLHttpRequest


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list