summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/network/android
Commit message (Expand)AuthorAgeFilesLines
* Merge Webkit at r63859 : ResourceHandleInternal::m_request has been renamed. ...Ben Murdoch2010-07-271-1/+1
* Merge Webkit at r63173 : Fix conflicts.Leon Clarke2010-07-201-7/+1
* Merge WebKit at r63173 : Initial merge by git.Leon Clarke2010-07-201-0/+6
* Fix for bug 2816268: Refactor ANDROID_USER_GESTURE codeKristian Monsen2010-07-151-7/+4
* Merge WebKit at r61871: Fix conflictsKristian Monsen2010-07-021-4/+0
* Merge WebKit at r61871: Initial merge by git.Kristian Monsen2010-07-021-0/+4
* Merge webkit.org at r58033 : Update calls to ResourceHandle constructorSteve Block2010-05-111-1/+1
* Merge webkit.org at r58033 : Initial merge by gitSteve Block2010-05-111-1/+1
* Fixes XHR requests to use the username and password supplied from JavaScriptSteve Block2010-03-241-1/+5
* Add a new API on the resource loader to pause the current load. We use this w...Ben Murdoch2010-03-222-0/+12
* Compare the client rather than the handle as the handle may not be set yet.Patrick Scott2010-03-171-1/+2
* Merge webkit.org at r54731 : Initial merge by gitSteve Block2010-02-161-0/+6
* Merge webkit.org at r54127 : Network type access has not yet been upstreamedSteve Block2010-02-041-3/+1
* Merge webkit.org at r54127 : Initial merge by gitSteve Block2010-02-041-0/+3
* Update Android to reflect final version submitted to webkit.org for adding Ne...Steve Block2010-01-271-1/+1
* Add navigator.networkType to allow apps to detect the connection type.Andrei Popescu2010-01-151-0/+11
* Update the cookie code in platform/network to matchAndrei Popescu2009-12-212-4/+2
* Move cookie support to PlatformBridgeAndrei Popescu2009-12-152-60/+6
* Add null checking so that Browser won't crash on start.Grace Kloba2009-12-141-1/+1
* Replace the C-cast used to determine whether the resource handle represent th...Andrei Popescu2009-12-146-103/+82
* Break the WebCore -> WebKit dependency in ResourceHandleAndroid.cpp.Andrei Popescu2009-12-112-15/+62
* Pass up flags for the main resource and user gesture.Patrick Scott2009-12-041-2/+6
* Removes superfluous code from Android implementation of AuthenticationChallenge.Steve Block2009-11-271-15/+0
* Moves initializeMaximumHTTPConnectionCountPerHost to a new ResourceRequestAnd...Steve Block2009-11-232-8/+39
* Fixes license headers for all Android-specific JavaScriptCore and WebCore fil...Steve Block2009-11-138-26/+27
* Add/expose postdata identifier so that when we cacheGrace Kloba2009-11-081-1/+2
* Merge webkit.org at R49305 : Update KURL constructor call sites to new signat...Steve Block2009-10-201-1/+1
* Add ANDROID_USER_GESTURE back to WebCore.Patrick Scott2009-09-241-0/+7
* ResourceHandleAndroid fixAndrei Popescu2009-08-171-1/+1
* Implement our own parallel connection count initialization.Patrick Scott2009-07-301-0/+8
* Turn on webcore's request management and remove our hacks.Patrick Scott2009-07-152-16/+2
* Remove ANDROID_USER_GESTURE as the bug it fixed no longer applies.Patrick Scott2009-06-221-19/+0
* Get WebKit r44544.Feng Qian2009-06-173-4/+5
* Adding WTF to Vector as both Android and WTF has Vector<>.Grace Kloba2009-04-221-3/+3
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-038-0/+561
* auto import from //depot/cupcake/@135843The Android Open Source Project2009-03-038-561/+0
* auto import from //branches/cupcake/...@126645The Android Open Source Project2009-01-158-70/+109
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-177-12/+237
* Initial ContributionThe Android Open Source Project2008-10-213-0/+297