[Webkit-unassigned] [Bug 26391] Plug-ins don't always respect the cookie accept policy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 8 23:50:38 PST 2010


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


Brady Eidson <beidson at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
         AssignedTo|webkit-unassigned at lists.web |beidson at apple.com
                   |kit.org                     |
     Ever Confirmed|0                           |1
  Attachment #50280|                            |commit-queue-
               Flag|                            |




--- Comment #7 from Brady Eidson <beidson at apple.com>  2010-03-08 23:50:37 PST ---
Created an attachment (id=50280)
 --> (https://bugs.webkit.org/attachment.cgi?id=50280)
WIP fix

Work in progress.

Almost done, actually.  I'm still thinking through the ResourceLoader level
being the right place where the firstPartyForCookies url is set.

Currently FrameLoader handles this in ::addExtraFieldsToRequest() before
handing the request off to SubresourceLoader and MainResourceLoader, which both
then pipe down to ResourceLoader.  

It's kind of sad that the FrameLoader::addExtraFieldsToRequest() doesn't happen
at the ResourceLoader level itself but I don't know that simply moving it is a
great idea.

I'll decide something tomorrow and hopefully put it up for review in the
morning.

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