summaryrefslogtreecommitdiffstats
path: root/WebKit/android/WebCoreSupport/WebRequest.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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