summaryrefslogtreecommitdiffstats
path: root/WebKit/android/WebCoreSupport/WebRequest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Passing WebSettings cacheMode to the chrome load_flagsKristian Monsen2011-01-191-0/+20
* Fix for bug 3347616, crash when closing browser with requests in flightKristian Monsen2011-01-131-3/+7
* Fix two SIGSEGV bugs in request interception.Jeff Sharkey2010-12-161-3/+10
* b/2864818 Prompt SSL cert error dialog to user and proceed or cancel the requ...Huahui Wu2010-12-151-3/+13
* Use one WebRequestContext per WebViewSteve Block2010-12-011-2/+1
* b/2864818 setting the appropriate error code for certificate error.Huahui Wu2010-12-011-0/+8
* Set useCachedCredentials to true on first auth request.Iain Merrick2010-11-251-1/+6
* Removing CRASH() from asserts in WebRequest.cppKristian Monsen2010-11-241-1/+0
* Allow applications to intercept requests.Patrick Scott2010-11-151-43/+29
* Fix mobile google.com flickering issue.Shimeng (Simon) Wang2010-11-121-0/+1
* Update method to take const std::string& argumentKristian Monsen2010-11-051-1/+1
* Add support for file uploads in WebKitKristian Monsen2010-11-041-2/+10
* Notify WebKit of redirects in the Chrome HTTP stack.Iain Merrick2010-10-291-12/+14
* Allow Gmail attachments to be viewed.Iain Merrick2010-10-281-14/+24
* Use Tasks for WebRequest -> WebUrlLoaderClient callbacks.Iain Merrick2010-10-281-40/+38
* Fixes style in WebRequestContextSteve Block2010-10-271-1/+1
* Fix a compiler warning in WebRequest.cppSteve Block2010-10-221-2/+2
* Fix Chromium HTTP request context getters to use raw pointersSteve Block2010-10-211-5/+1
* Implement file downloads for Chrome HTTP stack (C++ side)Iain Merrick2010-10-201-5/+19
* 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-2/+3
* Update WebRequestContext static getters to return pointers to the base classSteve Block2010-10-011-1/+1
* HTTP auth for Chromium HTTP stack (C++ side)Iain Merrick2010-09-201-3/+19
* Set mime type for special android urlsKristian Monsen2010-09-081-1/+4
* Cleanup temporary incognito mode files after last tab closes.Elliott Slaughter2010-09-011-2/+4
* Move all external/chromiumn includes to one fileKristian Monsen2010-08-311-4/+0
* Checking that all load operations are done in order.Kristian Monsen2010-08-271-3/+52
* Special file uris have to be handled in Java.Kristian Monsen2010-08-241-3/+65
* Fix WebView saveState and restoreState for private browsing mode.Elliott Slaughter2010-08-231-0/+21
* Fixes a race condition in the Chrome HTTP stackSteve Block2010-08-191-3/+8
* Browser incognito mode support for cookies and cache with chrome http stack.Elliott Slaughter2010-08-171-2/+6
* Implement synchronous resource loading in Android.Iain Merrick2010-08-131-10/+11
* Send didFail to webcore for failed requests.Kristian Monsen2010-08-111-3/+9
* Moving all Webcore code out of classes that are run on other threads.Kristian Monsen2010-08-091-81/+15
* Moving all webcore handling to the webcore thread.Kristian Monsen2010-08-051-32/+43
* Compile fix after recent merge, name change in OwnPtr.Kristian Monsen2010-07-221-1/+1
* Initial check-in of the external/webkit part of the chrome http stack.Kristian Monsen2010-07-151-0/+303