summaryrefslogtreecommitdiffstats
path: root/WebKit/android/WebCoreSupport/WebUrlLoaderClient.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use a lock around ioThread creation.Patrick Scott2010-12-171-0/+6
* Pass redirects through canHandleRequest.Patrick Scott2010-12-161-0/+6
* b/2864818 Prompt SSL cert error dialog to user and proceed or cancel the requ...Huahui Wu2010-12-151-0/+27
* Use one WebRequestContext per WebViewSteve Block2010-12-011-3/+3
* Set useCachedCredentials to true on first auth request.Iain Merrick2010-11-251-8/+2
* Allow applications to intercept requests.Patrick Scott2010-11-151-26/+3
* Add support for file uploads in WebKitKristian Monsen2010-11-041-11/+44
* Notify WebKit of redirects in the Chrome HTTP stack.Iain Merrick2010-10-291-1/+13
* Allow Gmail attachments to be viewed.Iain Merrick2010-10-281-3/+15
* Use Tasks for WebRequest -> WebUrlLoaderClient callbacks.Iain Merrick2010-10-281-90/+50
* Implement file downloads for Chrome HTTP stack (C++ side)Iain Merrick2010-10-201-0/+5
* Fixing WebKit APIs affected by Chromium 7.0.540.0 mergeIain Merrick2010-10-191-3/+4
* Fix books.google.com purchase page.Patrick Scott2010-10-181-4/+4
* Merge WebKit at r67908: ResourceHandleClient::didFinishLoading() now takes fi...Steve Block2010-09-291-1/+1
* HTTP auth for Chromium HTTP stack (C++ side)Iain Merrick2010-09-201-2/+46
* Move all external/chromiumn includes to one fileKristian Monsen2010-08-311-5/+0
* Special file uris have to be handled in Java.Kristian Monsen2010-08-241-5/+25
* Browser incognito mode support for cookies and cache with chrome http stack.Elliott Slaughter2010-08-171-3/+3
* Implement synchronous resource loading in Android.Iain Merrick2010-08-131-10/+66
* Guard usage of BLOB-only feature correctly.Ben Murdoch2010-08-131-0/+2
* Send didFail to webcore for failed requests.Kristian Monsen2010-08-111-4/+12
* Moving all Webcore code out of classes that are run on other threads.Kristian Monsen2010-08-091-1/+38
* Moving all webcore handling to the webcore thread.Kristian Monsen2010-08-051-18/+19
* Removing the list of active loadersKristian Monsen2010-08-031-34/+12
* Crash fix, don't delete WebUrlLoaderClient before WebRequest is finished.Kristian Monsen2010-07-271-2/+0
* Initial check-in of the external/webkit part of the chrome http stack.Kristian Monsen2010-07-151-0/+219