summaryrefslogtreecommitdiffstats
path: root/WebKit/android/WebCoreSupport/WebRequestContext.h
Commit message (Expand)AuthorAgeFilesLines
* Passing WebSettings cacheMode to the chrome load_flagsKristian Monsen2011-01-191-0/+3
* Only the WebRequestContext handle deletion of private cookiesKristian Monsen2010-12-131-6/+0
* Use one WebRequestContext per WebViewSteve Block2010-12-011-9/+6
* Add a static WebRequestContext::acceptLanguage() methodSteve Block2010-11-291-1/+2
* Make WebCookieJar::get() threadsafeSteve Block2010-11-291-3/+2
* Factor out CookieManager from WebRequestContextKristian Monsen2010-11-261-10/+7
* No longer need to pass storage paths to WebRequestContext.cleanupPrivateBrows...Steve Block2010-11-261-1/+1
* Hook up CookieManager.acceptCookie() and setAcceptCookie() for the Chromium H...Steve Block2010-10-271-1/+12
* Fix WebRequestContext::get() to be threadsafeSteve Block2010-10-271-0/+3
* Fixes style in WebRequestContextSteve Block2010-10-271-13/+11
* Fix Chromium HTTP request context getters to use raw pointersSteve Block2010-10-211-3/+7
* Update WebRequestContext static getters to return pointers to the base classSteve Block2010-10-011-2/+2
* Update the storage locations used by the Chromium HTTP stackSteve Block2010-09-281-6/+3
* Remove #if USE(CHROME_NETWORK_STACK) guards from headersKristian Monsen2010-09-231-5/+0
* Cleanup temporary incognito mode files after last tab closes.Elliott Slaughter2010-09-011-3/+4
* Move all external/chromiumn includes to one fileKristian Monsen2010-08-311-3/+1
* Get user agent and accept language from the UI settings.Kristian Monsen2010-08-181-2/+10
* Browser incognito mode support for cookies and cache with chrome http stack.Elliott Slaughter2010-08-171-0/+2
* Build fix. Guard chromium headers, and never use chrome stack in simulator.Kristian Monsen2010-08-121-0/+7
* Chrome http: Persistent cookies and cache.Kristian Monsen2010-07-201-3/+0
* Initial check-in of the external/webkit part of the chrome http stack.Kristian Monsen2010-07-151-0/+52