[Webkit-unassigned] [Bug 24904] Add a defaultMimeType to ResourceRequest

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 28 09:39:33 PDT 2009


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





------- Comment #4 from ap at webkit.org  2009-03-28 09:39 PDT -------
My understanding is that one cannot reliably add data members to
ResourceRequest - they are converted to platform requests and  back, so any
members that cannot be stored inside a platform request will be lost after a
delegate call.

Now, this specific use is only necessary on Chromium, which may not use
willSendRequest-style delegate calls, but the member is added to
ResourceRequestBase, which one would expect to work reliably on all platforms.

Also, "defaultMimeType" should be "defaultMIMEType" per our coding style guide.


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