Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Synchronous XHR should only pump events if we are going to show a cookie | darin@chromium.org | 2010-03-09 | 1 | -20/+4 |
| | | | | | | | | | | | | | | | | | | prompt. Also, LocalStorage.setItem needs to reset the CookieMessageFilter's pump_messages_event after it is done with sending its IPC. To support both of these fixes, the contents of RendererWebCookieJarImpl's SendSynchronousMessage is merged into RenderThread::Send. R=jam BUG=37571 TEST=none Review URL: http://codereview.chromium.org/669224 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41013 0039d316-1c4b-4281-b951-d872f2087c98 | ||||
* | Implement WebCookieJar. | darin@chromium.org | 2010-02-25 | 1 | -0/+92 |
Moves the implementation of cookie methods in RendererWebKitClientImpl into RendererWebCookieJarImpl. Moves the implementation of cookie methods in TestShellWebKitInit into SimpleWebCookieJarImpl. This leaves us with no longer implementing the cookie methods on WebKitClient. That'll allow us to delete those. WebPluginImpl needs to access the WebCookieJar used by either the renderer or test_shell. To enable that, I added a GetCookieJar method on WebPluginPageDelegate. This interface is used whenever the WebPluginImpl needs to talk to the RenderView or TestWebViewDelegate. R=jorlow BUG=35589 Review URL: http://codereview.chromium.org/661070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40023 0039d316-1c4b-4281-b951-d872f2087c98 |