summaryrefslogtreecommitdiffstats
path: root/WebKit/android/WebCoreSupport/WebRequestContext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adding a method to delete a WebCacheKristian Monsen2010-12-221-2/+5
* Only the WebRequestContext handle deletion of private cookiesKristian Monsen2010-12-131-45/+2
* Clean the private cookies when we create the first or remove the last contextKristian Monsen2010-12-131-5/+13
* Make private browsing cache in-memoryKristian Monsen2010-12-131-1/+0
* Enable SPDY, and renames initChromiumLoggingKristian Monsen2010-12-021-2/+2
* Use one WebRequestContext per WebViewSteve Block2010-12-011-74/+40
* Fix a bug when cleaning up private browsingSteve Block2010-12-011-2/+4
* Add a static WebRequestContext::acceptLanguage() methodSteve Block2010-11-291-12/+16
* Make WebCookieJar::get() threadsafeSteve Block2010-11-291-3/+0
* Factor out WebCache from WebRequestContextSteve Block2010-11-291-42/+5
* Factor out CookieManager from WebRequestContextKristian Monsen2010-11-261-69/+18
* No longer need to pass storage paths to WebRequestContext.cleanupPrivateBrows...Steve Block2010-11-261-3/+3
* Merge Chromium at r65505: Update call to CreateSystemHostResolver.Ben Murdoch2010-11-221-1/+1
* Updating class used for getDatabaseDirectory and getCacheDirectoryKristian Monsen2010-11-161-2/+2
* Hook chromium logging up in WebKitKristian Monsen2010-11-041-0/+4
* Merge Chromium at r63472 : WebKit fixes.Iain Merrick2010-11-031-1/+1
* Hook up CookieManager.acceptCookie() and setAcceptCookie() for the Chromium H...Steve Block2010-10-271-1/+25
* Update Chromium HTTP stack to get database and cache paths from CookieSyncMan...Steve Block2010-10-271-18/+16
* Fix WebRequestContext::get() to be threadsafeSteve Block2010-10-271-0/+3
* Fixes style in WebRequestContextSteve Block2010-10-271-32/+43
* Fix Chromium HTTP request context getters to use raw pointersSteve Block2010-10-211-5/+10
* Removes the unused default userAgent from WebRequestContextSteve Block2010-10-201-1/+4
* Fixing WebKit APIs affected by Chromium 7.0.540.0 mergeIain Merrick2010-10-191-2/+4
* Update WebRequestContext static getters to return pointers to the base classSteve Block2010-10-011-4/+4
* Update the storage locations used by the Chromium HTTP stackSteve Block2010-09-281-20/+38
* Remove alt http from chrome stack user agentKristian Monsen2010-09-151-1/+0
* Initial autofill changes in libwebcore.Ben Murdoch2010-09-131-1/+3
* Cleanup temporary incognito mode files after last tab closes.Elliott Slaughter2010-09-011-10/+66
* Move all external/chromiumn includes to one fileKristian Monsen2010-08-311-8/+0
* Create HttpAuthHandlerFactory to fix HTTP auth crashes.Iain Merrick2010-08-261-1/+2
* Enable cookies for files.Kristian Monsen2010-08-231-0/+4
* Get user agent and accept language from the UI settings.Kristian Monsen2010-08-181-2/+28
* Browser incognito mode support for cookies and cache with chrome http stack.Elliott Slaughter2010-08-171-17/+33
* More fixes after the merge, setting a proxy service.Kristian Monsen2010-08-051-7/+8
* Compile fix after chromium mergeKristian Monsen2010-08-041-3/+7
* Chrome http: Persistent cookies and cache.Kristian Monsen2010-07-201-12/+18
* Initial check-in of the external/webkit part of the chrome http stack.Kristian Monsen2010-07-151-0/+94