summaryrefslogtreecommitdiffstats
path: root/WebKit/android/WebCoreSupport/WebRequest.h
Commit message (Expand)AuthorAgeFilesLines
* Passing WebSettings cacheMode to the chrome load_flagsKristian Monsen2011-01-191-0/+2
* Fix for bug 3347616, crash when closing browser with requests in flightKristian Monsen2011-01-131-1/+2
* b/2864818 Prompt SSL cert error dialog to user and proceed or cancel the requ...Huahui Wu2010-12-151-0/+2
* Use one WebRequestContext per WebViewSteve Block2010-12-011-3/+4
* b/2864818 setting the appropriate error code for certificate error.Huahui Wu2010-12-011-0/+1
* Set useCachedCredentials to true on first auth request.Iain Merrick2010-11-251-0/+1
* Allow applications to intercept requests.Patrick Scott2010-11-151-5/+7
* Update method to take const std::string& argumentKristian Monsen2010-11-051-1/+1
* Add support for file uploads in WebKitKristian Monsen2010-11-041-1/+2
* Notify WebKit of redirects in the Chrome HTTP stack.Iain Merrick2010-10-291-0/+1
* Allow Gmail attachments to be viewed.Iain Merrick2010-10-281-1/+3
* Use Tasks for WebRequest -> WebUrlLoaderClient callbacks.Iain Merrick2010-10-281-3/+1
* Implement file downloads for Chrome HTTP stack (C++ side)Iain Merrick2010-10-201-2/+5
* Fixing WebKit APIs affected by Chromium 7.0.540.0 mergeIain Merrick2010-10-191-1/+1
* Fix books.google.com purchase page.Patrick Scott2010-10-181-1/+2
* HTTP auth for Chromium HTTP stack (C++ side)Iain Merrick2010-09-201-0/+4
* Move all external/chromiumn includes to one fileKristian Monsen2010-08-311-3/+1
* Checking that all load operations are done in order.Kristian Monsen2010-08-271-0/+11
* Special file uris have to be handled in Java.Kristian Monsen2010-08-241-0/+11
* Fix WebView saveState and restoreState for private browsing mode.Elliott Slaughter2010-08-231-0/+1
* Browser incognito mode support for cookies and cache with chrome http stack.Elliott Slaughter2010-08-171-1/+1
* Moving all Webcore code out of classes that are run on other threads.Kristian Monsen2010-08-091-7/+7
* Moving all webcore handling to the webcore thread.Kristian Monsen2010-08-051-2/+3
* Initial check-in of the external/webkit part of the chrome http stack.Kristian Monsen2010-07-151-0/+74